/*
 Theme Name:     Reyes Tree Service
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Emergency Tree Mitigation Professionals
 Author:         Reyes Tree Service
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        4.27.4
*/

/* =Theme customization starts here
------------------------------------------------------- */

/********** Common **********/

@font-face {
    font-family: 'Arvo';
    src: url('assets/fonts/Arvo-Bold.woff2') format('woff2'),
        url('assets/fonts/Arvo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container {
    width: 100%;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.et_pb_scroll_top.et-pb-icon {
    border-radius: 50%;
    right: 10px;
    bottom: 50px;
    background: #81A641;
    color: #fff;
}
.et_pb_section {
    overflow: hidden;
}

h1, h2 {
    font-family: 'Arvo' !important;
}

/******** Header ********/

.et_fixed_nav #main-header {
    padding: 10px 0;
}
.et_fixed_nav header.sticky-header {
    background-color: #000 !important;
}
#top-menu li {
    padding-right: 40px;
}
#top-menu li a {
    font-weight: 500;
    font-size: 18px;
}
#top-menu li a span {
    font-size: 24px;
    font-weight: 700;
    margin-left: 30px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding: 5px !important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 15px 0 !important;
}
.et_header_style_left header.sticky-header  #et-top-navigation, .et_header_style_split header.sticky-header  #et-top-navigation {
    padding: 10px 0 !important;
}
.et_header_style_left #et-top-navigation li.requestQuote_Btn a {
    background-color: #81A641;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 30px !important;
    font-size: 18px;
    opacity: 1 !important;
    line-height: 1;
}
.et_header_style_left #et-top-navigation li.requestQuote_Btn a:hover {
    background-color: #2D5A26;
}
.et_pb_column.headerButtons {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: flex-end;
}
.header_estimatesLink {
    margin-left: 20px;
}

/******** Homepage ********/

.treeMitigation:before {
    content: "";
    display: inline-block;
    background: url(assets/images/tree-shape.svg) no-repeat;
    background-size: contain;
    width: 400px;
    height: 288px;
    position: absolute;
    bottom: -220px;
    left: 0;
}
.gform_wrapper .gform-body .gform_fields {
    row-gap: 15px;
}
.gform_wrapper .gform-body input[type="text"], .gform_wrapper .gform-body input[type="email"], .gform_wrapper .gform-body input[type="tel"], .gform_wrapper .gform-body textarea, .gform_wrapper .gform-body input[type="number"] {
    border-radius: 0;
    color: #8C8E90;
    border: none;
    padding: 20px;
    height: auto;
    line-height: 1.3;
    font-size: 16px;
    box-shadow: none;
	outline: none !important;
}
.gform_wrapper .gform_footer {
    margin-top: 15px !important;
}
.gform_wrapper .gform_footer input.gform_button {
    cursor: pointer !important;
    padding: 20px !important;
    border-radius: 0px !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    background-color: #81A641 !important;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
    text-transform: uppercase !important;
	box-shadow: none !important;
    outline: none !important;
}
.gform_wrapper .gform_footer input.gform_button:hover {
	background-color: #2d5a26 !important;
}
.gform_wrapper .gform-body textarea {
    resize: none;
    height: 100px !important;
}
.gform-theme--framework .gform_validation_errors {
    background-color: #fff !important;
    margin-bottom: 20px !important;
}
.gform_confirmation_message{
	background-color: #d4edda !important;
    text-align: center !important;
    padding: 15px !important;
    color: #155724 !important;
}

/******** Footer ********/

.estimatesLink {
    margin-left: 20px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

/******** Responsive ********/

@media (max-width:1600px) {
    .et_pb_row,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1279px) {

}

@media (max-width:980px) {
    .et_header_style_left .logo_container {
        height: auto;
        left: 0;
        padding-left: 20px;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0;
    }
    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding: 10px 0 !important;
    }
     #main-header .mobile_menu_bar::before {
        font-size: 40px !important;
        color: #ffff !important;
    }
    .mobile_nav.opened .mobile_menu_bar::before {
        content: "\4d";
    }
    .et_header_style_left #logo {
        width: 250px;
    }
    .et_mobile_menu {
        border: 0;
        padding: 0;
        background-color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin-top: 30px;
    }
    .et_mobile_menu li a {
        font-weight: 400 !important;
        padding: 15px 20px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .treeMitigation::before {
        width: 200px;
        height: 144px;
        bottom: -210px;
    }
    .et_pb_column.headerButtons {
        justify-content: center;
    }
    .headerRow .et_pb_column.et_pb_column_0_tb_header {
        margin-bottom: 15px;
    }
}

@media (max-width:767px) {
    .et_pb_row,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .et_header_style_left .logo_container {
        padding-left: 10px;
    }
    .et_fixed_nav #main-header {
        padding: 10px 0;
    }
    .et_mobile_menu {
        margin-top: 25px;
    }
    .estimatesLink {
        margin-left: 10px;
        font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    }
    .treeMitigation::before {
        width: 150px;
        height: 108px;
        bottom: -105px;
    }
    .et_pb_column.headerButtons {
        gap: 15px;
    }
    .freeEstimates {
        display: none;
    }
    .header_estimatesLink {
        margin-left: 0;
    }
}