#tribe-events-pg-template, #tribe-community-events-content {
	background-color: #fff !important;
}

.tribe-events-pg-template, .tribe-community-events-content {
	background-color: #fff !important;
}

.tribe-common {
	background-color: #fff !important;
}

.tribe_events p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.5;
}

.tribe_events li {
	font-family: 'Roboto', sans-serif;
}

.tribe_events ul {
	margin-left: 5px;
}

.tribe-events-meta-group h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px  !important;
	font-weight: 200;
	line-height: 1.5;
}

.tribe-events-meta-group dd {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.5;
}

.tribe-events-single  h1 {
	font-size: 30px !important;
}

.tribe-events-meta-group {
	width: 300px !important;
}

.tribe-events-venue-map {
	width: 600px !important;
}

.tribe-common-c-btn {
	background-color: #fb005f !important;
}

.tribe-common-c-btn-border {
	border-color: 	#fb005f !important;
	color: #000 !important;
}

.tribe-common-c-btn-border:hover {
	background-color: #fb005f !important;
	color: #fff !important;
}	


/*Event Post*/
.tribe-events-event-image{
    max-width:calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    height: auto!important;
}

.tribe-events-single-event-description {
    max-width:calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    padding:1rem 2rem;
}

.tribe-events-single-event-description a{
    color: #fb005f!important;
    border-bottom: 1px solid #fb005f!important;
}

.tribe-events-single-event-description li::marker{
    color: #fb005f!important;
 
}

.wp-post-image {
    min-height:100%;
    width:100%;
}






/*Events Grid*/
.tribe-events-pro-photo__event-featured-image-wrapper a {
    height:100%!important;
    width:100%!important;
 
}

.tribe-events-pro-photo__event-featured-image-wrapper img{
 
    height:100%!important;
    width:100%!important;
    object-fit:cover!important;
    object-position: 50% 50%!important;
    background-repeat: no-repeat!important;
}

.tribe-events-pro-photo__event-featured-image-wrapper {
	   
       background-color: #fb005f !important;
}

.tribe-events-pro-photo__event-featured-image-wrapper img , .tribe-events-pro-photo__event-featured-image-wrapper a, .tribe-events-pro-photo__event-featured-image-wrapper {
   min-height:348px!important;
  max-height:348px!important;

}

/*Small Desktop*/
@media (max-width:1199px)  {
    .tribe-events-pro-photo__event-featured-image-wrapper img , .tribe-events-pro-photo__event-featured-image-wrapper a, .tribe-events-pro-photo__event-featured-image-wrapper {
       min-height:30vw!important;
       max-height:30vw!important;
    
    }
}

/*Tablet*/
@media (max-width:1024px)  {

	.tribe-events-pro-photo__event-featured-image-wrapper {
	       background-color: #fb005f !important;
	}
	
	.tribe-events-pro-photo__event-featured-image-wrapper img {
		vertical-align: middle !important;

	}	
	
	.tribe-events-pro-photo__event-featured-image-wrapper img , .tribe-events-pro-photo__event-featured-image-wrapper a, .tribe-events-pro-photo__event-featured-image-wrapper {
	    min-height:28vw!important;
	    max-height:28vw!important;
	}
	
	
}	

/*mobile*/
@media (max-width:767px)  {
    .tribe-events-pro-photo__event-featured-image-wrapper img , .tribe-events-pro-photo__event-featured-image-wrapper a, .tribe-events-pro-photo__event-featured-image-wrapper {
       min-height:40vw!important;
       max-height:40vw!important;
    
    }
    
    .tribe-events-event-image{
    max-width:100%;
    flex: 0 0 100%;
    height: auto!important;
}

.tribe-events-single-event-description {
     max-width:100%;
    flex: 0 0 100%;
    padding:2rem 2rem;
}
}

/*Mobile Small*/
@media (max-width:499px)  {
    .tribe-events-pro-photo__event-featured-image-wrapper img , .tribe-events-pro-photo__event-featured-image-wrapper a, .tribe-events-pro-photo__event-featured-image-wrapper {
       min-height:90vw!important;
       max-height:90vw!important;
    
    }
}