body {
	font-size: 18px !important;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}

strong {
	font-weight: 500;
}

header.et-l.et-l--header {
    position: relative;
    z-index: 100;
}

.hmenu_wrap.icon_font_mobile_icon_e906:after {
	display: none !important;
}

.c-lead {
	line-height: 1.5;
	font-size: 1.25rem;
}

@media(min-width: 1024px) {
	.c-lead {
		font-size: 1.5rem;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: kepler-std, serif;
}

h2 {
	font-size: 2.5rem;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.u-text--block {
	display: block;
}

.c-btn {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 18px;
	margin: 20px 0;
}

.c-cta-primary__logo {
	position: absolute;
	max-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 10;
}

.c-btn--border-black {
	color: #000;
	border: 1px solid #000;
}

.c-staff__item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 20px 0;
}

.c-staff__title {
	position: absolute;
	color: #fff;
	z-index: 2;
	padding: 40px !important;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(0);
	transition: all .5s ease-in-out;
}

.c-staff__link::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 35%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

.c-staff__link {
	position: relative;
	display: block;
}

.c-staff__link:hover .c-staff__title {
	transform: translateX(20px);
}

.c-staff__link:hover .c-staff__img {
	transform: scale(1.05);
}

.c-staff__img {
	display: block;
	margin: 0;
	transform: scale(1);
	transition: all .5s ease-in-out;
}

.c-staff__title {
	font-size: 2rem;
	font-family: kepler-std, serif;
}

.c-staff__title span {
	font-style: italic;
}

.c-staff__title--primary {
	padding-bottom: 20px;
}

.c-staff__title--primary span {
	display: block;
	font-style: italic;
}

.c-staff__title--secondary {
	display: block;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
}

.c-overlay::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 55%, rgba(255, 255, 255, 0) 100%);
}

/*.c-block--height {
	display: flex;
	padding: 200px 0 80px;
}*/

@media(min-width: 1024px) {
	.c-block--height {
		display: flex;
		padding: 200px 0 80px;
		height: 80vh;
		min-height: 500px;
	}
}

.c-block--height-end {
	align-items: flex-end;
}

.c-block--center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.c-block--height .o-container {
	flex-grow: 1;
}

@media(max-width: 1024px) {
	.c-background--static {
		position: static;
		height: 500px;
	}

	.c-content--spacing {
		padding: 40px 0;
	}

	.c-content--no-spacing-top {
		padding-top: 0;
	}
}

.c-hero {
	height: 100vh;
}

.c-hero__content {
	padding-top: 20vh;
}

.c-hero video {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -1;
}

.c-hero__title {
	text-align: center;
	font-size: 5rem;
	line-height: 1;
	font-weight: 500;
	position: relative;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px #fff;
	padding: 0;
}

.c-hero__title::before {
	content: '4beauty';
	position: absolute;
	color: #fff;
	opacity: .3;
	left: 0;
	top: 0;
	right: 0;
}

.c-hero__title span::after {
	content: 'By Mendieta';
	position: absolute;
	color: #fff;
	opacity: .3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-transform: uppercase;
	font-size: 3rem;
}

.c-hero__title span {
	text-transform: uppercase;
	font-size: 3rem;
	display: block;
	position: relative;
}

.c-hero__subtitle {
	font-size: 1.5rem;
	font-weight: 500;
}

.c-hero__text {
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media(min-width: 1024px) {

	.c-hero__title {
		font-size: 13rem;
	}

	.c-hero__title span,
	.c-hero__title span::after {
		font-size: 7rem;
	}

	.c-hero__subtitle {
		font-size: 3rem;
	}

	.c-hero__text {
		font-size: 2rem;
	}
}


.c-info__logos {
	display: flex;
	padding-top: 20px;
}

.c-info__logo {
	padding: 0 20px;
}

.u-block--mb {
	margin-bottom: 80px;
}

.u-block--mt {
	margin-top: 80px;
}

.c-review__img {
	display: block;
	margin: 20px auto;
}

.u-block--dark-gray {
	background-color: #1a1a1a;
}

@media(min-width: 768px) {
	.c-carousel__resources {
		padding-left: 200px;
	}
}

.c-carousel__resources .slick-list {
	overflow: initial;
}

.c-carousel__resources .c-carousel__item {
	margin: 0 10px;
}

.c-carousel__resources  .slick-prev { left: 50px; }
.c-carousel__resources  .slick-next { right: 50px; }

.c-carousel__resources .slick-prev,
.c-carousel__resources .slick-next {
	z-index: 10;
}

.c-carousel__resources .slick-prev::before,
.c-carousel__resources .slick-next::before {
	font-size: 35px;
}

.c-carousel__reviews .slick-dots li button:before {
	color: #fff;
	font-size: 18px;
}

.c-carousel__reviews .slick-dots li.slick-active button:before {
	color: #fff;
}

.c-procedures {
	overflow: hidden;
}
