/*
 *  custom style
*/

/* Header */

.header-widget-hover{
    transform: translateY(0) !important;
}

.elementor-widget-text-editor p:last-child{
    margin-bottom: 0 !important;
}


.hover-logo{
    display: none !important;
}

.hover-button{
    display: none !important;
}

.default-logo{
    display: block !important;
}

.default-button{
    display: block !important;
}

/* Header :: Hover */

.header-widget-hover .hover-logo{
    display: block !important;
}

.header-widget-hover .hover-button{
    display: block !important;
}

.header-widget-hover .default-logo{
    display: none !important;
}

.header-widget-hover .default-button{
    display: none !important;
}

.header-widget-hover .main-header{
    background-color: #E2D8CE !important;
}


/* Button */

.elementor-button .elementor-button-icon{
    opacity: 0;
    transition: .3s ease;
}

.elementor-button .elementor-button-text{
    transform: translateX(-1.5em);
    transition: .3s ease;
}

.elementor-button-icon svg {
    height: auto;
    width: 2em;
}

/* Button :: Hover */

.elementor-button:hover .elementor-button-icon{
    opacity: 1;
}

.elementor-button:hover .elementor-button-text{
    transform: translateX(0px);
}

/* Form */

.elementor-labels-above .elementor-field-group:not(.elementor-field-type-select) > label{
    transform: translateY(150%);
    transition: .3s ease;
    z-index: 10;
}

.elementor-labels-above .elementor-field-group.elementor-field-type-select{
    margin-top:30px !important;
}

.elementor-labels-above .elementor-field-group.elementor-field-type-select select{
    font-size: 16px !important;
}

.elementor-labels-above .elementor-field-group > input{
    z-index: 20;
}

input::-webkit-input-placeholder {
  font-size: 0;
  color: transparent;
  opacity: 0;
}

input::-moz-placeholder {
  font-size: 0;
  color: transparent;
  opacity: 0;
}

input:-ms-input-placeholder {
  font-size: 0;
  color: transparent;
  opacity: 0;
}

input::placeholder {
  font-size: 0;
  color: transparent;
  opacity: 0;
}



.elementor-labels-above .elementor-field-group > input{
    box-shadow: none !important;
}

.elementor-labels-above .elementor-field-group > input:focus{
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

.elementor-field-type-textarea label{
    display: none  !important;
}

.elementor-field-type-textarea textarea{
    padding: 17px 20px !important;
    border: solid 1px #C2C2C2 !important;
    margin-top: 30px;
}

.elementor-field-type-acceptance label{
    opacity: 0 !important;
}

.elementor-field-type-acceptance .elementor-field-subgroup label{
    opacity: 1 !important;
}

.elementor-field-type-acceptance .elementor-field-subgroup label a{
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important; 
    color: var(--e-global-color-primary) !important;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option{
    display: flex;
    align-items: center;
    gap: 10px;
}

.elementor-field-type-submit{
    margin-top: 30px;
}

.elementor-field-type-recaptcha_v3{
    margin-top: 30px;  
}



/* Form Field :: Active */

.elementor-labels-above .elementor-field-group:not(.elementor-field-type-select).filled > label{
    transform: translateY(50%);
}

/* Collection */

.meta-collection-tab .elementor-tabs-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.meta-collection-tab .e-n-tab-title{
	background: transparent !important;
	width: 25% !important;
    display: inline-block !important;
    text-align: center !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

.meta-collection-tab .e-n-tab-title .e-n-tab-title-text{
	text-align: center !important;
	width: 100%;
    display: block;
}

.meta-collection-tab .e-n-tab-title:hover, 
.meta-collection-tab .e-n-tab-title[aria-selected="true"]{
	background: transparent !important;
}

.meta-inner-carousel img{
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.meta-inner-carousel .elementor-swiper-button.elementor-swiper-button-prev{
    margin-left: -20px !important;
}

.meta-thumbnail-carousel img{
	cursor: pointer;
}

.meta-media-carousel{
	width: 100% !important;
	margin-bottom: -150px !important;
	padding-bottom: 0 !important;
}

.meta-media-carousel .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
	width: calc(100% - 150px);
	margin-right: 0;
}

.meta-media-carousel .elementor-main-swiper.elementor-thumbnails-swiper {
    transform: rotate(90deg);
    transform-origin: top;
    height: 130px;
    width: 700px !important;
    left: -32%;
    top: -360px;
}

.meta-next-slide a, .meta-prev-slide a{
	display: block !important;
}

.meta-media-carousel .elementor-thumbnails-swiper .elementor-carousel-image{
    transform: rotate(-90deg);
}

/* WA Widget */

#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button{
    padding: .5em !important;
    right: 50px !important;
    border-radius: 100% !important;
    font-size: 35px !important;
	height: auto !important;
    width: auto !important;
	background: var( --e-global-color-aafdc54 ) !important;
}

#oom-whatsapp-widgets-floating-whatsapp .oom-widget-chat-button svg {
    fill: #ffffff;
    width: 35px !important;
    height: 35px !important;
}


#oom-whatsapp-widgets-floating-whatsapp .oom-widgets-chat-row input, #oom-whatsapp-widgets-floating-whatsapp .oom-widgets-chat-row textarea{
	padding: 10px !important;
	color: #000000 !important;
}

#oom-whatsapp-widgets-floating-whatsapp input::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(0,0,0,.5);
  opacity: .5;
}

#oom-whatsapp-widgets-floating-whatsapp input::-moz-placeholder {
  font-size: 12px;
  color: rgba(0,0,0,.5);
  opacity: .5;
}

#oom-whatsapp-widgets-floating-whatsapp input:-ms-input-placeholder {
  font-size: 12px;
  color: rgba(0,0,0,.5);
  opacity: .5;
}

#oom-whatsapp-widgets-floating-whatsapp input::placeholder {
  font-size: 12px;
  color: rgba(0,0,0,.5);
  opacity: .5;
}


/** Responsive **/
@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {

    /* Collection */
    .meta-inner-carousel img{
        height: 450px;
        width: 100%;
    }
	
	.meta-media-carousel{
		width: 100% !important;
		margin-bottom: -120px !important;
		padding-bottom: 0 !important;
	}

	.meta-media-carousel .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		width: calc(100% - 120px);
		margin-right: 0;
	}

    .meta-media-carousel .elementor-main-swiper.elementor-thumbnails-swiper {
        transform: rotate(90deg);
        transform-origin: top;
        height: 100px !important;
        width: 500px !important;
        left: -30%;
        top: -260px;
    }
    
}


@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
    
    /* Collection */
	.meta-inner-carousel img{
        height: 350px;
        width: 100%;
    }
	
		
	.meta-collection-tab .e-n-tab-title{
		background: transparent !important;
		width: 33.33% !important;
		display: inline-block !important;
		text-align: center !important;
		flex: 0 0 33.33% !important;
		max-width: 33.33% !important;
	}

	
	.meta-media-carousel{
		width: 100% !important;
		margin-bottom: -100px !important;
		padding-bottom: 0 !important;
	}

	.meta-media-carousel .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		width: calc(100% - 90px);
		margin-right: 0;
	}

    .meta-media-carousel .elementor-main-swiper.elementor-thumbnails-swiper {
        transform: rotate(90deg);
        transform-origin: top;
        height: 80px !important;
        width: 350px !important;
        left: -28%;
        top: -186px;
    }
	
	/* WA Widget */
	
	#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button{
		padding: .5em !important;
		right: 30px !important;
		border-radius: 100% !important;
		font-size: 30px !important;
		height: auto !important;
    	width: auto !important;
	}

	#oom-whatsapp-widgets-floating-whatsapp .oom-widget-chat-button svg {
		fill: #ffffff;
		width: 30px !important;
		height: 30px !important;
	}

}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 767px) {
    
    .elementor-labels-above .elementor-field-group:not(.elementor-field-type-select) > label{
        transform: translateY(180%);
        margin-top: 5px;
    }

    .elementor-labels-above .elementor-field-group:not(.elementor-field-type-select).filled > label{
        transform: translateY(10px);
    }
	
	.elementor-labels-above .elementor-field-group.elementor-field-type-date  > label {
	  transform: translateY(10px);
	}


	.elementor-labels-above .elementor-field-group.elementor-field-type-time  > label  {
	  transform: translateY(10px);
	}

    /* Collection */
    .meta-inner-carousel img{
        height: 250px;
        width: 100%;
    }	
	
	
	.meta-collection-tab .e-n-tab-title{
		background: transparent !important;
		width: 100% !important;
		display: inline-block !important;
		text-align: center !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.meta-media-carousel {
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: -100px !important;
        padding-bottom: 0 !important;
        padding-top: 100px !important;
        display: flex;
        flex-direction: column-reverse;
    }
	
	.meta-media-carousel .elementor-thumbnails-swiper .elementor-carousel-image {
		transform: rotate(0deg);
		width: 100%;
	}

	.meta-media-carousel .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		width: 100%;
		margin-right: 0;
	}

    .meta-media-carousel .elementor-main-swiper.elementor-thumbnails-swiper {
		
        transform: unset;
        transform-origin: top;
        height: 80px !important;
        width: 100% !important;
        left: 0;
        top: 0;
		position: unset;
    }
    
    .elementor-labels-above .elementor-field-group.elementor-field-type-select select{
        font-size: 14px !important;
    }

	
	/* WA Widget */
	
	#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button{
		padding: .5em !important;
		right: 20px !important;
		border-radius: 100% !important;
		font-size: 25px !important;
		height: auto !important;
    	width: auto !important;
	}

	#oom-whatsapp-widgets-floating-whatsapp .oom-widget-chat-button svg {
		fill: #ffffff;
		width: 25px !important;
		height: 25px !important;
	}

}


@media (max-width: 480px) {

}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}



@media (max-width: 320px) {
	
}



