/*   
Theme Name: BangSalon
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: BangSalon
Author URI: https://bsdcodebase.wpengine.com
*/

html{ 
    background-color: #fff;
}
body{
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    float:left;
    width:100%;
    height:100%;
}
.pad0{padding: 0}
.pl0 {padding-left: 0px; }
* {
    margin:0;
    padding:0;
}
img {
    max-width: 100%;
    height: auto;

}
iframe {
    border: 5px solid #000;
}

a:focus{
    text-decoration: none;
    color:#1b1464;
}

a:hover, a:focus{
    text-decoration:none;
}
a,
i.icons,
button,
input[type="submit"],
.overlay {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}
a img{
    outline: 0;
}
input, select, textarea, select{
    outline: 0 !important;
}
a {
    color: #1b305c;
}
.yellow{
    color: #283557;
}
ul, li,#main-content #sidebar li, #main-content #sidebar ul {
    list-style-type: none;
    margin-left: 0;
}
input[type="submit"] {}
input:focus, input:select{
    outline:0 !important;
}



/*************** Fonts ***************/
@font-face {
    font-family: 'bayshoreregular';
    src: url('fonts/bayshore-webfont.woff2') format('woff2'),
        url('fonts/bayshore-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisonbold';
    src: url('fonts/bison-bold-webfont.woff2') format('woff2'),
        url('fonts/bison-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisondemibold';
    src: url('fonts/bison-demibold-webfont.woff2') format('woff2'),
        url('fonts/bison-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisonlight';
    src: url('fonts/bison-light-webfont.woff2') format('woff2'),
        url('fonts/bison-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bisonregular';
    src: url('fonts/bison-regular-webfont.woff2') format('woff2'),
        url('fonts/bison-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suddenlyitalic';
    src: url('fonts/suddenly_italic-webfont.woff2') format('woff2'),
        url('fonts/suddenly_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrendSansOne';
    src: url('fonts/TrendRhSansOne.eot?#iefix') format('embedded-opentype'),  
        url('fonts/TrendRhSansOne.otf')  format('opentype'),
        url('fonts/TrendRhSansOne.woff') format('woff'), 
        url('fonts/TrendRhSansOne.ttf')  format('truetype'), 
        url('fonts/TrendRhSansOne.svg#TrendRhSansOne') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************** Header Css ***************/
body {
    padding: 15px 0;
}
.main-container {
    width: 80%;
    margin: 0 auto;
}

/******************* Header Css *****************/
.image-banner > img {
    width: 100%;
}
header#header {
    padding: 20px 0px;
}
.menu-header-top-container ul li a {
    font-family: 'bisondemibold';
    font-size: 28px;
    color: #383838 !important;
    border-right: 2px solid #ee592b;
    padding: 0 24px !important;
    line-height: normal;
}
.menu-header-top-container ul li:last-child a {
    border:  none; 
}
.right-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-bottom: 0 !important;
}
.right-nav ul li {
    text-align: center;
    padding: 0 13px;
}
.right-nav ul li:last-child {
    padding-right: 0;
}
.right-nav ul li a span {
    display: block;
}
.right-nav ul li a {
    color: #333333;
    font-size: 15px;
    display: block;
}
nav.navbar.navbar-expand-md.navbar-light {
    padding-left: 0;
}
nav.navbar.navbar-expand-md.navbar-light {
    padding: 0;
} 
.responsive-header {
    display: flex;
    align-items: center;
}
.right-nav {
    margin-top: 5px;
}
h1.logo {
    margin: 0;
}



/**********SubMenu *************/
.menu-header-top-container ul li a:hover {color:#ed592a !important;}
.menu-header-top-container ul li {position: relative;}
.menu-header-top-container ul li:hover > ul.sub-menu {display: block} 
.menu-header-top-container ul li.open ul.sub-menu {
    display: block;
}
.menu-header-top-container ul li ul.sub-menu {
    position: absolute;
    background: #fff;
    display: none;
    padding-top: 8px;
    width: 100%;
    z-index: 1001;
}
.menu-header-top-container ul li ul.sub-menu li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.current-cat a {
    color: #da1f4a;
    font-weight: 600;
}
.menu-header-top-container ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 12px;
    background: url(img/arrow-down.png) no-repeat;
    width: 20px;
    height: 11px;
    background-size: 16px;
}
.menu-header-top-container ul li ul.sub-menu li {
    padding: 0 0 5px 0;
}

.menu-header-top-container ul li ul.sub-menu li a {
    font-size: 20px;
}
.menu-header-top-container ul li ul.sub-menu li a {
    font-size: 21px;
    padding-left: 20px !important;
}
/******************* Header Css End *****************/





/************** Banner Css ***********/
.banner{background:url('img/banner-image.jpg') no-repeat; background-size: cover !important}
.banner > img {
    width: 100%;
}
/*.banner_text {
    min-height: 600px;
}*/
.banner_text {
    height: 650px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'bayshoreregular';
    flex-flow: row;
}
.banner_text p {
    margin: 0;
    color: #fff;
    font-size: 100px;
    line-height: 80px;
    padding-left: 50px;
}

/********* Appointment Section *******/

.appointment {
    background: #e5173f;
    display: flex;
    justify-content: left;
    align-items: center;
}
.appointment h2 {
    font-family: 'bisondemibold';
    color: #fff;
    font-size: 93px;
    font-weight: bold;
    margin: 0px;
    padding-left: 19px;
    line-height: normal;
    padding-bottom: 2px;
}
.location_select select, .location_select .select-location-btn {
    cursor: pointer;
    background-position: 91% 50% !important;
    background: #000000 url('img/arrow-down-white.png') no-repeat;
    color: #fff;
    border: none;
    padding: 0px 16px 0px 18px;
    border-radius: 10px;
    height: 80px;
    font-family: 'bisondemibold';
    font-size: 29px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    display: flex;
    align-items: center;
    width: 230px;
    margin: 0 auto;
    line-height:normal;
}
.appointment-heading {
    width: 75%;
}
.location_select {
    width: 21%;
    text-align: center;
}
.page-template-location .innerbanner .banner_text {font-size: 155px;bottom: 0;width: calc(100% - 40px);}


/************ Featured Stylist *************/
.featured-stylist a {
    display: block;
}
.featured-stylist > img {
    width: 100%;
}
.stylists_banner .banner_text p {
    left: -16px;
}
.stylists_banner {overflow: hidden;}
.featured-stylist {
    /*background: url(img/bang-bg.jpg);*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.half-colm.left {width: 45%;}
.half-colm.right {width: 55%; margin-top: 30px;}
.featured_style {
    font-family: 'suddenlyitalic';
    font-size: 145px;
    display: block;
    position: relative;
    left: -120px;
    line-height: 0;
    color:#000;
}
.half-colm.right h3 {
    color: #e6153c;
    font-size: 137px;
    line-height: 130px;
    font-family: 'bisonbold';
    position: relative;
}
.half-colm.right p {
    color: #000;
    font-size: 60px;
    line-height: 40px;
    font-family: 'bisondemibold';
    margin: 0;
}

/***********Quiz Css *********/
.offers {
    position: relative;
    width: 35%;
    background-size: cover !important;
    height: 265px;
    float: left;
    /*background: url(img/offer.jpg) no-repeat;*/
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 20px;
    overflow: hidden
}  
.second-half.col-6-mb a{    
    display: block;
    width: 100%;
    height: 100%;
}
.offers-wrap {
    position: relative;
    width: 35%;
    background-size: cover !important;
    height: 264px;
    float: left;
    background: url(img/offer.jpg) no-repeat;
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 20px;
    overflow: hidden
}   
.second-half {
    width: 65%;
    background-size: cover;
    height: 264px;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    overflow: hidden;
}
.location_select select option {
    font-size: 21px !important;
    padding: 7px 0;
}
.second-half p {
    font-family: 'suddenlyitalic';
    font-size: 85px;
    color: #fff;
    margin: 0;
    line-height: 16px;
    left: -16px;
    position: relative;
}
.second-half h3 {
    font-family: 'bisonbold';
    font-size: 75px;
    color: #fff;
}

.offers h3 {
    color: #fff;
    font-family: 'bisonbold';
    font-size: 73px;
    margin: 0;
    line-height: 31px;
}
.offers p{margin: 0px;}
.offers p.service {
    margin: 0;
    font-family: 'bisonbold';
    color: #fff;
    font-size: 31px;
    position: relative;
    right: 12px;
    top: 0;
}
tr.border-none > td {
    border-bottom: none !important;
    padding-top: 0 !important;
    line-height: normal;
}
.offers p {
    font-size: 82px;
    color: #fff;
    font-family: 'suddenlyitalic';
    line-height: 60px;
    position: absolute;
    bottom: 28px;
    right: 40px;
}
.half.offers.gift_card p {
    top: 56%;
}
.half.offers.gift_card h3 {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.instagram-section {
    background: #e8e8e8;
    padding: 30px 20px 40px 20px;
}
.instagram-section p {
    margin: 0;
    font-family: 'bisonregular';
    font-size: 30px;
    color: #000000;
}
.instagram-section p a{font-family: 'bisonbold'; color: #e5173f;}
.instagram-section > p {
    margin-bottom: 30px;
}
.service_first_side.quiz-half-second .offers {
    height: auto;
    padding: 0;
}
.service_first_side.quiz-half-second .offers img {
    width: 100%;
}
.service_first_side .offers h3 {
    position: absolute;
    top: 45%;
    right: 5%;
}
.quiz-half-second.location-selecter .location_select {
    display: none;
}
.service_first_side a {
    pointer-events: none;
}
/************* Footer ******************/
footer#footer {
    padding-top: 40px;
    background: #fff;
}
.follow-us {font-family: 'bisonbold';}
.follow-us strong, .follow-us a {
    display: inline-block;
    vertical-align: middle;
}
.follow-us {
    margin-top: 10px;
}
.follow-us strong {
    font-size: 23px;
    font-weight: 500 !important;
}
.footer_logo > img {
    width: 100px;
}
.follow-us a {
    padding-left: 11px;
    position: relative;
}
.follow-us a img {
    width: 20px;
}
.contact_phones ul li span {
    display: inline-block;
    width: 100px;
    color: #383838;
    font-size: 14px;
}
.contact_phones ul li {
    padding: 11px 0 0 0;
}
.contact_phones ul li a {
    color: #383838;
    font-size: 14px;
}
ul.footer_logos > li {
    display: inline-block;
    padding: 0 13px 0 0;
}
#footer p.copyright {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #383838;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
.contact_phones ul {
    margin: 0;
}
.owl-nav {
    display: none;
}
.second-half img{height: 100%; width: 100%;}
ul.dropdown-loactions-menu {
    background: #000;
    position: absolute;
    top: 82% !important;
    border-radius: 0px 0px 10px 10px;
}
ul.dropdown-loactions-menu {
    background: #000;
    position: absolute;
    top: 82% !important;
    z-index: 9999;
    display: none;
    width: 230px !important;
    margin: 0 auto;
}

.dropdown {
    width: 230px;
    margin: 0 auto;
}
ul.dropdown-loactions-menu li a:hover {
    background: #111;
}
ul.dropdown-loactions-menu.show {
    display: block;
}
ul.dropdown-loactions-menu li {
    border-top: 1px solid #333;

}
ul.dropdown-loactions-menu li a {
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    display: block;
}
ul.dropdown-loactions-menu li:hover a {
    border-radius: 0 0 10px 10px;
}

/****************** Location Page Css *********/

.innerbanner .banner_text {
    height: 270px;
    min-height: auto;
    align-items: flex-end;
    font-size: 175px;
    color: #fff;
    position: relative;
    left: 40px;
    bottom: -50px;
}
.innerbanner .banner_text p {
    padding: 27px;
    font-size: 195px;
}
.innerbanner .banner_text p {

    font-size: 195px;
    position: absolute;
    bottom: 44px;
}
.innerbanner {
    background-position: right center !important;
    position: relative;
}
.mart15 {
    margin-top: 15px;
}
.second-half.map-section {
    height: 370px;
}

.address-area {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 20px 0;
}
.quiz-half {
    width: 100%;
    margin-right: 0;
    display: flex;
}
.quiz-half-second {
    width: 35%; 
}
.quiz-half .map {
    width: 70%;
}
.quiz-half-second .half.offers {
    width: 100%;
    margin-bottom: 20px;
}
.map iframe {
    height: 340px;
}
.address-row {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 0 0px 0 30px;
}
.address-col {
    width: 100%;
}
.address-col strong {
    display: block;
    font-size: 36px;
    font-family: 'bisondemibold';
    color: #000;
}
.location-selecter.location-dropdown.location-dropdown-second.mart15 a {
    display: block;
}
a.mail-address, a.mail-address:hover {
    color: #cb5129;
}
.address_reapter table {
    width: 100%;
}
.address_reapter table tr td {
    font-size: 18px;
    padding-bottom: 4px;
}
.address{
    font-size: 18px;
}
a.mail-address {
    color: #ee592b;
}
.address-col > p {
    margin: 0;
}
.stylists {
    background: #ebebeb;
    margin-top: 0px;
    padding: 20px 0;
    float: left;
    width: 100%;
    display: block;
}
.stylists h2 {

    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 63px;
    padding: 5px 0 3px 0;
    color: #e6153c;

}
.stylists a {
    float: left;
    width: 14%;
    background: #000;
    margin: 0 10px 19px 10px;
    height: 210px;
    overflow: hidden;
    display: table;
    position: relative;
    color: #fff;
    font-family: 'bisondemibold';
}

.stylists a::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.1);
    z-index: 999;
    display: none;

}
.stylists a:hover:after{
    display: block;
}
.stylists-box {
    height: 160px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    vertical-align: bottom;
    display: table-cell;
    width: 100%;
    padding-bottom: 0px;
    background-size: cover !important;
}
.stylists-box:last-child{margin-right: 0px;}
.stylists-box strong {
    font-family: 'bisondemibold';
    color: #fff;
    font-size: 30px;
    line-height: normal;
    position: relative;
    z-index: 9999;
}
.stylists-box p {
    margin: 0;
    color: #fff;
    font-family: 'bisondemibold';
    font-size: 21px;
    line-height: normal;
    position: relative;
    z-index: 9999;
}
.address p> a {
    display: block;
}
.see-all > span {
    display: inline-block;
    background: #fe5433 url('img/arrow-down-white.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #fff;
    padding: 11px 40px 11px 20px;
    line-height: normal;
    font-family: 'bisondemibold';
    font-size: 24px;
    border-radius: 6px;
    margin: 30px 0 25px 0;
    cursor: pointer;
    background-position: 94% 50%;
}
.label a:nth-child(n+7) {background: #000;}
.locations label, .types label, .services-salon label{
    margin: 0 20px 16px 0;
}
.locations h2, .types h2, .services-salon h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}
#stylist_filter_container .result-box > a .title-result.stylists_result .inner_box {
    background-position: 0px 140px, 0 0;
    background-size: 100%;
}
.current-menu-parent.menu-item-has-children > a{color: #e45338 !important;}
.content_area {
    margin-top: 32px;
} 
.content_area p {
    margin: 0;
    font-size: 18px;
}
.heading-title h2 {
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 55px;
}
.choose-form {
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 50px;
}
.choose-form label {
    width: calc(91%/4);
    text-align: center;
    /*float: left;*/
    border: 2px solid #ed5929;
    padding: 15px 8px;
    position: relative;
    border-radius: 5px;
    font-family: 'bisondemibold';
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.choose-form label:last-child {
    margin-right: 0;
}
.choose-form label input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    visibility: hidden;
    width: 100%;
}
.choose-form label.label-active {
    background: #7f7f7f;
    color: #fff;
    border-color: #7f7f7f;
}
label.checkbox-active{
    background: #7f7f7f;
    color: #fff;
    border-color: #7f7f7f;
}
.heading_box strong {
    font-weight: bold;
    display: block;
    color: #e3173e;
    font-family: 'bisondemibold';
    font-size: 31px;
}
.heading_box {font-family: 'Lato', sans-serif; font-size: 20px; margin-top: 30px;} 
.types {
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 40px;
}
.services-salon {
    text-align: left;
}
span.image_icon {
    display: block;
}
.icons_main {
    position: relative;
    height: 44px;
    overflow: hidden;
}
.checkbox-active .icons_main span.image_icon {display: none;}
.checkbox-active .icons_main span.image_icon_hover {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
}


.label-active .icons_main span.image_icon {display: none;}
.label-active .icons_main span.image_icon_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.choose-form input[name="quiz"] {
    background: #e5173f url(img/arrow-right.png) no-repeat;
    border: none;
    color: #fff; 
    text-transform: uppercase;
    font-size: 37px;
    font-family: 'bisondemibold';
    padding: 10px 110px 10px 110px;
    border-radius: 6px;
    margin-top: 25px;
    background-position: 78% 50%;
    cursor: pointer;
}
.title-result:last-child {
    margin-right: 0;
}
.title-result {
    background-repeat: no-repeat !important;
    float: left;
    width: calc(93%/6);
    background-size: cover !important;
    margin-right: 12px !important;
    height: 220px;
    margin-bottom: 10px;
    background-position: top center !important;
}
.result-box a {display:block}
.title-result {
    text-align: center;
    color: #fff;
    position: relative;
}
span.stylists_name {
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    line-height: 1;
}
span.stylists_label {
    line-height: normal;
    font-size: 17px;
}
.stylists_result {
    width: 22.9%;
    height: 300px;
    margin-right: 27px !important;
    margin-bottom: 27px;
    position: relative;
    background-position: top center !important;
}
.result-box .inner_box {
    font-family: 'bisondemibold';
    /*padding-bottom: 12px;*/
}
.result-box .inner_box span.stylists_name {
    font-size: 31px;
    font-weight: bold;
    line-height: normal;
}
.result-box .inner_box span.stylists_label {
    font-size: 18px;
    line-height: 14px;
}
.title-result:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.title-result:hover:after {display: block}
div#stylist_filter_container .result-box:nth-child(4n) .title-result.stylists_result {
    margin-right: 0 !important;
}
.inner_box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*background: url(img/overly-bg.png) no-repeat;*/
    height: 100%;
    background-position: 0 77px, 0px 0;
    display: flex; 
    flex-direction: column-reverse;
    /*padding-bottom: 5px;*/
    z-index: 9;
    background-position: bottom;
}
.content_area h2.title {
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 55px;
    color: #e3173e;
}
.result_listing.content_area h2 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0;
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 55px;
    color: #e3173e;
}
.result-box {
    margin-top: 30px;
}
.take-quiz a{
    background: #e5173f url(img/arrow-right.png) no-repeat;
    border: none;
    color: #fff; 
    text-transform: uppercase;
    font-size: 37px;
    font-family: 'bisondemibold';
    padding: 10px 110px 10px 110px;
    border-radius: 6px;
    margin-top: 25px;
    background-position: 80% 50%;
    cursor: pointer;
}
.take-quiz {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 60px;
}
.space-top { 
    margin-top: 20px;
    margin-bottom: 20px;
}
.featured-image > img {
    width: 100%;
}
.single_midd_col h2 {
    color: #dc153c;
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 65px;
    line-height: 44px;
    vertical-align: top;
}
span.level-stylist {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'bisondemibold';
}
.content-stylist {
    margin-top: 10px;
}
strong.stylist-heading {
    display: block;
    color: #dc153c;
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 26px;
}
.content-stylist p {
    font-size: 14px;
    line-height: 20px;
}
.make-appointment {
    background: #e5173e;
    text-transform: uppercase;
    color: #fff;
    font-family: 'bisondemibold';
    padding: 10px;
}
.make-appointment > h2 {
    font-size: 63px;
    font-weight: bold;
    line-height: 63px;
    margin-bottom: 20px;
    font-family: 'bisondemibold';
}
.make-appointment a {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 33px;
    border-radius: 10px;
    padding: 7px 0;
    font-family: 'bisondemibold';
}
.follow-us-instagram a {

    font-size: 25px;
    color: #e45338;
    line-height: normal;
    padding: 0;
    font-family: 'bisondemibold';
    vertical-align: middle;
    display: flex;
    justify-content: left;
    align-content: center;

}
.follow-us-instagram a img {

    display: inline-block;
    padding-right: 2px;
    object-fit: none;

}
.follow-us-instagram {
    margin-top: 6px;
}
.specialty-stylist.tag-us {
    margin-top: 10px;
}
.tag-us a {
    display: inline-block;
    padding-right: 6px;
    color: #000;
}
.my-work {
    background: #ececeb;
    padding: 15px;
    margin-top: 20px
}
.work-title h2 {
    color: #dc153c;
    font-weight: bold;
    font-family: 'bisondemibold';
    margin: 0;
    font-size: 62px;
    line-height: 44px;
    margin-bottom: 17px;
}
.my-work ul li {
    float: left;
    width: calc(100%/4 - 12px);
    margin: 6px;
    /*height: 228px;*/
    height: 320px;
    overflow: hidden;
}
.my-work ul li img {
    width: 100%;
    height: 100%;
    padding: 2px;
    object-fit: cover;
    object-position: top center;
}
.my-work ul {
    margin: 20px 0 0 0;
}
ul#menu-header-top li.current-menu-item a {color:#e45338 !important}
.tabs {
    background: #ececeb;
    position: relative;
    padding: 20px;
}
.reset {
    position: absolute;
    top: 26px;
    right: 6px;
    color: #e5163f;
    font-size: 14px;
    border-radius: 2px;
    display: none;
    cursor: pointer;
}
.reset.filter_remove{display: block}
.reset i {
    background: #e5163f;
    padding: 2px 3px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    font-weight: lighter;
    font-size: 9px;
    position: relative;
    top: -2px;
    margin-right: 0px;
}
.options--first {display: flex; align-items: center;}
.tabs h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    width: 210px;
}
.options--first h2 {
    font-size: 28px;
    font-family: 'bisondemibold';
    margin: 0;
    color: #000;
}
.label--options label input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    visibility: hidden
}
.label--options label {
    position: relative;
    background: #e5163f;
    padding: 7px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-family: 'bisondemibold';
    font-size: 23px;
    width: 160px;
    margin-right: 12px;
    cursor: pointer;
    line-height: normal;
}
.options--first .label--options label.label-active {
    background: #7f7f7f;
}
.loader-filter {
    position: fixed;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#stylist_filter_container {
    margin-bottom: 2px;
    padding: 0;
}
.page-template-location div#stylist_filter_container {
    margin-bottom: 0px;
    background: #ebebeb;
}
.not-found {
    font-size: 75px;
    margin: 120px 0;
    color: #000;
    font-style: italic;
}
.no-found-stylist {
    font-size: 75px;
    margin: 120px 0;
    color: #000;
    font-style: italic;
}
.table-responsive {
    padding: 20px 20px 0px 20px;
}
table.table-service tr td {
    border-bottom: 2px solid #eee;
    padding: 10px 0px;
    border-top:none !important;
    width: 37%;
} 
table.table-service {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 40px;
} 
table.table-service tr td.main-title {
    font-family: 'bisondemibold';
    color: #da1f4a;
    font-weight: bold;
    font-size: 27px;
    width: 120px; 
}
table.table-service tr td.sub-title {
    font-weight: bold;
    font-family: 'bisondemibold';
    font-size: 25px;
    vertical-align: middle;
    color: #000;
}
.quiz-half-second.full-width-sidebar {
    width: 100%;
}

.cancellation_policy h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'bisondemibold'; 
}
.cancellation_policy > p {
    line-height: 16px;
}
.cancellation_policy {
    margin-top: 20px;
}
.cancellation_policy strong {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 17px;
}
.cancellation_policy {
    font-size: 14px;
}
.border-bottom {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}
.thickness {
    padding-bottom: 20px;    
    font-style: italic;
    padding-left: 20px;
}
.featured-stylist-location {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    overflow: hidden;
    margin: 0;
    background-size: 100% !important;
    float: left;
    width: 100%;
    background-color: #ebebeb;
}
.featured-stylist-location h2 {
    color: #fff;
    font-family: 'bisonbold';
    font-size: 75px;
    margin: 0;
    line-height: 58px;
}
.featured-stylist-location p {
    font-size: 42px;
    color: #fff;
    margin: 0;
    font-family: 'bisondemibold';
    line-height: normal;
    width: 100%;
}
.featured-stylist-location h3 {
    color: #e6153c;
    font-size: 150px;
    line-height: 90px;
    font-family: 'bisonbold';
    position: relative;
    margin-top: 9px;
    width: 100%;
}
.featured_stylist_content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 34%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.featured_stylist_content h4 {
    font-size: 74px;
    font-family: 'bisonbold';
    position: relative;
    margin-top: 9px;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    line-height: 50px;
}
.booknow-button {
    position: absolute;
    right: 30px;
    bottom: 20px;
    text-align: right;
}
.booknow-button a {
    display: inline-block;
    background: #e5173e;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'bisonbold';
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.booknow-button span.featured_style {
    line-height: 120px;
    text-align: right;
    font-size: 139px;
    left: -18px;
}
.location-selecter {
    position: relative;
}
.address a, .address a:hover {
    color: #000;
}
.location-selecter ul.dropdown-loactions-menu {
    top: 97% !important;
}
ul.responsive-menu-submenu {
    text-transform: uppercase;
}
.logos_footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.logos_footer ul li {
    width: 100%;
    text-align: center;
}
.logos_footer ul {
    margin: 30px 0 9px 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 36px;
}
.logos_footer {
    margin: 0 11px;
}
.our_posts {
    background: #ebebeb;
    text-align: center;
    padding: 0px 20px 30px 20px;
}
.our_posts a {
    background: #e85c29;
    display: inline-block;
    color: #fff;
    font-family: 'bisondemibold';
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 25px;
}
#stylist_filter_container .elm-button {
    background: #e45338;
    color: #FFFFFF;
    border: 1px solid #e45338;
    padding: 3px 43px 3px 33px;
    font-family: 'bisondemibold';
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
}
#stylist_filter_container .elm-button .elm-button-text
{
    padding-right: 10px;
}
#stylist_filter_container .elm-button .elm-button-text::after {
    background: url(img/arrow-right.png) no-repeat !important;
    background-position: 60% 50% !important;
    position: absolute;
    content: "";
    width: 11px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    padding-left: 35px;
    transform: rotate(90deg);
}
#stylist_filter_container .elm-button.hide--button {
    display: none;
}
.feature_bg img {
    width: 100%;
}

/*************** Career Page *******************/
@media(max-width:1199px){
    .careerVideoSection{
        display: none;
    }
    .mobileVideo{
        display: inline-block;
    }
}
@media(min-width:1200px){
    .mobileVideo{
        display: none;
    }
}
div#html5-watermark{
    display: none !important;
}
.mobileVideo{
    position: relative;
}
.mobileVideo .videoPlay {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 20%;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,0.5);
}
@media(max-width:991px){
    .mobileVideo .videoPlay{
        bottom: 15%;
        width: 44px;
        height: 44px;
    }
}
@media(max-width:767px){
    .mobileVideo .videoPlay{
        bottom: 14%;
        width: 40px;
        height: 40px;
    }
	h2.appointments_title{
		margin-top: 90px;
	}
}
@media(max-width:375px){
    .mobileVideo .videoPlay{
        bottom: 10%;
    }
}
.mobileVideo .videoPlay img{

}

.banner.innerbanner.career .banner_text > p {
    font-size: 110px;
    line-height: 96px;
    padding-top: 0;
    bottom: auto;
    top: 0;
}
.innerbanner.career .banner_text {
    height: 270px;
}
.career_content {
    padding: 30px 0;
    font-size: 18px;
}
.left-col-content h3 {
    font-family: 'bisonbold';
    font-weight: 500;
    font-size: 37px;
    margin: 0 0 0px 0;
}
.left-col-content ul li {
    font-size: 16px;
    background: url(img/listing-arrow.png) no-repeat;
    padding: 5px 0px 5px 25px;
    background-position: center left;
}
.right-col-form h3 {
    color: #e5173f;
    font-family: 'bisonbold';
    font-size: 47px;
    font-weight: 500;
    line-height: 45px;
    margin: 0;
}
/*.contact_form form.wpcf7-form input {
    width: 100%;
    background: #ececec;
}*/
.contact_form .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.contact_form form.wpcf7-form input[type="email"], .contact_form form.wpcf7-form input[type="text"], .contact_form form.wpcf7-form textarea, .contact_form form.wpcf7-form select {
    width: 100% !important;
    background: #ececec;
    border: none;
    margin: 0 0px 15px 0;
    padding: 12px 20px;
    border-radius: 10px;
    color: #000;
    display: block;
}
.contact_form .fullwidth-form span {
    display: block !important;
    position: relative;
}
.contact_form form.wpcf7-form textarea {height: 100px; resize: none;}
.contact_form ::placeholder{color:#000; opacity: 1}
.left-col-content > ul {
    margin-bottom: 2rem;
}
.contact_form .fullwidth-form input[type="submit"] {
    background: #e5163e url(img/white-submit.png) no-repeat;
    border: none;
    width: 100%;
    padding: 1px 20px;
    color: #fff;
    font-family: 'bisondemibold';
    font-size: 33px;
    border-radius: 5px;
    cursor: pointer;
    background-position: 68% center;
}
.contact_form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 7px;
    right: 12px;
    font-size: 12px;
}
.intersted span.wpcf7-not-valid-tip {
    top: 59px;
}
.file-upload .label-resume {
    position: absolute !important;
    color: #000;
    font-size: 17px;
    top: 6px;
}
.sidebar-wrap h3 {
    color: #da1f4a;
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 27px;
}
.sidebar-wrap .cat-item a:focus,
.sidebar-wrap .cat-item a:active,
.sidebar-wrap .cat-item a:hover{
    color:#da1f4a;
}
.sidebar-wrap {

    padding-left: 50px;

}
.sidebar-wrap .cat-item {

    padding-left: 20px;
    position: relative;
    margin: 12px 5px;

}
.sidebar-wrap .cat-item:before{
    position:absolute;
    content:"";

}
.sidebar-wrap .cat-item::before {

    position: absolute;
    content: "\f101 ";
    font-family: "FontAwesome";
    left: 0;
    color: #da1f4a;

}
.sidebar-wrap .cat-item a {

    font-family: 'Lato', sans-serif;
    position: relative;

}
.fullwidth-form.file-upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.fullwidth-form.file-upload label {
    background: #e5163e;
    border-radius: 9px;
    float: right;
    font-size: 22px;
    padding: 2px 30px;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-family: 'bisondemibold';
}
.fullwidth-form.file-upload {position: relative;}
.fullwidth-form.file-upload {
    height: 38px;
    margin-bottom: 13px;
}
span.ajax-loader {
    display: none !important;
}
.contact_form .fullwidth-form > span.ajax-loader {
    margin: 10px auto;
}
.careerinterest select {
    background: #ececec url('img/black-down-arrow.png') no-repeat !important;
    background-position: 82% center !important;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    text-shadow:none
}
.contact_form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
.container.main-con {
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.contact_form .fullwidth-form span.careerinterest {
    overflow: hidden;
    border-radius: 0 5px 26px 0;
}
.contact_form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 12px;
    text-align: center;
    margin-top: 0;
}
.contact_form .fullwidth-form span.careerinterest select {
    width: 115% !important;
    position: relative;
    text-indent: -1px;
    padding-top: 0;
    padding-bottom: 0;
    height: 48px;
}

@media(max-width:1023px){
    .half.offers.location_offer { padding-top: 60px !important}
    .contact_form .fullwidth-form input[type="submit"] {background-position: 88% center;width: 170px; margin: 0 auto;}
    .fullwidth-form.fullwidth {text-align: center;}
    .right-col-form h3 {font-size: 27px;line-height: 29px;}
    .left-col-content h3 {font-size: 24px;}
    .innerbanner.career .banner_text {
        padding: 0;
        height: auto;
        bottom: 0;
        left: 0;
        height: 170px;
    }
    .contact_form .fullwidth-form span.label-resume {display:none !important;}
    .contact_form .fullwidth-form span input, .contact_form .fullwidth-form span.careerinterest select, ::placeholder {font-size: 12px;}
    /*    .banner.innerbanner.career{height: auto;}*/

}
@media(min-width:1201px) and (max-width:1279px){
    .featured_style{
        font-size: 135px;
    }
}
@media(min-width:801px) and (max-width:853px){
    .featured_style{
        font-size: 135px;
    }
}
@media(min-width:601px) and (max-width:767px){
    .banner.innerbanner.career .banner_text > p {
        font-size: 90px;
        top: 20%;
    }
    .my-work ul li {
        float: left;
        width: calc(100%/3 - 12px);
    }
}
@media(max-width:600px){
    .banner.innerbanner.career .banner_text > p {
        font-size: 55px;
        line-height: normal;
        padding: 0 12px;
        position: static;

    }
}
@media(min-width:1700px){
    .intersted span.wpcf7-not-valid-tip {
        top: 74px;
    }
    .banner.innerbanner.career .banner_text {
        height: 400px !important;
    }
    .banner.innerbanner.career .banner_text > p {
        bottom: 120px !important;
        top: auto !important;
    }
    .contact_form .fullwidth-form input[type="submit"] {
        background-position: 62% center;
    }
    .career_content {
        font-size: 22px;
    }
    .left-col-content ul li {
        font-size: 21px;
    }
    .contact_form form.wpcf7-form input[type="email"], .contact_form form.wpcf7-form input[type="text"], .contact_form form.wpcf7-form textarea, .contact_form form.wpcf7-form select {padding: 14px 20px;     font-size: 21px;}
    .left-col-content h3 {margin: 0 0 10px 0;}
    .file-upload .label-resume {font-size: 22px;}
    .fullwidth-form.file-upload label {font-size: 27px;padding: 4px 40px;}
    .contact_form .fullwidth-form input[type="submit"] {padding: 8px 20px;}
}


.my404{
    font-family: 'bisondemibold';
    color: #000;
    text-align: center;
    /*    border-bottom: 1px solid #eee;*/
}
.error404 footer#footer {
    border-top: 1px solid #eee;
}
.bnr404{
    position: relative;
    font-family: 'bisondemibold';
}
.banner404 h1{
    font-weight: bold;
    font-size: 80px;
    margin-bottom: 0;

    font-family: 'bisondemibold';
}

.fourzorofour h2{
    font-weight: bold;   
    font-size: 50px;
    font-family: 'bisondemibold';
}
.fourzorofour p{
    margin-bottom: 0px;
    font-family: 'bisondemibold';
}
.fourzorofour{
    padding: 10px 0px;
}
.error-main {margin: 60px 0;}
.fourzorofour p a {
    font-family: 'bisondemibold';
    text-decoration: underline;
}
.bnr404 img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center;
}
.banner404{
    justify-content: center;
    text-align: center;
    font-family: 'bisondemibold';
}
.fourzorofour a:focus, .fourzorofour a:active, .fourzorofour a:hover{
    color: #007bff;
}
.right-nav ul li:nth-child(2) {
    display: none;
}


/***************************/
.location-selecter.location-dropdown .location_select {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}
.location-selecter.location-dropdown .select-location-btn {
    background-color: #e5173f !important;
    height: 45px !important;
    width: auto !important;
    border-radius: 8px !important;
    font-size: 19px;
    background-size: 14px;
}
.location-selecter.location-dropdown .dropdown {
    width: 150px;
}
.location-selecter.location-dropdown ul.dropdown-loactions-menu.show {
    width: 150px !important;
    background: #e5163f;
    top: 91% !important;
}
.location-selecter.location-dropdown ul.dropdown-loactions-menu li {
    border-top: 1px solid #bd062a;
}
.location-selecter.location-dropdown ul.dropdown-loactions-menu li a:hover{background: #e5163f;}
.location-selecter ul.dropdown-loactions-menu li a {font-size: 15px;}
.clearfix {
    clear: both;
}
.location-selecter.location-dropdown.location-dropdown-second .location_select.col-4-mb {
    z-index: 999;
}
.half.offers .location-selecter.location-dropdown.location-dropdown-second.mart15 {
    position: absolute;
    top: -13px;
    right: 0;
    width: 100%;
}

@media(min-width:1400px){
    .my-work ul li{
        height: 350px;
    }
}
@media(min-width:1900px){
    .my-work ul li{
        height: 474px;
    }

}
@media(max-width:1199px){
    .result-box .inner_box span.stylists_name {font-size: 25px;}
    .result-box .inner_box span.stylists_label {font-size: 15px;}
    .my-work ul li{
        height: 280px;
    }
}
@media(max-width:1023px){
    .make-appointment > h2 {
        font-size: 53px;
        line-height: normal !important;
    }

}
@media(max-width:991px){
    .my-work ul li {
        /*height: 250px;*/
    }
}
@media (max-width: 600px) {
    .my-work ul li {
        height: auto;
        width: calc(100%/2 - 12px);
        margin-bottom: 20px;
        min-height: 300px;
        float: left;
    }

}
@media (max-width: 400px) {
    .my-work ul li {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
        min-height: 418px;
        float: left;
    }

}
@media(min-width:768px) and (max-width: 860px){
    .make-appointment > h2 {
        font-size: 40px;
    }
}
.my-work ul li img {display:none!important;}
.reset > input {
    border: none;
    background: none;
    color: #e5163f;
    font-size: 13px;
    cursor: pointer;
}

div#toTop {
    background: #e5163f;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50px;
    z-index: 9999999999 !important
}
div#toTop a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;;
}
div#toTop a i {font-size: 20px}
.page-id-15 .location-selecter.location-dropdown .location_select {
    top: 0;
}
.stylists-box.inner_box {
    background-position: top center !important;
}

.stylist-shadow{
    /*position: relative;*/

}
.stylist-shadow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('img/overly-bg.png')no-repeat;
    background-position: center bottom -25px;
    z-index: 222;
}
.stylist-shadow .stylists_label,
.stylist-shadow span.stylists_name{
    z-index: 333;
    position: relative;
}

@media(min-width:1300px){
    /*.banner_text {height: 70vh;}*/
    /*.banner {min-height: 650px;}*/
}

/*=============== Blog page css =============*/
.blog-main{
    margin-top: 40px;
}
.blog-post-wrap{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 40px;
}
.blog-post-wrap h3{
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 27px;
}
.blog-post-wrap h3 a{
    color: #da1f4a;
}
.blog-post-wrap h5{
    font-weight: bold;
    font-family: 'bisondemibold';
}
.blog-post-wrap h5 a{
    color: #000 !important;
}
.blog-post-wrap .post-read a{
    position: relative;
    background: #e5163f;
    padding: 7px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-family: 'bisondemibold';
    font-size: 23px;
    width: 160px;
    margin-right: 12px;
    cursor: pointer;
    line-height: normal;
}
.detailPage{
    margin-top: 40px;
}
.detailPage h2{
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 32px;
    color: #da1f4a;
    margin-bottom: 20px;
}
.detailPage p:empty{
    display: none;
}

ul.footer_logos li:first-child a {
    display: inline-block;
    width: 34px;
}
ul.footer_logos li:nth-child(4) a {
    display: inline-block;
    width: 31px;
}
ul.footer_logos li:last-child a {
    width: 42px;
    display: inline-block;
    height: auto;
}


.location_offer p {
    position: static;
}
.location_offer p span {
    font-family: 'bisonbold';
    font-weight: normal;
    font-size: 25px;
}
.home_offer_location {
    /*padding-top: 100px;*/
}
.home_offer_location {
    position: absolute;
    bottom: 30px;
    text-align: right;
    left: 0;
    right: 0;
    padding: 0 20px;
    width: 100%;
    margin: auto;
}
body.firefox .home_offer_location{
    bottom: 12px;
}
.half.offers.location_offer {
    padding-top: 110px;
}

#selectLocation option{color:#000 !important;}
@media all and (-ms-high-contrast:none)
{
    .my-work ul li img{
        height:100%;
    } 
} 



.inner_box span.stylists_label, span.stylists_name {
    background: #000;
    width: 100%;
    bottom: 0;
}
.inner_box span.stylists_label {
    padding: 0px 0px 4px 0px;
}
.featured-stylist > a > img {
    width: 100%;
}
.featured-stylist > a {
    display: block;
    width: 100%;
}
.choose-form label:last-child img {
    width: 43px;
}


/************** Book Now Page Css ********************/
.main_locations_box{
    background: #ffebe8;
    padding: 5rem 0;
}
.locations_box {
    background: #ffffff;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.16);
}
.contact_location strong {
    display: block;
}
.contact_location_wrap .contact_location {
    margin-bottom: 21px;
}
.contact_location strong {
    display: block;
    font-size: 26px;
    font-family: 'bisondemibold';
}
.locations_box > a h4 {
    font-family: 'bisondemibold';
    color: #da1f4a;
    font-weight: bold;
    font-size: 27px;
    margin: 10px 0 5px 0;
}
.locations_box h6 {
    color: #000;
    margin-bottom: 0;
    font-size: 17px;
}
.locations_box > a img {
    height: 155px;
    width: 100%;
}
.locations_wrap {
    padding: 2rem 0;
}
.borderem{
    border-bottom: 2px solid #eee;
    display: block;
    padding-bottom: 40px;
}
.appointments_title {
    font-family: 'bisondemibold';
    margin-bottom: 0;
    font-weight: bold;
    font-size: 62px;
}
.aptDesc{
    font-size: 1.25rem;
}
.contact_location_wrap {
    margin-top: 35px;
}

.locations_box > a {
    display: block;
}
.book-wrap {
    display: flex;
}
.book-text-wrap {
    width: 100%;
    padding: 10px 2rem;
}
.locations_box span {
    text-decoration: none;
    color: #FFFFFF;
    padding: 3px 55px 5px 55px;
    font-family: 'bisondemibold';
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    line-height: normal;
    margin-top: 5px;
    font-size: 48px;
    font-weight: bold;
    border-radius: 9px;
    background: #eb4663;
    text-align: center;
    display: inline-block;
}
.locations_box .address {
    font-size: 28px;
}
a.ui-datepicker-prev.ui-corner-all > span {
    background: url(/wp-content/themes/Bangsalon/css/images/left.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
a.ui-datepicker-next.ui-corner-all > span{
    background: url('/wp-content/themes/Bangsalon/css/images/right.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.book-text-wrap h4 {
    font-family: 'bisondemibold';
    font-weight: bold;
    font-size: 62px;
}
.main_locations_box .note {
    font-size: 18px;
}
.locations_box .img_wrap img, .locations_box .img_wrap {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1900px) {
    .locations_box span {
        padding: 7px 30px 9px 30px;
        font-size: 35px;
    }
    .locations_box .address {
        font-size: 22px;
    }
    .book-text-wrap h4 {
        font-family: 'bisondemibold';
        font-weight: bold;
        font-size: 52px;
    }
    .book-text-wrap {
        width: 100%;
        padding: 1.5rem;
    }
}

@media (max-width: 1600px) {
    .book-text-wrap h4 {
        font-size: 43px;
    }
    .locations_box .address {
        font-size: 19px;
    }
    .locations_box span {
        margin-top: 0;
    }
    .locations_box span {
        padding: 7px 26px 9px 26px;
        font-size: 30px;
        border-radius: 6px;
    }
    .main_locations_box .note {
        font-size: 19px;
    }
    .main_locations_box {
        padding: 3rem 0;
    }
    .locations_wrap {
        padding: 1rem 0;
    }
}

@media (max-width: 1430px) {
    .page-template-book-now .main-container {
        width: 90%;
    }
    .appointments_title {
        font-size: 50px;
    }
}
@media (max-width: 1200px) {
    .book-text-wrap h4 {
        font-size: 30px;
    }
    .locations_box .address {
        font-size: 15px;
    }
    .locations_box span {
        padding: 8px 23px 9px 23px;
        font-size: 20px;
        border-radius: 5px;
    }
    .main_locations_box .note {
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .page-template-book-now .main-container {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .book-text-wrap h4 {
        font-size: 40px;
    }
    .book-text-wrap {
        padding: 1rem;
    }
    .book-text-wrap {
        text-align: center;
    }
    .locations_box .img_wrap img, .locations_box .img_wrap {
        height: 250px;
        width: 100%;
        object-position: top;
    }
}

@media (max-width:767px) {
    .locations_box .img_wrap img, .locations_box .img_wrap {
        height: 225px;
    }

    .locations_box .address {
        font-size: 20px;
    }
    .locations_box span {
        font-size: 28px;
    }

}
@media (max-width:575px) {
    .locations_box .address {
        font-size: 16px;
    }
    .book-text-wrap h4 {
        font-size: 35px;
    }
    .locations_box .img_wrap img, .locations_box .img_wrap {
        height: 280px;
    }
}
@media (max-width:480px) {
    .locations_box .img_wrap img, .locations_box .img_wrap {
        height: auto;
    }
}
/*========= Reopening Page ========*/
.page-template-reopening .notification-bar,
.page-template-reopening header#header,
.page-template-reopening button#responsive-menu-button,
.page-template-template-litersale .notification-bar,
.page-template-template-litersale header#header,
.page-template-template-litersale button#responsive-menu-button,
.page-template-template-litersale footer#footer{
    display: none;
}
.page-template-reopening .main-container,
.page-template-template-litersale .main-container{
    width: 100%;
}
.page-template-reopening footer#footer{
    width: 80%;
    margin: auto;
}
.reopening-banner {
    position: relative;
}
.reopening-logo {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
}
.reopening-banner .banner-image{
    width:100%;
}
.reopen-continer {
    width: 100%;
    max-width: 90%;
    margin: 50px auto;
}
.reponing-appointment .reopen-continer {
    margin: 0 auto;
}
.reopen-continer h2 {
    color: #e90a00;
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0 20px;
}
.reopen-continer p {
    margin-bottom: 10px;
}
.reopen-continer ul{
    padding-left: 23px;
}
.reponing-page-content .reopen-continer ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
.reponing-page-content .reopen-continer ul li::before {
    position: absolute;
    content: "";
    background: #000;
    left: 10px;
    top: 8px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
}
.txt h1 {
    font-family: 'bisondemibold';
    color: #fff;
    font-size: 93px;
    font-weight: bold;
    margin: 0px;
    line-height: 1;
}
.banner-txt-sec {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
#reponing-slider {
    background-position: 0 0 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 85vh;
}
.item {
    height: 85vh;
}
.item  a {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #fff;
    border-radius: 6px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'bisondemibold';
    letter-spacing: 1px;
}
.txt {
    width: 55%;
    float: left;
}
.banner-txt-sec .txt img{
    width: 62%;
}
.txt p{
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    margin: 10px 0;
}
.reponing-appointment p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding-top: 9px;
}
.reponing-appointment {
    background: #000;
    padding: 30px 0;
}
.repon-appointment,
.select-location-btn.repon-appointment {
    background: #fff;
    width: 220px;
    display: inline-block;
    text-align: center;
    color: #e5163f;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'bisondemibold';
    border-radius: 7px;
    height: 46px;
    line-height: 46px;
    float: right;
}
.reponing-appointment  .dropdown{
    width: 220px;
}
.reponing-appointment ul.dropdown-loactions-menu.show {
    padding-left: 0;
    position: absolute;
    top: 43px !important;
    background: #fff;
    width: 220px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.reponing-appointment ul.dropdown-loactions-menu.show li {
    padding-left: 0;
    margin: 0;
    border-top: 1px solid #d2d2d2;
}
.reponing-appointment ul.dropdown-loactions-menu li a:hover {
    background: #f9f9f9;
}
.reponing-appointment ul.dropdown-loactions-menu li a {
    color: #e5163f;
    padding: 6px 0;
    font-size: 14px;
    display: block;
    font-weight: 600
}
.reponing-appointment .location_select {
    width: 220px !important;
    text-align: center;
    float: right;
}
#litersale-slider {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100vh;
    display: flex;
    align-items: center;
}
#litersale-slider .container {
    width: 90%;
}
img.litersale-title {
    margin: 10px 0 40px;
}
.liter-sale-text p {
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}
.liter-sale-form span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-list-item {
    width: 50%;
    float: left;
    margin: 0 0 13px;
}
.liter-sale-form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required::after {
    clear: both;
    content: "";
    display: table;
}
.liter-sale-form .redkenliters-section,
.redkenliters-input-section {

    padding: 30px;
    border-radius: 20px;
background: #fbc8be; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fbc8be 0%, #f9adb0 46%, #f9adb0 46%, #f9adb0 46%, #f9adb0 67%, #f9adb0 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fbc8be 0%,#f9adb0 46%,#f9adb0 46%,#f9adb0 46%,#f9adb0 67%,#f9adb0 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fbc8be 0%,#f9adb0 46%,#f9adb0 46%,#f9adb0 46%,#f9adb0 67%,#f9adb0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc8be', endColorstr='#f9adb0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.liter-sale-form .redkenliters-section h2 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
}
.liter-sale-form input[type="checkbox"] {
    width: auto;
    margin: 0px;
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    opacity: 0;
    width: 18px;
    height: 25px;
    position: absolute;
    z-index: 999;
}
.liter-sale-form span.wpcf7-form-control.wpcf7-checkbox{
    position: relative;
}
span.wpcf7-form-control-wrap.PureologyLiters  span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-not-valid-tip{
    bottom: -20px;
}
span.wpcf7-form-control-wrap.RedkenLiters,
span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-form-control.wpcf7-checkbox,
span.wpcf7-form-control-wrap.PureologyLiters,
span.wpcf7-form-control-wrap.PureologyLiters span.wpcf7-form-control.wpcf7-checkbox{
    display: block;
}
span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-form-control.wpcf7-checkbox::after,
span.wpcf7-form-control-wrap.RedkenLiters::after{
    clear: both;
    content: "";
    display: table;
}
.liter-sale-form span.wpcf7-list-item-label {
    font-size: 15px;
    position: relative;
    cursor: pointer;
}
.liter-sale-form span.wpcf7-list-item-label::before{
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ffffff;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.liter-sale-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid #f2595c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.redkenliters-input-section input, .redkenliters-input-section select {
    width: 100%;
    padding: 6px 5px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
}
.hidden{
    display:none;
}
.redkenliters-input-section select option{
    color:#000;
}
.redkenliters-input-section input::-webkit-input-placeholder { 
  color: #000;
}

.redkenliters-input-section input:-ms-input-placeholder { 
  color: #000;
}

.redkenliters-input-section input::placeholder {
  color: #000;
}
.redkenliters-input-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #ffffff url(/wp-content/uploads/2020/09/d-arrow.png) no-repeat scroll right 14px top 15px / 10px auto;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    outline: none !important;
    box-shadow: none;
    border: none;
}
span.wpcf7-form-control-wrap.location,
span.wpcf7-form-control-wrap.PreferredContact{
    display: block;
}
span.wpcf7-form-control-wrap.location span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.PreferredContact span.wpcf7-not-valid-tip{
    bottom: -3px;
}
span.wpcf7-form-control-wrap.PureologyLiters span.wpcf7-list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 9px;
}
span.wpcf7-form-control-wrap.PureologyLiters span.wpcf7-list-item.last {
    margin-bottom: 0;
}
.redkenliters-input-section input.wpcf7-form-control.wpcf7-submit.pink-btn {
    background: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
body.page-template.page-template-template-litersale{
    padding: 0;
    background: #f88572;
}
.bottle-img{
    text-align: center;
}
.bottle-img img {
    width: 80%;
}
.redkenliters-input-section span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 6px;
    bottom: -10px;
}
.redkenliters-section span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 10px;
}
.liter_saleform_col div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 5px;
    text-align: center;
}
.liter_saleform_col h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1.2;
}
.page-id-2397 .bottle-img {
    margin: 0 auto;
}
.page-id-2397 .bottle-img img {
    width: 100%;
}
.page-id-2397 .liter-sale-text{
    display: none;
}
.page-id-2397 .liter_saleform_col p {
    font-size: 24px;
    margin-bottom: 40px;
}
.page-id-2397 .liter_saleform_col {
    text-align: center;
    color: #fff;
}
.bangsalon-thx-appointment {
    background: #fff;
    color: #000;
    padding: 20px 0;
    border-radius: 10px;
}
.liter_saleform_col .bangsalon-thx-appointment h3{
    color: #000;
    font-family: 'bisonbold';
    margin: 0 0 30px;
    font-size: 60px;
}
.page-id-2397 .bangsalon-thx-appointment p {
    margin: 0;
}
.bangsalon-thx-appointment a {
    background: #e5173f;
    color: #fff;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    display: inline-block;
    border-radius: 7px;
    font-family: 'bisonbold';
}
.page-id-2410 .image-banner{
    display: none;
}
.feature_bg {
    position: relative;
}
@media(min-width:1800px){
    .repon-appointment, .select-location-btn.repon-appointment{
        padding: 0 !important;
        font-size: 23px !important;
        height: 46px !important;
        line-height: 46px !important;
        width: 220px !important;
    }
}
@media(min-width:1600px){
  .txt {
    width: 45%;
    float: left;
}  
.liter-sale-text p{
    font-size: 32px;
}
.liter-sale-form span.wpcf7-list-item-label {
    font-size: 22px;
}
.redkenliters-input-section input, .redkenliters-input-section select{
    margin-bottom: 20px;
}
.liter-sale-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
    top: 11px;
}

}
@media(min-width:1450px){
    #reponing-slider{
        background-position: 0 -60px !important;
    }
}
@media(min-width:1440px){
    #reponing-slider{
        height: 70vh;
    }
    .item {
        height: 70vh;
    }

}
@media(min-width:1400px){
    #litersale-slider {
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .liter-sale-form span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-list-item{
        margin: 0 0 13px; 
    }
    span.wpcf7-form-control-wrap.PureologyLiters span.wpcf7-list-item{
        margin-bottom: 9px;
    }
    footer#footer{
        padding-top: 100px;
    }
}
@media(max-width:1400px){
    #reponing-slider{
        background-position: 70% 0 !important;
    }   

}
@media(min-width:1199px) and (max-width:1399px) {
    span.wpcf7-form-control-wrap.PureologyLiters span.wpcf7-list-item{
        margin-bottom: 5px;
    }
    .liter-sale-form span.wpcf7-list-item-label{
        font-size: 14px;
    }
    .liter-sale-form span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-list-item{
        margin-bottom: 8px;
    }
    .liter-sale-form .redkenliters-section h2{
        font-size: 18px;
    }
    .redkenliters-input-section input.wpcf7-form-control.wpcf7-submit.pink-btn{
        margin-bottom: 0;
    }
    img.litersale-title {
        margin: 10px 0 30px;
        width: 70%;
    }
    .liter-sale-text{
        text-align: center;
    }
    .bottle-img img {
        width: 60%;
    }
    .liter-sale-text p{
        font-size: 18px;
    }
}
@media(max-width:1300px){
    .txt h1{
        font-size: 60px;
    }
    .txt p{
        font-size: 18px;
    }
    #reponing-slider{
        background-position: 70% 0 !important;
    }
    .banner-txt-sec .txt img {
        width: 50%;
    }
}
@media(max-width:1024px){
    #reponing-slider{
        height: 50vh;
    }
    .item {
        height: 50vh;
    }
    .liter-sale-form .redkenliters-section h2{
        font-size: 14px;
    }
    .liter-sale-form span.wpcf7-list-item-label{
        font-size: 10px;
    }
    .liter-sale-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
        top:3px;
    }
    .page-id-2410 .border-bottom{
        padding-bottom: 0;
    }
    footer#footer {
        padding: 40px 10px 10px;
        border-top: 1px solid #e5173f;
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .txt h1{
        font-size: 50px;
    }
    #reponing-slider {
        height: 80vh;
    }
    .item {
        height: 80vh;
    }
    .reopening-logo {
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 9999;
        width: 90%;
        right: 0;
        margin: 0 auto;
    }
    .banner-txt-sec {
        width: 90%;
        margin: 0 auto;
        display: block;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        height: auto;
    }
    .txt {
        width: 80%;
    }
    .repon-appointment, .select-location-btn.repon-appointment{
        width: 220px !important;
        height: 46px !important;
        line-height: 46px !important;
        font-size: 23px !important;
    }
    .reponing-appointment p{
        padding-top: 0;
        margin-bottom: 20px;
        text-align: center;    
        font-size: 15px
    }
    .reponing-appointment{
        padding: 20px 0;
    }
    .reponing-appointment .dropdown {
        width: 220px !important;
    }
    .reponing-appointment ul.dropdown-loactions-menu.show{
        right: 0;
    }
    .reponing-appointment .location_select {
        float: none;
        margin: 0 auto;
    }
    .banner-txt-sec .txt img {
        width: 31%;
    }
    #litersale-slider{
        display: block;
        height: auto;
    }
    .page-id-2397 #litersale-slider{
        height: 100vh;
    }
    .liter-sale-form .redkenliters-section, .redkenliters-input-section{
        margin-bottom: 20px;
    }
    .bottle-img img {
        margin-top: 80px;
    }
    .liter-sale-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
        top: 3px;
    }
    .liter_saleform_col h3 br{
        display:none;
    }
}
@media (min-width:810px) and (max-width:816px){
    .banner-txt-sec{
        bottom: 0px;
    }
    .item {
        height: 90vh;
    }
    #reponing-slider {
        height: 90vh;
    }
    .banner-txt-sec .txt img {
        width: 31%;
    }
    .txt p {
        font-size: 16px;
    }
}
@media(max-width:767px){
    .txt {
        width: 100%;
        float: left;
    }
    #reponing-slider {
        height: 80vh;
    }
    .item {
        height: 80vh;
    }
    .txt h1{
        margin: 0px 0 0;
        font-size: 32px;
        line-height: 1;
    }
    .reopen-continer ul {
        padding-left: 0px;
    }
    .page-template-reopening #main-wrapper{
        top:0;
    }
    .item a{
        font-size: 20px;
    }
    .txt p {
        font-size: 16px;
        margin: 0px 0;
    }
    .banner-txt-sec{
        bottom: 10px;
    }
    .reopening-logo img{
        width: 100px;
    }
    .banner-txt-sec .txt img {
        width: 25% !important;
        margin-bottom: 10px;
    }
    .page-template-reopening #responsive-menu-container{
        left: -1px;
    }
    .liter-sale-form span.wpcf7-form-control-wrap.RedkenLiters span.wpcf7-list-item{
        width: 100%;
        margin-bottom: 10px;
    }
    span.wpcf7-form-control-wrap.PureologyLiters span.wpcf7-list-item{
        margin-bottom: 10px;
    }
    #litersale-slider {
        margin-top: -70px;
    }
    .liter-sale-form input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
        top: 3px;
    }
    .liter_saleform_col .bangsalon-thx-appointment h3{
        font-size: 30px;
    }
    .bangsalon-thx-appointment a{
        font-size: 20px;
    }
    .page-id-2397 #litersale-slider{
        height: auto;
    }
    .page-id-2397 .liter_saleform_col p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .page-id-2397 .bangsalon-thx-appointment p{
        margin-bottom: 0;
    }

}
@media(max-width:420px){
    #reponing-slider {
        height: 46vh;
    }
    .item {
        height: 46vh;
    }
    .txt p {
        font-size: 15px;
        margin: 1px 0;
        line-height: 1.2;
    }
    .txt h1 {
        font-size: 25px;
        line-height: 1;
    }
    .banner-txt-sec .txt img {
        width: 52% !important;
        margin-bottom: 10px;
    }
}
@media(max-width:330px){
    .banner-txt-sec {
        bottom: 4px;
    }
    .banner-txt-sec .txt img {
        width: 40% !important;
        margin-bottom: 5px;
    }
    .txt p {
        font-size: 14px;
    }
}


/***** For Location Pages ******/
.desktop-hide {
    display: none;
}

.page-template-location .main-container {
    width: 100%;
}
.page-template-location #header .container, .page-template-location #footer .container{
    width: 80%;
    margin: 0 auto;
}
.page-template-location #footer{
    float: left;
    width: 100%;
}
.page-template-location .center_container {
    width: 80%;
    margin: 0 auto;
    padding: 0 10px;
}
.main_appointment {
    background: #e5173f;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}
.main_appointment .appointment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: #e5173f;
}
.main_appointment .appointment-heading {
    width: 65%;
    display: flex;
}
.main_appointment .location_select {
    width: 55%;
    text-align: center;
    margin-top: 0;
}
.appoint_nav {
    display: flex;
    margin: 0;
}
.appoint_nav li a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    outline: none !important;
}
.appoint_nav li{
    margin-right: 30px;
}
.loc_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.loc_btn a.gift_btn {
    color: #fff;
    font-family: lato;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    margin-right: 20px;
    outline: none;
}
.loc_btn .booking_btn {
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'bisondemibold';
    font-size: 29px;
    text-align: center;
    background: #000;
    display: block;
    padding: 10px 30px;
    outline: none;
    min-width: 150px;
}
.stylists #dynamic-load-more-content {
    margin: 0 -10px;
}
/*.star_widget {
    float: left;
    width: 100%;
}*/
.page-template-location .logos_footer ul {
    border: none;
    padding: 50px 0;
}
.page-template-location .logos_footer {
    margin: 0;
}
.appoint_nav li {
    position: relative;
}
.appoint_nav li a {
	padding: 0;
	color: #80001a;
}

.appoint_nav li:hover .sub-menu {
    display: block;
}
.appoint_nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 99999999;
	background: #e5173f;
	min-width: 150px;
	padding: 0;
	left: -20px;
}
.appoint_nav li.loc-drop {
	padding-right: 15px;
}
.appoint_nav li.loc-drop::after {
	background: url(img/arrow-down.png) no-repeat center top / 10px;
	content: "";
	position: absolute;
	right: 0;
	height: 10px;
	width: 10px;
	top: 11px;
	filter: invert(1) brightness(130%);
}
.appoint_nav .sub-menu li.menu-item a{
	padding: 5px 20px;
}
.appoint_nav .sub-menu li.menu-item:hover a,.appoint_nav li.menu-item.current_page_item a, .mb-dropshow.show ul li a.active {
	background: #000;
	color: #fff !important;
}
.appoint_nav .sub-menu li {
	font-size: 14px;
	margin: 0;
}

.appoint_nav .sub-menu li a {
	font-size: 14px;
	margin: 0;
	padding: 3px 0px;
}
.appoint_nav li .nav-link {
    color: #fff !important;
    padding: 0;
}
.appoint_nav li.menu-item {
    margin: 0;
}
#menu-locationred {
	display: inline-block;
}
.appoint_nav li a:hover{
	color: #fff;
}
.appoint_nav li a.active {
	color: #fff;
}
html {
  scroll-behavior: smooth;
}

.mb-dropshow button, .mb-dropshow button:focus {
    background: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    outline: none !important;
    padding: 0;
    box-shadow: none;
    padding-right: 15px;
}

.mb-dropshow.show ul {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 99999999;
    background: #e5173f;
    min-width: 150px;
    padding: 0;
    left: -20px;
    margin: 0;
    float: none;
    border: none;
    border-radius: 0;
}


.mb-dropshow.show ul li a {
    font-size: 14px;
    margin: 0;
    padding: 5px 20px;
    color: #fff;
    font-family: lato;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.mb-dropshow ul li:hover a {
    background: #000;
    color: #fff !important;
}
.appointment-heading-mobile {
    display: none;
}
.mb-dropshow button::after {
    background: url(img/arrow-down.png) no-repeat center top / 10px;
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    width: 10px;
    top: 11px;
    border: 0;
    filter: invert(1) brightness(130%);
}
/** Responsive location page **/
@media (max-width: 1199px) {
    .loc_btn a.gift_btn,.appoint_nav li a {
        font-size: 16px;
    }    
    .loc_btn .booking_btn {
        font-size: 18px;
        padding: 10px 27px;
        min-width: auto;
    } 
    .quiz-half .map {
        width: 60%;
    } 
    .address-row {
        width: 40%;
    }          
}

@media (max-width: 1023px) {
    body button#responsive-menu-button {
        top: 55px !important;
        right: 20px !important;
    }
}

@media (max-width: 991px) {
    .loc_btn a.gift_btn, .appoint_nav li a {
        font-size: 11px;
    }    
    .loc_btn .booking_btn {
        font-size: 15px;
        padding: 8px 13px;
        min-width: auto;
        border-radius: 5px;
        margin-left: unset;
    }
    .quiz-half{flex-direction: column;}
    .address-row ,  .quiz-half .map{
        width: 100%;
    }  
    .address-row {
        padding: 0;
        flex-direction: row;
    } 
    .page-template-location .center_container {
        width: 100%;
    }  
    .page-template-location #header, .page-template-location #footer {
        width: 100%;
    } 
    .loc_btn {
        justify-content: flex-end;
    }
    .page-template-location #footer {
        border-top: 0;
    }      
    .banner.innerbanner::before {
        content: "";
        background: rgba(0,0,0,0.55);
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
    }
    .page-template-location .logos_footer ul {
        padding: 0px 0 50px 0;
    }                     
}
@media (max-width: 767px) {
    .appoint_nav li {
        margin: 0 5px;
    }    
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }    
	.appoint_nav .sub-menu a, .appoint_nav .sub-menu li {
		font-size: 11px;
		margin: 0;
	}
	.main_appointment {
		top: 108px;
	}	
    .main_appointment .appointment {
        padding: 8px 0;
    }    
    .appointment-heading-mobile {
        display: flex;
        align-items: center;
    }
    .appoint_nav.dropdown-menu {
        display: none;
    }    
    .mb-dropshow.dropdown {
        width: auto !important;
        margin-left: 20px;
        line-height: normal;
		display: none;
    }    
    .main_appointment .appointment-heading {display: none;}    
    .appoint_nav li.loc-drop::after {
        background-size: 8px;
        top: 6px;
    }    
    .mb-dropshow button::after {
        background-size: 8px;
        top: 9px;
    } 
    .mb-dropshow.show ul li{margin:0;}
    .mb-dropshow.show ul li a, .appoint_nav .sub-menu a, .appoint_nav .sub-menu li.menu-item a, .appoint_nav .sub-menu li.menu-item:hover a {
        font-size: 11px;
    }
}
@media (max-width: 575px) {
    .page-template-location .logos_footer ul {
        padding: 30px 0 30px 0;
    }
    .mb-dropshow.dropdown {
        margin-left: 5px;
    } 
    .main_appointment {
        top: 110px;
    } 
    .main_appointment .appointment {
        padding: 10px 0;
    }  
    .appoint_nav li.loc-drop {
        margin-top: 2px;
    }                      
}

/***** New settings for header ****/
.fxd_header {
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
}
.fxd_header.header-fixed {
    box-shadow: 0 3px 10px rgba(215, 215, 215, 0.5);
}
/***** New settings for header ****/
.fxd_header {
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
}
.fxd_header.header-fixed {
    box-shadow: 0 3px 10px rgba(215, 215, 215, 0.5);
}

.hm_video {
  margin: 2rem -15px;
}
.hm_video .content {
  font-family: 'bisondemibold';
  margin: 0px;
  line-height: normal;
}
.hm_video iframe {
    width: 100%;
    border: none;
}
.hm_video .content h3{
    font-size: 40px;
    font-weight: bold;
    color: #482666;
    line-height: 20px;
}
.hm_video .content h2{
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0;
   line-height: 1;
  color: #a6d7e4;	
}
.hm_video .content h4 {
  font-weight: bold;
  font-size: 58px;
  margin-bottom: 0;
   line-height: 1;
    color: #482666;
}
.mobile-content{
	display: none;
}
@media (max-width: 1020px) {
    .hm_video {
        margin: 2rem 0;
    }
    .hm_video .content h2 br {
        display: none;
    }
}
@media (max-width: 991px) {

    .hm_video .content h2 {
        font-size: 50px;
    }
    .hm_video .content h3 {
        font-size: 55px;
    }

}
@media (max-width: 767px) {

    .hm_video .content {
        text-align: center;
    }
    .hm_video .content h3 br {
        display: none;
    }
    .hm_video .content h3 {
        font-size: 40px;
    }
    .hm_video .content h2 {
        font-size: 40px;
    }
	.mobile-content{
		display: block;
		margin-bottom: 1.5rem;
	}
	.desktop-content{
		display: none;
	}

}

/**** Stylist *****/
.follow-us-instagram .tagline {
    font-size: 14px;
    font-style: italic;
}