@font-face {
	font-family:Cooper-Black;
	src:url('../fonts/Cooper-Black.woff2');
	src:url('../fonts/Cooper-Black.woff2') format('woff2');
    font-display: block;
}

@font-face {
	font-family:Cooper-Bold;
	src:url('../fonts/Cooper-Bold.woff2');
	src:url('../fonts/Cooper-Bold.woff2') format('woff2');
    font-display: block;
}

@font-face {
	font-family:Cooper-Medium;
	src:url('../fonts/Cooper-Medium.woff2');
	src:url('../fonts/Cooper-Medium.woff2') format('woff2');
    font-display: block;
}

:root {
    --orange: #d5862a;
    --green: #697c4a;
    --turqoise: #469090;
    --primaryhover: #203f3d;
    --primaryhoverdark: #0d1d1c;
}

/* atf slider */
.atf-slider-navi .nav-item.icon {
    width: 24px !important;
    height: 24px !important;
}

.atf-slider-navi .nav-item.icon::before {
    width: 10px !important;
    height: 10px !important;
}

.product-list .atf-slider {
    gap: 1rem;
}

.product-list .atf-slider-elem {
    display: flex;
    flex-direction: column;
    flex: 0 0 15.7% !important;
}

.product-list .atf-slider-elem .item-column {
    flex: 1;
}

.dropdown-toggle {
    font-family: inherit !important;
    padding: .375rem .75rem !important;
}

.btn {
    font-size: 1.2rem !important;
    font-family: "Cooper-Bold", sans-serif !important;
}

.form-control {
    font-size: 1.2rem !important;
}

.theme-default .btn-primary:focus, 
.theme-default .btn-primary.focus,
.theme-default .btn-secondary:focus, 
.theme-default .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 144, 144, 0.5);
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.admin-page-settings {
    font-size: 1rem;
}

@media (prefers-reduced-motion: no-preference) {

    .fade-elem,
    .highlightbox-multiple-block .item,
    .question-toggle-block .item,
    .testimonial-mosaic-slider-block.mosaic-view .mosaic-item,
    .image-video-collage-block .image-wrapper,
    .blog-list-hl-block .item,
    .blog-list-hl-block .btn {
        opacity: 0;
        transition: transform 2000ms ease, opacity 0.9s;
        transform: translateY(150px);
    }
    
    .fade-elem.loaded,
    .highlightbox-multiple-block .item.loaded,
    .question-toggle-block .item.loaded,
    .testimonial-mosaic-slider-block.mosaic-view .mosaic-item.loaded,
    .image-video-collage-block .image-wrapper.loaded,
    .blog-list-hl-block .item.loaded,
    .blog-list-hl-block .btn.loaded {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 0s;
    }

}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (min-width: 1680px) {
    .container {
        max-width: 1600px !important;
    }

    body {
        font-size: 1.2rem;
    }

    .h1, h1 {
        font-size: 3.5rem;
    }

    .h2, h2 {
        font-size: 3rem;
    }

    .h3, h3 {
        font-size: 2.5rem;
    }

    .h4, h4 {
        font-size: 2rem;
    }

    .h5, h5 {
        font-size: 1.75rem;
    }

    .h6, h6 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 1.5rem;
    }

    .display-4 {
        font-size: 4.5rem;
    }
}

@media (max-width: 1200px) {
    .product-list .atf-slider-elem {
        flex: 0 0 23.5% !important;
    }
}

@media (max-width: 992px) {
    .product-list .atf-slider-elem {
        flex: 0 0 31.5% !important;
    }
}

@media (max-width: 768px) {
    .product-list .atf-slider-elem {
        flex: 0 0 47.5% !important;
    }
}

@media (max-width: 575px) {
    .h2, h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 425px) {
    .fp-cta .btn-primary {
        width: 100% !important;
    }

    .btn,
    .form-control {
        font-size: 1.1rem !important;
    }
}