/* AGENDA PAGE */


#tribe-events .tribe-events-list-separator-month{
	background-color: transparent;
	border-bottom: 3px solid #d5c651;
	font-size: 22px;
	padding: 8px 2px;
	margin: 35px 0 0;
}
#tribe-events .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{
	padding-top: 40px;
}
#tribe-events h3.tribe-events-list-event-title{
	display: block;
	margin-bottom: 20px;
}
#tribe-events h3.tribe-events-list-event-title a{
	color:#d5c651;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta{
	font-weight: normal;
	width: 20%;
	float: left;
}
#tribe-events .tribe-event-schedule-details{
	border:2px solid #d5c651;
	border-radius: 6px;
	margin-right: 40px;
	padding: 20px;
	text-align: center;
	font-size: 16px;
}
#tribe-events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 13%;
}
#tribe-events .tribe-event-date-start,
#tribe-events .tribe-event-date-end{
	display: block;
	font-weight: 700;
}
#tribe-events .tribe-events-venue-details{

	margin-right: 40px;
	font-size: 16px;
	font-weight: 700;
	background-image: url('../images/map.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 3px;
}
#tribe-events .tribe-events-venue-details .tribe-address{
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-top: 10px;

}
#tribe-events .tribe-events-gmap {
	font-size: 12px;
	color:#d5c651;
}
#tribe-events .tribe-events-read-more{
	color:#d5c651;
	font-weight: 700;
}
#tribe-events .ticket-cost{
	background-color: #d5c651;
	border:0px;
	margin-left: 20px;
}

#tribe-events .tribe-events-list-event-description{
	width: 56%;
	float: left;
}
#tribe-events .tribe-events-past a{
	color:black;
}

/* SINGLE EVENT */

.single-tribe_events .tribe-events-back a{
	color: black;
}
.tribe-events-single-event-title{
	font-size: 22px;
    color: #d5c651 ;
    line-height: 27px;
    font-family: Titillium Web;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 25px !important;
    width: 100%;
}

.outerdiv-img-descripcion{
	width: 60%;
	float: left;
	margin-bottom: 30px;
}
.outerdiv-img-descripcion > div {
	padding-right: 20px;
}
.outerdiv-detalles-map{
	width: 40%;
	float: left;
}

.single-tribe_events .tribe-events-event-meta{
	margin: 0px;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
	width: 45%;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group{
	width: 100%;
}
.single-tribe_events .secondary .tribe-events-venue-map{
	    width:93%;
    margin: 0px;
}
.single-tribe_events .tribe-events-event-meta{
	background: transparent !important;
	border:0px !important;
	border-left: 1px solid #eee !important;
	margin-bottom: 30px;
}


/*** 27/04/2020 **/
.tribe-events-view-loader__dots.tribe-common-c-loader > .tribe-common-c-loader__dot{
	background-color: #d5c651 !important;
}
.tribe-events .datepicker .day.active{
	background-color: #d5c651 !important;
}
.tribe-common .tribe-common-c-btn{
	background-color: #d5c651 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
	color: #d5c651 !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after, .tribe-events .tribe-events-calendar-day__event--featured:after {
    background-color: #d5c651 !important;
}
.tribe-common .tribe-common-svgicon--featured {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23d5c651'/%3E%3C/svg%3E");
}
.tribe-events .tribe-events-c-ical__link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23d5c651' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}
.tribe-events .tribe-events-c-ical__link{
	color: #d5c651 !important;
    border: 1px solid #d5c651 !important;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff !important;
    background-color: #d5c651 !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #d5c651 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs{
	display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-top: 0px;
}

/*** FIN: 27/04/2020 **/

/* RESPONSIVE EVENTS*/

@media only screen and (max-width: 1199px){
	.tribe-events-loop{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 990px) and (min-width: 768px){
	.tribe-events-event-meta{
		width: 50% !important;
	}
	.tribe-events-event-image{
		width: 30% !important;
	}
	#tribe-events .tribe-events-list-event-description{
		width: 100% !important;
	}
	.outerdiv-img-descripcion{
		width: 50%;
	}
	.outerdiv-detalles-map{
		width: 50%;
	}
	.single-tribe_events .tribe-events-event-image {
	    width: 100% !important;
	}
}
@media only screen and (max-width: 767px){
	#tribe-events .tribe-events-event-meta{
		width: 100% !important;
	}
	#tribe-events .tribe-events-event-image{
		width: 100% !important;
		text-align: left;
		margin-bottom: 25px !important;
	}
	#tribe-events .tribe-events-list .tribe-events-venue-details {
    	border-top: 0px;
	}
	#tribe-events .tribe-events-list-event-description{
		width: 100% !important;
	}
	#tribe-events .tribe-events-event-meta {
	    background: transparent;
	    border: 0px;
	}
	#tribe-events .tribe-events-venue-details{
		background-position: left 11px;
	}
	.outerdiv-img-descripcion{
		width: 100%;
	}
	.outerdiv-detalles-map{
		width: 100%;
	}
	.single-tribe_events .tribe-events-event-meta{
		border:0px !important;
	}

}