/* FRANCHISE PAGE */

/*.franchise p {
  font-weight: 500 !important;
}*/

/* Insane hack to colorize only the "apostrophe" of BERR*Y*S "Y", clip the
   background hard gradient on text only after 60% with an angle*/
.y-colorized {
    font-family: 'Heavitas Neue', sans-serif;
    font-weight: 900 !important;
    background: -webkit-linear-gradient(45deg, #161615 0%, #161615 60%, #73002e 60%, #73002e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-content {
    font-weight: bold;
}

.franchise .testimonials {
    background: transparent linear-gradient(180deg, #740C3E 0%, #2D2926 100%, #000000 100%) 0 0 no-repeat padding-box;
    height: 200vh;
    min-height: 150vh;
    padding: 3em;
}

.franchise .franchise-text img {
    margin-right: 6px;
}

.franchise .franchise-quote {
    z-index: 10;
    font-family: "Heavitas Neue", sans-serif;
    font-weight: 900;
}

.franchise .franchise-quote-box form {
    overflow: hidden;
}

.franchise .franchise-quote-box {
    background: transparent linear-gradient(90deg, #740C3E 0%, #2D2926 100%) 0 0 no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    margin-left: 100px;
    padding: 2em 2.5em !important;
    position: relative;
    margin-top: -40px;
}

.franchise .franchise-quote-box p {
    color: #fff;
    margin: .5rem 0 !important;
}

.franchise .benefit-item img {
    margin-right: 10px;
}

.franchise .contact-form-box {
    background: transparent linear-gradient(180deg, #740C3E 0%, #2D2926 100%) 0 0 no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    padding: 2em !important;
}

.franchise .screen-reader-response {
    display: none;
}

.franchise .wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.franchise .wpcf7-spinner {
    display: block;
}

.franchise input, .franchise textarea {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    width: 100% !important;
}

.franchise input::placeholder, .franchise textarea::placeholder {
    color: #fff;
    opacity: 0.8;
}

.franchise input[type="submit"], .franchise textarea[type="submit"] {
    width: auto !important;
    background: #FFFFFF !important;
    color: #740C3D !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    margin: 0 auto !important;
}

.franchise p, .franchise h1, .franchise h2, .franchise h3 {
    /* This color is removed because it does not stick out enough from the
    apostrophe color in BERRYS "Y" in havitas modified font
    color: #740C3D;
     */
    color: #161615
}

.franchise {
    padding-top: 90px;
    color: #740C3D;
}

.franchise .testimonial-arrows > div {
    cursor: pointer;
    width: 15px;
    margin-right: 1em;
    display: inline-block;
}

.franchise .testimonial-arrows {
    margin-bottom: 1em;
    text-align: center;
}

.franchise .testimonials-slide {
    display: none;
}

.franchise .testimonials-slide.show {
    display: block;
}

@media (min-width: 992px) {
    .franchise {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding-top: 0;
    }

    .franchise #wrapper {
        width: 380vw !important;
    }

    .franchise .slide.two {
        padding: 0;
    }

    .franchise .slide.two .col-12:first-child {
        padding: 3em;
    }
}

@media (max-width: 991px) {
    .franchise .main-header-text {
        margin-bottom: 0 !important;
    }

    .franchise .testimonials-header-text {
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }

    .franchise .benefits-header-text {
        margin-bottom: 0 !important;
        margin-top: 1rem !important;
    }

    .franchise .row.mt-5 {
        margin-top: 1rem !important;
    }

    .franchise .keep-scrolling-franchise-group {
        display: none;
    }

    .franchise .franchise-quote-box {
        margin-top: -26px;
        padding: 1em 1.5em !important;
    }

    .franchise .ribbon-column {
        display: none;
    }

    .franchise .testimonials {
        height: 100%;
        min-height: 100%;
        padding: 0;
    }

    #benefits,
    #testimonials {
        height: auto !important;
    }
}
