/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.register-to-event-button .gform_button {
	background: #007398;
	padding: 10px !important;
	border: 1px solid #7a7c81 !important;
	border-radius: 5px;
	width: 100%;
	color: #fff !important;
	max-width: 340px;
	font-size: 1em;
	margin: 0 16px 0 0;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
	display: none;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
	width: 75%;
}
.evo_eventtop .register-to-event-button-top {
	top: 15px;
	right: 5px;
	position: absolute;
	display: block;

	background: #007398;
	padding: 10px !important;
	border: 1px solid #7a7c81 !important;
	border-radius: 5px;
	width: 100%;
	color: #fff !important;
	max-width: 340px;
	font-size: 1em;
	margin: 0 16px 0 0;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	text-transform: none;
	width: 200px;
	font-size: 16px;
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.5em;
	max-width: 100%;
}

.evo_metarow_ICS .register-to-event-button {
	position: absolute;
    top: 7px;
    width: 200px;
}
.evo_metarow_ICS .register-to-event-button + .evcal_evdata_icons {
	right: 223px;
	position: absolute;
}
.evo_metarow_ICS .register-to-event-button + .evcal_evdata_icons.single-link {
	right: 133px;
}
.evo_metarow_ICS .register-to-event-button + .evcal_evdata_icons +.evcal_evdata_cell {
	text-align: right;
}

@media (max-width:767px){
	.evo_metarow_ICS .register-to-event-button {
		position: static;
		margin: 0 0 20px 0;
	}
	.evo_metarow_ICS .register-to-event-button + .evcal_evdata_icons {
	    right: initial;
	}
	.evo_metarow_ICS .register-to-event-button + .evcal_evdata_icons +.evcal_evdata_cell {
		text-align: left;
	}
}
@media (max-width:1250px){
	.evo_eventtop .register-to-event-button-top {
		position: static;
		margin: 12px 10px 10px 0;
	}
}