/* 
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 */

.test-image img {
    margin-right: -1px;
}
.swiper-pointer-events {
    padding: 20px 20px 20px 0;
}
#testimonila-sec .elementskit-single-testimonial-slider {
    box-shadow: 20px 3px 26px 0 rgba(0,0,0,.1);
    margin-left: 0 !important;
}
.ekit-wid-con .ekit_testimonial_style_5 .elementskit-watermark-icon {
    left: 0;
    margin: 0 0 0px 0 !important;
    position: relative !important;
    top: 10px;
}
.ekit-wid-con .elementskit-commentor-content {
    margin-top: 20px !important;
}
div#heading-test h2.heading-title {
    margin: 0;
}
.ekit-main-swiper {
    padding-top: 0 !important;
}
.elementskit-post-body svg {
    margin-right: 6px;
}
section#newsletter button.metform-btn {
    background: #6c5624;
}
section#newsletter .elementor-widget-wrap {
    padding: 0;
}
section#newsletter .elementor-container {
    justify-content: space-between !important;
    column-gap: 30px;
}
section#newsletter .elementor-column {
    align-items: anchor-center;
}
section#newsletter .elementor-column:first-child {
    width: 100%;
}
section#newsletter input#mf-input-email-51b087c3 {
    border-radius: 50px;
}
.contact-list .elementor-icon-box-wrapper {
    display: flex;
    gap: 10px;
}
.contact-list .elementor-icon-box-wrapper a {
    color: #000 !important;
}
.contact-list .elementor-icon-box-wrapper:hover a {
    color: #6c5624 !important;
}
.mf-input {
    width: 100% !important;
    padding: 20px 20px !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 20px !important;
    background: #e9e9eb !important;
    font-size: 15px !important;
    color: #555 !important;
    transition: all 0.3s ease !important;
}
.mf-input::placeholder {
    color: #8a8a8a !important;
}
.mf-input:focus {
    outline: none !important;
    border-color: #999 !important;
    background: #e3e3e6 !important;
}
.mf-textarea {
    height: 100px !important;
}
.metform-submit-btn {
    background: #7a622d !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 16px 16px 0 16px !important;
    border: 3px solid #e5e5e5 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 4px 4px 0px #3a3a3a !important;
}
.metform-submit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 6px 6px 0px #3a3a3a !important;
}

@media only screen and (max-width: 1000px) and (min-width: 320px){
	.ekit-wid-con .ekit_testimonial_style_5 .elementskit-watermark-icon {
		margin: 0 !important;
		bottom: 73% !important;
	}
	section#footer-contact .elementor-icon-box-wrapper {
		display: flex;
		flex-direction: column;
	}
}