/*
Theme Name: Franchise Location
Author: CyberMark
Author URI: https://www.cybermark.com
Version: 1.1.5
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Franchise Location
Text Domain: franchise-location
Template: cybermark
*/
.main-navigation a.active {
  color: var(--primary-color);
}
.header {
    padding: 0 0 20px 0;
}

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

.header .top-bar {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    transition: all .25s ease-in-out;
    position: relative;
    z-index: 10000;
}

.header.sticky .top-bar {
    height: 0;
}

.header .main-logo {
    padding: 0;
}

.top-bar p {
    margin-bottom: 0;
}

.top-bar p.top-bar-phone {
    background-image: url(assets/images/phone.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 34px;
    margin-left: 40px;
}

.top-bar p.top-bar-phone, .top-bar p.top-bar-portal {
    font-size: 18px;
    font-weight: 800;
}

.top-bar-phone a, .top-bar-portal a {
    color:  #fff;
    transition: all .25s ease-in-out;
}

.top-bar-phone a:hover, .top-bar-portal a:hover {
    color: var(--primary-color);
}


.page-id-1003091 .page__banner-inner h2,
.page-id-1003115 .page__banner-inner h2 {
    width: 100%;
}


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

.testimonial_2.section__wrapper {
    background-color: transparent;
}

.testimonial-container {
    background: #191919;
    padding: 50px 0;
}

.testimonial-container h3,
.testimonial-container .h3 {
    color: #fff;
}

.testimonial-content,
.testimonial-author {
    margin: 0 auto;
}

.testimonial-content p {
    color: #fff;
    margin: 20px 0;
}
.testimonial_2 .slick-dots li button::before {
    color: #000;
}

.customer-title {
    font-weight: 800;
    color: var(--primary-color);
}

.customer-details {
    font-weight: 600;
    color: #fff;
}
.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-arrow, .slick-arrow:focus, .slick-arrow:active {
    background-color: #A8DBA3;
    border: 2px solid #A8DBA3;
}

.slick-arrow:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.slick-arrow svg {
    fill: var(--primary-color);
}

#location-info {
    width: 100%;
    background: #000;
    margin: 0 0 48px;
    padding: 24px 0;
    transition: all 250ms ease-in-out;
}
#location-info.banner-disabled {
    padding-top: 115px;
}

#location-info h2 {
    font-size: 60px;
    margin-bottom: 20px;
}

#location-info .loc_column {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 38px;
    padding-left: 50px;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
#location-info a, #location-info .toggle {
    color: #fff;
    transition:  all .25s ease-in-out;
}

#location-info a:hover, #location-info .toggle:hover {
    color: var(--primary-color);
}

#location-info .loc_column.hours .loc_column_inside::before {
    background-image: url(assets/images/clock.png);
}

#location-info .loc_column.address .loc_column_inside::before {
    background-image: url(assets/images/map-marker.png);
}

#location-info .loc_column.phone .loc_column_inside::before {
    background-image: url(assets/images/phone.png);
}
.loc_column_inside::before {
  content: "";
  height: 24px;
  width: 24px;
  left: -36px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.loc_column_inside {
    position: relative;
}
#location-info.stuck {
    padding: 10px 0;
    position: fixed;
    margin-top: 85px;
    transition: all 250ms ease-in-out;
    top: 0;
    z-index: 3;
}
#location-info.stuck .loc_column_inside {
    font-size: 15px;
    line-height: 22px;
}
#location-info h2 {
    font-size: 26px;
    margin: 0 0 24px;
}

#location-info.stuck .col-md-4 {
    font-size: 16px;
    line-height: 24px;
}

section.contact {
    background-color: var(--secondary-color);
}

body.page-id-1003115,
body.page-id-1003127 {
    background-image: none;
}

.page-id-1003127 section.contact {
    padding: 100px 0;
}

.footer-content a {
    color: #fff;
    transition:  all 250ms ease-in-out;
}

.footer-content a:hover {
    color: var(--primary-color);
}




/*Popup Modal*/
.gform_legacy_markup_wrapper textarea.large {
    max-height: 100px;
}
.modal-content .close {
    background: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
    font-size: 24px;
    padding: 0;
}
#offerModal .modal-dialog.modal-dialog-centered {
    max-width: 500px;
}
#contactModal .modal-dialog.modal-dialog-centered {
    max-width: 400px;
}
#contactModal .gform_wrapper form li, .gform_wrapper li {
    padding: 0 !important;
    margin: 0;
        margin-bottom: 0px;
        margin-left: 0px;
    margin-left: 0px;
    border: none !important;
    background: none !important;
    max-width: calc(100%) !important;
}
#contactModal .gform_wrapper form li input, #contactModal .gform_wrapper form li textarea {
    max-height: 100px;
    margin: 0;
    padding: 1em;
}
#contactModal .modal-body {
    text-align: center;
    line-height: 1.2;
}
#contactModal .h3 {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary-color);
}
#contactModal .gform_wrapper .gform_footer {
    text-align: center;
}
#contactModal .close:hover {
    background: none;
}
#contactModal .gform_wrapper div.validation_error {
    border: none;
    color: red;
    padding: 5px 0;
}
.main-banner.location__banner .location__column {
    margin-top: 0;
    width: 35%;
}
.location__column {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    max-width: 500px;
    background-color: #FFF;
    position: relative;
    margin: 3em 0;
}
.location__column-inner {
    background-color: #FFF;
    padding: 50px 25px;
}
.location__head {
    position: relative;
    margin-bottom: 25px;
}
.location__head .h5 {
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}
.location__head .h1 {
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
    font-size: 36px;
    margin: 0;
    line-height: 1;
}
.location__details {
    position: relative;
    margin: 0 0 25px;
}
.location__list {
    margin: 0;
    position: relative;
    list-style: none;
    font-family: var(--heading-font);
    text-transform: uppercase;
}
.location__list-item {
    position: relative;
    margin: 0 0 1em;
    line-height: 30px;
    list-style: none;
}
.location__list-item:last-child {
    margin: 0;
}

.loc__address {
    font-family: var(--heading-font);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    display: block;
    margin: 0 0 1em;
    color: #666d70;
}
.loc__hours {
    margin: 0;
    list-style: none;
    column-count: 2;
}
.loc__hours li {
    text-transform: uppercase;
    line-height: 1.4;
    list-style: none;
}
#contact__wrapper ul {
    margin: 0;
}
.toggle {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--secondary-color);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: none;
}
.toggle:hover {
    background: transparent;
    text-decoration: underline;
}
.hidden-hours {
    font-size: 14px;
    line-height: 1.5;
    column-count: 2;
    margin-top: 5px;
}

.main-banner__inner-wrapper {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
}
.main-banner__inner-wrapper .location__column {
    max-width: 100%;
    margin: 0;
}

.main-banner__wrapper {
    height: 100%;
}
.contact__section {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}
.map__cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

#map {
  height: 100%;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
.main-banner__btns .btn:first-child {
    margin-left: 0;
}
.main-banner__btns {
    margin-top: 2em;
}
.main-banner__btns .btn {
    margin: 0 1em;
}
.location-banner_content {
    position: relative;
}
.location-banner_content .h6 {
    text-transform: uppercase;
    color: #FFF;
    display: block;
}
.location-banner_content .h1 {
    color: #FFF;
    font-size: 6rem;
    display: block;
}
@media only screen and (max-width: 480px) {
.location-banner_content .h1 {
    font-size: 36px;
}

}

.primary-offer__wrapper::before {
    position: absolute;
    background: url(assets/images/dots.svg);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    background-size: cover;
    opacity: .1;
    transform: translateX(-50%) rotate(45deg);
}
.primary-offer__content {
    position: relative;
    padding: 0 25px;
}
.home .primary-offer__wrapper {
    margin-top: -100px;
}
.primary-offer__wrapper {
    position: relative;
    background-color: #FFF;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.10);
}
.primary-offer__header {
    color: #FFF;
    background-color: var(--primary-color);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.primary-offer__header .h2 {
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 3rem;
}
.primary-offer__header p {
    margin: 0;
}
.primary-offer__content .gform_wrapper li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 0;
    padding: .5em;
    margin: 0;
}
.primary-offer__content .gform_wrapper div.validation_error {
    color: red;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.primary-offer__content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    padding: 0;
    color: red;
}
.primary-offer__content .gform_wrapper .validation_message {
    color: red;
    font-weight: 700;
    letter-spacing: normal;
}
.primary-offer__content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
    margin: 0;
        margin-bottom: 0px;
        margin-left: 0px;
}
#btn_offer {
    position: relative;
    width: 100%;
    padding: 3em 0;
    background-color: #f9f9f9;
}
#btn_offer::before {
    position: absolute;
    background: url(assets/images/dots.svg);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: .1;
}
.mobile-menu.active .menubackground {
    background-color: #000;
}

.mobile-menu.active .menubars {
    top: 65px;
}
@media only screen and (max-width: 1398px){
    .primary-offer__header .h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1199px){
    #location-info.stuck {
        margin-top: 90px;
    }
}



@media only screen and (max-width: 991px){
    .primary-offer__header .h2 {
        font-size: 2rem;
    }
    .content-offer__text h2 {
        font-size: 2rem;
    }
    #location-info h2 {
      font-size: 1.5rem;
    }
    #location-info.stuck {
      margin-top: 70px;
    }
    #location-info .loc_column {
        font-size: 16px;
        line-height: 24px;
    }


}
@media only screen and (max-width: 767px){
    #location-info h2 {
        margin-bottom: 0;
        text-align: left !important;
    }

    #location-info .col-md-4,
    #location-info.stuck .col-md-4 {
        align-items: center;
        text-align: center;
        background-image: none;
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin: 10px 0;
    }
    #location-info .loc_column {
        justify-content: flex-start;
    }
    #location-info {
        padding: 25px 0;
    }
    .loc_column_inside {
        text-align: left;
    }
    #location-info.stuck {
        position: relative;
    }
    .mobile-nav-menu #location-info {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #FFF;
    }
    #location-info.banner-disabled {
        padding-top: 115px;
    }
}

@media only screen and (max-width:  480px) {
.top-bar p.top-bar-phone, .top-bar p.top-bar-portal {
  font-size: 14px;
  font-weight: 800;
}
.header .top-bar {
  height: auto;
  display: flex;
}
.faq summary h3 {
  font-size: 1.25rem;
}
.faq details > summary {
  padding-right: 4em;
}
}

.footer-nav ul.menu {
    justify-content: space-between;
    margin-left: 0;
    flex-wrap: wrap;
}
.footer-nav ul.menu li,
.footer-nav ul.menu li:last-of-type {
    margin: 0 0 10px 0;
    text-align: center;
}


@media only screen and (max-width: 1199px) {
    .footer-nav ul.menu li,
    .footer-nav ul.menu li:last-of-type {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-nav ul.menu li,
    .footer-nav ul.menu li:last-of-type {
        width: 100%;
    }

}
#location-info h2 {
  color: #FFF;
}
.page__banner-inner, .page__banner-inner .h3 {
  color: #FFF;
}
.main-banner_content h1 {
  font-size: 3em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 8px;
  font-family: Nunito Sans, Poppins,sans-serif;
}

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

.main-banner_content h1 {
  font-size: 40px;
}
}


.landing-pages-template #intro-block p, .landing-pages-template #intro-block li, .landing-pages-template #intro-block label {
    color: #FFF;
}


.city-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.city-list li {
  width: 33%;
}



/* Chat Box Styles */
.chat-box {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10;
    display: none;
}
.chat-box a {
    background-color: #4ABDFD;
    padding: 14px 14px 17px 14px;
    border-radius: 40px;

}
.chat-box img {
    max-width: 30px;
}

@media only screen and (max-width: 767px) {
    .chat-box {
        display: block;
    }

    .content_2 .row {
        flex-direction: column-reverse !important;
    }
}

