/* 
 Theme Name:   Divi_Child
 Theme URI:    
 Description:  Child Theme for Divi
 Author:       gavin
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
body.et_cover_background {
    padding-top: 30px;

}
.et_boxed_layout #page-container {

    -webkit-box-shadow: 0px 0px 15px 1px #000;
    -moz-box-shadow: 0px 0px 15px 1px #000;
    -ms-box-shadow: 0px 0px 15px 1px #000;
    -o-box-shadow: 0px 0px 15px 1px #000;
    box-shadow: 0px 0px 15px 1px #000;

}

.et_pb_fullwidth_menu .mobile_menu_bar::before {
    top: 4px;
}
