/*
 Theme Name:   Divi-Black
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi by Palette Arts
 Author:       Palette Arts
 Author URI:   http://palettearts.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* - Theme styles starts here - */

#main-content, .et_pb_section {
    background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}
body {
    color: #FFF;
}
#et-footer-nav {
	background-color: rgba(0,0,0,0.05);
}
.et_pb_blog_grid .et_pb_post {
    margin: 0px 60px 60px 0px;
    width: 280px;
    border: 1px solid #000;
    float: left;
    padding: 19px;
    background-color: #000;
    word-wrap: break-word;
}
.et_pb_toggle_open {
    padding: 20px;
    background: none repeat scroll 0% 0% #000000;
}
.et_pb_toggle_close {
    background-color: #000000;
    padding: 20px;
}
.et_pb_toggle_title:before {
    content: "";
    position: absolute;
    right: 0px;
    font-size: 16px;
    color: #FFF;
}
.et_pb_toggle_close h5.et_pb_toggle_title {
    color: #FFF;
}
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #FFF;
}

/* Remove vertical line sidebar */
#main-content .container:before {
width: 0;
}

/* Mobile Menu Tweaks*/

#main-header .mobile_nav {
background: #363636 none repeat scroll 0 0 !important;
}

/*Drop down Background color*/
@media all and (max-width: 980px) {
#mobile_menu {
background-color: #363636 !important;
}

#mobile_menu .current_page_item a {
background: #6696b3;/*Change this*/
color: #fff;/*Change this*/
}

/** App Style header and Drop Down Menu **/
.mobile_nav.opened .mobile_menu_bar:before {
content: "d";
}