/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.single-post .entry-image img {
	width: unset;	
}
 .mbws_infomations .icon-box-left p a {
   padding-left: 5px;
}
 .mbws_infomations .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5px;
}
#footer .footer-secondary.pull-right{
	display: none;

}
#post-list .post-item .col-inner .box-text .post-title a:hover {

	color: #fff !important;
}

#header .header-wrapper #masthead {
    background-color: #fff;
}
#header .header-wrapper #masthead .header-inner .html_topbar_left .header-contact a .header-icon-phone {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #C51F2D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
#header .header-wrapper #masthead .header-inner .html_topbar_left .header-contact a .header-icon-phone i {
    font-size: 2rem;
    color: #fff;
}
#header .header-wrapper #masthead .header-inner .html_topbar_left .header-contact a .header-text {
    font-size: 1rem;
    font-weight: 200;
    color: #C51F2D;
}
#header .header-wrapper #masthead .header-inner .header-nav > .menu-item:hover > a, #header .header-wrapper #masthead .header-inner .header-nav > .menu-item.current_page_item > a {
    color: #C51F2D;
	font-weight:700;
}
#header .header-wrapper #masthead .header-inner .header-nav > .menu-item > a {
	 color: #0D8144;
	font-weight:700;
}