/*
 *  custom style
*/


/* General */

/* Header */

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

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

.oom-widget-chat-content-message{
    width: 100% !important;
}

.header-menu .menu-item .elementor-item{
	border: 1px solid transparent;
	border-radius: 110px;
}

.header-menu .menu-item:hover .elementor-item{
	border: 1px solid var( --e-global-color-primary );
}

.header-menu .menu-item .elementor-item.elementor-item-active{
	border: 1px solid var( --e-global-color-primary );
}

.header-menu .sub-menu{
	padding: 18px 0px !important;
	min-width: 221px !important;
}

/* Button */

.elementor-button{
    cursor: pointer;
	min-width: 240px;
}

.view-more-btn .elementor-button .elementor-button-icon{
	opacity: 0;
	margin-left: 0;
	transition: .3s ease;
}

.view-more-btn .elementor-button:hover .elementor-button-icon{
	opacity: 1;
	margin-left: 60px;
}

/* Gallery */
/*
.logo-gallery img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .8;
	transition: .3s ease;
}

.logo-gallery img:hover{
	-webkit-filter: grayscale(0%);
	  filter: grayscale(0%);
	opacity: 1;
}
*/
.meta-side-buttons .e-contact-buttons__contact-icon-link{
	border-radius: 10px !important;
}

.meta-side-buttons .e-contact-buttons__contact-icon-link[aria-label="Messenger"]{
	background-color: #1877F2 !important;
}

.meta-side-buttons .e-contact-buttons__contact-icon-link[aria-label="VIBER"]{
	background-color: #945CE7 !important;
}

.meta-side-buttons .e-contact-buttons__contact-icon-link[aria-label="Telephone"]{
	background-color: #F399C0 !important;
}

/* Mobile Menu */

#oom-mobile-menu{
	background-color: #ffffff;
	
}

#oom-mobile-menu::after{
	background-color: var( --e-global-color-primary ) !important;
	color: #ffffff !important;
	opacity: 1;
}

#oom-mobile-menu::before{
	color: #ffffff !important;
	opacity: 1;
	z-index: 20;
}

#oom-mobile-menu .menu-item-has-children:before{
	top: 50%;
}

/* liz edit */
.customize-image-poistion img {
	    object-position: 80%!important;
}


/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 60% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
        transform-origin: left center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
	

}

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

@media (max-width: 1440px) {
	/* Button */

	.elementor-button{
		cursor: pointer;
		min-width: 200px;
	}
	.customize-image-poistion img {
		object-position: 66% !important;
	}
}


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

@media (max-width: 1024px) {
	/* Button */

	.elementor-button{
		cursor: pointer;
		min-width: 0;
	}
}

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

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

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

/*
 * iPad Mini
 */
@media (max-width: 768px) {

    .oom-modal-content {
        width: 80%;
    }

}

@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
    
    /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
	
	/* Footer */
	
	.mobile-bg{
		height: 100%;
	}
	
	.mobile-bg .elementor-widget-container{
		height: 100%;
	}
	
	.mobile-bg .elementor-widget-container img{
		height: 100%;
	}
}

@media (max-width: 480px) {

	.oom-modal-content {
        width: 90%;
    }
}

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

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


@media (max-width: 360px) {

}



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