/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Navigation
# Content
# Locations blurb
# Related products
# 404 error
# Contact form 7
# Footer
# Media - Max
# Media - Min
--------------------------------------------------------------*/
:root {
    --black: #202020;
    --white: #fff;
    --red: #eb0000;
    --shadow: 0px 0px 5px 3px rgba(0,0,0,0.1)
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.screenreader-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
a{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

body #page-container #main-content .et_pb_button{
    font-weight: 700!important;
}

.et_pb_section .et_pb_heading_container h1.et_pb_module_heading,
h1.et_pb_module_heading,
h1 {
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif;
    font-size: 62px;
    line-height: 1em;
}
.et_pb_section .et_pb_heading_container h2.et_pb_module_heading,
h2.et_pb_module_heading,
h2 {
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif;
    font-size: 48px;
    line-height: 1em!important;
    font-weight: 500;
}
.et_pb_section .et_pb_heading_container h3.et_pb_module_heading,
h3.et_pb_module_heading,
h3 {
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1em!important;
    font-size: 35px;
}
.et_pb_section .et_pb_heading_container h4.et_pb_module_heading,
h4.et_pb_module_heading,
h4{
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1em!important;
    font-size: 20px;
}

article .df-item-wrap *{
    -webkit-transition: color 300ms ease 0ms;
    -o-transition: color 300ms ease 0ms;
    transition: color 300ms ease 0ms;
}
.d-center,
.d-center .et_pb_video_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#menu-primary .dropdown-arrow,
#menu-primary-1 .dropdown-arrow{
    font-size: 20px;
    font-weight: 900;
    color: var(--red);
}
.df-mobile-menu{
    border: 1px solid #ebebeb;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.swiper-container{
    padding-left: 3rem;
    padding-right: 3rem;
}
.df_tc_arrows .swiper-button-next::after,
.df_tc_arrows .swiper-button-prev::after{
    font-size: 60px;
    padding: 0;
}
.df_tc_arrows .swiper-button-next{
    right: -3rem;
}
.df_tc_arrows .swiper-button-prev{
    left: -3rem;
}
.product-chart-container table tbody tr td,
.product-chart-container table thead tr th{
    text-align:center!important;
    padding:1rem 12px!important
}
.button-download.et_pb_button::after{
    position: relative!important;
}
ul.df-breadcrumbs{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.acudor-downloads-search{
    box-shadow: none!important;
}

.product-car{
    background-color: var(--white);
    padding: 40px 80px;
}

.product-car .difl_imagecarouselitem > div{
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25)!important
}
.product-car .df_ic_arrows .swiper-button-next{
    right: -60px;
} 
.product-car .df_ic_arrows .swiper-button-prev{
    left: -60px;
}
.product-car .df_ic_arrows div:hover::after,
.product-car .df_ic_arrows div:focus::after{
    color: var(--red)!important;
}

.product-car .et_pb_module_inner{
    padding: 0!important;

    & .df_ici_container{
        width: 100%;
        text-align: center;

        &{
            .ic_image_wrapper, 
            .ic_image_wrapper img{
                min-width: auto!important;
            }
        }
    }
}

.product-car .difl_imagecarouselitem .content,
.product-car .difl_imagecarouselitem:hover .content{
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 10px;

    & p{
        margin: auto!important;
    }
}

.product-category-grid-item h4.et_pb_module_header a:hover,
.product-category-grid-item h4.et_pb_module_header a:focus {
    color: var(--red)!important;
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.et_pb_blurb.et_clickable:hover .et_pb_module_header,
.woocommerce .product .df-hover-trigger:hover .df-product-title-wrap h3 a{
    color: var(--red)!important;
}
.product-chart-container table tbody tr td,.product-chart-container table thead tr th{text-align:center!important;padding:1rem 12px!important}

.product-recommendations-title{
    text-align: center;
    padding-bottom: 40px;
}
.product-chart-title{
    padding-bottom: 40px;
}
.product-chart-wrapper{
    padding-top: 66px;
    padding-bottom: 66px;
}
.product-chart-container{
    overflow-x: auto;
}
/*--------------------------------------------------------------
# Locations blurb
--------------------------------------------------------------*/
.locations-blurb .et_pb_blurb_content{
    max-width: ;
}
.locations-blurb .et_pb_main_blurb_image, .locations-blurb img {
  width: 100% !important;
  margin-bottom: 0px;
}

.locations-blurb .et_pb_blurb_container {
  padding: 20px;
}
.locations-blurb h3,
.locations-blurb h4{
    margin-bottom: 10px;
}
.locations-blurb a{
    padding-bottom: 5px;
    display: inline-block;
}
.locations-blurb a:hover,
.locations-blurb a:focus,
.locations-blurb a:hover span,
.locations-blurb a:focus span{
    color: var(--red);
}
/*--------------------------------------------------------------
# Related products
--------------------------------------------------------------*/
.related-products{
    padding-top: 66px;
}
.related-products .single-product div{
    padding-top: 40px !important;
    padding-right: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 10px !important;
    text-align: center;
    background-color: var(--white);
    box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.25);
    border-radius: 10px;
}
.related-products a:hover h3,
.related-products a:focus h3 {
    color: var(--red)!important;
}

.rp_grid{
    padding-top: 66px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}
.search-banner {
    padding-top: 66px;
    padding-bottom: 66px;
    background-image: url(https://acudor.treefrog.dev/wp-content/uploads/2025/04/tapestry_banner.png) !important;
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;

    text-align: center;
}
.search-banner h1{
    color: var(--white);
}
@media only screen and (min-width: 1875px) {
    .search-banner{
        padding: 75px 0;
    }
}

.search .pagination a,
.df-pagination .page-numbers {
    color: #202020 !important;
    border-width: 0px !important;
    border-radius: 30px;
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    background-color: var(--white);
    color: var(--black);
    padding-top: 8px !important;
    padding-right: 50px !important;
    padding-bottom: 8px !important;
    padding-left: 50px !important;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.25);
    font-size: 20px;
    line-height: 1.7em !important;
    display: inline-block;
    width: auto;
    height: auto;
}
.search .pagination a:hover,
.search .pagination a:focus,
.df-pagination .page-numbers:hover,
.df-pagination .page-numbers:focus {
    background-color: var(--black);
    color: var(--white)!important;
 
}
.search .container{
    padding-top: 66px;
    padding-bottom: 66px;
}
.search article a:hover,
.search article a:focus{
    color: var(--red);
}
.search-read-more{
    padding-top: 30px;
}

.search article img{
    max-width: 250px;
}
.archive.category .pagination{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.et_pb_search_0 input.et_pb_s{
    box-shadow: none!important;
}
/*--------------------------------------------------------------
# 404 error
--------------------------------------------------------------*/
.error404 #main-content .container{
    padding: 66px 0;
    color: var(--black);
}
.search #main-content .container::before,
.error404 #main-content .container::before{
    display: none!important;
}
.error404 h1{
    color: var(--black);
}
.error404 .button,
.search .button{
    color: #202020 !important;
    border-width: 0px !important;
    border-radius: 30px;
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    background-color: #FFFFFF;
    padding-top: 8px !important;
    padding-right: 50px !important;
    padding-bottom: 8px !important;
    padding-left: 50px !important;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.25);
    font-size: 20px;
    line-height: 1.7em !important;
}
.error404 .button:hover,
.error404 .button:focus,
.search .button:hover,
.search .button:focus{
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white)!important;
}
/*--------------------------------------------------------------
# Contact form 7
--------------------------------------------------------------*/
.wpcf7-submit {
    display: inline-block;
    border-width: 0px !important;
    border-radius: 30px;
    font-family: 'Geograph',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    padding-top: 8px !important;
    padding-right: 50px !important;
    padding-bottom: 8px !important;
    padding-left: 50px !important;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.25);
    font-size: 20px;
    line-height: 1.7em !important;
    border: 2px solid var(--white);
    background: var(--white);
    color: var(--black);
    cursor: pointer;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus{
    border-color: var(--black);
    background: var(--black);
    color: var(--white);
}
.wpcf7-form label{
    font-weight: 700;
}
input.text, input.title, input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="text"], select, textarea{
    width: 100%;
    font-size: 18px;
    line-height: normal;
    padding: 15px;
    box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.25);
    border: none;
    color: var(--black);
}

.wpcf7-footer p{
    padding-top: 20px;
}

.wpcf7-not-valid-tip{
    color: var(--red);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer a{
    color: var(--white)!important;
}
footer h3{
    font-size: 23px;
    color: var(--white)!important;
}
footer a:hover,
footer a:focus{
    color: var(--red)!important;
}

.footer-link .et_pb_text_inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
}
/*--------------------------------------------------------------
# Media - MAX
@media only screen and (min-width: 769px) and (max-width: 992px) {}
--------------------------------------------------------------*/
@media only screen and (max-width: 980px) {

    .et_pb_section .et_pb_heading_container h1.et_pb_module_heading,
    h1.et_pb_module_heading,
    h1 {
        font-size: 46px;
    }
    .et_pb_section .et_pb_heading_container h2.et_pb_module_heading,
    h2.et_pb_module_heading,
    h2 {
        font-size: 38px;
    }
  .footer-link .et_pb_text_inner{
    flex-direction: column;-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;   
    }
    .rp_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .difl_testimonialcarousel_0 .df_tc_content p{
        font-size: 22px!important;
    }

    .product-car{
        padding: 20px ;
    }

    .product-car .difl_imagecarouselitem .content {
        opacity: 1!important;
        transform: translateY(0px)!important;
    }

}

@media only screen and (max-width: 450px) {
    .et_pb_section .et_pb_heading_container h1.et_pb_module_heading,
    h1.et_pb_module_heading,
    h1 {
        font-size: 35px;
    }
    .et_pb_section .et_pb_heading_container h2.et_pb_module_heading,
    h2.et_pb_module_heading,
    h2 {
        font-size: 28px;
    }
    .et_pb_section .et_pb_heading_container h3.et_pb_module_heading,
    h3.et_pb_module_heading,
    .locations-blurb h3,
    h3 {
        font-size: 25px!important;
    }
}

@media only screen and (min-width: 981px) {

    .wpcf7-footer p{
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wpcf7-footer p input{
        order: 2;
    }

}