/*
 Theme Name:     Divi Custom by vonbraun
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Customization by vonbraun
 Author:         vonbraun
 Author URI:     https://kovacs.pm
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.own-cal-entry {
	clear:both;
	margin-bottom: 10px;
}
.month-badge {
	float:left;
/*	border-radius: 10px;*/
	margin-right: 10px;
	min-width: 66px;
}

.month-name {
/*	background: #793831;
	border: 1px solid #793831;
	border-radius: 4px 4px 0 0;*/
	text-transform: uppercase;
	font-weight: 500;
/*	text-align: center;
	color: #fff;
	float:left;*/
}

.month-date {
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	padding: 5px;
	padding-bottom: 0;
	background: #793831;
/*	background: #3b516e;*/
	color: #fff;
	border: 1px solid #793831;
	border-radius: 4px 4px 0 0;
/*	border: 1px solid #3b516e;*/
/*	float:left;*/
}

.month-dow {
	text-align: center;
	background: #3b516e;
	color: #fff;
	border: 1px solid #3b516e;
	border-radius: 0 0 4px 4px;
	font-size: 75%;
}

