/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 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
------------------------------------------------------- */
.block_list li{
	list-style: none;
	padding: 7px 12px;
	background: black;
	margin: 10px 0;
	color: white;
	border-left: solid 5px #FF4200;
	
}
.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0px;
}

td.op-overview-times {
    text-align: center;
    padding: 9px !important;
}
.highlighted{
	background: #FF4400;
	color: white;
}

.bottom_menu .current-menu-item a{
	color: white;
}

.bottom_menu ul#menu-bottom-links{
    padding-bottom: 17px !important;
}

.bottom_menu ul > li {
    padding-top: 20px !important;
}