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

/*************** ADD CUSTOM CSS HERE.   ***************/
.bottomnews .box-text.text-left {
    padding: 0;
    padding-left: 10px;
}
a.nav-top-link {
    font-weight: 500 !important;
    text-transform: capitalize;
}

/*Blog*/
.blog-wrapper > .archive-page-header h1.page-title {
    text-align: left;
    font-size: 28px;
    margin: 0;
}
.type-post h1.entry-title {
    text-align: left;
}
.type-post .article-inner.has-shadow .entry-header-text-top {
    padding-top: 0;
    padding-bottom: 0;
}
.type-post .entry-divider {
    display: none;
}
.breadcrumbs {
    padding: 1.5em;padding-bottom: 0;
}
.blog-archive .box-image .image-cover{
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.blog-wrapper .box.box-text-bottom.box-blog-post.has-hover {
    background: #f2f2f2;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
}
.blog-wrapper .post-item .col-inner {
    background-color: #F1F5F9;
    border-radius: 25px;
    padding: 10px;
}
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;
}
h5.post-title.is-large {
    font-size: 15px;
    font-weight: 600;
}
.blog-archive .box-text.text-left {
    padding: 10px;
}
.badge-circle .badge-inner, .badge-circle-inside .badge-inner {
    border-radius: 0;
}
/* Giảm khoảng cách cả 2 chiều + hàng & cột nhỏ lại */
#post-list .col.post-item {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
/*Blog*/
/*widget*/
@media only screen and (min-width : 1025px) {
	#secondary {
		
	}
}
.badge {
    height: 3.8em;
    width: 4.8em;
}
.widget-title {
    background-color: #f26418;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
}
.product-hotline, .product-policises-wrapper {
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px;
    font-weight: 500;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
.recent-blog-posts-li .post_comments {
    display: none;
}
/*widget*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.bottomnews .box.box-vertical.box-text-bottom.box-blog-post.has-hover {
		display: flex;
	}
	.bottomnews .box-image {
		width: 25% !important;
		float: left;
	}

}