@font-face {
	font-family: 'Moonshiner';
	src: url('../fonts/Moonshiner-Regular.eot');
	src: url('../fonts/Moonshiner-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/moonshiner-regular-webfont.woff2') format('woff2'), url('../fonts/moonshiner-regular-webfont.woff') format('woff'), url('../fonts/moonshiner-regular-webfont.ttf') format('truetype'), url('../fonts/Moonshiner-Regular.svg#Moonshiner-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	font-family: 'Montserrat';
}
a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #e3c76c;
}

/** header **/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1!important;
}
.hammer-innerheader {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 0;
}
.hammer-innerheader ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.hammer-innerheader ul li {
	margin: 0 30px;
}
.hammer-innerheader ul li a {
	padding: 12px;
}
.hammer-innerheader .nav-link:focus, .hammer-innerheader .nav-link:hover {
	color: #ebcf83;
}
section.home-video {
	position: relative;
}
.home header.hammer-header ul li a {
	color: #fff;
}
.home header.hammer-header, .page-template-giftcards header.hammer-header, header.hammer-header {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 0;
	background: transparent;
	padding-top: 1rem;
}
section.home-video::after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
	/* IE6-9 */
	position: absolute;
	width: 100%;
	height: 30%;
	z-index: 100;
	content: "";
	top: 0;
	left: 0;
}
/*header.hammer-header {
background: #080705;
}*/

header.hammer-header li a {
	color: #fff;
}
.hero-header-2 h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 90px;
	font-family: 'Moonshiner';
	z-index: 1000;
}
.hero-header-2 h1 small {
	color: #e3c76c;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
header.hammer-header ul li a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
section.home-small-logoH {
	background: #07070f;
	padding: 80px 0;
}
section.home-small-logoH ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.home-small-logoH ul li {
	margin: 0 40px;
	text-align: center;
}
.single-presale section.home-small-logoH ul li img {
	height: 60px;
	object-fit: fill;
}
.single-presale section.home-small-logoH ul li:first-child img {
	height: 50px;
}
.single-presale section.home-small-logoH ul li:nth-child(2) img, .single-presale section.home-small-logoH ul li:nth-child(3) img {
	height: 70px;
}
.Hheading {
	font-size: 98px;
	font-family: 'Moonshiner';
	color: #fff;
}
section.hair-cutH {
	min-height: 700px;
	display: flex;
	align-items: center;
	background-position: top right;
	background-size: cover;
}
section.hair-cutH p {
	font-weight: 700;
	color: #e8ca69;
	font-size: 28px;
	max-width: 600px;
	width: 100%;
	margin: 50px 0;
	text-transform: uppercase;
}
section.hair-cutH .inner {
	max-width: 700px;
	width: 100%;
}
a.Hlink:hover, button.Hlink:hover {
	border-color: #fff;
	background: #fff;
	color: red;
}
a.Hlink span, button.Hlink span.sub {
	position: relative;
	z-index: 1;
}
a.Hlink, button.Hlink {
	max-width: 350px;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none;
	border: 2px solid #e3c76c;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	margin-top: 50px;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.Hlink:hover::after, button.Hlink:hover::after {
	left: 0;
	top: 0;
}
a.Hlink:hover, button.Hlink:hover {
	color: #e3c76c;
}
a.Hlink::after, button.Hlink::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/hlinkbg.png);
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 0;
}
button.Hlink {
	background: transparent;
	margin: 0 0 0 20px;
	max-width: 300px;
}
.page-template-locations-copy form.Hzip-part {
	margin-top: -10%;
}
.page-template-locations form.Hzip-part {
	margin-top: 20px;
}
.page-template-locations section.hair-cutH.common-banner .inner {
	margin-top: -18%;
}
.home-banner form.Hzip-part {
	justify-content: left;
}
form.Hzip-part input[type="text"] {
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	border: 2px solid #fff;
	max-width: 400px;
	width: 100%;
	background: transparent;
	color: #fff;
	background-image: url(../img/pin-icon.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
form.Hzip-part {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
form.Hzip-part ::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
}
form.Hzip-part :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}
form.Hzip-part ::placeholder {
	color: #fff;
}
section.featured-home-slider {
	background: #07080f;
	padding: 50px 0;
}
.featured-home-slider .inner-slide {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.featured-home-slider img.slider-left-img {
	width: 50%;
}
.featured-home-slider .slide-content {
	padding: 5%;
}
section.featured-home-slider .member-info {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 40px 0 30px;
}
section.featured-home-slider .member-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
}
section.featured-home-slider .member-info ul li {
	margin: 0 5px;
}
section.featured-home-slider .slide-content h3 {
	color: #fff;
	font-family: 'Moonshiner';
	font-size: 98px;
}
section.featured-home-slider .slide-content h4 {
	font-family: 'Moonshiner';
	color: #fff;
	font-size: 45px;
}
section.featured-home-slider .member-info ul li:hover i {
	background: #e3c76c;
	color: #000;
}
section.featured-home-slider .member-info ul li i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	color: #5c5c66;
	font-size: 15px;
}
section.featured-home-slider .slide-content h5 {
	color: #fff;
	font-family: 'Moonshiner';
	font-size: 34px;
	margin-bottom: 20px;
	margin-top: 30px;
}
section.featured-home-slider .slide-content p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
section.featured-home-slider ul.slick-dots {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	bottom: 6%;
	position: absolute;
	left: 6%;
}
section.featured-home-slider ul.slick-dots li button {
	width: 8px;
	height: 8px;
	font-size: 0;
	border: none;
	margin-right: 10px;
	border-radius: 5px;
	padding: 0;
}
section.featured-home-slider ul.slick-dots li.slick-active button {
	width: 30px;
}
section.Hlocation {
	padding: 100px 0;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-size: cover;
}
section.Hreward h2 {
	max-width: 1000px;
	margin: auto;
	font-size: 80px;
}
section.Hreward {
	min-height: 800px;
	display: flex;
	align-items: flex-start;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
}
section.Hreward a {
	margin: 50px auto;
}
section.Hlook-best {
	padding: 100px 0;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
section.Hlook-best .top small {
	color: #e3c76c;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
	margin: 20px 0;
	text-transform: uppercase;
	display: inline-block;
}
section.Hlook-best h3 {
	font-size: 70px;
	font-weight: 500;
	font-family: 'Moonshiner';
	color: #fff;
	margin: 40px 0;
	display: flex;
	align-items: center;
}
section.Hlook-best h3 img {
	margin-left: 20px;
	width: 150px;
	display: inline-block;
}
section.Hlook-best .bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.Hlook-best .bottom ul li {
	width: 32%;
}
section.Hlook-best .bottom ul li img {
	border-radius: 8px;
	border: 1px solid #20202e;
}
section.Hlook-best a.Hlink {
	margin: 80px auto 50px;
}
section.Hservice {
	padding: 100px 0;
	background-color: #06060a;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.Hservice-inner {
	display: flex;
	margin-top: 50px;
	align-items: flex-start;
	justify-content: space-between;
}
.Hservice-inner-section {
	position: relative;
	margin: 6px;
	padding: 30px;
	background-color: #040406;
	width: 32%;
	background-image: url(/wp-content/themes/bootscore-5/img/box-min-top.png), url(/wp-content/themes/bootscore-5/img/box-min-bottom.png), url(/wp-content/themes/bootscore-5/img/box-min-left-right.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-size: contain;
	background-position: center top, center bottom, center;
}
.Hservice-inner-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.Hservice-inner-section h5 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 40px;
}
.Hservice-inner-section h6 {
	color: #e3c76c;
	font-weight: bold;
	font-size: 23px;
	margin: 25px 0;
}
.Hservice-inner-section p, .Hservice-inner-section p small {
	color: #fff;
	font-size: 16px;
}
section.Hservice a.Hlink, section.Happointment-section a.Hlink {
	display: block;
	margin: 50px auto;
}
section.Happointment-section {
	padding: 100px 0;
}
footer.website-footer {
	background: #0a0a0d;
	padding: 100px 0 50px;
	text-align: center;
}
footer.website-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer.website-footer ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
footer.website-footer p.below-logo-text {
	color: #fff;
	max-width: 900px;
	margin: 30px auto;
	width: 100%;
}
footer.website-footer ul.footer-menu {
	display: flex;
	text-align: center;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
footer.website-footer ul.footer-menu li {
	margin: 0 20px;
}
footer.website-footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer.website-footer .footer-bottom ul {
	display: flex;
}
footer.website-footer .footer-bottom ul li:last-child a {
	margin-right: 0;
	border-left: none;
	padding-left: 20px;
}
footer.website-footer .footer-bottom ul li a {
	color: #fff;
	font-weight: normal;
	margin: 0 10px;
}
footer.website-footer .footer-bottom p {
	color: #fff;
}
footer.website-footer ul.social-media-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	background-image: url(../img/bg-social.png);
	background-repeat: no-repeat;
	background-position: center;
}
footer.website-footer ul.social-media-footer li:hover i {
	background: #e3c76c;
	color: #0a0a0d;
}
footer.website-footer ul li a:hover {
	color: #e3c76c;
}
footer.website-footer ul.social-media-footer li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 50%;
}
footer.website-footer .footer-bottom p {
	color: #a3a3a3;
}
footer.website-footer .footer-bottom p strong {
	color: #fff;
}
.mobile-commom-menu {
	display: none;
}
.hamburger .line {
	width: 45px;
	height: 5px;
	background-color: #ecf0f1;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger:hover {
	cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}
#hamburger-1.is-active nav {
	display: block;
}
div#hamburger-1 nav {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	background: #07070f;
	top: 100%;
}
div#hamburger-1 nav ul {
	flex-direction: column;
	padding: 0;
	margin: 0;
}
.m-img {
	display: none;
}
.top-button .btn-primary {
	background-color: #040406;
	border-color: #75442f;
}
section.hair-cutH.gift {
	padding-top: 150px;
	min-height: 800px;
}
.blog section.hair-cutH.gift, .single.single-post section.hair-cutH.gift {
	min-height: 500px;
	background-position: center;
}
section.hair-cutH.gift p {
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	max-width: 650px;
}
section.hair-cutH.gift p strong {
	color: #e8ca69;
}
section.work_section {
	padding: 100px 0;
}
section.work_section .inner {
	max-width: 500px;
	width: 100%;
}
section.work_section p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
section.work_section ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
section.work_section ol li {
	color: #fff;
	margin-bottom: 13px;
	font-size: 18px;
	padding-left: 50px;
	position: relative;
}
section.work_section ol li span {
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	background: #e3c76c;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #000006;
	font-weight: bold;
	font-size: 18px;
}
section.faq_section {
	background: #0b0b0f;
	padding: 100px 0;
	overflow: hidden;
	position: relative;
}
section.faq_section .content {
	display: none;
	width: 100%;
	float: left;
	position: relative;
}
h2.Hheading.icon {
	padding-bottom: 60px;
	margin-bottom: 60px;
	background-image: url(/wp-content/uploads/2021/11/hammer-icon-min.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.accordion-container {
	width: 95%;
	float: right;
}
.accordion-container i.fa.fa-minus::before {
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 28px;
}
.accordion-container i.fa.fa-plus::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	background: red;
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 28px;
}
.accordion-container i.fa.fa-plus::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 30px;
	top: 19px;
}
.accordion-container h3 {
	background: #0f0f14;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-radius: 6px;
	margin: 0;
}
.accordion-container h3:hover {
	cursor: pointer;
}
.accordion-container h3 span {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	width: 95%;
}
.accordion-container .set .fa {
	color: #fff;
}
.accordion-container .set {
	border: 1px solid #1f1f29;
	border-radius: 6px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	overflow: hidden;
}
.accordion-container .set .inner {
	background: #0f0f14;
	padding: 0 20px 20px;
}
.accordion-container .set p {
	color: #fff;
}
section.faq_section .container::before {
	background-image: url(/wp-content/uploads/2021/11/faq-bg-min.jpg);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 38%;
	left: 0%;
}
section.faq_section .container .row {
	position: relative;
}
.member-section {
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.member-ranking * {
	color: #fff;
}
.member-ranking .top ul {
	padding: 0;
	list-style: none;
	display: flex;
}
.member-ranking .top ul li {
	margin-right: 3px;
}
.member-ranking .top ul li .fa-star:before {
	color: #e8ca69;
}
.member-ranking .top {
	width: 95%;
	background: rgba(14, 16, 22, 0.8);
	padding: 20px 30px;
	margin-bottom: 50px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border: 2px solid #16171f;
	position: relative;
}
.member-ranking .top::before {
	background-image: url(/wp-content/themes/bootscore-5/img/botton-reviews-min.png);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	left: -2px;
	bottom: -26px;
}
.member-ranking .bottom {
	display: flex;
	align-items: center;
}
.member-ranking .bottom img {
	border-radius: 50%;
	margin-right: 20px;
	width: 90px;
	height: 90px;
	border: 5px solid #fff;
}
.member-ranking .bottom h5 {
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	font-weight: bold;
}
.member-ranking .bottom h5 span {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}
div#myModal_loc .location-slide .location-info h4 {
	max-width: 300px;
	width: 100%;
	font-family: 'Moonshiner';
	font-size: 40px;
	padding-right: 2%;
	color: #fff;
	text-transform: uppercase;
}
div#myModal_loc .location-info h5.loc-phone a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
div#myModal_loc .location-info h5.loc-phone {
	margin: 0;
}
div#myModal_loc .location-slide .location-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
div#myModal_loc .location-slide .location-info a.image {
	max-width: 200px;
	margin-right: 5%;
	width: 100%;
}
div#myModal_loc h2.Hheading.icon {
	font-size: 50px;
	padding-top: 20px;
	margin-bottom: 20px;
	background-size: 20px;
	padding-bottom: 40px;
}
div#myModal_loc p.loc-phone {
	margin: 0;
}
div#myModal_loc .location-info a.maps-link {
	margin: 5px 0;
	display: inline-block;
	font-size: 15px;
	text-decoration: underline;
}
div#myModal_loc .modal-video-body {
	position: fixed;
	background: #17151e;
	max-width: 1000px;
	height: 80vh;
	top: 10%;
	margin: auto;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
div#myModal_loc .locations-distance {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
div#myModal_loc .location-slide {
	width: 100%;
	padding: 2%;
}
div#myModal_loc .modal-video-body p {
	color: #fff;
	margin: 0;
}
div#myModal_loc .location-slide img {
	margin-bottom: 20px;
}
div#myModal_loc .location-info a.Hlink {
	color: #fff;
	text-decoration: none;
	max-width: 300px;
	margin: 0;
	margin-left: 3%;
	font-size: 15px;
}
div#myModal_loc .location-info a.Hlink:hover {
	color: #e3c76c;
}
div#myModal_loc .modal-video-body h3 {
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
}
.all-location-inner a {
	margin: 0 0 20px;
	color: #fff;
}
.all-location-inner img {
	margin-bottom: 20px;
}
.all-location-section {
	margin: 80px 0;
}
.all-location-inner {
	margin-top: 20px;
}
.all-location-inner h4 {
	font-size: 40px;
	font-family: 'Moonshiner';
	color: #fff;
}
.all-location-inner h4 a {
	font-size: 40px;
	font-family: 'Moonshiner';
	color: #fff;
	text-decoration: none;
}
.all-location-inner h4 a:hover {
	color: #e3c76c;
}
.single-slide-image {
	margin-left: 0;
	position: relative;
	height: 90vh;
	width: 100%;
	background-color: #111f30;
	margin-right: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	background-size: cover;
	background-position: center;
	background-color: #000;
	align-items: center;
}
.single-slide-image .slider-inner h3 {
	font-size: 80px;
	color: #fff;
	line-height: 84px;
	max-width: 550px;
	width: 100%;
	font-family: 'Moonshiner';
}
.single-slide-image .slider-inner p {
	color: #fff;
	color: #b5b5bd;
	font-size: 18px;
	letter-spacing: .1px;
}
section.hair-cutH.common-banner {
	position: relative;
	min-height: 400px;
	padding-top: 6%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section.hair-cutH.common-banner .inner {
	max-width: 100%;
	position: relative;
}
section.hair-cutH.common-banner::before {
	width: 100%;
	height: 100%;
	background: #000000b8;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
}
section.faq_section h2.Hheading, section.member-section h2.Hheading {
	margin-bottom: 50px;
}
.top-button {
	display: none;
}
.accordion-container .set .inner a {
	color: #fff;
}
/*** single Location start***/

.single section.Hlook-best.Hservice h3 {
	margin-bottom: 0;
}
.single section.Hlook-best.Hservice p.below-title-heading {
	font-style: italic;
	color: #fff;
	font-weight: 600;
}
.masnory-hair-new a {
	display: inline-block;
	vertical-align: top;
	padding: 6px
}
.masnory-hair-new a img {
	border-radius: 10px;
	max-width: 100%;
	border: 1px solid #20202e;
	width: 100%;
	height: auto;
}
.masnory-hair-new a:first-child {
	width: 33%
}
.masnory-hair-new a:nth-child(2) {
	width: 17%
}
.masnory-hair-new a:nth-child(3) {
	width: 17%
}
.masnory-hair-new a:nth-child(4) {
	width: 33%
}
.masnory-hair-new a:nth-child(5) {
	margin-top: -17%;
	width: 33%
}
.masnory-hair-new a:nth-child(6) {
	transform: translateY(-99%);
	width: 17%
}
.masnory-hair-new a:nth-child(7) {
	transform: translateX(-100%);
	width: 17%
}
.masnory-hair-new a:nth-child(8) {
	transform: translateX(-51%);
	width: 33%
}
.masnory-hair-new a:nth-child(9) {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 17%
}
.masnory-hair-new {
	position: relative;
	display: flex;
	flex-wrap: wrap
}
.masnory-nail-new, .masnory-hair-new {
	position: relative;
	display: flex;
	flex-wrap: wrap
}
.masnory-nail-new a {
	padding: 6px;
	display: inline-block
}
.masnory-nail-new a img {
	border-radius: 10px;
	max-width: 100%;
	display: block;
	border: 1px solid #20202e;
	width: 100%
}
.masnory-nail-new a:first-child {
	width: 33%
}
.masnory-nail-new a:nth-child(2) {
	width: 17%
}
.masnory-nail-new a:nth-child(3) {
	width: 33%
}
.masnory-nail-new a:nth-child(4) {
	width: 17%
}
.masnory-nail-new a:nth-child(5) {
	width: 17%
}
.masnory-nail-new a:nth-child(6) {
	width: 33%
}
.masnory-nail-new a:nth-child(7) {
	width: 17%;
	margin-top: -17%
}
.masnory-nail-new a:nth-child(8) {
	width: 33%;
	margin-top: -17%
}
.masnory-nail-new a:nth-child(9) {
	width: 17%;
	position: absolute;
	right: 33%;
	bottom: 0
}
.Hservice-outer-single-service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Hservice-single-service {
	width: 32%;
	margin-bottom: 40px;
}
.Hservice-outer-single-service h5 {
	color: #e3c76c;
	font-size: 42px;
	line-height: normal;
	font-family: 'Moonshiner';
	margin: 0 0 10px;
}
.Hservice-outer-single-service p {
	color: #fff;
}
.Hservice-single-service ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	display: flex;
}
.Hservice-single-service ul li {
	color: #fff;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
	font-weight: 600;
	font-size: 17px;
}
.Hservice-single-service ul li:last-child {
	border: none;
	color: #e3c76c;
}
.Hservice-single-service ul li:first-child {
	padding-left: 0;
	color: #b5b5bd;
}
/*** single Location end***/

section.three-box-section, section.membership-outer {
	padding: 100px 0;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
section.three-box-section ul {
	padding: 0;
	margin: 100px 0 0;
	display: flex;
	justify-content: center;
	list-style: none;
}
section.three-box-section ul li {
	width: 33%;
	background-color: #0f0f14;
	text-align: center;
	padding: 50px 30px;
	box-shadow: 1px 10px 1px rgb(0 1 31/38%);
	position: relative;
}
section.three-box-section ul li:nth-child(1)::before {
	background-image: linear-gradient(to top, #0f0f1429, #534a2d00, #80714126, #af9b56, #e2c76c);
	position: absolute;
	content: "";
	width: 3px;
	height: 96%;
	left: 0;
	top: 0;
}
section.three-box-section ul li:nth-child(1)::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	top: 0;
	border-top: 10px;
	left: 0;
	background-image: linear-gradient(to right, #e2c76c, #af9b56, #807141, #534a2d, #2a261a78);
}
section.three-box-section ul li:nth-child(3):after {
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	bottom: 0;
	border-top: 10px;
	right: 0;
	background-image: linear-gradient(to left, #e2c76c, #af9b56, #807141, #534a2d, #2a261a78);
}
section.three-box-section ul li:nth-child(3):before {
	background-image: linear-gradient(to bottom, #0f0f1429, #534a2d00, #80714126, #af9b56, #e2c76c);
	position: absolute;
	content: "";
	width: 3px;
	height: 96%;
	bottom: 0;
	right: 0;
}
section.three-box-section ul li:nth-child(2) {
	background-color: #e3c76c;
	color: #0f0f14;
	margin-top: -40px;
	height: 100%;
}
ul.three-box-section-inner.text-center li h4 {
	color: #e3c76c;
	font-size: 50px;
	margin: 30px 0;
	font-family: 'Moonshiner';
}
section.three-box-section ul li:nth-child(2) h4, section.three-box-section ul li:nth-child(2) p {
	color: #0f0f14;
}
section.three-box-section ul li p {
	color: #fff;
}
section.three-box-section a.Hlink {
	margin: 80px auto 0;
}
.membership-inner {
	display: flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
}
.membership-inner-left {
	background-color: rgb(15 15 20/78%);
	height: 100%;
	padding-bottom: 70px;
	padding-top: 74px;
	width: 31%;
	margin: 40px 10px 0;
}
.membership-inner-right.ptop {
	padding-top: 70px;
}
.membership-inner h3 sup {
	top: -27px;
	right: 7px;
}
section.Uthink-sec .four-inner h3 sup {
	top: -27px;
}
.membership-inner-right {
	background-image: url(../img/vmb-bg.png);
	background-size: cover;
	padding-bottom: 70px;
	/*width: 44%;*/
	width: 33%;
	/*margin: 40px 30px 0;*/
	margin: 40px 10px 0;
}
.membership-inner-right>span {
	display: block;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/vpp-bg.png);
	background-size: contain;
	text-transform: uppercase;
	color: #030304;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 30px;
}
.membership-inner h3 {
	text-align: center;
	color: #fff;
	font-size: 52px;
	font-family: 'Moonshiner';
}
.membership-inner ul {
	margin: 30px 10px 60px;
	list-style: none;
	padding: 0;
}
.membership-inner ul li {
	color: #fff;
	font-size: 18px;
	padding: 25px 0 25px 70px;
	border-bottom: 1px solid #22222c;
	position: relative;
}
.membership-inner ul li::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../img/vpp-check.png);
	background-repeat: no-repeat;
	left: 23px;
	top: 33px;
}
.membership-inner a.Hlink {
	margin: auto;
}
section.hair-cutH.gift ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
section.hair-cutH.gift ul li {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	line-height: 23px;
	color: #fff;
	font-size: 18px;
}
section.hair-cutH.gift ul li:first-child {
	padding-left: 0;
}
section.hair-cutH.gift ul li:last-child {
	padding-right: 0;
	border: none;
}
section.membership-outer i {
	color: #fff;
}
.choose-ldi-flex {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}
.choose-ldi-flex .img-block img {
	max-width: 200px;
	width: 100%;
}
.choose-ldi-flex h2 a {
	font-family: 'Moonshiner';
	font-size: 30px;
	padding-right: 2%;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.choose-ldi-flex h2 {
	max-width: 250px;
	width: 100%;
	font-family: 'Moonshiner';
	font-size: 30px;
	padding-right: 2%;
	color: #fff;
	text-transform: uppercase;
}
.choose-ldi-flex a.Hlink {
	color: #fff;
	text-decoration: none;
	max-width: 220px;
	margin: 0;
	margin-left: 3%;
	font-size: 16px;
}
.choose-ldi-flex p {
	color: #fff;
}
.choose-ldi-flex a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.choose-ldi-flex a:hover {
	color: #fff;
}
.choose-ldi-flex a.Hlink:hover {
	color: #e3c76c;
}
.choose .modal-video-body {
	display: none;
}
.choose .modal-video-body {
	display: block;
	position: fixed;
	background: #17151e;
	max-width: 1000px;
	height: 80vh;
	top: 10%;
	margin: auto;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
section.smaller-slider {
	background: #07070f;
	padding: 100px 0 50px;
	overflow: hidden;
}
.smaller-slider-inner .content {
	width: 50%;
	padding: 100px 70px;
	background-image: url(../img/meb-beni-content-bg.jpg);
	background-size: cover;
	position: relative;
	background-color: black;
}
.smaller-slider-inner, .smaller-slider-inner .row {
	width: 100%;
}
.smaller-slider .animatedParent:nth-child(odd) .row .col-lg-6.img {
	order: 1;
}
.smaller-slider-inner .img {
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.smaller-slider-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0;
}
.smaller-slider-inner .content h4 {
	color: #e3c76c;
	font-size: 65px;
	line-height: 70px;
	font-family: 'Moonshiner';
	margin-bottom: 20px;
}
.smaller-slider-inner .content p {
	color: #fff;
}
button.Hlink.zip-search.loading {
	background-image: url(../img/loder.gif);
	background-position: center right 20px;
	background-size: 30px;
	background-repeat: no-repeat;
}
.smaller-slider-inner .content::before {
	background-image: linear-gradient(to bottom, #0f0f1429, #534a2d00, #80714126, #af9b56, #e2c76c);
	position: absolute;
	content: "";
	width: 3px;
	height: 96%;
	bottom: 0;
	right: 0;
}
.smaller-slider-inner .content::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	bottom: 0;
	border-top: 10px;
	right: 0;
	background-image: linear-gradient(to left, #e2c76c, #af9b56, #807141, #534a2d, #2a261a78);
}
.smaller-slider .animatedParent:nth-child(odd) .row .col-lg-6.content::before {
	background-image: linear-gradient(to bottom, #0f0f1429, #534a2d00, #80714126, #af9b56, #e2c76c);
	position: absolute;
	content: "";
	width: 3px;
	height: 96%;
	bottom: 0;
	right: auto;
	left: 0;
}
.smaller-slider .animatedParent:nth-child(odd) .row .col-lg-6.content::after {
	left: 0;
	background-image: linear-gradient(to right, #e2c76c, #af9b56, #807141, #534a2d, #2a261a78);
}
.mainpage-outer {
	margin: 0;
	padding: 100px 0 0;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.mainpage-outer a.Hlink {
	margin: 50px auto 0;
}
.mainpage-outer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.career-top h4 {
	color: #fff;
	font-family: 'Moonshiner';
	font-size: 40px;
}
.mainpage-outer p, .mainpage-outer ul li {
	color: #fff;
}
h2.Hheading.small-below-text {
	text-align: center;
}
h2.Hheading.small-below-text span {
	display: block;
	font-size: 18px;
}
.take-us-part {
	padding: 50px;
	border: 2px solid #e3c76c;
	margin-top: 30px;
}
h2.Hheading.small-over-text span {
	display: block;
	font-size: 40px;
	color: #e3c76c;
	font-family: 'Moonshiner';
}
h2.Hheading.small-over-text {
	text-align: center;
}
section.win-secton {
	margin: 80px 0 0;
	background: #07070f;
	padding: 80px 0;
}
.career-top ul {
	display: flex;
	flex-wrap: wrap;
}
.career-top ul li {
	width: 50%;
	margin: 7px 0;
	position: relative;
	padding-left: 20px;
}
.career-top ul li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	left: 0;
	top: 10px;
	background-color: #f1d281;
}
section.win-secton ul {
	display: flex;
	text-align: center;
}
section.win-secton ul li {
	padding: 10px;
}
section.win-secton ul li p {
	font-size: 15px;
}
section.win-secton ul li h4 {
	font-size: 20px;
	font-weight: bold;
}
.apply-outer {
	margin: 0;
	padding: 100px 0;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.apply-outer p, .apply-outer li {
	color: #fff;
}
select.form-select.dp-down {
	background-image: url(../img/down.png);
	background-position: 97%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}
.form-select.dp-down, .app-info input[type="text"], .app-info input[type="search"], .app-info input[type="tel"], .app-info input[type="email"], .app-info textarea, .app-info input[type="number"], .app-info input[type="password"], .app-info .search {
	background: #282828;
	width: 100%;
	height: 50px;
	outline: none;
	padding: 0 20px;
	margin: 0 0 10px;
	display: block;
	border: 0px solid #e6eaee;
	color: #898989;
	font: 14px/18px 'open_sansregular', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	border-radius: 0;
}
.app-info * {
	color: #898989;
}
.app-info {
	max-width: 800px;
	margin: 44px auto 0;
}
.acpt input {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
.acpt span {
	font-weight: 400 !important;
	text-align: left;
	padding-left: 13px;
	text-indent: -13px;
	font-size: 14px;
}
.mgc {
	margin-bottom: 22px;
}
.rs-upload input.resupload {
	position: relative;
	height: 50px !important;
	display: block;
	width: 100%;
	max-width: 168px;
	left: 0px;
	margin: 0;
	z-index: 99;
	opacity: 0;
}
.rs-upload span {
	display: inline-block;
}
.rs-upload i {
	position: absolute;
	top: 0;
	left: 15px;
	width: 100%;
	background-color: #e3c76c;
	max-width: 167px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	color: #000;
	height: 50px;
	z-index: 9;
	font: 12px/46px 'montserratbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	transition: all 0.5s;
	border: 2px solid #e3c76c;
}
.rs-upload em {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 6px;
	content: '';
	background: url(../img/hlinkbg.png);
	z-index: 1;
	left: 22px;
	max-width: 166px;
}
.rs-upload span:hover+i {
	border: 2px solid #fff;
}
.rs-upload {
	text-align: left;
	position: relative;
}
.sdm {
	position: relative;
}
.app-info .btn-holder input {
	margin: 0;
	background-color: #e3c76c;
	color: #282828;
	position: relative;
	z-index: 99;
	width: 100%;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
.app-info a.btn {
	background-color: #e3c76c;
	width: 150px;
	border: none;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 0;
	margin-left: 20px;
	text-transform: uppercase;
	position: relative;
}
#date-icon {
	background-image: url(../img/down-date.png);
	background-position: 97%;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}
.sdm:after, .app-info a.btn:after {
	width: 100%;
	height: 66%;
	position: absolute;
	left: 8px;
	top: 4px;
	content: '';
	background: url(../img/hlinkbg.png);
}
.app-info a.btn:after {
	height: 115%;
}
.app-info .btn-holder {
	text-align: center;
	margin-bottom: 0;
	display: flex;
	display: -webkit-flex;
}
.rs-upload input.resupload {
	position: relative;
	height: 50px !important;
	display: block;
	width: 100%;
	max-width: 168px;
	left: 0px;
	margin: 0;
	z-index: 99;
	opacity: 0;
}
section.hair-cutH.common-banner a.Hlink {
	margin: 30px auto 60px;
}
.page-template-career section.hair-cutH.common-banner .inner .Hheading {
	font-size: 60px;
}
div#primary.content-area h2 {
	font-size: 50px;
	font-family: 'Moonshiner';
	color: #ffffff;
}
div#primary p, div#primary li, div#primary a {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Montserrat';
}
.page-id-1318, .page-id-6479 {
	background: #070707;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
}
.center-logo a img {
	max-width: 140px;
	width: 100%
}
.website-footer img {
	max-width: 175px;
}
section.hair-cutH.gift.upper-banner p.bottom-upper {
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: left;
	position: relative;
	width: 100%;
	font-size: 30px;
}
section.hair-cutH.gift.upper-banner p.bottom-upper::before {
	width: 32%;
	height: 2px;
	content: "";
	background: #e9cf83;
	position: absolute;
	right: 0;
	top: 50%;
}
.upper-banner p.bottom-upper img {
	max-width: 50px;
	margin-right: 10px;
}
.upper-banner h2.Hheading {
	line-height: 86px;
}
section.hair-cutH.gift.upper-banner, section.hair-cutH.gift.upper-banner .inner {
	position: relative;
}
section.hair-cutH.gift.upper-banner::before {
	width: 100%;
	height: 100%;
	background: #000000d9;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
}
.upper-form-section {
	position: relative;
	max-width: 400px;
	border: 2px solid #e2c769;
	margin: 0 auto;
	background: #0000008c;
	border-bottom: none;
	padding: 80px 30px;
	margin-top: 0;
	border-top: none;
}
.upper-form-section h3, .upper-form-section h3 span {
	color: #fff;
	font-family: moonshiner;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
}
.upper-form-section h4 {
	display: flex;
	align-items: center;
	color: #e8ca69;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .5px;
	margin: 20px 0 0;
}
.upper-form-section h4 img {
	max-width: 30px;
	margin-right: 10px;
}
section.hair-cutH.gift .upper-form-section p {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .5px;
	color: #fff;
}
.upper-form-section h3 span {
	display: block;
	color: #e2c76a;
}
.upper-banner h2.Hheading span {
	font-family: moonshiner;
	color: #e2c76a;
	display: block;
	font-size: 99px;
	line-height: 93px;
}
.logo-heading-no-header {
	display: flex;
	align-items: center;
}
.border-sec-upper {
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	margin: 20px 0;
	padding: 20px 0;
}
section.hair-cutH.gift .upper-form-section h5 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
section.hello-upper-ar .form-content {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
section.hello-upper-ar h2, section.upperar-guys h2 {
	color: #0a0a0d;
	margin-bottom: 20px;
}
section.hello-upper-ar {
	margin: 50px 0;
}
section.hello-upper-ar iframe {
	margin: auto;
	width: 500px;
	height: 400px;
	margin: 15px 20px;
	display: inline-block;
}
section.hello-upper-ar .video-sec {
	margin-bottom: 50px;
}
.logo-heading-no-header img.web-logo {
	max-width: 200px;
	float: left;
	width: 100%;
	margin-right: 20px;
}
.page-template-page-alt-landing header.hammer-header {
	display: none;
}
.page-template-page-alt-landing section.hair-cutH.gift.upper-banner {
	padding-top: 0;
	min-height: 100%;
}
.page-template-page-alt-landing section.hair-cutH.gift.upper-banner .wpcf7-response-output, .page-template-page-alt-landing .wpcf7-response-output {
	color: #fff;
}
.per-month-class {
	display: flex;
	align-items: center;
	justify-content: center;
}
.upperar-guys-box-inner h6 .per-month-class span {
	margin-left: 6px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .5px;
}
.upperar-guys-box-inner h6 .per-month-class del+span {
	color: #5e5e5e;
}
.per-month-class ins, .upperar-guys-box-inner h6 .per-month-class ins+span {
	color: #e2c76a;
}
.upperar-guys-box-inner .blink-item {
	animation: blink 1s linear infinite;
	color: #e2c76a;
	font-size: 17px;
}
section.hair-cutH.gift.upper-banner .inner {
	padding-top: 10%;
}
section.upperar-guys {
	background-image: url(/wp-content/uploads/2022/01/53114786-0-92A9534-min.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 100px 0;
	background-attachment: fixed
}
section.upperar-guys::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: #ffffffad;
	z-index: 0;
	top: 0;
	left: 0;
}
section.upperar-guys * {
	position: relative;
}
section.upperar-guys h2 span {
	font-size: 50px;
	font-family: moonshiner;
	display: block;
	line-height: 20px;
	letter-spacing: .5px;
}
.upperar-guys-box-outer {
	display: flex;
	justify-content: center;
}
.upperar-guys-box-inner {
	background: #202020;
	padding: 20px;
	margin: 2%;
	width: 32%;
	position: relative;
	border: 5px solid #e2c76a;
}
.upperar-guys-box-inner::before {
	background-image: url(/wp-content/uploads/2022/01/53139131-0-lines.png);
	position: absolute;
	width: 60px;
	min-height: 200px;
	content: "";
	top: 0;
	left: -5px;
	background-size: 200px;
}
.upperar-guys-box-inner * {
	color: #fff;
}
.upperar-guys-box-inner ul {
	padding: 0;
	margin: 20px auto;
	list-style: none;
}
.upperar-guys-box-inner ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(/wp-content/uploads/2022/01/53140971-0-screw.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: top 6px left;
	font-size: 15px;
}
.upperar-guys-box-inner h5 {
	text-align: center;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
.upperar-guys-box-inner h6 {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 65px;
	font-family: moonshiner;
	font-weight: 600;
}
.upperar-guys-box-inner h6 span {
	font-size: 12px;
}
.upperar-guys-box-inner h6 ins {
	text-decoration: none;
	font-size: 80px;
}
.upperar-guys-box-inner h6 del {
	color: #5e5e5e;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.upperar-guys-box-inner h6 del small {
	position: absolute;
	font-size: 12px;
	width: 100%;
	bottom: 0;
	left: 0;
	font-weight: 500;
	color: #5e5e5e;
}
.upperar-guys-box-inner p {
	color: #e2c76a;
}
section.guys-slider-section-upper {
	padding: 80px 0;
	background-image: url(/wp-content/uploads/2022/01/55644672-0-397-min.jpg);
	background-size: cover;
}
section.guys-slider-section-upper ul.slick-dots {
	padding: 0;
	margin: 0;
	line-height: normal;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
section.guys-slider-section-upper ul.slick-dots li button {
	border: none;
	margin: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0;
	display: inline-flex;
	padding: 0;
	opacity: 0.4;
}
section.guys-slider-section-upper ul.slick-dots li.slick-active button {
	opacity: 1;
}
section.guys-slider-section-upper p {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
section.guys-slider-section-upper .one-time {
	max-width: 800px;
	width: 100%;
	margin: 30px auto 0;
}
.img-left-right {
	min-height: 400px;
	align-items: center;
	height: 100%;
}
.img-left-right .img {
	min-height: 400px;
	background-size: cover;
	border: 3px solid #e2c76a;
}
section.service-upper-ar {
	background-image: url(/wp-content/uploads/2022/01/55644672-0-397-min.jpg);
	background-size: cover;
	position: relative;
	padding: 50px 0;
}
.section-alt .row.img-left-right:nth-child(even) {
	flex-direction: row-reverse;
}
section.service-upper-ar * {
	color: #fff;
}
section.service-upper-ar::before {
	width: 100%;
	height: 100%;
	background: #000000d4;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
section.service-upper-ar .container {
	position: relative;
}
section.service-upper-ar .inner {
	padding: 0 10%;
}
section.service-upper-ar h5 {
	font-size: 30px;
	font-weight: bold;
	color: #e2c76a;
	margin-bottom: 20px;
	position: relative;
}
section.service-upper-ar h5::before {
	content: "";
	position: absolute;
	background-image: url(/wp-content/uploads/2022/01/53139131-0-lines-h.png);
	width: 200px;
	height: 45px;
	background-size: 322px;
	background-repeat: no-repeat;
	top: -22px;
	left: -25px;
}
section.service-upper-ar ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(/wp-content/uploads/2022/01/53140971-0-screw.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: top 5px left;
	font-size: 15px;
}
section.service-upper-ar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
section.say-hello-upper {
	background-image: url(/wp-content/uploads/2022/01/55645702-0-HN-form-bg-min-1.png);
	padding: 100px 0;
	position: relative;
}
section.say-hello-upper .inner {
	max-width: 800px;
	margin: auto;
	width: 100%;
	background: #e2c76a;
	padding: 30px;
}
section.say-hello-upper h2 {
	font-size: 67px;
	line-height: 65px;
	margin-bottom: 20px;
	color: #0a0a0d;
}
section.say-hello-upper h3 {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
.upper-form-section form input[type="text"], .upper-form-section form input[type="email"], .upper-form-section form input[type="tel"] {
	width: 100%;
	color: #E2C76A;
	background-color: #363636;
	padding: 10px;
	border: none;
	margin-bottom: 6px;
}
.form-section {
	background: rgb(226, 199, 106);
	padding: 20px;
}
.hello-upper-ar .col-lg-8 p {
	line-height: 32px;
	margin: 20px 20px 40px;
}
section.guys-slider-section-upper h2 {
	color: #e2c76a;
}
.hello-upper-ar .form-section h4 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 15px;
}
.hello-upper-ar .form-section form input[type="text"], .hello-upper-ar .form-section form input[type="email"], .hello-upper-ar .form-section form input[type="tel"], section.say-hello-upper form input[type="text"], section.say-hello-upper form input[type="email"], section.say-hello-upper form input[type="tel"] {
	width: 100%;
	color: #313131;
	background-color: #FDE48F;
	padding: 10px;
	border: none;
	border-radius: 3px;
	margin-bottom: 10px;
}
.item-absolute {
	position: relative;
}
.item-absolute input[type="submit"] {
	max-width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	text-decoration: none;
	border: 2px solid #e3c76c;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.item-absolute::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/bootscore-5/img/hlinkbg.png);
	position: absolute;
	background-repeat: no-repeat;
	left: 8px;
	top: 8px;
	z-index: 0;
}
.hello-upper-ar .item-absolute::before, section.say-hello-upper .item-absolute::before {
	background-image: url(/wp-content/uploads/2022/01/blkhlinkbg.png);
}
.hello-upper-ar .item-absolute input[type="submit"], section.say-hello-upper .item-absolute input[type="submit"] {
	background: #000000;
	color: #E2C76A;
}
section.say-hello-upper .item-absolute {
	max-width: 300px;
	margin: auto;
	width: 100%;
}
section.say-hello-upper form p, section.hello-upper-ar form p {
	margin: 0;
}
section.say-hello-upper form, .section.hello-upper-ar form {
	margin-top: 30px;
}
section.treat-sec-upper::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: #0a0a0dbf;
	z-index: 0;
	top: 0;
	left: 0;
}
section.treat-sec-upper {
	padding: 80px 0;
	position: relative;
	border-top: 3px solid #e2c76a;
	border-bottom: 3px solid #e2c76a;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section.treat-sec-upper .container {
	position: relative;
}
section.treat-sec-upper h2 strong {
	font-family: moonshiner;
	font-size: 110px;
	font-weight: 600;
}
section.treat-sec-upper h2 span {
	font-family: moonshiner;
	display: block;
	color: #fff;
	font-size: 70px;
}
section.treat-sec-upper p {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
section.treat-sec-upper h2::before {
	width: 80%;
	height: 1px;
	position: absolute;
	content: "";
	background: #e2c76a;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
section.treat-sec-upper h2 {
	color: #e2c76a;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}
section.treat-sec-upper p small {
	color: #e2c76a;
	font-size: 15px;
}
.item-absolute input[type="submit"]:hover {
	background: #e2c76a;
	color: #000;
}
.hello-upper-ar .item-absolute input[type="submit"]:hover, section.say-hello-upper .item-absolute input[type="submit"]:hover {
	background: #e2c76a;
	color: #000;
	border-color: #000;
}
.space-top-gap {
	padding-top: 150px;
}
.our-location-section {
	background: #06060a;
	padding: 100px 0;
}
section.Uclub-sec small, .Uthink-sec small {
	color: #ffffff;
	font-weight: 500;
	font-size: 25px;
	text-transform: uppercase;
	display: block;
}
section.Uclub-sec {
	padding: 250px 0;
	position: relative;
}
section.Uclub-sec .container {
	position: relative;
}
section.Uclub-sec::before {
	width: 30%;
	height: 100%;
	background: #07070d;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
section.Uclub-sec h2 {
	color: #e3c76c;
	margin-bottom: 20px;
	font-size: 135px;
	white-space: nowrap;
	position: relative;
}
section.Uclub-sec h3, .Uthink-sec h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 20px;
}
section.Uclub-sec p, .Uthink-sec p {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
}
.Uthink-sec h2 {
	color: #e3c76c;
	margin-bottom: 20px;
	font-size: 80px;
}
.Uthink-sec h2 span {
	color: #fff;
	font-family: moonshiner;
}
section.Uthink-sec {
	padding: 0 0;
	background-color: #030305;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-size: cover;
}
section.Uclub-sec .gap {
	margin-top: 10%;
}
section.Uthink-sec img {
	margin-top: -500px;
	position: relative;
}
.Uthink-sec .content {
	padding: 0 5%;
	width: 80%;
}
.Uthink-sec .content ul {
	margin: 80px 0;
	padding: 0;
	list-style: none;
}
section.Uthink-sec .two img {
	margin: 0;
}
.Uthink-sec .content ul li {
	background: #090912a6;
	margin-bottom: 50px;
	position: relative;
	width: 93%;
	margin-left: 5%;
	list-style: none;
}
.Uthink-sec .content ul li .border-four .inner::before {
	position: absolute;
	content: "";
	width: 28%;
	background-image: linear-gradient(to left, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 1px;
	z-index: 10;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}
.Uthink-sec .content ul li .border-four .inner::after {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 20%;
	z-index: 10;
	left: auto;
	right: 0;
	bottom: 0;
}
.Uthink-sec .content ul li .border-four::before {
	position: absolute;
	content: "";
	width: 26%;
	background-image: linear-gradient(to right, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 1px;
	z-index: 10;
	left: 0;
	top: 0;
	z-index: 0;
}
.Uthink-sec .content ul li .border-four::after {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to bottom, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 41%;
	z-index: 10;
	left: 0;
	top: 0;
	z-index: 0;
}
.Uthink-sec .content ul li div.border-four .inner {
	padding: 50px;
}
.Uthink-sec .content ul li p {
	margin: 0;
	font-size: 18px;
}
section.Uthink-sec .two {
	display: flex;
	align-items: center;
}
.Uthink-sec .content ul li:nth-child(even) {
	width: 90%;
	margin-left: -2%;
}
.Uthink-sec .content ul li:last-child {
	margin-bottom: 0;
}
.Uthink-sec .content ul li::before {
	width: 15px;
	height: 80%;
	content: "";
	position: absolute;
	background: #23233d;
	top: 10%;
	left: -4px;
	bottom: auto;
}
section.Uthink-sec .three img {
	margin: 100px 0;
	float: right;
	max-width: 88%;
}
section.Uthink-sec .four-inner {
	width: 75%;
	margin: auto;
}
section.Uthink-sec .four-inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
section.Uthink-sec .four-inner ul li h3 {
	margin: 0 0 10px;
	font-family: moonshiner;
	font-size: 50px;
	font-weight: 400;
}
section.Uthink-sec .four-inner ul li {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 20px;
	margin-top: 20px;
}
section.Uthink-sec .four-inner ul li p {
	font-size: 18px;
}
.Uluxe-sec-inner .row {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px;
}
section.Uluxe-sec {
	background: #0a0a14;
	padding: 80px 0;
}
.Uluxe-sec-outer {
	margin: 50px 0;
	position: relative;
}
.Uluxe-sec-inner {
	position: relative;
}
section.Uluxe-sec h2 span {
	font-size: 98px;
	font-family: moonshiner;
	color: #fff;
}
.Uluxe-sec-inner h3 {
	font-size: 63px;
	font-family: moonshiner;
	color: #e3c76c;
	margin-bottom: 30px;
}
.Uluxe-sec-inner h3 strong {
	font-size: 98px;
	font-family: moonshiner;
	color: #fff;
}
.Uluxe-sec-inner h3 span {
	font-family: moonshiner;
	color: #fff;
}
.Uluxe-sec-inner h4 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.Uluxe-sec-inner p {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
.Uluxe-sec-inner .inner {
	width: 95%;
	float: right;
}
.Uluxe-sec-inner::before {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 41%;
	z-index: 10;
	left: auto;
	right: 0;
	bottom: 0;
}
.Uluxe-sec-inner::after {
	position: absolute;
	content: "";
	width: 28%;
	background-image: linear-gradient(to left, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 1px;
	z-index: 10;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}
.Uluxe-sec-inner .row::before {
	position: absolute;
	content: "";
	width: 26%;
	background-image: linear-gradient(to right, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 1px;
	z-index: 10;
	left: 10%;
	top: 0;
	z-index: 0;
}
.Uluxe-sec-inner .row::after {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to bottom, #21215c, #21215c, #21215c, #21215c, #0f0f14);
	height: 41%;
	z-index: 10;
	left: 10%;
	top: 0;
	z-index: 0;
}
.Uluxe-sec-inner .row div {
	position: relative;
	z-index: 1;
}
.Uluxe-sec-outer::before {
	width: 90.5%;
	height: 100%;
	background: #0b0b16;
	position: absolute;
	content: "";
	right: 0;
}
.Uluxe-sec-outer.even .row {
	flex-direction: row-reverse;
	position: relative;
	z-index: unset;
}
.Uluxe-sec-outer.even::before {
	right: auto;
	left: 15px;
}
.Uluxe-sec-outer.even .Uluxe-sec-inner .row::before {
	left: 35px;
}
.Uluxe-sec-outer.even .Uluxe-sec-inner .row::after {
	left: 34px;
}
.Uluxe-sec-outer.even .Uluxe-sec-inner::before {
	right: 10%;
	z-index: 0;
}
.Uluxe-sec-outer.even .Uluxe-sec-inner::after {
	right: 10%;
}
.Uluxe-sec-outer.even .row div {
	position: relative;
	z-index: 1;
}
section.Uthink-sec .col-lg-5 {
	padding-left: 0;
}
section.Uthink-sec .two .col-lg-5 {
	padding-right: 0;
}
section.Uthink-sec .three .col-lg-12 {
	padding-right: 0;
}
footer.website-footer.club p.below-logo-text {
	max-width: 650px;
}
footer.website-footer.club ul.club-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
footer.website-footer.club ul.club-content li {
	padding: 5px 30px 5px;
	font-style: italic;
	color: #fff;
}
footer.website-footer.club ul.club-content li:first-child {
	border-right: 1px solid #1d1d26;
	padding-left: 0;
}
footer.website-footer.club ul.club-content li:last-child {
	padding-right: 0;
}
footer.website-footer.club .footer-bottom ul li:last-child a {
	color: #a3a3a3;
	text-transform: capitalize;
}
section.hair-cutH.Nsec {
	min-height: auto;
	padding: 80px 0;
	background: #000;
}
section.hair-cutH.Nsec h3 {
	font-weight: 700;
	color: #e8ca69;
	font-size: 28px;
	text-transform: uppercase;
}
section.hair-cutH.Nsec p {
	color: #fff;
	font-size: 18px;
	max-width: 100%;
	margin: 20px 0;
	text-transform: none;
	font-weight: 400;
}
section.hair-cutH.Nsec .inner {
	max-width: 100%;
}
section.Uluxe-sec h6 {
	background: #0a0a0d;
	width: 100%;
	left: 0;
	padding: 30px 10px;
	border: 5px solid#fff;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 100px 0 -130px;
}
.page-template-test section.hair-cutH.common-banner {
	display: none;
}
.home section.hair-cutH.gift.home-banner h2, section.hair-cutH.gift.home-banner h2 {
	color: #e3c76c;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	position: relative;
}
section.hair-cutH.gift.home-banner {
	position: relative;
}
.page-template-locations-copy section.hair-cutH.common-banner, .page-template-locations section.hair-cutH.common-banner {
	min-height: 650px;
}
section.hair-cutH.gift.home-banner::before, .page-template-locations section.hair-cutH.common-banner::before {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.6;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}
section.hair-cutH.gift.home-banner .container {
	position: relative;
}
.home section.hair-cutH.gift.home-banner p, section.hair-cutH.gift.home-banner p {
	color: #fff;
	text-transform: uppercase;
	font-size: 90px;
	font-family: 'Moonshiner';
	z-index: 1000;
	max-width: 100%;
	line-height: initial;
	width: 100%;
	margin: 0;
}
.home section.hair-cutH.gift.home-banner .inner, section.hair-cutH.gift.home-banner .inner {
	max-width: 100%;
}
div#password-protected form input[type="password"] {
	color: #fff;
}
div#password-protected form input::placeholder {
	color: #fff;
	opacity: 1;
}
div#password-protected form input:-ms-input-placeholder {
	color: #fff;
}
div#password-protected form input::-ms-input-placeholder {
	color: #fff;
}
.page-template-locations-copy section.hair-cutH.common-banner::before, .page-template-locations section.hair-cutH.common-banner::before {
	display: none;
}
.single-presale .lc-top-right form {
	max-width: 400px;
	margin: auto;
	width: 100%;
}
.single-presale .lc-top-right form label {
	width: 100%;
}
.single-presale .lc-top-right form input[type="submit"] {
	width: 96%;
	border-radius: 0;
	width: 100%;
}
.single-presale .item-absolute::before {
	width: 100%;
}
.single-presale .item-absolute.form-btn-geometry {
	margin-bottom: 30px;
}
.single-presale .lc-top-right form input[type="text"], .single-presale .lc-top-right form input[type="email"], .single-presale .lc-top-right form input[type="tel"] {
	margin-bottom: 15px;
	padding: 16px;
	border: none;
	width: 100%;
}
.single-presale .lc-top-right form input::-webkit-input-placeholder {
	color: #9d9db3;
}
.single-presale .lc-top-right form input:-ms-input-placeholder {
	color: #9d9db3;
}
.single-presale .lc-top-right form input::placeholder {
	color: #9d9db3;
}
.single-presale .lc-top-right p i {
	color: #e3c76c;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.single-presale .hn-icon-top {
	margin: 0 auto;
}
.single-presale .hn-icon-top p, .single-presale .hn-icon-top h1 {
	margin-top: 10px;
	color: #e3c76c;
	font-size: 16px;
	font-weight: 300;
	text-shadow: 1px 2px 3px #000;
	margin-bottom: 1rem;
	line-height: 1.5!important;
	font-family: 'Montserrat';
}
.single-presale .lc-top-right h3 {
	text-align: center;
	font-size: 60px;
}
.single-presale section.home-small-logoH h2 {
	margin-bottom: 50px;
	font-size: 50px;
}
.single-presale .single-slide-slider.image-alternate .border-button {
	padding: 0;
	margin-top: 50px;
	position: relative;
}
.single-presale .founding-rates .border-button {
	padding: 0;
	margin-top: 30px;
	position: relative;
}
.single-presale .founding-rates .border-button::before {
	width: 30%;
	height: 1px;
	position: absolute;
	content: "";
	background: #171721;
	left: 0;
	top: 50%;
}
.single-presale .founding-rates .border-button::after {
	width: 30%;
	height: 1px;
	position: absolute;
	content: "";
	background: #171721;
	right: 0;
	top: 50%;
}
.single-presale .single-slide-slider.image-alternate .border-button::before {
	width: 25%;
	height: 1px;
	position: absolute;
	content: "";
	background: #171721;
	left: 5%;
	top: 50%;
}
.single-presale .single-slide-slider.image-alternate .border-button::after {
	width: 25%;
	height: 1px;
	position: absolute;
	content: "";
	background: #171721;
	right: 5%;
	top: 50%;
}
.single-presale .single-slide-slider.image-alternate {
	background-color: #06060a;
	padding: 100px 0;
	background-image: url(../img/bg-new-min.png);
	background-position: center;
	background-repeat: repeat-y;
}
.single-presale .single-slide-slider.image-alternate a.Hlink, .founding-rates a.Hlink {
	margin: 0 auto;
	z-index: 3;
}
.single-presale .founding-rates a.Hlink {
	background-color: #e8c246;
}
.single-presale .single-slide-slider.image-alternate h2 {
	font-size: 98px;
	font-family: 'Moonshiner';
	color: #fff;
	padding: 0 0 50px;
}
.single-presale .single-slide-slider.image-alternate p {
	font-weight: 300;
}
.single-presale .founding-rates a.Hlink span {
	position: relative;
}
.single-presale .founding-rates a.Hlink:hover span {
	color: #fff;
}
.single-presale .single-slide-slider.image-alternate h2 span {
	display: block;
	font-family: 'Moonshiner';
	color: #e3c76c;
}
.single-slide-slider.image-alternate .single-slide-image {
	height: auto;
	padding: 5vh 0;
	min-height: 500px;
	margin: 50px 0;
}
.single-slide-slider.image-alternate .animatedParent:nth-child(odd) .col-lg-6.pull-right {
	order: -1;
}
.single-slide-slider.image-alternate .animatedParent:nth-child(odd) .slider-inner {
	padding-left: 5%;
}
.single-slide-slider.image-alternate .single-slide-image:last-child {
	margin-bottom: 0;
}
.single-presale .founding-rates h4 {
	margin-bottom: 30px;
}

/* .single-presale .founding-rates-inner:nth-child(2)::before, */
.single-presale .founding-rates-flex .founding-rates-inner:last-child::before {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
	height: 81%;
	z-index: 10;
	top: 0;
	right: 0;
}
/* .single-presale .founding-rates-inner:nth-child(2)::after, */
.single-presale .founding-rates-flex .founding-rates-inner:last-child::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	top: 0;
	border-top: 10px;
	right: 0;
	background-image: linear-gradient(to right, #2a261a78, #534a2d, #807141, #af9b56, #e2c76c);
}
.single-presale .founding-rates-inner-border {
	position: relative;
	height: 100%;
}
/* .single-presale .founding-rates-inner:nth-child(2) .founding-rates-inner-border::before, */
.single-presale .founding-rates-flex .founding-rates-inner:last-child .founding-rates-inner-border::before {
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #0f0f14;
	right: 0;
	top: 0;
	border-top-right-radius: 5px;
	border-right: 1px solid #e2c76c;
	border-top: 1px solid #e2c76c;
}
/* .single-presale .founding-rates-inner:nth-child(1) .founding-rates-inner-border::before, */
.single-presale .founding-rates-flex .founding-rates-inner:first-child .founding-rates-inner-border::before {
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #0f0f14;
	left: 0;
	top: 0;
	border-top-left-radius: 5px;
	border-left: 1px solid #e2c76c;
	border-top: 1px solid #e2c76c;
}
/* .single-presale .founding-rates-inner:nth-child(1)::before, */
.single-presale .founding-rates-flex .founding-rates-inner:first-child::before {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
	height: 81%;
	z-index: 10;
	top: 0;
	left: 0;
}
/* .single-presale .founding-rates-inner:nth-child(1)::after, */
.single-presale .founding-rates-flex .founding-rates-inner:first-child::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	top: 0;
	border-top: 10px;
	left: 0;
	background-image: linear-gradient(to left, #2a261a78, #534a2d, #807141, #af9b56, #e2c76c);
}
.single-presale .founding-rates-inner li span {
	color: #e1ba3d;
}
.single-presale .our-location-section {
	padding: 100px 0;
	background-color: #0f0f12;
	background-image: url(../img/bg-new-min.png);
	background-position: top center;
	background-repeat: repeat-y;
	display: flex;
	width: 100%;
	overflow: hidden;
}
.single-presale .our-location-section-inner .lc-top-right {
	width: 50%;
	margin-top: 50px;
	left: -5%;
	background: #06060a;
	padding: 50px;
	max-width: 50%;
	right: 0;
	position: relative;
}
.single-presale .our-location-section-inner {
	display: flex;
	margin: 50px 0;
}
.single-presale .our-location-section-inner .lc-top-right::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: #06060a;
	right: -63%;
	top: 0;
	z-index: -1;
}
.single-presale .our-location-section iframe {
	width: 60%;
	min-height: 600px;
	height: 100%;
}
.single-presale .our-location-section-inner ul.social-media-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	background-image: url(../img/bg-social.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.single-presale .our-location-section-inner ul.social-media-footer li {
	text-align: center;
}
.single-presale ul.social-media-footer li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border-radius: 50%;
}
.single-presale ul.social-media-footer li:hover i {
	background: #e3c76c;
	color: #0a0a0d;
}
.single-presale .our-location-section-inner .lc-top-right .lc-btn-holder a {
	margin-top: 0;
}
.single-presale .our-location-section-inner ul.social-media-footer li a {
	color: #fff;
}
.single-presale .our-location-section-inner .lc-top-right .lc-btn-holder {
	margin-top: 20px;
}
.single-presale .founding-rates {
	background: #09090d;
	padding: 100px 0;
}
.single-presale .founding-rates-flex {
	display: flex;
	justify-content: center;
	margin: 50px 0 0;
	position: relative;
}

/* .single-presale .founding-rates-flex::before { */
.single-presale .founding-rates-flex .founding-rates-inner .founding-rates-inner-border .inner::before {
	position: absolute;
	content: "";
	width: 2px;
	background-image: linear-gradient(to bottom, #0f0f14, #534a2d, #e2c76c, #534a2d, #0f0f14);
	height: 81%;
	z-index: 10;
	bottom: 0;
	right: 0;
	margin: auto;
}

.single-presale .founding-rates-flex .founding-rates-inner:last-child .founding-rates-inner-border .inner::before {
	background-image: none;
}

.single-presale .founding-rates-inner {
	max-width: 500px;
	position: relative;
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
	border-bottom: none;
}
.single-presale .founding-rates-inner-border .inner {
	padding: 50px;
	border: 1px solid #1f1f295c;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
	height: 100%;
}
.single-presale .founding-rates-inner li {
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}
.single-presale .founding-rates .founding-rates-inner h5 {
	text-align: center;
	font-size: 80px;
	font-weight: 400;
	color: #e3c76c;
	font-family: moonshiner;
}
.single-presale .founding-rates-inner ul {
	margin: 20px 0 0;
}
.single-presale .founding-rates h5 {
	text-align: center;
	color: #b5b5bd;
	font-weight: 300;
}
.single-presale .founding-rates h4 span {
	display: block;
	font-size: 98px;
	font-family: moonshiner;
	color: #e3c76c;
}
.single-presale .founding-rates-inner h6 {
	text-align: center;
	font-size: 24px;
	margin: 30px 0 10px;
	color: #a0a0a3;
	font-weight: 300;
}
.founding-rates-inner h6 del {
	margin-right: 20px;
	font-weight: 100;
}
.single-presale .rate-orignal {
	text-align: center;
	font-size: 30px;
	color: #e3c76c;
	line-height: 30px;
	margin-top: 20px;
	display: block;
}
.single-presale .rate-orignal strong {
	font-size: 42px;
}
.single-presale .rate-orignal small {
	font-size: 20px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: 300;
}
.single-presale .full-button-location {
	max-width: 1000px;
	margin: auto;
	width: 100%;
	border: 1px solid #1f1f29;
	text-align: center;
	position: relative;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0;
}
.single-presale .full-button-location-inner {
	position: relative;
	font-size: 20px;
	color: #e3c76c;
}
.single-presale .full-button-location::before {
	position: absolute;
	content: "";
	width: 55%;
	height: 1px;
	top: -1px;
	border-top: 10px;
	right: 0;
	background-image: linear-gradient(to right, #2a261a78, #534a2d, #807141, #af9b56, #e2c76c);
}
.single-presale .full-button-location::after {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
	height: 55%;
	z-index: 10;
	top: 0;
	right: 0;
}
.single-presale .full-button-location-inner::before {
	position: absolute;
	content: "";
	width: 55%;
	height: 1px;
	bottom: 0;
	border-top: 10px;
	left: 5px;
	background-image: linear-gradient(to left, #2a261a78, #534a2d, #807141, #af9b56, #e2c76c);
}
.single-presale .full-button-location-inner::after {
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #0f0f14;
	left: 0;
	bottom: 0;
	border-bottom-left-radius: 5px;
	border-left: 1px solid #e2c76c;
	border-bottom: 1px solid #e2c76c;
}
.single-presale .full-button-location-inner i {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	font-weight: 300;
	padding-bottom: 20px;
}
.single-presale .accordion-container .set p, .single-presale .lc-top-left p {
	font-weight: 300;
}
.single-presale .full-button-location-inner i::before {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to bottom, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
	height: 55%;
	z-index: 10;
	bottom: 5px;
	left: 0;
}
.single-presale .lc-top-left {
	min-height: 400px;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.single-presale .lc-top-left .border-bottom {
	position: absolute;
	bottom: 0;
}
.single-presale section.top-lc {
	min-height: 800px;
}
.single-presale .lc-top-middle {
	left: 55%;
}
.single-presale .lc-top-middle img {
	margin-left: 22%;
	width: 58%;
}
.map-image {
	position: relative;
}
.outdiv-outer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.outdiv-outer .common-pin p {
	margin: 0 0 5px;
}
.on-hoverpin-img a {
	text-decoration: none;
	font-size: 15px;
	letter-spacing: .5px;
}
.on-hoverpin-img a:hover {
	color: #fff;
}
.outdiv-outer .common-pin .on-hoverpin-img::before {
	background-image: url(../img/pin-black.png);
	width: 17px;
	background-size: contain;
	height: 20px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
}
.on-hoverpin-inner .close {
	display: none;
}
.on-hoverpin-inner {
	background: #0f0f12;
	position: absolute;
	left: 30%;
	top: 13%;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 1px 2px 4px #050506;
	display: none;
	z-index: 1;
}
.outdiv small * {
	color: #fff;
}
.on-hoverpin-inner::before {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	background-color: #0f0f12;
	top: 45%;
	left: -9px;
	border-top: #0f0f12 solid 2px;
	border-left: #0f0f12 solid 2px;
	transform: rotate( -45deg);
}
span.cypress-tx.common-pin::before:hover span.loc-cypress-tx.on-hoverpin-inner {
	display: block;
}
.on-hoverpin-img:hover small .on-hoverpin-inner {
	display: block;
}
section.hair-cutH.float-right-text p.content {
	color: #fff;
	font-size: 18px;
	font-family: montserrat;
	text-transform: none;
	font-weight: 400;
	margin: 10px 0;
	max-width: 100%;
}
section.hair-cutH.float-right-text p.gold {
	margin: 0;
}
section.hair-cutH.float-right-text .inner {
	float: right;
	padding-left: 10%;
}
span.echo-park-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 50%;
	left: 25.8%;
}
span.cypress-tx.common-pin .on-hoverpin-img::before {
	top: 67.5%;
	left: 54.1%;
	opacity: 1;
}
span.folsom-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 40%;
	left: 24%;
}
span.laguna-niguel-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 52%;
	left: 26%;
}
span.rancho-cucamonga-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	left: 27%;
	top: 49%;
}
span.roseville-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 39%;
	left: 23.5%;
}
span.west-hollywood-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 49%;
	left: 25.2%;
}
span.willow-glen-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 42%;
	left: 23%;
}
span.loc-willow-glen-ca.on-hoverpin-inner {
	top: 36%;
	left: 24.5%;
}
span.westerville-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	left: 68.5%;
	top: 39%;
}
span.gainesville-va.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 46%;
	left: 74.5%;
}
span.leesburg-va.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 44%;
	left: 75%;
}
span.loc-leesburg-va.on-hoverpin-inner {
	top: 39%;
	right: 26%;
	left: auto;
}
span.loc-gainesville-va.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.loc-gainesville-va.on-hoverpin-inner {
	top: 40%;
	right: 26%;
	left: auto;
}
.on-hoverpin-inner p {
	max-width: 250px;
	width: 100%;
}
span.naples-fl.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 75.5%;
	left: 73.1%;
}
span.upper-arlington-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 41%;
	left: 68%;
}
span.loc-upper-arlington-oh.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.loc-upper-arlington-oh.on-hoverpin-inner {
	top: 35%;
	left: auto;
	right: 33%;
}
span.loc-naples-fl.on-hoverpin-inner {
	top: 70%;
	left: 75%;
}
span.frisco-tx.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 60%;
	left: 52.4%;
}
span.loc-frisco-tx.on-hoverpin-inner {
	top: 55%;
	left: 53.5%;
}
span.loc-westerville-oh.on-hoverpin-inner {
	top: 33%;
	left: 70%;
}
span.south-bay-los-angeles-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 51%;
	left: 25%;
}
span.new-albany-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	left: 69%;
	top: 40%;
}
span.loc-leesburg-va.on-hoverpin-inner::before {
	right: -11px;
	left: auto;
}
span.loc-new-albany-oh.on-hoverpin-inner {
	top: 34%;
	left: 70.5%;
}
span.loc-south-bay-los-angeles-ca.on-hoverpin-inner {
	top: 45%;
	left: 26.5%;
}
span.loc-west-hollywood-ca.on-hoverpin-inner {
	left: 26.5%;
	top: 42%;
}
span.loc-roseville-ca.on-hoverpin-inner {
	top: 32%;
	left: 25%;
}
span.loc-rancho-cucamonga-ca.on-hoverpin-inner {
	top: 43%;
	left: 28.5%;
}
span.loc-laguna-niguel-ca.on-hoverpin-inner {
	top: 46%;
	left: 27.5%;
}
span.loc-folsom-ca.on-hoverpin-inner {
	top: 34%;
	left: 25.5%;
}
span.loc-cypress-tx.on-hoverpin-inner {
	left: 55.4%;
	top: 61%;
}
span.loc-echo-park-ca.on-hoverpin-inner {
	top: 44%;
	left: 27.4%;
}
span.hyde-park-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	left: 67.5%;
	top: 42.5%;
}
span.loc-hyde-park-oh.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.loc-hyde-park-oh.on-hoverpin-inner {
	left: auto;
	right: 33%;
	top: 38%;
}
span.reston-va.common-pin .on-hoverpin-img::before {
	top: 45%;
	left: auto;
	opacity: 1;
	right: 23%;
}
span.loc-reston-va.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.loc-reston-va.on-hoverpin-inner {
	left: auto;
	right: 24.5%;
	top: 41%;
	right: 25%;
	top: 42%;
}
span.warrendale-pa.common-pin .on-hoverpin-img::before {
	top: 37%;
	left: 72%;
	opacity: 1;
}
span.loc-warrendale-pa.on-hoverpin-inner {
	left: 62%;
	top: 33%;
}
span.loc-warrendale-pa.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
/***** single banner CSS ****/

.single-location section.hair-cutH.gift {
	display: none;
}
section.top-lc {
	padding-top: 170px;
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
	background-size: cover;
	background-position: center;
	/*height: 960px;*/
	height: auto;
	padding-bottom: 30px
}
.lc-top-container {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center
}
ul.wd-ad-lines {
	padding: 0;
	margin: 0;
	list-style: none;
}
.lc-top-time ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-location img {
	height: auto
}
.lc-top-right {
	width: 38%;
	max-width: 455px;
	position: relative;
	z-index: 1;
	right: -1%
}
.lc-top-left h2 {
	color: #fff;
	font-size: 94px;
	/*max-width: 510px;*/
	line-height: 94px;
	position: relative;
	font-family: 'Moonshiner';
}
.single-presale .lc-top-left h2 span {
	color: #e3c76c;
	font-family: 'Moonshiner';
}
.single-presale .lc-top-left h2 {
	font-size: 66px;
	transform: scaleY(120%);
}
.lc-top-left .hn-icon-top p {
	color: #e3c76c;
	font-size: 19px;
	text-transform: uppercase;
	text-shadow: 1px 2px 3px #000;
	margin: 20px 0;
	font-weight: 300
}
.lc-top-middle img {
	width: 84%
}
img.hero-for-mobile {
	display: none;
}
.lc-top-middle {
	position: absolute;
	left: 51%;
	width: 70%;
	transform: translateX(-50%);
	bottom: 0%
}
.lc-top-left {
	position: relative;
	z-index: 1;
	width: 38%;
	left: 0
}
.lc-top-left::before {
	width: 150px;
	height: 4px;
	background: #fff;
	position: absolute;
	content: "";
	right: -5px;
	z-index: 10;
	border-radius: 10px;
	top: -45px
}
.lc-top-left::after {
	width: 150px;
	height: 2px;
	background: #fff;
	position: absolute;
	content: "";
	right: 45px;
	z-index: 10;
	border-radius: 10px;
	top: -25px
}
.lc-top-left .border-bottom {
	position: relative;
	width: 100%;
	right: -13%;
	border: none!Important;
}
.lc-top-left .border-bottom::before {
	width: 150px;
	height: 4px;
	background: #fff;
	position: absolute;
	content: "";
	right: 110px;
	z-index: 10;
	border-radius: 10px;
	top: auto;
	bottom: -40px
}
.lc-top-left .border-bottom::after {
	width: 150px;
	height: 2px;
	background: #fff;
	position: absolute;
	content: "";
	right: 55px;
	z-index: 10;
	border-radius: 10px;
	top: auto;
	bottom: -60px
}
.hn-icon-top {
	text-align: center;
	max-width: 323px
}
.lc-top-left p {
	font-size: 21px;
	color: #fff;
	max-width: 630px;
	line-height: 36px;
	margin: 0;
	padding-top: 20px;
}
.lc-top-right h3, .lc-top-right h1 {
	color: #fff;
	font-size: 50px;
	margin: 20px 0 10px;
	font-family: 'Moonshiner';
}
li.lc-ict {
	position: relative;
	padding-left: 40px
}
li.lc-ict:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	background-repeat: no-repeat
}
li.lc-ict.loc:before {
	background-image: url(../img/lc-icon.png)
}
li.lc-ict.cell:before {
	background-image: url(../img/cl-icon.png)
}
li.lc-ict.env:before {
	background-image: url(../img/env-icon.png)
}
.lc-top-time {
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	position: relative
}
.lc-top-time li {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px
}
.lc-top-time:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-image: url(../img/tm-icon.png)
}
ul.lc-time li {
	font-weight: 500;
}
ul.wd-ad-lines li {
	color: #e8ca69;
	font-size: 18px;
	margin: 10px 0;
}
ul.wd-ad-lines li a {
	color: #e8ca69;
	text-decoration: none;
}
li.lc-ict p {
	margin: 0!important
}
.lc-btn-holder a {
	width: 100%;
	max-width: 100%;
}
.lc-btn-holder {
	text-align: center;
	margin-top: 30px
}
.single-slide-slider {
	background-color: #030111;
}
.mobile-slider-L {
	display: none;
}
section.win-secton ul li img {
	margin-bottom: 20px;
}
section.growing {
	background: rgb(15, 15, 18);
	background: linear-gradient(0deg, rgba(15, 15, 18, 1) 0%, rgba(9, 9, 13, 1) 100%);
	padding: 0;
	text-align: center;
	margin-top: -3%;
	position: relative;
}
section.growing a.Hlink {
	margin: 30px auto 0;
	max-width: 250px;
}
section.growing p {
	color: #fff;
	margin: 30px 0;
	display: block;
}
section.growing h2 {
	color: #e3c76c;
	font-size: 50px;
}
.single.single-post {
	background-color: #06060a;
}
.blog-list-outer {
	padding: 100px 0;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.blog-list-outer-left-inner-content {
	padding: 50px 50px 80px;
	background: rgb(10, 12, 19);
	background: linear-gradient(0deg, rgba(10, 12, 19, 1) 0%, rgba(10, 12, 19, 0.4990371148459384) 100%);
	padding-top: 300px;
	position: relative;
	margin-top: -250px;
	border: 1px solid #0d0d0d;
}
.blog-list-outer-left-inner .image {
	width: 85%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.blog-list-outer-left-inner .image img {
	width: 100%;
}
.blog-list-outer-left-inner-content .inner {
	width: 95%;
	margin: auto;
	display: flex;
}
.single-content img.top-image-single {
	width: 95%;
}
.inner-uppers {
	width: 95%;
	display: flex;
	margin: 20px 0;
}
.blog-right-content h3, .blog-right-content h3 a, .blog-right-content h1, .blog-right-content h1 a {
	font-size: 80px;
	font-family: moonshiner;
	color: #fff;
	text-decoration: none;
}
.blog-right-content {
	width: 85%;
}
.blog-left-date {
	width: 15%;
	display: flex;
	flex-direction: column;
	text-align: left;
	font-size: 18px;
	color: #bfbfc7;
	position: relative;
}
.blog-right-content p {
	color: #fff;
	font-family: montserrat;
	font-size: 18px;
	margin: 0;
}
.single .full-single p {
	color: #fff;
	font-family: montserrat;
	font-size: 18px;
}
.single .full-single p a {
	color: #e3c76c;
}
.single .full-single h3 {
	font-size: 55px;
	margin: 30px 0 20px;
	font-family: moonshiner;
	color: #fff;
}
.single .full-single li {
	color: #fff;
	font-family: montserrat;
	font-size: 18px;
	position: relative;
	padding-left: 25px;
	margin: 10px 0;
}
.single .full-single li::before {
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	background: #e3c76c;
	left: 3px;
	top: 9px;
	border-radius: 50%;
}
.single .full-single ul, .single .full-single ol {
	padding: 0;
	list-style: none;
}
.single.single-post .blog-left-date::before {
	height: 100%;
}
.author-list-blog {
	margin: 15px 0;
	color: #bfbfc7;
	font-size: 17px;
}
.blog-left-date strong {
	font-size: 80px;
	font-family: moonshiner;
	color: #fff;
	font-weight: normal;
	line-height: 85px;
}
.blog-left-date span {
	color: #e3c76c;
	font-size: 20px;
	font-weight: bold;
}
.blog-left-date::before {
	width: 1px;
	height: 149px;
	content: "";
	position: absolute;
	background: #292e33;
	right: 30px;
	top: 10px;
}
.blog-list-outer-left-outer {
	position: relative;
	margin-bottom: 50px;
}
.blog-list-outer-left-outer::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	bottom: 0;
	border-top: 10px;
	left: 0;
	background-image: linear-gradient(to right, #e2c76c, #af9b56, #807141, #534a2d, #2a261a78);
	z-index: 5;
}
.blog-list-outer-left-outer::after {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #e2c76c, #af9b56, #807141, #534a2d, #0f0f14);
	height: 43%;
	z-index: 10;
	bottom: 0;
	left: 0;
}
.blog-list-outer-left {
	width: 95%;
}
.blog-list-outer-left-inner-content::before {
	position: absolute;
	content: "";
	width: 1px;
	background-image: linear-gradient(to top, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
	height: 56%;
	z-index: 10;
	top: 0;
	right: 0;
}
.blog-list-outer-left-inner-content::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	top: 0;
	border-top: 10px;
	right: 0;
	background-image: linear-gradient(to right, #2a261a78, #534a2d, #807141, #af9b56, #e2c76c);
}
.author-list-blog span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #292e33;
}
.single-content {
	padding: 80px 0;
}
#secondary section#search-3 {
	padding: 0;
	background: #06060a;
}
#secondary form.searchform.input-group input[type="text"] {
	background: #06060a;
	border-color: #292e33!important;
	color: #fff!important;
	padding: 10px;
}
#secondary button.input-group-text.btn.btn-outline-secondary {
	background-color: #e3c76c;
	border: none;
	width: 45px;
	background-image: url(../img/search-black.png);
	background-repeat: no-repeat;
	background-position: center;
}
#secondary button.input-group-text.btn.btn-outline-secondary i {
	display: none;
}
#secondary form.searchform.input-group input[type="text"]:focus, #secondary form.searchform.input-group input[type="text"]:focus, #secondary form.searchform.input-group button:focus {
	outline: none;
	box-shadow: none;
}
section#categories-3 {
	background: transparent!important;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
section#categories-3 ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
section#categories-3 ul li:hover span {
	background: #e3c76c;
	color: #000;
}
section#categories-3 ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
section#categories-3 ul li span {
	width: 30px;
	height: 30px;
	border: 1px solid #292e33;
	border-radius: 50%;
	line-height: 27px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}
#secondary h2::before {
	width: 100px;
	height: 3px;
	position: absolute;
	content: "";
	background: #e3c76c;
	bottom: -2px;
	left: 0;
}
.blog-list-outer-left h3.category-title {
	display: none;
}
.about-single::before {
	background-image: linear-gradient(to top, #0f0f1429, #534a2d00, #80714126, #23232e, #23232e);
	position: absolute;
	content: "";
	width: 3px;
	height: 96%;
	left: 0;
	top: 0;
}
.about-single::after {
	position: absolute;
	content: "";
	width: 56%;
	height: 2px;
	top: 0;
	border-top: 10px;
	left: 0;
	background-image: linear-gradient(to right, #23232e, #23232e, #23232e, #23232e, #00000078);
}
.about-single-inner::after {
	background-image: linear-gradient(to top, #23232e, #23232e, #23232e, #23232e, #23232e00);
	position: absolute;
	content: "";
	width: 3px;
	height: 70%;
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
}
.about-single-inner::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 3px;
	bottom: 0;
	border-top: 10px;
	right: 0;
	background-image: linear-gradient(to left, #23232e, #23232e, #23232e, #23232e, #23232e00);
	top: auto;
	left: auto;
}
#secondary h2 {
	padding-bottom: 10px!important;
	font-size: 50px;
	text-align: left;
	font-family: moonshiner;
	color: #fff;
	border-bottom: 1px solid #292e33!important;
	margin-bottom: 20px;
	position: relative;
}
#secondary section#locationOur {
	padding: 0;
	background: no-repeat;
	margin-top: 50px;
}
#secondary form.Hzip-part {
	flex-direction: column;
	margin-top: 20px;
}
#secondary button.Hlink {
	margin: 20px 0 0;
}
span.rpwwt-post-title {
	font-size: 26px;
	font-family: moonshiner;
	color: #fff;
	line-height: 22px;
	font-weight: 500;
}
section#recent-posts-widget-with-thumbnails-2 {
	padding: 0;
	background: transparent!important;
}
section#recent-posts-widget-with-thumbnails-2 ul li a {
	text-decoration: none;
}
section#recent-posts-widget-with-thumbnails-2 .rpwwt-post-date {
	color: #bfbfc7;
}
.inner.bannerback-bg {
	background-image: url(../img/bg-pagination.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 80px;
}
ul.banner-pagination li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
ul.banner-pagination li span {
	text-transform: uppercase;
	color: #e3c76c;
	font-weight: bold;
}
.inner.bannerback-bg {
	padding-left: 40px;
	padding-top: 20px;
}
section.hair-cutH.gift .inner.bannerback-bg ul {
	margin-top: 23px;
}
aside#secondary .sidebar-recent-post .date {
	padding-left: 20px;
	margin: 10px 0 0;
	color: #fff;
	background-image: url(../img/time-blog.png);
	background-repeat: no-repeat;
	background-position: center left;
}
aside#secondary .sidebar-recent-post {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
aside#secondary .sidebar-recent-post .post-img {
	width: 33%;
}
aside#secondary .post-title {
	width: 60%;
	display: flex;
	flex-direction: column;
}
aside#secondary .post-title a {
	font-size: 26px;
	font-family: moonshiner;
	color: #fff;
	line-height: 27px;
	font-weight: 500;
	text-decoration: none;
}
.full-single {
	margin: 30px 0;
	display: block;
}
.about-single {
	position: relative;
}
.about-single .about-single-inner {
	margin: 50px 0 0;
	display: flex;
	padding: 20px;
	background: #0b0b0f;
}
.about-single .image {
	width: 30%
}
.about-single .image img {
	border-radius: 10px
}
.about-single .content {
	width: 70%;
	padding-left: 2%
}
.about-single .content p {
	color: #fff;
}
.about-single .content h3 {
	font-weight: 500;
	border-bottom: 1px solid #a4a4b2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #fff;
	margin-top: 1px;
}
.about-single .content span {
	color: #a4a4b2;
}
.blog-pagination ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	justify-content: center;
}
.blog-pagination ul li {
	margin: 5px;
}
.blog-pagination ul li a, .blog-pagination ul li span {
	width: 40px;
	height: 40px;
	display: block;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.blog-pagination a.prev.page-numbers::before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
form.searchform.input-group {
	background: transparent;
	border-radius: 10px;
}
.blog-pagination a.next.page-numbers::before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-size: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.blog-pagination a.next.page-numbers, .blog-pagination a.prev.page-numbers {
	font-size: 0;
	position: relative;
}
.blog-pagination ul li span.current {
	background: #e3c76c;
	color: #000;
}
.search.search-results .blog-list-outer-left-inner-content {
	margin-top: -20px;
	padding-top: 50px;
}
span.raleigh-nc.common-pin .on-hoverpin-img::before {
	top: 49%;
	left: 75.5%;
	opacity: 1;
}
span.loc-raleigh-nc.on-hoverpin-inner {
	top: 46%;
	left: 66%;
}
span.loc-raleigh-nc.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.charlotte-nc.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 52%;
	right: 26%;
}
span.loc-charlotte-nc.on-hoverpin-inner {
	right: 28%;
	left: auto;
	top: 48%;
}
span.loc-charlotte-nc.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.midtown-atlanta-ga.common-pin .on-hoverpin-img::before {
	top: 58%;
	right: 31%;
	opacity: 1;
}
span.loc-midtown-atlanta-ga.on-hoverpin-inner {
	right: 33%;
	left: auto;
	top: 53%;
}
span.loc-midtown-atlanta-ga.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.wheaton-il.common-pin .on-hoverpin-img::before {
	right: 37%;
	left: auto;
	top: 37%;
	opacity: 1;
}
span.loc-wheaton-il.on-hoverpin-inner {
	top: 33%;
	left: auto;
	right: 39%;
}
span.loc-wheaton-il.on-hoverpin-inner::before {
	left: auto;
	right: -9px;
}
span.orange-county-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 50.6%;
	left: 26.15%;
}
span.loc-orange-county-ca.on-hoverpin-inner {
	top: 47%;
	left: 27.5%;
}
span.uniontown-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	left: auto;
	top: 39%;
	right: 29%;
}
span.loc-uniontown-oh.on-hoverpin-inner {
	left: auto;
	right: 31%;
	top: 35%;
}
span.loc-uniontown-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.chagrin-falls-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	right: 29.5%;
	top: 37%;
}
span.loc-chagrin-falls-oh.on-hoverpin-inner {
	top: 34%;
	left: auto;
	right: 31%;
}
span.loc-chagrin-falls-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.lakewood-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 37%;
	right: 31.5%;
}
span.loc-lakewood-oh.on-hoverpin-inner {
	top: 33%;
	right: 33%;
	left: auto;
}
span.loc-lakewood-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.powell-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 38%;
	right: 32%;
}
span.loc-powell-oh.on-hoverpin-inner {
	top: 35%;
	left: auto;
	right: 33.5%;
}
span.loc-powell-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.dublin-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	right: 31.5%;
	top: 39%;
	left: auto;
}
span.loc-dublin-oh.on-hoverpin-inner {
	top: 36%;
	left: auto;
	right: 33%;
}
span.loc-dublin-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.centerville-oh.common-pin .on-hoverpin-img::before {
	right: 32%;
	top: 41%;
	opacity: 1;
}
span.loc-centerville-oh.on-hoverpin-inner {
	top: 37%;
	right: 34%;
	left: auto;
}
span.loc-centerville-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.pickerington-oh.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 42%;
	right: 30%;
}
span.loc-pickerington-oh.on-hoverpin-inner {
	right: 32%;
	left: auto;
	top: 39%;
}
span.loc-pickerington-oh.on-hoverpin-inner::before {
	right: -9px;
	left: auto;
}
span.brea-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 51%;
	left: 26.8%;
}
span.loc-brea-ca.on-hoverpin-inner {
	left: 28.5%;
	top: 47%;
}
span.el-paso-tx.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 61.7%;
	left: 40%;
}
span.loc-el-paso-tx.on-hoverpin-inner {
	top: 58%;
	left: 42%;
}
span.windermere-fl.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 68.5%;
	left: 72.4%;
}
span.loc-windermere-fl.on-hoverpin-inner {
	top: 63%;
	left: 74%;
}
/*ballu*/

span.loc-atlantic-city-nj.on-hoverpin-inner {
	left: 80%;
	top: 30%;
}
span.atlantic-city-nj.common-pin .on-hoverpin-img::before {
	top: 36%;
	left: 78.2%;
	opacity: 1;
}
span.loc-westport-ct.on-hoverpin-inner {
	left: 81%;
	top: 25%;
}
span.westport-ct.common-pin .on-hoverpin-img::before {
	top: 31%;
	left: 79%;
	opacity: 1;
}
span.loc-darien-ct.on-hoverpin-inner {
	left: 81%;
	top: 27%;
}
span.darien-ct.common-pin .on-hoverpin-img::before {
	top: 32%;
	left: 78.9%;
	opacity: 1;
}
span.loc-pittsburgh-pa.on-hoverpin-inner {
	left: 74%;
	top: 35%;
}
span.pittsburgh-pa.common-pin .on-hoverpin-img::before {
	top: 37.6%;
	left: 72.5%;
	opacity: 1;
}
span.loc-canton-oh.on-hoverpin-inner {
	left: 72%;
	top: 35%;
}
span.canton-oh.common-pin .on-hoverpin-img::before {
	top: 40%;
	left: 69.9%;
	opacity: 1;
}
span.loc-nashville-tn.on-hoverpin-inner {
	left: 66%;
	top: 46%;
}
span.nashville-tn.common-pin .on-hoverpin-img::before {
	top: 51%;
	left: 63.9%;
	opacity: 1;
}
span.loc-san-antonio-tx.on-hoverpin-inner {
	left: 50%;
	top: 63%;
}
span.san-antonio-tx.common-pin .on-hoverpin-img::before {
	top: 69%;
	left: 47.8%;
	opacity: 1;
}
span.south-bay-la-ca.common-pin .on-hoverpin-img::before {
	opacity: 1;
	top: 50.5%;
	left: 25%;
}
span.loc-south-bay-la-ca.on-hoverpin-inner {
	top: 44%;
	left: 26%;
}
section.hello-upper-ar .video-sec.text-center h1.Hheading {
	color: #000;
	font-size: 70px;
	margin-bottom: 30px;
}
/****** loation changes S ****/

.postid-6035 .lc-top-container, .single-location .lc-top-container, .single-presale .lc-top-container {
	max-width: 85%;
}
.postid-6035 .lc-top-left::after, .postid-6035 .lc-top-left .border-bottom::before, .postid-6035 .lc-top-left::before, .postid-6035 .lc-top-left .border-bottom::after, .single-location .lc-top-left::after, .single-location .lc-top-left .border-bottom::before, .single-location .lc-top-left::before, .single-location .lc-top-left .border-bottom::after, .single-presale .lc-top-left::after, .single-presale .lc-top-left .border-bottom::before, .single-presale .lc-top-left::before, .single-presale .lc-top-left .border-bottom::after {
	display: none;
}
.postid-6035 .lc-top-left p, .single-location .lc-top-left p, .single-presale .lc-top-left p {
	max-width: 550px;
}
.postid-6035 .lc-top-right, .single-location .lc-top-right, .single-presale .lc-top-right {
	right: 0;
}
.postid-6035 .lc-top-middle, .single-location .lc-top-middle, .single-presale .lc-top-middle {
	transform: none;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: auto;
	max-width: 550px;
	margin-top: 30px;
}
.postid-6035 .lc-top-middle img.hero-for-desk, .single-location .lc-top-middle img.hero-for-desk, .single-presale .lc-top-middle img.hero-for-desk {
	max-width: 100%;
	width: 100%;
}
.postid-6035 .single-slide-slider, .single-location .single-slide-slider, .single-presale .single-slide-slider {
	overflow: hidden;
}
.single-presale .lc-top-middle {
	max-width: 515px;
	margin-top: 0;
	width: 100%;
	right: 35px;
}
.single-presale .lc-top-container {
	align-items: initial;
	margin-top: 20px;
}

body.single-presale .membership-inner,
body.single-presale .membership-inner .membership-inner-left {
	position: relative;
}

body.single-presale .membership-inner {
	margin: 70px 0px 0px;
}

body.single-presale .membership-inner .membership-inner-left {
	margin: 0px;
}

body.single-presale .membership-inner::before {
    position: absolute;
    content: "";
    width: 1px;
    background-image: linear-gradient(to top,#0f0f14,#534a2d,#807141,#af9b56,#e2c76c);
    height: 81%;
    z-index: 10;
    top: 0;
    left: 0;
}

body.single-presale .membership-inner::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    border-top: 10px;
    left: 0;
    background-image: linear-gradient(to left,#2a261a78,#534a2d,#807141,#af9b56,#e2c76c);
}

body.single-presale .membership-inner .membership-inner-left::before {
    position: absolute;
    content: "";
    width: 1px;
    background-image: linear-gradient(to bottom,#0f0f14,#534a2d,#807141,#af9b56,#e2c76c);
    height: 81%;
    z-index: 10;
    bottom: 0;
    right: 0;
}

body.single-presale .membership-inner .membership-inner-left::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    bottom: 0;
    border-top: 10px;
    right: 0;
    background-image: linear-gradient(to right,#2a261a78,#534a2d,#807141,#af9b56,#e2c76c);
}




div#MembershipModal .modal-body img {
    width: 100%;
}
div#MembershipModal .modal-body {
    padding: 0;
}
div#MembershipModal .modal-header {
    position: absolute;
    z-index: 10;
    right: -10px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    top: -10px;
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 6px;
}
div#MembershipModal .modal-header .btn-close {
    margin: 0;
}
div#MembershipModal .modal-dialog {
    max-width: 350px;
    width: 100%;
}
div#MembershipModal {
    background: #000000a6;
}

.service_pageSection .Hservice-outer-single-service {
    margin: 0px -15px;
}

.service_pageSection .Hservice-single-service {
	position: relative;
    margin: 15px;
    flex: 0 0 100%;
    max-width: calc(33.33% - 30px);
    width: 100%;
    background-color: #000;
    padding: 30px;
    border: 2px solid #232323;
}

.service_pageSection .Hservice-single-service h5 {
    margin: 0 0 20px;
}

.service_pageSection .Hservice-single-service p {
	margin-bottom: 0px;
}



@media screen and (max-width: 1600px) {
	.postid-6035 .lc-top-container, .single-location .lc-top-container, .single-presale .lc-top-container {
		max-width: 95%;
	}
	.postid-6035.single.single-location .lc-top-right, .single.single-location .lc-top-right, .single.single-presale .lc-top-right {
		max-width: 380px;
	}
	.postid-6035 .lc-top-left h2, .single-location .lc-top-left h2, .single-presale .lc-top-left h2 {
		font-size: 70px;
	}
	.postid-6035 .lc-top-left, .single-location .lc-top-left, .single-presale .lc-top-left {
		max-width: 450px;
	}
}
@media screen and (max-width: 1450px) {
	.postid-6035 .lc-top-left p, .single-location .lc-top-left p, .single-presale .lc-top-left p {
		max-width: 400px;
	}
	.postid-6035 .lc-top-middle img.hero-for-desk, .single-location .lc-top-middle img.hero-for-desk, .single-presale .lc-top-middle img.hero-for-desk {
		max-width: 490px;
	}
	.single-presale .lc-top-left h2 {
		font-size: 55px;
	}
	.single-presale .lc-top-middle img.hero-for-desk {
		max-width: 520px;
		margin-left: 0;
	}
	.single.single-presale .lc-top-right {
		max-width: 350px;
	}
}
@media screen and (max-width: 1370px) {
	.postid-6035 .lc-top-middle, .single-location .lc-top-middle {
		max-width: 550px;
	}
	.postid-6035.single.single-location .lc-top-right, .single.single-location .lc-top-right {
		max-width: 350px;
	}
	.postid-6035 .lc-top-left, .single-location .lc-top-left {
		max-width: 350px;
	}
	.postid-6035 .lc-top-left h2, .single-location .lc-top-left h2 {
		font-size: 60px;
	}
	.postid-6035 .lc-top-left p, .single-location .lc-top-left p {
		font-size: 17px;
	}
	.single-presale .lc-top-left {
		max-width: 350px;
	}
}
@media screen and (max-width: 1280px) {
	.postid-6035 .lc-top-middle, .single-location .lc-top-middle {
		max-width: 450px;
	}
	.postid-6035 .lc-top-left h2, .single-location .lc-top-left h2 {
		font-size: 60px;
	}
	.postid-6035 .lc-btn-holder, .single-location .lc-btn-holder {
		margin-top: 10px;
	}
	.postid-6035 .lc-btn-holder a, .single-location .lc-btn-holder a {
		margin-top: 0;
	}
	.postid-6035 .lc-top-middle img.hero-for-desk, .single-location .lc-top-middle img.hero-for-desk {
		margin-left: -10px;
	}
	.single-presale .lc-top-middle {
		max-width: 450px;
	}
	.single-presale .lc-top-container {
		align-items: center;
	}
}
@media screen and (max-width: 1030px) {
	.postid-6035.single.single-location .lc-top-right, .single.single-location .lc-top-right {
		max-width: 300px;
	}
	.postid-6035 .lc-top-middle, .single-location .lc-top-middle {
		max-width: 300px;
		text-align: center;
		margin-top: 0;
		width: 100%;
	}
	.postid-6035 .lc-top-left h2, .single-location .lc-top-left h2 {
		font-size: 50px;
	}
	.single-presale .lc-top-middle {
		max-width: 30%;
	}
}
@media screen and (max-width: 900px) {
	.postid-6035 .lc-top-middle, .single-location .lc-top-middle, .single-presale .lc-top-middle {
		left: auto;
	}
	.postid-6035 .lc-top-left, .single-location .lc-top-left, .single-presale .lc-top-left {
		max-width: 100%;
		text-align: center;
	}
	.postid-6035 .lc-top-left p, .single-location .lc-top-left p, .single-presale .lc-top-left p {
		max-width: 100%;
	}
	.postid-6035 .lc-top-middle, .single-location .lc-top-middle, .single-presale .lc-top-middle {
		max-width: 100%;
		text-align: center;
	}
	.postid-6035 .lc-top-middle img.hero-for-desk, .single-location .lc-top-middle img.hero-for-desk, .single-presale .lc-top-middle img.hero-for-desk {
		max-width: 450px;
		width: 100%;
		margin: auto;
	}
	.postid-6035.single.single-location .lc-top-right, .single.single-location .lc-top-right, .single.single-presale .lc-top-right {
		max-width: 400px;
		width: 100%;
	}
	.postid-6035 .lc-top-container, .single-location .lc-top-container, .single-presale .lc-top-container {
		flex-direction: column;
	}
	.postid-6035 .lc-top-middle, .single-location .lc-top-middle, .single-presale .lc-top-middle {
		position: relative;
		margin-top: 30px;
	}
	.postid-6035 .lc-top-left, .single-location .lc-top-left, .single-presale .lc-top-left {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.postid-6035 .hn-icon-top, .single-location .hn-icon-top, .single-presale .hn-icon-top {
		margin: auto;
	}
	.postid-6035 .lc-top-left p, .single-location .lc-top-left p, .single-presale .lc-top-left p {
		text-align: center;
		margin: 0 auto 20px;
	}
	.postid-6035 .banner-log-outer .inner img, .single-location .banner-log-outer .inner img, .single-presale .banner-log-outer .inner img {
		margin: auto;
	}
}
/****** loation changes E ****/

/***** media start ****/

/*@media screen and (max-width: 1825px) {
.single.single-location .lc-top-right {
    max-width: 400px;
}
}*/

@media screen and (max-width: 1670px) {
	.single-presale .lc-top-middle img {
		width: 65%;
	}
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1450px) {
	section.hair-cutH.gift.upper-banner p.bottom-upper::before {
		width: 25%;
	}
	.all-location-inner a.Hlink {
		font-size: 15px;
	}
	.upperar-guys-box-inner {
		width: 36%;
	}
	.Uthink-sec .content {
		width: 90%;
	}
}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1440px) {
	.blog section.hair-cutH.gift, .single.single-post section.hair-cutH.gift {
		min-height: 500px;
	}
}
@media screen and (max-width: 1370px) {
	span.loc-el-paso-tx.on-hoverpin-inner {
		left: 42%;
	}
	span.loc-dublin-oh.on-hoverpin-inner {
		top: 34%;
		right: 34%;
	}
	span.loc-powell-oh.on-hoverpin-inner {
		top: 33%;
		right: 34%;
	}
	span.loc-lakewood-oh.on-hoverpin-inner {
		right: 34%;
		top: 32%;
	}
	span.loc-chagrin-falls-oh.on-hoverpin-inner {
		top: 32%;
		right: 32%;
	}
	span.loc-raleigh-nc.on-hoverpin-inner {
		left: 63%;
	}
	span.loc-warrendale-pa.on-hoverpin-inner {
		left: 59%;
	}
	span.loc-leesburg-va.on-hoverpin-inner {
		top: 36%;
	}
	span.loc-gainesville-va.on-hoverpin-inner {
		top: 37%;
	}
	span.loc-naples-fl.on-hoverpin-inner {
		top: 68%;
	}
	span.loc-new-albany-oh.on-hoverpin-inner {
		top: 32%;
		left: 71%;
	}
	span.loc-westerville-oh.on-hoverpin-inner {
		top: 30%;
	}
	span.loc-upper-arlington-oh.on-hoverpin-inner {
		top: 33%;
	}
	span.loc-frisco-tx.on-hoverpin-inner {
		top: 53%;
		left: 54%;
	}
	span.loc-cypress-tx.on-hoverpin-inner {
		left: 56%;
		top: 59%;
	}
	span.loc-rancho-cucamonga-ca.on-hoverpin-inner {
		top: 41%;
	}
	span.loc-roseville-ca.on-hoverpin-inner {
		top: 29%;
	}
	span.loc-folsom-ca.on-hoverpin-inner {
		top: 32%;
		left: 26%;
	}
	span.loc-willow-glen-ca.on-hoverpin-inner {
		top: 34%;
	}
	span.loc-hyde-park-oh.on-hoverpin-inner {
		top: 36%;
	}
	span.loc-reston-va.on-hoverpin-inner {
		right: 25%;
		top: 40%;
	}
	.upper-banner h2.Hheading.open {
		font-size: 85px;
	}
	.Uthink-sec .content {
		width: 100%;
	}
	section.Uthink-sec .two {
		margin-top: 50px;
	}
	section.Uclub-sec .gap {
		margin-top: 6%;
	}
	.single-presale .lc-top-middle img {
		width: 68%;
	}
	.single-presale .lc-top-left::before {
		right: 33px;
	}
	.single-presale .lc-top-left::after {
		right: 50px;
	}
	.single-presale .lc-top-left .border-bottom {
		right: 0;
	}
	/*	.single-presale .lc-top-middle {
		width: 69%;
		left: 49%;
	}*/
	.single-presale section.top-lc {
		padding-bottom: 100px;
	}
	span.pittsburgh-pa.common-pin .on-hoverpin-img::before {
		left: 72.9%;
	}
}
@media screen and (max-width: 1200px) {
	.logo-heading-no-header {
		flex-direction: column;
		text-align: center;
	}
	.upper-banner h2.Hheading.open {
		font-size: 60px;
		text-align: center;
	}
	section.hair-cutH.gift.upper-banner p.bottom-upper {
		font-size: 25px;
	}
	.single.single-location .lc-top-right {
		max-width: 350px;
	}
}
@media screen and (max-width: 1280px) {
	.single-presale .lc-top-right {
		width: 32%;
	}
	.single-presale .lc-top-left {
		min-height: 300px;
	}
	.single-presale .lc-top-left h2 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.single-presale .lc-top-left h2 {
		font-size: 40px;
	}
	.single-presale .lc-top-right h3 {
		font-size: 30px;
	}
	.single-presale .lc-top-right form input[type="text"], .single-presale .lc-top-right form input[type="email"], .single-presale .lc-top-right form input[type="tel"] {
		padding: 10px;
		margin-bottom: 10px;
	}
	.single-presale .lc-top-right form input[type="submit"] {
		padding: 10px;
	}
	.single-presale .lc-top-left {
		min-height: 250px;
	}
}
@media screen and (max-width: 1000px) {
	.hammer-innerheader ul li {
		margin: 0;
	}
	div#myModal_loc .location-slide .location-info {
		display: block;
	}
	div#myModal_loc .location-slide .location-info img {
		margin: 0 0 10px;
	}
	div#myModal_loc .location-slide .location-info h4 {
		padding: 0;
	}
	div#myModal_loc .location-info a.Hlink {
		margin: 10px 0 0 0;
	}
	div#myModal_loc .location-slide {
		width: 50%;
	}
}
@media screen and (max-width: 993px) {
	section.hair-cutH.gift.upper-banner p.bottom-upper {
		max-width: 500px;
		margin: auto;
	}
	.upper-form-section {
		margin: 20px auto 0;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 2px solid #e2c769;
	}
	section.Uclub-sec h2 {
		font-size: 100px;
		white-space: pre-wrap;
	}
	section.Uclub-sec img {
		max-width: 500px;
		width: 100%;
		margin-bottom: 20px;
	}
	section.Uthink-sec img {
		margin: 0 auto;
		max-width: 500px;
		display: inherit;
		width: 100%;
	}
	section.Uclub-sec .row {
		display: flex;
		flex-direction: column-reverse;
	}
	section.Uthink-sec .two img {
		margin: auto;
	}
	section.Uthink-sec .two {
		flex-direction: column-reverse;
		margin-top: 50px;
	}
	section.Uthink-sec .three img {
		margin: 0 0 50px;
		float: none;
		margin: 0 auto 50px;
	}
	section.Uthink-sec .four-inner ul li {
		width: 100%;
		margin: 0;
	}
	section.Uluxe-sec h2 span, section.Uluxe-sec h2 {
		font-size: 80px;
	}
	.Uluxe-sec-inner .row div img {
		margin-bottom: 20px;
	}
	.Uthink-sec h2 {
		font-size: 70px;
	}
	.Uluxe-sec-inner h3 {
		font-size: 50px;
	}
	.Uluxe-sec-inner h4 {
		font-size: 25px;
	}
	.Uluxe-sec-inner .row {
		padding: 0;
	}
	.Uluxe-sec-inner .inner {
		float: left;
	}
	.Uluxe-sec-outer.even .Uluxe-sec-inner::before {
		right: 0;
	}
	.Uluxe-sec-outer.even .Uluxe-sec-inner::after {
		right: 0;
	}
}
@media screen and (max-width: 800px) {
	.home section.home-small-logoH ul li {
		margin: 0 10px;
	}
	footer.website-footer ul.footer-menu li {
		width: 35%;
		margin: 10px auto;
		text-align: center;
	}
	footer.website-footer ul li a {
		font-size: 14px;
	}
	.s-serv-single {
		width: 45%;
		margin-bottom: 20px;
	}
	.hammer-innerheader .left, .hammer-innerheader .right, section.home-video::after {
		display: none;
	}
	.accordion-container h3 span {
		font-size: 17px;
		width: 89%;
	}
	.hammer-innerheader {
		justify-content: space-between;
	}
	section.Hlook-best h3 {
		font-size: 50px;
		display: flex;
		align-items: center;
	}
	section.Hlook-best h3 img {
		max-width: 100px;
	}
	section.home-small-logoH ul li {
		margin: 15px;
	}
	.home section.home-small-logoH ul li {
		margin: 5px;
	}
	section.home-small-logoH ul li img {
		object-fit: contain;
	}
	section.home-small-logoH {
		padding: 20px 0;
	}
	.Hheading {
		font-size: 50px;
	}
	section.hair-cutH {
		min-height: 500px;
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: black;
		align-items: end;
	}
	section.hair-cutH p {
		margin: 0;
		font-size: 19px;
	}
	section.hair-cutH a.Hlink {
		margin-top: 30px;
	}
	.featured-home-slider .inner-slide {
		flex-direction: column;
	}
	section.featured-home-slider .slide-content h3 {
		font-size: 50px;
	}
	section.featured-home-slider .slide-content h4 {
		font-size: 40px;
	}
	section.featured-home-slider ul.slick-dots {
		bottom: 20px;
	}
	.Hservice-inner-section {
		width: 100%;
		margin: 0 0 20px;
	}
	footer.website-footer ul.footer-menu {
		text-align: left;
		justify-content: left;
	}
	section.Hreward, section.Hservice, section.Hlook-best, section.Hlocation, section.work_section, .member-section, section.faq_section {
		padding: 50px 0!important;
	}
	.member-ranking .top {
		width: 100%;
	}
	section.work_section .container .top {
		order: -1;
	}
	section.Hreward h2 {
		font-size: 40px;
	}
	.Hservice-inner, footer.website-footer .footer-bottom {
		flex-direction: column;
	}
	section.Hreward {
		min-height: 500px;
		background-position: center top;
		background-size: contain;
		background-color: #0c0b10;
		align-items: flex-end;
	}
	section.Hreward a {
		margin-bottom: 0;
	}
	form.Hzip-part {
		flex-direction: column;
	}
	button.Hlink {
		margin: 15px 0 0 0;
		max-width: 100%;
	}
	.mobile-commom-menu {
		display: block;
	}
	section.hair-cutH, section.Hreward {
		min-height: 100%;
		background: none!important;
		background-color: #060610!important;
		display: block;
	}
	section.hair-cutH .inner, {
		padding: 30px 0;
	}
	section.Hreward {
		padding-top: 0;
	}
	.m-img {
		display: block;
		width: 100%;
	}
	section.Happointment-section {
		padding: 50px 0 0;
	}
	.accordion-container {
		width: 100%;
		margin-top: 50px;
	}
	.single-presale .lc-top-left h2 {
		font-size: 55px;
	}
	.single-presale .lc-top-middle img {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 500px;
	}
	.single-presale .lc-top-middle {
		position: relative;
		width: 100%;
		text-align: center;
		transform: none;
		left: 0;
		right: 0;
		margin: auto;
	}
	.single-presale .lc-top-right {
		width: 100%;
		right: 0;
		left: 0;
		margin: 20px auto 0;
	}
	.single-presale .lc-top-right h3 {
		font-size: 50px;
	}
	.blog-list-outer-left-inner-content {
		padding: 100px 10px 50px;
		margin-top: -80px;
	}
	.blog-right-content h3, .blog-right-content h3 a {
		font-size: 50px;
	}
	.inner-uppers, .blog-list-outer-left {
		width: 100%;
	}
	.blog-left-date {
		width: 80px;
		font-size: 15px;
	}
	.blog-left-date::before {
		top: 5px;
	}
	.blog-left-date span {
		font-size: 15px;
	}
	.blog-left-date strong {
		font-size: 44px;
		line-height: 45px;
	}
	.single-content img.top-image-single {
		width: 100%;
	}
	.inner.bannerback-bg {
		margin-top: 30px;
	}
	.blog section.hair-cutH.gift, .single.single-post section.hair-cutH.gift {
		min-height: auto;
		padding-bottom: 20px;
	}
	section.hair-cutH.gift .inner.bannerback-bg ul {
		margin: 5px 0;
		padding-bottom: 10px;
	}
	section.hair-cutH.gift .inner.bannerback-bg ul li a {
		font-size: 15px;
	}
	section.hair-cutH.gift .inner.bannerback-bg ul li {
		line-height: 13px;
	}
	.single.single-location .lc-top-right, .banner-log-outer .inner img {
		margin: auto;
	}

	.single-presale .founding-rates-flex {
		align-items: center;
	}

	.single-presale .founding-rates-flex .founding-rates-inner:last-child::before {
		background-image: linear-gradient(to bottom, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
		top: auto;
		bottom: 0;
	}

	.single-presale .founding-rates-flex .founding-rates-inner .founding-rates-inner-border .inner::before {
		width: 80%;
		background-image: linear-gradient(to right, #0f0f14, #534a2d, #e2c76c, #534a2d, #0f0f14);
		height: 2px;
	}

	.single-presale .founding-rates-flex .founding-rates-inner:last-child::after {
		top: auto;
		bottom: 0;
	}

	.single-presale .founding-rates-flex .founding-rates-inner:last-child .founding-rates-inner-border::before {
		top: auto;
		border-bottom-right-radius: 5px;
		border-bottom: 1px solid #e2c76c;
		bottom: 0px;
		border-top-right-radius: 0;
		border-top: 0px solid #e2c76c;
	}

}
@media screen and (max-width: 575px) {
	a.Hlink, button.Hlink {
		margin-top:0px!important;
	}
	.blog-right-content h3, .blog-right-content h3 a {
		font-size: 40px;
	}
	.home.page .center-logo a img {
		max-width: 140px;
	}
	.page .center-logo a img, .single .center-logo a img {
		max-width: 140px;
	}
	.all-location-section, .apply-outer, section.three-box-section, section.membership-outer {
		padding: 50px 0;
	}
	.mainpage-outer {
		padding-top: 50px;
	}
	section.Happointment-section .Hheading {
		font-size: 40px;
	}
	div#myModal_loc .location-slide {
		width: 100%;
	}
	div#myModal_loc .location-slide .location-info {
		text-align: center;
	}
	div#myModal_loc .location-info a.Hlink {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	div#myModal_loc .location-slide .location-info h4 {
		margin: auto;
	}
	section.Uclub-sec small, .Uthink-sec small {
		font-size: 20px;
	}
	section.Uclub-sec h2 {
		font-size: 60px;
	}
	section.Uclub-sec h3, .Uthink-sec h3 {
		font-size: 20px;
	}
	section.Uclub-sec {
		padding-bottom: 50px;
		padding-top: 160px;
	}
	section.Uthink-sec {
		padding: 50px 0;
	}
	.Uthink-sec .content {
		width: 100%;
	}
	.Uthink-sec h2 {
		font-size: 43px;
	}
	.Uthink-sec .content ul li {
		width: 100%;
		margin: 10px 0;
	}
	.Uthink-sec .content ul li:nth-child(even) {
		width: 100%;
		margin: 0;
	}
	section.Uthink-sec .four-inner {
		width: 100%;
	}
}
@media screen and (max-width: 1500px) {
	.lc-top-left h2 {
		font-size: 80px
	}
	.lc-top-middle {
		width: 65%
	}
	.lc-top-left {
		width: 38%
	}
	.lc-top-left p {
		font-size: 16px;
		line-height: 25px
	}
	.lc-top-right h3 {
		font-size: 44px;
		margin: 0 0 20px
	}
	ul.wd-ad-lines li {
		font-size: 14px;
		margin: 12px 0
	}
	.lc-top-time li {
		font-size: 14px;
		margin: 0 0 6px
	}
	.lc-top-container {
		max-width: 92%
	}
	section.top-lc {
		height: auto
	}
	.lc-top-right {
		right: 0;
	}
}
@media screen and (max-width: 900px) {
	.page-template-locations section.hair-cutH.common-banner .inner {
		margin-top: 0;
	}
	.upper-banner h2.Hheading {
		line-height: 50px;
	}
	section.hair-cutH.gift.upper-banner p.bottom-upper::before {
		width: 15%;
	}
	.upperar-guys-box-inner {
		width: 100%;
		margin: 0 0 10px;
	}
	.upperar-guys-box-outer {
		flex-direction: column;
	}
	section.service-upper-ar h5 {
		font-size: 23px;
	}
	.img-left-right .col-lg-6.p-0 {
		order: -1;
		margin: 20px 0;
	}
	.img-left-right .img {
		width: 90%;
		margin: auto;
		background-position: center;
	}
	.section-alt.mt-5.pb-5 {
		padding: 0!important;
		margin: 0!important;
	}
	section.say-hello-upper h2 {
		font-size: 50px;
		line-height: 50px;
	}
	section.treat-sec-upper h2 strong {
		font-size: 50px;
	}
	section.treat-sec-upper h2 span {
		font-size: 50px;
	}
	.row.img-left-right.mt-5 {
		margin-top: 0!important;
	}
	.upper-banner h2.Hheading {
		margin-top: 20px;
	}
	section.hair-cutH.gift.upper-banner, section.hair-cutH.gift.upper-banner .inner {
		min-height: auto;
		padding: 0;
	}
	.membership-inner {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 800px) {
	.page-template-giftcards section.hair-cutH.gift, .page-template-membership section.hair-cutH.gift, .page-template-career section.hair-cutH.common-banner, .page-template-application section.hair-cutH.common-banner, section.hair-cutH.common-banner {
		padding-top: 0;
		min-height: auto;
	}
	.acpt span {
		width: 90%;
		font-size: 14px;
		padding-left: 10px;
		text-indent: -10px;
	}
	.acpt input {
		margin-top: 3px;
	}
	.career-top ul li {
		width: 100%;
	}
	section.win-secton ul {
		flex-direction: column;
	}
	.choose-ldi-flex {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.choose-ldi-flex h2 a {
		padding: 0;
	}
	.choose-ldi-flex h2 {
		padding: 0;
		text-align: center;
	}
	.choose-ldi-flex a.Hlink {
		margin: 20px 0;
	}
	.choose-ldi-flex .img-block img {
		margin-bottom: 10px;
	}
	.smaller-slider-inner .content h4 {
		font-size: 50px;
	}
	section.three-box-section ul li {
		width: 100%;
	}
	section.three-box-section ul {
		flex-direction: column;
	}
	section.three-box-section ul li:nth-child(2) {
		margin-top: 0;
	}
	.smaller-slider-inner .content {
		width: 100%;
		padding: 20px;
	}
	.smaller-slider-inner .img {
		width: 100%;
		min-height: 200px;
	}
	.smaller-slider .animatedParent:nth-child(odd) .row .col-lg-6.img {
		order: 0;
	}
	.membership-inner-left {
		width: 100%;
		margin: 0;
	}
	.membership-inner-right {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.smaller-slider-inner, .smaller-slider-inner .row {
		justify-content: center;
	}
	.Hservice-single-service {
		width: 100%;
	}
	.lc-top-right {
		width: 100%;
		padding: 0 20px
	}
	section.top-lc {
		height: auto;
		padding-bottom: 30px;
		padding-top: 100px
	}
	.hn-icon-top {
		max-width: 100%
	}
	.lc-top-left h2:after {
		bottom: 35px;
		left: 120px
	}
	.lc-top-left h2:before {
		bottom: 25px;
		left: 150px
	}
	.lc-btn-holder {
		width: 100%
	}
	.lc-top-left {
		left: 0;
		width: 100%;
		padding: 0 20px
	}
	.lc-top-left h2, .single-presale .lc-top-left h2 span {
		font-size: 55px;
		line-height: 58px;
		text-align: center
	}
	.lc-top-left p {
		font-size: 14px;
		line-height: 23px;
		text-align: center
	}
	.lc-top-middle {
		width: 100%;
		position: static;
		transform: translateX(0)
	}
	.lc-top-right {
		width: 100%;
		padding: 0 20px
	}
	section.top-lc {
		height: auto;
		padding-bottom: 30px;
		padding-top: 100px
	}
	.lc-top-time li {
		font-size: 14px;
		margin: 0 0 6px
	}
	ul.wd-ad-lines li {
		font-size: 14px;
		margin: 12px 0
	}
	.lc-top-left .hn-icon-top p {
		font-size: 16px
	}
	.lc-top-left::before, .lc-top-left::after, .lc-top-left .border-bottom::before, .lc-top-left .border-bottom::after {
		display: none
	}
	.single-slide-image {
		height: 100%;
		margin: 0;
		background-image: none!IMportant;
	}
	.single-slide-image {
		display: flex;
		flex-direction: column;
		background-image: none!IMportant;
		background-color: #020111;
		padding-top: 0;
	}
	.single-slide-image .slider-inner h3 {
		font-size: 50px;
		line-height: 60px
	}
	.single-slide-image a.Hlink {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.single-slide-slider {
		width: 100%;
		float: left;
		margin-top: 10px;
		overflow: hidden;
	}
	.mobile-slider-L {
		display: block;
	}
	section.hello-upper-ar iframe {
		margin: 0;
	}
	.page-template-page-alt-landing section.hello-upper-ar iframe {
		margin: 0;
	}
	.page-template-page-alt-landing .logo-heading-no-header {
		flex-direction: column;
	}
	.page-template-page-alt-landing .logo-heading-no-header img.web-logo {
		margin: 0;
	}
	.page-template-page-alt-landing .upper-banner h2.Hheading {
		text-align: center;
	}
	.page-template-page-alt-landing .m-img {
		display: none;
	}
	.page-template-locations-copy section.hair-cutH.common-banner, .page-template-locations section.hair-cutH.common-banner {
		min-height: 100%;
	}
	.page-template-locations-copy section.hair-cutH.common-banner h2, .page-template-locations section.hair-cutH.common-banner h2 {
		display: none;
	}
	.single-presale .single-slide-slider.image-alternate h2 br {
		display: none;
	}
	.single-presale .single-slide-slider.image-alternate h2 span {
		display: inline;
	}
	.single-presale section.faq_section {
		width: 100%;
		float: left;
	}
	.single-presale .our-location-section-inner {
		flex-direction: column;
	}
	.single-presale .our-location-section iframe {
		width: 100%;
		min-height: 300px;
	}
	.single-presale .our-location-section-inner .lc-top-right {
		width: 98%;
		left: 0;
		max-width: 100%;
		padding: 5%;
	}
	.single-presale .our-location-section-inner .lc-top-right::before {
		display: none;
	}
	.single-presale .founding-rates-flex {
		flex-direction: column;
	}
	.single-presale .founding-rates h4 span {
		font-size: 50px;
	}
	.single-presale .founding-rates-inner-border .inner {
		padding: 30px;
	}
	.single-presale .full-button-location-inner i {
		font-size: 16px;
		width: 90%;
		margin: auto;
	}
	.single-presale .full-button-location {
		width: 94%;
		margin: auto;
	}
	.single-presale .single-slide-slider.image-alternate h2 {
		font-size: 50px;
	}
	.single-presale .single-slide-slider.image-alternate {
		margin: 0;
	}
	.single-presale .lc-top-left h2 {
		margin-top: 20px;
	}
	.single-slide-slider.image-alternate .animatedParent:nth-child(odd) .slider-inner {
		padding-left: 0;
	}
	.single-presale .single-slide-slider.image-alternate h2 {
		padding-bottom: 0;
	}
	section.hair-cutH.float-right-text .inner {
		padding-left: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px) {
	section.Uluxe-sec h6 {
		margin-top: 0;
	}
	section.hair-cutH.gift.upper-banner p.bottom-upper::before {
		width: 9%;
	}
	footer.website-footer.club ul.club-content {
		flex-direction: column;
	}
	footer.website-footer.club ul.club-content li:first-child {
		border-right: none;
		border-bottom: 1px solid #1d1d26;
		padding-right: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.Uthink-sec .content ul li div.border-four .inner {
		padding: 30px;
	}
	.Uthink-sec .content ul li::before {
		width: 9px;
	}
	.Uthink-sec .content ul li p {
		font-size: 17px;
	}
	footer.website-footer.club ul.club-content li {
		padding-right: 0;
		padding-left: 0;
	}
	footer.website-footer.club .footer-bottom ul li:last-child a {
		padding: 0;
		margin: 0;
	}
	.home section.hair-cutH.gift.home-banner p, section.hair-cutH.gift.home-banner p {
		font-size: 40px;
	}
	.home section.hair-cutH.gift.home-banner h2, section.hair-cutH.gift.home-banner h2 {
		font-size: 18px;
		margin: 20px 0 10px;
	}
	.home section.hair-cutH.gift.home-banner, section.hair-cutH.gift.home-banner {
		min-height: auto;
	}
	.home section.hair-cutH.gift.home-banner .inner, section.hair-cutH.gift.home-banner .inner {
		margin-bottom: 30px;
	}
	.page-template-locations-copy form.Hzip-part, .page-template-locations form.Hzip-part {
		margin: 20px 0;
	}
	.single-presale .lc-top-middle {
		width: 100%;
	}
	.single-presale .lc-top-left {
		min-height: auto;
		margin-top: 60px;
	}
	button.Hlink.zip-search span {
		font-size: 16px;
	}
	section.hair-cutH.float-right-text p.content {
		font-size: 16px;
	}
	section.hair-cutH p {
		font-size: 16px;
	}
	section.Hreward h2 {
		margin-top: 40px;
	}
	.Hlook-best h2.Hheading {
		font-size: 38px!important;
	}
	section.Hlook-best .top small {
		font-size: 18px!important;
		margin: 6px 0!important;
	}
	.single-presale .lc-top-left h2 {
		font-size: 73px;
		line-height: 58px!important;
	}
	.single-presale .hn-icon-top img {
		margin-top: 20px;
	}
	.single-presale .hn-icon-top p, .single-presale .hn-icon-top h1 {
		font-size: 16px;
	}
	.single-presale .lc-top-right p i {
		font-size: 14px;
	}
	.single-presale section.top-lc {
		padding-bottom: 0px;
	}
	.single-presale section.home-small-logoH h2 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.single-presale .founding-rates {
		padding: 40px 0;
	}
	.single-presale .founding-rates h5 {
		font-size: 16px;
		line-height: 16px;
	}
	.single-presale .founding-rates-flex::before {
		display: none!important;
	}
	.accordion-container h3 span {
		line-height: 26px;
	}
	.single-slide-slider.image-alternate .single-slide-image {
		padding: 0;
		min-height: 0;
	}
	.single-presale .lc-top-left h2 span {
		font-size: 65px;
	}
	.single-presale .lc-top-middle img {
		width: 84%;
		margin-left: 17%;
	}
	.single-presale .single-slide-slider.image-alternate {
		padding: 40px 0;
	}
	.single-presale .our-location-section {
		padding: 40px 0;
	}
	span.willow-glen-ca.common-pin .on-hoverpin-img::before {
		left: 6%;
	}
	.outdiv-outer .common-pin .on-hoverpin-img::before {
		width: 10px;
	}
	.outdiv-outer .common-pin p, .outdiv-outer .common-pin a {
		font-size: 10px;
		margin: 0;
	}
	.on-hoverpin-inner {
		padding: 10px;
	}
	.on-hoverpin-inner::before {
		height: 10px;
		width: 10px;
		left: -4px;
	}
	span.loc-willow-glen-ca.on-hoverpin-inner {
		left: 10%;
		top: 30%;
	}
	span.roseville-ca.common-pin .on-hoverpin-img::before {
		left: 8%;
		top: 40%;
	}
	span.loc-roseville-ca.on-hoverpin-inner {
		left: 11%;
		top: 25%;
	}
	.on-hoverpin-inner p {
		margin: 0 0 5px;
		font-size: 12px;
	}
	.on-hoverpin-inner {
		width: 200px;
	}
	span.south-bay-los-angeles-ca.common-pin .on-hoverpin-img::before {
		top: 54%;
		left: 9%;
	}
	span.loc-south-bay-los-angeles-ca.on-hoverpin-inner {
		top: 44%;
		left: 11%;
	}
	span.folsom-ca.common-pin .on-hoverpin-img::before {
		left: 7%;
		top: 36%;
	}
	span.loc-leesburg-va.on-hoverpin-inner::before, span.loc-gainesville-va.on-hoverpin-inner::before, span.loc-upper-arlington-oh.on-hoverpin-inner::before, span.loc-hyde-park-oh.on-hoverpin-inner::before {
		right: -5px;
	}
	span.loc-frisco-tx.on-hoverpin-inner {
		top: 58%;
		left: 49%;
	}
	span.upper-arlington-oh.common-pin .on-hoverpin-img::before {
		top: 39%;
		left: 71%;
	}
	span.loc-upper-arlington-oh.on-hoverpin-inner {
		right: 30%;
		top: 25%;
	}
	span.hyde-park-oh.common-pin .on-hoverpin-img::before {
		left: 70%;
		top: 40%;
	}
	span.rancho-cucamonga-ca.common-pin .on-hoverpin-img::before {
		left: 12%;
		top: 51%;
	}
	span.loc-rancho-cucamonga-ca.on-hoverpin-inner {
		left: 15%;
		top: 36%;
	}
	span.loc-hyde-park-oh.on-hoverpin-inner {
		right: 31%;
		top: 29%;
	}
	span.loc-folsom-ca.on-hoverpin-inner {
		top: 20%;
		left: 10%;
	}
	span.el-paso-tx.common-pin .on-hoverpin-img::before {
		opacity: 1;
		top: 67%;
		left: 30%;
	}
	span.frisco-tx.common-pin .on-hoverpin-img::before {
		left: 47%;
		top: 66%;
	}
	span.naples-fl.common-pin .on-hoverpin-img::before {
		top: 85%;
		left: 79%;
	}
	span.loc-gainesville-va.on-hoverpin-inner {
		left: 51%;
		top: 30%;
	}
	span.new-albany-oh.common-pin .on-hoverpin-img::before {
		left: 74%;
		top: 38%;
	}
	span.loc-new-albany-oh.on-hoverpin-inner {
		top: 22%;
		left: 77%;
	}
	span.cypress-tx.common-pin .on-hoverpin-img::before {
		top: 76%;
		left: 49%;
	}
	span.loc-cypress-tx.on-hoverpin-inner {
		left: 52%;
		top: 65%;
	}
	span.leesburg-va.common-pin .on-hoverpin-img::before {
		left: 81%;
	}
	span.gainesville-va.common-pin .on-hoverpin-img::before {
		left: 79%;
	}
	span.loc-leesburg-va.on-hoverpin-inner {
		top: 30%;
		left: 53%;
	}
	span.westerville-oh.common-pin .on-hoverpin-img::before {
		left: 72%;
		top: 36%;
	}
	span.loc-westerville-oh.on-hoverpin-inner {
		left: 75%;
		top: 22%;
	}
	span.laguna-niguel-ca.common-pin .on-hoverpin-img::before {
		left: 11%;
		top: 57%;
	}
	span.loc-laguna-niguel-ca.on-hoverpin-inner {
		left: 14%;
	}
	span.west-hollywood-ca.common-pin .on-hoverpin-img::before {
		left: 10%;
		top: 50%;
	}
	span.loc-west-hollywood-ca.on-hoverpin-inner {
		left: 13%;
		top: 39%;
	}
	span.echo-park-ca.common-pin .on-hoverpin-img::before {
		left: 11%;
		top: 53%;
	}
	span.loc-echo-park-ca.on-hoverpin-inner {
		left: 13%;
	}
	span.loc-wheaton-il.on-hoverpin-inner::before {
		right: -5px;
	}
	span.loc-wheaton-il.on-hoverpin-inner {
		right: 40%;
	}
	span.warrendale-pa.common-pin .on-hoverpin-img::before {
		right: 20%;
		left: auto;
		top: 35%;
	}
	span.loc-warrendale-pa.on-hoverpin-inner {
		left: auto;
		right: 23%;
		top: 29%;
	}
	span.loc-warrendale-pa.on-hoverpin-inner::before {
		right: -5px;
	}
	span.raleigh-nc.common-pin .on-hoverpin-img::before {
		left: auto;
		right: 17%;
		top: 52%;
	}
	span.loc-raleigh-nc.on-hoverpin-inner {
		left: auto;
		right: 21%;
	}
	span.loc-raleigh-nc.on-hoverpin-inner::before {
		right: -5px;
	}
	span.charlotte-nc.common-pin .on-hoverpin-img::before {
		right: 20%;
		top: 53%;
	}
	span.loc-charlotte-nc.on-hoverpin-inner {
		right: 24%;
	}
	span.loc-charlotte-nc.on-hoverpin-inner::before {
		right: -5px;
	}
	span.midtown-atlanta-ga.common-pin .on-hoverpin-img::before {
		top: 64%;
		right: 25%;
	}
	span.loc-midtown-atlanta-ga.on-hoverpin-inner {
		right: 28%;
		top: 60%;
	}
	span.loc-midtown-atlanta-ga.on-hoverpin-inner::before {
		right: -5px;
	}
	.outdiv-outer-mobile span.windermere-fl.common-pin .on-hoverpin-img::before {
		opacity: 1;
		top: 74.5%;
		left: 77.2%;
	}
	.outdiv-outer-mobile span.loc-windermere-fl.on-hoverpin-inner {
		top: 68%;
		left: 80%;
	}
	span.loc-el-paso-tx.on-hoverpin-inner {
		left: 34%;
		top: 62%;
	}
	span.loc-naples-fl.on-hoverpin-inner {
		top: 76%;
		left: 82%;
	}
	span.loc-orange-county-ca.on-hoverpin-inner {
		left: 15.5%;
		top: 51%;
	}
	span.orange-county-ca.common-pin .on-hoverpin-img::before {
		top: 56%;
		left: 13%;
	}
	span.brea-ca.common-pin .on-hoverpin-img::before {
		left: 14%;
		top: 54%;
	}
	span.loc-brea-ca.on-hoverpin-inner {
		left: 17%;
	}
	/*ballu mobile loc*/
	span.loc-atlantic-city-nj.on-hoverpin-inner {
		left: auto;
		top: 30%;
		right: 16%;
	}
	span.atlantic-city-nj.common-pin .on-hoverpin-img::before {
		top: 35%;
		left: 85.2%;
		opacity: 1;
	}
	span.loc-atlantic-city-nj.on-hoverpin-inner::before {
		right: -5px;
		left: auto;
	}
	span.westport-ct.common-pin .on-hoverpin-img::before {
		top: 27%;
		left: 87.5%;
		opacity: 1;
	}
	span.loc-westport-ct.on-hoverpin-inner {
		left: auto;
		top: 22%;
		right: 13%;
	}
	span.loc-westport-ct.on-hoverpin-inner::before {
		right: -5px;
		left: auto;
	}
	span.darien-ct.common-pin .on-hoverpin-img::before {
		top: 27.9%;
		left: 87.3%;
		opacity: 1;
	}
	span.loc-darien-ct.on-hoverpin-inner {
		left: auto;
		top: 23%;
		right: 14%;
	}
	span.loc-darien-ct.on-hoverpin-inner::before {
		right: -5px;
		left: auto;
	}
	span.pittsburgh-pa.common-pin .on-hoverpin-img::before {
		top: 36%;
		left: 79%;
		opacity: 1;
	}
	span.loc-pittsburgh-pa.on-hoverpin-inner {
		left: auto;
		top: 33%;
		right: 22%;
	}
	span.loc-pittsburgh-pa.on-hoverpin-inner::before {
		right: -5px;
		left: auto;
	}
	span.canton-oh.common-pin .on-hoverpin-img::before {
		top: 39%;
		left: 72.9%;
		opacity: 1;
	}
	span.loc-canton-oh.on-hoverpin-inner {
		left: auto;
		top: 33%;
		right: 28%;
	}
	span.loc-canton-oh.on-hoverpin-inner::before {
		right: -5px;
		left: auto;
	}
	span.nashville-tn.common-pin .on-hoverpin-img::before {
		top: 53%;
		left: 65.9%;
		opacity: 1;
	}
	span.loc-nashville-tn.on-hoverpin-inner {
		left: auto;
		top: 47%;
		right: 35%;
	}
	span.loc-nashville-tn.on-hoverpin-inner::before {
		right: -5px;
		left: auto;
	}
	span.san-antonio-tx.common-pin .on-hoverpin-img::before {
		top: 78%;
		left: 42%;
		opacity: 1;
	}
	span.loc-san-antonio-tx.on-hoverpin-inner {
		left: 45%;
		top: 72%;
	}
	span.south-bay-la-ca.common-pin .on-hoverpin-img::before {
		left: 9%;
		top: 53%;
	}
	span.loc-south-bay-la-ca.on-hoverpin-inner {
		left: 11%;
	}
	/*end ballu mobile*/
	.outdiv-outer {
		display: none;
	}
	div#myModal_map {
		width: 700px;
		overflow: scroll;
		position: absolute;
	}
	div#myModal_map .modal-video-body {
		margin-top: 20%;
		position: relative;
	}
	.outdiv-outer-mobile .common-pin .on-hoverpin-img::before {
		background-image: url(../img/pin-black.png);
		width: 17px;
		background-size: contain;
		height: 20px;
		position: absolute;
		content: "";
		background-repeat: no-repeat;
		cursor: pointer;
		opacity: 0;
	}
}
::selection {
	color: #fff;
	background-color: #e3c76c!important;
}
p.soon {
	letter-spacing: 2px;
	font-size: 12px;
	color: #898989;
	font-weight: 300;
}
.all-location-section {
	margin: 0;
	padding: 50px 0 100px;
	background-color: #0f0f12;
	background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
	background-position: top center;
	background-repeat: repeat-y;
}
/*********** banner addition tabs ******************/

@media screen and (max-width: 1600px) {
	.lc-top-middle img {
		width: 100%;
	}
	.lc-top-middle {
		transform: translateX(-63%);
	}
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {
	/*.postid-4824.single-presale .lc-top-middle img {
    margin-left: 36%;
}
.postid-5446.single-presale .lc-top-middle img , .postid-5957.single-presale .lc-top-middle img{
    margin-left: 25%;
    }
.postid-4824.single-presale .lc-top-middle, .postid-5446.single-presale .lc-top-middle,
.postid-5693.single-presale .lc-top-middle, .postid-5740.single-presale .lc-top-middle,
.postid-5957.single-presale .lc-top-middle, .postid-5693.single-presale .lc-top-middle,
.postid-5740.single-presale .lc-top-middle  {
    top: 8%;
}*/
	.postid-5740.single-presale .lc-top-middle img {
		left: 0;
	}
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {
	.lc-top-left h2 {
		font-size: 61px;
	}
}
@media screen and (max-width: 800px) {
	.lc-top-middle {
		transform: translateX(0);
	}
	/*.postid-4824.single-presale .lc-top-middle img, .postid-5693.single-presale .lc-top-middle img, 
.postid-5740.single-presale .lc-top-middle img, .postid-5740.single-presale .lc-top-middle {
    margin-left: 21%;
}*/
	.postid-5446.single-presale .lc-top-middle img, .postid-5957.single-presale .lc-top-middle img, .postid-5693.single-presale .lc-top-middle img, .postid-5740.single-presale .lc-top-middle img {
		margin-left: auto;
		left: auto;
	}
	.postid-5446 .lc-top-middle, .postid-5957 .lc-top-middle, .postid-5693 .lc-top-middle, .postid-5740 .lc-top-middle {
		transform: none;
	}
}


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

	.service_pageSection .Hservice-single-service {
		max-width: calc(50% - 30px);
	}

}

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

	.service_pageSection .Hservice-single-service {
		max-width: calc(100% - 30px);
	}

}