/*
	Eventon Weekly Calendar styles
	version 0.14
*/
	
	.evoWV #eventon_loadbar_section{
		border-bottom:none;
	}
	.evoWV_week_header{
		width: 100%;
		padding: 60px 0 40px;
		background-color: #d5c3ac;
		color: #fff;
		text-align: center;
		font-family: 'open sans';
	}

	.evoWV_week_header p.evoWV_top span.prev{margin-right: 30px;}
	.evoWV_week_header p.evoWV_top span.next{margin-left: 30px;}
	.evoWV_week_header p.evoWV_top span:hover{opacity: 1}
	.evoWV_week_header p.evoWV_top span{
		text-align: center;
		height: 50px;
		width: 50px;
		display: inline-block;
		cursor: pointer;
		border: 1px solid #fff;
		border-radius: 50%;
		color: #fff;
		position: relative;
		vertical-align: middle;
		margin-top: -10px;
		opacity: 0.3;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	.evoWV_week_header p.evoWV_top span.disable{opacity: 0.3!important; cursor: default;}

	.evoWV_week_header p.evoWV_top span i {
		font-size: 36px;
		margin-top: 4px;
		position: absolute;
		margin-left: -7px;
	}

	.evoWV_week_header p.evoWV_top {
		margin: 0;
		font-size: 30px;
		line-height: 110%;
		margin-top: -10px;
		position: relative;
		font-family: oswald, 'arial narrow';
		text-transform: uppercase;
		font-weight: 300;
	}

	.evoWV_days{
		overflow: hidden;
		padding-top: 15px;
		width: 294px;
		margin: 0 auto;
	}

	.evoWV_days .evo_wv_day{
		display: inline-block;
		margin: 0;
		padding: 0 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;
	}
	.evoWV_days .evo_wv_day span{
		display: block;
		
	}
	.evoWV_days .evo_wv_day span.num_events{
		border-radius: 50%;
		background-color: #C4AE92;
		width: 18px;
		height: 18px;
		text-align: center;
		font-size: 12px;
		margin: 3px auto 0;		
	}
	.evoWV_days .evo_wv_day span.day_num{
		font-family: oswald, 'arial narrow';
		font-size: 24px;
	}
	.evoWV_days .evo_wv_day span.day_name{
		font-family: oswald, 'arial narrow';
		text-transform: uppercase;	
		font-size: 12px;
	}

	.eventon_wv_days{
		width: 1600px;
	}


	.evoWV em.evo_time{display: none;}
	.eventon_wv_days{opacity: 0.6}

	@media (max-width: 480px){
		.evoWV_week_header p.evoWV_top span{
			height: 30px;
			width: 30px;
		}
		.evoWV_week_header p.evoWV_top span i{
			font-size: 22px;
			margin-left: 0;
			left: 10px;
		}
		.evoWV_week_header 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;}

	}