/* 
Theme Name: Wilcox Arbor Care Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Theme for Wilcox Arbor Care
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 */


@font-face {
    font-family: "DMsans-r";
    src: url(fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: "DMsans-m";
    src: url(fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: "Ubuntu-m";
    src: url(fonts/Ubuntu-Medium.ttf);
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}

/* Header */
.elementor-location-header .quote-btn::after{
    content: '' !important;
    position: absolute;
    background-image: url('images/btn-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: 0;
    width: 41px;
    height: 100%;
    transition: .5s all;
    /* background-color: transparent !important; */
}
.elementor-location-header .quote-btn a{
    font-family: "DMsans-m" !important;
    margin-right: 20px;
}
.elementor-location-header .elementor-nav-menu .current-menu-item a::before,
.elementor-location-header .elementor-nav-menu .current_page_parent::before{
    content: '' !important;
    position: absolute;
    background-image: url('images/menu-leaf.svg');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: transparent !important;
}
.elementor-location-header .elementor-nav-menu .quote-btn.current-menu-item a::before{
	display: none !important;
}

.white-btn a::after{
    content: '' !important;
    position: absolute;
    background-image: url('images/btn-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: -25px;
    width: 56px;
    height: 17px;
    transition: .5s all;
    filter: brightness(0) invert(1);
}
.green-btn a::after{
    content: '' !important;
    position: absolute;
    background-image: url('images/btn-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: -25px;
    width: 56px;
    height: 17px;
    transition: .5s all;
}
.error-404 a:after{
  content: '' !important;
    position: absolute;
    background-image: url('images/btn-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: -20px;
    width: 41px;
    height: 17px;
    top: 14px;
    transition: .5s all;  
}
.error-404 a:hover::after{
    transform: translateX(10px);
}


/* Form */

.gform_title,.gfield_required{
    display: none;
}
.gfield_label{
    font-size: 16px !important;
    line-height: 21px !important;
    color: #6B8869 !important;
}
.gform_fields{
    gap: 41px !important;
    display: flex !important;
    flex-direction: column !important;
}
.gfield input,.gfield textarea{
    height: 37px !important;
    border-bottom: 1px solid #B3CFB1 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 15px !important;
    border-radius: 0 !important;
    width: 100% !important;
}
.gfield input:focus,.gfield textarea:focus{
    outline: none !important;
    border-bottom: 1px solid #2A4628 !important;
}
.gfield textarea{
    padding: 10px 15px !important;
    height: 110px !important;
    max-height: 110px !important;
}
.gform-theme--foundation .gfield textarea.large{
    min-block-size: 0 !important;
}
.gform_button{
   font-size: 18px !important;
    line-height: 23px !important;
    color: #fff !important;
    font-family: "DMsans-m" !important;
    text-transform: uppercase !important;
    background: #2A4628 !important;
    border-radius: 28px !important;
    padding: 16px 54px !important;
    margin-top: 44px !important;
    
}
.gform_button:focus{
    outline: none !important;
}
.gform-footer{
position: relative !important;
width: fit-content;
}
.gform-footer::after{
     content: '' !important;
    position: absolute !important;
    background-image: url('images/btn-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    right: -21px;
    width: 48px;
    height: 17px;
    bottom: 21px;
    transition: .5s all;  
}
.gform-footer:hover::after{
     transform: translateX(10px) !important;
}

.sub-menu a::before{
    display: none;
}

@media screen and ( max-width: 767px ){
    .quote-btn a{
        margin-top: 0 !important;
    }
    /* .elementor-location-header .quote-btn a{
        margin-left: 20px;
    } */
    .error-404 h1{
    font-size: 40px !important;
    line-height: 40px !important;
    padding-bottom: 45px !important;
    }
    .elementor-location-header .elementor-nav-menu .current-menu-item a::before,
    .elementor-location-header .quote-btn::after,
    .elementor-location-header .elementor-nav-menu .current_page_parent::before{
        display: none !important;
    }
    .quote-btn a{
        padding: 10px 20px !important;
    }
    .error-404 {
        padding: 80px 20px !important;
    }
}