<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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
		}
		
	}</pre></body></html>