/*
 Theme Name: Royal Elementor Kit Child
 Theme URI: https://example.com/
 Description: Child theme for Royal Elementor Kit
 Author: Elementor Team
 Template: royal-elementor-kit
 Version: 1.0.0
*/
.filter-no .wpr-grid-image-wrap img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.pro-gal-list img {
/*     width: 100%; */
    object-fit: cover;
    height: 270px;
}
.wpr-dual-title .first, .wpr-dual-title .second {
    display: inline !important;
}

.ti-widget.ti-goog .ti-controls {
    z-index: 99999  !important;;
}
@media screen and (max-width: 991px) {   
	.filter-no .wpr-grid-image-wrap img {
    height: 270px;
}
.pro-gal-list img {;
    height: 180px;
}	
	
	
}

@media screen and (max-width: 767px) {   
	.filter-no .wpr-grid-image-wrap img {
    height: 230px;
}
	.wpr-dual-title .first, .wpr-dual-title .second {
    display: inline !important;
}
	.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{
		display:none !important;
	}
	.pro-gal-list img {
    height: 220px;
}
}