/**
 * From M.E. Calendar Custom CSS
 */
.mec-wrap {
  font: 14px/25px sans-serif;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #626262;
}
.mec-wrap .mec-bg-color,
.mec-wrap .mec-bg-color-hover:hover {
  background-color: #c10505;
}
article.mec-event-article.mec-clear {
  margin-bottom: 40px;
}
.mec-load-more-button {
  border-radius: 0px;
}
.mec-wrap .mec-border-color,
.mec-wrap .mec-border-color-hover:hover {
  border-color: #e2b41d;
}
.colorskin-custom {
  margin-top: 9%;
}
article.mec-single-event {
  margin-top: 8%;
  margin-left: 3%;
  margin-right: 3%;
}
/**
 * Custom CSS end
 */

/* MEC styles inline too */
.mec-wrap.colorskin-custom {
  margin-top: 50px;
}

.mec-wrap .row {
  margin-left: 15px;
  margin-right: 15px;
}
.mec-event-grid-classic .mec-event-article {
  border-width: 1px;
  box-shadow: none;
}
.mec-wrap .event-color {
  display: none;
}
.mec-wrap h4 a {
  /*font-family: inherit;*/
}

.single-mec-events header.light .main_menu > ul > li > a {
  color: #000 !important;
}
.single-mec-events #main-content {
  /*margin-top: 12%;*/
}
.single-mec-events .mec-wrap {
  margin-top: 10%;
}