/***************** Admin *****************/

.wp-editor-area{ height:100px !important; }

.mbdt td, .mbdl td{ 
	padding:.5em 0 1em 0 !important; 
}

.mbdl input{ width:60%; }
.mbdl .label{ 
	width:26%;
	padding-right:1em;
}

.vt td{ vertical-align:top; }

.bot{ margin-bottom:.5em; }

.mbdt textarea, .mbdl textarea{ height:7em; }

.mbdt label, .mbdl label{ font-weight:bold; }

@media all and (max-width:1250px){
	.mbdl input{ width:100%; }
}

@media all and (max-width:900px){
	.mbdl .label{ width:9em; }
}

/***************** Main *****************/

.mbecout{
	width:100%;
	position:relative;
	clear:both;
	float:left;
	margin:2em 0 2.75em 0;
	border:3px solid #eee;
	min-height:300px;
}

.mbectop{
	width:100%;
	padding:.3em 0 .5em 0;
	display:block;
	float:left;
	background:#eee;
	line-height:1 !important;
}

.hider{ display:none; }

.mbecbutton, .npbut{
	margin:0 .5em 0 0;
	padding:.4em .5em;
	font-size:.9em;
	float:right;
}

.npbut{
	display:inline-block;
	text-align:center;
	float:none;
	font-size:15px;
	margin:0 14px 0 0;
	padding:6px 7px;
	position:relative;
	top:-4px;
	font-style:normal;
	font-family:sans-serif;
}

.bA{ 
	margin-right:5px !important;
}

.mbecout .h3{
	position:absolute;
	font-size:1.5em;
	width:auto;
	margin:.1em 0 0 .5em;
}

.mbecmonth, .mbeclist{ display:none; }
.mbecmonth{ line-height:1; }

/*********** Calendar View ***********/

.mbeccalendar{
	width:100%;
	text-align:center;
}

table.mbeccalendar{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}

.mbeccalendar td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:.3em .4em;
	height:3em;
}

.calendar-day-head th{
	border-right:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid #ddd;
	padding:.5em 0;
	text-align:center;
	font-size:.9em;
	width:14%;
	
	background:#123;
	color:#fff;
}

.calendar-day-head th:last-child{ border-right:1px solid #ddd; }

.calendar-day-np{ background:#eee; }

.day-number{
	font-size:.8em;
	margin-bottom:.25em;
}

a.eventbutton{
	font-size:.8em;
	display:inline-block;
	clear:both;
	text-align:center;
	padding:.2em 0;
	width:100% !important;
	margin:0 0 .2em 0;
	cursor:pointer;
	border-radius:.15em;
	transition:.3s background;
}

/**************** Event Pop Up *****************/

.mbcalevent{
	display:none;
	position:absolute;
	top:-1em;
	left:50%;
	-ms-transform:translate(-50%,0);
	transform:translate(-50%,0);
	border-radius:.25em;
	padding:1em 1.5em;
	width:70%;
	min-height:120px;
	box-shadow:0 3px 16px 2px rgba(0,0,0,0.2);
	background:#fff;
	z-index:1000;
}

.mbcalevent .h2{
	font-size:1.3em;
	margin:0 0 .3em 0;
}

.edate{
	font-size:1.1em;
	font-style:italic;
	border-bottom:1px solid #eee;
	padding-bottom:.6em;
}

.ed{
	font-weight:bold;
	margin-right:.35em;
}

.mbeccloseButton{
	line-height:0;
	width:13px !important;
	height:13px;
	padding:6px;
	display:block;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
	border-radius:1em;
	text-align:center;
	position:absolute;
	top:-28px;
	right:-10px;
	cursor:pointer;
}

.mbeccloseButton svg{ 
	width:100%;
	height:100%;
	fill:#000;
}

.elocation{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	line-height:1.3;
	font-size:.9em;
	overflow:hidden;
	border-radius:0 0 .25em .25em;
	background:#eee;
}

.elinfo{ 
	position:relative;
	z-index:1;
	width:auto;
	display:block;
	float:left;
	padding:1em 1.5em;
	background:rgba(255,255,255,0);
}

.elmap{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
}

.eventphoto{
	width:100%;
	height:auto;
}

.eventphoto img{
	width:100%;
	height:auto;
}

.extrabot{
	padding-bottom:9em;
}

#map{
	width:500px;
	height:500px;
	background:blue;
}

/***************** List View ****************/

.mbecbreaker{
	width:100%;
	height:.3em;
	float:left;
}

a.mbeca{
	cursor:pointer;
	color:#000;
	padding:.6em .6em .4em .6em;
	margin:.3em .3em 0 .3em;
	font-style:normal;
	font-size:1em;
	display:block;
	float:none;
}

.mbecpad{ 
	padding:1em; 
	float:left;
	color:rgba(0,0,0,0.6);
}

.mbeca:last-child{ margin-bottom:.3em; }

.mbeventlist .h2{
	font-size:1em;
	display:inline-block;
	margin:0;
	width:auto;
	padding:0;
}

@media all and (max-width:600px){
	.hider{ display:inline; }
	.mbectop{ text-align:center; }
	.mbecout .h3{
		position:relative;
		text-align:center;
		margin:.3em 0;
	}
	.npbut{ margin:3px 2px 10px 2px; }
	.mbecbutton, .npbut{
		display:inline-block;
		margin:0 0 0.5em 0;
		float:none;
	}
}

@media all and (max-width:500px){
	.mbecbutton{ display:none; }
	.mbecout .h3{ margin-bottom:0; }
	
}

/*edits
.mbecout{ 
	border-width:3px;
	margin:1em 0 1.75em 0;
}
.mbecout, .edate{ border-color:#eee; }
.mbectop, .calendar-day-np, .elocation{ background:#ddd; }
.npbut, .mbecbutton, .mbecout .h3, a.mbeca{ color:black; }
.mbeccloseButton svg{ fill:black; }
table.mbeccalendar, .mbeccalendar td{ border-color:#ddd; }
.calendar-day-head th{
	border-bottom-color:#ddd;
	background:#123;
	color:#fff;
}
.calendar-day-head th:last-child{ border-right-color:#ddd; }
.mbcalevent{ background:white; }
.mbeccloseButton{ top:-30px; }*/

