/* Theme CSS */
#eventCalendar {
    max-width: 500px;     
    margin: 0px auto;
}
.eventCalendar-wrap {
	border: none;
	margin-bottom: 20px;
	margin-top: -20px;
	background-color: #fff;
	color: #424242
}
.eventCalendar-wrap .eventCalendar-arrow {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
	line-height: 28px;
	top: -6px;
	padding: 18px 10px;
}
.eventCalendar-wrap .eventCalendar-arrow.prev {
}
.eventCalendar-wrap .eventCalendar-arrow:hover {
	opacity: 0.7;
}
.eventCalendar-wrap .eventCalendar-arrow span {
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	float: left;
	text-indent: -5000px;
}
.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
	border-left-width: 0;
	border-right: 6px solid #fff;
}
.eventCalendar-slider {
	height: 80px;
}
.eventCalendar-monthWrap {
	top: 0px;
	left: 0px;
}
.eventCalendar-currentTitle {
	line-height: 35px;
	background-color: #236093;
	outline: 1px solid #236093;
}
.eventCalendar-currentTitle .eventCalendar-monthTitle {
	font-size: 120%;
	text-decoration: none;
	color: #fff;
}
.eventCalendar-daysList {
	zoom: 1;
	padding: 0;
	width: 100%;
}
.eventCalendar-daysList.eventCalendar-showAsWeek {
	margin: 10px 0px;
	width: auto;
	border-bottom-width: 0;
	border-radius: 0;
	background-color: #fff;
}
.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
	border-radius: none;
}
.eventCalendar-daysList:before, .eventCalendar-daysList:after {
	content: "";
	display: table;
}
.eventCalendar-daysList:after {
	clear: both;
}
.eventCalendar-day-header {
	text-transform: lowercase;
	text-align: center;
	font-size: .9rem;
	border-bottom: solid 1px #e3e3e3;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li {
	height: auto;
	margin: 0;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
	background-color: #e3e3e3;
	min-height: 43px;
}
.eventCalendar-day a {
	text-decoration: none;
	font-size: .75rem;
	color: #424242;
    
}
.eventCalendar-day {
	border-left: none;
}
.eventCalendar-day a {
	border: none;
}
.eventCalendar-showAsWeek .eventCalendar-day {
	border-left-width: 0;
}
.eventCalendar-showAsWeek .eventCalendar-day a {
	border: solid 1px #e3e3e3;
	border-color: #fff #e3e3e3 #e3e3e3 #e3e3e3;
	line-height: 2.0;
	font-size: 1.3rem;
}
.Calendarbig {
    max-width: 320px;
    margin: 0 auto;
}
@media (max-width: 991px) {
.Calendarmin {
    max-width: 320px;
    margin: 0 auto;
}
}
@media (min-width: 576px) {
.Calendarbig {
    max-width: 100%;
}
.Calendarbig .eventCalendar-showAsWeek .eventCalendar-day a {
    line-height: 3.0;
}
.Calendarbig .eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
    min-height: 63px;
}
}
.eventCalendar-day a:hover {
	background-color: #E4E4E4;/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
}
.eventCalendar-daysList li.today a {
	color: #fff;
	background: #236093;/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
}
li.eventCalendar-day.today a:hover {
	background-color: #9cdce4;/*box-shadow:inset 5px 5px 10px #999;*/
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
	background: #e20613;
	color: #fff;
}
li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
	background-color: #bb030e;
}
.eventCalendar-daysList li.current a {
	color: #fff;
	background: #7ca0c5;
}
li.eventCalendar-day.current a:hover {
	background-color: #679ac9;
}
.eventCalendar-loading {
	margin: 0 auto;
	padding: 0px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 4;
	top: 38px;
	left: 0px;
}
.eventCalendar-loading.error {
	background-color: red;
}
.eventCalendar-subtitle {
	padding-top: 10px;
}
.eventCalendar-list-wrap {
	min-height: 100px;
	position: relative;
}
.eventCalendar-list-content.scrollable {
	height: 100px;
	overflow-y: auto;
	margin: 0 5px 5px 0;
}
.eventCalendar-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.eventCalendar-list li {
	padding: 0 0px 5px;
	margin: 0;
	margin-bottom: 20px;
	clear: both;
    border-bottom: 1px solid #c6d5e3;
}
time {
	font-size: 1rem;
	line-height: 1.3;
}
time em {
	float: left;
	font-style: normal;
	background-color: #767676;
	color: #fff;
	padding: 2px 5px 2px 5px;
}
time small {
	font-size: 1rem;
	float: left;
	background-color: #e20613;
	color: #fff;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 3px;
}
.eventCalendar-eventTitle {
	display: block;
	clear: both;
	font-size: 110%;
	text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #236093;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.eventCalendar-wrap .eventCalendar-eventTitle {
    pointer-events: none;
}
a.eventCalendar-eventTitle {
	color: #236093;
}
a.eventCalendar-eventTitle:hover {
	text-decoration: underline;
}
.eventCalendar-list li .eventDesc {
	clear: both;
	margin: 0 0 5px 0;
	font-size: 80%;
	line-height: 1.2em;
}
.eventCalendar-list .eventCalendar-noEvents {
	font-size: 120%;
    padding: 5px;
    background-color: #e3e3e3;
    border-bottom: none;
    color: #bb030e;
    text-align: center;
}
.bt {
	display: block;
	white-space: nowrap;
	background: #236093;
	color: #fff;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	font-size: .75rem;
	line-height: 2.8125rem;
	letter-spacing: .075rem;
	height: 45px;
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition: background .3s ease, color .3s ease;
	-o-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	width: 148px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
    margin: 10px 0;
}
.bt:hover {
	background: #19456a;
	color: #fff
}

/* end of theme css */

