/*
Theme Name: AllinBrand
Theme URI: http://allinbrand.com
Description: AllinBrand
Author: nttam
Author URI: http://allinbrand.com
Template: Divi
Version: 1.0
*/


/* =================== */


/*  */

#page-container #top-header .container #et-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

header#main-header {
    backdrop-filter: blur(0px) !important;
    background: transparent;
}

header#main-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    padding-bottom: 25px;
	transition: all .3s;
}

.et-fixed-header#main-header::before {
    padding-bottom: 0px;
    background: #fff;
    transition: all .3s;
}

footer .et_pb_divider:after {
    content: '';
    position: absolute;
    width: 50px;
    background: #fff;
    left: 0;
    height: 3px;
    top: -1px;
}

/*  */

/* MENU MOBILE */

#mobile_menu .menu-item-has-children {
    position: relative;
}
#mobile_menu .menu-item-has-children > a {
    background: transparent;
}
#mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
	width: auto;
}

span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #000;
    font-size: 16px;
    font-family: ETmodules;
	float: right;
	transform: rotate(0deg);
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
span.menu-closed.menu-open:before {
	transform: rotate(134deg);
    -webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
/* ================================ */

#page-container #top-header .container {
    padding-top: 10px;
    padding-bottom: 10px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

#page-container #top-header .container:after {
	display: none;
}

#page-container div#et-info {
    padding-bottom: 0px;
}

.online-booking-btn a {
    text-transform: uppercase;
    background: #fff;
    color: #4968ad !important;
    padding: 10px 10px !important;
    border-radius: 5px;
}

#page-container #top-menu li li {
    padding: 0px;
	width: 100%;
}

#page-container #top-menu li li a {
    width: 100%;
}

#page-container #top-menu li li.current-menu-item a {
	color: #5067a8 !important;
}

.mesotherapy-section-1:before,
.hair-loss-section-1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../uploads/2023/12/Asset-9.jpg);
    width: 55%;
    height: 100%;
    background-position: center right;
    background-size: cover;
}

.hair-loss-section-1:before { 
	background-image: url(../../uploads/2023/12/Asset-6.jpg);
}

.mesotherapy-section-1:after,
.hair-loss-section-1:after {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #4968ad 90%);
}

.hair-loss-section-7:before,
.mesotherapy-section-7:before {
	content: '';
    background-image: url(../../uploads/2023/12/Asset-3.jpg);
    position: absolute;
    width: 60%;
    height: 100%;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.hair-loss-section-7:before {
	content: '';
    background-image: url(../../uploads/2023/12/Asset-8.jpg);
}

.hair-loss-section-7:after,
.mesotherapy-section-7:after {
	content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, #4968ad 10%, rgba(255,255,255,0) 100%);
}

.mesotherapy-section-2:before {
	content: '';
    width: 100%;
    height: 40%;
    background: #4968ad;
    left: 0;
    top: 0%;
    position: absolute;
}

.mesotherapy-section-4 .et_pb_blurb_container {
    vertical-align: middle;
}

.mesotherapy-section-4 .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 0px;
}

#top-menu .menu-item-has-children>a:first-child:after {
	top: 9px;
	right: 4px;
}

#main-header .nav li ul a {
    text-transform: capitalize;
	letter-spacing: 0px;
}

.et-fixed-header #top-menu li.current-menu-item > ul a {
    color: #000 !important;
}

.home-slide .et_pb_slide_image img {
  height: 400px !important;
}

body:not(.page-id-805) .theme-builder-area .services-tabs {
	display: none;
}

.services-tabs .et_pb_column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.et_pb_section.services-tabs .et_pb_blurb_content {
    display: flex;
    align-items: center;
	justify-content: center;
}

.services-tabs .et_pb_main_blurb_image {
    margin-bottom: 0px;
	width: auto;
	padding: 5px!important;
    position: relative;
}

.services-tabs .et_pb_main_blurb_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d7def3;
    left: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
	transition: all .3s;
	border: 1px solid #1e3566;
}

.services-tabs .et_pb_blurb:hover .et_pb_main_blurb_image:before,
.services-tabs .et_pb_blurb.ds-tab-active .et_pb_main_blurb_image:before {
    background: #ef8796;
    transition: all .5s;
    transform: scale(1.5);
    border-color: #ef8796;
}

.services-tabs .et_pb_blurb:hover .et_pb_main_blurb_image:before,
.services-tabs .et_pb_blurb.ds-tab-active .et_pb_main_blurb_image:before {
    background: #ef8796;
    transition: all .5s;
    transform: scale(1.5);
    border-color: #ef8796;
}

.services-tabs .et_pb_main_blurb_image:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d7def3;
    right: -2px;
    top: 6px;
    z-index: -2;
    transition: all .3s;
    border-radius: 10px;
}

.services-tabs .et_pb_blurb:hover .et_pb_main_blurb_image:after,
.services-tabs .et_pb_blurb.ds-tab-active .et_pb_main_blurb_image:after  {
    transform: translate(20px, -5px);
    transition: all .7s;
    background: #ef8796;
}

.services-tabs .et_pb_blurb:hover .et_pb_main_blurb_image img,
.services-tabs .et_pb_blurb.ds-tab-active .et_pb_main_blurb_image img {
	filter: brightness(0) invert(1);
	transition: all .3s;
}

.services-tabs .et_pb_blurb .et_pb_blurb_container {
    transition: all .5s;
	line-height: normal;
}

.services-tabs .et_pb_blurb:hover .et_pb_blurb_container,
.services-tabs .et_pb_blurb.ds-tab-active .et_pb_blurb_container {
    transform: translateX(15px);
    transition: all .5s;
}

.hair-section:before,
.makeup-section:before,
.skincare-section:before {
    content: '';
    background-image: url(../../uploads/2023/12/hair-section.jpg);
    position: absolute;
    width: 40%;
    height: 100%;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
/* 	box-shadow: 25px 20px 0px 0px #1E3566; */
}

.makeup-section:before {
    background-image: url(../../uploads/2023/12/makeup-section.jpg);	
}

.skincare-section:before {
	background-image: url(../../uploads/2023/12/skincare-section.jpg);
}

.nails-section:before,
.spa-section:before,
.hair-removal-section:before {
    content: '';
    background-image: url(../../uploads/2023/12/nails-section.jpg);
    position: absolute;
    width: 40%;
    height: 100%;
    background-position: center;
    background-size: cover;
    right: 0;
    top: 0;
/* 	box-shadow: -25px 20px 0px 0px #ff8095; */
}

.spa-section:before {
    background-image: url(../../uploads/2023/12/spa-section.jpg);
}

.hair-removal-section:before {
	background-image: url(../../uploads/2023/12/hair-removal-section.jpg);
}

.nails-section:after, .spa-section:after, .hair-removal-section:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
}

.hair-section:after, .makeup-section:after, .skincare-section:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
}

/* TAB menu */

.toggle .tabs {
	width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.toggle .tabs .tab {
	float: left;
	background: white;
	color: #405861;
	height: auto;
	margin: 3px 5px 3px;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 7px;
	transition: all .3s;
	border: 1px solid #f2e8c7;
	text-transform: uppercase;
}

.service-layout-2 .toggle .tabs .tab {
	border-color: #ff8095;
	color: #ff8095;
}

.toggle .tabs .tab:hover,
.toggle .tabs .tab.active {
	color: #6d591f;
	background: #f2e8c7;
	transition: all 0.5s;
}

.service-layout-2 .toggle .tabs .tab:hover, .service-layout-2 .toggle .tabs .tab.active {
    background: #ffcece;
}

.toggle .panels .panel {
  padding: 20px 10px;
  display: none;
}

.toggle .panels .panel:first-child {
  display: block;
}

.toggle .panels .panel .descriptions-of-service {
	text-align: center;
    margin-bottom: 20px;
	color: #000;
}


/* end tab menu */

.notes-for-category {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
	color: #000;
}

.list-of-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.list-of-services .service {
    font-size: 16px;
	border: 1px solid transparent;
    background: #e6eaec;
    padding: 15px;
    border-radius: 5px;
/* 	background: linear-gradient(258deg, rgba(0,0,0,0) 0%, #5067a8 100%); */
}

.list-of-services .service-1:hover {
    border-color: #B9A15B;
}

.service-layout-2 .list-of-services .service-1 {
    background: #ffcece;
}

.service-layout-2 .list-of-services .service-1:hover {
    border-color: #ff8095;
}

.list-of-services .service-2 .service-header {
	border-bottom: 1px solid #b9a15b;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-of-services .service .service-header {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
	position: relative;
}

.list-of-services .service-header_price,
.list-of-services .service-option_price {
	text-align: right;
	font-weight: 600;
	color: #000;
}

.list-of-services .service .service-header .service-header_name {
	padding-right: 10px;
    color: #405861;
    line-height: normal;
    font-family: 'Marcellus', Georgia, "Times New Roman", serif;
    font-weight: bold;
    font-size: 18px;
}

.service-header_price-note {
    display: inline-block;
}

.list-of-services .service .service-header img.badge {
   width: 30px;
    position: absolute;
    left: -34px;
    top: 0px;
}

.service-description {
    font-style: italic;
	font-size: 14px;
}

.service-options .service-option {
    display: flex;
    justify-content: space-between;
	color: #000;
}

.service-options .service-option .service-option-note {
    display: inline-block;
}

header#main-header {
    backdrop-filter: blur(5px);
}

#main-header ul#top-menu > li {
	padding-right: 5px;
	padding-left: 0px
}

#main-header ul#top-menu > li:last-child {
	padding-right: 0px;
}

ul#top-menu > li > a {
    padding: 10px 7px;
	opacity: 1 !important;
	font-weight: 600;
}

ul#top-menu > li.current-menu-item > a {
	padding: 10px 20px;
	color: #fff !important;
}

ul#top-menu > li > a:hover {
	color: #bea04f;
}

ul#top-menu > li.current-menu-ancestor > a {
	color: #fff;
}

ul#top-menu > li.current-menu-item > a:before,
ul#top-menu > li.current-menu-ancestor > a:before {
    content: '';
    position: absolute;
    width: 100%;
    background:#bea04f;
    height: 35px;
    z-index: -1;
    left: 0;
    top: 0px;
    border-radius: 50px;
}

div#main-content {
    overflow-x: hidden;
}


.footer-info-right {
    display: block;
	float: right;
}


.wpcf7 .row {
    display: inline-block;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    display: flex;
}

.col-md-12 {
    width: 100%;
	float: left;
}

.col-md-6 {
    width: 50%;
	float: left;
}

.col-md-4 {
    width: 33.33%;
	float: left;
}

.col-md-4, .col-md-6, .col-md-12 {
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 button[type="submit"] {
    border-radius: 0px;
    padding: 7px 30px;
    background-color: #4968ad;
    cursor: pointer;
    transition: all 0.5s;
    text-transform: uppercase;
    border: 2px solid #4968ad;
    color: #fff;
    font-size: 16px;
}

.wpcf7 button[type="submit"]:hover {
    transition: all 0.5s;
    color: #4968ad;
    background: transparent;
    border-color: #4968ad;
    padding: 7px 38px 7px 22px;
}

.wpcf7 button[type="submit"]:hover:after {
    opacity: 1;
    margin-left: 0;
    font-size: 24px;
}


.wpcf7-recaptcha {
    margin-bottom: 20px;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wpcf7 textarea, .wpcf7 .et_pb_contact_field input, .wpcf7 .et_pb_contact_field textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    border: 1px solid #1E3566;
}

.wpcf7 textarea {
    min-width: 100%;
    max-width: 100%;
    max-height: 100px;
    min-height: 100px;
	resize: none;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:focus {
    border: 2px solid #5067a8;
}

span.wpcf7-form-control-wrap.recaptcha .wpcf7-recaptcha {
    transform-origin: top left;
    transform: scale(0.822368);
    display: inline-block;
    margin-bottom: 0 !important;
}

/* device */

@media only screen and (max-width: 1310px) {
	
}

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

}

@media only screen and  (max-width: 1270px) {
	
}

@media only screen and  (max-width: 1200px) {
	#page-container #top-menu li a {
		font-size: 15px;
	}
}

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

@media only screen and (min-width: 981px) {
	
	.display-flex {
		display: flex;
	}
	
	.align-items-center {
	   align-items: center;
	}
	
	.align-items-end {
		align-items: end;
	}
	
}

@media only screen and (max-width: 980px) {
	
	 .et_header_style_left #logo {
		 max-height: 80%;
	}
	
	#page-container #top-header .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#et-info {
		padding-top: 0px;
	}
	
/* 	 */
	.footer-info-right {
		float: none;
	}
	
/* 	 */
	.online-booking-btn a {
		padding: 10px 5% !important;
	}
	
	#main-header .et_mobile_menu {
		background-color: #fff !important;
	}
	
	.mobile_nav .select_page {
		position: absolute;
		right: 37px;
		display: block !important;
		top: 35%;
	}
	
	.home-slide .et_pb_slide_image img {
		height: 300px !important;
	}
	
	.services-tabs {
		width: auto;
	}
	
	.services-tabs .et_pb_row {
		border-radius: 0px 10px 10px 0px;
		width: 100%;
		overflow: visible;
	}
	
	.services-tabs .et_pb_column {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: auto;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.et_pb_section.services-tabs .et_pb_blurb_content {
		flex-direction: column;
	}
	
	footer .services-tabs .et_pb_blurb_description {
		text-align: center;
	}
	
	footer .services-tabs .et_pb_blurb {
		width: 100%;
		margin-bottom: 20px !important;
	}
	
	footer .services-tabs .et_pb_blurb:nth-last-child(2) {
		margin-bottom: 0px !important;
	}
	
	.services-tabs .et_pb_blurb .et_pb_blurb_container {
		padding-left: 0px;
	}
	
	.services-tabs .et_pb_blurb:hover .et_pb_blurb_container,
	.services-tabs .et_pb_blurb.ds-tab-active .et_pb_blurb_container {
		transform: unset;
	}
	
	.services-tabs .et_pb_main_blurb_image {
		margin-bottom: 5px;
	}
	
	.services-tabs .et_pb_blurb:hover .et_pb_main_blurb_image::before,
	.services-tabs .et_pb_blurb.ds-tab-active .et_pb_main_blurb_image::before {
		transform: scale(1);
		border-radius: 3px;
	}
	
	.services-tabs .et_pb_blurb:hover .et_pb_main_blurb_image::after, .services-tabs .et_pb_blurb.ds-tab-active .et_pb_main_blurb_image::after {
		transform: translate(10px, -12px);
	}
	
	footer .services-tabs .show-hide-tab {
		margin-bottom: 0px !important;
		cursor: pointer;
		transform: translateX(100%);
		position: absolute;
		bottom: 20px;
		width: auto;
		right: 0;
		background: #1E3566;
	}
	
	footer .services-tabs .show-hide-tab .et_pb_main_blurb_image {
		margin-bottom: 0px
	}
	
	footer .services-tabs .show-hide-tab .et_pb_main_blurb_image::after, footer .services-tabs .show-hide-tab .et_pb_main_blurb_image::before {
		content: unset;
	}
	
	.show-hide-tab.show .et_pb_blurb_description .show,
	.show-hide-tab.hide .et_pb_blurb_description .hide {
		display: none;
	}
	
	.show-hide-tab.show .et_pb_blurb_description .hide,
	.show-hide-tab.hide .et_pb_blurb_description .show {
		display: block;
	}
	
	.services-tabs.hide-tab {
		transform: translateX(-68px);
		transition: all 0.5s;
	}
	
	.services-tabs.show-tab {
		transform: translateX(0px);
		transition: all 0.5s;
	}
	
	
	.mesotherapy-section-1:before,
	.hair-loss-section-1:before,
	.mesotherapy-section-1:after,
	.hair-loss-section-1:after {
		width: 80%;	
	}
	
	.mesotherapy-section-2::before {
		content: none;
	}
	

}

@media only screen and (max-width: 768px) {
	
	.home-slide .et_pb_slide_image img {
		height: 270px !important;
	}
	
	.list-of-services {
		grid-template-columns: 1fr;
	}
	
	.toggle .tabs .tab {
		font-size: 14px;
		text-transform: inherit;
	}
	
	.list-of-services .service .service-header .service-header_name {
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 766px) {
	
	#top-header div#et-info > a {
		float: none;
	}
	
	.home-slide .et_pb_slide_image {
		display: block !important;
		position: absolute !important;
		width: auto;
		margin-top: 5% !important;
	}
	
	.home-slide .et_pb_slide_image img {
		height: 200px !important;
	}
	
	.hair-section::before, .makeup-section::before, .nails-section::before, .spa-section::before,  .skincare-section:before, .hair-removal-section:before,
	.hair-section::after, .makeup-section::after, .skincare-section::after, .skincare-section:after, .hair-removal-section:after {
		content: none;	
	}
}

@media only screen and (max-width: 480px) {
	
	 .home-slide .et_pb_slide_image {
		 display: block !important;
		 position: absolute !important;
		 width: auto;
		 margin-top: -30% !important;
		 top: 50%;
	}

}

@media only screen and (max-width: 360px) {
	
}

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