/*
Theme Name: Funitures
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.rt_banner img{
    width: 100%;
}
.rt_banner .cnt_position{
    margin-top: 15px;
}
.new-list{
	margin: 0 -6px;
}
.new-list .new-list-post{
	width: 25%;
	float: left;
	padding: 0 6px;
	margin-bottom: 12px;
}
.new-list .new-list-post .post-image{
	width: 100%;
	height: 190px;
	overflow: hidden;
	position: relative;
}
.new-list .new-list-post .post-image:after{
	display: block;
    content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: linear-gradient(
0deg
,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.new-list .new-list-post  > div:hover .post-image:after{
	display: none;
}
.new-list .new-list-post .post-image img{
	width: 100%;
	height: 190px;
	object-fit: cover;
}
.new-list .new-list-post .post-content{
	text-align: center;
	padding: 15px 10px;
}
.new-list .new-list-post .post-content h3{
	margin-bottom: 0;
}
.new-list .new-list-post .post-content h3 .title{
	display: block;
	font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.page-numbers{
	clear: both;
	padding-top:20px;
}
.page-numbers span,.page-numbers a{
	border-radius: 0 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}