/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_header_style_centered #main-header .logo_container {
    background: url(/wp-content/uploads/2016/09/commercial_property_cashflow_members_login_bg.jpg) center;
}

.et_fullwidth_nav #main-header .container { padding-left: 0; padding-right: 0; }
#et-top-navigation { background: #062C63; }
.et_header_style_centered #top-menu > li > a {
    padding-bottom: 20px !important;
    padding-top: 20px;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after { top: 18px; }
.et_pb_button {
    width: 100%;
    text-align: center;
}

.post-password-required .et_password_protected_form {
    max-width: 25%;
    margin: 0 auto;
}

#footer-info { float: none; text-align: center; }

#top-menu li {
    color: #FFF;
    font-weight: normal;
    font-style: italic;
}

#mobile_menu li{
	color: #fff;
}

#mobile_menu li:last-child{
	padding: 10px 5%;
}


#support_form .et_pb_contact_right{
	float: left;
}

@media only screen and (max-width: 980px) {
	#main-header{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	#main-header .container{
		max-width: none;
		width: 100%;
	}
	.logo_container{
		max-height: 200px !important;
	}
	#logo{
		max-height: 200px !important;
	}
	#et_mobile_nav_menu{
		max-width: 1080px !important;
		margin: 0px auto !important;
		width: 80%;
		
	}
	#main-header .mobile_nav{
		padding: 15px 10px !important;
	}
	.mobile_menu_bar{
		top: 12px !important;
	}
}