/*
 Theme Name:     Divi Child Theme
 Theme URI:      
 Description:    Divi Child Theme
 Author:         Elegant Themes - Customised by Blue Cloud Web & IT Solutions
 Author URI:     http://www.blueclouditsolutions.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* General */

#main-content .container {
padding-top: 25px;
width: 95% !important;
}

.main_title {
display: none;
}

/* Fonts */

h2 {
font-size: 20px;
}

/* Page Shadow */

.et_boxed_layout #page-container {
-webkit-box-shadow:none;
-moz-box-shadow: none;
box-shadow: none;
}

/* Header */

#main-header  .container {
width: 100% !important;
}

.header-info {
float: right;
color: #fff;
font-size: 26px;
line-height: 32px;
padding-top: 25px;
}

@media only screen and (max-width: 700px) {
.header-info {
display: none;
}}

@media only screen and (max-width: 980px) {

#main-header {
background-color: #669966 !important;
}

.mobile_menu_bar:before {
color: #fff !important;
}
}

/* Primary Menu */

#et-top-navigation {
padding: 0 1% !important;
width: 100% !important;
margin-top: 20px;
border-top: solid 1px #fff;
padding-top: 15px !important;
}

.et_header_style_left .logo_container {
position: inherit !important;
margin-top: 20px;
padding: 0 1%;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
padding-bottom: 15px;
}

/* Sidebar */

#sidebar .et_pb_widget {
margin-bottom: 0px;
}

.hp-sidebar .et_pb_widget {
margin-bottom: 0px !important;
}