/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.mbws_toolbar ul li a[href*="youtube"]  img,
.mbws_toolbar ul li a[href*="facebook"]  img,
.mbws_toolbar ul li a[href*="tiktok"]  img {
	filter: invert(1);
    padding: 11px;
}
#logo {
	width: 90px !important;	
}
#logo img {
	padding: 10px 0;	
}
#header .header-wrapper #masthead .header-inner .header-nav > .menu-item {
    margin-right: 20px;
}
.mbws_blog .post-item .box .box-text {
	padding-bottom: 0;	
}
.mbws_home-sp .product-small .box-text .product-title a {
		display: -webkit-box; 
		-webkit-line-clamp: 1; 
		-webkit-box-orient: vertical; 
		overflow: hidden; 
}
.category .post-item .box-text .from_the_blog_excerpt {
	opacity: 1;
}
.list-service .col .box-text,
.list-service .col {
	padding-bottom: 0px !important;	
}
.slider .gallery-col .box-text {
	display: none;	
}
#footer .gallery-col .box-image img {
  object-fit: contain;
}
.archive .page-title.shop-page-title {
    
    font-size: 1rem;
    
}
.single-post .entry-content p {
  font-size: 14px;
}

.post-item .box-text .post-title a {
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
}
@media (max-width:850px) {
	.mbws_title .title-main {
	margin-bottom: 0px;		
}
  .archive #post-list .post-item {
    flex-basis: 49%;
  }
	.mbws_title .title-main {
		font-size: 2rem;
		line-height: 1.4;
		font-weight: bold;
	}	
	.mbws_slider .banner-left .mbws_title .title-main {
		font-size: 2.5rem;	
	}
	.mbws_slider .banner-left .mbws_title .title-top {
		font-size: 1.5rem;
	}
	.post-item .col-inner .box .box-text .post-title {
    font-size: 1rem;

	}
}
