/**
 * @package		JCalPro
 * @subpackage	mod_jcalpro_events
Copyright (c) 2006-2012 Anything-Digital.com
 */
/* these elements need to be block - we don't use default block elements inside the list though */
.jcalpro_events_date,
.jcalpro_events_description,
.jcalpro_events_category,
.jcalpro_events_custom_field,
.jcalpro_events_location {
	display: block;
}
.jcalpro_events_date {
	float: left;
	color: #fff;
	width: 35%;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
}
.jcalpro_events_date .date_right{
	line-height: 46px;
	padding-left: 10px;
}
.jcalpro_events_date .events_day{
	font-size: 36px;
}
.jcalpro_events_date .events_month{
    font-size: 18px;
	text-transform: uppercase;
}
.jcalpro_events_link {
	float: left;
	width: 65%;
	padding-top: 6px;
}
.jcalpro_events_link a {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.jcalpro_events_link a:hover, .jcalpro_events_link a:focus{
	color: #000000;
}
/* category links should not be as prominent */
.jcalpro_events_category a,
.jcalpro_events_category a:link,
.jcalpro_events_category a:visited,
.jcalpro_events_category a:hover,
.jcalpro_events_category a:active {
	font-size: x-small;
}
/* pad the description */
.jcalpro_events_description {
	padding: 10px 5px 15px;
}
.home_agenda .jcalpro_events {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.home_agenda .jcalpro_events li:first-child{
	/*border-bottom: 0px;*/
}
.home_agenda .jcalpro_events li {
	background: none !important;
	min-height: 123px;
	margin-left: 0 !important;
	padding-left: 0px !important;
	list-style: outside none none;
	float: left;
	max-width: 440px;
	width: 100%;
	border-bottom: 1px #dbdbdb solid;
	display: flex !important;
    align-items: center !important;
}
.home_agenda .jcalpro_events li:hover span.jcalpro_events_date, .home_agenda .jcalpro_events li:focus span.jcalpro_events_date,
.home_agenda .jcalpro_events li:hover .jcalpro_events_link a, .home_agenda .jcalpro_events li:focus .jcalpro_events_link a{
	color: #3500bd;
}
.home_agenda .jcalpro_events li.left-event{
	margin-right: 80px;
}
ul..home_agenda .jcalpro_events{
	overflow: auto;
}
.jcalpro_title  a, .jcalpro_title  a:hover {
	display:block;
	text-transform: uppercase;
	background:#1763a8 url('../../../images/events/bg_events.png');
	background-position: bottom;
	background-repeat:repeat-x;	
	height:38px;
	margin-bottom: 20px;
	padding: 12px 0 0 10px;
	font-family:GloberBold, Arial, Helvetica, sans-serif;  	
	font-size: 17px;
	color: #FFF;
}
.jcalpro_alldates {
	width:100%;
	height:24px;
	text-align:right;
	padding: 20px 0;
	text-transform: uppercase;
}
.jcalpro_alldates_sep {
	width: 92%;
	margin: auto;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 5px;
}
.jcalpro_alldates_link {
	text-align: center;
	margin: 50px 0 30px;
}
.jcalpro_alldates_link a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #3500bd;
	background: transparent;
	border: 1px #3500bd solid;
	max-width: 350px;
    width: 100%;
    min-height: 52px;
    line-height: 52px;
}
.jcalpro_alldates_link a:hover{
	color: #fff;
	background: #210074;
	border: 1px #210074 solid;
}
.jcalpro_alldates_arrow {
	float:right;
	margin:6px 12px 0px 10px;
}

@media screen and (max-width: 758px){
	.jcalpro_alldates_link{
		float: left;
		margin: 30px 0 50px !important;
	}
	.jcalpro_alldates {
		height: auto;
	}
}

@media screen and (max-width: 480px){
	.jcalpro_alldates_link a{
		max-width: 100%;
		padding: 0px;
		width: 100%;
	}
}