/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@media (min-width: 800px)
{
.ongoing3 .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
	
}

@media screen and (max-width: 1350px) and (min-width: 801px) {
	.ongoing3  article.elementor-post.elementor-grid-item {
		width: 50%;
	}
}

@media screen and (min-width: 1351px) {
	.ongoing3  article.elementor-post.elementor-grid-item {
		width: 32.5%;
	}	
}


/*
.luxury_slider .elementor-carousel-image {max-height:80vh;}
.luxury_slider .elementor-container {max-height: 85vh;}
.luxury_slider .elementor-swiper {max-height: 85vh;}
*/


@media (max-width: 767px)
{
.elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
}
.elementor-tabs .elementor-tab-mobile-title {
    display: none !important;
}
}
.grecaptcha-badge {
display: none;
}

/*Matterport iframe*/

.elementor-widget-container iframe {
    height: calc(100vh - 50px);
}
@media (max-width: 1400px)
{
.elementor-widget-container iframe {
    height: 84vh !important;
}
}
@media (max-width: 1024px)
{
 .elementor-widget-container iframe {
 height: 70vh!important;
 }
}
@media (max-width: 767px)
{
 .elementor-widget-container iframe {
    height: 220px !important;
}   
}