/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

 @import url("https://use.typekit.net/koa6ofs.css");

 :root {
   --base-color:#000;
   --base-font:"adobe-caslon-pro", serif;
}

body {
	font-family: var(--base-font);
    font-weight: 300;
}

strong {
    font-weight:600;
}

.txt-m-0 * {
    margin:0!important;
}

.txt-mb-0 * {
    margin-bottom:0;
}

.italic > * {
	font-style: italic;
}


h1, .banner h1, h2, .banner h2, h3, .banner h3, h4,  .banner h4, h5,  .banner h5, h6,  .banner h6 {
    line-height:inherit;
    font-weight: 400;
    font-size:1em;
    color: var(--base-color);
}

.balance {
    text-wrap: balance;
}

.pretty {
    text-wrap: pretty;
}

.fw-200, .fw-200 > * {
    font-weight:200!important;
}

.fw-300, .fw-300 > * {
    font-weight:300!important;
}

.fw-400, .fw-400 > * {
    font-weight:400!important;
}

.fw-500, .fw-500 > * {
    font-weight:500!important;
}

.fw-600, .fw-600 > * {
    font-weight:600!important;
}

.fw-700, .fw-700 > * {
    font-weight:700!important;
}

.ls-positive {
    letter-spacing: .045em;
}

/**/

.button {
    font-size: unset;
    line-height: 1!important;
    min-height: unset;
    letter-spacing: 0;
    padding:17px 22px 12px 22px;
}

.button span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.2px;
	line-height: 1.1;
	transition:.3s color linear;
	position: relative;
	z-index: 2;
}

.button.primary {
	border:1px solid #000;
}

.button.primary:before {
    content:"";
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    height:0;
    background: #fff;
    transition:.3s height linear;
}

.button.primary:hover:before {
	height:100%;
}

.button.primary:hover span {
	color:#000;
}

.image-height-fit .col-inner, .image-height-fit .img, .image-height-fit .img > div, .image-height-fit .img .img-inner {
        height:100%;
}

.image-height-fit .img .img-inner > img {
        height:100%;
        object-fit:cover;
}

.img.center-image img {
    margin:0 auto;
}

.img.right-image img {
    margin-right:0;
    margin-left:auto;
}

.banner {
    background:none;
}

.banner a.fill {
    z-index: 5;
}

.banner:has(a.fill) .text-box {
    z-index: 4;
}

.banner-height-fit {
    height:100%;
}

.pad-left-col > .col-inner {
    padding-left: max(15px,calc((100vw - 1460px)/2))!important;
}

.pad-right-col > .col-inner {
    padding-right: max(15px,calc((100vw - 1460px)/2))!important;
}
.doubled-font > * {
    font-size:2em!important;
} 
.z-index-2 {
	z-index: 2;
}

h1 .small-text, h3 .small-text {
	display: block;
	color: #9D9D9D;
	font-size: 20px;
	font-style: normal;
	line-height: 1.4;
	font-style: normal;
}
/**/
.header .header-nav li {
	margin:0 clamp(12px, 3vw, 36px);
	
}
.header .header-nav li > a {
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 4.2px;
	opacity: 1;
	transition:.3s opacity linear;
}

.header .header-nav li.active > a {
	font-weight: 600;
}

.header .header-nav:has(li:hover) li:not(:hover) > a {
	opacity: .4;
}

.header .menu-item.has-dropdown  .icon-angle-down {
	display: none;
}
.sub-menu.nav-dropdown {
	background-color:unset;
}
.sub-menu .section {
	margin-top: 20px;
}

.sub-menu .section .section-content > .row > .col {
	border:2px solid #f8f8f8;
	background: #fff;
}

.sub-menu .section .section-content > .row > .col:nth-child(even) {
	border-left:0;
}

.sub-menu .section .section-content > .row:has( > .col+.col) > .col:nth-child(odd) {
	border-right:0;
}

.sub-menu .section .section-content > .row:not(:has( > .col+.col)) > .col {
	min-width:750px ;
}

.sub-menu .section .section-content > .row {
	justify-content: center;
}


/**/
@media (min-width: 1240px) {
	.col5-row {
		flex-flow: row nowrap;
		max-width: 1780px!important;
		margin:0 auto;
	}
}

@media (min-width:851px) and (max-width: 1239px) {
	.col5-row > .col {
	   flex-basis: 33.333333333%;
       max-width: 33.333333333%;
	}
}


.col5-row > .col {
		padding:0 6px 50px!important;
}

.section-text-center .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 2;
}

/**/

.floating-image-col .text {
	position: absolute;
	top: 50%;
	left:0;
	right: 0;
	transform: translateY(-50%);
}

.floating-image-col .logo {
	position: absolute;
	top: 0;
	transform:translate(-50%,-50%);
	left:50%;
}

.floating-image-col .img:not(.logo) {
	transition: .5s transform ease-in;
	transform: scale(0.8);
}
.floating-image-col.center-col .img:not(.logo) {
	transform: scale(1.0);
}

.floating-image-col:not(.center-col):hover .img:not(.logo) {
	transform: scale(0.9);
}

.floating-image-col.center-col:hover .img:not(.logo) {
	transform: scale(1.1);
}

.product-col .banner-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s opacity linear;
}
.product-col h3 a {
	padding-top:40px;
	display: block;
}
.product-col:has(a:hover) .banner-hover {
	opacity: 1;
}

.images-right-col > .col-inner > .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	transition:.4s opacity linear;
}
.images-right-col > .col-inner > .img.active {
	opacity: 1;
}

.rituals-section .text-left-col {
		counter-reset: pasos-rituals;
}

.rituals-section .text-left-col .col-inner h3 {
	opacity: .5;
	font-size:28px;
    	counter-increment: pasos-rituals;
	transition: .4s all linear;
	padding-left:60px;
	cursor: pointer;
}

.rituals-section .text-left-col .col-inner h3:before {
    content: counter(pasos-rituals, decimal-leading-zero);
    position: absolute;
    opacity: .5!important;
    left: 5px;
    top: 0;
    color: #fff;
    font-style: normal;
}

.rituals-section .text-left-col .col-inner h3:hover {
	opacity: 1;
}

.rituals-section .text-left-col .ritual-text-row.active .col-inner h3 {
	font-size: 36px;
	opacity: 1;
}

.rituals-section .text-left-col .ritual-text-row.active .text-left-description {
	left:60px;
	opacity: 1;
	transition:.4s left linear,.4s opacity linear;
	transition-delay: .5s;
}

.rituals-section .text-left-col .col-inner .text-left-description {
	opacity: 0;
	position: relative;
	left:0;
}

.rituals-section .text-left-col > .col-inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.menu-footer.ux-menu {
	display:flex;
	justify-content: center;
	flex-flow:row wrap;
}
.menu-footer .ux-menu-link {
	margin:0 clamp(12px, 3vw, 36px)!important;
	opacity: 1;
	transition:.3s opacity linear;
}
.menu-footer .ux-menu-link a {
	min-height: 0;
	padding:0;
	line-height: 1.1;
	font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 4.2px;
   	text-transform: uppercase;
   	padding:10px 0;
   	color:var(--base-color)!important;
}

.menu-footer .ux-menu-link--active .ux-menu-link__link {
	font-weight: 600;
}

.menu-footer.ux-menu:has(.ux-menu-link:hover) .ux-menu-link:not(:hover) {
	opacity: .4;
}
.social-text a {
	padding:0 10px;
}
.social-text a img {
	max-height: 20px;
	margin:0 10px;
}

.absolute-footer {
	display: none!important;
}

.custom-absolute-footer a:hover {
	font-weight:600;
}

.legal-text {
	font-size: 1rem;
}

.legal-text td, .legal-text th {
	padding:10px 20px;
}

.legal-text h1 {
	font-size: 2em;
	margin-bottom:50px;
	font-style: italic;
}

.legal-text h3 {
	font-size: 1.25em;
	margin:40px 0 20px 0;
	font-style: italic;
}

.change-settings-button {
	margin-bottom: 0px;
	margin-right: 0px;
	min-height: 0px;
	position: relative;
    bottom: 2px;
}


/*forms*/

.frm_form_fields .frm_form_field {
		margin-bottom:15px;
}

.frm_form_fields *:focus {
		box-shadow:none!important;
}

.frm_form_fields input[type=text], .frm_form_fields input[type=email], 
.frm_form_fields input[type=tel], 
.frm_form_fields textarea, .frm_form_fields select {
	background: none;
    padding:  8px 5px;
    font-size: 1.25rem;
    line-height: 20px;
    height: auto;
	font-weight:400;
	margin-bottom:3px;
	color:#000;
	box-shadow: none;
	appearance:none;
	border:none;
	border-bottom:1px solid #0003;
	text-align: center;
	letter-spacing: 4.2px;
}

.frm_form_fields textarea {
	height: unset!important;
	min-height: 50px;
}

.frm_form_fields ::placeholder {
	color:#000;
	opacity: 1;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 4.2px;
	text-transform: uppercase;
}

.frm_fields_container .frm_checkbox label, .frm_fields_container .frm_radio label {
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    padding-top:0;
}

.frm_fields_container .frm_checkbox label a , .frm_fields_container .frm_radio label a {
	color:#000;
	text-decoration: underline;
}

.frm_form_fields input[type="checkbox"], .frm_fields_container input[type="radio"]  {
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  margin:0;
  min-width: 16px;
  width:16px;
  height:16px;
  border:1px solid #000;
  background:transparent;
  position:absolute;
  top:0px;
  left:0;
  display: flex;
  align-items:center;
  justify-content:center;
}

.frm_form_fields input[type="checkbox"]::before, .frm_form_fields input[type="radio"]::before {
  content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
}

.frm_form_fields input[type="checkbox"]:checked::before, .frm_form_fields input[type="radio"]:checked::before  {
  transform: scale(1);
  position:relative;
}

.frm_error_style, .frm_error {
	font-size:14px;
	color:red;
}

.frm_rgpd .button {
	margin:0;
}

.frm_submit{
	justify-content: flex-end;
	margin-top: 35px;
}

.frm_button_submit {
	margin-right:0;
} 

.contact-row {
	position: relative;
	z-index: 3;
	top:150px;
}

.gdpr-check {
	margin-top: 40px;
}

.header-inner .mobile-nav > .nav-icon a {
	font-size: 1.2rem;
	color:#000;
}

.develop-by img {
    max-height: 12px;
    padding-left: 2px;
    position: relative;
    top: -2px;
}

@media (max-width: 850px) {
	.medium-center-col > .col-inner {
		text-align: center;
	}
	.floating-image-col .img:not(.logo) {
		transform: scale(1);
	}
	.contact-row {
		position: relative;
		z-index: 3;
		top:50;
	}

	.mobile-sidebar {
		background:#fff;
		padding:0 5px;
	}
	.nav-sidebar .header-block {
	    min-height: 100%;
    	align-items: flex-start;
	}
	.nav-sidebar .header-block > div {
		width: 100%;
	}

	.nav-sidebar .ux-menu .ux-menu-link__link {
		font-size: 1.25rem;
	}
	.nav-sidebar .accordion-item .accordion-title {
		padding-left:0;
		font-size: 1.25rem;
		font-weight: 400!important;
		border:none;
	}

	.nav-sidebar .accordion-item .accordion-title .toggle {
		right:0;
		left: unset;
		opacity: 1;
	}

	.nav-sidebar .accordion-item .accordion-title.active {
		background: unset;

	}
	.nav-sidebar .accordion-item .accordion-title.active .toggle {
		transform: rotate(-180deg);
	}
	
	.nav-sidebar .accordion-item .accordion-inner {
		padding:0;
	}

	.nav-sidebar .accordion-item .toggle i {
		font-size: 1.4em;
	}

	.main-menu-overlay + .mfp-ready .mfp-close {
		opacity: 1;
	}

	.nav-sidebar .social-text {
		position:absolute;
		bottom: 20px;
		left:0;
	}



@media (max-width: 550px) {
	.contact-row {
		position: relative;
		z-index: 3;
		top:0;
	}
}

