/*
Theme Name: Poity Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: poity
Text Domain: poity-child
*/
:root {
 	--poity-header-font-family: youngest_serif, sans-serif!important;
	--poity-h1-font-family: youngest_serif, sans-serif!important;
	--poity-h2-font-family: youngest_serif, sans-serif!important;
	--poity-h3-font-family: youngest_serif, sans-serif!important;
	--poity-h4-font-family: youngest_serif, sans-serif!important;
	--poity-h5-font-family: youngest_serif, sans-serif!important;
	--poity-h6-font-family: youngest_serif, sans-serif!important;
	--poity-menu-font-family: NeueMontreal, Sans-serif!important;
	--poity-menu-font-family: NeueMontreal, Sans-serif!important;
	--poity-submenu-font-family: NeueMontreal, Sans-serif!important;
	--poity-content-font-family: NeueMontreal, Sans-serif!important;
}

.primary-nav ul > li > a .item_wrapper_text .menu-item_dots {background:#07021E!important;}
.primary-nav ul > li.current_page_item > a .item_wrapper_text .menu-item_dots {background:#E0683D!important;}
.add_wave::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: url('img/wave_header.svg');
	height: 20%;
	background-size: 100% 100%;
	z-index: 21;
}

body #main.site-main{z-index:1!important;background:#EBEBEB;padding-top:80px!important;}
body.home #main.site-main{padding-top:40px!important;}
/* PAGE TITLE */
.videoheader
{
	width: 100vw;
	height: auto;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -20%;
	bottom: 0;
	background-color: #1e332a;
	z-index: -1;
}

.wgl-pricing_plan .pricing__price .price__value{text-decoration:line-through!important;text-decoration-thickness: 2px!important; /* Disminuir el grosor */}
.wgl-pricing_plan del {
    color: #999; /* Color del texto */
    text-decoration-line: line-through;
    text-decoration-color: #E0683D; /* Color de la línea (rojo) */
	text-decoration-thickness: 2px; /* Aumenta el grosor */
}

.elementor-3425 .elementor-element.elementor-element-6f50346 .primary-nav ul li ul li:hover > a {
	color: #fff!important;
	background: #07021E!important;
}

#side-panel .side-panel_sidebar {
	left: -45px!important;
}

.elementor-1423 .elementor-element.elementor-element-39af8ae:not(.elementor-motion-effects-element-type-background), .elementor-1423 .elementor-element.elementor-element-39af8ae > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	width: 91%!important;
}

.elementor-element-f40fc5f .wgl-carousel .elementor-widget-wgl-info-box .elementor-widget-container {min-height: 310px;}

.wgl-carousel .wgl-infobox_button.wgl-button {display: block!important;}

.grecaptcha-badge{display:none!important;}

.cky-accordion-chevron{top: 20px;}

.cky-switch input[type="checkbox"] {
	background: #d0d5d2 !important;
}

.cky-switch input[type="checkbox"]::before {
	transform: translateX(0%)!important;
	-ms-transform: translateX(0px)!important;
	transform: translateX(0px)!important;
	background: #ccc !important;
}
.cky-switch input[type="checkbox"]:checked::before {
	-webkit-transform: translateX(20px)!important;
	-ms-transform: translateX(20px)!important;
	transform: translateX(20px)!important;
	background: #062416 !important;
}
/*RESPONSIVE*/
@media (max-width: 1200px) {
    .wgl-animate-scroll-yes {
        --wgl-anim-scroll-rotate: 0deg !important;
        transform: rotate(0deg) !important;
    }
}
@media (max-width: 767px) {
	.videoheader
	{
		height: 100%;
		top: 0;
	}
	body.error404 #main > .wgl-container{padding-top:90px!important;}
	body #main.site-main{padding-top:40px!important;}
}	