/*
Theme Name: WAXOYL custom theme
Author: admin
Author URI:
Description: My custom theme
Version: 1.0
*/

body {
	margin: 0;
}
.elementor-location-header {
	overflow: hidden;
}
h1 {
	text-shadow: 8px 8px 16px #111;
}
.wpml-ls-legacy-dropdown-click {
	cursor: pointer;
}
body .elementor h2 {
	padding-bottom: 15px;
}
body .elementor .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	margin: 0.125rem 0 0;
	padding: 0.5rem 0;
	border-radius: 0.25rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
}
body .elementor .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	border: none;
}
body .elementor .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	left: 50%;
	transform: translateX(-50%);
}
body .elementor .menu-links .elementor-icon-list-item a:hover,
body .elementor .menu-links .elementor-icon-list-item a:active,
body .elementor .elementor-nav-menu--dropdown .elementor-sub-item:hover,
body .elementor .elementor-nav-menu--dropdown .elementor-sub-item:active,
body .elementor .wpml-ls-link:hover,
body .elementor .wpml-ls-link:active,
body .elementor .elementor-button:hover,
body .elementor .elementor-button:active {
	text-decoration: none;
}
.elementor .swiper-pagination {
	z-index: 1;
}
#warranties .elementor-widget-icon-box .elementor-icon-box-icon {
	position: absolute;
}
#warranties .elementor-widget-icon-box .elementor-icon-box-title {
	margin-bottom: 0;
}
#warranties .elementor-widget-icon-box .elementor-icon-box-content {
	margin-left: 52px;
}
#warranties
	.elementor-widget-icon-box
	+ .elementor-widget-text-editor
	.elementor-widget-container
	> p:first-child {
	margin-top: 0;
}
.elementor-widget-text-editor .elementor-widget-container ol {
	list-style: none;
	counter-reset: li;
}
.elementor-widget-text-editor .elementor-widget-container ol li {
	counter-increment: li;
}
.elementor-widget-text-editor .elementor-widget-container ol li::before {
	content: counter(li);
	color: var(--e-global-color-primary);
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.elementor-widget-text-editor .elementor-widget-container ul li::marker {
	color: var(--e-global-color-primary);
}
/* .elementor-widget-text-editor .elementor-widget-container ul {
    list-style: none;
}
.elementor-widget-text-editor .elementor-widget-container ul li::before {
    content: "•";
    color: var( --e-global-color-primary );
    display: inline-block;
    width: 1em;
    margin-left: -1em
} */
#header-switcher .elementor-widget-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#header-switcher
	.elementor-widget-wrap
	> .elementor-element
	.elementor-icon-wrapper {
	display: flex;
}
#header-switcher .elementor-widget-wrap > .elementor-element {
	margin-bottom: 0;
	display: flex;
	flex: 0 1 auto;
	width: auto;
}
#header-switcher .elementor-widget-wrap > .elementor-element:last-child {
	margin-left: 15px;
}
@media (max-width: 1279.98px) {
	#header-switcher {
		width: auto !important;
		margin-right: 15px;
		margin-left: auto;
	}
	#header-menu {
		order: 2;
		width: auto !important;
	}
	#header-menu .elementor-menu-toggle + .elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		height: 100%;
		padding-top: 18px;
		bottom: 0;
		z-index: 998;
		/* background: #111; */
		left: -260px;
		width: 260px;
		overflow-y: auto;
		transition: 0.4s;
		transform: scaleY(1);
		max-height: unset;
	}
	#header-menu
		.elementor-menu-toggle
		+ .elementor-nav-menu--dropdown
		.elementor-item:hover,
	#header-menu
		.elementor-menu-toggle
		+ .elementor-nav-menu--dropdown
		.elementor-item:active,
	#header-menu
		.elementor-menu-toggle
		+ .elementor-nav-menu--dropdown
		.elementor-item:focus {
		background: transparent;
		color: var(--e-global-color-primary);
	}
	#header-menu
		.elementor-menu-toggle.elementor-active
		+ .elementor-nav-menu--dropdown {
		left: 0;
	}
}
#header-menu .menu-item .elementor-item {
	text-shadow: 1px 1px 2px #000;
}
#header-menu .menu-item .elementor-item:hover,
#header-menu .menu-item .elementor-item:active {
	text-decoration: none;
}
body .elementor .menu-links .elementor-icon-list-item a,
.elementor footer .elementor-widget-nav-menu li > a.elementor-item {
	position: relative;
	padding-left: 22px;
	color: #fff;
	transition: 0.4s;
}
body .elementor .menu-links .elementor-icon-list-item a:hover::before {
	color: var(--e-global-color-primary);
}
.elementor
	footer
	.elementor-widget-nav-menu
	li
	> a.elementor-item:active::before,
.elementor
	footer
	.elementor-widget-nav-menu
	li
	> a.elementor-item:hover::before {
	color: var(--e-global-color-primary);
	left: 20px;
}
body .elementor .menu-links .elementor-icon-list-item a::before,
.elementor footer .elementor-widget-nav-menu li > a.elementor-item::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 8px;
	opacity: 1 !important;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.elementor footer .elementor-social-icon:hover i,
.elementor footer .elementor-social-icon:active i {
	color: var(--e-global-color-primary) !important;
}
body .elementor .menu-links .elementor-icon-list-item a:hover,
body .elementor .menu-links .elementor-icon-list-item a:active {
	text-decoration: none;
	font-weight: bold;
}
.elementor footer .elementor-nav-menu .menu-item .elementor-item:hover,
.elementor footer .elementor-nav-menu .menu-item .elementor-item:active {
	text-decoration: none;
	font-weight: bold;
	padding-left: 42px;
}
.elementor footer .elementor-nav-menu .menu-item {
	width: 100%;
	border-bottom: 1px solid var(--e-global-color-text);
}
footer .elementor-widget-theme-site-title h2 {
	padding-bottom: 0;
}
footer .elementor-widget-theme-site-title a {
	pointer-events: none;
}
footer .elementor-widget-theme-site-title a:hover,
footer .elementor-widget-theme-site-title a:active {
	text-decoration: none;
}
footer h2:before,
footer h2:after {
	content: none;
}
footer h4.elementor-heading-title:before {
	right: 0;
	background: #555;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}
footer h4.elementor-heading-title {
	padding-bottom: 12px;
}
footer h4.elementor-heading-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: var(--e-global-color-primary);
	width: 60px;
}
h2:before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: var(--e-global-color-primary);
	bottom: 0;
	left: calc(50% - 20px);
}
#header .elementor-widget-theme-site-logo,
.logo-text p {
	margin: 0;
}
.elementor .elementor-counter .elementor-counter-title {
	line-height: normal;
}
.elementor .elementor-counter .elementor-counter-number-wrapper {
	line-height: 1.5;
}
.icon-border-white .elementor-icon {
	border: 4px solid #fff;
}
.mr-icon {
	margin-right: 3px;
}
.mr2-icon {
	margin-right: 8px;
}
.elementor
	.elementor-element.header-slider
	.elementor-swiper
	.swiper-pagination-bullets {
	bottom: 25px;
}
.elementor
	.elementor-element.header-slider
	.elementor-swiper
	.swiper-pagination-bullets
	.swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 0;
}
.elementor .elementor-element.header-slider.slider-mobile {
	overflow: hidden;
}
#header.elementor-sticky--effects {
	background-color: rgba(0, 0, 0, 0.9) !important;
}
#treatments .bottom-portfolio-card {
	padding: 30px;
	background-color: #fff;
	text-align: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#treatments .elementor-portfolio-item__title {
	color: var(--e-global-color-secondary);
}
#treatments .elementor-portfolio-item__subtitle {
	color: var(--e-global-color-secondary);
}
#treatments .elementor-portfolio__filters .elementor-portfolio__filter {
	margin-top: 15px;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
#treatments .elementor-posts--thumbnail-top .elementor-post {
	display: flex;
	flex-direction: column;
	border-radius: 3px;
}
#treatments .elementor-post__thumbnail__link {
	margin-bottom: 0;
}
#treatments .elementor-post__title a {
	transition: 0.5s;
}
#treatments .elementor-post__title a:active,
#treatments .elementor-post__title a:hover {
	text-decoration: none;
	color: var(--e-global-color-primary);
}

#treatments .elementor-post__text {
	padding: 30px;
	background: #fff;
	text-align: center;
}
#treatments .elementor-portfolio__filters .elementor-portfolio__filter:active,
#treatments .elementor-portfolio__filters .elementor-portfolio__filter:hover,
#treatments
	.elementor-portfolio__filters
	.elementor-portfolio__filter.elementor-active {
	color: #fff !important;
	background-color: var(--e-global-color-primary);
}
.elementor-widget-accordion .elementor-accordion-item {
	background-color: #fce8e9;
	border-radius: 8px;
}
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-title {
	border-radius: 8px;
}
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.elementor-widget-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 8px;
}
/* .elementor-sticky--effects .sticky-menu-items ul li a {
} */
.elementor-icon-box-title {
	margin-top: 0;
}
#solutions
	.elementor-widget-testimonial-carousel
	.elementor-testimonial__content {
	display: flex;
	flex-direction: column-reverse;
}
#solutions
	.elementor-widget-testimonial-carousel
	.elementor-testimonial__content
	.elementor-testimonial__cite {
	flex-direction: column-reverse;
	margin-top: 0;
}
#solutions
	.elementor-widget-testimonial-carousel
	.elementor-testimonial__content
	.elementor-testimonial__title {
	font-style: normal;
	margin-bottom: 15px;
}
#solutions
	.elementor-widget-testimonial-carousel
	.elementor-testimonial__content
	.elementor-testimonial__name {
	font-family: "Montserrat", Sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
#contact .elementor-column {
	padding-right: calc(14px / 2);
	padding-left: calc(14px / 2);
	margin-bottom: 14px;
}
#contact .wpcf7-form-control-wrap {
	width: 100%;
}
#contact .wpcf7-spinner {
	display: none;
}
#contact [type="submit"] {
	margin-left: auto;
	margin-right: auto;
}
#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output,
#contact .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: var(--e-global-color-primary);
}
footer .elementor-widget-nav-menu li > a.elementor-item {
	padding-left: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
	#missions section .elementor-column:last-child {
		margin-left: auto;
		margin-right: auto;
	}
}
.wpcf7-not-valid {
	border-color: var(--e-global-color-primary) !important;
}
.eael-call-to-action .cta-button:hover {
	text-decoration: none !important;
}
