#ectbe-popup-wraper {
	display: none;
}

@media screen and (max-width:800px) {
	.ectbe-calendar-wrapper {
		flex-wrap: nowrap;
	}
}

.ectbe-calendar-wrapper .ectbe-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.ectbe-calendar-wrapper .ectbe-modal .ectbe-ec-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.ectbe-calendar-wrapper .ectbe-modal-content {
	position: relative;
	margin: auto;
	border: 1px solid #888;
	max-width: 900px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	background-color: #fefefe;
	width: 50%;
	border-radius: 10px;
}

.ectbe-calendar-wrapper .ectbe-modal-header {
	color: #fff;
	border-color: #090;
	overflow: auto;
	margin-top: 8px;
}

.ectbe-calendar-wrapper .ectbe-modal-header h2 {
	color: #242424;
	margin: 0;
	padding: 0;
}

.ectbe-calendar-wrapper .ectbe-modal-header .ectbe-event-popup-date {
	color: #555;
	padding-top: 2px;
}

.ectbe-calendar-wrapper .ectbe-modal-close {
	position: absolute;
	right: 22px;
	top: 22px;
	font-size: 24px;
	z-index: 9999;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	border: 2px solid #fff;
	background: #fff;
	text-align: center;
	text-align: center;
	-webkit-box-shadow: 2px 0 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 2px 0 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	color: #000 !important;
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.ectbe-calendar-wrapper .ectbe-modal-close>span {
	font-size: 20px;
}

.ectbe-calendar-wrapper .ectbe-modal-close:focus, .ectbe-calendar-wrapper .ectbe-modal-close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.ectbe-calendar-wrapper .ectbe-modal-body {
	margin: 10px 0;
	color: #555;
	height: auto;
	overflow-y: auto;
	word-break: break-word;
}

.ectbe-calendar-wrapper .ectbe-modal-body::-webkit-scrollbar {
	width: 6px;
}

.ectbe-calendar-wrapper .ectbe-modal-body::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 10px;
}

.ectbe-calendar-wrapper .ectbe-modal-footer {
	color: #fff;
	border: 0 solid red;
}

.ectbe-calendar-wrapper .ectbe-event-date-end, .ectbe-calendar-wrapper .ectbe-event-date-start {
	font-size: 15px;
}

.ectbe-modal.ectbe-zoom-in {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.ectbe-modal.ectbe-zoom-in .ectbe-modal-content {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.ectbe_calendar_events_spinner {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 99;
	left: calc(50% - 25px);
	bottom: calc(50% - 25px);
	border-radius: 50%;
	overflow: hidden;
}