/*
Theme Name: NoiThat2
Description: This is a child theme for Flatsome Theme
Theme URI: https://muatheme.com
Author: MuaTheme
Author URI: https://muatheme.com
Template: flatsome
Version: 3.6.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#mega-menu-title {
	background:#ff9c00 !important;
}
.row-header p{
	color:white !important;
}
 .header-block-block-2 .row-header img{
	    padding-top: 11px !important;
}
.searchform-wrapper {
	border: 1px solid #ff9c00;
	border-radius: 3px;
}
.searchform-wrapper .search_categories {
    font-size: 13.5px;
    height: 40px;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eaeaea;
}
.searchform-wrapper .searchform .button.icon {
    height: 40px;
    width: 65px;
    border: 3px solid #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ff9c00;
}
.searchform-wrapper input[type=search] {
    height: 40px;
    border: 0;
}
.row-header h3{
	margin-bottom:0px;
	font-size:90%;
}
.home #mega_menu{
	display:block;
}
.div-no-padding{
	padding-bottom:0px !important;
}
@media(min-width:1023px){
#wide-nav>.flex-row>.flex-left {
    width: 25%;
    min-width: 257px;
    margin-right: 15px;
}
}