/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1664941033
Updated: 2022-10-05 11:37:13

*/

/* Oom Dev - C jae */


.elementor-button{
    cursor: pointer;
}

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}
.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}



.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

#video-title-slider .swiper-slide .elementor-heading-title{
	opacity: 0 !important;
	transition: .3s ease;
}

#video-title-slider .swiper-slide-next .elementor-heading-title{
	opacity: 1 !important;
}


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

/* Dev: Christian Castro 07/04/2024 */

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
}
	
.header-widget-shortheader{
	background: #000000 !important;
	box-shadow: 0px 3px 6px #00000029 !important;
}

/* WA Widget */

.oom-widget-popup-wrapper .oom-widget-chat-button{
    bottom: 100px !important;
}

/* Read More */

.readmore-parent .readmore-content{
	display: none;
}

.readmore-parent .readmore-content.active{
	display: inline-block !important;
}

.readmore-btn{
	cursor: pointer !important;
}

/* MEDIA QUERIES */

@media screen and (min-width:1025px) {

	#video-title-slider .swiper-slide {
		transform: scale(.8) !important;
		transform-origin: left !important;
		transition: .3s ease !important;
	}

	#video-title-slider .swiper-slide-next{
		transform: scale(1) !important;
		transform-origin: center !important;

	}

	#video-title-slider .swiper-slide-active{
		transform-origin: right !important;
	}
}

@media screen and (max-width:1024px) {
   .header-widget-shortheader > .e-con-inner{
		padding-top: 20px !important;
		padding-bottom: 20px !important; 
	}
	
	#video-title-slider .swiper-slide .elementor-heading-title{
		opacity: 0 !important;
		transition: .3s ease;
	}
	
	#video-title-slider .swiper-slide-next .elementor-heading-title{
		opacity: 0 !important;
	}

	#video-title-slider .swiper-slide-active .elementor-heading-title{
		opacity: 1 !important;
	}
	

}



@media (max-width: 767px){
    /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
}

@media screen and (max-width:350px) {
    
}