/*
Theme Name: Location Website 
Author: CyberMark
Author URI: https://www.cybermark.com
Version: 7.0.9
Description:  Lash Lounge Update with New Normal creative, IFS offer structure and blogging template.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: franchise-location
Template: cybermark
*/


#content {
    padding-top: 190px;
}

.header {
    top: 56px;
}

a.skip-link.screen-reader-text {
    display: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.btn.white-button,
.btn.white-button:visited {
    background-color: #fff;
    border-color: var(--amethyst);
    color: var(--amethyst);
}

.btn.white-button:hover,
.btn.white-button:focus,
.btn.white-button:active {
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent;
    color: #FFF;
}

.btn.white-button:focus {
    box-shadow: 0 0 10px 0 #fff;
}

.btn.clear-button {
    background-color: transparent;
    color: var(--amethyst);
}

.btn.clear-button:hover {
    background-color: var(--amethyst);
    color: var(--amethyst);
}

.contact_blocks .btn-primary,
.home-offer-form .field.submit-button .mbgo,
#offer_button:not(.btn-primary) {
    background-color: #FFF;
    color: var(--amethyst);
    border-color: transparent;
}

.contact_blocks .btn-primary:hover,
.home-offer-form .field.submit-button .mbgo:hover,
#offer_button:not(.btn-primary):hover {
    background-color: rgba(255, 255, 255, .5);
    border-color: transparent;
}

.contact_blocks .btn-primary:focus,
.home-offer-form .field.submit-button .mbgo:focus,
#offer_button:not(.btn-primary):focus {
    background-color: rgba(255, 255, 255, .5);
    color: var(--amethyst);
    box-shadow: 0 0 10px 0 #fff;
    border-color: transparent;
}

.locations-banner-cta {
    width: 100%;
    padding: 8px 0;
    background-color: #513550;
    margin: 0 0 40px;
}

.locations-banner-cta.spiky-page {
    margin-bottom: 0;
}

.locations-banner-cta h4,
.locations-banner-cta span.h4,
.locations-banner-cta h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #FFF;
    font-weight: 600;
    margin: 0;
}

.location_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.section_img_wrapper {
    width: 100%;
}

.reviews-wrapper h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 36px;
    color: #513550;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reviews-wrapper iframe {
    overflow: hidden !important;
    min-height: 300px !important;
    max-height: 300px !important;
}

/*Banners*/

.image-offer {
    overflow: hidden;
    background-size: cover;
    z-index: 0;
    position: relative;
    background-position: center bottom;
    background-color: #F3F7FA;
    height: auto;
    padding: 64px 0;
    background-image: url(assets/images/lp-model.webp);
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.image-offer-bg {
    position: relative;
}

.image-offer-container {
    position: relative;
    color: var(--amethyst);

}

.contactForm-offer .h3 {
    letter-spacing: 3.6px;
}

.offer-pricing {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-transform: capitalize;
}

.pricing-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
}

.pricing-text span {
    font-weight: normal;
}

.pricing-text strong {
    font-weight: bold;
}

.form-arrow {
    background-image: url('assets/images/form-arrow.svg');
    height: 15px;
    width: 66px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto 32px;
}

.image-offer-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 0 48px;
}

.lpForm {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 56px 48px;
}

.lpForm p a {
    text-decoration: underline;
}

.lpForm input::placeholder {
    color: var(--amethyst);
    font-weight: 400;
    letter-spacing: 1.6px;
}

.lpForm input[type="text"],
.lpForm input[type="tel"],
.lpForm input[type="email"] {
    background-color: #FCFAFB;
    padding: .75em 1em;
}

.lpForm .field.submit-button {
    text-align: right;
}

.display-mobile {
    display: none;
}


@media only screen and (max-width: 1400px) {
    .image-offer-container {
        padding: 0 32px;
    }

}


@media only screen and (max-width: 1199px) {
    .contactForm-offer .h3 {
        font-size: 18px;
    }
}


@media only screen and (max-width: 991px) {
    .image-offer {
        background-image: none !important;
        padding: 0;
        min-height: auto;
    }

    .image-offer .container {
        max-width: none;
        padding: 0;
    }

    .display-mobile {
        display: block;
        text-align: center;
    }

    .image-offer-bg .form-col [class*="col-"] {
        background-color: #FFF !important;
    }

    .image-offer-container {
        max-width: 320px;
        margin: 0 auto;
        padding: 32px 0 0;
    }

    #lpForm {
        padding-top: 32px;
    }

    .lpForm .field.submit-button {
        text-align: left;
    }
}

/*Home Contact Area*/

.disclaimer {
    margin: 0 auto;
    font-weight: 300;
    font-size: 9px;
    font-style: italic;
    line-height: 1.3;
}

.disclaimer a {
    text-decoration: underline;
}

#offerForm .modal-header.text-center {
    padding: 0;
    margin-bottom: 10px;
}

#offerForm .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

#offerForm .modal-content {
    padding: 60px 0 30px;
}

.home-offer-form .disclaimer {
    line-height: 1.25em;
    margin: 10px 0 0;
    color: var(--amethyst);
    text-align: center;
    font-size: 9px;
    text-transform: none;
}

.contactForm-offer .disclaimer {
    color: #FFF;
    margin-top: 10px;
}

#offerForm .close {
    padding: 0;
    background: transparent;
    color: #333;
    display: block;
    height: auto;
    top: 0;
}

#offerForm .close:hover {
    opacity: .6;
}

#offerForm .modal-dialog.modal-dialog-centered {
    max-width: 400px;
    margin: 0 auto;
}


.feature_bucket {
    display: flex;
    width: 100%;
    position: relative;
    padding: 8px 8px 24px;
    border: 1px solid #DDD;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

.feature_bucket_img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    height: 200px;
    margin-bottom: 16px;
}

.feature_bucket_content {
    position: relative;
    padding: 0 0px;
    text-align: center;
    width: 100%;
}

.feature_bucket_content h3 {
    font-size: 20px;

}

.feature_bucket_content .line-down {
    margin: 0 0 8px;
    display: inline-block;
    width: 100%;
}

#base_form_wrapper .contactForm-offer {
    padding: 24px 0;
}

/*Services*/
.home-services {
    padding: 0;
    background-color: transparent;
    border-top: 10px solid #d3bcc5;
    clear: both;
    position: relative;
}

.single-service-pages .service__intro h2 {
    text-transform: uppercase;
    line-height: 1.1;
    color: #513550;
    font-size: 30px;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.service_wrapper-main {
    margin: 0 0 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service_wrapper-main:nth-child(2n) {
    flex-direction: row-reverse;
}

.service_image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    overflow: hidden;
}

.service_wrapper-main div {
    width: 50%;
}

.service_image::before {
    width: 95%;
    height: 92%;
    top: 0;
    border: 2px solid #FFF;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.service_wrapper-main div.service_img_title {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 80%;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    padding: 0 10px;
}

.service_img_title::before {
    height: 100%;
    width: 500%;
    left: -500%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #d3bcc5;
    opacity: .5;
}

.service_img_title::after {
    height: 100%;
    width: 500%;
    right: -500%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #d3bcc5;
    opacity: .5;
}

.service_content {
    padding: 96px 48px;
    text-align: center;
    position: relative;
    min-height: 500px;
}

.home-services h2,
.home-services .h2 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-size: 36px;
    color: var(--amethyst);
    margin-bottom: 10px;
    text-transform: uppercase;
}

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

    .home-services h2,
    .home-services .h2 {

        font-size: 32px;

    }

    .content-left {
        text-align: left;
    }
}



.service_content .line-down {
    margin-bottom: 20px;
}

.service_image.eyelash-extensions {
    background-image: url(assets/images/services/eyelash-extensions.webp);
}

.service_image.permanent-makeup {
    background-image: url(assets/images/services/permanent-makeup.webp);
}

.service_image.threading {
    background-image: url(assets/images/services/eyebrow-threading.webp);
}

.service_image.tinting {
    background-image: url(assets/images/services/brow-tinting.webp);
}

.service_image.lash-fills {
    background-image: url(assets/images/services/lash-fills.webp);
}

.service_image.lash-lift,
.service_image.lash_lift {
    background-image: url(assets/images/services/lash-lift.webp);
}

.service_image.microblading {
    background-image: url(assets/images/services/microblading.webp);
}

.service_image.brow-lamination {
    background-image: url(assets/images/services/brow-lamination.webp);
}


#accordionfaqs .card .card-header .btn-link {
    padding: 16px 16px 16px 45px;
}

#accordionfaqs button:focus {
    outline: dotted thin;
}




/*Footer*/
.pre-footer-social svg {
    fill: var(--primary-color) !important;
    width: 30px;
    height: 30px;
}

.pre-footer-wrapper {
    clear: both;
    padding: 0 0 40px;
}

.pre-footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.pre-footer-cta .h3 {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .pre-footer-cta {
        flex-direction: column;
        text-align: center;
        column-gap: 0;
    }

    .pre-footer-cta .h3 {
        margin: 0 0 16px;
    }
}

.pre-footer {
    clear: both;
    padding: 50px 0;
    border-top: 1px solid var(--amethyst);
}

.pre-footer-content {
    padding: 0;
    position: relative;
    height: 100%;
}

.pre-footer-icon {
    position: relative;
    width: auto;
    margin-bottom: 10px;
}

.pre-footer-icon svg {
    width: 30px;
    margin: 0 auto;
    height: 30px;
}

.pre-footer-details {
    text-align: center;
}

.pre-footer-details p {
    margin: 0;
}

.pre-footer-social {
    list-style: none;
    margin: 0;
}

.pre-footer-social li {
    display: inline-block;
    margin: 0 10px;
}

.pre-footer-social li a {
    font-weight: normal;
    font-size: 30px;
    color: var(--amethyst);
}



/*Pricing Template*/
.pricing-column-wrapper {
    justify-content: center;
}

.pricing_wrapper {
    padding: 30px 0;
}

.pricing_container {
    margin: 50px 0;
}

.pricing_content h3 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.service_type_container {
    width: 100%;
    color: var(--amethyst);
    /*    text-align: center;*/
    text-transform: uppercase;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 50px;
}

.service_type-title {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 48px;
    margin: 0 0 20px;
}

.service_type-subtitle {
    color: #8e8d8d;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 20px;
}

.pricing_details_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
}

.pricing_details_container .border-right {
    border-color: var(--amethyst) !important;
}

.service_pricing {
    width: 100%;
}

.service_pricing_heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: var(--amethyst);
    line-height: 1;
    padding: 10px;
}

.service_pricing_heading.first {
    border-right: 1px solid var(--amethyst);
}

.service_pricing_table {
    overflow: hidden;
    width: 100%;
    margin-bottom: 3rem;
}

.service_border-bottom {
    border-bottom: 1px solid #DDD;
}

.service_type {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

.service_type p {
    font-size: 15px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}

.service_price.first {
    border-right: 1px solid var(--amethyst);
}

.service_price {
    padding: 1em;
    text-align: center;
    font-size: 24px;
    color: var(--amethyst);
    font-weight: 700;
}

.service_price svg {
    width: 25px;
}

.rewards_service {
    margin-bottom: 30px;
}

.service-pages-template-eyelash-service-pages .single-service-wrapper {
    text-align: left;
}

.service_type_container p {
    text-transform: none;
    font-weight: 300;
    line-height: 24px;
}

.service-content-inner p {}

.service-content h2 {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.1;
}

.single-service-wrapper .service-content h2 {
    text-transform: uppercase;
    line-height: 1.1;
    color:
        var(--amethyst);
    font-size: 30px;
    font-weight: 700;
    font-family: "Montserrat";
}

.pricing-small {
    margin-top: 5px;
    display: block;
}

.pricing_content {
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.pricing_container .pricing_content {
    border: none;
    padding: 0;
    text-align: left;
}

/* .lash_lift76 {
    display: none;
} */
.threading76 {
    border: none !important;
}

.start-price {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    display: block;
}

.inside_pricing_container {
    margin: 0 0 30px;
}

.inside_pricing_container .service_type-top {
    font-size: 40px;
}

.inside_pricing_container .service_type-middle {
    font-size: 70px;
}

.inside_pricing_container .pricing-small {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-top: 5px;
    display: block;
    line-height: 1.1;
}

.pricing_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 85px;
    transform: translateY(-50%);
    height: 85px;
    background-size: cover;
}

.pricing_info {
    position: relative;
    display: inline-block;
    padding-left: 100px;
}

.pricing_info h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.pricing_wrapper h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #513550;
    margin-bottom: 20px;
}

.pricing_price {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 48px;
    font-weight: 600;
    color: var(--amethyst);
    margin: 15px 0;
}

.pricing_price small {
    top: -25px;
    left: -5px;
    font-weight: 600;
    font-size: 14px;
    color: #979797;
    line-height: 1;
    position: relative;
}

.pricing_price span {
    color: #979797;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.pricing_details {
    clear: both;
    margin: 20px 0;
    display: inline-block;
    color: #979797;
}

.pricing_service {
    margin-bottom: 25px;
}

.mobile-only {
    display: none;
    color: #999999;
    font-weight: 400;
    margin: 0 0px 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.membership-refill__wrapper {
    margin-bottom: 40px;
}

.membership-refill__wrapper-inner {}

.column_whole {
    width: 100%;
    text-align: center;
}

.column_whole-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    height: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 2;
}

.column_header {
    padding: 0 25px;
    height: 125px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 25%;
    border-right: 5px solid #FFF;
}

.column_header.blank-header.bg-header {
    background-image: url(assets/images/pricing-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.column_header.header-fill {
    background-color: var(--amethyst);
}

.column_header:last-child,
.column_content:last-child {
    border: none;
}

.column_header.header-fill::after {
    background-image: url(assets/images/pricing-arrow.png);
    content: "";
    width: 66px;
    position: absolute;
    bottom: -16px;
    height: 17px;
}

.column_content {
    margin-top: 5px;
    height: 125px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 25%;
    border-right: 5px solid #FFF;
}

.column_content-price {
    background-color: #ece1e5;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.column-header-title {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 18px;
}

.large-content-title {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 36px;
    color: var(--amethyst);
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: right;
    display: block;
    padding-right: 50px;
}

.column_content-title {
    position: relative;
    width: 100%;
    line-height: 1;
}

.column_content-title::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ece1e5;
    content: "";
    right: 25px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.promotion-content.alt {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}

.content-price {
    color: var(--amethyst);
    font-weight: 800;
    letter-spacing: 5px;
    font-size: 24px;
}

.column_whole:last-child .column_content-price {
    background-color: #d3bbc5;
}

.additional_pricing {
    text-align: center;
    padding: 50px 0 0;
    position: relative;
    background: #D3BCC5;
    color: #fff;
}

.additional_pricing .service_type-title {
    color: #FFF;
}

.service_pricing_table {
    overflow: hidden;
    width: 100%;
    margin-bottom: 3rem;
}

.pricing-column-wrapper {
    justify-content: center;
}

#eyelash_extensions {
    display: none;
}

.pricing_content {
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.pricing_info {
    position: relative;
    display: inline-block;
    padding-left: 100px;
}

.pricing_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 85px;
    transform: translateY(-50%);
    height: 85px;
    background-size: cover;
}

.pricing_info h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    color: #513550;
    font-size: 14px;
    font-weight: 600;
}

.additional_pricing .pricing_price span {
    color: #fff;
}

.additional_pricing .pricing_price span.svc_price {
    position: relative;
    display: inline-block;
    padding-left: 0;
    font-size: 48px;
    font-weight: 600;
    margin: 15px 0;
}

.additional_pricing .pricing_price small {
    color: #FFF;
}

#brow_lamination .pricing_icon {
    background-image: url(assets/images/brow-lamination-icon.png);
}

#threading .pricing_icon {
    background-image: url(assets/images/threading-icon.png);
}

#permanent_makeup .pricing_icon {
    background-image: url(assets/images/permanent-makeup-icon.png);
}

#tinting .pricing_icon {
    background-image: url(assets/images/tinting-icon.png);
}

#lash_lift .pricing_icon {
    background-image: url(assets/images/lash-lift-icon.png);
}

#microblading .pricing_icon {
    background-image: url(assets/images/microblading-icon.png);
}

.pricing_price span.svc_price.h6 {
    font-size: 24px;
    display: block;
    line-height: 1;
}

.service_pricing_table .col-lg-4:last-child,
.service_pricing_table .col-md-6:last-child {
    border: none !important;
}

#permanent_makeup .pricing_price small,
#microblading .pricing_price small {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .column_content-title::after {
        right: 5px;
    }

    .large-content-title {
        font-size: 30px;
        padding-right: 25px;
    }

    .hero-slide-img-wrapper {
        justify-content: flex-end !important;
    }

}

@media only screen and (max-width: 991px) {
    .large-content-title {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .book-btn-wrapper {
        text-align: center;
    }

    .home-intro-text .btn-wrapper.pt-5 {
        padding-top: 1.75rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .promotion-content h2.title-alt {
        margin: auto !important;
        text-align: center;
    }

    .promotion-content.alt {
        text-align: center;
        font-size: 16px;
    }

    .flex-row {
        display: flex;
        flex-direction: row;
        align-items: start !important;
    }

    .home-intro-text {
        line-height: 1;
    }

    .mobile-only {
        display: inline-block;
    }

    .contact_wrapper .title_wrapper h2 {
        font-family: playfair display;
        font-weight: 300;
        font-size: 42px;
    }

    .service_pricing_heading {
        display: none;
    }

    .service_price {
        border: none !important;
        padding: 15px 0;
        text-align: left;
    }

    .column_content {
        width: 100%;
        height: auto;
    }

    .column_whole-inner {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .column_whole:first-child {
        display: none;
    }

    .column_whole {
        width: 100%;
    }

    .membership-refill__wrapper-inner {
        flex-direction: column;
    }

    .content-price-title.hidden {
        display: block;
    }

    .column_content-price {
        flex-direction: column;
        line-height: 1.2;
        padding: 25px 15px;
    }

    .content-price-title.hidden {
        display: block;
        text-transform: uppercase;
        color: var(--amethyst);
        font-weight: 700;
    }

    .large-content-title {
        text-align: center;
        display: inline-block;
    }

    .column_content-title {
        width: auto;
    }

    .content-price {
        font-size: 36px;
    }

    .column_content-title {
        padding: 25px 0;
    }

    .column_header,
    .column_content {
        border: none;
    }

    #threading,
    #permanent_makeup,
    #tinting,
    #lash_lift,
    #microblading,
    #permanent_makeup {
        border: none !important;
    }
}

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

    .service-banner-inner h1,
    .localMsg h1 {
        font-size: 18px;
    }

    .image-offer {
        background-position: 35% bottom !important;
    }
}

@media only screen and (max-width: 485px) {
    .content-price {
        font-size: 24px;
    }

}

/*Contact Page*/
.home-intro-image.offset img {
    margin-bottom: 0px;
}

.title_wrapper h2 span {
    display: block;
    text-align: center;
    width: 100%;
}

.home-intro .flex-row {
    display: flex;
}

strong.y-offset,
span.y-offset {
    position: relative;
    top: -25px;
}

.home-intro-text .slide-sub-intro span {
    line-height: 1.5;
    display: block;
    width: 100%;
    font-size: inherit;
}

.modal-content {
    background: #ebe1e5;
    position: relative;
    z-index: 20;
    color: #fff;
    padding: 60px 0;
}

.modal-content .contactForm-offer {
    color: var(--amethyst);
    padding-top: 0;
    margin-bottom: 0;
    width: 100%;
    margin: 0 25px;
}

button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
}

.membership-form__wrapper {
    text-align: center;
    background-color: #ebe1e5;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.member-form_heading {
    margin: 15px 0 25px;
    padding: 15px;
    background-color:
        var(--amethyst);
}

.lg-heading {
    font-size: 32px;
    color:
        #FFF;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-family: 'Playfair Display', serif;
    display: block;
    line-height: 1.1;
}

.sm-heading {
    display: block;
    color:
        #FFF;
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 20px;
}

.service-banner-inner.membership-banner .banner-heading {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 2px;
    color:
        var(--amethyst);
    text-shadow: none;
    line-height: 1.1;
    margin: 0 0 10px;
}

.service-banner-inner.membership-banner .banner-subheading {
    font-size: 24px;
    color:
        var(--amethyst);
    text-shadow: none;
    font-family: "Montserrat";
    text-transform: none;
    font-weight: 600;
    margin: 0 0 30px;
}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {
    .service-banner-inner.membership-banner {
        max-width: 80%;
    }

    .title_wrapper h2 span {
        display: initial;
        text-align: center;
        width: auto;
    }

    .main-navigation a {
        font-size: 12px;
    }

    .single-landing-pages .mobile-menu {
        display: none;
    }
}

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

    .home-intro-text .slide-sub-intro span {
        line-height: 1.5;
        display: contents;
        width: auto;
    }
}

.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}

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

    .service-banner-inner.membership-banner {
        max-width: 100%;
        text-align: center;
    }
}

/*Responsive*/

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


    .feature_bucket_content h3 {
        font-size: 20px;
    }

    .btn,
    .btn:visited,
    .gform_button {
        font-size: 14px;
    }

    .service-banner-inner h1,
    .localMsg h1 {
        font-size: 24px;
    }

}



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

    .gform_description {
        font-size: 18px;
    }

    #site-navigation {
        display: none;
    }

    .location-button a {
        margin-left: 10px;
    }

    .location-button {
        margin-left: 0;
    }


}

@media only screen and (max-width: 991px) {
    .feature_bucket_img {
        height: 400px;
    }

    strong.y-offset,
    span.y-offset {
        position: relative;
        top: -25px;
    }

    .mega-volume-buttons {
        margin: 10px 0 0px;
    }


    .service_wrapper-main div {
        width: 100%;
    }

    .service_image {
        min-height: 400px;
    }

    .service_content {
        padding: 40px 15px;
        min-height: auto;
    }

    .service_wrapper-main {
        margin: 0;
    }

    .membership-details {
        min-height: auto;
    }


    .contact-content h4 {
        font-size: 20px;
    }
}

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

    .feature_bucket_img {
        height: 250px;
    }

    .contact-content h4 {

        font-size: 18px;

    }

    .contact-content {
        margin-bottom: 25px;
    }

    .feature_bucket_img {
        height: 300px;
        background-position: center top;
    }

    .pre-footer-content {
        text-align: center;
        display: block;
        padding: 10px 0;
    }

    .pre-footer-icon svg {
        width: 40px !important;
    }


    span.xy-alt {
        line-height: .5 !important;
    }

    .service-banner-inner h1,
    .localMsg h1 {
        font-size: 24px;
    }

    .image-offer-container .disclaimer {
        font-size: 10px;
        line-height: 1;
    }


}

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

    .contact_wrapper .title_wrapper h2 {
        font-family: playfair display;
        font-weight: 300;
        font-size: 38px;
        padding: 0px 50px;
    }

    .contact-form .gfield {
        width: 100% !important;
    }

    #gform_submit_button_1 {
        margin-top: 0;
    }

    .locations-banner-cta h2 {
        font-size: 18px;
    }

    .image-offer-container .disclaimer {
        font-size: 10px;
        position: relative;
        line-height: 1;
    }

    .service-banner-inner h1,
    .localMsg h1 {
        font-size: 24px;
    }

    .gform_description {
        max-width: 100%;
        display: block;
        margin: auto;
        line-height: 1.25em;
    }
}

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

    .locations-search h4 {
        font-size: 18px !important;
    }

    #gform_submit_button_1 {

        padding: .75em 3em !important;
        font-size: 14px;
    }

    .localMsg {

        font-size: 18px;
    }
}

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


    #offer_button:not(.btn-primary) {
        font-size: 10px;
    }

    .gform_description {
        max-width: 200px;
        display: block;
        margin: auto;
        line-height: 1.25em;
    }

    #banner-open {
        font-size: 18px;
    }

    .newOpenMsg #banner-open {
        font-size: 12px;
    }

    .contact_wrapper .title_wrapper h2 {
        padding: 0px 25px;
    }

    .service-banner-inner h1,
    .localMsg h1 {
        font-size: 18px;
    }
}

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

    .location-button a {
        font-size: 10px;
    }

    .contact_wrapper .title_wrapper h2 {
        padding: 0px 15px;
    }

    .contact_wrapper .title_wrapper h2 {
        font-size: 32px;
    }

    .contact-content h4,
    .gform_heading h3,
    .gform_description {
        font-size: 18px;

    }

    .contact-form .gfield input,
    .contact-form .gfield textarea {
        font-size: 12px;
    }

    .contact-content p {
        font-size: 14px;
    }

    .contactForm-offer .offer-headline {
        font-size: 24px;
        line-height: 30px;
    }

    .current_offer_details {
        font-size: 12px;
    }

    .locations-banner-cta h2 {
        font-size: 13px;
    }

    .service-banner-inner h1,
    .localMsg h1 {
        font-size: 18px;
    }

    .pre-footer-wrapper h4 {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 16px;
        color: var(--amethyst);
    }

    .current_offer_headline br {
        display: none;
    }

    .current_offer_intro.other_offers {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .btn,
    .btn:visited,
    .gform_button {
        font-size: 12px;
    }


    .service_wrapper-main div.service_img_title {
        display: none;
    }

    .image-offer-container .disclaimer {
        font-size: 8px;
        letter-spacing: 1px;
        max-width: 200px;
        line-height: 1;
        margin: auto;
    }

    .current_offer_button {
        margin: 10px 0;
    }
}

.fail {
    color: red;
    font-size: 14px;
    line-height: 1.2;
}

#incon {
    color: #4F3250;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0;
}

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

    .pre-footer-wrapper h4,
    .pre-footer-wrapper h3 {
        width: 100%;
        margin: 0 0 1em;
    }
}



.landing-container {
    padding: 50px 0 !important;
}

.section-3 iframe {
    min-height: 250px !important;
    height: 250px !important;
}

.bottom-section-lp {
    padding: 50px 0;
}

#lp-form {
    width: 50%;
}

.landing-offer {
    background-image: url(assets/images/landing-offer.jpg);
}

.landing-form__wrapper {
    text-align: center;
    background-color: #ebe1e5;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 0;
    border: none;
}

#lp-form .landing-form__heading {
    padding: 8px;
    background-color:
        transparent;
}

#lp-form .lg-heading {
    font-size: 32px;
    color:
        #FFF;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-family: 'Playfair Display', serif;
    display: block;
    line-height: 1.1;
}

#lp-form .sm-heading {
    display: block;
    color:
        #FFF;
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 20px;
}

#lp-form input {
    background-color: #FFF;
    color: #666;
}

.promotion-content {
    width: 50%;
    padding: 0 15px;
}

.promotion-content h2 {
    text-align: center;
    color: #513550;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
}

.promotion-content .line-down {
    margin: 10px auto 25px;
}

#lp-form #mbform {
    max-width: 400px;
    margin: 0 auto;
    background-color: #513550;
    padding: 25px 15px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .35);
}

#lp-form #mbform input,
#lp-form #mbform select {
    background-color: #fff;
}

#lp-form #mbform .button {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 5px;
}

#lp-form #mbform .button:hover {
    background-color: #fff;
    color: #513550;
}

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

    .promotion-content,
    #lp-form {
        width: 100% !important;
    }

    .landing-form__wrapper {
        width: 100%;
        max-width: 100%;
    }

    .promotion_wrapper-inner {
        flex-direction: column-reverse;
    }

    .promotion-container {
        padding: 25px 0;
    }

    .promotion-content {
        margin-top: 50px;
    }

    .m-top {
        margin-top: 50px;
    }
}


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

    body.single-landing-pages .location-button {
        display: block;
        float: right;
        text-align: right;
        margin-right: 0;
    }

    .hero_offer-title {
        font-size: 40px;
    }

    .hero_offer-subtitle {
        font-size: 18px;
    }

    .hero_offer_price {
        font-size: 44px;
    }

    .hero_offer_savings {
        font-size: 28px;
    }

    @media only screen and (max-width: 1199px) {
        .top_bar_menu li a {
            font-size: 12px;
        }
    }
}

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

    .single-landing-pages .location-button {
        display: block;
        float: right;
        text-align: right;
    }

    .hero_offer-title {
        font-size: 34px;
    }

    .hero_offer-subtitle {
        font-size: 16px;
    }

    .hero_offer_price {
        font-size: 40px;
    }

    .hero_offer_savings {
        font-size: 24px;
    }

    .hero-content .disclaimer {
        font-size: 12px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .hero_offer-title {
        font-size: 25px;
    }

    .hero_offer-subtitle {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .hero-content .disclaimer {
        font-size: 11px;
    }

    .hero-title {

        font-size: 36px;

    }
}


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

    .promotion-content.alt h2 {
        font-size: 42px !important;
    }

    .promotion-content.alt h3 {
        font-size: 18px !important;
    }

    .hero_offer-title {
        font-size: 24px;
    }

    .current_offer_details span {
        font-size: 16px;
        line-height: 1.2;
    }

    .locations-banner-cta {
        width: 100%;
    }
}

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

    .hero_offer-title {
        font-size: 16px;
        line-height: 1;
    }

    .m-top {
        margin-top: 20px;
    }

    .hero_offer_price {
        font-size: 20px;
        margin: 0;
    }

    .hero_offer_savings {
        font-size: 14px;
    }

    .hero_offer-subtitle {
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 5px 0;
    }

    .hero-content .disclaimer {

        font-size: 8px;
        line-height: 1;
        margin-top: -10px;

    }

    .current_offer_button .button {
        font-size: 10px;
        padding: 7px;
    }

    .hero-banner__wrapper::before {
        background-size: contain;
    }

    .home-contact-btn {
        left: 0;
        right: 0;
        width: auto;
        position: relative;
    }

    .home-small-offer .current_offer_button .button.offer_button {
        margin-bottom: 0;
    }

    body .home-contact-content .line-down {
        margin-bottom: 5px;
    }
}

/*Blog Update */
.blog .service-banner-container {
    margin-bottom: 40px;
}

.blog__content-text p:last-child {
    margin: 0;
}

.custom-post-content .post-thumbnail img {
    width: 100%;
}

.blog__content-inner {
    margin-bottom: 1em;
}

.blog__content-image img {
    width: 100%;
}

.reference__container {
    border-top: 1px solid #DDD;
    padding-top: 50px;
    margin-top: 50px;
}

.references {
    list-style: none;
}

.references li {
    margin-top: 1em;
}

.references li a {
    box-shadow: none;
}

.accordion dt {
    background: #ebe1e5;
}

.accordion dt:nth-of-type(2n) {
    background: #fcfcfc;
}

.accordion dt h4 {
    line-height: 27px;
    margin: 0 0 0 0;
}

.accordion dd {
    margin: 0;
    background-color: #fffc;
}

.accordion dd p {
    margin: 24px;
}

.accordion dl::after,
.accordion-list::after {
    display: none;
}


.tabs {
    text-align: center;
    width: 100%;
    margin: 0;
}

.tabs>li.alt-colors {
    margin: 0 4px 12px;
    background: var(--lavender);
    color: var(--amethyst);
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px;
    min-width: 295px;
    font-size: 16px;
    letter-spacing: 1px;
    border-color: var(--lavender);
}

.tabs>li.active.alt-colors {
    background: var(--amethyst);
    color: white;
    border-color: var(--amethyst);
}

.tabs>li.alt-colors:hover {
    opacity: .9;
    background: var(--amethyst);
    border-color: var(--amethyst);
    color: white;
}

.tabs>li.active:before {
    transition-duration: .5s;
    background-color: transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tabs>li.alt-colors:hover::before {
    display: none;
}

.step__wrapper .slick-next,
.step__wrapper .slick-prev {
    z-index: 99;
}

.step-gallery__wrapper .step-content-inner ul {
    list-style: disc;
    text-align: initial;
    margin-left: 2.5em;
}

.step-gallery__wrapper .step-content-inner ul li {
    margin-bottom: 36px !important;
}

.tab-slider__wrapper {
    display: flex;
}

.tab-slider__wrapper .col-left {
    margin-left: auto !important;
}

.tab-slider__wrapper .col-right {
    margin-right: auto !important;
}

.before-after-slider__wrapper {
    border-top: 1px solid #ede6e9;
    border-bottom: 1px solid #ede6e9;
}

.lavender-border:nth-child(even) {
    border-top: 1px solid #ede6e9;
}

.lavender-border:nth-child(odd) {
    border-bottom: 1px solid #ede6e9;
}

.service_gallery_container {
    display: inline-block;
    width: 100%;
}

.tab_gallery {
    display: block;
    margin: auto;
}

.step-slide:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.step__wrapper-inner.before-after__alt .slick-next,
.step__wrapper-inner.before-after__alt .slick-prev {
    border-radius: 50%;
    display: block;
    background: var(--lavender);
    border-color: var(--lavender);
}

.step_by_step_gallery .content__wrapper ul li {
    float: none;
    margin: auto;
    width: 100%;
}

.step_by_step_gallery .tab__content {
    min-height: auto;
}

.tab_gallery .service_gallery_container ul.tab__content ul li {
    height: initial;
    width: initial;
    float: none;
    overflow: initial;
}

.tab_gallery .service_gallery_container ul.tab__content .service-content-inner ul {
    text-align: left;
    display: block;
}

ul.tab__content .content__wrapper {
    max-width: 100% !important;
}

.step-icon__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--amethyst);
}

.step_by_step_gallery .tabs>li.alt-colors {
    display: flex;
    min-width: auto;
    border-radius: 50%;
    padding: 16px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.controls__wrapper {
    display: flex;
    align-items: center;
}

.step_by_step_gallery .tabs {
    width: auto;
    padding: 16px 0;
    display: flex;
    /*max-width: 991px;*/
    margin: 0 5px;
    text-align: left;
}

.step-icon__wrapper .step-icon.title {
    letter-spacing: .5px;
    text-decoration: none;
    font-family: Playlist Script;
    text-transform: lowercase;
    font-weight: normal;
    line-height: 1em;
    /* color: var(--amethyst); */
    margin-top: 8px;
    color: white;
    top: 10%;
    font-size: 24px;
    position: absolute;
}

.step-icon__wrapper .step-icon.count {
    font-size: 22px;
    color: white;
    top: 58%;
    position: absolute;
    font-weight: 600;
}

.before-image__wrapper,
.after-image__wrapper {
    position: relative;
    /*    margin-top: 24px;*/
}

.step-gallery__wrapper {
    padding: 0 0 24px;
    /*max-width: 991px;*/
    margin: auto;
}

.before-after__tag {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 0;
    background: var(--amethyst);
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    left: 0;
}

.before-after-slider__wrapper .step {
    padding: 24px 0;
}

.step_by_step_gallery .tabs li:before {
    display: none;
}

.step__wrapper .slick-next span {
    left: 0px;
    top: -1px;
}

.step__wrapper .slick-prev span {
    left: 0px;
    top: -1px;
}

.step_by_step_gallery .controls__wrapper button {
    height: 50px;
    padding: 0 5px;
    background: none;
    display: block;
    border: none;
    color: var(--amethyst);
    width: auto;
}

.step_by_step_gallery .controls__wrapper button:focus {
    outline: none;
}


.tab__content>li .content__wrapper {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    padding: 48px 40px 40px 40px;
    background-color: #fff;
}

.tab__content {
    background-color: #fff;
    position: relative;
    width: 100%;
    margin: 0;
    min-height: 400px;
}

.tab__content>li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    list-style: none;
}

.tab-slider__wrapper ul li {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .tab-link-container {
        padding: 0 5px;
    }

    .tab button.alt-colors {
        min-width: 195px;
    }

    .tab-link-container {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    ul.tabs {
        display: flex;
        flex-direction: column;
    }

    .tabs>li.alt-colors {
        margin: 5px 0;
    }

    .step_by_step_gallery ul.tabs {
        flex-direction: row;
    }

    .step_by_step_gallery .tabs>li.alt-colors {
        margin: 0 3px;
    }
}

@media only screen and (max-width: 991px) {
    .row.col-reverse {
        flex-direction: column-reverse;
    }

    ul.tabs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tabs>li.alt-colors {
        width: 49%;
    }

    .step-icon__wrapper {
        max-width: 80px;
        border-radius: 50%;
        display: flex;
        background-color: var(--amethyst);
        width: 100%;
        padding-top: 80px;
        position: relative;
        justify-content: center;
        align-items: center;
        max-height: 100px;
        /* margin: auto; */
        margin-bottom: 25px;
        margin-left: 15px;
        display: none;
    }

}

.tabcontent li::before {
    display: none;
}

.tabcontent ul li {
    padding: 0;
    margin: 0 0 5px;
}

@media only screen and (max-width : 768px) {
    .tab {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .step-slide {
        padding: 0;
    }

    .two-col__wrapper .service-content-image__wrapper {
        max-height: 400px;
    }

    .two-col__wrapper {
        padding: 0;
    }

    .tabs>li.alt-colors {
        min-width: auto;
    }


}

@media only screen and (max-width: 565px) {
    .step-icon__wrapper {
        display: none;
        margin: auto auto 25px;
    }

    .tab-link-container {
        width: 50%;
    }

    .tab button.alt-colors {
        width: 100%;
        min-width: auto;
    }

    .tabcontent {
        padding: 24px 0;
    }

    .tabs>li.alt-colors {
        width: 100%;
    }

    .tab__content>li .content__wrapper {
        padding: 24px 0 24px;
    }

    .service-content-image img {
        width: 100%;
    }
}

.controls__wrapper {
    display: inline-block;
    position: relative;
    margin: 0 0 24px;
    padding-left: 40px;
    padding-right: 40px;
}

.controls__wrapper .slick-arrow {
    height: 50px;
    padding: 0 5px;
    background: none;
    display: block;
    border: none;
    color: var(--amethyst);
    width: auto;
}

.controls__wrapper .slick-arrow svg {
    fill: var(--amethyst);
}

.controls__wrapper .slick-dots {
    position: relative;
    bottom: auto;
    width: auto;

}

.controls__wrapper .slick-arrow.slick-next {
    right: 0;
}

.controls__wrapper .slick-arrow.slick-prev {
    left: 0;
}


.controls__wrapper .slick-dots {
    position: relative;
    bottom: auto;
    width: auto;
}

.controls__wrapper .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 8px 0 0;
}

.controls__wrapper .slick-dots li::before {
    display: none;
}

.dot {
    display: flex;
    min-width: auto;
    border-radius: 50%;
    padding: 16px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background: var(--lavender);
    border-color: var(--lavender);
    color: var(--amethyst);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}

.controls__wrapper .slick-dots li.slick-active .dot {
    background: var(--amethyst);
    border-color: var(--amethyst);
    color: white;
}

.controls__wrapper .slick-arrow:hover {
    background: transparent;
}

.controls__wrapper .slick-arrow:hover svg {
    fill: var(--lavender);
}

.tab button.active.alt-colors:focus {
    background-color: #ebe1e5;
    border-color: #ebe1e5;
    box-shadow: 0 0 10px 0 #d3bcc5;
}

.service-content-image__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.service-content-image {
    width: 100%;
    height: 100%;
}

.service-content-image img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .service-content-image__wrapper {
        position: relative;
        padding: 0;
    }
}


/*Local Home Page Project*/
.top_bar {
    background-color: #EBE1E5;
    padding: 16px 125px;
    color: var(--amethyst);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.top_bar .container-fluid {
    max-width: 1920px;
}

.top_bar svg {
    width: 17px;
    margin-left: 16px;
}

#locationInfo {
    transition: all 300ms ease-in-out;
}

.location-open {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    color: var(--amethyst);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: inherit;
}

.location-card {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 110;
    background-color: var(--amethyst);
    color: #FFF;
    padding: 48px 0;
    left: 0;
}

.location-card .container {
    max-width: 1100px;
}

.address.h3 {
    color: #FFF;
    line-height: 28px;
    letter-spacing: 1.3px;
    margin: 0 0 16px;
    display: block;
}

.location-card-buttons {
    margin-top: 8px;
}

.landing-pages-template .header-center,
.single-landing-pages .header-center {
    position: relative;
    float: left;
}

/* .single-landing-pages .header, .landing-pages-template .header {
  padding-top: 8px;
  padding-bottom: 8px;
} */

.single-landing-pages #bowtie-widget-container,
.landing-pages-template #bowtie-widget-container {
    display: none !important;
}

.footer-social {
    margin: 16px 0 0;
    text-align: left;
}

@media only screen and (max-width: 1580px) {
    .top_bar {
        padding: 16px 0;
    }

    .header {
        padding: 32px 0;
    }
}

@media only screen and (max-width: 1400px) {
    .main-navigation a {
        padding: .65625em .5em;
    }

}

@media only screen and (max-width: 1281px) {
    #content {
        padding-top: 172px;
    }

    .header {
        top: 80px;
    }

    .main-navigation a {
        padding: .65625em .5em;
        font-size: 14px;
    }

    .main-logo,
    .header.sticky .main-logo {
        max-width: 150px;
    }

    .header {
        padding: 24px 0;
    }

    .header.sticky {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .main-navigation {
        display: none;
    }

    .header-center {
        left: 0;
        margin: 0;
        max-width: 150px;
    }

    .mobile-button {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .top_bar {
        font-size: 16px;
        display: block;
    }

    .location-open {
        font-size: 16px;
    }

    #locationInfo {
        padding: 24px 0;
    }

    .hours-card {
        font-size: 16px;
        line-height: 24px;
    }

    .address.h3 {
        font-size: 16px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 767px) {
    .location-open {
        display: none;
    }

    .location-name {
        display: block;
    }
}


/*New Service Block 7-7-23*/

.solid-offer {
    clear: both;
    background-color: #fff;
    padding: 64px 0;
    text-align: left;
    margin-bottom: 0;
    position: relative;
}

.solid-offer::before {
    background-image: url(assets/images/solid-offer-bg.png);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}

.current_offer_intro.other_offers {
    font-size: 18px;
    text-transform: none;
    width: 100%;

}

.current_offer_intro.other_offers strong {
    display: block;
}

.solid-offer .disclaimer {
    color: var(--amethyst);
    text-align: left;
    text-transform: none;
    position: relative;
    font-size: 12px;
    max-width: 700px;

}

.solid-offer .container {
    position: relative;
    z-index: 10;
}

.solid-offer .current_offer_button {
    text-align: left;
    margin: 20px 0;
}

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

    .solid-offer {
        padding: 60px 0;
    }

    .solid-offer::before {
        background-size: 300px;
    }
}

@media only screen and (max-width: 641px) {
    .solid-offer::before {
        background-size: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .solid-offer {
        padding: 40px 0;
    }

    .solid-offer .current_offer_button .btn.offer_button {
        font-size: 12px;
        line-height: 36px;
    }


    .solid-offer .disclaimer {
        font-size: 10px;
        max-width: 200px;
        text-align: left;
        line-height: 1;
        margin: 0;
    }

    .solid-offer .current_offer_details strong {
        text-align: justify;
    }

    .solid-offer .container {
        padding: 0 30px;
    }
}


/*
.image-offer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 64px;
  background-color: #EBE1E5;
  position: relative;
height: 100%;
flex-direction: column;
text-align: center;
}
.lpForm {
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px 48px;
  background: #FFF;
}
#lpForm p {
  text-align: left !important;
}
#lpForm input {
  padding: 16px 24px;
}
#lpForm input::placeholder {
  color: var(--amethyst);
  font-weight: 400;
  letter-spacing: 1.6px;
}
#lpForm .submit-button {
  text-align: right;
  margin: 8px 0 24px;
}

.form-arrow {
  background-image: url('assets/images/form-arrow.svg');
  height: 15px;
  width: 66px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  margin: 0 auto 32px;
}
.image-offer-container .form-arrow {
  margin-top: 24px;
}
*/


.single-landing-pages .locations-banner-cta {
    display: none;
}

.single-landing-pages .image-offer {
    margin: 0 0 24px;
}

.service_wrapper-main:last-child {
    margin: 0;
}


#member-banner {
    background-image: url(assets/images/member-banner.webp);
    background-color: #FFF;
}

#membership-services ul {
    text-align: left;
    max-width: 180px;
    margin: 0 auto;
}

#membership-services ul li {
    margin: 0 0 4px;
}



/* Form Validation Styles */
.input-error {
    box-shadow: 0 0 0 2px red;
}

/*
@media only screen and (max-width: 767px) {
	.top_bar.sticky_top_bar {
		top: 0;
		width: 100%;
		transition: .4s ease-in-out;
		position: fixed;
		z-index: 9;
	}
	.top_bar.sticky_top_bar + header.header.sticky {
		top: 56px;
		transition: unset;
		padding: 24px 0;
	}
	
	header.header.sticky + div > .service-banner-container{
		top: 60px;
		position: fixed;
		z-index: 9;
		width: 100%;
	}
	.top_bar.sticky_top_bar + header.header.sticky + div > .service-banner-container {
		 top: 132px;
		position: fixed;
		z-index: 9;
		width: 100%;
	}
}*/


.content__wrapper.gallery-items__container h3 span {
    padding: 0 5px;
}

/*Franchise Location*/
@media screen and (min-width: 1199px) {
    .min1199 {
        display: block !important;
    }

    .max1198 {
        display: none !important;
    }
}

@media screen and (max-width: 1198px) {
    .max1198 {
        display: block !important;
    }

    .min1199 {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .min992 {
        display: block !important;
    }
}

@media screen and (min-width: 991px) {
    .min991 {
        display: block !important;
    }

    .min1025 {
        display: none !important;
    }

    .max991 {
        display: none !important;
    }

    .max768 {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .min1025 {
        display: block !important;
    }

    .max991 {
        display: none !important;
    }

    .min992 {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .max991 {
        display: block !important;
    }

    .min992 {
        display: none !important;
    }

    .min1025 {
        display: none !important;
    }

    .max768 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .max768 {
        display: block !important;
    }

    .min991 {
        display: none !important;
    }
}

#bowtie-cta-background {
    display: none;
}

@media only screen and (max-width: 1199px) {
    div#topBar {
        display: none;
    }

    div#topBar+.header {
        top: 0;
    }

    div#topBar+.header+#content {
        padding-top: 100px;
    }

    #locationInfoMobile {
        padding: 40px 16px;
    }
}