/*
    general styles
*/
*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none!important;
}
.grecaptcha-badge {
    visibility: hidden;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    color: #575757;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .entry-title, .result-title a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}
h1,
.entry-title,
.archive-title {
    font-size: 45px;
}
h2,.result-title a {
    font-size: 30px;
}
h3 {font-size: 26px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
.site-section-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
}
.site-heading-divider {
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
.site-heading-divider:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 88px;
    height: 4px;
    background-color: #c8ae7d;
    left: 0;
}
.site-heading-divider.divider-white:after {
    background-color: #ffffff;
}
.site-heading-divider.divider-brown:after {
    background-color: #a23836;
}
.site-heading-divider.divider-right:after {
    left: auto;
    right: 0;
}
.site-heading-divider.divider-center:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.entry-content ul li:before, .entry-content ul li li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #bbbcb9;
    position: absolute;
    left: 1px;
    top: 7px;
}
ul.col2,
.list-two-col {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
ul.col3,
.list-three-col {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
ul.col4,
.list-four-col {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
.site-column-1, .site-column-2, .site-column-3, .site-column-4, .site-column-5, .site-column-6 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.site-column-2 { max-width: 50%; }
.site-column-3 { max-width: 33.333333%; }
.site-column-4 { max-width: 25%; }
.site-column-5 { max-width: 20%; }
.site-column-6 { max-width: 16.666666%; }
.section-full {
    max-width: 100%;
    width: 100%;
}
.section-boxed {
    max-width: 1680px;
    width: 100%;
}
.section-boxed-small {
    max-width: 1230px;
    width: 100%;
}
.section-centered {
    margin-right: auto;
    margin-left: auto;
}
.section-padding-ltr-regular {
    padding-right: 15px;
    padding-left: 15px;
}
.section-padding-ltr-m {
    padding-right: 30px;
    padding-left: 30px;
}
.section-padding-ttb-regular {
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-flex {
    display: flex;
}
.color-light {
    color: #fffcf9;
}
.bgcolor-white {
    background-color: #ffffff;
}
.bgcolor-light {
    background-color: #fffcf9;
}
.color-brown,
.site-inner .content-sidebar-wrap .content p a {
    color: #65451f;
}
.bgcolor-brown {
    background-color: #65451f;
}
.site-button a.site-button-brown {
    background-color: #65451f;
    border: 1px solid  #65451f;
}
button:not(.slick-arrow):not(.menu-toggle):not(.sub-menu-toggle), input[type="button"],
input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button,
.slmp-gallery .slmp-gallery-load-more button,
.post-password-form input[type="submit"], .search-form input[type="submit"],
.site-button a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: auto;
    min-width: 200px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
}
button:not(.slick-arrow):not(.menu-toggle):not(.sub-menu-toggle), input[type="button"],
input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button,
.slmp-gallery .slmp-gallery-load-more button,
.post-password-form input[type="submit"], .search-form input[type="submit"],
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
     background-color: #65451f;
    border: 1px solid  #65451f;
    color: #ffffff;
}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:hover,
.slmp-gallery .slmp-gallery-load-more button:hover,
.post-password-form input[type="submit"]:hover, .search-form input[type="submit"]:hover {
     background-color: #000000;
    border: 1px solid  #000000;
    color: #ffffff;
}
.site-button a.site-button-transparent {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.site-button a.site-button-transparent-brown {
    background-color: transparent;
    color: #65451f;
    border: 1px solid #65451f;
}
.site-button a.site-button-white {
    background-color: #ffffff;
    color: #65451f;
    border: 1px solid #ffffff;
}
.site-button a:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.nav-primary {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.overflow-hidden {
    overflow: hidden;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
button.slick-prev, button.slick-next {
    position: absolute;
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    padding: 0 0;
    font-size: 0 !important;
}
.site-section-slick-container .slick-arrow, button.slick-next.slick-arrow, button.slick-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    background-image: url(/wp-content/uploads/2025/11/right-arrow.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    z-index: 30;
}
.site-section-slick-container .slick-arrow.slick-prev, button.slick-prev {
    background-image: url(/wp-content/uploads/2025/11/left-arrow.png);
    background-position: center center;
    background-size: 100% 100%;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
}
ul.slick-dots li {
    line-height: 1;
    margin: 0;
    padding: 0;
    height: auto;
    display: inline-flex;
}
ul.slick-dots button {
    padding: 0!important;
    font-size: 0!important;
    width: 10px!important;
    min-width: auto!important;
    min-height: auto!important;
    height: 10px!important;
    border-radius: 50%!important;
    background-color: transparent!important;
    border: 1px solid #ffffff!important;
}
ul.slick-dots li:hover button,
ul.slick-dots li.slick-active button {
    background-color: #ffffff!important;
}
.slmp-faqs.faqs-layout-1 .slmp-faq-listing {
    padding: 0;
    background-color: transparent;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question,
.slmp-faqs .slmp-faq-item .slmp-faq-answer,
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    background-color: #fffcf9;
    border-radius: 0px;
    border-color: #fffcf9!important;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question {
    color: #000000;
}
.slmp-faqs .slmp-faq-item .slmp-faq-answer {
    padding: 0 30px 30px;
    color: #444444;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-count {
    display: none;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question {
    color: #000000;
    width: 100%;
    min-height: 60px;
    padding: 5px 30px;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) rotate(0deg);
}
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question:before {
    content: '\f107';
}
.after-entry, .entry{
    margin-bottom: 0!important;
}
#slmp_geojuice {
    position: relative;
    z-index: 1;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background: transparent;
    width: 100%;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    background-color: rgba(101, 69, 31, 0.90);
}
.slmp-gallery .slmp-image-item .slmp-image-hover-icon:before {
    content: 'View Image';
}
.slmp-gallery.slmp-grid-gallery .slmp-image-item .slmp-grid-image {
    min-height: 346px;
    display: flex;
}
.slmp-gallery.slmp-grid-gallery .slmp-image-item .slmp-grid-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}
body.error404 h1.entry-title,
.archive-title {
    text-align: center;
}
.entry-content .search-form {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.entry-content .search-form label {
    width: 80%;
}
.entry-content .search-form input.search-submit {
    margin-top: 0;
    width: 18%;
}
.result-search {
    text-align: center;
}
.search-result-excerpt a.more-link {
    display: inline;
    margin: 0;
    font-weight: 500;
}
.site-social-media ul {
    display: inline-flex;
    gap: 15px;
}
.site-social-media ul li.site-socialmedia-list a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2025/11/social-icon-sprites-small.png);
    background-position: -577px -25px;
}
.site-social-media ul li.site-socialmedia-list a.site-social-sprite-icon-gmb {
    background-position: -525px -25px;
}
.site-social-media ul li.site-socialmedia-list a.site-social-sprite-icon-linkedin {
    background-position: -604px -25px;
}
.pagination {
    margin: 70px 0 0;
    display: flex;
    justify-content: center;
}
.pagination ul li a {
    min-width: 50px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #65451f;
    color: #65451f;
}
.pagination ul li.active a,
.pagination ul li:hover a {
    background-color: #65451f;
    color: #ffffff;
}
.content .wp-block-image img {
    margin-bottom: 35px;
}
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    position: absolute!important;
    top: 50%!important;
    right: 15px!important;
    bottom: auto;
    display: block!important;
    margin: 0!important;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 50%!important;
    left: 15px!important;
    right: auto!important;
    font-size: 10px!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    position: absolute!important;
    text-align: right;
    width: auto!important;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 0!important;
    padding: 5px 5px 5px 5px !important;
    font-size: 13px !important;
    text-align: center !important;
    line-height: 1 !important;
    border: 0!important;
    color: #ffffff!important;
    background: #ff0000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background: #ff0000!important;
    color: #ffffff !important;
    border: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #398f14!important;
    color: #ffffff !important;
    border: 0 !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 1) url(/wp-content/uploads/2025/11/select-brown.png) no-repeat !important;
    background-position: 95% 50% !important;
    cursor: pointer;
    text-transform: capitalize;
}
.form-container {
    padding: 30px 25px;
    background-color: #fffcf9;
}
.form-container .form-header {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
}
.form-container .form-fields {
    margin-bottom: 10px;
}
.form-container .form-fields:last-child {
    margin-bottom: 0;
    position: relative;
}
.form-container .form-fields input, .form-container .form-fields select, .form-container .form-fields textarea {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #65451f;
    background-color: #fefefe;
    border: 1px solid #65451f;
    font-family: "Poppins", sans-serif;
}
.form-container .form-fields.form-acceptance {
    font-size: 12px;
    line-height: 1.4;
}
.form-container .form-fields.form-acceptance a {
    color: #65451f;
    font-weight: 500;
}
.form-container .form-fields.form-acceptance span.wpcf7-list-item {
    margin: 0;
}
.form-container .form-fields button.wpcf7-submit {
    width: 100%;
    margin-top: 20px;
}
.form-container .form-fields textarea {
    height: 120px;
}
.site-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 15px;
    overflow-y: auto;
    display: none;
}
.site-modal-box .site-modal-container {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}
.site-modal-box .site-modal-form {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.site-modal-box .site-modal-close {
    text-align: right;
    color: red;
    font-size: 25px;
    cursor: pointer;
    color: red;
}
#site-section-featuredimage .site-section-wrapper .site-featuredimage-mobile {display: none;}
.site-popup-form-button {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.site-popup-form-button .site-button-brown {
    background-color: #65451f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    min-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
}
.wp-block-media-text {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.wp-block-media-text img {
    border: 1px solid #cccccc!important;
    padding: 15px;
}
.wp-block-media-text .wp-block-media-text__content p a:hover {
    color: #000000;
}
.wp-block-media-text.medialock-last-child {
    margin-bottom: 40px;
    padding-bottom: 0;
    border: 0;
}
/* header styles */
header:not(.entry-header) {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
    position: sticky;
    top: 0;
    z-index: 100;
}
#top-header .site-section-wrapper {
    height: 46px;
    padding: 5px 15px;
    justify-content: end;
    align-items: center;
    display: flex;
    font-size: 14px;
}
#top-header .site-section-wrapper .site-div {
    gap: 30px;
}
#top-header .site-section-wrapper .nap-address i {
    margin-right: 5px;
}
#top-header .site-section-wrapper .nap-address a {
    color: #65451f;
}
#top-header .site-section-wrapper .nap-address a:hover {
    color: #000000;
}
#logo-header .site-section-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
#logo-header .site-logo {
    margin-top: -45px;
}
#logo-header .site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
}
.genesis-nav-menu a,
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}
#logo-header .site-section-wrapper > .site-div:last-child {
    align-items: center;
    gap: 40px;
}
.nav-primary ul#menu-main-menu > li > a:hover,
.nav-primary ul#menu-main-menu > li.current_page_item > a {
    color: #65451f;
}
.nav-primary ul#menu-main-menu li > .sub-menu > li > a {
    background-color: #000000;
    color: #ffffff;
}
.nav-primary ul#menu-main-menu li > .sub-menu > li > a:hover, 
.nav-primary ul#menu-main-menu li > .sub-menu > li.current_page_item > a {
    background-color: #65451f;
    color: #ffffff;
}
#genesis-mobile-nav-primary {
    margin: 0;
}
#genesis-mobile-nav-primary:before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 0;
    font-size: 25px;
}
#site-main-header-navleft .site-header-mobile-nap {
    background-color: #fffcf9;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px 15px;
    font-optical-sizing: auto;
    font-size: 16px;
    color: #65451f;
    display: none;
    position: fixed;
    top: 115px;
    z-index: 101;
}
#site-main-header-navleft .site-header-nap-info {
    position: relative;
    display: flex;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 500;
}
#site-main-header-navleft .site-header-nap-info i {
    top: 3px;
    left: 0;
    margin-right: 10px;
    position: absolute;
}
#site-main-header-navleft .site-header-nap-info a {
    color: #65451f;
}
/* banner styles */
#site-hero {
    position: relative;
    width: 100%;
    height: 790px;
}
#site-hero .site-hero-slide-container {
    height: 790px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
#site-hero .site-hero-slide-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/11/hero-shadow-bg.png);
    background-size: cover;
}
#site-hero .site-hero-slide-container .site-hero-slide-item {
    max-width: 1370px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 85px;
    padding-right: 85px;
    position: relative;
    z-index: 1;
}
#site-hero .site-hero-slide-container .site-hero-slide-item .site-hero-slide-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    color: #ffffff;
    gap: 20px;
}
#site-hero .site-hero-slide-container .site-hero-slide-item  .site-hero-slide-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 1em;
    color: #ffffff;
}
#site-hero .site-hero-slide-container .site-hero-slide-item  .site-hero-slide-button-item a {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: auto;
    min-width: 200px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ffffff;
}
#site-hero .site-hero-slide-container .site-hero-slide-item  .site-hero-slide-button-item a:hover {
    background-color: #000000;
    border: 1px solid #000000;
}
#site-hero button.slick-prev {
    left: 30px;
}
#site-hero button.slick-next {
    right: 30px;
    left: auto;
}
.site-section-banner {
    width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}
.site-section-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/11/hero-shadow-bg.png);
    background-size: cover;
}
.site-section-banner .site-section-banner-box {
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}
.site-section-banner .site-banner-page-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
}
.site-section-banner .breadcrumb {
    border-bottom: 0;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.breadcrumb span.bc-wrap {
    display: inline-flex;
    gap: 0px 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.site-section-banner .breadcrumb a {
    color: #ffffff;
}
.site-section-banner .breadcrumb a:hover {
    text-decoration: underline;
    color: #cccccc;
}
/* featured styles */
#site-section-featuredimage {
    padding-top: 230px;
    padding-bottom: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    min-height: 1100px;
}
#site-section-featuredimage .site-section-wrapper .site-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#site-section-featuredimage .site-section-wrapper .site-featuredimage-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
#site-section-featuredimage .site-section-heading {
    color: #ffffff;
}
#site-section-featuredimage .site-section-wrapper .site-featuredimage-container .site-featuredimage-box {
    width: 25%;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}
#site-section-featuredimage .site-section-wrapper .site-featuredimage-container a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    background-color: rgba(101, 69, 31, 0.80);
    color: #ffffff;
}
#site-section-featuredimage .site-section-wrapper .site-featuredimage-container .site-featuredimage-box:hover a {
    visibility: visible;
}
.slmp-gallery .slmp-slide-left-arrow {
    background-image: url(/wp-content/uploads/2025/11/gallery-arrow-m-left.png) !important;
    width: 40px;
    height: 40px;
    background-size: cover !important;
}
.slmp-gallery .slmp-slide-right-arrow {
    background-image: url(/wp-content/uploads/2025/11/gallery-arrow-m-right.png) !important;
    width: 40px;
    height: 40px;
    background-size: cover !important;
}
/* content styles */
body.home .site-inner {
    padding: 0px 30px;
    background-image: url(/wp-content/uploads/2025/11/content-bg.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
body.home .site-inner .content-sidebar-wrap {
    max-width: 1230px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 100px 15px;
}
body.home .site-inner .content-sidebar-wrap:before {
    content: '';
    position: absolute;
    left: -210px;
    bottom: 0;
    width: 240px;
    height: 335px;
    background-image: url(/wp-content/uploads/2025/11/content-float-bg-left.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body.home .site-inner .content-sidebar-wrap:after {
    content: '';
    position: absolute;
    left: auto;
    right: -210px;
    top: 0;
    width: 240px;
    height: 335px;
    background-image: url(/wp-content/uploads/2025/11/content-float-bg-right.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body.home .site-inner .content-sidebar-wrap .content {
    max-width: 998px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#site-content-cta {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
#site-content-cta .site-section-heading {
    color: #ffffff;
    margin-bottom: 30px;
}
#site-content-cta .site-content-ctaitems {
    justify-content: center;
    gap: 20px;
}
#site-content-cta .site-content-ctaitems a {
    min-width: 230px;
    display: inline-flex;
    gap: 8px;
}
.site-page-contact-formmap {
    gap: 30px;
}
.site-page-contact-formmap .site-column-2 {
    padding: 0;
}
.site-page-contact-formmap .site-page-contact-map {
    width: 100%;
    height: 100%;
}
.site-page-contact-formmap .site-page-contact-map .iframe-container {
    height: 100%;
}
.site-page-contact.site-page-contact-nap {
    justify-content: space-between;
}
.site-page-contact.site-page-contact-nap .site-div {
    width: 32%;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block {
    width: 100%;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napicon {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #65451f;
    border-radius: 50%;
    color: #ffffff;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napdetails {
    width: 79%;
    font-size: 16px;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napdetails h3 {
    margin-bottom: 5px;
    font-size: 22px;
}
.site-page-contact.site-page-contact-nap .site-page-contact-nap-block .site-contnact-napdetails a {
    color: #65451f;
}
/* services styles */
#site-hp-services {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#site-hp-services .site-section-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-align: center;
}
#site-hp-services .site-section-heading {
    margin-bottom: 15px;
}
#site-hp-services .site-section-services-container {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 20px;
}
#site-hp-services .site-section-services-box .site-section-services-item {
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 320px;
}
#site-hp-services .site-section-services-box .site-section-services-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
}
#site-hp-services .site-section-services-box {
    width: 25%;
}
#site-hp-services .site-section-services-box .site-section-services-box-details {
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    width: 100%;
}
#site-hp-services .site-section-services-box .site-section-services-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
#site-hp-services .site-section-services-box .site-section-services-snippet {
    display: none;
}
#site-hp-services .site-section-services-box a.site-section-services-url {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
#site-hp-services .site-section-services-box:hover .site-section-services-item:before {
    background-color: rgba(101, 69, 31, 0.90);
}
#site-hp-services .site-section-services-box:hover .site-section-services-snippet {
    display: block;
}
#site-hp-services .site-section-services-box .site-section-services-snippet p {
    margin-bottom: 0;
}
#site-hp-services .site-section-services-cta .site-services-cta-heading {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
}
#site-hp-services .site-section-services-cta .site-services-cta-buttons {
    gap: 20px;
}
#site-hp-services .site-section-services-cta .site-services-cta-buttons a {
    min-width: 230px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    gap: 8px;
}
.site-services-main-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.site-services-main-items .site-section-service-container {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 30px 30px;
    background-color: #fbfcff;
}
.site-services-main-items .site-section-service-container .site-service-imagetile {
    width: 350px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.site-services-main-items .site-section-detailsbox .site-service-heading {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.site-services-main-items .site-section-service-container:hover {
    color: #ffffff;
    background-color: #65451f;
}
.site-services-main-items .site-section-service-container:hover .site-section-detailsbox .site-service-heading {
    color: #ffffff;
}
.site-services-main-items .site-section-service-container:hover .site-button a.site-button-brown {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #65451f;
}
/* astec styles */
#site-whyastec {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
#site-whyastec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -17px;
    width: 450px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/11/whyastec-triangle-bg.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
#site-whyastec .site-section-wrapper {
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
#site-whyastec .site-section-wrapper > .site-div {
    width: 50%;
}
#site-whyastec .site-section-wrapper > .site-div .site-whyastec-video-frame {
    width: calc(100% - 205px);
    margin-left: auto;
}
#site-whyastec .site-section-wrapper > .site-div.site-whyastec-video {
    display: flex;
}
#site-whyastec .site-section-wrapper > .site-div .site-whyastec-video-frame .iframe-container {
    height: 100%;
}
#site-whyastec .site-whyastec-content {
    max-width: 590px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    min-height: 540px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#site-whyastec .site-whyastec-content .site-section-heading {
    color: #ffffff;
}
/* faqs styles */
#site-section-faq .site-section-wrapper {
    justify-content: space-around;
    align-items: center;
}
#site-section-faq .site-section-wrapper > .site-div {
    width: 50%;
}
#site-section-faq .site-faq-frame .site-section-snippet {
    margin: 20px 0 30px;
}
#site-section-faq .site-section-wrapper .site-faq-bg {
    width: 446px;
    height: 632px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* why choose us styles */
#site-whychoose {
    padding-top: 100px;
}
#site-whychoose-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#site-whychoose-bg .site-section-heading {
    text-align: center;
    color: #ffffff;
}
#site-whychoose-bg .site-section-snippet {
    color: #ffffff;
    margin: 20px auto 35px;
    text-align: center;
    max-width: 900px;
    width: 100%;
}
#site-whychoose-bg .site-whychoose-details {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-content: stretch;
}
#site-whychoose-bg .site-whychoose-item {
    background-color: #ffffff;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-content: space-between;
    font-size: 14px;
    line-height: 1.5;
}
#site-whychoose-bg .site-whychoose-item-icon {
    width: 59px;
    height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#site-whychoose-bg .site-whychoose-item-icon.icon1 span {
    width: 30px;
    height: 28px;
}
#site-whychoose-bg .site-whychoose-item-icon.icon2 span {
    width: 37px;
    height: 30px;
}
#site-whychoose-bg .site-whychoose-item-icon.icon3 span {
    width: 25px;
    height: 29px;
}
#site-whychoose-bg .site-whychoose-item-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}
#site-whychoose-bg .site-whychoose-item-snippet {
    flex-grow: 1;
}
#site-whychoose-bg .site-whychoose-item:hover {
    background-color: #65451f;
    color: #ffffff;
}
#site-whychoose-bg .site-whychoose-item:hover .site-whychoose-item-icon {
    background-color: rgba(0, 0, 0, 0.03);
}
#site-whychoose-bg .site-whychoose-item:hover .site-whychoose-item-heading {
    color: #ffffff;
}
/* counter styles */
#site-counter .site-section-wrapper {
    justify-content: space-between;
    text-align: center;
}
#site-counter .site-counter-heading {
    font-size: 50px;
    font-weight: 600;
    color: #c8ae7d;
    line-height: 1;
}
#site-counter .site-counter-snippet {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
/* areas we serve styles */
#site-section-map {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
#site-section-map .site-section-wrapper {
    display: flex;
    justify-content: space-between;
}
#site-section-map .site-map-details,
#site-section-map .site-map-frame {
    max-width: 500px;
    width: 100%;
}
#site-section-map .site-map-frame {
    position: relative;
}
#site-section-map .site-map-frame:after {
    content: '';
    position: absolute;
    right: -45px;
    bottom: -45px;
    background-image: url(/wp-content/uploads/2025/11/map-icon-dot.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 117px;
}
#site-section-map .site-map-details-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}
#site-section-map .site-map-details-list .site-map-box {
    width: 47%;
    padding: 10px 30px;
    min-height: 55px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
}
/* reviews styles */
#site-section-reviews {
    padding-left: 50px;
    padding-right: 50px;
    background-position: center center;
    background-size: cover;
    background-position: center center;
}
#site-section-reviews .site-section-reviews-snippet {
    color: #ffffff;
    text-align: center;
}
#site-section-reviews .site-section-reviews-snippet .site-section-heading {color: #ffffff}
#site-section-reviews .site-reviews-snippet {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
#site-section-reviews .site-reviews-name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.1;
}
#site-section-reviews .site-reviews-rating {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}
#site-section-reviews .site-review-buttons .site-div {
    margin-top: 60px;
    justify-content: center;
    gap: 20px;
}
#site-section-reviews button.slick-prev.slick-arrow {
    left: -40px;
    z-index: 1;
}
#site-section-reviews button.slick-next.slick-arrow {
    right: -40px;
    left: auto;
    z-index: 1;
}
#site-reviews-arrows {
    position: relative;
    width: 100%;
    height: 100%;
    top: 100px;
}
/* affiliates styles */
#site-affiliates {
    padding-left: 50px;
    padding-right: 50px;
}
#site-affiliates .site-affiliates-slides-item {
    padding: 0 10px;
}
#site-affiliates .site-affiliates-slides-box {
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 0 30px;
}
#site-affiliates .site-affiliates-slides-box img {
    height: 88px;
    width: 100%;
    object-fit: contain;
}
#site-affiliates button.slick-arrow {
    width: 11px;
    height: 19px;
}
#site-affiliates button.slick-prev.slick-arrow {
    background-image: url(/wp-content/uploads/2025/11/small-arrow-left.png);
    left: -40px;
}
#site-affiliates button.slick-next.slick-arrow {
    background-image: url(/wp-content/uploads/2025/11/small-arrow-right.png);
    right: -40px;
    left: auto;
}
/* blog styles */
#site-blog-section .site-section-heading {
    text-align: center;
}
#site-section-blog .site-section-blog-wrapper {
    justify-content: center;
    gap: 20px;
}
#site-section-blog .site-section-blog-wrapper .site-blog-slides {
    width: 33%;
}
#site-section-blog .site-blog-featuredimage a,
#site-section-blog .site-blog-featuredimage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.site-blog-featuredimage {
    position: relative;
}
.site-blog-featuredimage .site-blog-date-meta {
    position: absolute;
    right: 15px;
    top: 15px;
}
.site-blog-featuredimage .site-blog-date-meta .site-blog-date-meta-wrapper {
    width: 60px;
    height: 60px;
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #65451f;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
}
.site-blog-featuredimage .site-blog-date-meta .site-blog-date-meta-wrapper .site-blog-month {
    font-weight: 400;
    font-size: 14px;
}
#site-section-blog .site-blog-button {
    margin-top: 50px;
    text-align: center;
}
.site-blog-content {
    background-color: #fffcf9;
    padding: 25px 20px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.site-blog-content .site-blog-post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.site-blog-content .site-blog-post-button a {
    font-size: 14px;
    font-weight: 600;
    color: #65451f;
    padding-bottom: 15px;
    display: inline-flex;
    border-bottom: 5px solid;
    line-height: 1;
}
.site-blog-archive-container {
    flex-direction: column;
    margin-bottom: 100px;
}
.site-blog-sidebar-container {
    gap: 20px;
    justify-content: space-between;
}
.site-blog-sidebar-container section.widget {
    width: 33%;
}
#site-blog-sidebar select {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #ffffff url(/wp-content/uploads/2025/11/select-brown.png) no-repeat !important;
    background-position: 95% 50% !important;
    border: 1px solid #65451f;
    border-radius: 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
}
.blog-post-listing {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
body.archive #site-section-featuredimage,
body.page-id-209 #site-section-featuredimage,
body.page-id-232 #site-blog-section {
    display: none;
}
body.page-id-209 #site-section-featuredimage,
body.page-id-209 #site-section-map {
    padding-top: 50px;
}
/* pre footer styles */
#top-foooter {
    background-image: url(/wp-content/uploads/2025/11/footer-top-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #ffffff;
}
#top-foooter .site-div {
    width: 50%;
}
#top-foooter .site-section-heading {
    padding-bottom: 30px;
    color: #ffffff;
}
#top-foooter .site-div, #top-foooter .site-nap-details {
    flex-direction: column;
}
#top-foooter .site-nap-details {
    gap: 28px;
}
#top-foooter .site-nap-box {
    gap: 15px;
}
#top-foooter .site-nap-box-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #65451f;
}
#top-foooter .site-nap-box-info .site-nap-box-subheading {
    font-size: 14px;
    line-height: 1.1;
}
#top-foooter .site-nap-box .site-nap-box-text {
    font-size: 20px;
    font-weight: 600;
}
#top-foooter .site-nap-box .site-nap-box-text a {
    color: #ffffff;
}
#top-foooter .site-nap-box.site-nap-address .site-nap-box-text {
    font-size: 18px;
    line-height: 1.4;
}
/* footer styles */
#main-footer {
    padding-bottom: 50px;
}
#main-footer .site-section-wrapper {
    justify-content: space-between;
    gap: 100px;
}
#main-footer .site-section-wrapper .site-div-left {
    max-width: 210px;
    width: 100%;
    gap: 15px;
    flex-direction: column;
}
#main-footer .site-section-wrapper .site-div-right {
    max-width: 740px;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
}
#main-footer .site-foooter-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 140px;
    height: 140px;
}
#main-footer .site-foooter-logo a img {
    max-width: 79px;
    width: 100%;
}
#main-footer .site-footer-snippet {
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}
#main-footer .site-footer-column-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
#main-footer .site-footer-column-heading:after,
#main-footer .site-footer-column-heading:before  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.10);
}
#main-footer .site-footer-column-heading:before {
    width: 23px;
    background-color: #ffffff;
}
#main-footer .site-footer-column-details {
    font-size: 14px;
}
#main-footer .site-footer-column-details a {
    color: #ffffff;
}
#main-footer .site-footer-column-details .menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#main-footer .site-footer-column-details .menu li a {
    margin: 0;
    display: block;
    line-height: 1.4;
}
#main-footer .site-footer-column-details .menu li a:hover {
    text-decoration: underline;
}
#site-copyright {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 15px 15px;
    border-bottom: 6px solid #c8ae7d;
}
#site-copyright a {
    color: #ffffff;
}
.site-scrolltotop-button {
    position: fixed;
    right: 20px;
    bottom: 10%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 90;
    display: none;
}
/* mobile styles */
@media only screen and (min-width: 1024px) {
    .hide-on-desktop {
        display: none!important;
    }
    .nav-primary ul#menu-main-menu {
        display: flex;
        gap: 30px;
    }
    .nav-primary ul#menu-main-menu > li > a {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .nav-primary .genesis-nav-menu li.menu-item-has-children > a:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-left: 5px;
    }
    .site-inner {
        max-width: 1230px;
    }
    .site-inner .content {
        width: 100%;
    }
    #site-section-faq {
        padding-bottom: 50px;
        padding-top: 150px;
    }
    #site-whyastec .site-section-wrapper.section-boxed {
        max-width: 2550px;
        padding-right: 0;
    }
    .blog-post-listing article {
        width: 31.7%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    .genesis-nav-menu a,
    .nav-primary .genesis-nav-menu .sub-menu a {
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.1;
    }
    .nav-primary ul#menu-main-menu {
        display: flex;
        gap: 15px;
    }
    #logo-header .site-section-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #logo-header .site-section-wrapper .site-div.site-cta a {
        height: 44px;
        font-size: 15px;
        padding: 15px 15px;
        min-width: auto;
    }
    #logo-header .site-logo a {
        max-width: 80px;
    }
    #logo-header .site-section-wrapper > .site-div:last-child {
        gap: 15px;
    }
}
@media only screen and (max-width: 1440px) {
    #site-hero button.slick-prev {
        left: 15px;
    }
    #site-hero button.slick-next {
        right: 15px;
    }
}
@media only screen and (max-width: 1360px) {
    #site-hero,
    #site-hero .site-hero-slide-container,
    .site-section-banner {
        height: 640px;
    }
    #site-counter .site-section-wrapper {
        justify-content: space-evenly;
    }
}
@media only screen and (max-width: 1250px) {
    #site-whyastec:before {
        width: 145px;
        background-size: 100% 100%;
    }
    #site-whyastec .site-section-wrapper > .site-div .site-whyastec-video-frame {
        width: ;
    }
    body.home .site-inner .content-sidebar-wrap:after,
    body.home .site-inner .content-sidebar-wrap:before {
        content: none!important;
    }
}
@media only screen and (max-width: 1200px) {
    body.home .site-inner {
        padding: 0 20px;
    }
    body.home .site-inner .content-sidebar-wrap {
        padding: 100px 0;
    }
    body.home .site-inner .content-sidebar-wrap .content {
        max-width: 100%;
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 1023px) {
    .hide-on-mobile {
        display: none!important;
    }
    /* general styles */
    body {
        font-size: 16px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 25px;
    }
    h1,
    .entry-title,
    .archive-title {
        font-size: 36px;
    }
    h2,
    .result-title a,
    .site-section-heading {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    h3 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    .section-padding-ttb-regular {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .site-inner {
        padding: 70px 20px 70px;
    }
    /* header styles */
    #top-header .site-section-wrapper {
        height: 38px;
        padding: 5px 15px;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
    }
    #logo-header {
        position: relative;
    }
    #logo-header .site-section-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
    }
    #genesis-nav-primary {
        height: 100%;
        padding: 0 0;
        background-color: #65451f;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        align-items: baseline;
        position: fixed;
        top: 115px;
        left: 0;
        right: 0;
        overflow-y: auto;
        z-index: 100;
        padding-bottom: 150px;
        display: none;
    }
    #logo-header .site-logo {
        margin-top: 0;
        max-width: 48px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #logo-header .site-logo a {
        display: inline-block;
    }
    #genesis-mobile-nav-primary {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 25px;
        color: #000000;
    }
    .nav-primary ul#menu-main-menu li a {
        padding-left: 15px;
        padding-right: 15px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .nav-primary ul#menu-main-menu li a ,
    .nav-primary ul#menu-main-menu .sub-menu li a {
        font-size: 16px!important;
    }
    .nav-primary ul#menu-main-menu li > .sub-menu > li > a {
        background-color: #3b2812;
        color: #ffffff;
    }
    .nav-primary ul#menu-main-menu > li > a:hover, .nav-primary ul#menu-main-menu > li.current_page_item > a,
    .nav-primary ul#menu-main-menu li > .sub-menu > li > a:hover, .nav-primary ul#menu-main-menu li > .sub-menu > li.current_page_item > a {
        background-color: #000000;
        color: #ffffff;
    }
    .nav-primary .sub-menu-toggle {
        font-size: 0 !important;
        padding: 0 15px !important;
        height: 45px !important;
    }
    .nav-primary .genesis-nav-menu .sub-menu {
        padding: 0;
    }
    .nav-primary .genesis-nav-menu .sub-menu a:before {
        content: '- ';
    }
    .nav-primary .sub-menu-toggle:before {
        content: '\f078' !important;
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        font-size: 20px !important;
        -moz-osx-font-smoothing: grayscale!important;
        -webkit-font-smoothing: antialiased !important;
        display: inline-block !important;
        font-style: normal !important;
        font-variant: normal !important;
        text-rendering: auto !important;
        line-height: 1 !important;
        color: #ffffff !important;
        transform: rotate(0deg) !important;
        -webkit-transition: all 0.3s 
        ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out!important;
        -ms-transition: all 0.3s ease-in-out!important;
        -o-transition: all 0.3s ease-in-out!important;
        transition: all 0.3s 
        ease-in-out !important;
    }
    .nav-primary .sub-menu-toggle.activated:before {
        transform: rotate(180deg) !important;
    }
    #logo-header .site-header-mobile-nap-button {
        position: absolute;
        top: 24px;
        left: 5px;
        font-size: 30px;
        padding: 0 10px;
        color: #000000;
    }
    /* banner styles */
    #site-hero, #site-hero .site-hero-slide-container { height:600px;  }
    #site-hero .site-hero-slide-container .site-hero-slide-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    #site-hero .site-hero-slide-container .site-hero-slide-item .site-hero-slide-item-details {
        text-align: center;
        align-items: center;
    }
    #site-hero .site-hero-slide-container .site-hero-slide-item .site-hero-slide-heading {
        font-size: 40px;
    }
    #site-hero .site-hero-slide-container .site-hero-slide-item .site-hero-slide-heading br {
        display: none;
    }
    .site-section-banner {
        height: auto;
        min-height: 320px;
    }
    .site-section-banner .site-banner-page-title {
        font-size: 30px;
    }
    /* services styles */
    #site-hp-services .site-section-services-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    #site-hp-services .site-section-services-box {
        width: 48%;
    }
    /* gallery styles */
    #site-section-featuredimage {
        padding-top: 180px;
        padding-bottom: 250px;
        min-height: auto;
        display: block;
    }
    #site-section-featuredimage .site-section-wrapper .site-featuredimage-container {
        flex-wrap: wrap;
    }
    #site-section-featuredimage .site-section-wrapper .site-featuredimage-container .site-featuredimage-box {
        width: 48%;
    }
    /* areas we serve styles */
    #site-section-map {
        padding-left: 15px;
        padding-right: 15px;
    }
    #site-section-map .site-section-wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 60px;
    }
    #site-section-map .site-map-details, #site-section-map .site-map-frame {
        max-width: 100%;
        width: 100%;
    }
    #site-section-map .site-map-frame iframe {
        width: 100%;
    }
    #site-section-map .site-map-frame:after {
        content: '';
        position: absolute;
        right: -20px;
        bottom: -10px;
        width: 70px;
        height: 70px;
    }
    /* content styles */
    .site-page-contact-formmap {
        flex-direction: column;
    }
    .site-page-contact-formmap .site-column-2 {
        padding: 0;
        max-width: 100%;
    }
    .site-page-contact.site-page-contact-nap {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 40px;
    }
    .site-page-contact.site-page-contact-nap .site-div {
        width: 100%;
    }
    .site-page-contact.site-page-contact-nap .site-page-contact-nap-block {
        margin-top: 0;
        margin-bottom: 0;
    }
    /* astec styles */
    #site-whyastec:before {
        width: 320px;
    }
    #site-whyastec .site-section-wrapper {
        align-items: stretch;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
        padding-right: 0;
        padding-left: initial;
    }
    #site-whyastec .site-whyastec-content {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    #site-whyastec .site-whyastec-content .site-section-heading,
    #site-whyastec .site-whyastec-content .site-section-button {
        text-align: center;
    }
    #site-whyastec .site-section-wrapper > .site-div .site-whyastec-video-frame {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #site-whyastec .site-section-wrapper > .site-div {
        width: 100%;
    }
    /* why choose styles */
    #site-whychoose {
        padding-left: 0;
        padding-right: 0;
    }
    #site-whychoose-bg {
        padding-left: 0;
        padding-right: 0;
    }
    #site-whychoose-bg .site-section-wrapper {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 540px;
        width: 100%;
    }
    #site-whychoose-bg .site-whychoose-details {
        justify-content: space-between;
        gap: 20px;
        align-content: stretch;
        flex-direction: column;
    }
    /* reviews styles */
    #site-reviews-arrows {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
    }
    #site-reviews-arrows button.slick-arrow {
        position: relative;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    /* faq styles */
    #site-section-faq {
        padding-bottom: 0;
    }
    #site-section-faq .site-section-wrapper > .site-div:first-child {
        display: none;
    }
    #site-section-faq .site-section-wrapper > .site-div {
        width: 100%;
    }
    #site-section-faq .site-section-heading,
    #site-section-faq .site-faq-frame .site-section-snippet {
        text-align: center;
    }
    .slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question:before {
        right: 10px;
    }
    .slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question {
        padding: 5px 35px 5px 10px;
        font-weight: 600;
        line-height: 1.5;
    }
    /* blog styles */
    .site-blog-sidebar-container {
        gap: 10px;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 40px;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
    .site-blog-sidebar-container section.widget {
        width: 100%;
        margin-bottom: 0;
    }
    .blog-post-listing {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
    /* footer styles */
    #main-footer .site-section-wrapper {
        flex-direction: column;
        gap: 50px;
        max-width: 330px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #main-footer .site-section-wrapper .site-div-left {
        text-align: center;
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
    }
    #main-footer .site-section-wrapper .site-div-right {
        gap: 40px;
        max-width: 100%;
        flex-direction: column;
    }
    #site-copyright {
        border-bottom: 54px solid #c8ae7d;
    }
}
@media only screen and (max-width: 840px) {
    #site-content-cta .site-content-ctaitems {
        gap: 10px;
        flex-direction: column;
        justify-content: center;
    }
    .site-services-main-items .site-section-service-container .site-section-imagebox {
        width: 100%;
    }
    .site-services-main-items .site-section-service-container .site-service-imagetile {
        width: 100%;
        height: 400px;
    }
    .site-services-main-items .site-section-service-container {
        flex-direction: column;
        padding: 15px 15px;
        gap: 25px;
    }
    .site-services-main-items .site-section-detailsbox .site-service-heading {
        font-size: 24px;
    }
}
@media only screen and (max-width: 768px) {
    #top-foooter .site-div {
        width: 100%;
    }
    #site-hp-services .site-section-services-box {
        width: 100%;
    }
    #site-hp-services .site-section-services-cta .site-services-cta-heading {
        font-size: 20px;
    }
    #site-hp-services .site-section-services-cta .site-services-cta-buttons,
    #site-section-blog .site-section-blog-wrapper {
        gap: 10px;
        flex-direction: column;
    }
    #site-section-blog .site-section-blog-wrapper {
        gap: 30px;
    }
    #site-section-blog .site-section-blog-wrapper .site-blog-slides {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #site-section-map .site-map-details, #site-section-map .site-map-frame {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    #site-section-map .site-map-details .site-section-heading {
        margin-bottom: 20px;
    }
    #site-section-map .site-map-details .site-section-heading:after {
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }
    #site-section-map .site-map-details-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #site-section-map .site-map-details-list .site-map-box {
        width: 200px;
        font-size: 16px;
    }
    #site-section-map .site-map-details-list .site-map-box i {
        font-size: 14px;
    }
    #site-section-featuredimage {
        padding-top: 70px;
        padding-bottom: 70px;
        min-height: auto;
        background-image: url(/wp-content/uploads/2025/11/gallery-section-mobile-v2.png) !important;
        text-align: center;
    }
    #site-section-featuredimage .site-section-wrapper .site-div {
        display: block;
    }
    #site-section-featuredimage .site-section-wrapper .site-featuredimage-container{display: none;}
    #site-section-featuredimage .site-section-wrapper .site-featuredimage-mobile {
        display: block;
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #site-section-featuredimage .site-section-wrapper .site-featuredimage-mobile .slmp-image {
        width: 100%;
    }
    #site-section-featuredimage .site-section-wrapper .site-featuredimage-mobile .slmp-image img {width: 100%;}
    .site-scrolltotop-button {
        width: 25px;
        height: 25px;
        right: 5px;
    }
}
@media only screen and (max-width: 640px) {
    .site-services-main-items .site-section-service-container .site-service-imagetile {
        height: 300px;
    }
    #top-foooter {
        background-image: url(/wp-content/uploads/2025/11/top-footer-main-bg-mobile.jpg);
    }
    #top-foooter .site-div {
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    #top-foooter .site-heading.site-heading-divider {
        text-align: center;
    }
    #top-foooter .site-heading.site-heading-divider:after {
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
    }
    #top-foooter .site-nap-box.site-nap-email .site-nap-box-text {
        font-size: 16px;
    }
    #top-foooter-filter {
        width: 100%;
        height: 311px;
        background-image: url(/wp-content/uploads/2025/11/top-footer-bg-img-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    #site-copyright span {
        display: block;
        line-height: 1.4;
    }
    #site-section-reviews .site-review-buttons .site-div {
        margin-top: 60px;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-direction: column;
    }
    #site-section-map .site-map-frame iframe {height: 300px;}
    #site-whychoose-bg {
        background-image: url(/wp-content/uploads/2025/11/whychoose-mobile-bg.jpg) !important;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    #site-counter .site-section-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}