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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*content*/
.breadcrumbs {
    padding: 0;padding-bottom: 0;
}
.blog-single article.post {
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    padding: 20px;
	margin: 0;
}
.blog-single .entry-header-text {
    padding: 0;
}
.blog-single h1.entry-title {
    margin: 0;
}
.blog-single .col {
    padding-bottom: 0;
}
.type-post .article-inner.has-shadow .entry-header-text-top{
	padding-top: 0;
    padding-bottom: 0;
}
.type-post .entry-divider{display:none;}
.type-post .entry-content.single-page{
	
}
.type-post h1.entry-title {
    text-align: left;
}
.blog-wrapper header.archive-page-header {


}
.blog-wrapper header.archive-page-header::before {

}
.blog-wrapper .archive-page-header .page-title {
    font-size: 22px;
    text-align: left;
}
.blog-wrapper.blog-archive.page-wrapper{
    
}
.post-item .col-inner {
    background-color: #F1F5F9;
    border-radius: 10px;
    padding: 10px;
}
/*endcontent*/
.relatedthumb img {
    height: 100%;
    max-height: 165px
}

#related_posts {
    border-top: 4px double #e8e8e8;
    padding-top: 10px
}

.relatedthumb img {
    min-height: 125px
}

.relatedcontent a {
    color: #000;
    font-weight: 600;
    line-height: 19px;
    display: inline-block;
    margin-top: 5px
}

.widget-title {
    background-color: #1299f7;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 10px;
    display: block
}
ul.product_list_widget, #support-online ul, #filter-form, .flatsome_recent_posts ul {
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}