/*
	Theme Name: StyleNa
	Theme URI: http://www.stylenabyjoel.com/
	Description: New StyleNa
	Version: 1.4.3
	Author: Micro9 Group
	Author URI: http://www.micro9group.com/
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:700 14px/1.4 'Montserrat', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* grid styles */
#masthead {
  display: none;
}

#locations-contact-inner .ha-post-tab-filter {
    display: none;
}

#locations-contact-inner .ha-post-tab .ha-post-tab-excerpt p {
    color: #000;
}

.container-stylists {
    margin-top: 50px;
    margin-bottom: 150px;
}
.container-stylists  .container {
      --columns: 12; 
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      font-family: 'Montserrat';
      flex-wrap: wrap;
}

.container-stylists .column {
      --width: 0; 
      padding: 16px;
      flex-basis: calc(var(--width) / var(--columns) * 100%);
}

.container-stylists .image{
    --width: 5;
}

.container-stylists .promotion-image  {
     --width: 12;
}

.container-stylists .image img{
    box-shadow: 1px 1px 1px #ccc;
}
    
.container-stylists .content{
      --width: 7;
}

.container-stylists .promotion-content  {
     --width: 12;
}

.container-stylists .nospace {
    margin: 0 0 5px 0;
    padding: 0;
}

.container-stylists .weightnormal {
    font-weight: normal;
}

.container-stylists h2 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 12px;
    padding-top: 0;
    text-transform: uppercase;
}

.designation {
    color: #000;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.container-stylists h3 { 
    font-size: 20px;
}

.container-stylists h4 {
    font-size: 13px;
    color: #000;
}

.container-stylists h5 {
    font-size: 12px;    
    color: #555;
}

.container-stylists .stylist-desc {
    font-style: normal;
    font-size: 14px;
    padding: 0 20px 0 0;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 100px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.elementor-8 .elementor-element.elementor-element-576cd9c .elementor-spacer-inner {
		height: 0px;
	}
	
	.home section#second-menu-homepage {
		position: fixed;
		width: 100%;
		background: #ffff;
		z-index: 10101010;
		top: 0;
		display: block !important;
	}
	.home section#homemobilebanner {
		padding-top: 90px;
	}
	.elementor-342 .elementor-element.elementor-element-2261222 .menu-item a.hfe-menu-item, .elementor-342 .elementor-element.elementor-element-2261222 .menu-item a.hfe-sub-menu-item {
		padding-top: 24px;
		padding-bottom: 7px;
	}

}
@media only screen and (max-width:768px) {
	#singapore-leading-to-promotions-mobile-line.hover {
		border: 0px !important;
		
	}
	.elementor-8 .elementor-element.elementor-element-8637fe4 {
		width: 100%;
		padding: 15px 30px;
	}
	.thankyou_image_bg {
		height: 200px !important;
	}
	.home section#second-menu-homepage {
		display: block !important;
		position: fixed !important;
		width: 100%;
		background: #ffff;
		z-index: 10101010;
		top: 0;
	}
	.home section#homemobilebanner {
		padding-top: 70px;
	}
	.wpforms-field-row-block.wpforms-one-half {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.wpforms-field-row-block.wpforms-first.wpforms-one-half {
		width: 100% !important;
	}
	div#wpforms-765-field_3-container {
		width: 100%;
	}
	div#wpforms-765-field_1-container {
		width: 100%;
		margin-left: 0px;
	}
	#wpforms-form-765 {
		padding: 35px 30px 15px 15px !important;
	}
	.elementor-367 .elementor-element.elementor-element-b2be379 > .elementor-container {
		min-height: 250px !important;
	}

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

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.social-buttons-fixed {
    background: #000;
    z-index: 999;
}

.call-buttons-fixed {
    background: #000;
}




#wpforms-form-765 {
    padding: 40px;
}

#contact-animated-line .before-line{
    content: '';
    top: 20px;
    padding: 0;
    left: -8px;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -1;
}

#contact-animated-line.hover .before-line {
    border: 2px solid #000;
    animation: animatesingaporebefore 3s linear forwards;   
}

#contact-animated-line .after-line {
    content: '';
    top: 20px;
    padding: 0;
    left: -8px;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -9;
    background: #fff;
}

#contact-animated-line.hover .after-line{
    border: 2px solid #000;
    animation: animatesingaporeafter 3s linear forwards;
}

.serviceslines-box { 
    position: relative;
    z-index: 8;
}

.serviceslines-box .before-services, .serviceslines-box .after-services { 
    content: '';
    top: 50px;
    padding: 0;
    left: -50px;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -1;
}

.serviceslines-box.hover .before-services {
    border: 2px solid #000;
    animation: globalanimateserviceslinesbefore 3s linear forwards;   
}

.serviceslines-box.hover .after-services {
    border: 2px solid #000;
    animation: globalanimateserviceslinesafter 3s linear forwards;   
}

@keyframes globalanimateserviceslinesbefore {
    0%{
        width: 0;
        height: 0;
        border-top-color: #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 100%;
        height: 0;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
} 
    
@keyframes globalanimateserviceslinesafter {
    0%{
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #000000;
    }
    50%{
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
}


#singapore-leading {
    position: relative;
    z-index: 8;
}

#singapore-leading .before {
    content: '';
    top: 50px;
    padding: 0;
    left: -50px;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -1;
}

#singapore-leading.hover .before {
    border: 2px solid #000;
    animation: animatesingaporebefore 1s linear forwards;   
}

#singapore-leading .after {
    content: '';
    top: 50px;
    padding: 0;
    left: -50px;
    height: 0;
    width: 0;
    position: absolute;
    z-index: -9;
    background: #fff;
}

#singapore-leading.hover .after{
    border: 2px solid #000;
    animation: animatesingaporeafter 1s linear forwards;
}

@keyframes animatesingaporebefore {
    0%{
        width: 0;
        height: 0;
        border-top-color: #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 100%;
        height: 0;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
} 
    
@keyframes animatesingaporeafter {
    0%{
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #000000;
    }
    50%{
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
}


#line-to-promotions-border {
    content: '';
    position: absolute;
    top:-128px;
    z-index: -999;
    overflow: hidden
}

#line-to-promotions-border.hover {
    border: 2px solid #000;
    animation: animatepromotion 1s linear forwards;   
}

@keyframes animatepromotion {
        0%{
            width: 0;
            height: 0;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        50%{
            width: 100%;
            height: 0;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        100%{
            width: 100%;
            height: 229px;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
}

#signup-box-line {
    z-index: 1;
    position: relative;
}
 
#signup-box-line .before{
    content: '';
    background: #fff;
    top: 40px;
    padding: 0;
    left: -60px;
    position: absolute;
    z-index: -1;
}
    
#signup-box-line.hover .before{
    animation: animatesingaporebefore 5s linear forwards; 
    border: 2px solid #000;
}

#signup-box-line .after{
    content: '';
    top: 40px;
    padding: 0;
    left: -60px;
    position: absolute;
    z-index: -1;
}

#signup-box-line.hover .after{
    border: 2px solid #000;
    animation: animatesingaporeafter 3s linear forwards;  
}


#line-to-services-border {
    content: '';
    border: 2px solid #000;
    position: absolute;
    right:30%;
    top:-50px;
    z-index: -999;
    overflow: hidden
}

#line-to-services-border.hover {
    animation: animatelinetoservices 3s linear forwards;   
}

@keyframes animatelinetoservices {
        0%{
            width: 0;
            height: 0;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        50%{
            width: 100%;
            height: 0;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        100%{
            width: 100%;
            height: 200px;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
}
  
  
#services-box-line {
    z-index: 1;
    position: relative;
    padding: 50px 50px 80px 50px; 
}

#services-box-line .before{
    content: '';
    background: #fff;
    top: -20px;
    padding: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}

#services-box-line .after{
    content: '';
    top: -20px;
    padding: 0;
    left: 0px;
    position: absolute;
    z-index: -1;
}

#services-box-line.hover .before{
    border: 2px solid #000;
    animation: animatesingaporebefore 3s linear forwards;  
}

#services-box-line.hover .after{
    border: 2px solid #000;
    animation: animatesingaporeafter 3s linear forwards;  
}


#line-to-stylists-border {
        content: '';
        border: 2px solid #000;
        position: absolute;
        right:30%;
        top:-50px;
        z-index: -999;
        overflow: hidden
}

#line-to-stylists-border.hover {
    animation: animatelinetostylists 1s linear forwards;   
}

@keyframes animatelinetostylists {
        0%{
            width: 0;
            height: 0;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        50%{
            width: 100%;
            height: 0;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        100%{
            width: 100%;
            height: 280px;
            border-top-color: transparent;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
}



#ourstylists-box-line {
    z-index: 1;
    position: relative;
    padding: 0px 50px 0px 50px;
}

#ourstylists-box-line .before{
    content: '';
    background: #fff;
    top: 0px;
    padding: 0px;
    left: 12%;
    position: absolute;
    z-index: -1;
}

#ourstylists-box-line.hover .before{
    border: 2px solid #000;
    animation: animateourstylistsboxbefore 3s linear forwards;  
}

#ourstylists-box-line .after{
    content: '';
    top: 0px;
    padding: 0;
    left: 12%;
    position: absolute;
    z-index: -1;
}

#ourstylists-box-line.hover .after{
    border: 2px solid #000;
    animation: animateourstylistsboxafter 3s linear forwards;  
}
   
@keyframes animateourstylistsboxbefore {
    0%{
        width: 0;
        height: 0;
        border-top-color: #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 75%;
        height: 0;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100%{
        width: 75%;
        height: 100%;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}   

@keyframes animateourstylistsboxafter {
    0%{
        width: 0; 
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #000000;
    }
    50%{
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
    100%{
        width: 75%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
}

#line-to-our-locations-border {
    content: '';
    border: 2px solid #000;
    position: absolute;
    right:30%;
    top:-120px;
    z-index: -999;
    overflow: hidden
}

#line-to-our-locations-border.hover {
    animation: animatelinetoourlocations 3s linear forwards;   
}

@keyframes animatelinetoourlocations {
    0%{
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 100%;
        height: 0;
        border-top-color: transparent;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    } 
    100%{
        width: 100%;
        height: 387px;
        border-top-color: transparent;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}
#topliner-inner-menu {
    height: 0;
}
.our-stylists-homepage {
    overflow: hidden;
}

#ourlocations-box-line-inner {
    padding: 40px;    
}

#ourlocations-box-line {
    z-index: 1;
    position: relative;
    padding: 0px;
}
#ourlocations-box-line .before{
    content: '';
    top: 0px;
    left: 0;
    padding: 0px;
    position: absolute;
    z-index: 1;
    right: 0%;
    overflow: hidden;
}

#ourlocations-box-line.hover .before{
    animation: animateourlocationsbefore 5s linear forwards;  
    border: 2px solid #000;
}

#ourlocations-box-line .after{
    content: '';
    top: 0px;
    padding: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
#ourlocations-box-line.hover .after{
    animation: animateourlocationsafter 3s linear forwards;
    border: 2px solid #000;
}

@keyframes animateourlocationsbefore {
    0%{
        width: 0;
        height: 0;
        border-top-color: #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 100%;
        height: 0;
        border-top-color: #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}

@keyframes animateourlocationsafter {
    0%{
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
    100%{
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }
}



#line-to-gallery-border {
    content: '';
    position: absolute;
    right:30%;
    top:-12px;
    z-index: -999;
    overflow: hidden
}

#line-to-gallery-border.hover {
    animation: animatelinetogallery 2s linear forwards;  
    border: 2px solid #000;
}

@keyframes animatelinetogallery {
    0%{
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%{
        width: 100%;
        height: 0;
        border-top-color: transparent;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100%{
        width: 100%;
        height: 250px;
        border-top-color: transparent;
        border-right-color: #000000;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}


#homepage-gallery-inner {
    z-index: 1;
    position: relative;
    padding: 10px 50px;
}

#homepage-gallery .before{
    content: '';
    background: #fff;
    top: 0px;
    padding: 0px;
    position: absolute;
    z-index: -1;
    left: 20px;
    overflow: hidden;
}

#homepage-gallery.hover .before{
    border: 2px solid #000;
    animation: animatehomegallerybefore 3s linear forwards;  
}

#homepage-gallery .after{
    content: '';
    top: 0px;
    padding: 0;
    left: 20px;
    position: absolute;
    z-index: -1;
}

#homepage-gallery.hover .after{
    animation: animatehomegalleryafter 3s linear forwards;  
    border: 2px solid #000;
}

@keyframes animatehomegallerybefore {
        0%{
            width: 0;
            height: 0;
            border-top-color: #000000;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        50%{
            width: 60%;
            height: 0;
            border-top-color: #000000;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        100%{
            width: 60%;
            height: 60%;
            border-top-color: #000000;
            border-right-color: #000000;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
}
@keyframes animatehomegalleryafter {
        0%{
            width: 0;
            height: 0;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        50%{
            width: 0;
            height: 60%;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #000000;
            border-left-color: #000000;
        }
        100%{
            width: 60%;
            height: 60%;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #000000;
            border-left-color: #000000;
        }
}

.ha-btn-icon.fas.fa-chevron-right {
    color: #fff;
    background: #000;
    padding: 5px 8px;
}

.btn-showmore .fas.fa-chevron-right {
    padding: 5px 8px;
    background: #000;
    color: #fff;
}

.btn-showmore .elementor-button-text {
    margin-top: 5px;
}

#homepage-gallery .elementor-image .button-gallery-stylena {
        -webkit-transform: rotate(180deg) scale(0);
	    -ms-transform: rotate(180deg) scale(0);
	    transform: rotate(180deg) scale(0);
	    	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	    position: absolute;
	    top: 40%;
	    cursor: pointer;
        left: 40%;
}

#homepage-gallery .elementor-image:hover .button-gallery-stylena {
        display: block;
        position: absolute;
        top: 40%;
        cursor: pointer;
        left: 40%;
        background: rgba(000,000,000, .5);
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50%;
        width: 50px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        -webkit-transform: rotate(0deg) scale(1.1);
	    -ms-transform: rotate(0deg) scale(1.1);
	    transform: rotate(0deg) scale(1.1);
}
 

.scroller-home {
   text-align:center;
   width: 100%
}
 
.scroller-home .scoller-text {
   position: relative;
   top: -58px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   width: 300px;
   margin-left: -10px;
 }
 .icon-scroll{
   background-color:transparent;
 }
 .icon-scroll,
 .icon-scroll:before {
    position: absolute;
    left: 50%;
    bottom: 0%;
 }
    
.icon-scroll {
   cursor: pointer;
   width: 30px;
   height: 50px;
   margin-left: -20px;
   top: 52%;
   margin-top: -35px;
   box-shadow: inset 0 0 0 1px #fff;
   border-radius: 25px;
 }
    
.icon-scroll:before {
   content: '';
   width: 8px;
   height: 8px;
   background: #fff;
   margin-left: -4px;
   top: 8px;
   border-radius: 4px;
   animation-duration: 1.5s;
   animation-iteration-count: infinite;
   animation-name: thescroller;
 }
@keyframes thescroller {
   0% { opacity: 1; }
   100% {
      opacity: 0;
      transform: translateY(30px);
	}
 }
 
 .fixed-menu,.ehf-header #masthead #menu-top-inner-pages.fixed-menu {
    position: fixed;
    width: 100%;
    background: #ffff;
    z-index: 10101010;
    top: 0;
 }
 
 
 .loadingio-spinner-pulse-v6upvwxgse {
    position:absolute;
    top: 55%;
    left:49%;
}
@keyframes ldio-5vpgkz5gud9-1 {
  0% { top: 18px; height: 64px }
  50% { top: 30px; height: 40px }
  100% { top: 30px; height: 40px }
}
@keyframes ldio-5vpgkz5gud9-2 {
  0% { top: 20.999999999999996px; height: 58.00000000000001px }
  50% { top: 30px; height: 40px }
  100% { top: 30px; height: 40px }
}
@keyframes ldio-5vpgkz5gud9-3 {
  0% { top: 24px; height: 52px }
  50% { top: 30px; height: 40px }
  100% { top: 30px; height: 40px }
}
.ldio-5vpgkz5gud9 div { position: absolute; width: 15px }.ldio-5vpgkz5gud9 div:nth-child(1) {
  left: 17.5px;
  background: #68696c;
  animation: ldio-5vpgkz5gud9-1 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.2s
}
.ldio-5vpgkz5gud9 div:nth-child(2) {
  left: 42.5px;
  background: #6a6b6e;
  animation: ldio-5vpgkz5gud9-2 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.1s
}
.ldio-5vpgkz5gud9 div:nth-child(3) {
  left: 67.5px;
  background: #838488;
  animation: ldio-5vpgkz5gud9-3 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: undefineds
}

.loadingio-spinner-pulse-v6upvwxgse {
  width: 41px;
  height: 41px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-5vpgkz5gud9 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.41);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-5vpgkz5gud9 div { box-sizing: content-box; }

.stylists-designation {
    font-size: 12px;
    margin: 0;
    color: #45A293;
    padding: 0;
    text-transform: uppercase;
}

.stylist-title-header {
    border: 4px solid #000;
    padding: 10px;
    color: #45A293;
}
.stylists-designation strong {
    font-weight: 900;
}

.stylists-specialization {
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #C5C6C7;
    font-weight: normal;
}

.view-profile-stylists {
    padding: 20px 0;
    color: #1F2833;
}

#our-services-tab .elementor-tabs-wrapper {
    display: flex;
    justify-content: center;
}

#wpforms-792 {
    margin-bottom: 0 !important;
}
#wpforms-form-792 .wpforms-field-container{
    clear: left;
    float: left !important;
    width: 60% !important;
}
#wpforms-792-field_1-container {
    width: 100%;
    padding: 0 !important;
}
#wpforms-form-792 .wpforms-submit-container {
  float: left;
  width: 20%;
  clear: none !important;
  padding: 0;
}

#wpforms-792-field_1 {
  padding: 10px !important;
  height: 27px !important; 
  background: #0000; 
  font-size: 12px;
}

#wpforms-submit-792 {
    background: #000;
    padding: 4px;
    height: 27px;f
    font-size: 12px;
    text-transform: uppercase;
    /* line-height: 27px; */
    text-align: center;
    margin: 0;
    color: #fff;
    border: 1px solid #fff;
}

#front-page-spacer-top {
    outline: none;
}

#wptime-plugin-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://ik.imagekit.io/0sd5wnlbm/orb_1__tTBeXA-Hr.gif')  no-repeat center #000;
    -moz-background-size: 25%;
    -o-background-size: 25%;
    -webkit-background-size: 25%;
    background-size: 25%;
    z-index: 99998;
    width: 100%;
    height: 100%;
}

#stylena-logo-here {
    background: url('https://ik.imagekit.io/0sd5wnlbm/logo-loader-no-border_AaU2Fmg_A.png') no-repeat center;
    height: 100vh;
    width: 180px;
    background-size: 100%;
    margin: 0 auto;s
}

#menu-top-inner-pages {

}

#ha-post-tab-title {
    text-transform: uppercase;
}

.rate-class-button {
    text-align:center;
    float: right;
    margin: auto;
    width: 100%;
}
.view-profile-stylists {
    display: inline-block;
    width: auto;
    padding: 6px;
    color: #45A293;
    border: 1px solid #ddd;

}
.rate-class-button a, .tab-link-btn{
    text-align: center !important;
    background: #66FCF1;
    padding: 8px 20px;
}

.rate-class-button a i{
    margin-left: 10px;
}

.ha-post-tab .ha-post-tab-filter li.active {
    margin: -2px;
    padding: 10px 20px;
    color: #66fcf1 !important;
    background-color: #1f2833 !important;
    font-family: "Montserrat",Sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.fancybox-stage td {
    font-weight: normal;
}

.fancybox-stage td strong {
    font-weight: 900;
}

.social-buttons-fixed .elementor-social-icon, #call-buttons-fixed.social-buttons-fixed .elementor-widget-container {
    background: #000 !important;
}

.social-buttons-fixed .elementor-social-icon i, .social-buttons-fixed .elementor-icon {
    color: #66FCF1 !important;
}

.social-buttons-fixed-inner.social-buttons-fixed {
    background: #000 !important;
    color: #66FCF1 !important;
}


.flip-popup{
    position:fixed;
    top:35%;
    right:0;
    border:1px solid #f1f1f1;
    z-index:999999;
    width:230px;
    background:#000000;
    -webkit-border-top-left-radius:12px;
    border-top-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    border-bottom-left-radius:12px;
    text-align:center;
    -webkit-transform:translateX(100%);
    -ms-transform:translateX(100%);
    transform:translateX(100%);
    -webkit-transition:all .4s cubic-bezier(1,.01,.38,1.1);
    -o-transition:all .4s cubic-bezier(1,.01,.38,1.1);
    transition:all .4s cubic-bezier(1,.01,.38,1.1)
}
.flip-popup.show-flip{
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
.flip-popup h3{
    display:block;
    position:relative;
    font-family:Montserrat,sans-serif;
    font-size:18px;
    font-weight:800;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    padding:20px;
    margin:0
}
.flip-popup .cancel-flip{
    text-align: center;
    float: none;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    padding-top: 7px;
    margin-bottom: 4px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.flip-popup .cancel-flip:focus{
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.flip-popup ul{
    padding:0;
    margin:0;
    text-align:center
}
.flip-popup ul li{
    list-style:none;
    padding:0;
    display:inline-block
}
.flip-popup ul li a{
    font-size:26px;
    color:#fff;
    margin:8px;
    outline:0
}
.flip-popup ul li a:hover{
    color:#ddd;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

#ct-socialis-fixed.ct-socials {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 9999;
    width: auto;
    padding: 0;
    margin: 0;
}

#ct-socialis-fixed.scrolled-up li {
    background: #000000 !important;
}

#ct-socialis-fixed.scrolled-up .cls-1,#ct-socialis-fixed.scrolled-up .cls-3 {
    fill:#66fcf1 !important;
}

.flip-popup ul li a.a-contact:hover {
    color: yellow !important;
}

.flip-popup ul li a.a-messenger:hover {
    color: #39569c !important;
}

.flip-popup ul li a.a-whatsapp:hover {
    color: green !important;
}

.flip-popup ul li a.a-phone:hover {
    color: gold !important;
}

#ct-socialis-fixed.scrolled-up li a p {
    color:#66fcf1 !important;
}
#ct-socialis-fixed.ct-socials li {
    list-style: none;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 10px;
    -webkit-transition: 400ms;
    transition: 400ms;
}

#ct-socialis-fixed.ct-socials li a {
    color: #66fcf1 !important;
    display: block;
}

#ct-socialis-fixed.ct-socials li a svg {
    font-size: 12px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    width: 50px;
}

.cls-1, .cls-3 {
    fill: #45a293;
}

#ct-socialis-fixed.ct-socials li a p {
    font-size: 16px;
    font-size: 12px;
    color: #45a293;
    text-align: center;
    margin: 0;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

#wpforms-792-field_1  {
    color: #66fcf1;
}

.subscribe-submit {
    float:left;
    width: 20%;
}

.subscribe-submit input, .subscribe-email input {
    padding: 6px;
    background: #000;
    color: #fff;
    margin: 0;
    width: 100%;
    border: 1px solid #fff;
}
.subscribe-email {
    float:left;
    overflow:hidden;
    width: 80%;
}

.subscribe-email input:focus {
    color: #66fcf1;
}
.wpcf7 .wpcf7-response-output { 
    border: 0 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7-response-output {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}


/* IE9  - Also picked up by most modern browsers */
::selection {
  background:#000;
  color:#66fcf1;
  text-shadow:none;
}

/* Safari & Chrome - Webkit Rendering */
::-webkit-selection {
  background:#000;
  color:#66fcf1;
  text-shadow:none;
}

/* Mozilla based - Gecko Rendering */ 
::-moz-selection {
  background:#000;
  color:#66fcf1;
  text-shadow:none;
}

.ha-post-tab .ha-post-tab-filter li{
    cursor:pointer;
}

.promotions-thumbnail {
    height: 200px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: 10px;
    background-repeat: no-repeat !important;
}


.page-template .table-prices-1, .page-template .table-prices-2 {
    font-size: 12px;
    font-weight: normal;
    opacity: .9;
    top: 0;
    padding: 20px;
    overflow-x: scroll;
    height: 100vh;
    max-width: 700px;
    color:#fff;
    text-align: left !important;
    position: fixed;
    right: 0;
    border: 1px solid #f1f1f1;
    z-index: 999999;
    background: #000000;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s cubic-bezier(1,.01,.38,1.1);
    -o-transition: all .4s cubic-bezier(1,.01,.38,1.1);
    transition: all .4s cubic-bezier(1,.01,.38,1.1);
}
.page-template .elementor-button.elementor-size-xs {
    padding: 0 !important;
}

.page-template .table-prices-1.show-table-services, .page-template .table-prices-2.show-table-services {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.page-template #compass-one, .page-template #parkway-parade {
    z-index: 999 !important; 
}



/************** Css by us *********************/
.float_wp i {
	 position: fixed;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: #40c351;
    z-index: 1000000;
    padding: 11px 14px 12px 15px;
    font-size: 43px;
    border-radius: 46px;
}

.page-id-1434 main h1,
.page-id-1446 main h1 {
    display: none;
}
.thankyou_image_bg {
    height: 500px;
    background-position: center;
}
.thankyou_page_content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-1434 aside.sidebar,
.page-id-1446 aside.sidebar {
    display: none;
}
body.single-stylists article .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
body.single-stylists article .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated .elementor-text-editor p {
    margin-top: 10px;
}
.elementor-social-icons-wrapper.elementor-social-icons-wrapper-custom_css .elementor-social-icon-instagram {
    background: #000;
}
.elementor-social-icons-wrapper.elementor-social-icons-wrapper-custom_css .elementor-social-icon-facebook-f {
    background: #000;
}
.elementor-social-icons-wrapper.elementor-social-icons-wrapper-custom_css .elementor-social-icon {
    font-size: 20px;
    text-align: center;
    padding: 10px 8px;
    margin-right: 0px;
    cursor: pointer;
}
.elementor-social-icons-wrapper.elementor-social-icons-wrapper-custom_css {
    background: #000;
    display: inline-block;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}
h2.ha-infobox-title {
    display: inline-block;
}
#ourlocations-box-line.hover .before {
    animation: none;
    border: 1px solid #000;
}
.container-stylists h1 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 12px;
    padding-top: 0;
    text-transform: uppercase;
}
td.special_msg {
    color: red;
    padding-top: 22px;
}
a.staffloginbtn {
    color: #fff !important;
    margin-left: 15px;
    text-decoration: underline;
}
.page-id-1204 section.table-prices {
    display: none;
}
img::before {
      content "(" attr(alt="sachi") ")";
  }
  
a.staffloginbtn {
    display: none !important;
} 