.gallery-item { 
	padding: 10px; 
}
.gallery-item, .gallery-sizer { 
	width: 50%; 
}
.gallery-item.item-width-1 { 
	width: 100%; 
}
.gallery-item.item-width-2 { 
	width: 50%; 
}
.gallery-item.item-width-3 { 
	width: 33.33333%; 
}
.gallery-item.item-width-4 { 
	width: 25%; 
}
.gallery-item.item-width-5 { 
	width: 20%; 
}
.elementor-slideshow__footer { 
	display: none; 
}
.post_first a {
	color: #ffffff;	
}
.post_first .btn-custom {
	color: #ffffff;
	background-color: #00B4B3;
}
.ibp_posts_popular a, .ibp_posts_category a {
	color: #000000;
}
.ibp_posts_popular a:hover, .ibp_posts_category a:hover {
	opacity: 0.75;
}
.jet-ajax-search__item-link {
    color: #000 !important;
}
.jet-ajax-search__item-thumbnail {
    display: none;
}
@media (max-width: 768px) {
	.gallery-item, .gallery-sizer { 
		width: 100%; 
	}
	.gallery-item.nth-item { 
		width: 100%; 
	}
}