/* Headers */

body:not(.home) .main-content h1,
body:not(.home) .main-content .h1 {
    font-size: 46px !important;
    text-shadow: none !important;
}
body:not(.home) .main-content h2,
body:not(.home) .main-content .h2 {
    font-size: 38px;
}
body:not(.home) .main-content h3,
body:not(.home) .main-content .h3 {
    font-size: 32px;
}
body:not(.home) .main-content h4,
body:not(.home) .main-content .h4 {
    font-size: 24px;
}
body:not(.home) .main-content h5,
body:not(.home) .main-content .h5 {
    font-size: 22px;
}
body:not(.home) .main-content h6,
body:not(.home) .main-content .h6 {
    font-size: 18px;
}

body:not(.home) .main-content h1, 
body:not(.home) .main-content h2, 
body:not(.home) .main-content h3, 
body:not(.home) .main-content h4, 
body:not(.home) .main-content h5, 
body:not(.home) .main-content h6 {
    line-height: 1.2;
    font-weight: 300 !important;
}

@media screen and (max-width: 800px) {
    body:not(.home) .main-content h1,
    body:not(.home) .main-content .h1 {
        font-size: 38px !important;
    }
    body:not(.home) .main-content h2,
    body:not(.home) .main-content .h2 {
        font-size: 32px;
    }
    body:not(.home) .main-content h3,
    body:not(.home) .main-content .h3 {
        font-size: 24px;
    }
    body:not(.home) .main-content h4,
    body:not(.home) .main-content .h4 {
        font-size: 22px;
    }
    body:not(.home) .main-content h5,
    body:not(.home) .main-content .h5 {
        font-size: 18px;
    }
    body:not(.home) .main-content h6,
    body:not(.home) .main-content .h6 {
        font-size: 18px;
    }

}

/* Body copy */

p {
    font-size: 16px !important; 
    line-height: 1.5;   
}

/* buttons */
.btn {  /* Primary */
    border-radius: 2px;
    padding: 13px 15px !important;
    min-width: 0;
    text-transform: none;
    font-size: 16px !important;
    background-color: var(--c-maroon);
    transition: all .2s;
    /* text-decoration: underline;     */
}

.btn:hover {
    background-color: #333;
    text-decoration: underline;
    opacity: 1;;
}

.btn:before {
    content: none;
}

.btn.btn--white {
    background-color: white;
    color: var(--c-maroon); 
    text-decoration: none;   
    border: 0;
}

.btn.btn--white:hover { 
    background-color: #333;
    color: white; 
    text-decoration: underline !important;       
}


.btn.btn--highlight {
    color: #fff !important;    
}

.btn--highlight:hover:after {
    border-color: #333 !important;   
}

.btn.btn--link { /* Primary without the arroew */
    color: #fff !important;
}

.btn.btn--arrow { /* Tertiary */
    font-size: 16px;
    line-height: 29px;
    background: none;
    padding-left: 0 !important;

}

.btn.btn--arrow:not(.btn--arrow-left):after {
    background-image: url(../svg//arrow-right-grey.svg);
}

.btn--arrow-left::after {
    background-image: url(../svg//arrow-left-grey.svg);
}

.btn--black {
    color: #fff;
}

.hero .btn--black span { 
    background-image: url('/wp-content/themes/digicat/dist/images/arrow-down-white.svg') !important;
}



/* Carousel */
.carousel__btn-prev {
    background-image: url(../svg//arrow-left-grey.svg);
}

.carousel__btn-next {
    background-image: url(../svg//arrow-right-grey.svg);
}

/* Image cards */
.card .tags {
    margin-bottom: -12px;
}

.tags a {
    background-color: #d3d3d3;
    border: 0;
    text-decoration: none;
    border-radius: 8px;
    line-height: 26px;
    padding: 2px 8px !important;
    margin-bottom: 12px;
}

.tags a:hover {
    text-decoration: none;
}

/* Image cards */
.image-cards .card__content {
    justify-content: end;
}


/* CTA */
section.cta h2 {
    max-width: 800px;
}

section.cta .btn {
    display: block;
}

/* form */

section.form.background--white-section .form-container-inner {
    background-color: var(--c-grey-bg);
    border: 0;
}

.filters .filters__buttons { 
    align-items: anchor-center; 
}

.filters .filters__button-group .btn {
    background: none;
    color: black;
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 400;
    margin-bottom: 0;
}

.filters .filters__search {
    margin-bottom: 0;
}

.filters .filters__search input {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
}

.filters .filters__button-group .btn:after { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
} 

.filters .filters__dropdowns .filter-dropdown {
    background-color: #E8E8E8;  
}

.filters .filters__dropdowns .filter-dropdown h3 {
    color: black !important;
}

.filters .filters__dropdowns .filter-dropdown .filter-item label {
    background-color: #d3d3d3;
    border: 0 !important;
    outline: none;
    text-decoration: none;
    border-radius: 8px;
    line-height: 26px;
    padding: 2px 12px 2px 8px !important;
    color: #3F4A55;
    font-size: 16px;
}

.filters .filters__dropdowns .filter-dropdown .filter-item label:before  {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233F4A55' d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E");
}

.filters .filters__dropdowns .filter-dropdown .filter-item label:hover:before  {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E");
}

.filters .filters__dropdowns .filter-dropdown .filter-item label:hover {
    background-color: #3F4A55;
    color: white;
}

.filters .filters__dropdowns .filter-dropdown .filter-item label:focus {
    border: 0 !important;
}

.filters .filters__dropdowns .filter-dropdown .filter-item input:checked+label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233F4A55' d='M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z'/%3E%3C/svg%3E") !important;
}

.filters .filters__dropdowns .filter-dropdown .filter-item input:checked+label:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M9 21.035l-9-8.638 2.791-2.87 6.156 5.874 12.21-12.436 2.843 2.817z'/%3E%3C/svg%3E") !important;
}

.filters .filters__dropdowns .filter-dropdown .filter-item label::before {
    height: 12px;
    width: 12px;
    background-size: 12px;
}

.filters .filters__dropdowns .filter-dropdown .btn.btn--white,
.filters__dropdowns--mobile-controls .btn.btn--white  {
    background-color: var(--c-maroon);
    border: 0;
    text-decoration: none;
    border-radius: 8px;
    line-height: 26px;
    padding: 2px 8px !important;
    color: white;
    font-size: 16px;
}

.filters .filters__dropdowns .filter-dropdown .btn.btn--white:hover,
.filters__dropdowns--mobile-controls .btn.btn--white:hover {
    background-color: white;
    color: var(--c-maroon);    
}

.filter-dropdown__clear {
    border: 1px solid #3F4A55;
    text-decoration: none !important;
    border-radius: 8px;
    line-height: 26px;
    padding: 2px 8px !important;
    color: #3F4A55 !important;
    font-size: 16px;
    margin-right: 1rem !important;    
}

.filter-dropdown__clear:hover {
    background-color: #3F4A55;
    color: #FFFFFF !important;    
}
 

.filters .filters__dropdowns {
    padding-bottom: 0 !important;
}

.filters .filters__tags {
    border-top: 2px solid #888888;
}

.filter-tag {
    background-color: #d3d3d3;
    border: 0;
    text-decoration: none;
    border-radius: 8px;
    line-height: 26px;
    padding: 2px 30px 2px 12px !important;
    color: #3F4A55;
    font-size: 16px;
}

.filter-tag:after {
    width: 12px;
    height: 12px;  
    background-size: 12px; 
    right: .6rem; 
    margin-top: -6.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233F4A55' d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E");    
}

.filter-tag:hover {
    background-color: #3F4A55;
    color: white;
}

.filter-tag:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E");    
}


@media screen and (max-width: 800px) {
    .filters .filters__dropdowns {
        background-color: #E8E8E8  !important;
    }

    .filters .filters__dropdowns .filters__dropdowns--mobile-controls .close {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233F4A55' d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E"); 
    }
    .filters .filters__dropdowns .filters__dropdowns--mobile-controls {
        background-color: #E8E8E8  !important;
    }
}    


/* .pagination */ 
.pagination li {
    font-size: 22px;
}

.pagination .pagination__prev a,
.pagination .pagination__prev button {
    background-image: url(../svg/arrow-right-grey.svg) !important;
}

.pagination .pagination__next a,
.pagination .pagination__next button {
    background-image: url(../svg/arrow-right-grey.svg) !important;
}


/* .quote-carousel fix */ 
.quote-carousel cite {
    /* padding-bottom: 25px; */
        line-height: 1.4;
}

/* .quote-carousel cite span {
    margin-top: 25px;
} */

.quote-carousel__btn-prev {
    background-image: url(../svg/arrow-left-grey.svg) !important; 
}
.quote-carousel__btn-next {
    background-image: url(../svg/arrow-right-grey.svg) !important; 
}

/* breadcrumbs */

@media screen and (max-width: 800px) { 
    .breadcrumbs {
        display: block;
    }
}