
.fs-custom-price .elementor-image-box-wrapper {
	position: relative;
}

.fs-custom-price .elementor-image-box-img a {
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}


.fs-custom-price .elementor-image-box-title {
	   position: absolute;
    bottom: 9%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 25px;
    color: #fff;
    background: #C0A09A;
	  border-radius: 3px;
	  margin: 0 0 40px 0;
}



.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	display: none;
}

.footer-widgets-1,
.sidebar .enews-widget {
	display: none;
}

.wishlist_table.images_grid li.wishlist-empty, .wishlist_table.modern_grid li.wishlist-empty {
	font-size: 15px;
}


.owl-carousel .owl-item img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 860px) { 
/* 	Featured Post - Homepage */
	.section-3 .elementor-widget-wp-widget-featured-post article.post {
		width: 48%;
		float: left;
	}
	.section-3 .elementor-widget-wp-widget-featured-post  article.post:nth-child(2n+1) {
		margin-left: 0;
	}
/* 	Slider Post - Homepage */
	.section-1 .elementor-widget-wp-widget-slider-posts .owl-carousel .owl-item img {
		height: 350px;
		object-fit: cover;
	}
	.section-1 .elementor-widget-wp-widget-slider-posts .wat-slider-wrap .entry-title {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 640px) { 
/* 	Slider Post - Homepage */
	.section-1 .elementor-widget-wp-widget-slider-posts .wat-slider-wrap .entry-title {
		font-size: 18px;
		margin: 0;
	}
	.section-1 .elementor-widget-wp-widget-slider-posts .wat-slider-wrap .entry-content {
		display: none;
	}
/* 	Slider Post - Homepage */ 
	.section-3 .elementor-widget-wp-widget-featured-post article.post .entry-title {
		font-size: 18px;
		line-height: 1.4;
	}
}