/* Global */
body {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

body.media {
	display: block
}

body.no-scrolling {
	overflow: hidden
}

h2,
.h2,
h3,
.h3,
h4,
h5 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.3;
	font-size: 2rem;
	margin-bottom: 1rem;
}

h3,
.h3 {
	font-size: 1.7rem;
}

h4,
.h4 {
	font-size: 1.4rem;
}

h5,
.h5 {
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	h2,
	.h2 {
		font-size: 1.7rem;
	}

	h3,
	.h3 {
		font-size: 1.5rem;
	}

	h4,
	.h4 {
		font-size: 1.3rem;
	}

	h5,
	.h5 {
		font-size: 1.15rem;
	}
}

@media (max-width: 575px) {
	h2,
	.h2 {
		font-size: 1.6rem;
	}

	h3,
	.h3 {
		font-size: 1.4rem;
	}
} 

.page-template-default h2,
.page-template-default .h2,
.page-template-default h3,
.page-template-default .h3,
.page-template-default h4,
.page-template-default h5 {
	margin-top: 1.5rem;
}

a,
button {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

a:focus {
	outline-style: dotted;
	outline-width: 1px;
	outline-color: black!important;
}

.bg-black a:not(.btn):focus {
	outline-color: white!important;
}

a:not(.btn) {
	text-decoration: underline
}

p {
    white-space: normal !important;
}

p:last-of-type {
	margin-bottom: 0
}

img {
	max-width: 100%;
	height: auto
}

button:focus {
	outline: 1px dotted #0a0000!important;
}

[tabindex]:not([tabindex='-1']):focus,
input:focus,
select:focus,
textarea:focus {
	outline-style: dotted;
	outline-width: 2px
}

#cboxOverlay {
	background: #000000a6;
	opacity: 0.9;
	backdrop-filter: blur(5px);
}

#cboxLoadedContent {
	border: none;
}

#cboxClose {
	font-size: 2rem;
}

@media (min-width: 1400px) {
	.container-xl,
	.container-lg {
		max-width: 1320px;
	}
}


@media (min-width: 1601px) {
	.container-xl {
		max-width: 1600px;
	}
}

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.row-gutter-3 {
    row-gap: 1rem !important;
}

.row-gutter-4 {
    row-gap: 1.5rem !important;
}

.row-gutter-5 {
	row-gap: 2.5rem !important;
}

.row-gutter-7 {
	row-gap: 5rem !important;
}

@media (min-width: 768px) {
	.row-gutter-md-3 {
		row-gap: 1rem !important;
	}
}

.p-6 {
	padding: 60px;
}

.py-6 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt-6 {
	padding-top: 60px;
}

.pb-6 {
	padding-bottom: 60px;
}

.py-7 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt-7 {
	padding-top: 80px;
}

.pb-7 {
	padding-bottom: 80px;
}

.py-8 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pt-8 {
	padding-top: 120px;
}

.pb-8 {
	padding-bottom: 120px;
}

@media (min-width: 768px) {
	.py-md-7 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.py-7,
	.py-8 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pb-7,
	.pb-8 {
		padding-bottom: 60px;
	}

	.pt-7,
	.pt-8 {
		padding-top: 60px;
	}
}

.p-relative {
	position: relative !important;
}

.fw-light {
	font-weight: 300!important;
}

.fw-semilight {
	font-weight: 300!important;
}

.fw-regular {
	font-weight: 400!important;
}

.fw-semimedium {
	font-weight: 450!important;
}

.fw-medium {
	font-weight: 500!important;
}

.fw-bold {
	font-weight: 600!important;
}

.text-14 {
	font-size: 0.9rem!important;
}

.text-16 {
	font-size: 1rem!important;
}

.text-17 {
	font-size: 1.1rem!important;
}

.text-20 {
	font-size: 1.3rem!important;
}

.text-24 {
	font-size: 1.5rem!important;
}

.text-32 {
	font-size: 2rem!important;
}

.text-wrap {
	text-wrap: wrap;
}

.line-height-1-3 {
	line-height: 1.3;
}

.bg-image {
	background-size: cover;
	background-position: center
}

.list-none {
	list-style: none;
}

.overflow-hidden {
	overflow: hidden;
}

.logo-horizonal-lines {
	position: relative;
}

.logo-horizonal-lines:before,
.logo-horizonal-lines:after {
	content: '';
	width: 5rem;
	height: 0.05rem;
	background: white;
	position: absolute;
	left: -7rem;
	top: 50%;
	transform: translateY(-50%);
}

.logo-horizonal-lines:after {
	right: -7rem;
	left: auto;
}

.border {
	border: 1px solid!important;
}

.border-top {
	border-top: 1px solid!important;
}

.border-bottom {
	border-bottom: 1px solid!important;
}

.border-bold {
	border-width: 3px!important;
}

.border-black {
	border-color: black!important;
}

.border-white {
	border-color: white!important;
}

.uppercase-none {
	text-transform: none;
}

.text-underline {
	text-decoration: underline;
}

.horizontal-line {
	position: relative;
}

.horizontal-line::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}

.horizontal-line-bold::after {
	height: 2px;
}

.horizontal-line-bottom::after {
	bottom: 0;
}

.horizontal-line-white::after {
	background: white;
}

.horizontal-line-black::after {
	background: black;
}


.bg-column-black {
	position: relative;
}

.bg-column-black::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: linear-gradient(90deg, rgb(0 0 0 / 92%) 4%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 40%) 70%, rgb(0 0 0 / 30%) 100%);
}

.overlay {
	position: relative;
	z-index: 1;
}

.overlay::before {
    display: block;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.overlay-dark::before {
    background: #00000052;
}

.overlay-black::before {
    background: #000000d1;
}

.button-schedule-consultation {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1030;
	width: 354px;
}

.btn-square-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.56em;
	height: 1.56em;
	border-radius: 0.55em!important;
	font-size: .9em!important;
}

.btn-square-icon-black {
	color: #000;
	border: 2px solid #000;
	background: #fff;
	transition: 0.3s;
}

.btn-wcag:hover,
.btn-wcag:focus {
	background: #000;
	color: #fff;
	border: 3px solid #000;
}

.btn-wcag:focus svg,
.btn-wcag:hover svg {
	background: #000!important;
	color: #fff;
}

.btn-square-icon-black:focus,
.btn-square-icon-black:hover {
	background: #000;
	color: #fff;
}

.btn-square-icon-white {
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
	transition: 0.3s;
}

.btn-square-icon-white:focus,
.btn-square-icon-white:hover {
	background: #fff;
	color: #000;
}

.btn-square-icon-white:focus svg,
.btn-square-icon-white:hover svg {
	background: #fff!important;
	color: #000;
}

.btn-skip-content {
	position: fixed!important;
	top: 0;
	left: 0;
	z-index: 1051;
	color: #fff;
	border: 1px solid #fff;
	padding: .375rem .75rem
}

.btn-skip-nav {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 1030;
	color: #fff;
	border: 1px solid #fff;
	padding: .375rem .75rem
}

.btn-eve-instagram {
    font-size: 1.25rem;
    display: block;
    padding: 13px;
}

.card-header:first-child {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
    white-space: normal;
}

.mobile-cta {
	text-transform: uppercase;
	font-weight: 600;
}

.mobile-cta a {
	width: 50%;
	padding: .5rem 0;
	border: 2px solid;
	text-decoration: none !important;
}

.mobile-cta a:focus {
	outline: inherit
}

.grecaptcha-badge {
	display: none!important
}

.wow {
	visibility: visible!important
}

@media (max-width:575px) {
	.flc-cta .btn {
		width: 100%;
		margin: 0 0 1rem!important
	}

	.flc-cta .btn:last-of-type {
		margin-bottom: 0!important
	}
}

.bg-white,
.text-body,
body {
	color: #000
}

.text-white a:not(.btn) {
	color: #fff
}

.text-white a:not(.btn):focus {
	outline: 1px dotted white!important;
}

.bg-white a:focus {
	outline: 1px dotted #000!important;
}

.bg-primary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
	outline-color: #fff!important
}

.bg-primary a:not(.btn),
.bg-tetriary a:not(.btn),
.white-outline a:not(.btn) {
	color: #fff
}

.bg-primary a .svg-inline--fa,
.bg-tetriary a .svg-inline--fa,
.white-outline a .svg-inline--fa {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px
}

.bg-primary {
	color: #fff
}

.bg-gray {
	background-color: #e6e6e6;
}

.bg-black {
	background-color: black;
}

hr {
	border-color: #d0d0d0
}

.alignnone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto
}

.aligncenter {
	display: block;
	margin: 1rem auto;
	height: auto
}

.alignleft,
.alignright {
	margin-bottom: 1rem;
	height: auto
}

@media (min-width:576px) {
	.alignleft {
		float: left;
		margin-right: 1rem
	}

	.alignright {
		float: right;
		margin-left: 1rem
	}
}

body#tinymce {
	margin: 12px!important
}

.btn {
	text-transform: uppercase;
	letter-spacing: .25em;
	text-decoration: none;
	font-size: .925rem;
	border-radius: 0;
	padding: 10px 20px;
	font-weight: 600;
	border: 2px solid;
}

@media (max-width: 575px) {
	.btn {
		letter-spacing: .15em;
		padding: 10px 15px;
	}
}

.btn:focus {
	box-shadow: 0 0 0 .2rem rgb(137 137 137 / 79%);
	outline-color: transparent!important;
}

.btn .svg-inline--fa {
	border-bottom: none!important
}

.btn-white {
	background: white;
	color: #000;
	border-color: #000;
}

.btn-white:focus,
.btn-white:hover,
.btn-white:not(:disabled):not(.disabled):active {
	background: #000;
	color: white!important;
	border-color: white;
}

.btn-black {
	background: black;
	color: #fff;
	border-color: black
}

.btn-black:focus,
.btn-black:hover,
.btn-black:not(:disabled):not(.disabled):active {
	background: #fff;
	color: #000;
}

.btn-black-b-white {
	background: black;
	color: #fff;
	border-color: white;
}

.btn-black-b-white:focus,
.btn-black-b-white:hover,
.btn-black-b-white:not(:disabled):not(.disabled):active {
	background: #fff;
	color: #000;
	border-color: black;
}

.btn-primary {
	background: 0 0;
	color: #000;
	border-color: #000
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #000;
	color: #fff;
	border-color: #000
}

.btn-morelink {
	background: transparent;
	color: white;
	padding: 0;
	border: 0;
	margin-top: 10px;
	text-decoration: underline;
	font-weight: 500;
	cursor: pointer;
}

.btn-morelink:hover,
.btn-morelink:focus {
	color: white!important;
}

.menu-accessible  {
	background-color: white;
	border: none;
}

.menu-accessible:focus {
	outline: none;
}

.menu-accessible:hover .slider,
.menu-accessible:focus .slider {
	border: black 1px solid;
}

.menu-accessible .switch  {
	position: relative;
	display: inline-block;
	width: 3.75rem;
	height: 1.87rem;
}

.menu-accessible .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #efebea;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 2.12rem;
	border: #efebea 1px solid;
}

.menu-accessible .slider::before {
	position: absolute;
	content: " ";
	height: 1.37rem;
	width: 1.37rem;
	left: 0.43rem;
	bottom: 0.25rem;
	background-color: white;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 50%;
}

.menu-accessible-section.menu-accessible-section-active .slider {
	background-color: black;
}

.menu-accessible-section.menu-accessible-section-active .slider::before {
	-webkit-transform: translateX(26px);
	-o-transform: translateX(26px);
	transform: translateX(26px);
}

.card-header:focus {
	outline: 1px dotted!important;
	outline-color: black!important;
}

blockquote {
	position: relative;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5;
}

blockquote svg.fa-quote-right {
	color: #ccc8c252;
}

blockquote cite {
	display: block;
	font-weight: 600;
	font-style: normal;
	font-size: 0.8rem;
}

.quote {
	transform: scaleX(-1);
	position: absolute;
	z-index: -1;
	font-size: 1.75rem;
	left: -15px;
	top: -9px;
	color: #ccc8c252;
}

.testimonials-stars {
	font-size: 0.55rem;
	color: #ccc8c252;
}

.testimonials-stars svg {
	margin-right: 2px;
}

.more-link {
	display: flex;
	text-transform: uppercase;
}

.gform_wrapper form .gform_body .gfield_label {
	margin-bottom: 2px;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	display: block
}

.gform_wrapper form .gform_body .gfield_label .gfield_required {
	color: inherit
}

.gform_wrapper form .gform_body .gfield_label .gfield_required_text,
.gform_wrapper form .gform_body .gfield_label small {
	font-size: 85%;
	font-weight: 400;
	margin: 0;
	letter-spacing: .04em
}

.gform_wrapper form .gform_body li.gfield {
	margin-top: 1.5rem;
	padding: 0!important
}

.gform_wrapper form .gform_body li.gfield .ginput_container {
	margin-top: 5px
}

.gform_wrapper form .gform_body li.gfield.recaptcha-field {
	margin-top: 0
}

.gform_wrapper form .gform_body input[type=text],
.gform_wrapper form .gform_body select,
.gform_wrapper form .gform_body textarea {
	border: 1px solid #a9a9a9;
	padding: 7px 10px!important;
	font-size: .875rem!important;
	width: 100%
}

.gform_wrapper form .gform_body select {
	padding: 11px 10px!important
}

.gform_wrapper form .gform_body .privacy-policy-field {
	margin-top: 5px!important
}

.gform_wrapper form .gform_body .privacy-policy-field small {
	line-height: 1.6;
	display: block
}

.gform_wrapper form .submit-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .5rem
}

.gform_wrapper form .submit-wrap .ajax-loader {
	position: absolute;
	margin: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -20px
}

.navbar-brand img {
	width: auto;
	max-height: 50px
}

.navbar .navbar-collapse {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 99
}

.dropdown-item.active,
.dropdown-item:active {
	background: 0 0
}

.dropdown-menu .dropdown-item .menu-underline {
	position: relative;
	padding-bottom: 2px;
}

.dropdown-menu .dropdown-item .menu-underline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 1px;
    left: 0;
    background: currentColor;
    transition: .4s;
}

.dropdown-menu .dropdown-item:focus .menu-underline:after, 
.dropdown-menu .dropdown-item:hover .menu-underline:after {
    width: 100%;
}

.navbar-nav a:focus,
.navbar-nav a:hover {
	background: 0 0
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: underline
}

.navbar-dark .navbar-nav .nav-link {
	color: black;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: white!important;
	background: black!important;
}

.navbar-dark .dropdown-menu,
.navbar-dark .dropdown-item {
	color: white;
	background: black;
}

.navbar-dark .navbar-nav .active>.nav-link {
	color: white!important;
	background: black!important;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show {
	color: white!important;
	background: black!important;
}

.navbar-dark .navbar-nav .show>.nav-link {
	color: white;
	background: black;
}

.navbar-dark .navbar-toggler {
	color: black;
	border-color: #fff
}

.navbar-dark .navbar-toggler span {
	background: #fff
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
	border-color: #fff
}

.navbar-dark .dropdown-menu {
	border-color: #fff
}

.navbar-transparent .navbar-nav .dropdown-menu {
    color: black;
    background: #ffffffc7;
}

.navbar-transparent .navbar-nav .nav-link:focus,
.navbar-transparent .navbar-nav .nav-link:hover {
	color: black!important;
	background: transparent!important;
}

.navbar-transparent .dropdown-item {
	color: black;
	background: transparent;
}

.navbar-transparent .navbar-nav .active>.nav-link {
	color: black!important;
	background: transparent!important;
}

.navbar-transparent .navbar-nav .active>.nav-link .menu-underline:after {
	width: 100%;
}

.navbar-transparent .navbar-nav .nav-link.active,
.navbar-transparent .navbar-nav .nav-link.show {
	color: black!important;
	background: transparent!important;
}

.navbar-transparent .navbar-nav .nav-link.active .menu-underline:after,
.navbar-transparent .navbar-nav .nav-link.show .menu-underline:after {
	width: 100%;
}

.navbar-transparent .navbar-nav .show>.nav-link {
	color: black;
	background: transparent;
}

.navbar-transparent .navbar-nav .show>.nav-link .menu-underline:after {
	width: 100%;
}

.navbar-transparent .navbar-nav .nav-link .menu-underline {
	position: relative;
	padding-bottom: 10px;
}

.navbar-transparent .navbar-nav .nav-link .menu-underline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 1px;
    left: 0;
    background: currentColor;
    transition: .4s;
}

.navbar-transparent .navbar-nav .nav-link:focus .menu-underline:after,
.navbar-transparent .navbar-nav .nav-link:hover .menu-underline:after {
    width: 100%;
}

.navbar-nav.sm-collapsible .sub-arrow {
	border: none!important;
}

.dropdown-menu {
	border-radius: 0
}

.navbar-toggler {
	position: relative;
	height: 35px;
	width: 35px;
	border: 2px solid black;
	border-radius: 0.35em !important;
	padding: 0;
}

.navbar-toggler:focus {
	outline: 2px dotted black!important;
}

.navbar-toggler span {
	border: none;
	height: 2px;
	width: 24px;
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}

.navbar-toggler span:nth-of-type(2) {
	top: 18px
}

.navbar-toggler span:nth-of-type(3) {
	top: 26px
}

.navbar-toggler[aria-expanded=true] .top {
	-webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
	-o-transform: translateY(8px) translateX(-50%) rotate(45deg);
	transform: translateY(8px) translateX(-50%) rotate(45deg)
}

.navbar-toggler[aria-expanded=true] .middle {
	opacity: 0
}

.navbar-toggler[aria-expanded=true] .bottom {
	-webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
	-o-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
	transform: translateY(-8px) translateX(-50%) rotate(-45deg)
}

.navbar-highlight {
	position: absolute;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #e4335c;
	z-index: 1
}

@media (max-width: 1199px) {
	.navbar-toggler span {
	    height: 2px;
	    top: 6px;
	}

	.navbar-toggler span:nth-of-type(2) {
	    top: 14px;
	}

	.navbar-toggler span:nth-of-type(3) {
	    top: 22px;
	}
}

@media (max-width:991px) {
	.fixed-top {
		z-index: 1031;
		max-height: 100vh
	}
}

.flc-submenu+p {
	margin-top: 1rem
}

.flc-submenu ul {
	list-style: none;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -7px
}

.flc-submenu li {
	width: 50%;
	padding: 7px
}

@media (max-width:767px) {
	.flc-submenu li {
		width: 100%
	}
}

.flc-submenu a {
	color: #000;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	text-decoration: none!important;
	outline: 0;
	text-transform: uppercase;
	letter-spacing: .25em;
	text-decoration: none;
	font-size: .925rem;
	border-radius: 0;
	padding: 10px 20px;
}

.flc-submenu a:focus,
.flc-submenu a:hover {
	background: #000!important;
	color: white!important;
}

.submenu-column ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center
}

.sharing a,
.socials a {
	margin-right: 1.4rem;
	color: #000;
	font-size: 1.6rem;
	line-height: 1;
}

.socials a.instagram-btn svg {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 7px;
	transition: 0.2s;
}

.socials a:focus,
.socials a:hover {
	color: white;
}

.socials a:focus svg,
.socials a:hover svg {
	background: black;
}

.footer .socials a.instagram-btn {
	height: 25px;
}

.socials-white a:focus svg,
.socials-white a:hover svg {
	color: black;
	background: white;
}

a .fa-stack .svg-inline--fa:last-of-type {
	border-bottom: transparent!important
}

.sharing-text {
	padding-bottom: 5px;
	margin: 5px
}

.breadcrumb {
	background: 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0;
	position: relative;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	outline-color: white!important;
}

@media (max-width:575px) {
	.breadcrumb {
		font-size: .825rem
	}
}

.header-image .breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	content: "•";
	padding-right: 0.5rem;
}

.header-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	z-index: -1;
}

.header-image h1 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .125em;
	margin-bottom: 1rem;
	font-size: 3rem;
}

.page-id-4373 .header-image img {
    object-position: right;
}

@media (max-width: 575px) {
	.page-id-4373 .header-image img {
	    object-position: 90%;
	}
}

@media (max-width: 575px) {
	.page-id-4594 .header-image img {
	    object-position: 68%;
	}
}

.h1-description {
	font-size: 1.5rem;
	max-width: 900px;
	position: relative;
}

@media (max-width: 1400px) {
	.header-image h1 {
		font-size: 2.75rem;
	}

	.h1-description {
		font-size: 1.1rem;
	}
}

@media (max-width: 767px) {
	.header-image h1 {
		font-size: 2rem;
	}

	.h1-description {
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	.header-image h1 {
		font-size: 1.75rem;
	}
}

.main {
	padding-top: var(--fixed-header-height);
}

header.banner {
	z-index: 1050;
	width: 100%;
	background: white;
	transition: 0.5s;
	position: fixed;
	box-shadow: 0 0 20px #000;
}

.sticky header.banner {
	padding-top: 0.5rem!important;
	padding-bottom: 0.5rem!important;
}

header.banner .header-logo {
	width: 225px;
}

header.banner .header-logo a {
	transition: 0.5s;
	overflow: hidden;
	width: 100%;
}

header.banner .flc-logo {
	max-width: 225px;
	transition: 0.5s;
}

.sticky header.banner .header-logo a {
	width: 20%;
}

.sticky header.banner .flc-logo {
	max-width: 200px;
}

.sticky header.banner .navbar-nav .nav-link,
.sticky header.banner .navbar-nav .dropdown-menu .dropdown-item {
	font-size: 1rem;
}

header.banner .svg-inline--fa.fa-w-9 {
    width: .5em;
}

header.banner .btn-wcag {
	padding: 0;
}

header.banner .btn-wcag .svg-inline--fa {
	font-size: 0.9em;
}

header.banner .navbar {
	padding: 0
}

header.banner .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

header.banner .navbar-nav:not(.sm-collapsible) .sub-arrow {
	display: none
}

header.banner .navbar-nav .fa-angle-down {
	font-size: 1rem;
	top: 0;
	position: relative;
	padding: 0;
	border: none;
	margin-left: 5px;
}

header.banner .navbar-nav .nav-link {
	padding: 10px 20px;
	letter-spacing: .025em;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 450;
	transition: 0.5s;
}

@media (min-width: 1200px) {
	header.banner .navbar-nav .contact-link .nav-link {
		border: 1px solid white;
		color: white!important;
		background: black;
		padding: 10px 20px;
		margin-left: 10px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s
	}

	header.banner .navbar-nav .contact-link .nav-link:focus,
	header.banner .navbar-nav .contact-link .nav-link:hover {
		color: black!important;
		background: #fff;
		border-color: #000
	}
}

header.banner .navbar-nav .dropdown-menu {
	border: none;
	box-shadow: 1px 7px 6px rgb(0 0 0 / 50%);
}

header.banner .navbar-nav .dropdown-menu .dropdown-item {
	letter-spacing: .025em;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 5px 25px 5px 20px;
	line-height: 1.5;
}

@media (max-width:1199px) {
	header.banner .navbar {
		position: static;
		padding: 0
	}

	header.banner .navbar-collapse {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background: #fff
	}

	header.banner .navbar-collapse .svg-inline--fa {
		display: none;
	}

	header.banner .navbar-collapse .navbar-nav {
		padding: 20px 15px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .43)
	}

	header.banner .navbar-collapse .navbar-nav a {
		padding: .35rem .5rem;
		margin: 0;
	}

	header.banner .navbar-collapse .navbar-nav .menu-item {
		width: 100%;
	}

	header.banner .navbar-collapse .navbar-nav a.has-submenu {
		padding-right: 4rem;
	}

	header.banner .navbar-collapse .navbar-nav .dropdown-menu {
		padding: 0 0 5px 15px;
		margin: 0;
		box-shadow: none;
	}

	header.banner .navbar-nav .dropdown-menu .dropdown-item,
	header.banner .navbar-nav .nav-link {
		font-size: 1rem;
	}

	header.banner .btn-square-icon {
		width: 35px;
		height: 35px;
	}

	header.banner .btn-wcag .svg-inline--fa {
	    font-size: 1em;
	}
}

@media (max-width:767px) {
	header.banner .header-logo,
	header.banner .flc-logo {
		width: 200px;
	}
}

@media (max-width:575px) {
	header.banner .header-logo,
	header.banner .flc-logo {
		width: 165px;
	}

	.sticky header.banner .header-logo a {
		width: 19%;
	}
}

aside.sidebar h2 {
	font-size: 1.5rem;
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: .1em
}

aside.sidebar .latest-posts-sidebar {
	list-style: none;
	padding: 0
}

aside.sidebar .latest-posts-sidebar a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

aside.sidebar .latest-posts-sidebar img {
	min-width: 125px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px
}

aside.sidebar .latest-posts-sidebar time {
	font-weight: 400;
	display: block;
	color: #797979;
	margin-top: 3px
}

aside.sidebar .latest-posts-sidebar li {
	margin-bottom: 20px
}

aside.sidebar .latest-posts-sidebar .sidebar-posts-content {
	font-size: .875rem;
	font-weight: 600;
	color: #3b404d;
	padding-left: 10px
}

.footer-skip {
	z-index: 2;
}

.footer-cta.overlay-dark::before {
    background: #00000099;
}

.footer-cta h2 {
	font-size: 3.5rem!important;
	letter-spacing: .1em!important;
	font-weight: 600;
}

.footer-cta h2 span {
	font-size: 2.25rem;
}

@media (max-width: 1199px) {
	.footer-cta h2 {
		font-size: 3rem!important;
	}
}

@media (max-width: 991px) {
	.footer-cta h2 {
		font-size: 2.5rem!important;
	}

	.footer-cta h2 span {
		font-size: 1.9rem!important;
	}
}

@media (max-width: 767px) {
	.footer-cta h2 {
		font-size: 2.25rem!important;
	}

	.footer-cta h2 span {
		font-size: 1.5rem!important;
	}
}

.footer-map iframe {
	filter: grayscale(1);
}

footer .footer-container p {
	margin-bottom: 0;
	font-weight: 300;
}

footer .footer-container .flc-logo-secondary {
	max-width: 250px;
}

footer .footer-container .footer-menu {
	padding: 0;
	list-style: none
}

footer .footer-container .footer-menu .nav-link {
	padding: 0;
	font-weight: 300;
}

footer .footer-header {
	line-height: 1.1!important;
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 1199px) {
	footer .footer-container .flc-logo-secondary {
		max-width: 200px;
	}

	footer .footer-header {
		font-size: 1.25rem!important;
	}
}

@media (max-width: 575px) {
	.footer-cta .btn {
		font-size: .925rem;
	}
}

/* Home Page */

.page-template-template-landing h1,
.page-template-template-landing h2,
.page-template-template-landing .h2 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .25em;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.5;
}

.home-jumbotron {
	min-height: calc(90vh - var(--fixed-header-height));
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.home-jumbotron .home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

.home-jumbotron #video-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: black;
    border: none;
    color: white;
}

.home-jumbotron #video-button:hover,
.home-jumbotron #video-button:focus {
    background: white;
    color: black;
}

.home-jumbotron-content img {
	max-width: 160px;
}

@media (max-width: 767px) {
	.home-jumbotron {
		height: 300px;
		min-height: 45vh;
	}

	.home-jumbotron.overlay-dark::before {
		background: #00000099;
	}

	.home-jumbotron #video-button {
		left: 15px;
	}
}

@media (max-width: 575px) {
	.page-template-template-landing h1 {
		font-size: 1.25rem;
	}

	.home-jumbotron-content .page-template-template-landing .h2 {
		font-size: 1.15rem;
	}

	.logo-horizonal-lines:before, 
	.logo-horizonal-lines:after {
		left: -4rem;
		width: 3rem;
	}

	.logo-horizonal-lines:after {
		right: -4rem;
		left: auto;
	}
}

.evelift-benefits {
	padding: 0 5px;
}

.evelift-benefits-box {
	min-height: 350px;
	padding: 0.5rem 1rem 3.75rem;
	transition: 0.5s;	
}

.evelift-benefits-content {
	z-index: 1;
}

.evelift-benefits-description {
	height: 150px;
}

.evelift-benefits-box.procedure-box .procedure-content {
    bottom: -205px;
    transition: 0.75s;
}

.evelift-benefits-title::after {
	content: "";
	width: 3.125rem;
	height: 2px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	bottom: 0;
	position: absolute;
}

.evelift-benefits-box .image-container {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px black solid;
	transition: 1s;
}

.evelift-benefits-box.procedure-box:hover .image-container, 
.evelift-benefits-box.procedure-box:has(.btn:focus) .image-container, 
.menu-accessible-section-active .evelift-benefits-box.procedure-box .image-container {
    opacity: 0;
}

.evelift-benefits-box.procedure-box:hover .procedure-content, 
.evelift-benefits-box.procedure-box:has(.btn:focus) .procedure-content, 
.menu-accessible-section-active .evelift-benefits-box.procedure-box .procedure-content {
    bottom: 0;
    transform: none;
}

@media (max-width: 575px) {
	.evelift-benefits {
		padding: 0 15px;
	}

	.evelift-benefits-box {
		min-height: auto;
		padding: 2rem 1rem;
	}

	.evelift-benefits-box.procedure-box .image-container {
	    opacity: 0;
	}

	.evelift-benefits-box.procedure-box .procedure-content {
	    bottom: 0;
	    transform: none;
	}

	.evelift-benefits-description {
	    height: auto;
	}
}	

@media (max-width: 1199px) {
	.section-evelift .text-20,
	.section-evelift .text-17 {
		font-size: 1rem!important;
	}
}

.about-section {
	padding: 60px 0;
}

.about-section-video {
	max-width: 800px;
}

@media (max-width: 767px) {
	.about-section {
		padding: 30px 0;
	}
}

@media (max-width: 575px) {
	.about-section h2 {
		letter-spacing: 0.1em;!important;
	}
}

.procedures-section .procedure-box {
	min-height: 300px;
	width: 100%;
	height: 100%;
	position: relative;
	transition: 1s;
	overflow: hidden;
}

.procedure-box .procedure-content {
	transition: .3s;
	position: absolute;
	bottom: -70px;
}

.procedures-section .procedure-name {
	letter-spacing: 0.1em;
}

.procedure-box:hover,
.procedure-box:focus,
.menu-accessible-section-active  .procedure-box,
.procedure-box:has(.btn:focus) {
	background: black;
}

.procedure-box:hover .procedure-content,
.procedure-box:has(.btn:focus) .procedure-content,
.menu-accessible-section-active  .procedure-box .procedure-content {
	transform: translateY(-50%);
	bottom: 0;
	top: 50%;
}

@media (max-width: 575px) {
	.procedures-section .procedure-box {
		min-height: 200px;
	}

	.procedure-box {
		background: black;
	}

	.procedure-box .procedure-content,
	.procedure-box:hover .procedure-content,
	.procedure-box:has(.btn:focus) .procedure-content {
		transform: translateY(-50%);
		bottom: auto;
		top: 50%;
	}
}

.section-testimonials  .bx-wrapper .bx-controls-direction button {
	color: white;
	font-size: 1.5rem;
	padding: 0 0.5rem;
}

.section-testimonials  .bx-wrapper .bx-controls-direction button:focus {
	outline: 1px dotted white !important;
}

.section-testimonials .bx-wrapper .bx-prev {
    left: -4.5rem;
}

.section-testimonials .bx-wrapper .bx-next {
    right: -4.5rem;
}

@media (max-width: 1300px) {
	.section-testimonials .bx-wrapper .bx-prev {
	    left: -1.25rem;
	}

	.section-testimonials .bx-wrapper .bx-next {
	    right: -1.25rem;
	}
}

@media (max-width: 767px) {
	.section-testimonials .bx-wrapper .bx-prev {
	    left: -0.75rem;
	}

	.section-testimonials .bx-wrapper .bx-next {
	    right: -0.75rem;
	}
}

@media (max-width: 991px) {
	.content-section-2 .content-box {
		order: 2;
	}

	.content-section-2 .content-image {
		height: 450px;
		order: 1;
	}
}

.blog-section .bx-wrapper .bx-controls-direction button {
	font-size: 1.5rem;
	padding: 0 0.5rem;
}

.blog-section .bx-wrapper .bx-prev {
    left: -2.7rem;
}

.blog-section .bx-wrapper .bx-next {
    right: -2.7rem;
}

.blog-section .bx-viewport {
	height: 100%!important;
}

.latest-posts-feed h3 {
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 1rem;
	min-height: 127px;
	display: flex;
	align-items: center;
}

.latest-posts-image-link {
	transition: 0.5s;
}

.latest-posts-image-link:hover,
.latest-posts-image-link:focus {
	transform: scale(1.1);
	transform-origin: bottom;
}

.latest-posts-feed .content {
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 0.85rem;
	margin-top: 35px;
}

.latest-posts-feed .quote {
    left: -7px;
}

.latest-posts-feed .more-link {
	margin-top: 20px;
}

.latest-posts-feed .date {
	font-size: 0.75rem;
}

@media (max-width: 1400px) {
	.latest-posts-feed h3 {
		min-height: 116px;
	}
}

@media (max-width: 1300px) {
	.blog-section  .bx-wrapper .bx-prev {
	    left: -1.25rem;
	}

	.blog-section  .bx-wrapper .bx-next {
	    right: -1.25rem;
	}
}

@media (max-width: 575px) {
	.latest-posts-feed h3 {
		min-height: auto;
	}

	.latest-posts-image-link:hover,
	.latest-posts-image-link:focus {
		transform: none;
	}

	.blog-section  .bx-wrapper .bx-prev {
	    left: -0.75rem;
	}

	.blog-section  .bx-wrapper .bx-next {
	    right: -0.75rem;
	}
}

.section-blockquote blockquote svg.fa-quote-right {
	font-size: 3rem;
}

.section-blockquote blockquote h2 {
	font-size: 4rem;
	letter-spacing: 0.1em;
}

.instagram-box {
	opacity: 0;
	transition: 0.5s;
}

.instagram-box video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}

.instagram-content {
	line-height: 1.3;
	font-size: 0.8rem;
	font-weight: 300;
	z-index: 1;
}


@media (min-width: 768px) {	
	.instagram-columns {
		min-height: 650px;
	}
}

.instagram-column-1-row-1,
.instagram-column-3-row-2,
.instagram-column-4-row-1 {
	height: 40%;
}

.instagram-column-1-row-2,
.instagram-column-3-row-1,
.instagram-column-4-row-2 {
	height: 60%;
}


.instagram-column:hover .instagram-box,
.instagram-column:focus .instagram-box,
.menu-accessible-section-active .instagram-box {
	opacity: 1;
}

@media (max-width: 767px) {	
	.instagram-column {
		min-height: 350px;
	}

	.instagram-column-2,
	.instagram-column-3-row-1 {
		background-position: 0 28%;
	}

	.instagram-box video {
		object-position: 0 28%;
	}
}

@media (max-width: 575px) {	
	.instagram-column .instagram-box {
		opacity: 1;
	}

	.instagram-column {
		min-height: 250px;
	}
}


/* Eden Spa Template */
.eden-spa h2 {
	font-size: 2.5rem;
}

.eden-spa .horizontal-line::after {
	width: calc(100% + 30px);
}

.eden-spa-content-right .horizontal-line::after {
	left: -30px;
}

.eden-spa-description {
	font-size: 1.5rem;
}

.eden-spa-image {
	width: 115%;
	min-height: 300px;
	filter: grayscale(100%);
	transition: 0.5s;
}

.eden-spa-image-left {
	position: relative;
	left: -15%;
}

.eden-spa-image-container:has(.btn:hover) .eden-spa-image, 
.eden-spa-image-container:has(.btn:focus) .eden-spa-image {
	filter: none;
}

@media (max-width: 1400px) {
	.eden-spa h2 {
		font-size: 2.25rem;
	}

	.eden-spa-description {
		font-size: 1.1rem;
	}
}

@media (max-width: 991px) {
	.eden-spa h2 {
		font-size: 1.9rem;
	}
}

@media (max-width: 767px) {
	.eden-spa .horizontal-line::after {
		width: 100%;
	}

	.eden-spa-content-right .horizontal-line::after {
		left: 0;
	}

	.eden-spa-image {
		width: 100%;
	}

	.eden-spa-image-left {
		left: 0;
	}

	.eden-spa-content {
		order: 2;
	}
}

@media (max-width: 575px) {
	.eden-spa h2 {
		font-size: 1.8rem;
	}

	.eden-spa-description {
	    font-size: 1rem;
	}
}

.about-template-content {
	min-height: 460px;
}

.about-template-content h2 {
	font-size: 3.5rem;
}

.about-template-image {
	min-height: 250px;
	filter: grayscale(100%);
	width: auto;
}

@media (max-width: 1400px) {
	.about-template-content h2 {
		font-size: 3rem;
	}
}

@media (max-width: 1199px) {
	.about-template-content {
		min-height: 350px;
	}

	.about-template-content h2 {
		font-size: 2.5rem;
	}
}

@media (max-width: 991px) {
	.about-template-content-box {
		order: 2;
	}

	.about-template-content {
		min-height: 250px;
	}
}

@media (max-width: 575px) {
	.about-template-content h2 {
		font-size: 1.8rem;
	}
}

.template-contact::before {	
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: linear-gradient(90deg, rgb(0 0 0 / 92%) 4%, rgb(0 0 0 / 29%) 28%, rgb(0 0 0 / 19%) 54%, rgb(0 0 0 / 0%) 100%);
}

.template-contact img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.template-contact h1 {
	font-size: 6rem;
	line-height: 1;
}

.contact-info {
	min-height: calc(100vh - var(--fixed-header-height) - var(--contact-page-footer-height));
	font-size: 1.2rem;
}

.contact-info-item h2 {
	font-size: 1.5rem;
	line-height: 1.2;
}

.contact-info .socials a {
	font-size: 2.5rem;
	margin: 0 10px;
	height: 40px;
}

.contact-info .socials a.instagram-btn svg {
    width: 35px;
    height: 40px;
}

.contact-info .socials a.instagram-btn:focus svg, 
.contact-info .socials a.instagram-btn:hover svg {
    height: 0.9em !important;
}

.contact-info .socials a.btn-square-icon {
	width: 2.1rem;
	height: 2.1rem;
	border: 3px solid #fff;
	border-radius: 9px !important;
	font-size: 1.1rem !important
}

@media (max-width: 991px) {
	.template-contact h1 {
		font-size: 4rem;
	}

	.contact-info-item h2 {
		font-size: 1.25rem;
	}

	.contact-info {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.contact-page-footer {
		padding-bottom: 61px!important; 
	}
}

@media (max-width: 575px) {
	.template-contact h1 {
		font-size: 3rem;
	}
}

.resources-box-link {
	height: 700px;
	margin: 1px;
	color: white;
	text-decoration: none!important;
	transition: 1000ms;
	cursor: pointer;
	flex: 1;
	background-position: 50% 0;
}

.resources-box-content {
	top: 60px;
	max-width: 155px;
	margin: auto;
}

.resources-box-header {
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	text-decoration: underline;
}

.resources-box-number {
	opacity: 0;
	transition: .2s;
	color: black;
	text-decoration: none!important;
	font-size: 3rem;
	letter-spacing: 0.1em;
}

.resources-box-link:hover,
.resources-box-link:focus {
	flex: 2;
}

.resources-box-link:hover.overlay::before,
.resources-box-link:focus.overlay::before,
.menu-accessible-section-active .resources-box-link.overlay::before  {
	background: #ffffff6b;
}

.menu-accessible-section-active .resources-box-link {
	color: black;
}

.resources-box-link:hover .resources-box-content,
.resources-box-link:focus .resources-box-content,
.menu-accessible-section-active .resources-box-content {
	top: 80px;
}

.resources-box-link:hover .resources-box-number,
.resources-box-link:focus .resources-box-number,
.menu-accessible-section-active .resources-box-number {
	opacity: 1;
}

@media (max-width: 1400px) {
	.resources-box-header {
	    font-size: 1.25rem;
	}
}

@media (max-width: 1199px) {
	.resources-box-link,
	.resources-box-link:hover,
	.resources-box-link:focus {
		flex: auto;
	}

	.resources-box-link {
		margin: 0;
		border: 1px solid white;
		height: 450px;
		background-position: 50% 20%;
	}
}

@media (max-width: 575px) {
	.resources-box-link {
		height: 300px;
		background-size: cover;
		color: black;
	}

	.resources-box-link.overlay::before  {
		background: #ffffff6b;
	}

	.resources-box-link .resources-box-content {
		top: 80px;
	}

	.resources-box-link .resources-box-number {
		opacity: 1;
	}
}

.procedure-page-section-top {
	min-height: 830px;
}

.procedure-page .card,
.procedure-page .card-header,
.procedure-page .procedure-button {
	background: transparent;
	border: none;
}

.procedure-page .card {
	width: fit-content;
}

.procedure-page .card-0 {
	left: 35%;
	top: 125px;
}
.procedure-page .card-1 {
	left: 42%;
	top: 329px;
}
.procedure-page .card-2 {
	left: 53%;
	top: 465px;
}

.procedure-page-procedure-row:not(:last-of-type) {
	padding-bottom: 120px;
}

.procedure-page .procedure-button {
	cursor: pointer;
}

.procedure-page .procedure-button:focus,
.procedure-page .menu-accessible:focus {
	outline: 1px dotted white!important;
}

.procedure-page .procedure-button img {
	max-width: 45px;
}

.procedure-collapse {
	position: absolute;
	left: 3rem;
}

.procedure-collapse-0,
.procedure-collapse-1,
.procedure-collapse-2 {
	bottom: 0;
}

.procedure-page .card-body {
	width: 410px;
	max-width: 410px;
	padding: 1.25rem 1.25rem 0 1.25rem;
}

.procedure-page .procedure-name {
	font-size: 2.25rem;
}

.procedure-page .procedure-link {
	text-decoration: none;
	font-size: 1.35rem;
	transition: 0.3s;
}

.procedure-page .procedure-link.horizontal-line-bottom:hover::after,
.procedure-page .procedure-link.horizontal-line-bottom:focus::after {
	background: black;
	transition: 0.3s;
}

@media (max-width: 1199px) {
	.procedure-page .card-2 {
		left: 44%;
	}
}

@media (max-width: 991px) {
	.procedure-page .card-body {
		width: 300px;
		max-width: 300px;
	}

	.procedure-page .procedure-name {
		font-size: 2rem;
	}

	.procedure-page .procedure-link {
		text-decoration: none;
		font-size: 1.1rem;
	}
}

@media (max-width: 767px) {
	.procedure-page-section-top {
	    min-height: 662px;
	}
	
	.procedure-page .menu-accessible {
		display: none!important;
	}

	.procedure-page .card {
		left: 0;
		width: 100%;
	}

	.accordion-hover-content {
		display: block !Important;
		width: 100%;
		left: 0;
	}

	.procedure-page .card-body {
		width: 100%;
		max-width: 100%;
		padding: 1.25rem 1rem 0 1rem;
	}

	.procedure-page .card-1 {
		top: 370px;
	}

	.procedure-page .card-2 {
		top: 545px;
	}

	.procedure-page-procedure-row:not(:last-of-type) {
		padding-bottom: 60px;
	}

	.procedure-page-description {
		order: 2;
	}
}

@media (max-width: 575px) {
	.procedure-page .procedure-name {
		font-size: 1.75rem;
	}
}

@media (max-width: 330px) {
	.procedure-page-section-top {
	    min-height: 692px;
	}

	.procedure-page .card-2 {
		top: 575px;
	}
}

@media (hover: none) and (max-width: 767px) {
	.accordion-hover-content {
		display: block !Important;
	}

	.procedure-page .menu-accessible {
		display: none!important;
	}
}

.procedure-page .menu-accessible:hover .slider, 
.procedure-page .menu-accessible:focus .slider {
    border: 1px solid white;
}

.menu-accessible-section-active .accordion-hover-content {
	display: block !Important;
}

@media (max-width: 767px) {
	.post-type-archive-gallery .header-image img {
		object-position: 27% 0;
	}
}

.template-gallery {
	padding-top: 130px;
}

.template-gallery .evelift-category {
	overflow: visible;
	height: 450px;
}

.template-gallery .evelift-category img {
	object-fit: cover;
	object-position: center;
	width: calc(100% - 50px);
	height: 100%;
}

.template-gallery .gallery-evelift-content {
	position: absolute;
	height: 300px;
	padding: 50px 20px;
	right: 0;
	top: -50px;
	width: calc(100% - 400px);
	min-width: 700px;
}

.template-gallery .gallery-view::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: white;
	left: 0;
}

.template-gallery .evelift-category h2 {
	font-size: 3.5rem;
}

.template-gallery .gallery-procedure-content {
	width: calc(100% + 100px);
	z-index: 1;
	position: relative;
}

.template-gallery .gallery-procedure-list li {
	width: 50%;
}

.template-gallery .gallery-procedure-link {
	transition: 0.5s;
}

.template-gallery .gallery-procedure-link:hover,
.template-gallery .gallery-procedure-link:focus {
	padding-left: 10px;
}

.template-gallery .menu-accessible {
	background: black;
}

.template-gallery .gallery-box {
	filter: grayscale(75%);
}

.template-gallery .gallery-box-content {
	opacity: 0;
	transition: 0.5s;
	width: 100%;
	height: 100%;
	background: black;
}

.template-gallery .gallery-box:hover .gallery-box-content,
.template-gallery.menu-accessible-section-active .gallery-box-content {
	opacity: 1;
}

.template-gallery .gallery-header {
	font-size: 2.5rem;
}

.template-gallery .gallery-link {
	text-decoration: none;
	font-size: 1.7rem;
}

.template-gallery .gallery-link::after {
	width: 70%;
	right: 0;
	left: auto;
}

@media (max-width: 991px) {
	.template-gallery {
		padding-top: 60px;
	}

	.template-gallery .evelift-category img,
	.template-gallery .gallery-evelift-content,
	.template-gallery .gallery-procedure-content {
		width: 100%;
		min-width: auto;
	}

	.template-gallery .gallery-evelift-content {
		right: auto;
		padding: 15px;
		order: 1;
		position: initial;
	}

	.template-gallery .gallery-evelift-content,
	.template-gallery .gallery-procedure-content {
		border: none!important;
		padding: 30px 15px!important;
	}

	.template-gallery .evelift-category {
		height: auto;
		position: initial;
		display: flex;
		flex-wrap: wrap;
	}

	.gallery-procedure-content-box {
		order: 2;
	}
}

@media (max-width: 767px) {
	.template-gallery .gallery-evelift-content {
		height: auto;
	}

	.template-gallery .gallery-view::before {
	    display: none;
	}
}

@media (max-width: 575px) {
	.template-gallery .evelift-category h2 {
		font-size: 2rem;
	}

	.template-gallery .gallery-procedure-list li {
	    width: 100%;
	}
}

.content a:not(.btn):not(.submenua) {
	font-weight: 700;
	text-decoration: underline!important
}

#content {
	position: relative
}

.page-content {
	padding: 120px 15px
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
	margin-top: 2rem;
}

.page-content h3 {
	font-size: 1.8rem;
}

.page-content h4 {
	font-size: 1.6rem;
}

.page-content h5 {
	font-size: 1.4rem;
}

.blog-box .blog-date {
	position: relative;
}

.blog-title-image {
	min-height: 325px;
}

.blog-title-image img {
	position: absolute;
	z-index: -1;
	object-position: center;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blog-title-image .post-header {
	font-size: 1.3rem;
	position: relative;
}

.blog-page-posts .more-link {
	display: none;
}

.blog-box:has(.btn:hover) .overlay-black::before, 
.blog-box:has(.btn:focus) .overlay-black::before {
	background: transparent;
}

.blog-box:has(.btn:hover) .post-header, 
.blog-box:has(.btn:focus) .post-header {
	display: none!important;
}

@media (max-width: 991px) {
	.blog-box:not(:nth-of-type(3n)) .blog-date::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.blog-box {
		flex: auto;
	}
}

.posts-navigation h2 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	letter-spacing: 0.05em;
}

.single-post time {
	font-weight: 600;
	text-transform: uppercase;
}

.single-post .attachment-thumbnail {
	display: block;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.single-post .attachment-thumbnail {
		float: left;
		margin: 0 1rem 1rem 0
	}
}

.behalf {
	margin-top: 60px
}

.behalf p {
	margin-bottom: 0;
	font-size: .925rem
}

.special-message h1 {
	font-size: 2.8rem;
}

.special-message-video {
	max-width: 650px;
}

.schedule-consulation .section-blockquote blockquote h2 {
	font-size: 3rem;
}

.schedule-consulation .section-blockquote blockquote svg.fa-quote-right {
    font-size: 2.5rem;
}

.template-pricelist .col-md-4:last-child {
	padding-bottom: 0!important;
}

.pricelist-box-image {
	filter: grayscale(70%);
}

.pricelist-box-procedure-name {
	letter-spacing: 0.05em;
	padding-bottom: 80px;
	position: relative;
}

.pricelist-box-procedure-name:after {
	position: absolute;
	content: '';
	height: 45px;
	background: white;
	width: 2px;
	bottom: 0;
	left: 50%;
}

@media (max-width:767px) {
	.special-message h1,
	.schedule-consulation .section-blockquote blockquote h2 {
		font-size: 2.5rem;
	}
}

@media (max-width:575px) {
	.special-message h1,
	.schedule-consulation .section-blockquote blockquote h2 {
		font-size: 2rem;
	}
}

.contrastHigh .wow {
	visibility: visible!important;
	-webkit-animation-name: none!important;
	-o-animation-name: none!important;
	animation-name: none!important;
	opacity: 1!important
}

.contrastHigh .text-white a:not(.btn):focus {
	outline: 2px dotted white!important;
}

.contrastHigh .bg-wcag-black {
	background: black!important;
	color: white!important;
}

.contrastHigh .bg-wcag-black a:focus {
	outline: 2px dotted white!important;
}

.contrastHigh .bg-wcag-black a .svg-inline--fa {
    border-color: white;
}

.contrastHigh .bg-wcag-white {
	background: white!important;
}

.contrastHigh .bg-wcag-primary {
	background-image: none!important
}

.contrastHigh a:not(.btn):focus,
.contrastHigh button:focus {
	outline: 2px dotted black!important;
}

.contrastHigh .btn-square-icon-black:focus .svg-inline--fa, 
.contrastHigh .btn-square-icon-black:hover .svg-inline--fa {
    border-color: white;
}

.contrastHigh aside.sidebar .latest-posts-sidebar time {
	color: #000
}

.contrastHigh .wpcf7-not-valid-tip {
	color: #960000
}

.contrastHigh .quote {
	display: none;
}

.contrastHigh .section-blockquote blockquote svg.fa-quote-right {
    color: black;
}

.contrastHigh .testimonials-stars {
	color: white;
}

.contrastHigh .navbar-transparent .navbar-nav .dropdown-menu {
    background: white;
}

.contrastHigh .instagram-column .instagram-box {
    opacity: 1;
}

.contrastHigh .instagram-column .instagram-box video {
    display: none;
}

.contrastHigh .resources-box-link .resources-box-number {
    opacity: 1;
    color: white;
}

.contrastHigh .bg-leaves::before,
.contrastHigh .bg-eden::before {
	display: none;
}

.contrastHigh .menu-accessible {
	display: none!important;
}

.contrastHigh .procedure-box:hover, 
.contrastHigh .procedure-box:focus, 
.contrastHigh .procedure-box {
    background: black;
}

.contrastHigh .evelift-benefits-box.procedure-box .image-container {
	opacity: 0;
}

.contrastHigh .evelift-benefits-box.procedure-box .procedure-content {
    bottom: 0;
    transform: none;
}

.contrastHigh .procedure-box .procedure-content {
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
}

.contrastHigh .accordion-hover-content {
	display: block !Important;
}

@media (max-width:767px) {
	.page-content {
		padding: 40px 15px
	}

	.behalf {
		margin-top: 40px
	}
}

@media (max-width:575px) {
	.page-content {
		padding: 20px 15px
	}

	.behalf {
		margin-top: 20px
	}

	.footer-cta h2 {
		font-size: 1.7rem!important
	}

	header.banner .navbar-nav .contact-link .nav-link {
		margin-left: 0
	}

	footer.content-info {
		padding-top: 60px
	}
}

.flc-faq h2 {
	font-size: 1.75rem;
	margin-top: 2rem;
}

.page-id-1549 .page-header img {
	width: 500px;
	margin: 0 auto;
	display: block;
}

.page-template-template-sedation {
	background-color: black;
	color: white;
}

.page-template-template-sedation .sedation-image-bigger-size {
	max-width: 40vw;
}

.page-template-template-sedation h1,
.page-template-template-sedation h2 {
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-template-sedation h1 {
	font-size: 3rem;
	color: #CEB395;
}

.page-template-template-sedation h2 {
	font-size: 2.25rem;
}

.page-template-template-sedation h2 span {
	color: #CEB395;
}

.page-template-template-sedation p {
	font-size: 1.25rem;
	line-height: 1.75;
}

.page-template-template-sedation .section-introduction .column-video .embed-responsive {
    width: 40vw;
}

.page-template-template-sedation .flc-faq button {
	color: white;
	font-size: 1.15rem;
	position: relative;
	display: flex!important;
	align-items: center;
}

.page-template-template-sedation .flc-faq button:hover,
.page-template-template-sedation .flc-faq button:focus {
	color: #CEB395;
}

.page-template-template-sedation .flc-faq button:focus {
	outline: 2px dotted white;
}

.page-template-template-sedation .flc-faq button svg {
	position: absolute;
	right: 0;
}

.page-template-template-sedation .flc-faq button span {
	font-size: 2rem;
	color: #CEB395;
	font-weight: 600;
	margin-right: 1rem;
}

.page-template-template-sedation .flc-faq dd .card-body {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.page-template-template-sedation .flc-faq dd .card-body p {
	font-size: 1.1rem;
}

.page-template-template-sedation .section-contact img {
	background-color: #f1f1f1;
}

.page-template-template-sedation .sedation-contect {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7;
}

.page-template-template-sedation .sedation-contect a {
	color: white;
}

.page-template-template-sedation .sedation-contect a:hover,
.page-template-template-sedation .sedation-contect a:focus {
	color: #CEB395;
}

.page-template-template-sedation .footer-cta {
	color: black;
}

.page-template-template-sedation footer.content-info {
	color: black;
}

.page-template-template-sedation footer.content-info p {
	font-size: .95rem;
	line-height: 2;
}

@media (max-width: 1199px) {
	.page-template-template-sedation .sedation-image-bigger-size {
		max-width: 100%;
	}

	.page-template-template-sedation .section-about .row,
	.page-template-template-sedation .section-contact .row {
		margin-right: 0;
		margin-left: 0;
	}

	.page-template-template-sedation .section-introduction .column-video .embed-responsive {
	    width: 100%;
	}
}

@media (max-width: 991px) {
	.page-template-template-sedation .section-introduction {
		padding-top: 60px!important;
	}
}

@media (max-width: 767px) {
	.page-template-template-sedation h1 {
	    font-size: 2.5rem;
	}

	.page-template-template-sedation h2 {
	    font-size: 2rem;
	}

	.page-template-template-sedation p {
	    font-size: 1.1rem;
	}

	.page-template-template-sedation button.card-header.btn {
		padding: 12px 30px 12px 0;
	}
}

@media (max-width: 575px) {
	.page-template-template-sedation .section-introduction {
		padding-top: 30px!important;
	}

	.page-template-template-sedation .flc-faq button {
	    font-size: 1.1rem;
	}

	.page-template-template-sedation .sedation-contect {
	    font-size: 1.25rem;
	}
}

.loader-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: #ffffffc2;
	font-size: 1.25rem;
	color: black;
}

.instagram-load-more {
	position: relative;
}

.instagram-load-more.loading {
	pointer-events: none;
}

.loading .loader-container {
	display: flex;
}

.colorbox-instagram #cboxPrevious,
.colorbox-instagram #cboxNext{
	width: 35px;
	height: 35px;
	color: black;
	background: white;
	border-radius: 50%;
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
}

.colorbox-instagram #cboxClose {
	color: black;
	font-size: 20px;
	top: 15px;
	right: 25px;
}

.colorbox-instagram#colorbox {
	width: 100%!important;
	left: 0!important;
}

.colorbox-instagram #cboxWrapper {
	width: auto!important;
	left: 50%;
	transform: translateX(-50%);
}

.colorbox-instagram #cboxContent {
	float: none;
	width: auto!important;
	max-width: calc(100vw - 100px);
	margin: 0;
	padding: 0;
}

.colorbox-instagram #cboxLoadedContent {
	overflow: initial!important;
	border: none;
	width: auto!important;
}

.colorbox-instagram #cboxLoadedContent img {
	height: 100%!important;
	width: auto!important;
}

.colorbox-instagram #cboxTitle {
	flex: 0 0 450px;
	min-width: 450px;
	background: white;
	color: black;
	padding: 50px;
	line-height: 1.3;
	font-size: 0.925rem;
	overflow: auto;
}

.colorbox-instagram #cboxCurrent {
	display: none!important;
}

@media (min-width: 768px) {
	.colorbox-instagram #cboxContent {
		max-width: calc(100vw - 100px);
		box-sizing: border-box;
		padding-right: 450px;
	}

	.colorbox-instagram #cboxLoadedContent img {
		height: 90vh!important;
		width: auto!important;
	}

	.colorbox-instagram #cboxTitle {
		min-width: 400px;
		padding: 40px;
		position: absolute;
		width: 450px;
		height: 100%;
		right: 0px;
		top: 0px;
	}
}

@media (max-width: 1250px) and (min-width: 768px) {
	.colorbox-instagram #cboxContent {
		padding-right: 400px;
	}

	.colorbox-instagram #cboxTitle {
		width: 400px;
	}

	.colorbox-instagram #cboxLoadedContent img {
		height: auto!important;
		width: calc(100vw - 450px)!important;
	}
}


@media (max-width: 767px) {
	.colorbox-instagram #cboxWrapper {
		width: 100%!important;
	}

	.colorbox-instagram #cboxContent {
		display: block;
		max-width: 100%;
		overflow: auto;
		height: calc(100vh - 30px);
	}

	.colorbox-instagram #cboxLoadedContent {
		height: auto!important;
	}

	.colorbox-instagram #cboxLoadedContent img {
		width: 100%!important;
		height: auto!important;
	}

	.colorbox-instagram #cboxTitle {
		min-width: 1px;
		padding: 20px;
		overflow: initial;
		width: 100%;
	}

	.colorbox-instagram #cboxPrevious, .colorbox-instagram #cboxNext {
		left: 10px;
		background: black;
		color: white;
		width: 25px;
		height: 25px;
		font-size: 13px;
		position: fixed;
	}

	.colorbox-instagram #cboxNext {
		left: auto;
		right: 10px;
	}

	.colorbox-instagram #cboxClose {
		background: black;
		color: white;
		width: 32px;
		height: 32px;
		font-size: 16px;
		border-radius: 50%;
		top: 10px;
		right: 10px;
	}
}

.bg-leaves,
.bg-eden {
	position: relative;
}

.bg-leaves::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-attachment: fixed;
	background-size: cover;
	background-image: url("http://67.227.227.134/~edenplasticsurge/wp-content/uploads/2025/03/shutterstock_1781414576.jpg");
}

.bg-eden::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .75;
	background-attachment: fixed;
	background-image: url("http://67.227.227.134/~edenplasticsurge/wp-content/uploads/2021/03/repeat-bg-min.png");
}

.page-template-template-team-page.page-id-4596 .bg-column-black::before {
	background: linear-gradient(90deg, rgb(0 0 0 / 60%) 4%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 40%) 70%, rgb(0 0 0 / 30%) 100%);
}

.team-page {
	overflow: hidden;
}

.team-page .bx-viewport {
	overflow: visible!important;
}

.team-page .bx-wrapper .bx-controls-direction button {
	color: white;
	top: auto;
	bottom: -120px;
}

.team-page .bx-wrapper .bx-controls-direction button:focus {
	outline: 1px dotted white !important;
}

.team-carousel a { 
	text-decoration: none;
	filter: grayscale(100%);
	transition: 0.5s;
	position: relative;
	top: 0;
}

.team-carousel a:hover,
.team-carousel a:focus { 
	filter: none;
}

.team-carousel a:focus { 
	outline: none!important;
	border: 1px dotted white;
	display: block;
}

.team-carousel a:hover.overlay-dark::before,
.team-carousel a:focus.overlay-dark::before { 
	display: none;
}

.team-carousel a.active {
	filter: none;
	transition: 0.5s;
}

.team-carousel a.active.overlay-dark::before{ 
	display: none;
}

.team-carousel a.active .team-page-name {
	background: #cfccc4bf;
	color: black;
}

.team-carousel a .team-page-name {
	background: black;
	color: white;
	transform: 0.5s;
}

.team-page-name-header {
	font-size: 1.25rem;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.team-page-name-position {
	font-weight: 500;
}

.team-page-description {
	padding-top: 90px;
	padding-bottom: 60px;
}

@media (max-width: 575px) {
	.team-page-description {
		padding-top: 80px;
		padding-bottom: 0;
	}

	.team-page .bx-wrapper .bx-controls-direction button {
		bottom: -85px;
		padding: 0;
	}

	.team-page-name-header {
	    font-size: 1.2rem;
	}

	.team-page-name-position {
	    font-size: 0.85rem;
	}
}

@media (max-width: 767px) {
	.anesthesia-page-doctors .doctor-info {
		order: 2;
	}

	.anesthesia-page-doctors .doctor-image {
		order: 1;
	}
}

.incision-image .content-on-image-container {
	position: relative;
	font-size: calc(1200px / 100)!important;
}
		
.incision-image	.content-on-image-text {
	position: absolute;
	line-height: 1;
	bottom: 4rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 3rem;
}

.incision-image .content-on-image-text-single {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
}

.incision-image .content-on-image-text-single::before {
	content: '';
	width: 3rem;
	height: 3rem;
	background-color: black;
	border-radius: 50%;
	display: block;
}

.incision-image .content-on-image-text-single-behind::before {
	background-color: white;
}

@media (max-width: 1199px) {
	.incision-image	.content-on-image-text {
		padding: 0 1rem;
	}
}

@media (max-width: 991px) {
	.incision-image	.content-on-image-text {
		flex-wrap: wrap;
		bottom: 2rem;
	}
}

@media (max-width: 767px) {
	.incision-image .content-on-image-text-single {
		font-size: 1em;
	}

	.incision-image .content-on-image-text-single::before {
		width: 2.5rem;
		height: 2.5rem;
	}
}

@media (max-width: 575px) {
	.incision-image	.content-on-image-text {
		padding: 0 0.5rem;
		bottom: 1rem;
	}

	.incision-image .content-on-image-text-single {
		font-size: 0.8em;
	}

	.incision-image .content-on-image-text-single::before {
		width: 2rem;
		height: 2rem;
	}
}