/*añaido para corregir que la página index.html (la default del sistema) no se rompa mostrando eventos y noticias uno encima de otro en vez de uno al lado de otro. La regla fue enviada por el diseñador de la template/ */

.lead-content{margin-bottom:20px;}

@font-face {
  font-family: "vivaldi";
  src: url(../VIVADCL_.TTF) format("truetype");
}

.logo-text {
	font-family: "vivaldi";
	text-transform: capitalize;
	font-size: 24px;
}

.upcoming-event-bar .counter .timer-col #days, .upcoming-event-bar .counter .timer-col #hours, .upcoming-event-bar .counter .timer-col #minutes, .upcoming-event-bar .counter .timer-col #seconds {
    border-color: #4a89dc !important; /*añadido to make the rings of counter match the general color*/
}

h3 a.event-title {
    color: #4a89dc !important; /*añadido to make the main event header match the general color*/
}

.latest-sermon-block {
	padding-top: 5px; /*añadido to detach the lastest sermon a litle bit from the top*/
	padding-bottom: 5px;
}

.notice-bar {
	padding: 20px 0; /*añadido to detach the lastest sermon a litle bit from the top*/
}

.event-register-button {
	background-color:red !important; /*añadido to place a red botton de ver en vivo*/
}

#audio-sermon {
    width: 125px;
    margin: 0 auto !important; 
}
