/* 
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 */
body, .elementor-section { background-color: #ffffff; }
.primary { color: #267375; }
.secondary { color: #b88853; }
.bold { font-weight: 700; }

.fluid1 { max-width: 65%; float: right; }
.fluid2 { max-width: 65%; float: left; }
@media only screen and (max-width: 1230px) { .fluid1 { max-width: 70%; }  .fluid2 { max-width: 90%; } }
@media only screen and (max-width: 1024px) { .fluid1 { max-width: 100%; } .fluid2 { max-width: 100%; } }

.f-link a:hover { color: #267375!important;  }
@media only screen and (min-width: 1024px) {
.contact-btn a { color: #fff!important; } 
.contact-btn { border-radius: 5px; background-color: #b88853 !important; }
.contact-btn:hover { background-color: #267375 !important; }
}
.contact-btn .elementor-item.elementor-item-active { border-radius: 5px; background-color: #267375 !important; }

@media only screen and (max-width: 1024px) { .contact-btn { margin-left: 0px!important; } }
.footer-menu .e-n-menu-items-heading {
	flex-direction: column !important;
}	

.b-shadow { box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; }
.btn svg .st0 { fill: #267375!important; }
.btn:hover svg .st0 { fill: #b88853!important; }

/* Normal state */
.aol-cont img {
    filter: hue-rotate(180deg);
    transition: filter 0.3s ease;
}

/* Hover state – reset hue + make white */
.aol-cont:hover img {
    filter: hue-rotate(0deg) brightness(0) saturate(100%) invert(1)!important;
}

.aol-cont:hover h3 {
    color: white !important;
}
.aol-cont .elementor-button-text {
	border-bottom: solid 0px white; 
}
.aol-cont:hover .elementor-button-text {
    color: white;
	/*border-bottom: solid 1px white; */
}
.aol-cont svg .st0 {
    fill: #267375 !important;
}
.aol-cont:hover svg .st0 {
    fill: white !important;
}
.page-id-4972 .warlows-header-menu li.menu-item:last-child {
	background: unset !important;
}
.post-img {
	overflow: hidden;
	border-radius: 0px 100px 0px 0px;
}
.warlows-btn svg, .custom-btn svg {
    transition: transform 300ms;
}
.warlows-btn:hover svg, .custom-btn:hover svg {
    transform: translateX(10px);
}

/* Make the FORM inline */
.elementor-5165 .elementor-element.elementor-element-de44117 div { padding: 0; }
.newsletter-form form.wpforms-form {
    display: flex;
    align-items: stretch;
    gap: 0px;
}

/* Input field container */
.newsletter-form .wpforms-field-container {
    flex: 1;
    margin: 0;
}

/* Remove default margins */
.newsletter-form .wpforms-field {
    margin: 0;
}

/* Submit button container */
.newsletter-form .wpforms-submit-container {
    margin: 0;
}

/* Equal height */
.newsletter-form input[type="email"],
.newsletter-form input[type="text"],
.newsletter-form button.wpforms-submit {
    height: 48px!important;
}

/* Prevent button wrapping */
.newsletter-form button.wpforms-submit {
    white-space: nowrap;
}

/* Newsletter form – input focus border */
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    border-color: #267375 !important;
    box-shadow: 0 0 0 1px #267375 !important;
    outline: none;
}
.newsletter-form .wpforms-field { padding: 15px 0!important; }
.wpforms-container .wpforms-field {  padding: 5px 0!important; }

/* */