/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.gtranslate_wrapper {
	padding: 15px 20px;	
}
.justify * {
	text-align: justify;	
}
#logo img {
    padding: 10px;
}
#masthead .container .top-divider {
	display: none;	
}
.post-item .box .box-text .post-title {
	display: -webkit-box; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 	
}
.post-item .box .box-text .from_the_blog_excerpt  {
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden; 	
}
.portfolio-box .box-text .portfolio-box-title {
	opacity: 1;	
}

@media (max-width: 767px) {
	.mbws_contact-home .row-contact-home  {
		position: unset !important;	
		    max-width: unset;
	}
}