@charset "UTF-8";

/*
Theme Name: Westmanesalon
Theme URI: 
Author: WestManeSalon team
Author URI: 
Description: 
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
*/

*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: Montserrat,"Montserrat Fallback";
	font-size: 16px;
	color: #5f5f5f;
}
@font-face {
	font-family:Comfortaa;
	font-style:normal;
	font-weight:300 700;
	font-display:swap;
	src:url(assets/fonts/1Ptsg8LJRfWJmhDAuUs4TYFq.woff2) format('woff2');
	unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
	font-family:Montserrat;
	font-style:normal;
	font-weight:100 900;
	font-display:swap;
	src:url(assets/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
	unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}
p
{
	margin: 0 0 10px 0;
	padding: 0;
}
img {
  max-width: 100%;
}
.site_container {
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
}
.header_wrap, .footer_widgetwrap, .footer_copyrightwrap {
	max-width: 1900px;
	margin: 0px auto;
}
.phone_btnwrap span, .phone_btnwrap a {
	color: #fff;
	text-decoration: none;
}
.phone_btnwrap:hover span, .phone_btnwrap:hover a
{
  color: #e56943;
}
#accessibilityWidget {
	cursor: pointer;
	display: inline-block;
}

/* Header Css Starts */
#masthead {
	position: fixed;
	background-color: #fff;
	z-index: 101;
	width: 100%;
	top: 0;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 ;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
}
.header_wrap {
	background-color: #fff;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	position: relative;
	z-index: 1;
	padding: 12px 15px;
	display: flex;
}
.logo {
	position: relative;
	width: 16.66667%;
	text-align: center;
}
.logo a {
	display: block;
	margin: 7px 37.0781px 0 40px;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	max-width: 185px;
}
.logo img {
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	width: 100%;
}
#masthead.headersticky .logo img {
  width: 77%;
}
#masthead.headersticky .logo a, #masthead.headersticky .phone_btnwrap {
	margin-bottom: 0;
	margin-top: 0;
}
#masthead.headersticky .primary-menu-container
{
  	margin-top: 13px;
}
.navigation {
	position: relative;
	width: 58.33333%;
	padding-right: .75%;
	padding-left: 10px;
}
.menu-button-container {
	display: none;
}
.primary-menu-container {
	margin: 22px 0 0;
	padding: 6.8px 15px;
}
#primary-menu-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
#primary-menu-list li {
	padding: 0 15px;
	position: relative;
}
#primary-menu-list a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	font-family: Comfortaa;
	text-decoration: none;
	letter-spacing: .03em;
	position: relative;
}
#primary-menu-list li a:after{
content: '';
  width: 100%;
  height: 0;
  border: 0 solid transparent;
    border-top-width: 0px;
    border-top-color: transparent;
  border-top-color: currentColor;
  display: block;
  transition: transform .2s ease-out,opacity .2s ease-out;
  margin-top: .2em;
  transform: scaleX(0);
  opacity: 0;
  border-top-width: 2px;
}
#primary-menu-list li a:hover:after, #primary-menu-list li.current-menu-item a:after, #primary-menu-list li.current_page_ancestor a:after
{
  transform: scaleX(1);
  border-top-color: #eb9560;	
  opacity: 1;
  border-top-width: 2px;
  transform-origin: left;
}
#primary-menu-list li.current-menu-item > a, #primary-menu-list li a:hover, #primary-menu-list li.current_page_ancestor > a
{
	color: #eb9560;
}
.primary-menu-container .sub-menu-toggle::before {
  content: "\f107";
  font-family: FontAwesome;
  right: -4px;
  position: relative;
  top: -2px;
  transition: transform .25s ease;
  font-size: 16px;
  color: #000;
  padding: 0 2px 0 5px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
	transition: transform .25s ease;
	width: auto;
	margin-left: 5px;
	position: relative;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
	display: flex;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle span {
	display: none;
}
.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded="false"] ~ ul, .footer-navigation > .footer-navigation-wrapper > li .sub-menu-toggle[aria-expanded="false"] ~ ul {
	display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	left: 15px;
	right: auto;
	margin: 0;
	min-width: max-content;
	position: absolute;
	top: 100%;
	padding-top: 3px;
	z-index: 88888;
	transition: transform .4s ease-out,opacity .1s ease-out;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	background-color: #faf9f9;
	padding: 0;
	list-style: none;
}
.primary-navigation li:hover .sub-menu-toggle:before {
	transform: rotate(180deg);
}
.primary-navigation .sub-menu .menu-item > a {
	display: block;
	font-size: 13px;
	padding: 15px 30px 15px 15px;
	margin: 0;
	letter-spacing: .03em;
}
#primary-menu-list .sub-menu li.menu-item {
	padding: 0px;
	position: relative;
}
#primary-menu-list li .sub-menu a:after {
	display: none;
}
#primary-menu-list li .sub-menu a:hover, #primary-menu-list li .sub-menu li.current-menu-item a {
  background-image: linear-gradient(90deg,#e8764d 0%,#ffa252 100%);
  color: #fff;
}
#primary-menu-list > li > a:hover ~ .sub-menu-toggle::before {
	color: #eb9560;
}
.phone_btn {
	position: relative;
	width: 25%;
}
.phone_btnwrap {
	background-image: linear-gradient(450deg,#e56943 0%,#eb9560 100%);
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	position: relative;
	max-width: 236px;
	margin: 15px 0 10px 109px;
	padding: 14px 12px;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	font-weight: 700;
	font-family: Comfortaa;
	transition: color .2s ease;	
	cursor: pointer;
	border: 2px solid transparent;
}
.phone_btnwrap span.phone2 {
	display: inline-block;
	position: absolute;
	right: 27%;
}
.phone_btnwrap .fa {
	position: absolute;
	left: 2px;
	width: 50px;
	top: 54%;
	margin-top: -13px;
	font-size: 26px;
}
.phone_btnwrap.active span.phone2, span.phone1 {
	visibility: visible;
	opacity: 1;
}
span.phone2, .phone_btnwrap.active span.phone1 {
	visibility: hidden;
	opacity: 0;
}
.phone_btnwrap:hover {
	background-image: none;
	background-color: #fff;
	color: #e56943;
	border-color: #e56943;
}
/* Header Css Ends */

/* Footer Css Starts */
#colophon {
	position: relative;
	background-image: linear-gradient(405deg,#e56943 0%,#ff975a 100%);
	padding-top: 5px;
}
.footer_widgetouter {
	padding: 60px 200px;
	position: relative;
	background: #000;
}
.footer_widgetwrap {
	display: flex;
}
.footerwidget_1 {
	padding-right: 1.5%;
	position: relative;
	width: 25%;
	display: flex;
    align-items: center;
}
.footerwidget_2 {
	padding-right: .75%;
	position: relative;
	width: 25%;
}
.footerwidget_3 {
	position: relative;
	width: 25%;
	padding-right: 13px;
}
.footerwidget_4 {
	padding-left: 1.5%;
	position: relative;
	width: 25%;
}
.footwidget_title {
	font-size: 16px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-style: normal;
	font-weight: 700;
	color: #fff;
	margin: 8px 0 10px;
	padding: 2px 0;
}
.footer_widgetwrap p
{
	color: #fff;
}
.footer_widgetwrap p {
	color: #fff;
	font-size: 14px;
}
.footer_widgetwrap .footerwidget_2 p {
	line-height: 200%;
	max-width: 231px;
}
.footer_widgetwrap p a
{
		color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.social_lists a {
	width: 31px;
	height: 31px;
	background-image: linear-gradient(90deg,#e8764d 0%,#ffa252 100%);
	font-size: 15.333333333333334px;
	line-height: 23px;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-right: 15px;
}
.social_lists {
	margin-top: 25px;
}
a.common_btn {
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	position: relative;
	padding: 16px 12px;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	font-weight: 700;
	font-family: Comfortaa;
	transition: color .2s ease;
	border: 2px solid #e56943;
	border-color: #eb9560;
	max-width: 183px;
	display: inline-block;
	width: 100%;
	margin: 10px 0 10px 0;
}
a.common_btn:hover {
	background-image: linear-gradient(450deg,#e56943 0%,#eb9560 100%);
	color: #fff;
	border-color: transparent;
}
.open-hours-data {
	padding: 0;
	margin: 0;
	color: #fff;
	max-width: 250px;
	display: flex;
    margin-bottom: 15px;
}
.open-hours-item {
	display: flex;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	font-weight: 300;
	margin-bottom: 15px;
}
.open-hours-data dt {
	width: 40%;
	text-align: left;
	position: relative;
	font-weight: 300;
}
.open-hours-data dd {
	position: relative;
	text-align: right;
	width: 59%;
	margin-left: 0;
	font-weight: 300;
}
.site-info {
	display: none;
}
.footer_copyright {
	padding: 10px 200px;
	color: #fff;
	font-weight: 300;
}
.footer_copyrightwrap a {
	color: #fff;
	text-decoration: none;
}
/* Footer Css Ends */

/* DefaultPage Css Starts */
.inner_banner {
	position: relative;
	padding-top: 100px;
	padding-left: 20px;
	padding-bottom: 100px;
	padding-right: 20px;
	background-attachment: initial;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.inner_banner h1 {
	font-size: 50px;
	color: rgb(255, 255, 255);
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	margin: 8px 0;
	padding: 2px 0;
}
.page-id-49 .inner_banner h1, .error404 .inner_banner h1, .search-results .inner_banner h1 {
	text-align: center;
}
.inner_banner:before
{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
  background-color: rgba(0,0,0,1);
  opacity: 0.4;
}
.innerpage_wrap
{
	padding: 40px 0;
	min-height: 300px;
}
.innerpage_wrap h2 {
	font-size: 40px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}
h3.post-type {
	font-size: 20px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.sitemap-item.page_item a {
	line-height: 150%;
	color: #5f5f5f;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	text-decoration: none;
}
.sitemap-item.page_item a:hover {
	color: rgba(235,149,96,1);
}
.sitemap-item.page_item {
	line-height: 30px;
}
.page-id-49 .innerpage_wrap, body.error404 .innerpage_wrap, .search-results .innerpage_wrap {
	text-align: center;
}
.page-template-default .inner_content p a {
	color: #5f5f5f;
}
.page-template-default .inner_content a:hover {
	color: rgba(235,149,96,1);
}
/* DefaultPage Css Ends */

/* SignUp Page Css Starts */
.inner_bannerVideo {
	position: relative;
	background-attachment: initial;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 52.5px;
	padding-left: 20px;
	padding-bottom: 52.5px;
	padding-right: 20px;
}
.inner_bannerVideo::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: rgba(0,0,0,1);
	opacity: 0.4;
    background-image: linear-gradient(405deg,rgba(255,158,66,1) 0,rgba(255,151,90,1) 100%);
}
.videobgwrapper {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	border-radius: inherit;
}
.videobgframe {
	position: absolute;
	width: 101%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	object-fit: fill;
}
.bgExtraLayerOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
  background-color: rgb(0,0,0);
  background-image: linear-gradient(405deg,rgba(255,158,66,1) 0,rgba(255,151,90,1) 100%);
}
.inner_bannerVideo h1 {
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 50px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	line-height: 1.5;
	margin: 10px 0;
}
.signupform_section {
	position: relative;
	padding: 50px 0;
}
.signupwrap {
	padding-bottom: 70px;
	padding-top: 70px;
	padding-right: 70px;
	padding-left: 70px;
	background-image: linear-gradient(90deg,rgba(229,105,67,1) 0,rgba(255,151,90,1) 100%);
	box-shadow: rgba(0,0,0,0.25) 0 0 11px 0;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 0 11px 0;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 0 11px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-origin: border-box;
}
.signupwrap h2 {
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-family: Comfortaa,"Comfortaa Fallback";
	padding: 10px 0;
}
.signupwrap .signup_para {
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: 300;
	max-width: 282px;
	margin: 0px auto;
	line-height: 1.5;
}
.formwrapflex {
	display: flex;
}
.formwrap6 {
	position: relative;
	width: 50%;
	padding-left: .9375em;
	padding-right: .9375em;
	margin-top: 10px;
}
.signupwrap .formwrap6 label {
	display: block;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.signupwrap .wpcf7 .wpcf7-form-control.wpcf7-text {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	color: rgba(0,0,0,1);
	border: none;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
}
.signupwrap .wpcf7 .wpcf7-submit {
	width: 280px;
	height: 60px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	font-weight: 700;
	transition: color .2s ease;
	border: 2px solid #fff;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	cursor: pointer;

}
.signupwrap .wpcf7 .wpcf7-submit:hover{
  color: #eb9560;
  background: #fff;
}
.signupwrap .wpcf7-form p
{
	text-align: center;
}
.signupwrap .wpcf7-form .formwrap6 p
{
	text-align: left;
}
.signupwrap .wpcf7-form .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	color: #fff;
}
.signupwrap .wpcf7-form .wpcf7-response-output{
	color: #fff;	
}
.signupwrap .wpcf7 {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* SignUp Page Css Ends */

/* Contact Page Css Starts */
.page-id-28 .inner_bannerVideo, .page-id-16 .inner_bannerVideo, .page-id-19 .inner_bannerVideo, .page-id-20 .inner_bannerVideo, .page-id-23 .inner_bannerVideo {
	padding-top: 100px;
	padding-bottom: 100px;
}
.page-id-28 .inner_bannerVideo h1, .page-id-19 .inner_bannerVideo h1, .page-id-20 .inner_bannerVideo h1, .page-id-23 .inner_bannerVideo h1 {
	text-align: left;
}
.inner_bannercta {
	position: relative;
	margin-top: -70px;
	margin-right: 200px;
	margin-bottom: 20px;
	background-image: linear-gradient(90deg, rgba(229, 105, 67, 1) 0%, rgba(255, 151, 90, 1) 100%);
	background-origin: border-box;
	box-shadow: rgba(0, 0, 0, 0.21) 3px 3px 11px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.21) 3px 3px 11px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.21) 3px 3px 11px 0px;
}
.inner_bannerctawrap {
	display: flex;
	align-items: center;
}
.inner_bannerctaleft {
	padding-top: 40px;
	margin-top: 0px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 20px;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: rgba(0, 0, 0, 0) 3px 0px 11px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 3px 0px 11px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 3px 0px 11px 0px;
	width: 58.33333%;
}
.inner_bannerctaleft h4 {
	color: #fff;
	font-size: 25px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	margin: 11px 0;
}
a.common_btn2 {
	padding: 21px 65px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	font-weight: 700;
	transition: color .2s ease;
	border: 2px solid #fff;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	text-decoration: none;
}
.inner_bannerctaright {
	position: relative;
	width: 41.66667%;
	padding-left: 1.5%;
	padding-right: 15px;
}
a.common_btn2:hover {
	color: #eb9560;
	background: #fff;
}
.contactinfo_section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.contactinfo_wrap {
	display: flex;
}
.contactinfo_left {
	padding-right: 1.5%;
	position: relative;
	width: 41.66667%;
}
.contactinfo_right {
	position: relative;
	width: 58.33333%;
	padding-left: 1.5%;
	text-align: center;
}
.contactinfo_left h3 {
	font-size: 35px;
	font-family: Comfortaa,"Comfortaa Fallback";
	color: #000;
	font-weight: 700;
	margin-bottom: 50px;
}
.contactinfo_left p {
	line-height: 200%;
	color: #5f5f5f;
	max-width: 250px;
}
.contactinfo_left p a {
	color: #5f5f5f;
	text-decoration: none;
}
.contactinfo_left p a:hover {
	color: rgba(235,149,96,1);
}
.contacthelp_section {
	position: relative;
	background-color: rgba(246, 246, 246, 1);
	padding-top: 80px;
	padding-bottom: 70px;
}
.contacthelp_section h3 {
	text-align: center;
	font-size: 35px;
	font-family: Comfortaa,"Comfortaa Fallback";
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}
.contacthelp_section p {
	text-align: center;
	color: #5f5f5f;
	font-family: Montserrat,"Montserrat Fallback";
	font-weight: 300;
}
.contacthelp_section .wpcf7 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.contacthelp_section label {
	display: block;
	color: #5f5f5f;
	margin-bottom: 5px;
	text-align: left;
}
.contacthelp_section .wpcf7 .wpcf7-form-control.wpcf7-text {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	color: rgba(0,0,0,1);
	border: none;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
}
.contacthelp_section .wpcf7 textarea {
	padding: 0 10px;
	width: 100%;
	color: rgba(0,0,0,1);
	border: none;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
}
.contacthelp_section .wpcf7 .wpcf7-submit {
	width: 280px;
	height: 60px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #eb9560;
	font-weight: 700;
	transition: color .2s ease;
	border: 2px solid #eb9560;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	font-weight: 300;
	cursor: pointer;
	text-transform: uppercase;
}
.contacthelp_section .wpcf7 .wpcf7-submit:hover
{
	background: linear-gradient(90deg, rgb(232, 118, 77) 0%, rgb(255, 162, 82) 100%);
	color: #fff;
}
.formwrap12 {
	width: 100%;
	padding-left: .9375em;
	padding-right: .9375em;
}
.contacthelp_section .wpcf7-form .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
}
/* Contact Page Css Ends */

/* Services Page Css Starts */
.page-id-16 .inner_bannerVideo h1 {
	text-align: left;
}
.serviceintro_section {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: rgba(246,246,246,1);
	text-align: center;
	color: #5f5f5f;
	line-height: 200%;
	font-weight: 300;
}
.services_listsection {
	position: relative;
}
.services_list {
	position: relative;
	display: flex;
}
.services_listleft {
	padding: 100px;
	position: relative;
	width: 50%;
}
.services_listleft hr {
	width: 105px;
	margin: 0;
	border-top: 3px solid rgba(235,149,96,1);
	color: #fff;
}
.services_listleft h3 {
	font-size: 35px;
	font-family: Comfortaa,"Comfortaa Fallback";
	color: #000;
	margin: 25px 0;
}
.services_listleft p {
	max-width: 450px;
	line-height: 200%;
	color: #a09c9c;
	font-weight: 300;
}
.services_listleft p a {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #eb9560;
	font-weight: 700;
	transition: color .2s ease;
	border: 2px solid #eb9560;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 65px;
}
.services_listleft p a:hover {
	background: linear-gradient(90deg, rgb(232, 118, 77) 0%, rgb(255, 162, 82) 100%);
	color: #fff;
}
.services_listright {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 1.5%;
	width: 50%;
}
.services_listright:before
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
  opacity: 0.1;
  background-color: rgba(0,0,0,1);
}
.services_list:nth-child(even) .services_listleft {
  order: 2;
  background-image: linear-gradient(90deg,rgba(232,118,77,1) 0,rgba(255,162,82,1) 100%);
}
.services_list:nth-child(even) .services_listright {
  order: 1;
  padding-left: 0px;
  padding-right: 1.5%;
}
.services_list:nth-child(even) .services_listleft hr {
	border-top: 2px solid #fff;

}
.services_list:nth-child(even) .services_listleft h3, .services_list:nth-child(even)  .services_listleft p {
	color: #fff;
}
.services_list:nth-child(even) .services_listleft p a {
	color: #fff;
	border: 2px solid #fff;
}
.services_list:nth-child(even) .services_listleft p a:hover {
	color: rgba(235,149,96,1);
	border: 2px solid #fff;
	background: #fff;
}
.work_section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 100px;
	text-align: center;
}
.work_section h3 {
	font-weight: 700;
	color: rgb(0, 0, 0);
	font-size: 50px;
	font-family: Comfortaa,"Comfortaa Fallback";
	margin-bottom: 30px;
}
.work_section p {
	line-height: 200%;
	color: #5f5f5f;
	font-weight: 300;
	max-width: 660px;
	margin: 0px auto;
}
.work_section p a {
	color: rgb(255, 158, 66);
	font-weight: bold;
	text-decoration: none;
}
/* Services Page Css Ends */

/* MakeUp Page Css Starts */
.makeup_section {
	position: relative;
	padding-top: 105px;
	padding-bottom: 55px;
	padding-left: 90px;
	padding-right: 90px;
}
.sitelarge_container {
	max-width: 1900px;
	margin: 0px auto;
}
.makeup_wrap {
	display: flex;
}
.makeup_left {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 70px;
	padding-bottom: 30px;
	position: relative;
	width: 41.66667%;
	box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	background-color: rgba(255,255,255,1);
	border-bottom: 6px solid rgba(235,149,96,1);
}
.graphic {
	max-width: 60px;
}
.graphic svg {
	color: rgba(235,149,96,1);
	fill: rgba(235,149,96,1);
}
.graphic:hover .svg {
	color: rgba(229,105,67,1);
	fill: rgba(229,105,67,1);
}
.makeup_left h4 {
	margin: 20px 0 18px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-style: normal;
	color: #000;
	font-weight: 700;
	font-size: 25px;
}
.makeup_left p {
	line-height: 1.5;
	color: #5f5f5f;
	font-weight: 300;
	margin-bottom: 25px;
}
.makeup_left p a {
	font-size: 14px;
	color: rgba(0,0,0,1);
	font-weight: normal;
	text-decoration: none;
}
p.text-center
{
	text-align: center;
}
.makeup_left p a:hover {
	color: rgba(95,95,95,1);
}
.makeup_right {
	position: relative;
	width: 58.33333%;
	padding-left: 1.5%;
}
.makeup_gallery {
	display: flex;
	margin: 11px 0;
	flex-wrap: wrap;
}
.makeup_gallerylist {
	margin: 3px;
	position: relative;
	width: 49%;
	overflow: hidden;
}
.makeup_galleryimg {
	transition: all .2s ease-out;
	padding-top: 173px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.makeup_gallerylist:hover .makeup_galleryimg {
	transform: scale(1.06);
}
.testimonials_section {
	position: relative;
	padding-bottom: 90px;
	padding-top: 100px;
}
.testimonials_section h2 {
	font-size: 50px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 45px;
}
.testimonials_wrap {
	display: flex;
}
.testimonials_list {
	width: 50%;
	margin-right: 1.5%;
	position: relative;
	border-top: 5px solid rgb(235, 149, 96);
	display: flex;
	padding-top: 40px;
}
.testimonials_list:nth-child(even) {
	margin-right: 0px;
	margin-left: 1.5%;
}
.testimonials_listleft {
	position: relative;
	width: 38%;
	padding-right: 1.5%;
	text-align: center;
}
.testimonials_listleft img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	max-width: 112px;
}
.testimonials_listright {
	position: relative;
	padding-left: .75%;
	padding-right: .75%;
	width: 72%;
}
.quote {
	width: 36px;
	position: relative;
	margin-bottom: 15px;
}
.quote svg{
	width: 100%;
	height: 100%;
}
.testimonials_listright h4 {
	margin-bottom: 15px;
}
.testimonials_listright p {
	font-weight: 300;
	color: rgb(153, 153, 153);
	line-height: 1.5;
	font-family: Comfortaa,"Comfortaa Fallback";
}
/* MakeUp Page Css Ends */

/* Hair Page Css Starts */
.hairservices_section {
	position: relative;
	padding-top: 105px;
	padding-bottom: 55px;
	padding-left: 90px;
	padding-right: 90px;
}
.hairservices_wrap {
	display: flex;
}
.hairservices_list {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	width: 33.33333%;
	box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
	background-color: rgba(255,255,255,1);
	border-bottom: 6px solid rgba(235,149,96,1);
}
.hairservices_list h4 {
	margin: 20px 0 18px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-style: normal;
	color: #000;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}
.hairservices_list p {
	line-height: 1.5;
	color: #5f5f5f;
	font-weight: 300;
	margin-bottom: 25px;
	text-align: center;
}
.hairservices_list p a {
	font-size: 14px;
	color: rgba(0,0,0,1);
	font-weight: normal;
	text-decoration: none;
}
.hairservices_list p a:hover {
	color: rgba(95,95,95,1);
}
.hairservices_list .graphic {
	margin: 0px auto;
	padding-top: 10px;
}
.hairservices_list ul {
	padding-left: 80px;
	list-style: circle;
	margin-bottom: 50px;
}
.hairservices_list li {
	line-height: 1.5;
	color: #5f5f5f;
	font-weight: 300;
}
.hairotherservices_section {
	background-image: linear-gradient(90deg,rgba(232,118,77,1) 0%,rgba(255,162,82,1) 100%);
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 100px;
}
.hairotherservices_wrap {
	display: flex;
}
.hairotherservices_img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	position: relative;
	width: 33.33333%;
}
.hairotherservices_list {
	position: relative;
	width: 33.33333%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 60px;
}
.hairotherservices_list .graphic svg, .hairotherservices_list .graphic:hover svg {
	color: #fff;
	fill: #fff;
}
.hairotherservices_list h3 {
	font-size: 25px;
	color: #fff;
	font-family: Comfortaa,"Comfortaa Fallback";
	padding: 15px 0;
}
.hairotherservices_list p {
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
	max-width: 450px;
	margin-bottom: 20px;
}
.hairotherservices_list .graphic {
	margin-top: 50px;
}
.hairotherservices_list .graphic:nth-child(1) {
  margin-top: 0px;
}
.hairotherservices_list p a{
	font-weight: 700;
	color: #fff;
}
/* Hair Page Css Ends */

/* Hair Treatments Page Css Starts */
.hairservices_list p {
	margin: 0 auto 45px;
}
.hairbar_section {
	background-image: linear-gradient(90deg, rgba(232, 118, 77, 1) 0%, rgba(255, 162, 82, 1) 100%);
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	margin-top: 60px;
}
.hairbar_wrap {
	display: flex;
}
.hairbar_img {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	position: relative;
	width: 16.66667%;
}
.hairbar_info {
	position: relative;
	width: 33.33333%;
	padding-left: 20px;
	padding-right: 50px;
}
.hairbar_info h3 {
	margin-top: 90px;
	color: #fff;
	font-size: 50px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	margin-bottom: 15px;
}
.hairbar_info p {
	font-weight: 400;
	color: rgb(255, 255, 255);
	line-height: 1.5;
	max-width: 435px;
}
.hairbar_list {
	position: relative;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.accordion-outer {
	display: flex;
	flex-wrap: wrap;
}
.accordion-wrapper {
	width: 100%;
	margin-bottom: 25px;
}
.open-close-box {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	cursor: pointer;
}
.open-close-box .fa {
	color: #f89551;
	font-size: 38px;
	top: -1px;
	position: relative;
	right: -2px;
	transition: transform 0.3s ease-in-out;
}
.accordion-trigger {
	display: flex;
	align-items: center;
}
.accordion_expand {
	order: 2;
	padding-left: 16px;
}
.accordion_flex h6 {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	margin: 0;
}
.accordion-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	display: none;
}
.accordion-content p {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}
.accordion-trigger.active .open-close-box .fa {
	transform: rotate(90deg);
	transition: transform 0.3s ease-in-out;
	top: 1px;
}
/* Hair Treatments Page Css Ends */

/* Home Page Css Starts */
.homeform_section {
	position: relative;
	background-image: linear-gradient(90deg,#e8764d 0%,#ffa252 100%);
	padding: 0 20px;
}
.homeform_wrap {
	display: flex;
}
.homeform_img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
	position: relative;
	width: 41.66667%;
}
.homeform_imgwrap {
	width: 85px;
	margin: 20px auto;
	text-align: center;
}
.homeform_outer {
	position: relative;
	width: 58.33333%;
	padding-bottom: 30px;
}
.homeform_outer h3 {
	font-size: 35px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.homeform_outer label {
	display: block;
	font-weight: 300;
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}
.homeform_outer .wpcf7 .wpcf7-form-control.wpcf7-text {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	background: transparent;
  border: 1px solid #fff;
}
.homeform_outer .wpcf7 textarea {
	padding: 0 10px;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	background: transparent;
  border: 1px solid #fff;
}
.homeform_outer .wpcf7 .wpcf7-submit {
	width: 190px;
	height: 55px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	font-weight: 300;
	transition: color .2s ease;
	border: 2px solid #fff;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	cursor: pointer;
	margin-top: 10px;
	margin-left: 15px;
}
.homeform_outer .wpcf7 .wpcf7-submit:hover {
	color: #eb9560;
	background: #fff;
}
.homeform_outer .wpcf7-form .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	color: #fff;
}
.hairservices_section h2
{
  font-family: Comfortaa,"Comfortaa Fallback";
  font-weight: 700;
  color: rgb(40, 64, 83);
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.hairservices_home .hairservices_wrap {
	flex-wrap: wrap;
}
.hairservices_home .hairservices_list {
	width: 30.8%;
	margin-bottom: 40px;
}
.hairservices_home .hairservices_list p {
	color: #b5b5b5;
}
.fb_section {
	position: relative;
	overflow: hidden;
}
.fbwrap {
	display: flex;
	background-image: linear-gradient(90deg,#e8764d 65%,#ffa252 100%);
}
.fbleft {
	width: 40%;
	position: relative;
}
.fbleftimg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	filter: gray;
	transition: .2s ease-in-out;
	background-size: cover;
	padding-top: calc(125% + 0px);
}
.fbleftimg:hover, .fbrightimg1:hover, .fbrightimg2:hover
{
	filter: grayscale(0%);
}
.fbright {
	width: 60%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fbrightimg1 {
	width: 50%;
	position: relative;
	background-size: cover;
    filter: grayscale(100%); 
	filter: gray;
	transition: .2s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
}
.fbrighttext {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px 12px;
	text-align: center;
}
.fbrightimg2 {
	width: 100%;
	background-position: 50% 0;
	position: relative;
	background-size: cover;
    filter: grayscale(100%); 
	filter: gray;
	transition: .2s ease-in-out;
	background-repeat: no-repeat;
	padding-top: 17%;	
}
.fbwrap a
{
	text-decoration: none;
}
.fbrighttext h3 {
	font-size: 28px;
	color: #fff;
	font-family: Comfortaa;
	direction: ltr;
	font-weight: 700;
	margin-bottom: 25px;
}
.fbrighttext p {
	color: #fff;
	font-size: 14px;
}
.fbrighttext .btnfb {
	width: 190px;
	padding: 15px 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	font-weight: 300;
	transition: color .2s ease;
	border: 2px solid #fff;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	cursor: pointer;
	margin-top: 10px;
	margin-left: 15px;
}
.fbrighttext .btnfb:hover {
	color: #eb9560;
	background: #fff;
}
.homeabout_section {
	position: relative;
	padding: 100px 40px;
}
.homeabout_wrap {
	display: flex;
}
.homeabout_left {
	position: relative;
	width: 50%;
	padding-left: 20px;
	padding-right: 50px;
}
.homeabout_right {
	position: relative;
	width: 50%;
	padding-left: 1.5%;
	margin-top: 30px;
}
.homeabout_left h1 {
	font-size: 50px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	margin-bottom: 10px;
}
.homeabout_left p {
	font-weight: 600;
	color: rgb(235, 149, 96);
	line-height: 1.5;
}
.homeabout_left p a {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #e56943;
	font-weight: 700;
	transition: color .2s ease;
	border: 2px solid #e56943;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	font-weight: 300;
	text-decoration: none;
	padding: 16px 65px;
}
.homeabout_left p a:hover {
	background-image: linear-gradient(90deg,#e8764d 0%,#ff8e52 100%);
	color: #fff;
	border-color: transparent;
}
.homeabout_right .open-close-box {
	background-color: transparent;
	background-image: linear-gradient(90deg,#e8764d 0%,#ff8e52 100%);
	width: 35px;
    height: 35px;
}
.homeabout_right .open-close-box .fa {
	color: #fff;
	font-size: 25px;
}
.homeabout_right .accordion_flex h6 {
	color: #5f5f5f;
	font-weight: 400;
}
.homeabout_right .accordion-content p {
	color: #a7a7a7;
	font-size: 15px;
}
.homeabout_right .accordion-content p a {
	color: #ff9e42;
}
.homeabout_right .accordion-wrapper {
	margin-bottom: 30px;
}
.homeabout_right .accordion-trigger.active .open-close-box .fa {
	right: 0px;
}
.home_banner {
	position: relative;
	overflow: hidden;
}
.home_banner .bgExtraLayerOverlay {
	opacity: .5;
  background-image: linear-gradient(180deg,#e7bfad 52%,#eb9560 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home_banner .item {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: transform 0.75s ease-in-out;
	height: 655px;
}
.homeslidertext {
	max-width: 617px;
}
.homeslidertext h3 {
	font-size: 80px;
	color: #fff;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
}
.homeslidertext p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.homeslidertextwrap {
  position: absolute;
  top: 40%;
  width: 100%;
}
.homeslidertextwrap .site_container{
  overflow: hidden;
}
.homseslidercaption {
	text-align: left;
}
/* Home Page Css Ends */

/* About Page Css Starts */
.business_section {
	padding-top: 90px;
	padding-bottom: 90px;
}
.business_wrap {
	display: flex;
}
.businessleft {
	padding-right: 14px;
	margin-right: 10px;
	position: relative;
	width: 50%;
}
.businessright {
	position: relative;
	width: 50%;
	padding-left: 30px;
}
.businessimg {
	padding-top: 580px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 30px;
}
.businessleft p, .businessright p {
	color: #5f5f5f;
	line-height: 150%;
	font-weight: 300;
}
.businessright h2 {
	font-size: 50px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	margin: 20px 0 30px 0;
}
.businessright p a {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #eb9560;
	font-weight: 700;
	transition: color .2s ease;
	border: 2px solid #eb9560;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	font-weight: 300;
	text-decoration: none;
	padding: 13px 65px;
}
.businessright p a:hover {
	background: linear-gradient(90deg, rgb(232, 118, 77) 0%, rgb(255, 162, 82) 100%);
	color: #fff;
}
.aboutcta_wrap {
	display: flex;
	z-index: 1;
  position: relative;
}
.aboutcta_list {
	padding-right: 1.5%;
	position: relative;
	width: 25%;
	text-align: center;
	color: #fff;
}
.aboutcta_list:nth-child(2), .aboutcta_list:nth-child(3) {
	padding-left: .75%;
    padding-right: .75%;
}
.aboutcta_list:nth-child(4) {
	padding-left: 1.5%;
    padding-right: 0px;
}
.aboutcta_list .widget {
	width: 60px;
	margin: 0px auto 15px;
}
.aboutcta_list .widget .svg {
	color: rgba(255,255,255,1);
	fill: rgba(255,255,255,1);
}
.aboutcta_list h4 {
	font-weight: 700;
	font-size: 35px;
	font-family: Comfortaa,"Comfortaa Fallback";
	margin-bottom: 10px;
}
.inner_bannerVideo.aboutcta_section {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}
.team_section {
	padding-top: 100px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
}
.team_section h2 {
	font-size: 48px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.team_section p {
	color: rgb(93, 88, 88);
	font-weight: 300;
	line-height: 1.5;
}
.team_wrap {
	display: flex;
	margin-top: 50px;
}
.team_list {
	width: 16.66667%;
	position: relative;
	padding: 0;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}
.team_listimg {
	background-size: cover;
	padding-top: 300px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
}
.teaminfo {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	transform: scale(1.05);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s ease-out;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: rgba(255,255,255,.9);
    background-image: none;
  background-image: linear-gradient(405deg,rgba(232,118,77,0.51) 0,rgba(255,162,82,0.49) 100%);
}
.team_list:hover .teaminfo {
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.teaminfo h3 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: center;
	font-family: Comfortaa,"Comfortaa Fallback";
}
.bnt_team {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	color: #fff;
	transition: color .2s ease;
	border: 2px solid #fff;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 10px auto;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 25px;
	cursor: pointer;
}
.bnt_team:hover
{
	color: rgba(235,149,96,1);
	background: #fff;
}
.team_data {
	display: flex;
}
.team_img {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 33.33333%;
	padding-right: 1.5%;
	min-height: 360px;
}
.team_infoo {
	position: relative;
	width: 66.66667%;
	padding-left: 50px;
	padding-right: 50px;
}
.team_infoo h4
{
  color: rgb(255, 158, 66);
  font-weight: 400;
  font-size: 28px;
  font-family: Comfortaa,"Comfortaa Fallback";
}
.team_infoo h5
{
	font-weight: 400;
	color: rgb(42, 42, 42);
	font-size: 20px;
	font-style: italic;
	margin: 5px 0 30px;
}
.team_infoo p
{
	color: rgb(42, 42, 42);
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
}
.team_social {
	display: flex;
	margin-top: 10px;
}
.team_social a {
	color: rgb(255, 158, 66);
	text-decoration: none;
	margin: 0 5px;
	margin-right: 16px;
}
.gallery_section {
	position: relative;
	padding-top: 100px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 40px;
}
.gallery_section h3 {
	font-size: 48px;
	font-family: Comfortaa,"Comfortaa Fallback";
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.gallery_section p {
	line-height: 1.5;
	font-weight: 300;
}
.about_gallery {
	margin-top: 25px;
	margin-bottom: 70px;
}
.about_gallery .item {
	height: 718px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.about_gallery .owl-theme .owl-nav {
	top: 45%;
	position: absolute;
	width: 100%;
}
.about_gallery .owl-theme .owl-nav .owl-prev, .about_gallery .owl-theme .owl-nav .owl-next {
	font-size: 40px;
	color: #fff;
	background: transparent;
}
.about_gallery .owl-theme .owl-nav .owl-prev {
	left: 0px;
	position: relative;
	float: left;
}
.about_gallery .owl-theme .owl-nav .owl-next {
	right: 0px;
	position: relative;
	float: right;
}
/* About Page Css Ends */

.error_returnbtn a {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	text-align: center;
	color: #eb9560;
	transition: color .2s ease;
	border: 2px solid #eb9560;
	display: inline-block;
	background: transparent;
	font-size: 16px;
	font-family: Montserrat,"Montserrat Fallback";
	margin: 14px 0;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 25px;
}
.error_returnbtn a:hover {
	background: linear-gradient(90deg, rgb(232, 118, 77) 0%, rgb(255, 162, 82) 100%);
	color: #fff;
}

@media(min-width: 1301px) and (max-width: 1500px) {	
.footer_widgetouter {
	padding: 30px 15px;
}
.open-hours-item {
	font-size: 14px;
}	
.open-hours-data dt {
	width: 30%;
}
.open-hours-data dd {
	width: 70%;
}
.footer_copyright {
	padding: 10px 15px;
}
.accordion-trigger {
	flex-wrap: wrap;
}
.accordion_expand {
	padding-left: 10px;
	width: 80%;
}
.open-close-box {
	width: 35px;
	height: 35px;
}
.hairbar_info h3 {
	margin-top: 50px;

}
.hairservices_section {
	padding-top: 55px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}	
}

@media(min-width: 1025px) and (max-width: 1300px) {	
.footer_widgetouter {
	padding: 30px 15px;
}
.open-hours-item {
	font-size: 14px;
}	
.open-hours-data dt {
	width: 30%;
}
.open-hours-data dd {
	width: 70%;
}
.footer_copyright {
	padding: 10px 15px;
}
.site_container {
	padding-left: 15px;
	padding-right: 15px;
}
.inner_banner {
	padding-left: 0;
	padding-right: 0;
}
.logo a {
	margin: 7px 0 0 0;
}
#primary-menu-list {
	justify-content: center;
}
.logo {
	width: 17%;
}
.navigation {
	width: 63%;
}
.phone_btn {
	width: 20%;
}
.phone_btnwrap {
	margin: 15px 0 10px 10px;
	padding: 14px 12px 14px 32px;
}
.primary-menu-container {
	margin: 27px 0 0;
}
a.common_btn2 {
	padding: 21px 25px;
}
.services_listleft {
	padding: 40px;
}	
.makeup_section {
	padding-top: 65px;
	padding-bottom: 55px;
	padding-left: 20px;
	padding-right: 20px;
}
.makeup_gallerylist {
	width: 48%;
}
.makeup_left {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.testimonials_section {
	padding-bottom: 60px;
	padding-top: 50px;
}
.hairservices_section {
	padding-top: 55px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.hairbar_img {
	background-position: center center;
	width: 15%;
}
.hairbar_info {
	width: 35%;
	padding-left: 20px;
	padding-right: 20px;
}
.hairbar_info h3 {
	margin-top: 50px;
	font-size: 45px;
	margin-bottom: 15px;
}
.accordion-trigger {
	flex-wrap: wrap;
}
.accordion_expand {
	padding-left: 10px;
	width: 80%;
}
.open-close-box {
	width: 35px;
	height: 35px;
}
.hairservices_list ul {
	padding-left: 40px;
	margin-bottom: 30px;
}
.hairotherservices_list {
	padding-top: 60px;
	padding-bottom: 30px;
}

.gallery_section {
	padding-top: 60px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
}
.about_gallery .item {
	height: 600px;
}
.team_section {
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.team_listimg {
	padding-top: 210px;
}
.teaminfo h3 {
	font-size: 17px;
}
.bnt_team {
	font-size: 15px;
	padding: 9px 4px;
}
.inner_bannerVideo.aboutcta_section {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.aboutcta_list h4 {
	font-size: 28px;
}
.business_section {
	padding-top: 70px;
	padding-bottom: 30px;
}
.businessright h2 {
	font-size: 38px;
}
.businessright {
	padding-left: 0;
}

.hairservices_home .hairservices_list {
	margin-left: 10px;
    margin-right: 10px;
}
.hairservices_home .hairservices_wrap {
	justify-content: center;
}
.fbrighttext h3 {
	font-size: 23px;
}
}

@media(min-width: 768px) and (max-width: 1024px) {
.footer_widgetouter {
	padding: 30px 15px;
}
.open-hours-data {
	font-size: 14px;
}	
.footerwidget_1 {
	width: 20%;
}
.footerwidget_4 {
	width: 30%;
}
.open-hours-data dt {
	width: 30%;
}
.open-hours-data dd {
	width: 70%;
}
.footer_copyright {
	padding: 10px 15px;
}
.site_container {
	padding-left: 15px;
	padding-right: 15px;
}
.inner_banner {
	padding-left: 0;
	padding-right: 0;
}
.inner_banner h1, .inner_bannerVideo h1 {
	font-size: 40px;
	text-align: center;
}
.innerpage_wrap h2, .signupwrap h2 {
	font-size: 35px;
}
.logo {
	width: 20%;
}
.logo a {
	margin: 7px 0 0 0;
}
.phone_btnwrap {
	margin: 0px 0 0px 0;
	padding: 14px 8px 14px 31px;
	font-size: 14px;
}
.phone_btnwrap .fa {
	left: 3px;
	width: 30px;
	top: 54%;
	margin-top: -10px;
	font-size: 20px;
}
.phone_btnwrap span.phone2 {
	right: 11%;
}
.primary-menu-container {
	margin: 7px 0 0 0px;
	padding: 6.8px 5px;
}
#primary-menu-list li {
	padding: 0 10px;
}
.phone_btn {
	width: 20%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#primary-menu-list {
	justify-content: center;
}
.header_wrap {
	flex-wrap: wrap;
}
.navigation {
	width: 60%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.signupwrap {
	padding-right: 20px;
	padding-left: 20px;
}
.inner_bannercta {
	margin-right: 40px;
}
a.common_btn2 {
	padding: 18px 16px;
}
.inner_bannerVideo {
	padding-left: 0;
	padding-right: 0;
}
.inner_bannerctaleft {
	padding-left: 15px;
}
.inner_bannerctaleft h4 {
	font-size: 22px;
}
.services_listleft {
	padding: 40px 15px 15px;
}
.services_listleft h3 {
	font-size: 30px;
}
.work_section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.makeup_section {
	padding-top: 65px;
	padding-bottom: 55px;
	padding-left: 15px;
	padding-right: 15px;
}
.makeup_gallerylist {
	width: 48%;
}
.makeup_left {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.testimonials_section {
	padding-bottom: 80px;
	padding-top: 40px;
}
.testimonials_section h2 {
	font-size: 40px;
	margin-bottom: 15px;
}
.testimonials_list {
	align-items: center;
}

.hairservices_section {
	padding-top: 35px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}
.hairservices_list h4 {
	margin: 15px 0 10px;
	font-size: 18px;
}
.hairservices_list p {
	margin: 0 auto 25px;
}
.hairbar_section {
	margin-top: 40px;
	padding-bottom: 30px;
}
.hairbar_img {
	display: none;
}
.hairbar_info {
	width: 40%;
	padding-left: 10px;
	padding-right: 30px;
}
.hairbar_info h3 {
	margin-top: 50px;
	font-size: 30px;
	margin-bottom: 15px;
}
.hairbar_list {
	width: 30%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 80px;
	padding-bottom: 50px;
}
.accordion_flex h6 {
	font-size: 15px;
}
.open-close-box {
	width: 35px;
	height: 35px;
}
.accordion-trigger {
	flex-wrap: wrap;
}
.accordion_expand {
	padding-left: 10px;
	width: 80%;
}
.accordion-content p {
	font-size: 15px;
}
.testimonials_listright p {
	font-size: 14px;
}

.hairservices_list ul {
	padding-left: 30px;
	margin-bottom: 30px;
}
.hairotherservices_list {
	padding-top: 40px;
	padding-bottom: 20px;
}

.gallery_section {
	padding-top: 60px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
}
.about_gallery .item {
	height: 600px;
}
.team_section {
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.team_listimg {
	padding-top: 210px;
}
.teaminfo h3 {
	font-size: 17px;
}
.bnt_team {
	font-size: 15px;
	padding: 9px 4px;
}
.inner_bannerVideo.aboutcta_section {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.aboutcta_list h4 {
	font-size: 25px;
}
.business_section {
	padding-top: 70px;
	padding-bottom: 30px;
}
.businessright h2 {
	font-size: 38px;
}
.businessright {
	padding-left: 0;
}

.home_banner .item {
	height: 445px;
}
.homeslidertext h3 {
	font-size: 60px;
	margin-bottom: 10px;
}
.homeabout_section {
	position: relative;
	padding: 60px 0px 40px;
}
.homeabout_left h1 {
	font-size: 40px;
}
.homeabout_left p a {
	padding: 9px 25px;
}
.fbrighttext h3 {
	font-size: 19px;
	margin-bottom: 15px;
}
.fbrighttext .btnfb {
	width: 150px;
	padding: 9px 10px;
}
.fbrightimg2 {
	padding-top: 35%;
}
.hairservices_section h2 {
	font-size: 35px;
	margin-bottom: 50px;
    margin-top: 20px;
}
.hairservices_home .hairservices_list {
	margin-left: 10px;
    margin-right: 10px;
    width: 30.6%;
}
.homeform_outer h3 {
	font-size: 28px;
}
.homeform_img {
	width: 28%;
}
.homeform_outer {
	position: relative;
	width: 72%;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	margin-left: 0;
}	
}

@media (max-width: 767px) {
.footer_widgetouter {
	padding: 30px 15px;
}
.footer_widgetwrap {
	flex-direction: column;
	text-align: center;
}	
.footerwidget_1 {
	padding-right: 0;
	width: 100%;
	justify-content: center;
}
.footerwidget_2 {
	padding-right: 0;
	width: 100%;
	margin: 15px 0;
}
.footerwidget_3 {
	width: 100%;
	padding-right: 0;
	margin: 10px 0;
}
.footerwidget_4 {
	padding-left: 0;
	width: 100%;
}
.footerwidget_1 img {
	max-width: 250px;
}
.social_lists {
	margin-top: 10px;
}
.footer_copyright {
	padding: 10px 15px;
    text-align: center;
}
.footer_widgetwrap .footerwidget_2 p {
	margin: 0px auto;
}
.open-hours-data {
	margin: 5px auto;
}
.site_container {
	padding-left: 15px;
	padding-right: 15px;
}
.innerpage_wrap {
	min-height: auto;
}
.inner_banner {
	padding-left: 0;
	padding-right: 0;
}
.inner_banner h1, .inner_bannerVideo h1 {
	font-size: 35px;
	text-align: center;
}
.innerpage_wrap h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.signupwrap h2 {
	font-size: 23px;
	margin-bottom: 10px;
}
.contactinfo_left h3 {
	font-size: 23px;
	margin-bottom: 10px;
}
#wprmenu_bar .menu_title a {
	text-decoration: none;
	top: 1px;
}
.navigation, .phone_btn {
	display: none;
}
.logo {
	width: 100%;
}
.logo a {
	margin: 42px auto 0;
}
#masthead.headersticky .logo a {
	margin-bottom: 0;
	margin-top: 40px;
}
.stickyHeaderSpacer {
	height: 85px !important;
}
html body div#wprmenu_bar {
	width: 100%;
}

.videobgwrapper {
	display: none;
}
.signupwrap {
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
.formwrap6 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.formwrapflex {
	flex-direction: column;
}
.signupwrap .wpcf7 {
	margin-bottom: 0;
}

.inner_bannerctawrap {
	flex-direction: column;
	padding-left: 15px;
  padding-right: 15px;
}
.inner_bannerctaleft {
	padding-top: 15px;
	margin-top: 0px;
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 0;
	width: 100%;
	text-align: center;
}
.inner_bannerctaleft h4 {
	font-size: 18px;
}
.inner_bannerctaright {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
a.common_btn2 {
	padding: 14px 17px;
	font-size: 16px;
	margin: 4px 0;
}
.contactinfo_section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.contactinfo_wrap {
	flex-direction: column;
}
.contactinfo_left {
	padding-right: 0;
	width: 100%;
	text-align: center;
}
.contactinfo_right {
	width: 100%;
	padding-left: 0;
	text-align: center;
	margin-top: 30px;
}
.contacthelp_section {
	padding-top: 40px;
	padding-bottom: 10px;
}
.contacthelp_section h3 {
	font-size: 26px;
}
.formwrap12 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.contacthelp_section .wpcf7 .wpcf7-submit {
	width: 130px;
	height: 50px;
	margin: 20px auto;
    display: block;
}
.inner_bannercta {
	margin-right: 0;
}
.contactinfo_left p {
	margin: 0px auto;
}
.serviceintro_section {
	padding-top: 30px;
	padding-bottom: 20px;
}
.services_list {
	flex-direction: column;
}
.services_listleft {
	padding: 50px 15px;
	width: 100%;
}
.services_listleft h3 {
	font-size: 25px;
	margin: 15px 0;
}
.services_listright {
	width: 100%;
	padding-top: 270px;
}
.services_list:nth-child(2n) .services_listleft {
	order: 1;
}
.work_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.work_section h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.services_listleft p {
	max-width: 100%;
}

.makeup_section {
	padding-top: 35px;
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
}
.makeup_wrap {
	flex-direction: column;
}
.makeup_left {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 100%;
}
.makeup_left h4 {
	font-size: 20px;
}
.makeup_right {
	width: 100%;
	padding-left: 0;
}
.makeup_gallerylist {
	width: 100%;
}
.makeup_gallery {
	padding-top: 30px;
}
.testimonials_section {
	padding-bottom: 40px;
	padding-top: 40px;
}
.testimonials_section h2 {
	font-size: 30px;
	margin-bottom: 25px;
}
.testimonials_wrap {
	flex-direction: column;
}
.testimonials_list {
	width: 100%;
	margin-right: 0;
	padding-top: 20px;
	margin-bottom: 5px;
	border-top: none;
	flex-direction: column;
	align-items: center;
  text-align: center;
}
.testimonials_listright {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.quote {
	margin: 10px auto;
}
.page-id-28 .inner_bannerVideo h1, .page-id-19 .inner_bannerVideo h1, .page-id-20 .inner_bannerVideo h1, .page-id-23 .inner_bannerVideo h1 {
	text-align: center;
}
.hairservices_section {
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
.hairservices_wrap {
	flex-direction: column;
}
.hairservices_list {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
}
.hairservices_list h4 {
	font-size: 20px;
}
.hairservices_list p {
	margin: 0 auto 25px;
}
.hairbar_section {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
}
.hairbar_wrap {
	flex-direction: column;
	padding-bottom: 15px;
}
.hairbar_img {
	display: none;
}
.hairbar_info {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
}
.hairbar_info h3 {
	margin-top: 60px;
	font-size: 30px;
}
.hairbar_list {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.page-id-20 .hairservices_section {
	padding-left: 15px;
	padding-right: 15px;
}
.hairotherservices_section {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
}
#otherhair2 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.hairotherservices_img {
	display: none;
}
.hairotherservices_wrap {
	flex-direction: column;
}
.hairotherservices_list {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}
.hairotherservices_list p {
	max-width: 100%;
}
#otherhair2 .hairotherservices_list .graphic {
	margin: 40px auto 0;
}
.business_section {
	padding-top: 40px;
	padding-bottom: 40px;
}
.business_wrap {
	flex-direction: column;
}
.businessleft {
	padding-right: 0;
	margin-right: 0;
	width: 100%;
}
.businessright {
	width: 100%;
	padding-left: 0;
}
.businessright h2 {
	font-size: 30px;
	margin: 20px 0 10px 0;
}
.inner_bannerVideo.aboutcta_section {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.aboutcta_wrap {
	flex-direction: column;
}
.aboutcta_list {
	padding-right: 0;
	width: 100%;
	margin-bottom: 40px;
}
.team_section {
	padding-top: 50px;
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	text-align: center;
}
.team_section h2 {
	font-size: 30px;
}
.team_wrap {
	flex-direction: column;
}
.team_list {
	width: 100%;
	max-width: 250px;
    margin: 20px auto;
}
.teaminfo h3 {
	font-size: 19px;
}
.fancybox__container
{
	z-index: 9999999;
}
.team_data {
	flex-direction: column;
}
.team_img {
	width: 100%;
	min-height: 200px;
    max-width: 150px;
	margin: 0px auto;
}
.team_infoo {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
}
.team_infoo h4 {
	font-size: 20px;
}
.team_infoo h5 {
	font-size: 17px;
	margin: 5px 0 10px;
}
.gallery_section {
	padding-top: 30px;
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	text-align: center;
}
.gallery_section h3 {
	font-size: 30px;
}
.about_gallery {
	margin-bottom: 30px;
}
.about_gallery .item {
	height: 350px;
}
.about_gallery .owl-theme .owl-nav {
	top: 40%;
}
.businessimg {
	padding-top: 380px;
	max-width: 350px;
    margin: 10px auto;
}

.homeslidertext h3 {
	font-size: 40px;
	margin-bottom: 15px;
}
.home_banner .item {
	height: 350px;
}
.homeabout_section {
	padding: 30px 0;
}
.homeabout_wrap {
	flex-direction: column;
}
.homeabout_left {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.homeabout_left h1 {
	font-size: 30px;
}
.homeabout_left p a {
	padding: 8px 15px;
}
.homeabout_right {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.homeabout_right .accordion-wrapper {
	margin-bottom: 20px;
}
.fbwrap {
	flex-direction: column;
}
.fbleft {
	width: 100%;
}
.fbright {
	width: 100%;
	flex-direction: column;
}
.fbleftimg, .fbrightimg1, .fbrightimg2 {
	width: 100%;
	padding-top: 100%;
}
.fbrighttext {
	width: 100%;
	padding: 55px 15px;
}
.hairservices_section h2 {
	font-size: 30px;
	margin-bottom: 40px;
  margin-top: 20px;
}
.hairservices_home .hairservices_list {
	width: 100%;
}
.homeform_wrap {
	flex-direction: column;
}
.homeform_img {
	display: none;
}
.homeform_outer {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 20px;
}
.homeform_outer h3 {
	font-size: 25px;
}
.homeform_outer .wpcf7 .wpcf7-submit {
	margin: 20px auto;
	display: block;
}
.teaminfo {
	position: relative;
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 15px;
}
.teaminfo .bnt_team {
	padding: 8px 25px;

}
.services_listleft p a {
	padding: 6px 21px;
}
.open-close-box {
	width: 35px;
	height: 35px;
}
.phonemobile { display: inline-block !important; border: 2px solid #fff; border-radius: 50px; color: #fff; margin-left: 5px; margin-top: 10px; } 
#wprmenu_bar .menu_title a::after { background: none; content: "\f095"; font-family: FontAwesome; color: #fff; font-size: 25px; } 
#wprmenu_bar .menu_title a { font-size: 0; padding: 0 5px; } 
#wprmenu_bar .menu_title { float: right; }	
.cbp-spmenu-left.neww {
	left: 0 !important;
}
.hamburger--slider.neww2 .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg) !important;
}
.hamburger--slider.neww2 .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0) !important;
	opacity: 0;
}
.hamburger--slider.neww2 .hamburger-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg) !important;
}
#accessibilityWidget {
	display: block;
	margin-top: 5px;
}
.seperator {
	display: none;
}	
.footer_copyrightwrap a {
	margin-top: 6px;
	display: inline-block;
}	
}


