/* 
* Eventon Event Maps addon styles 
* @version 1.5.3
*/
.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: 2px solid var(--evo_color_1);;
		position: relative;
		z-index: 0;
		border-radius: 15px;box-sizing: border-box;
	}
	/*.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;margin-bottom: 10px}
	.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;margin: 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;}

/* side by side map layout */
	.ajde_evcal_calendar.mapds_sideby .evomap_section{flex:60%;}
	.ajde_evcal_calendar.mapds_sideby .evoEM_list{
		display: flex;flex:40%;height:100%;
		border: 2px solid;
	    border-left: none;
	    border-radius: 0 15px 15px 0;
	    box-sizing: border-box;
	    overflow: hidden;
	}
	.ajde_evcal_calendar.mapds_sideby .evoGEO_map{min-height: 500px!important;
		    border-radius: 15px 0 0 15px;
	}
	.ajde_evcal_calendar.mapds_sideby .eventon_events_list{
		overflow-y: scroll;border-radius: 0!important;
	}
	.ajde_evcal_calendar.mapds_sideby .eventon_events_list::-webkit-scrollbar {display: none;}
	.ajde_evcal_calendar.mapds_sideby .eventon_events_list .eventon_list_event{
		margin: 0 !important;
	    border-radius: 0 !important;
	    border-bottom: 1px solid;
	}
	.ajde_evcal_calendar.mapds_sideby .evoem_mapevent_container{
		display: flex;flex-direction: row; min-height:500px;
	}

	@media (max-width: 700px){
		.ajde_evcal_calendar.mapds_sideby .evoem_mapevent_container{flex-direction: column;
			height: auto !important;
		}
		.ajde_evcal_calendar.mapds_sideby #evcal_list{width: 100%;}
		.ajde_evcal_calendar.mapds_sideby .evoGEO_map{border-radius: 15px;}
		.ajde_evcal_calendar.mapds_sideby .evomap_section,
		.ajde_evcal_calendar.mapds_sideby .evoEM_list
		{flex:100%}
		.ajde_evcal_calendar.mapds_sideby .evoEM_list{border-radius: 15px;border:2px solid var(--evo_color_1)}
		.evo-scroll-tab-container{display: none;}
	}

/* gmaps info window */
	.evoGEO_map .evoIWl, .evoIWr{
		float: left;
		width: 120px;
	}
	.evoGEO_map .evoIWl{
		border-right: 1px solid #dedede;
		margin-right: 10px;
		width: 100px;
	}
	.evoIWr a.evomap_evolb_trigger{outline:none;}
	.evoIW .evomp_trig_events_lb{
		margin-top: 10px;
	    font-size: 11px;
	    padding: 5px 10px !important;
	}
/* light boc events */
	.evo_lightbox.evoem_events_list .evolb_content{
		background-color: transparent;
    	box-shadow: none;
	}
	.evo_lightbox.evoem_events_list .eventon_list_event{box-shadow: 0px 0px 30px 0 #0000002e;}
	.evo_lightbox.evoem_events_list .eventon_events_list,
	.evo_lightbox.evoem_events_list .evolb_content{overflow: visible!important;}
	.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;}/**
 * EventON DV Styles
 * @version 2.1.10
 */

.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }
.evodv_current_day p.evodv_daynum span, .evodv_current_day p.evodv_events{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/* fonts */
	.evo_day span,
	.evodv_tooltip,
	.evodv_current_day p.evodv_daynum
	{
		font-family: var(--evo_font_1), 'oswald','arial narrow';
	}
	.evodv_current_day{
		font-family: var(--evo_font_2),'arial'
	}
	.ajde_evcal_calendar.evoDV .eventon_daily_in .evo_day{
		display:flex;
		float:left;
		margin:0;
		cursor:pointer;
		min-width:20px;width: auto;
		height: 100%;
		text-align: center;
		flex-direction: column;
	    align-items: center;
	    padding: 20px;
		width: 80px; height: 100%; padding-top: 10px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;
		-webkit-touch-callout: none; /* iOS Safari */
		  -webkit-user-select: none;   /* Chrome/Safari/Opera */
		  -khtml-user-select: none;    /* Konqueror */
		  -moz-user-select: none;      /* Firefox */
		  -ms-user-select: none;       /* Internet Explorer/Edge */
		  user-select: none;
		outline:none;
		background-color: transparent; color:var(--evo_color_1);
	}
	.ajde_evcal_calendar.evoDV .eventon_daily_in .evo_day:hover .evo_day_num
	{background-color: var(--evo_color_1); color:#fff;}
	
	/* focused */
		.ajde_evcal_calendar.evoDV .eventon_daily_in .evo_day.on_focus{
			background-color: var(--evo_color_1);color:#fff; border-radius: 15px;
		}
	.evo_day.has_events{color:#d5c3ac}
	.evo_day.on_focus{	color:#a4a4a4}
	.evo_day span{
		display:flex; justify-content: center; 
		text-align:center;		
		line-height:100%;		
	}
	.evodv_action:hover{color:#d4d4d4; background-color: #f3f3f3;}
	.evo_day span.evo_day_num{
		font-weight:bold;
		font-size:24px;    
	    padding-bottom: 5px;
	    background-color: #ffffff;
	    padding: 8px;
	    margin-bottom: 5px;
	    /* width: 40px; */
	    /* display: block; */
	    /* flex: 1 0 auto; */
	    border-radius: 8px;
	    color: var(--evo_color_1);
	}
	.evo_day span.evo_day_name{
		text-transform:uppercase;
		font-size:12px;	
		padding-bottom:4px;
		padding-top: 15px;
	}
	.eventon_daily_in .evo_day.today .evo_day_num{color:#fff; background-color: #ec754b}

/* font colors */
	.evodv_current_day p.evodv_daynum b, 
	.ajde_evcal_calendar .evodv_current_day,
	.evodv_current_day p.evodv_events
	{color:var(--evo_color_1);}

/* General */
	.ajde_evcal_calendar.evoDV.noiajx .eventon_events_list .eventon_list_event{display: none;}

/*-- container --*/
	.ajde_evcal_calendar .eventon_daily_list{
		position:relative;
		padding:0px;
		margin-bottom:10px;
		overflow: hidden;
		margin-top: 10px;
		z-index: 1;
		border-radius: 20px;
		background-color: #f5f5f5
	}
	.ajde_evcal_calendar .eventon_daily_list.dv_vs_defless{margin-top: 0px; border-radius: 10px;}
	.ajde_evcal_calendar .eventon_daily_list.dv_vs_defless .evo_day span.evo_day_name{padding-top: 0px;}
	.ajde_evcal_calendar .eventon_daily_list.dv_vs_defless .eventon_daily_in .evo_day{padding:20px;}

	.eventon_dv_outter{
		overflow:hidden;
		width:100%; padding: 0px;
		position: relative;
	}
	.eventon_daily_in{
		overflow:hidden; height: 110px;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
		padding-left: 40px;
		padding-right: 40px;
	}
	.evodv_carousel{
		position: relative;
	    display: block;
	    overflow: hidden;
	    margin: 0;
	    padding: 0;
	    overflow-x:scroll; overflow-y:hidden;
	}
	.evodv_carousel .inner{width: 1980px;}
	

	/* events per day */		
		.eventon_daily_list .evo_day .evoday_events em{
			display: inline-block;
			margin: 0 1px;
			height: 7px; width: 7px;
			border-radius: 60px;
			background-color: #d8d8d8;
		}
		.eventon_daily_list .evo_day .evoday_events em.more{
			width: 15px;
			color: #3d3d3d;
		}
		.evodv_tooltip{
			position: absolute;
			background-color: #fff;
			padding: 5px 10px;
			font-size: 13px; font-style: normal;font-weight: bold;
			color:#7a7a7a;
			text-transform: uppercase;
			top: 0;
			border:none;
			-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.06);
		    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.06);
		    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.06);
		}
		.evodv_tooltip:before{
			content:"";
			border-style: solid;
			border-width: 10px 10px 0 0;
			border-color: #c3c3c3 transparent transparent transparent;
			height: 0;width: 0;position: absolute;
			left: 0px; bottom: -10px;
		}
		.evodv_tooltip.left:before{
			border-width: 0 10px 10px 0px;
			border-color: transparent #c3c3c3 transparent transparent;
			right: 0px; left:auto;
		}


/* times only for dailyview */
	.ajde_evcal_calendar.evoDV .evcal_cblock em.date,
	.ajde_evcal_calendar.evoDV .evcal_cblock em.month,
	.ajde_evcal_calendar.evoDV .evcal_cblock em.year,
	 .ajde_evcal_calendar.evoDV .eventon_events_list .allday .evcal_cblock .evo_end
	{display: none;}
	.ajde_evcal_calendar.evoDV .evcal_cblock em.time,
	.ajde_evcal_calendar.evoDV .evcal_cblock .evo_end.only_time
	{display: block; font-size: 18px;}
	.ajde_evcal_calendar.evoDV .evcal_cblock .evo_end em.day{font-size:11px;}
	.ajde_evcal_calendar.evoDV .evcal_cblock .evo_end,
	.ajde_evcal_calendar.evoDV .evcal_cblock .evo_start{float: none;display: block;}

	.ajde_evcal_calendar.evoDV .eventon_events_list .eventon_list_event .evcal_list_a{
		min-height: 75px;     flex-wrap: wrap;
    	flex-direction: row;
	}
	.ajde_evcal_calendar.evoDV .evcal_cblock .time i{
	    font-style: normal;
	    padding-right: 10px;
	    opacity: 0.6;}
    .ajde_evcal_calendar.evoDV .evcal_cblock .evo_end:before
    {margin:0 5px;    top: calc(50% + 5px);}
    .ajde_evcal_calendar.evoDV .eventon_events_list .evcal_cblock .evo_end
    {margin-top: 0;padding-left: 15px;}

    .ajde_evcal_calendar.evoDV .evoet_c1.evoet_cx{flex:0;margin-right: 20px;}
    .ajde_evcal_calendar.evoDV .evoet_c2.evoet_cx{flex:1;}
    .ajde_evcal_calendar.evoDV .evoet_c3.evoet_cx{flex:1 0 100%;}
    .ajde_evcal_calendar.evoDV .evoet_c1.evoet_cx, 
	.ajde_evcal_calendar.evoDV .evoet_c2.evoet_cx 
	{margin-bottom: 10px;}

	.ajde_evcal_calendar.evoDV .evcal_list_a .evodv_time{
		text-transform: uppercase; font-size: 14px; margin-bottom: 10px;
	}
	.ajde_evcal_calendar.evoDV .evoet_dayblock{display: none;}

/* lightbox events from DV */
	.evo_lightboxes .evo_lightbox_body.daily .evcal_cblock {display: flex; flex-direction: column; gap:10px;}
	.evo_lightbox_body.daily .evo_start{display: block!important;}
	.evo_lightbox_body.daily .evodv_time{text-transform: uppercase; font-size: 14px;}

/* current day section */
	.evoDV #eventon_loadbar_section{border-bottom:none;}
	.evodv_current_day.dv_vs_oneday, .evodv_current_day.dv_vs_onedayplus{margin-bottom: 5px;}
	.ajde_evcal_calendar .evodv_current_day{
		width: 100%;
		padding: 40px 0;
		background-color: #fed582;
		text-align: center;
		border-radius: 20px;
		position: relative; z-index: 10;
	}
	.ajde_evcal_calendar .evodv_current_day p{
		margin: 0; padding: 0;
	}
	.evodv_current_day p.evodv_dayname{
		text-transform: uppercase;
		font-size: 20px;
	}
	.evodv_current_day p.evodv_daynum{
		font-size: 120px;
		line-height: 110%;
		margin-top: -10px;
		position: relative;		
	}
	.evodv_current_day p.evodv_daynum b{ font-size: 100%; }
	.evodv_current_day p.evodv_daynum span i{
		font-size: 30px;
		margin-top: 10px;
		position: absolute;
		margin-left: -9px;
	}
	.evodv_current_day p.evodv_daynum span.next i{}
	.evodv_current_day p.evodv_daynum span.disable:hover{opacity: 0.3; background-color: transparent;color:#fff; }
	.evodv_current_day p.evodv_daynum span:hover{background-color: #fff; color:#737373;}
	.evodv_current_day p.evodv_daynum span{
		text-align: center;
		height: 50px;
		width: 50px;
		display: inline-block;
		cursor: pointer;
		border: 1px solid var(--evo_color_1);
		border-radius: 50%;
		position: relative;
		vertical-align: middle;
		margin-top: -20px;
	}
	.evodv_current_day p.evodv_daynum span.prev{margin-right: 30px;}
	.evodv_current_day p.evodv_daynum span.next{margin-left: 30px;}
	.evodv_current_day p.evodv_events{
		font-size: 14px;
		text-transform: uppercase;
	}
	.evodv_current_day p.evodv_events span{
		border-radius: 5px;
		background-color: #ffffff; 
		text-align: center;
		display: inline-block;
		margin-right: 8px;
		font-size: 13px;
		padding:1px 5px;
	}
/* arrows */
	.eventon_dv_outter .evodv_action{
		display: inline-flex;
		justify-content: center; align-items: center;
	    float: left;
	    margin: 0;
	    cursor: pointer;
	    min-width: 20px;
	    text-align: center;
	    width: 40px; height: 91px;
	    padding-top: 10px; height: 100%;
	    background-color: #e8e8e8; color: #c3bebe;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    position: absolute;
	    top: 0;
	    z-index: 1;
	}
	.eventon_dv_outter .evodv_action.next{right: 0;}
	.eventon_dv_outter .evodv_action.prev{left: 0;}
	.eventon_dv_outter .evodv_action:hover{background-color: #e0e0e0; color:#fff;}
	.eventon_dv_outter .evodv_action.next:before,
	.eventon_dv_outter .evodv_action.prev:before
	{
		content:"\f105";
		display: inline-block;
	    font-family: evo_FontAwesome;	  
	    font-size: 14px;  
	    font-weight: 800;
	    text-rendering: auto;font-size: 30px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	.eventon_dv_outter .evodv_action.prev:before, .evodv_carousel .evodv_action.prev:before{
		content:"\f104";
	}

	/* widget */
		#evcal_widget .evoDV .evodv_current_day p.evodv_daynum{font-size: 70px;}
		#evcal_widget .evoDV .evodv_current_day p.evodv_daynum span{height: 35px; width: 35px; }
		#evcal_widget .evoDV .evodv_current_day p.evodv_daynum span i{font-size: 24px;margin-left: -4px}
		#evcal_widget .evoDV .eventon_events_list .eventon_list_event .evcal_desc{padding-left:80px;}
		#evcal_widget .evoDV .eventon_events_list .eventon_list_event .no_val .evcal_desc{padding-left:10px;}
		#evcal_widget .evoDV .evodv_action{width:30px;}
		#evcal_widget .evoDV .eventon_daily_in{padding:0 30px;}

	@media (max-width: 480px){
		.evoDV .evodv_current_day p.evodv_daynum{font-size: 70px;}
		.evoDV .evodv_current_day p.evodv_daynum span{height: 35px; width: 35px; }
		.evoDV .evodv_current_day p.evodv_daynum span i{font-size: 24px;margin-left: -4px}
	}	/** 
 *	Subscriber Front Styles
 * @version 1.4.3
 */
	.ajde_evcal_calendar .evosub_subscriber_btn, .evosub_subscriber_btn {
		margin-top: 10px;
		border: none;
		color: #ffffff;
		background: var(--evo_color_prime);
		cursor: pointer;
	}
	.ajde_evcal_calendar .evosub_subscriber_btn:hover, .evosub_subscriber_btn:hover {
		color: #fff;
		opacity: 0.6;
		text-decoration: none;
	}
	.evosub_subscriber_btn em.fa{margin-right: 10px;}
	
	/* form */
		#evoSUB_bg, .evosub_form_in, #evoSUB_form{
			-webkit-transition: all .2s ease;
			-moz-transition: all .2s ease;
			-ms-transition: all .2s ease;
			-o-transition: all .2s ease;
			transition: all .2s ease;
		}
		#evoSUB_form.on{ visibility: visible;opacity: 1;
			margin: 0; height: 100%; overflow: auto;
		}
		
		.evosub_form_in{opacity: 0; transform: translateY(50px);}
		#evoSUB_form.on .evosub_form_in{transform: translateY(0px);opacity: 1;}
		#evoSUB_form{
			position: fixed;visibility: hidden;opacity: 0;
			z-index: 99999;
			height: 100%; width: 100%;
			top: 0;left: 0;
			font-family: var(--evo_font_2, 'open sans');
			background-color: rgba(0, 0, 0, 0.59);
		}
		
		#evoSUB_form .formIn.loading{
			opacity: 0.4; position: relative;
		}
		#evoSUB_form .formIn.loading:before{
			content:"";
			background: url(evo-loader.gif) center center no-repeat;
			position: absolute;
			top: 0; left: 0;
			width: 100%;
			height: 100%;
			z-index: 50;		
		}
		
		
		#evoSUB_form #evoSUB_close{
			cursor: pointer;
			color: var(--evo_color_1);
			position: absolute;
			top: 10px;
			right: 10px;
			font-size: 14px;
			border: 1px solid var(--evo_color_1);
			border-radius: 50%;
			height: 25px;width: 25px;
			opacity: 0.5;
			-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
    		display: flex;justify-content: center;align-items: center;
    		text-decoration: none;
		}
		#evoSUB_form #evoSUB_close:hover{
			background-color: var(--evo_color_1);
			color: #fff;
		}
		#evoSUB_form h3{
			font-family: var(--evo_font_1, 'open sans');
			text-transform: uppercase;
			color: var(--evo_color_1);
		}
		#evoSUB_form .form.error{background-color: #fba08c;}
		#evoSUB_form .form.success{background-color: #6dc747;}
		#evoSUB_form .form{
			position: relative;
			width: 400px;
			max-width: 400px;
			margin: 70px auto;
			background-color: #fff;
			border-radius: 20px;
			text-align: center;
			padding: 20px;
		}
		#evoSUB_form .form .formIn p{
			margin: 0 0 10px; padding: 0;font-size: 14px;
		}
		#evoSUB_form .form .formIn input[type=text]{
			 background-color: #efefef;
			 color: var(--evo_color_1);
			 border-radius: 25px;
			 border:none;
			 width: 100%;
			 padding: 10px 25px;
			 font-size: 16px;
			-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
    		height:auto;	margin:0;line-height: 1.3;
		}		
		#evoSUB_form .form .formIn button{
			background: var(--evo_color_prime);
			color: #fff;cursor: pointer;
			border-radius: 25px;
			display: inline-block;
			border:none;
			font-size: 16px;
			-webkit-box-sizing: border-box;
    		-moz-box-sizing: border-box;
    		box-sizing: border-box;
    		padding: 10px 20px;text-transform: uppercase;
    		font-family: var(--evo_font_1)
		}
		#evoSUB_form .form .formIn button:hover{opacity: 0.7}
		#evoSUB_form .form .formIn button:focus{outline: none}
		#evoSUB_form .evosub_form{padding-bottom: 10px;}

		#evoSUB_form .form .formIn .categories, .evosub_form .categories{
			text-align: left;
			padding: 4px 10px;	margin: 0;	
			border-bottom: 1px solid rgb(0 0 0 / 5%);
			display: flex;
		    justify-content: space-between;
		    align-items: center;			
		}
		#evoSUB_form .form .formIn .evoETT_section, .evosub_form .evoETT_section{
			position: relative;
		}
		#evoSUB_form .form .formIn .categories span, .evosub_form .categories span{
			background-color: #efefef;
			border-radius: 15px;padding: 3px 15px;
			cursor: pointer;font-style: normal;
			line-height: 40px; margin-left: 10px;
		}
		#evoSUB_form .form .formIn .categories span:hover, .evosub_form .categories span:hover{
			background-color: #D7D7D7
		}
		#evoSUB_form .form .formIn .cat_selection .cat_sel_in span, .evosub_form .cat_selection .cat_sel_in span{	
			display: block;	padding:5px 0; cursor: pointer;
			position: relative;padding: 8px 10px 8px 10px;
			    border-bottom: 1px solid #d9d9d9;
		}
		#evoSUB_form .form .formIn .cat_selection .cat_sel_in span:hover, .evosub_form .cat_selection .cat_sel_in span:hover{opacity: 0.7}
		#evoSUB_form .form .formIn .cat_selection span.select,.evosub_form .cat_selection span.select{padding-left: 38px;}
		#evoSUB_form .form .formIn .cat_selection span.select:before, .evosub_form .cat_selection span.select:before{
			    content: "\f058";
		    display: inline-block;
		    font-family: 'evo_FontAwesome';
		    font-style: normal;
		    font-weight: 800;
		    font-size: 18px;
		    left: 10px;
		    position: absolute;
		    color: var(--evo_color_1);
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		    width: 12px;
		}		
		#evoSUB_form .form .formIn .cat_selection, .evosub_form .cat_selection{
			margin: 0 12px;
			text-align: left;overflow: hidden;
			position: relative;	    border-radius: 10px;  border: 1px solid var(--evo_color_1);		
		}
		#evoSUB_form .form .formIn .cat_selection .cat_sel_in, .evosub_form .cat_selection .cat_sel_in{
			max-height: 245px;overflow: auto;padding: 0;position: relative;display: block;
		}
		#evoSUB_form .form_footer{
			background-color: #F0F0F0;
			margin: 25px -20px -20px;
			padding: 20px;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			border-top: 1px solid #D0D0D0;
		}
		#evoSUB_form .form_footer p{
			margin: 0; padding: 0;
			font-size: 12px;
		}
	/* subscribe manager page */
		.evosub_form{margin: 20px 0;}
		.evosb_subscription_info_section{
			background-color: #e2f0ff;
		    border-radius: 15px;
		    padding: 20px;
		    margin-bottom: 10px;
		}
		.evosb_categories_section h4{
			font-size: 16px;
		    background-color: #efefef;
		    margin: -10px -10px 0;
		    padding: 20px;
		    border-radius: 15px;
		}
		.evosub_page_msg{padding: 20px 0;background-color: #b4eaa2;border-radius: 15px;}

	/* success message */
		#evoSUB_form .formIn p.evosub_msg{margin: 10px;}
		#evoSUB_form .formMsg p{
			    font-family: var(--evo_font_1);
    		color: #fff;
		}
		#evoSUB_form .formMsg p i{
			position: relative;
		    display: flex;
		    margin: 20px auto 20px;
		    width: 45px;
		    height: 45px;
		    border: 2px solid #ffffff;
		    border-radius: 50%;
		    justify-content: center;
		    align-items: center;
		    color: #fff;
		    font-size: 24px;
		}
		#evoSUB_form .formMsg p b:before{
			content: '';
		  	display: block;
		  	position: absolute;
		  	top: 50%;
		  	left: 50%;
		  	margin: -7px 0 0 -9px;
		  	height: 10px;
		  	width: 16px;
		  	border: solid #ffffff;
		  	border-width: 0 0 4px 4px;
		  	-webkit-transform: rotate(-45deg);
		  	-moz-transform: rotate(-45deg);
		  	-ms-transform: rotate(-45deg);
		  	-o-transform: rotate(-45deg);
		  	transform: rotate(-45deg);
		}

/* responsive styles */
	@media (max-width: 480px){
		#evoSUB_form .form{width: 90%;}
	}/**
 * Styles for WeeklyView Addon
 * @version 2.1.7
 */	

 :root{
 	--evowv_border_c: #737373;
 }	
.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_grid .evo_wv_day span.day_num,
	.EVOWV_grid .evo_wv_day span.day_name,
	.EVOWV_grid .evo_wv_day span.mo_name,
	.evowv_tooltip,
	ul.EVOWV_date_ranges li	
	{
		font-family: var(--evo_font_1), 'roboto',oswald,'arial narrow';
		font-weight: 700;
	}
	.eventon_weeklyview, .EVOWV_thisdates_range
	{font-family: var(--evo_font_2), 'open sans','arial';	}

/* General */
	.ajde_evcal_calendar.evoWV .evo_cal_above span.evo-gototoday-btn{display: none;}
	.ajde_evcal_calendar.evoWV .calendar_header{min-height: auto; margin-bottom: 5px}
	.EVOWV_thisdates_range{text-transform: uppercase;font-weight: normal;}
	.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;
	}	
	.EVOWV_dates .evowv_this_weekbtn{
		text-transform: uppercase;
		background-color: #fff;
	    border: 1px solid var(--evowv_border_c);
	    color: var(--evowv_border_c);
	    margin-right: 8px;
	        display: inline-flex;
    	align-items: center;
	}
	.EVOWV_content{margin-bottom:10px;}

	/* arrow */
		.EVOWV_dates .evowv_arrow{
			cursor: pointer;
		    margin: 0;
		    display: block;
		    color: var(--evowv_border_c);
		    background-color: #ffffff;
		    border: 1px solid var(--evowv_border_c);
		    border-radius: 50%;
		    height: 34px;
		    width: 34px;
		    text-align: center;
		    justify-content: center;
		    align-items: center;
		    display: flex;	
		    box-shadow: none;
		    padding:0;	
		}
		.EVOWV_dates .evowv_arrow:hover i{color: #ffffff;}
		.EVOWV_dates .evowv_arrow:hover{
			color: #fff;
		    border-color: var(--evo_color_1);
		    background-color: var(--evo_color_1);
		}
		.EVOWV_dates .evowv_arrow i{font-size: 20px}	
		.EVOWV_grid{
			overflow: hidden;
			position: relative;
			margin: 0px;	
			height: 120px;
			border-radius: 10px;
		}	
		.evoWV_ws0 .EVOWV_grid{height: auto;}
		.EVOWV_dates .evowv_arrow.disable i, .EVOWV_dates .evowv_arrow.disable:hover i{opacity: 0.3!important; cursor: default;
			color: #fff;
		}

	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day{
		width: calc(100% /7); position: relative;
		display: inline-block;
		margin: 0;
		padding: 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;
		background: transparent;
	}
	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day .evowv_daybox{
		display: flex; flex-direction: column;align-items: center;
		cursor: pointer;
		background: #f1f1f1;
		border-right:none;
		color: var(--evo_color_1);
		line-height: 100%;
		padding:15px 0 0;
		height: 100px;
		margin-right: 10px; border-radius: 15px;
	}
	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day:last-child .evowv_daybox{margin:0;}
	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day.newmo .evowv_daybox{padding-top: 2px;}
	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day.newmo .mo_name{
		text-transform: uppercase;
	    font-size: 10px; padding: 5px;
	}
	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day.newmo .mo_name em{
		    font-style: normal;
	    background-color: #f79191;
	    padding: 2px 8px;
	    border-radius: 10px;
	    /* margin-top: 3px; */
	    display: inline-block;
	    color: #fff;
	}
	.ajde_evcal_calendar .EVOWV_grid .evo_wv_day .evowv_daybox:hover{background-color:#f7f7f7 }
	
	.evoWV.ajde_evcal_calendar .EVOWV_grid .evo_wv_day.today .day_num{    background-color: #f79191;
    color: #fff;	}
	.evoWV.ajde_evcal_calendar .EVOWV_grid .evo_wv_day.focus_d .evowv_daybox{	
		background-color: var(--evo_color_1); color:#ffffff;}

	.EVOWV_grid .evo_wv_day span{
		display: block;	line-height: 130%;	
	}
	.EVOWV_grid .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_grid .evo_wv_day span.day_num{
		font-size: 24px;
		background-color: #fff;
		color: var(--evo_color_1);
	    border-radius: 8px;margin-bottom: 5px;
	    padding: 8px;
	}
	.EVOWV_grid .evo_wv_day span.day_name{
		font-weight:300;
		text-transform: uppercase;	
		font-size: 12px;margin-bottom: 5px;
	}
	.evoWV em.evo_time{display: none;}
/* Events per day */
	.EVOWV_grid .evo_wv_day .day_events{margin-top: -8px}
	.EVOWV_grid .evo_wv_day .day_events em{
		display: inline-block;
		margin: 0 1px;
		height: 7px; width: 7px;
		border-radius: 60px;
		background-color: #d8d8d8;
	}
	.EVOWV_grid .evo_wv_day .day_events.has_more_events em{display: none}
	.EVOWV_grid .evo_wv_day .day_events em.more{
		width: 15px;
		color: #3d3d3d;
		display: inline-block
	}
	.evowv_tooltip{
		position: absolute;
		background-color: #fff;
		padding: 5px 10px;
		font-size: 13px; font-style: normal; font-weight: bold;
		color:#7a7a7a;
		text-transform: uppercase;
		top: 0;
		-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.06);
	    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.06);
	    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.06);
	}
	.evowv_tooltip:before{
		content:"";
		border-style: solid;
		border-width: 10px 10px 0 0;
		border-color: #c3c3c3 transparent transparent transparent;
		height: 0;width: 0;position: absolute;
		left: 0px; bottom: -10px;
	}
	.evowv_tooltip.left:before{
		border-width: 0 10px 10px 0px;
		border-color: transparent #c3c3c3 transparent transparent;
		right: 0px; left:auto;
	}

/* ajax before load */
	.evoWV .evo_ajax_load_events{}
	.evoWV .evo_ajax_load_events span.d{width: 270px;height: 50px;}
	.evoWV .evo_ajax_load_events span.w{height: 90px;}
	.evoWV .wk_1 .evowv_col_events .evo_ajax_load_events{margin: 10px;}
	.evoWV .evo_ajax_load_events span.wk_ev{height: 30px;}
	.evoWV .evo_ajax_load_events.evowv_pre_loader_week{height: 90px;    display: flex; gap: 10px;}

/* week style = table */
	.evowv_preload_grid.wk_1{display: none;}
	.EVOWV_content.wk_1 .EVOWV_grid{
		display: flex;
		height: auto; width:100%;
		overflow: visible;
		border: 1px solid var(--evo_linecolor_1);
		border-right: none;
	}
	.EVOWV_content.wk_1 .evo_wv_day .evowv_daybox{
		height: 120px;
		border:none;
		border-bottom:1px solid var(--evo_linecolor_1);
		    margin: 0;
    	border-radius: 0px;
	}
	.EVOWV_content.wk_1 .evo_wv_day{
		width: 14.28%; height: auto;
		border-right: 1px solid var(--evo_linecolor_1);
		padding:0px;
	}
	.EVOWV_content.wk_1 .evo_wv_day:first-child{border-radius: 10px 0 0; overflow:hidden;}
	.EVOWV_content.wk_1 .evo_wv_day:last-child{border-radius: 0 10px 0 0; overflow:hidden;}
	.EVOWV_content.wk_1 .evowv_col_events{
		text-align: left;
		padding:0px;
	}
	.EVOWV_content.wk_1 .evowv_col_events .event{
		padding:20px 10px; 
		display:block;
		font-size: 14px;
		line-height: 1.3;
		margin:0px;		
		cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
		color: var(--evo_color_1);
		border-top:3px solid;
	}

	.EVOWV_content.wk_1.tb_1 .evowv_col_events{
		padding:10px 5px;
	}
	.EVOWV_content.wk_1.tb_1 .evowv_col_events .event{
		color:#fff; font-size: 11px;
		margin:3px;
		padding:5px 7px; 
		border-radius: 5px;
		border-top:none;
	}
	.EVOWV_content.wk_1 .evowv_col_events .event:hover{
		opacity: 0.7
	}
	.EVOWV_content.wk_1 .evowv_col_events .event .time{
		display: block;
		font-size: 10px;
		opacity: 0.8;
		font-weight: normal;
		margin-bottom: 2px;
	}

/* top week header */
	.EVOWV_dates{margin-bottom: 10px; margin-top:2px; }
	/* week range */
		.EVOWV_change{
			display: inline-block;
			background-color: var(--evo_color_prime); color:#fff;
			padding: 0px 20px; 
			height:34px;line-height: 34px; 
		}
		.EVOWV_ranger{
			position: absolute;
			background-color: #fff; color:var(--evo_color_1);
		    border-radius: 15px; overflow: hidden;
		    top: 40px; z-index: 10; left: 0;
		    display: none; 
		    min-width: 270px; border: 2px solid var(--evo_color_1);
		}
		.EVOWV_ranger a{
			display: block; color: var(--evo_color_1); text-align: center;
			padding: 5px;background-color: #d4d4d4;
			height:30px; line-height: 1; box-sizing: border-box;
		}
		.EVOWV_ranger_handle{
			height: 151px; overflow: hidden; position: relative;
		}
		ul.EVOWV_date_ranges{
			position: absolute;
			top: 0px;
			margin-left: 0; 
			list-style:none;
			width: 100%;	
			border-top:1px solid  var(--evo_color_2);		
			border-bottom:1px solid  var(--evo_color_2);		
		}
		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 var(--evo_color_2);text-transform: uppercase;	
			box-sizing:border-box;
			color:var(--evo_color_1);		
			font-size: 13px;margin:0;
		}
		ul.EVOWV_date_ranges li.thisweek{background-color: var(--evo_color_second) }
		ul.EVOWV_date_ranges li em{font-style: normal; white-space: nowrap;}
		ul.EVOWV_date_ranges li:hover, .EVOWV_ranger a:hover{
			cursor: pointer; opacity: 0.7
		}
	.ajde_evcal_calendar.evoWV .EVOWV_dates p{
		border-radius: 25px;
		padding: 10px 15px;
		background-color: #f5f4f4;
		color: var(--evo_color_1);
		height: 34px;font-weight: 700; 
	}
	.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_grid{margin: 0 30px;}
	.evo_widget .eventon_weeklyview p.evoWV_top{font-size: 24px;}
	.evo_widget .EVOWV_grid .evo_wv_day span.day_num{
		font-size: 16px; font-weight: 300;}
	.evo_widget .EVOWV_grid .evo_wv_day span.day_name{font-size: 10px;}
	.evo_widget .EVOWV_grid .evo_wv_day span.num_events{
		height: 15px;width: 15px;
		font-size: 9px;
	}
	.evo_widget .EVOWV_grid, .evo_widget .EVOWV_grid .evo_wv_day{min-height: 80px;}
	#evcal_widget .ajde_evcal_calendar.evoWV .EVOWV_dates p{
		font-size: 12px
	}
	.evo_widget .ajde_evcal_calendar.evoWV .EVOWV_grid{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;}


/* RTL */
	.evortl .EVOWV_dates{justify-content: flex-end;}
	.evortl .EVOWV_grid{flex-direction: row-reverse;display: flex;}
	.evortl.evoWV .evo_ajax_load_events span.d{float:right;}

/* responsive */
	@media (max-width: 600px){
		.EVOWV_grid{height: 100px;}
		.ajde_evcal_calendar .EVOWV_grid .evo_wv_day .evowv_daybox{margin-right: 5px;height: 100px;}
		.EVOWV_grid .evo_wv_day span.day_num{padding: 5px;}
		.EVOWV_change{
			display: block;
		}
		ul.EVOWV_date_ranges li{font-size: 14px;}
		
		.EVOWV_dates .evowv_this_weekbtn{}
		.eventon_weeklyview .evowv_arrow{
			width: 30px;
		}
		.eventon_weeklyview .evowv_arrow i{
			font-size: 22px;
			margin-left: 0;
			left: 10px;
		}
		.eventon_weeklyview p.evoWV_top{font-size: 24px;}
		.EVOWV_grid .evo_wv_day span.day_num{font-size: 18px; font-weight: 300;}
		.EVOWV_grid .evo_wv_day span.day_name{font-size: 11px;}
		.EVOWV_dates .evowv_this_weekbtn{display:none;}

		/* week 1 style */
			.EVOWV_content.wk_1 .EVOWV_grid{display: flex;
			    flex-direction: column;
			    height: 100%;}
			.EVOWV_content.wk_1 .evo_wv_day{ width:100%; }
			.EVOWV_content.wk_1 .evo_wv_day .evowv_daybox{height: auto; padding:10px 0;border-top:1px solid #f1f1f1;}
			.EVOWV_content.wk_1 .evo_wv_day span{    display: inline-block;font-size: 14px; font-weight: bold}
	
		.EVOWV_ranger{	left:auto; right:-50px;	}		
	}
	@media (max-width: 480px){	}/**
 * Styles for eventon wishlist
 * @version 1.2
 */

.ajde_evcal_calendar.evoWI #evcal_head{display: none;}
.eventon_events_list .eventon_list_event .evoet_cx span.evowi, 
.evo_pop_body .evoet_cx span.evowi{
	display: flex;align-items: center;
	font-size: 12px;
	position: relative;
	text-transform: uppercase;
}
.eventon_events_list .eventon_list_event .evoet_cx span.evowi_wi_area, 
.evo_pop_body .evoet_cx span.evowi_wi_area{
	display: inline-flex;align-items: center;
	border-radius: 5px;
	padding: 5px 8px 5px 0;
	margin-right: 8px;
}
#evcal_list .eventon_list_event .evoet_cx span.evowi_wi_area em{margin:0;}


/* COLOR */	
	.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evowi_wi_area,
	.evo_pop_body.color .evoet_cx span.evowi_wi_area
	{
		color:#fff;
		background-color: #ffffff4d;
	    border-radius: 10px;
	    padding: 5px 10px;
	}
	.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evowi,
	.evo_pop_body.color .evoet_cx span.evowi
	{color:#fff;}

/* other */
.eventon_events_list .eventon_list_event .evoet_cx span.evowi.loading i:before, 
.evo_pop_body .evoet_cx span.evowi.loading i:before{
	content:""
}
.eventon_events_list .eventon_list_event .evoet_cx span.evowi.loading i, 
.evo_pop_body .evoet_cx span.evowi.loading i{
	background: url(spinner.gif) center center no-repeat;
	height: 14px;
    width: 14px;
    opacity: 0.3;
}


.eventon_events_list .eventon_list_event .evoet_cx span.evowi.loading:before, 
.evo_pop_body .evoet_cx span.evowi.loading:before{
	position: absolute;
	width: 100%;
}
.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evoet_cx .notlisted span.evowi_wi_area i,
.evo_pop_body .evoet_cx .notlisted span.evowi i
{opacity: 0.5}
.eventon_events_list .eventon_list_event .evoet_cx span.evowi i, 
.eventon_events_list .eventon_list_event .evoet_cx .notlisted span.evowi i, 
.evo_pop_body .evoet_cx span.evowi i{
	margin-right: 8px;
	cursor: pointer;
	font-size: 20px
}
.eventon_events_list .eventon_list_event .evoet_cx span.evowi span.evowi_wi_area:hover i, 
.evo_pop_body .evoet_cx span.evowi span.evowi_wi_area:hover i{
	color:#ff6124; opacity: 1
}
.eventon_events_list .eventon_list_event .evoet_cx span.evowi em, 
.evo_pop_body .evoet_cx span.evowi em{
	float: none; display: inline-block;
	font-style: normal;
}
.ajde_evcal_calendar.evoWI #evcal_list, .ajde_evcal_calendar.evoWI #evcal_list .evcal_month_line p{border:none;}

/* wishlist manager */
	.evowi_wl_manager{}
	.evowi_wl_manager .evowi_stats{
		background-color: #e8e8e8;
	    padding: 10px 20px;
	    margin: 0 0 10px;
	    border-radius: 15px;
	}
	.evowi_wl_manager .evowi_stats p{
		margin: 0;
	    font-size: 16px;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	    flex-wrap: wrap;
	}
	.evowi_wl_manager .evowi_stats p b{
		background-color: #cfcfcf;
	    padding: 10px;
	    border-radius: 12px;
	}
