/*

Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme

Author: UX Themes

Template: flatsome

Version: 3.0

*/



/*************** ADD CUSTOM CSS HERE.   ***************/





@media only screen and (max-width: 48em) {

/*************** ADD MOBILE ONLY CSS HERE  ***************/





}
/*.bgw{
	background-color: #fff;
    padding:15px;
}*/

/*main .row, main .container{
	background-color: #fff;
}*/
/*.content-row, .product-footer .container, .category-page-row, .page-title-inner, .blog-archive .post-item{
    background-color: #ffffff;
}
.blog-archive .row-large>.col{
    padding: 0 36px 0 36px;
}
header .container{
	padding-left: 6px;
	padding-right: 6px;
}
.row-small>.col{
	background: #fff;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #eee;
}
.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2.ux-infinite-scroll-js-attached{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
*/
.product-small .box{
    background: #fff;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #eee;
    padding:15px;
}
#post-list{
    background: #fff;
}
.product-small .box .product-title a{
    -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 40px;
}
.box-hd {
    background: #fff;
}
.box-hd .title {
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 45px;
    height: 45px;
    color: #333;
    padding-left: 10px;
}
.box-hd .more {
    top: 9px;
    position: absolute;
    right: 10px;
}
.box-hd .more a {
    padding: 0 14px;
    color: #288ad6;
    font-size: .9em;
}
.box-hd .more a:last-child {
    padding-right: 0;
}

.title_slide h2 {
    position: absolute;
        font-size: 22px;
        font-weight: 200;
        line-height: 45px;
        height: 45px;
        color: #333;
        padding-left: 10px;
}
.banner_top{
    margin-bottom:12px;
}
#shop-sidebar{
    background: #fff;
    padding:15px;
}
.box-blog-post{
    padding-left:5px;
    padding-right:5px;
}
.tab_menu .col{
    margin-bottom: -20px;
    padding: 0 11px 19.6px;
}
.widget-area {
    background:#fff;
    padding:15px;
}
.shop-container{
    background:#fff;
    padding:0 10px 0 10px;
}
.shop-container .row-small>.col{
    padding:0px;
}
.post{
    background: #fff;
    padding:15px;
}
@media screen and (max-width: 800px){
    .box-hd .more{
        top: unset;
        position: unset;
        padding:15px;
    }
    h2.title{
        padding-top:10px;
    }
    .box-hd .more a{
        margin-right: 15px;
        padding:unset;
    }
}
.product-small .box:hover {
    /* background: #fff; */
    border-right: unset;
    border-top: unset;
    border: 1px solid #1d4f91;
}
body.home h5.post-title a{
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;;
}