/*Events Calendar */
.events-calendar {
	margin-bottom: 100px;
}

.stec-layout-month.stec-layout-month-fixed-style {
	border-radius: 2px;
	background: #F6F6F9;
	padding: 20px 17px;
	box-sizing: border-box;
}

.stec-calendar-week-labels {
	background-color: #F6F6F9!important;
}

.stec-calendar-week-day-label {
	border-radius: 4px;
	background: #007CC2;
	margin: 5px;
	color: #FFF !important;
	text-align: center;
	font-family: "Proxima Nova";
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1.5 !important;

}

.stec-calendar-week-day-label.stec-calendar-week-day-label-today {
	color: #fff!important;
	z-index: unset!important;
	background: #00B085;
}

.stec-calendar-cell-is-today .stec-calendar-cell-label {
	background-color: #00B085!important;
}

.stec-top-menu-button.active, 
.stec-top-menu-button:hover {
    background-color: #007CC2;
}

.stec-top-main-menu-section > .stec-top-menu-button {
	border-radius: 5px;
	border: 2px solid #00B085;
	background: #FFF;
}

.stec-top-main-menu-section > .stec-top-menu-button:hover {
	background: #00B085;
}

.stec-top-main-menu {
	flex-grow: 1;
}

.stec-top-main-menu .stec-top-main-menu-section:first-child {
	width: 0;
}

.stec-top-main-menu .stec-top-main-menu-section:not(:first-child) {
	max-width: 400px;
	margin: 0 auto !important;
    padding-left: 140px;
}

@media (max-width: 480px){
	.stec-calendar-week-day-label {
		padding: 10px 4px !important;
		font-size: 14px !important;
	}
}