/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/
 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
------------------------------------------------------- */

/*This is to change the color of the hover color in the navigational menu*/
#top-menu a:hover {
color: #ffffff !important;
}

/*This is to remove the large space that appears under text boxes in the Divi modules*/
.et_pb_text {
  margin-bottom: 0px;
}

/*This is to modify the coloring in the navigational menu drop-down*/
#main-header .nav li ul {
background-color: #f9a959; 
}

/*This is to show comment boxes on the pages in Divi*/
.page #comment-wrap {
width: 63%;
margin-left: 18%;
}

/*This is to hide the HTML Tags underneath the comment boxes*/
#form-allowed-tags { display: none; }
