.row-event {
   display: flex;
    display: -webkit-flex;
    margin: auto;
}  

.event-cell {
  margin: auto;
}

.event_name {
  font-size:28px;
  line-height: 26px;
}
.event_location {
  vertical-align: middle;
  font-size: 24px !important;
  line-height: 28px;
  font-style: italic;
  text-align: center;
  width: 100%;
}

.event_date {
  font-size: 20px !important;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;  
  width: 100%;
}

.event_time {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.event_image > img {
  height: 150px;
}

.author {
  display:none;
}

div.content > h6.category {
  display: none;
}

h1.hestia-title {
	text-align: center;
}

div.em-booking-form-details { width: 100%; }
div.em-booking-form-details label { width: 100%; }
div.em-booking-form-details input { width: 100% !important; }

.copyright.pull-right {
    display: none;
}

div.related-posts {
	display:none;
}