/*
Theme Name:     Divi Child Theme
Theme URI:      http://www.elegantthemes.com/gal
Description:    Divi Child Theme
Author:         Elegant Themes
Author URI:     http://www.elegantthemes.com
Template:       Divi
Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------

/*--------[Reduce space between Pagebuilder Sections]---------*/
:not(.et_pb_fullwidth_section).et_pb_section { 
   padding-top: 15px !important; 
   padding-bottom: 0px !important;
}

/*--------[Reduce space between Divi Pagebuilder Rows]---------*/
.et_pb_row { padding-top: 10px !important; }

/*--------[Make full slider image a link]---------*/
.myclass .et_pb_more_button {
font-size: 0px;
background-color: rgba(0, 0, 0, 0.0) !important;
top: -1000px;
right: -1000px;
height: 5000px;
width: 5000px;
position: absolute;
}

/*--------[Increase top navigation font size]---------*/
#top-menu li a { font-size: 17px; font-weight: normal; }


/*--------[Increase body font size]---------*/
body { font-size: 17px; 
{

/*--------[Make the Divi Secondary Menu Text Bold - working?]---------*/
#et-secondary-menu, #top-header { font-weight: bold; }

