/* 
 Theme Name:     Deconstruccion
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field-label {
flex: 0 0 42px;}

.tribe-events-event-image {
  float: right;
}

.tribe-events-event-image {

  margin-right: 35px;
}

.eve_home .tribe-common .tribe-common-g-row {
   /* display: inline-block!important;*/
   display:block;
   margin:auto;
    width: 30%;
    vertical-align: top;
    background: #fff;
    padding: 2%;
	/*margin-right: 15px;*/
	height:510px;
}

.tribe-events-widget-events-list__view-more { color:#fff;}

.tribe-common a img { width:100%; margin-bottom:15px;}

.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
	border:2px solid #ff0000;
	padding:5px 0;
	margin-bottom:10px;
}

.tribe-common a:not(.tribe-common-anchor--unstyle):visited {
color: #fcb334!important;
text-align:center; }
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium {
text-align:center; }


@media (min-width: 768px) { 
.entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field-label,.event-tickets .tribe-tickets__attendee-tickets-item.tribe-tickets__form .tribe-tickets__form-field-label{padding-top:10px; flex:0 0 140px/*102px*/;margin-right:var(--tec-spacer-0)}
}



@media (max-width: 767px) {
	
.tribe-common .tribe-common-g-row {
    display: block;
	width: 90%!important;
}

 }