/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        4.6.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*Serch bar background on all headers*/
.et_pb_fullwidth_menu .et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input {
    background: #fff !important;
}
/*highlight current menu link */
.widget_nav_menu div ul li.current-menu-item > a {
    font-weight: 600 !important;
}
/*Sidebar*/
.widgettitle {
text-align:center;
font-size:18px;
padding-bottom: 16px;
}
.et_pb_widget ul li {
background-color: #f9f9f9;
padding: 5px;
	
}
.widgettitle {
    border-bottom: solid 2px #000000;
    margin-bottom: 25px;
text-align:center;
font-size:18px;
	color: black;
padding-bottom: 20px;
}
.et_pb_widget li a:before {
    float: left;
    content: "E";
    color: #474747;
    font-family: 'ETmodules';
}
@media all and (max-width:980px){
#et-main-area{
padding-top:0px !important;
}
} 