/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#txt h2 {
	text-decoration: none !important;
}

#custom-flow .swiper-3d .swiper-slide-shadow-left {
    background-image: unset !important;
}
#custom-flow .swiper-3d .swiper-slide-shadow-right {
    background-image: unset !important;
}

input[type="email"],
input[type="text"],
textarea {
	height: 60px;
	display: block;
	width: 100%;
	border: none !important;
	border-radius: 0px !important;
	background: #EEEEEE;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 25px;
	border: 1px solid #3d3a3a0c;
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}
textarea:focus,
input[type="email"]:focus,
input[type="text"]:focus {
	outline: none;
}
textarea::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder {
	color: #545454;
	font-size: 16px;
	text-transform: capitalize;
	font-family: Myriad Pro;
}

textarea {
	padding-top: 16px;
	height: 150px !important;
	resize: none;
	padding-bottom: 30px;
}

input[type=submit] {
	font-family: "Playfair Display", Sans-serif;
	font-size: 14px;
	width: 182px !important;
	font-weight: 700;
	height: 57px;
	background: #328593;
	background-size: contain;
	max-width: 182px !important;
	padding: 5px 37px 5px 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
	color: #fff;
	transition: all .2s ease-in-out;
}
.wpcf7-spinner {
	display: none !important;
}

input[type=submit]:hover {
		transition: all .5s ease-in-out;
		transform: scale(1.1);
		cursor: pointer;
		color: #fff;
	}
.box > div,
.box p {
	display: flex !important;
	gap: 10px !important;
}	

.page-id-22 .how {
	display: none !important;
}

.box span {
	width: 100% !important;
	max-width: 100% !important;
}
.page-id-14 .how,
.page-id-16 .how,
.page-id-18 .how,
.page-id-20 .how,
.page-id-22 .how {
  padding-top: 40px !important;
}

#howw .swiper-slide-next::after,
#howw .swiper-slide-prev::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(80,164,27, .47);
    pointer-events: none;
}

@media screen and (max-width: 1890px){
    body:not(.elementor-editor-active) {
        min-width: 1825px;
        zoom: 80%;
    }
    br {
        display: none !important;
    }
}

@media screen and (max-width: 1366px){
    body:not(.elementor-editor-active) {
        min-width: 100%;
        zoom: 100%;
    }
}


@media screen and (max-width: 880px){
	.box > div,
	.box p {
		display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
	}	
	input[type=submit] {
		margin: auto;
	}
}