@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.15.3/css/all.css");

@import "normalize.css";
@import "webflow.css";
@import "preservation-meat-collective.webflow.css";

html {
    scroll-behavior: smooth;
}

.body-no-scroll {
    height: 100vh;
    width: 100vw;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    all: unset;
}

.w-slider-nav.w-round>div {
    width: 35px;
    height: 2px;
    border-radius: 8px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    background-color: #5B6165;
}

.w-slider-dot.w-active {
    background-color: #590D0E !important;
}

.testimonial-slider .w-icon-slider-left {
    color: #5B6165;
}

.testimonial-slider .w-icon-slider-right {
    color: #5B6165;
}

.callout-text {
    width: 100vw;
    max-width: 100vw;
    margin: 30px calc(-50vw + 50%);
    padding-right: calc(calc(100vw - 1180px) / 2);
    padding-left: calc(calc(100vw - 1180px) / 2);
}

.embed-pagination ul {
    justify-content: flex-end;
}

.embed-pagination li {
    background: #b67133;
}

#contact-form {
    padding-top: 126px;
    margin-top: -126px;
}

@media screen and (min-width: 992px) {
    .about-left-content {
        width: calc(calc(100% - 480px) - calc(calc(100% - 1180px) / 2));
        background-position: calc(100% + 100px) 90%;
    }

    .title-section.no-text {
        height: auto;
        margin-top: 126px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-left-content {
        background-position: calc(100% + 80px) 40px;
    }
}

@media screen and (max-width: 767px) {
    .callout-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Defaults */
.cms-frontend {
    overflow-x: hidden;
    word-wrap: break-word;
}   

.cms-btn:focus {
    outline: 0;
}

img.userUpload {
    height: auto !important;
}

.contact-form-success-message {
    display: block !important;
}

.content-block ul {
    overflow: hidden;
}

.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms-btn a {
    color: inherit;
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
    padding: 0px;
    margin-top: 20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 280px;
    border-bottom: none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
    min-width: 150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
    display: block;
    width: 100%;
    height: 48px;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 8px 12px 8px 14px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

[data-module="cms-custom-search"] .form-wrapper {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cms-custom-search-result {
    margin-bottom: 0px !important;
    padding-top: 30px;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
}

.cms-custom-search,
.cms-custom-search-result p,
.cms-custom-search-result-sub-title {
    font-size: 14px !important;
    font-style: inherit !important;
    color: #858484;
}

.cms-custom-search-result-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

#password-form {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#password-form-error {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {

    .w-lightbox-left,
    .w-lightbox-right {
        background-size: 15px;
    }

    #contact-form {
        padding-top: 70px;
        margin-top: -70px;
    }

    .content-container.no-text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .title-section.no-text {
        height: auto;
        margin-top: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1221px) {
    
    .alert-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-link {
        margin-left: 10px;
        margin-right: 10px;
    }

    .logo-home-link.interior {
        margin-right: 20px;
    }

    .logo-image {
        height: 95px;
    }

    .content-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .slide-content-inner-wrapper {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .callout-text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-left-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .content-container.fluid.partners {
        padding-left: 40px;
        padding-right: 40px;
    }

    .content-container.fluid.feature {
        padding-left: 40px;
        padding-right: 40px;
    }

    .content-container.fluid.feed {
        padding-left: 40px;
        padding-right: 40px;
    }

    .testimonial-left-content {
        padding-left: 40px;
    }

    .content-container.fluid.inner {
        padding: 40px;
    }

    .amsd-list.grid {
        max-width: 100%;
    }

    .amsd-item {
        max-height: none;
    }

    .contact-form-wrapper {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer-content-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}


.title-content-outer-wrapper.not-floating .title-content-inner-wrapper,
.title-content-outer-wrapper.not-floating .title-content-inner-wrapper .title-block,
.title-content-outer-wrapper.not-floating .title-content-inner-wrapper .title-block .title-small-text {
    width: 100%;
}