/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.0.34
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
	padding: 6px 16px;
	width: 14.285714%;
	height: 107px;
}

.entry-content thead tr td {
	text-align: center;
}

@media only screen and (max-width:980px) {
	
	.calendar-event-item .calendar-event-title {
    		font-size: 16px;
		padding-bottom: 5px;
	}

	.calendar-event-item .calendar-event-time {
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (min-width: 981px) {

	.calendar-event-item .calendar-event-title {
    		font-size: 16px;
		padding-bottom: 5px;
	}

	.calendar-event-item .calendar-event-time {
		font-size: 12px;
		line-height: 16px;
	}
}

.entry-content ul {
	list-style: none;
	padding: 0 0 7px 0;

}

.entry-content ul li+li {
	margin-top: 15px;
}