/* Eventon Event Maps addon styles */
.eventon_sorting_section .eventon_global_gmap{
	margin-left:-13px;
	height:500px;
	display:none;
	margin-top:5px;
	border:1px solid #e5e5e5;
}
.eventon_geo_cal_filter .eventon_filter_dropdown p{
	min-width:70%
}
.ajde_evcal_calendar .eventon_filter_line .eventon_geocal_filter .eventon_sf_field p{
	background:url(../images/geo_cal_icon.png) left center no-repeat;
	padding-left:13px;
}
.eventmap.ajde_evcal_calendar .calendar_header{margin-bottom: 10px;}

/* event map */
	.ajde_evcal_calendar.eventmap .evoGEO_map{
		margin-top: 0px;
		width:100%;
		height:400px;
		border-top: 1px solid #cdcdcd;
		position: relative;
		z-index: 0;
		border-radius: 5px;
	}
	/*.ajde_evcal_calendar.eventmap .evoGEO_map.loading:before{
		content:"";
		background:  rgba(251, 251, 251, 0.65) url(images/evo-loader.gif) center center no-repeat;
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 2;
	}*/
	.ajde_evcal_calendar.eventmap .evoEM_list{display: none;}
	.ajde_evcal_calendar .evo_cal_above .evo-mapfocus{display: none;}
	.ajde_evcal_calendar.eventmap .evo_cal_above .evo-mapfocus{display: inline-block;}
	.ajde_evcal_calendar.eventmap .evomap_section{position: relative;}
	.ajde_evcal_calendar.eventmap .evomap_section .evomap_noloc{
		position: absolute;
		background-color: rgba(251, 251, 251, 0.65);
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		font-size: 18px;
		/* opacity: 0.4; */
		text-align: center;
		padding-top: 70px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.ajde_evcal_calendar.eventmap .evomap_section .evomap_progress{display: none;}
	.ajde_evcal_calendar.eventmap .evomap_section.loading .evomap_progress{
		position: absolute;
		height: 100%; width: 100%;
		overflow: hidden;
		background-color: rgba(251, 251, 251, 0.4);
		z-index: 2;
		display: block;
	}
	.ajde_evcal_calendar.eventmap .evomap_progress span{
		background-color: #ffcb6c;
		border-radius: 50%;
		width: 1px;height: 1px;
		position: absolute;
		top: 50%; left: 50%;
		opacity: 0;
	}
	.ajde_evcal_calendar.eventmap .evomap_section.loading .evomap_progress span{
		animation: mapprogress 1.3s 0.2s infinite
	   -moz-animation: mapprogress 1.3s 0.2s infinite;
		-webkit-animation: mapprogress 1.3s 0.2s infinite;
	     -o-animation: mapprogress 1.3s 0.2s infinite;
	}

	@keyframes mapprogress {
	    0% { opacity: 0; }
	    70% { opacity: 0.6; width: 500px; height: 500px;margin-left: -250px;margin-top: -250px;}
	    100% { opacity: 0.1; width: 1500px; height: 1500px;margin-left: -750px;margin-top: -750px;}
	}
	@-moz-keyframes mapprogress {
	    0% { opacity: 0; }
	    70% { opacity: 0.6; width: 500px; height: 500px;margin-left: -250px;margin-top: -250px;}
	    100% { opacity: 0.1; width: 1500px; height: 1500px;margin-left: -750px;margin-top: -750px;}
	}@-webkit-keyframes mapprogress {
	    0% { opacity: 0; }
	    70% { opacity: 0.6; width: 500px; height: 500px;margin-left: -250px;margin-top: -250px;}
	    100% { opacity: 0.1; width: 1500px; height: 1500px;margin-left: -750px;margin-top: -750px;}
	}@-o-keyframes mapprogress {
	   0% { opacity: 0; }
	    70% { opacity: 0.6; width: 500px; height: 500px;margin-left: -250px;margin-top: -250px;}
	    100% { opacity: 0.1; width: 1500px; height: 1500px;margin-left: -750px;margin-top: -750px;}
	}

	a.evo-mapfocus{
		cursor: pointer;
		padding: 5px 8px;
		border-radius: 5px;
		color: #fff;
		background-color: #dedede;
		display: inline-block;
		margin-top: 10px;
	}
	a.evo-mapfocus:hover{text-decoration: none;opacity: 0.7; color:#fff;}

/* gmaps info window */
	.evoGEO_map .evoIWl, .evoIWr{
		float: left;
		width: 120px;
	}
	.evoGEO_map .evoIWl{
		border-right: 1px solid #dedede;
		margin-right: 10px;
		width: 90px;
	}
	.evoIWr p{
		padding: 0;
		margin: 0;
		font-weight: 700;
		font-family: 'open sans';
		font-style: italic;
	}
	.evoIWl p{
		font-size: 30px;
		font-weight: 700;
		font-family: 'open sans';
		padding: 0;
		margin: 0;
		line-height: 100%;
	}
	.evoIWl span{
		font-family: 'open sans';
		font-style: italic;
	}
/* light boc events */
	.evoem_lightbox{
		overflow-x: hidden;
   	 	overflow-y: auto;
   	 	background-color: rgba(61, 61, 61, 0.53);
   	 	position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    z-index: 1050;
	    padding-right: 17px;
	}
	.evoem_content_in{
		display: table;
	    height: 100%;
	    width: 100%;
	}
	.evoem_content_inin{
		display: table-cell;
	    vertical-align: middle;
	    position: relative;
	    width: 600px;
	    margin: 40px auto;
	}
	.evoem_lightbox_content{
		width: 100%;
		margin: 60px auto;
		max-width: 500px;
		position: relative;
	}
	.evoEM_pop_body.evo_pop_body{
		background-color: transparent;
	}
	.evoem_lightbox .evcal_cblock .evo_time{display: none;}
	.evoem_lightbox .bordb{
		border-bottom: 1px solid #cdcdcd;
	}
	.evoem_lightbox .evo_metarow_gmap{display: none;}
	body.evoem_overflow{
		overflow: hidden;
	}
	html{overflow-y:initial;}/**
 * Styles for WeeklyView Addon
 * @version 1.0.7
 */	
.evowv_arrow, .evo_wv_day, .EVOWV_dates p{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* fonts */
	.evoWV_days .evo_wv_day span.day_num,
	.evoWV_days .evo_wv_day span.day_name,
	.evowv_tooltip,
	ul.EVOWV_date_ranges li
	{
		font-family: 'roboto',oswald,'arial narrow';
		font-weight: 700;
	}
	.eventon_weeklyview
	{
		font-family: 'open sans','arial';
	}
/* General */
	.evoWV .eventon_events_list.evowv_hide .eventon_list_event.event{display: none;}
	.evoWV #eventon_loadbar_section{
		border-bottom:none;
	}
	.eventon_weeklyview{
		width: 100%;
		background-color: #e4e4e4;
		color: #fff;
		text-align: center;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
		border-radius: 5px;
	}	
	.eventon_weeklyview .evowv_arrow.evowv_prev{
		left: 0;
	}
	.eventon_weeklyview .evowv_arrow.evowv_next{
		right: 0;
	}
	.eventon_weeklyview .evowv_arrow{
		position: absolute;
		cursor: pointer;
		float: left;
		height: 100%;
		margin: 0;
		width: 50px;
		display: block;
		color: #fff;		
	}
	.eventon_weeklyview .evowv_arrow:hover{color: #545454;
	    opacity: 0.4;
	    background-color: #fff;}
	.eventon_weeklyview .evowv_arrow i{
		font-size: 30px;
		margin-top: 30px;
	}	
	.evoWV_days{
		overflow: hidden;
		position: relative;
		margin: 0px 50px 0;	
		height: 90px;
	}	
	.eventon_weeklyview .evowv_arrow.disable i, .eventon_weeklyview .evowv_arrow.disable:hover i{opacity: 0.3!important; cursor: default;
		color: #fff;
	}
	.ajde_evcal_calendar .evoWV_days .evo_wv_day{
		display: inline-block;
		margin: 0;
		padding: 15px 0px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;
		float: left;
		text-align: center;
		width: 42px;
		height: 90px;
		background: #f9f9f9;
		border:1px solid #e0e0e0;
		border-right:none;
		color:#949494;
		line-height: 100%;
		cursor: pointer;
		/*border-left:1px solid #fff;*/
	}
	.ajde_evcal_calendar .evoWV_days .evo_wv_day:hover{background-color:#fbf0e4 }
	.evoWV.ajde_evcal_calendar .evoWV_days  .evo_wv_day{
		width: 14.28%; position: relative;
	}
	.evoWV.ajde_evcal_calendar .evoWV_days .evo_wv_day.today:before{
		content: "";
		background-color: #f79191;
		height: 4px;display: block;
		position: absolute;
		width: 50%;
	    top: 4px;
	    margin: 0 25%;
	    border-radius: 5px;
	}
	.evoWV.ajde_evcal_calendar .evoWV_days .evo_wv_day.focus{	background-color: #f79191; color:#ffffff;}

	.evoWV_days .evo_wv_day span{
		display: block;	line-height: 130%;	
	}
	.evoWV_days .evo_wv_day span.num_events{
		color: #fff;
		border-radius: 50%;
		background-color: #A15F4F;
		width: 18px;
		height: 18px;
		text-align: center;
		font-size: 11px;
		margin: 3px auto 0;		
		line-height: 18px;
	}
	.evoWV_days .evo_wv_day span.day_num{
		font-size: 24px;
	}
	.evoWV_days .evo_wv_day span.day_name{
		font-weight:300;
		text-transform: uppercase;	
		font-size: 12px;
	}
	.evoWV em.evo_time{display: none;}
/* Events per day */
	.evoWV_days .evo_wv_day .day_events{margin-top: -8px}
	.evoWV_days .evo_wv_day .day_events em{
		display: inline-block;
		margin: 0 1px;
		height: 7px; width: 9px;
		border-radius: 60px;
		background-color: #d8d8d8;
	}
	.evoWV_days .evo_wv_day .day_events em.more{
		width: 15px;
		color: #3d3d3d;
	}
	.evowv_tooltip{
		position: absolute;
		background-color: #fafafa;
		padding: 5px 10px;
		font-size: 14px; font-style: normal;
		color:#868686;
		text-transform: uppercase;
		top: 0;
		border:1px solid #e8e8e8;
	}
	.evowv_tooltip:before{
		content:"";
		border-style: solid;
		border-width: 6.5px 10px 6.5px 0;
		border-color: transparent #b9b9b9 transparent transparent;
		height: 0;width: 0;position: absolute;
		left: -11px; top: 10px;
	}
	.evowv_tooltip.left:before{
		border-width: 6.5px 0 6.5px 10px;
		border-color: transparent transparent transparent #b9b9b9;
		right: -11px; left:auto;
	}

/* top week header */
	.EVOWV_dates{margin-bottom: 10px; position: relative;}
	/* week range */
		.EVOWV_change{
			display: inline-block; position: relative;
			border-radius: 5px; background-color: #f79191; color:#fff;
			padding: 5px 8px;
		}
		.EVOWV_ranger{
			position: absolute;
			background-color: #f79191; color:#fff;
		    border-radius: 5px; overflow: hidden;
		    top: 0; z-index: 10; left: 0;
		    display: none; 
		    min-width: 350px;
		}
		.EVOWV_ranger a{
			display: block; color: #fff; text-align: center;
			padding: 5px;
		}
		.EVOWV_ranger_handle{
			height: 150px; overflow: hidden; position: relative;
		}
		ul.EVOWV_date_ranges{
			position: absolute;
			top: -300px;
			margin-left: 0; 
			list-style:none;
			width: 100%;	
			border-top:1px solid #f7a6a6;		
		}
		ul.EVOWV_date_ranges li{
			display:flex;
			height: 30px;
			text-align: center; 
			-webkit-justify-content: center;
		    justify-content: center;
		    -webkit-box-align: center;
		    -webkit-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
			padding: 3px 20px;
			border-bottom:1px solid #f7a6a6;text-transform: uppercase;	
			box-sizing:border-box;
			color:#fff;		
		}
		ul.EVOWV_date_ranges li.thisweek{background-color:#ef7777 }
		ul.EVOWV_date_ranges li em{font-style: normal;}
		ul.EVOWV_date_ranges li:hover, .EVOWV_ranger a:hover{
			background-color:#ef7777; cursor: pointer; color:#fff;
		}
	.ajde_evcal_calendar.evoWV .EVOWV_dates p{
		border-radius: 5px;
		padding: 10px 15px;
		background-color: #f5f4f4;
		color: #cecece;
		display: inline-block; float: none;
		font-size: 14px;
		line-height: 100%;
		height: auto;
	}
	.ajde_evcal_calendar.evoWV .EVOWV_dates p:hover{color: #a2a2a2;}
	.ajde_evcal_calendar.evoWV .EVOWV_dates p em{
		font-style: normal;
	}

/* widget only */
	.evo_widget .eventon_weeklyview .evowv_arrow{
			width: 30px;
	}
	.evo_widget .eventon_weeklyview .evowv_arrow i{
		font-size: 22px; margin-top: 25px;
	}
	.evo_widget .evoWV_days{margin: 0 30px;}
	.evo_widget .eventon_weeklyview p.evoWV_top{font-size: 24px;}
	.evo_widget .evoWV_days .evo_wv_day span.day_num{
		font-size: 16px; font-weight: 300;}
	.evo_widget .evoWV_days .evo_wv_day span.day_name{font-size: 10px;}
	.evo_widget .evoWV_days .evo_wv_day span.num_events{
		height: 15px;width: 15px;
		font-size: 9px;
	}
	.evo_widget .evoWV_days, .evo_widget .evoWV_days .evo_wv_day{min-height: 80px;}
	#evcal_widget .ajde_evcal_calendar.evoWV .calendar_header .EVOWV_dates p{
		font-size: 12px
	}
	.evo_widget .ajde_evcal_calendar.evoWV .evoWV_days{height: 70px; min-height:70px;}
	.evo_widget .ajde_evcal_calendar.evoWV .EVOWV_ranger{
		/*top: 34px;*/
		left: -200px;
		min-width: 260px
	}
	.evo_widget .ajde_evcal_calendar.evoWV ul.EVOWV_date_ranges li{font-size: 12px;}

/* responsive */
	@media (max-width: 600px){
		.EVOWV_change{
			display: block;
		    width: 30px;
		    margin-top: 8px;
		    padding: 5px 10px;
		}
		ul.EVOWV_date_ranges li{font-size: 14px;}
	}
	@media (max-width: 600px){
		.eventon_weeklyview .evowv_arrow{
			width: 30px;
		}
		.eventon_weeklyview .evowv_arrow i{
			font-size: 22px;
			margin-left: 0;
			left: 10px;
		}
		.evoWV_days{margin: 0 30px;}
		.eventon_weeklyview p.evoWV_top{font-size: 24px;}
		.evoWV_days .evo_wv_day span.day_num{font-size: 18px; font-weight: 300;}
		.evoWV_days .evo_wv_day span.day_name{font-size: 11px;}
	
		.EVOWV_ranger{
			min-width: 280px
		}
		
	}