/*
Theme Name: WANB Theme
Template: Divi
Author: Child Theme Configurator
Version: 3.21.1.1553302692
Updated: 2019-03-22 17:58:12

*/

/* Headers */
h1 	{
	padding-bottom: 10px;
	font-size: 34px !important;
	color: #F79520 !important;
	font-weight: 700;
	line-height: 1em;
}
h8 	{
	padding-bottom: 10px;
	font-size: 25px !important;
	color: #105372;
	font-weight: 600;
	line-height: 1em;
}
h2 	{
	padding-bottom: 10px;
	color: #333;
	font-weight: 400;
	line-height: 1em;
}
h3 {
	padding-bottom: 10px;
	font-size: 35px !important;
	color: #fff !important;
	font-weight: 400;
	line-height: 1em;
}
h4 {
	padding-bottom: 10px;
	font-size: 29px !important;
	color: #F79520;
	font-weight: 700;
	line-height: 1em;
}
h5 {
	padding-bottom: 10px;
	color: #519AA4 !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	line-height: 1em;
}
h6 {
	padding-bottom: 10px;
	color: #fff !important;
	font-weight: 500;
	line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Menu */

.et_fullwidth_nav #top-menu li.mega-menu>ul {
    top: 0px;
}
.nav li ul {
    border-top: none;
}
.secondary-menu-item a
{color: #FFFF00 !important;}

/* post page*/

.et_pb_post .post-meta {
    border-style: solid;
    border-bottom: thick dotted #F79520;
}
#main-content {
    background-color: transparent;
}
.et_pb_post h2 {
    margin-top: 30px;
}
.post-content {
    /* display: none; */
    padding-bottom: 40px;
}

.et_pb_post {
    margin-bottom: 1px !important;
}
.single .et_pb_post {
    margin-bottom: 27px;
    background-color: #fff;
    margin-top: 130px;
    padding-top: 60px;
    padding-left: 155px;
    padding-right: 155px;
}

/*mobile*/
#main-header .et_mobile_menu {
    background-color: rgba(247,149,32,0.89) !important;
}