/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
body{
  font-family: 'Montserrat', sans-serif;
  color: #F2F2F2;
  background-color: #000000;
}
body,html{
    overflow: hidden !important;
}
.slick-arrow, button{
	outline: none;
}
body.no-scroll {
	height: 100vh;
	overflow: hidden !important;
}

.wh-widget-send-button iframe{
	width: 50px !important;
	height: 50px !important;
}
	.image-block .fp-controlArrow{
		display: none
	}
	.hair-replace .first-back{
	height: 50vh;
    max-height: 512px;
	}
.hair-images{
	position: relative;
}
#fb-root .fb_dialog_content iframe{
    bottom: 17px !important;
    right: 70px !important;	
}

#fp-nav ul li .fp-tooltip{
	font-size: 13px;
	letter-spacing: .8px;
}

.branch-banner img{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.Raphael-method .scroll-down,
.Our-salons .scroll-down,
.Before-After .scroll-down{
	display: none;
}
.fp-controlArrow{
	display: none;
}
p{
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.language-changer{
	display: none;
}
h1{
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-transform: capitalize;
}
h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
a:visited, a:hover, a{
  color: #f2f2f2;
  text-decoration: none;
}

.branch-heading_mobyle{
	 color: #c49636;
	display: none;
	position: absolute;
    top: calc(50% - 25%);
    right: (50% - 25%);
    padding: 0 !important;
}
section.Raphael-method .inner-container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading-back{
	display: none;
}
.main-container{
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: 175px !important;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}
.button-top{
	position: absolute;
    bottom: 70px;
    left: 20px;
}
.press-container{
    position: fixed;
    z-index: -1;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color: black;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.press-container .press-cross{
	position: absolute;
	right: 50px;
	top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	cursor: pointer;
	
}

.mobile-menu{
	display: none;
}
.press-container-inner{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 100%;
	height: 100%;
}
.press-container .press-image{
	width: 70%;
	height: 70%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.press-container.show{
	z-index: 9999;
    width: 100%;
    height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}





.youtube-container{
    position: fixed;
    z-index: -1;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color: black;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.youtube-container img{
	position: absolute;
	right: 50px;
	top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	cursor: pointer;
	
}
.youtube-container-inner{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 100%;
	height: 100%;
}
.youtube-container iframe{
	width: 70%;
	height: 70%;
}
.youtube-container.show{
	z-index: 9999;
    width: 100%;
    height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.fullSection{
	position: relative !important;
}
.fullSection .fp-controlArrow{
	display: none;
	top: calc(61% - 20px);
}

.home__first-section-slider .fp-controlArrow {
    display: block;
}

.fullSection 
.testimonial-item .testimonial-hidden{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.testimonial-item{
	position: relative;
}
article{
	margin-left: auto;
	margin-right: auto;
	max-width: 1520px;
  	width: 100%;
	margin-top: 86px;
}
.widget-area{
	display: none;
}
.fp-show-active.lower{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fp-show-active{
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	visibility: visible;
}
.site-header.lower{
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: black;
}
.site-header{
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: unset;
}
.fullSection .main-container{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-container{
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
}
.fb_customer_chat_bubble_pop_in{
    bottom: 15px !important;
    right: 85px !important;
}
.page-template-branches.fp-viewing-0 .site-header{
-webkit-box-shadow: 0px 9px 24px 12px rgba(0, 0, 0, 0.94);
    box-shadow: 0px 9px 24px 12px rgba(0, 0, 0, 0.94);
    background-color: black;
}
section.Who-we-are .inner-container{
  overflow: hidden;
}
.main-navigation .sub-menu{
	padding: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: black;
}
.fullSection .inner-container{
  height: auto;
}
.anchors-container{
  max-width: 200px;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-centered{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-sides{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.button, .color-container .button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 60px;
  color: #F2F2F2;
  border: 2px solid #F2F2F2;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.masonry-item .span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a.button:hover, .color-container .button:hover{
  color: black;
  background-color: white;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/* header */
.site-header{
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.mute-btn-container .mute,
.mute-btn-container .unmute{
	width: 94px;
    height: 93px;
    border: 2px solid white;
    border-radius: 90px;
    padding: 7px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	visibility: visible;
	opacity: 1;
}
.content-text.typewrite{
  min-width: 100%;
  height: 100%;
}
.header-col.menu #main-menu li a:hover{
  color: #c49636;
}
.header-col.logo .site-branding{
  max-height: 90px;
}
.header-col.logo .site-branding #lottie{
  max-width: 130px;
  margin-top: -15px;
}
.video-btn, .scroll-down{
  cursor: pointer;
}
section.branch-banner{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* section.branch-banner img{
	height: 465px;
    width: 100%;
    object-fit: cover;
} */
.fullSection.Start{
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	height: 0;
}
.fp-slidesNav{
	display: none;
}
.fullSection.Start.show{
	visibility: visible;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	height: auto;
}
section.Start{
  position: relative;
}
section.Start .main-container{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0;
	position: relative;
}
section.Start .main-container .mute-btn-container{
	position: absolute;
	bottom: 60px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.mute-btn-container .unmute{
	visibility: visible;
	opacity: 1;
	width: 94px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.mute-btn-container .mute{
	visibility: hidden;
	opacity: 0;
	width: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.mute-btn-container.muted .mute{
	visibility: visible;
	opacity: 1;
	width: 94px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.mute-btn-container.muted .unmute{
	visibility: hidden;
	opacity: 0;
	width:0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

section.Start .embed-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
section.Start .embed-container iframe{
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.Start .first-screen-container .slick-arrow{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}
section.Start .first-screen-container .first-screen-item{
	position: relative;
}
section.Start .first-screen-container .slick-prev{
	right: 0;
}
section.Start .first-screen-container .slick-next{
	left: 0;
}
.video-container.active{
  position: fixed;
  z-index: 101;
  background-color: black;
  width: 100%;
  height: 100%;
}
.video-container.active video{
  width: 80%;
  height: 80%;
  margin: auto;
}
.fp-tableCell.popup{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mobile-side-menu{
	z-index: 22;
  display: none;
}
.site-header.background{
  background-color: black;
}
.site-header .upper-row{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-col.menu .main-navigation{
  padding-bottom: 10px;
  border-bottom: 2px solid gray;
width: 100%;
}
.header-col.menu .main-navigation li a{
  color: white;
}
.header-col.menu{
  width: 70%;
}
#main-menu{
		flex-wrap: wrap;
}
.header-col.menu #main-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	flex-wrap: wrap;
}
.header-col.menu #main-menu li a {
  font-size: 18px;
}
#fp-nav ul li .fp-tooltip{
  opacity: 1;
  width: auto;
}
#fp-nav ul li a span{
  background-color: transparent;
}
#fp-nav ul li a.active span{
  background-image: url(https://refaelhair.co.il/wp-content/themes/rafael-hair/assets/images/anchorIcon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  margin: -11px 0 0 -20px;
}
#fp-nav ul li .fp-tooltip{
  text-transform: uppercase;
  opacity: .5s;
  letter-spacing: 1px;
}
#fp-nav.left {
  left: 8%;
}
#fp-nav ul li{
  margin: 17px 0;
}
#fp-nav.fp-show-active a.active+.fp-tooltip{
  opacity: 1;
}
.site-footer{
    background-color: #181818;
}
.site-footer .main-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .main-container #footer-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-height: 300px;
}
.site-footer .main-container #footer-menu li{
  margin: 6px 0;
}
.footer-menu{
  width: 100%;
}
.footer-logo{
  width: 10%;
}
.site-footer .main-container #footer-menu li a{
    text-transform: capitalize;
}
#fp-nav ul li:last-child{
  display: none;
}
.fp-show-active{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  visibility: visible;
  opacity: 1;
}
.fp-show-active.slide{
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}
.wpml-ls-legacy-dropdown-click{
  width: auto;
}
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a{
  background-color: transparent;
  color: white;
  border: 0px;
}

.lang{
	margin-right: 5px;
}
/* Homepage */
.slick-dots{
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  list-style: none;
}
.slick-dots li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
.slick-dots li button{
  cursor: pointer;
  border: unset;
  border-color: unset;
  border-radius: 100%;
  background: #f2f2f2;
  opacity: .3;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 2px;
  width: 12px;
  height: 12px;
}
.slider-testimonials-container .slick-dots li.slick-active,
.hair-replace .image-container .slick-dots li.slick-active{
  background-image: url(https://refaelhair.co.il/wp-content/themes/rafael-hair/assets/images/anchorIcon.svg);
  width: 24px;
  height: 24px;
}
.slider-image-container .slick-dots li.slick-active{
  background-image: url(https://refaelhair.co.il/wp-content/themes/rafael-hair/assets/images/anchorIcon.svg);
  width: 24px;
  height: 24px;
}
.slick-dots li.slick-active button{
  visibility: hidden;
}
.slider-testimonials-container .slick-slide:not(.slick-current) .heading-block img{
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
}
section .section-heading.line{
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  width: 82%;
}
.Hair-Solutions .section-heading.line{
	margin-bottom: 35px;
}
section .section-heading.line span{
  position: absolute;
  left: 65px;
  top: -25px;
  font-size: 64px;
  color: #f2f2f2;
  opacity: .05;
}
.branch-block .branch-heading {
	position: relative;
	padding-left: 70px;
	display: inline-block;
}
.branch-block .branch-heading{
	max-width:85%;
}
section .section-heading.line:before, .branch-block .branch-heading:before{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  border: 2px solid #c49636;
}

section .heading-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	margin-bottom: 20px;
}
section .heading-block .section-arrows,
.hair-replace .image-block .section-arrows{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hair-replace .image-block .section-arrows{
  position: absolute;
  bottom: 7px;
  right: 0;
}
section .heading-block .section-arrow-item,
.hair-replace .image-block .section-arrows .section-arrow-item{
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #181818;
  cursor: pointer;
}
section .heading-block .section-arrow-item.next,
.hair-replace .image-block .section-arrows .section-arrow-item.next{
  background-color: #c49636;
  margin-left: 7px;
}
/* .hair-replace .image-block .section-arrows .section-arrow-item.next{
  margin-left: 0;
} */
section.Start .inner-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.Start .section-heading p{
  font-size: 36px;
  max-width: 755px;
  line-height: 40px;
}
section.Start .center-block{
  text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	width: 100%;
    height: 100%;
    position: absolute;
}
section.Start .center-block img{
	visibility: hidden;
	opacity: 0;
	width: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
section.Start .center-block.paused img{
	visibility: visible;
	opacity: 1;
	width: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
section.Start .center-block.paused svg{
	visibility: hidden;
	opacity: 0;
	width: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
section.Start .center-block svg{
	width: 104px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

section.Start .scroll-down{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	z-index: 2;
}
section.Start .scroll-down span{
  margin-bottom: 10px;
}

section.Who-we-are .inner-container,
.hair-replace .first-back-heading,
.our-team .first-back .first-back-heading{
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.Who-we-are .inner-container:before,
section.Who-we-are .inner-container:after,
.hair-replace .first-back-heading:before,
.hair-replace .first-back-heading:after,
.our-team .first-back .first-back-heading:before,
.our-team .first-back .first-back-heading:after{
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 15;
  border-style: solid;
  border-color: #c49636;
}
section.Who-we-are .inner-container:before,
.hair-replace .first-back-heading:before,
.our-team .first-back .first-back-heading:before{
  left: 0;
  top: 0;
  border-width: 2px 0 0 2px;
}
section.Who-we-are .inner-container:after,
.hair-replace .first-back-heading:after,
.our-team .first-back .first-back-heading:after{
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
section.Who-we-are .post-image img,
section.Who-we-are .post-content{
  max-width: 540px;
}
section.Who-we-are .post-content{
  width: 100%;
}
section.Who-we-are .post-content a,
section.Our-salons .masonry-container .masonry-item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #c49636;
  max-width: unset;
}
section.Who-we-are .post-content a img,
section.Our-salons .masonry-container .masonry-item a img{
  margin-left: 10px;
  max-width: 25px;
}

section.Our-salons .masonry-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.branches-images .fp-scroller{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


section.Our-salons .masonry-container .masonry-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px;
  float: left;
  max-height: 290px;
	-ms-flex-preferred-size: 28%;
	    flex-basis: 28%;
}

section.Our-salons .masonry-container .masonry-item img{
  width: 100%;
	height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.Our-salons .masonry-container .masonry-item .masonry-hidden span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.Our-salons .masonry-container .masonry-item:hover .masonry-hidden{
  opacity: 1;
  padding: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: rgba(37, 37, 37, 0.7);
}



section.Hair-Solutions .content-columns-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.Hair-Solutions .content-column-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 25px 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	min-height:540px;
}
section.Hair-Solutions .content-column-item:hover{
  background-color: #181818;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
section.Hair-Solutions .content-column-item p{
 	line-height: 20px;
	font-size: 1rem;
}
section.Hair-Solutions .content-column-item:after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 15;
  border-style: solid;
  border-color: #c49636;
  border-width: 2px 2px 0 0;
}


section.Be-with-us .column-images-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.Be-with-us .column-images-container img{
  max-width: 210px;
}
section.Be-with-us .column-images-container .center-text{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 89px;
  color: #c49636;
  height: 50px;
}



section.Raphael-method .methods-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
section.Raphael-method .methods-container .line{
  width: 105%;
  position: absolute;
  top: 110px;
  max-width: unset;
}
section.Raphael-method .methods-item{
width: 100%;
    max-width: 260px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.Raphael-method .methods-item img{
  height: 224px;
}
section.Raphael-method .methods-item:nth-child(1) img{
  max-width: 85px;
}
section.Raphael-method .methods-item:nth-child(2) img{
  max-width: 130px;
}
section.Raphael-method .methods-item:nth-child(3) img{
  max-width: 180px;
}
section.Raphael-method .methods-item .method-content{
  height: 100%;
  margin-left: 15px;
  position: relative;
	border-bottom: 2px solid #c49636;
	padding-bottom: 20px;
}
section.Start .center-block .section-heading strong{
	font-size: 40px;
	line-height: 44px;
}
section.Raphael-method .methods-item .method-content h1{
  margin: 0;
  position: absolute;
  left: 0;
  top: -10px;
  color: #f2f2f2;
  opacity: .1;
  font-size: 64px;
}

section.Before-After .slider-image-container .slick-slide{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.Before-After .slider-image-container .slick-slide img,
section.Before-After .slider-image-container .slick-slide video{
  max-width: 550px;
}
section.Before-After .slider-image-container .slick-slide video{
	height: 445px;
}



section.Clients .slick-slide{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.Clients .slick-slide .testimonial-item{
  max-width: 370px;
}
section.Clients .testimonial-item .lower-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.Clients .testimonial-item .lower-block img{
  margin-right: 30px;
}
section.Clients .testimonial-item .lower-block .author-content{
  margin: 0;
}


section.Press .branches-container .slick-track{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section.Press .branches-container .slick-slide{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
section.Press .branches-container .slick-slide > div{
	max-width: 100%;
}
section.Press .branches-column-item{
  max-width: 350px;
	height: 100%;
	min-height: 505px;
}
section.Press .branches-column-item .color-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  background-color: rgba(74, 73, 73, 0.69);
  padding: 70px 100px 70px 30px;
	min-height: 505px;
  height: 100%;
}
section.Press .branches-column-item .color-container h1{
  position: relative;
  padding-left: 10px;
	    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #F2F2F2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
	margin: 0;
}
section.Press .branches-column-item .color-container h1:before{
  content: '';
  position: absolute;
  left: 0;
  border: 2px solid #c49636;
  width: 2px;
  height: 100%;
}

[dir="rtl"] section.Press .branches-column-item .color-container h1 {
	padding-left: unset;
	padding-right: 10px;
}

[dir="rtl"] section.Press .branches-column-item .color-container h1:before {
	left: unset;
	right: 0;
}


section.Call-now .inner-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.Call-now .content-column{
  max-width: 650px;
}
section.Call-now .content-column h1{
  font-size: 64px;
  line-height: 70px;
}
section.Call-now .content-column h2{
  font-size: 36px;
  line-height: 40px;
  color: #c49636;
}

.last-section-container{
  background-color: white;
  z-index: 1;
}
section.Contact-us{
  padding-top: 0 !important;
  position: relative;
  background-color: black;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
section.Contact-us #wpgmza_map,
section.Contact-us iframe{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
	height: 100%;
}

section.Contact-us .g-recaptcha iframe {
	position: relative;	
}

section.Contact-us .form-group.captcha {
	margin: 0;
}

section.Contact-us .map-content-container{
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 90%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
section.Contact-us .map-content-container.slide{
  -webkit-transform: translateX(-98%);
      -ms-transform: translateX(-98%);
          transform: translateX(-98%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
section.Contact-us .map-btn{
  position: absolute;
  right: -42px;
  top: 15%;
  cursor: pointer;
}
section.Contact-us .inner-container{
  max-width: 1180px;
}
section.Contact-us .form-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.Contact-us .form-container .section-col.form{
  max-width: 360px;
  width: 100%;
  margin-right: 20%;
}

form input, form textarea{
	font-weight: 900;
}
section.Contact-us .form-container .section-col.credentials{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}
section.Contact-us .form-container .section-col.credentials p{
  margin: 0;
}
section.Contact-us .form-container .section-col.credentials a{
  font-size: 18px;
}
section.Contact-us .form-container .section-col.credentials a.mail{
	direction: ltr !important;
}
section.Contact-us .caldera-grid input{
  font-weight: 700;
  background-color: transparent !important;
  border: unset !important;
  border-bottom: 1px solid rgba(242, 242, 242, 0.5) !important;
  border-radius: 0 !important;
  color: #f2f2f2 !important;

}

[dir="rtl"] section.Contact-us .caldera-grid input[type="phone"] {
	direction: ltr;
	text-align: right;
}

section.Contact-us .caldera-grid input::-webkit-input-placeholder{
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #f2f2f2 !important;
	margin-right: 12px;
}
section.Contact-us .caldera-grid input::-moz-placeholder{
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #f2f2f2 !important;
	margin-right: 12px;
}
section.Contact-us .caldera-grid input:-ms-input-placeholder{
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #f2f2f2 !important;
	margin-right: 12px;
}
section.Contact-us .caldera-grid input::-ms-input-placeholder{
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #f2f2f2 !important;
	margin-right: 12px;
}
section.Contact-us .caldera-grid input::placeholder,
section.Contact-us .caldera-grid label{
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #f2f2f2 !important;
	margin-right: 12px;
}
section.Contact-us .caldera-grid input.btn{
  width: 100% !important;
  background-color: #c49636 !important;
  text-align: center !important;
  border-bottom: unset !important;
  height: 60px;
  margin-top: 20px;
}
section.Contact-us .caldera-grid textarea{
	font-weight: 900;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 1px solid rgba(242, 242, 242, 0.5) !important;
  color: #f2f2f2 !important;
}
.caldera-grid .form-group, .cf-color-picker .form-group{
  margin-top: 20px;
	margin-bottom: 30px !important;
}


/* Single Hair */
section.content-part .single-hair-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.content-part .single-hair-container.left-img{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.content-part .single-hair-container .text-block,
section.content-part .single-hair-container .image-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 50%;
  position: relative;
}
section.content-part .single-hair-container .text-block p{
  margin: 10px 0;
}
section.content-part .single-hair-container.left-img .image-block{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.content-part .single-hair-container .image-block{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
	position: relative;
	max-width: 490px;
}

section.content-part .single-hair-container .image-block img{
  max-height: 780px;
}
section.content-part .single-hair-container .buttons-part{
	margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.content-part .single-hair-container .buttons-part .single-hair-btn{
  width: auto;
  padding: 0 30px;
}
.hair-replace .slider-replace-container .slick-slide img{
  max-width: 490px;
}
.single-hair section .section-heading.line span,
.hair-replace section .section-heading.line span{
  top: -30px;
  font-size: 47px;
  line-height: 46px;
  opacity: .1;
}
.hair-replace section.first-back .scroll-down{
  height: 65px;
  width: 190px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  background-color: #181818;
  color: white;
}
.hair-replace section.first-back .fp-tableCell{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hair-replace .slider-replace-container{
  max-width: 490px;
}
section.Before-After .slider-image-container .slick-slide > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
section.hair-images .fp-tableCell{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.hair-images .image-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.hair-images .image-container .slick-slide{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
} 
 section.hair-images .slick-slide img{
	display: flex;
    
	object-fit: cover;
} 
 section.hair-images .slick-slide{
	width: 500px;	
} 
section.hair-images .slick-slide img{
	padding: 20px;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* Our Team */
.our-team .first-back .main-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-team .first-back .team-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.our-team .first-back .team-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our-team .first-back .team-item img{
  max-height: 430px;
  max-width: 345px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .first-back .team-content{
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #181818;
}
.our-team .first-back .team-content h2{
  margin: 5px 0;
}
.our-team .first-back .team-content .team-position{
  font-size: 18px;
  color: white;
}
.our-team .first-back .team-content span{
  color: #c49636;
}
.our-team .first-back .first-back-heading{
  margin-bottom: 70px;
}
.single-hair section{
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.single-hair section{
  max-width: 100%;
}
/* Branches */
.branches .branch-block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branches .branch-description{
    max-width: 85%;
}
section.Our-salons .masonry-container .masonry-item .masonry-hidden{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;    
    opacity: 0;
    padding: 20px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
section.Our-salons .masonry-container .masonry-item:hover .masonry-hidden {
    opacity: 1;
    padding: 20px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: rgba(37, 37, 37, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.branches .branches-images .fp-tableCell{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
.branches .branches-images img{
  max-width: 335px;
  margin-bottom: 30px;
}

.branches .branch-map{
  max-width: 500px;
  height: 600px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.branches .gmp_map_opts,
.branches iframe{
  position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
}
.branches .branch-map-container{
  height: auto;
  max-width: 75%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: black;
  z-index: 4;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.branches .branch-map-address{
  position: relative;
  padding: 40px;
  padding-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;

}
.branches .branch-map-address img{
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.branches .branch-map-container.slide{
    -webkit-transform: translateX(-89%);
        -ms-transform: translateX(-89%);
            transform: translateX(-89%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

section.Who-we-are .main-container{
  padding: 30px 0;
}






/* Reduce Homepage */
section.Who-we-are .post-image img{
    max-width: 450px;
}
p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
}
.inner-container {
    max-width: 1290px;
    width: 100%;
    margin-left: auto;
}
section.Start .section-heading p {
    font-size: 30px;
    max-width: 744px;
    line-height: 36px;
}
section.Hair-Solutions .content-column-item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    padding: 26px 26px;
}
section.Be-with-us .column-images-container img {
    max-width: 220px;
}

section.Call-now .content-column h1 {
	font-size: 64px;
    line-height: 55px;
    margin: 0;
}

section.Call-now .content-column h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #C49636;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}
section.Call-now .content-column p{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #F2F2F2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);	
}
section.Call-now .image-column{
    max-width: 36%;
}
section.content-part .single-hair-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1300px;
    margin: auto;
}
section.content-part .single-hair-container .image-block img {
    max-height: 651px;
}
section.content-part .single-hair-container .buttons-part .single-hair-btn {
    width: 205px;
    padding: 0 30px;
    font-size: 15px;
    text-align: center;
}
section.hair-images .fp-tableCell{
  display: table-cell;
}
section.Contact-us .map-content-container {
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 90%;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 150px 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
  background-color: black;
}
.footer-cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.footer-cols h2{
	color: #c49636;
}
.footer-cols .footer-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-between;	
}
.footer-cols .footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-cols > span{
  margin: 20px 0;
}
.Who-we-are .section-heading.line span{
  opacity: .10;
  width: 120%;
}
.Who-we-are .section-heading.line span:before{
  display: none;
}
.hair-replace section.Start.Video .center-block{
	height: auto !important;
	width: auto !important;
	position: unset !important;
	cursor: unset !important;
}
.hair-replace section.Start.Video .scroll-down{
	    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 90px;
}
.hair-replace section.Start.Video .main-container{
	position: unset;
}
.hair-replace section.Start.Video{
	min-height: unset;
}
.hair-replace section.Start .embed-container iframe{
	top: 43% !important;
}
* {
  margin: 0;
  padding: 0;
}


/*кнопка звонка*/
.wrapper-btn{
	display: none;
    position: fixed;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.wrapper-btn span{
	font-size: 12px;
}

.callback-bt {
	background: #c49636;
    border: 2px solid #c49636;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px rgba(196, 150, 54,0.3);
            box-shadow: 0 8px 10px rgba(196, 150, 54,0.3);
    cursor: pointer;
    height: 40px;
    text-align: center;
    width: 40px;
	margin-right: 5px;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.text-call{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.callback-bt .text-call{
        height:35px;
        width:35px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        -webkit-transition:.3s;
        -o-transition:.3s;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        -webkit-transition:.3s;
        -o-transition:.3s;
        transition:.3s;
        line-height: 66px;
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 0 rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 0 rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2)
}
40% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 15px rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 15px rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2)
}
80% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 26.7px rgba(196, 150, 54,0.067);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 26.7px rgba(196, 150, 54,0.067)
}
100% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 40px rgba(196, 150, 54,0.0);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 40px rgba(196, 150, 54,0.0)
}
}@keyframes hoverWave {
        0% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 0 rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 0 rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2)
}
40% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 15px rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 15px rgba(196, 150, 54,0.2),0 0 0 0 rgba(196, 150, 54,0.2)
}
80% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 26.7px rgba(196, 150, 54,0.067);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 26.7px rgba(196, 150, 54,0.067)
}
100% {
        -webkit-box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 40px rgba(196, 150, 54,0.0);
                box-shadow:0 8px 10px rgba(196, 150, 54,0.3),0 0 0 30px rgba(196, 150, 54,0),0 0 0 40px rgba(196, 150, 54,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

.callback-bt{
	display: none;
}
.fa-envelope{
	width: 20px;
    position: absolute;
    right: calc(75% - 10px);
    top: calc(50% - 0px);
}

.wrapper-btn{
	display: none;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
	background-color: rgba(64, 84, 178, 0.25) !important;
}

.player .vp-unmute{
	display: none !important;
}
.branches-archive .Our-salons .inner-container{
	max-width: 100%;
}
.page-template-templatesContact-us-php .caldera-grid .form-group.email-custom,
.page-template-templatesContact-us-php .caldera-grid .form-group.texterial-customs{
	display: block !important;
}