/**
 * @file
 * Styling for Mercury Content Type
 */

.mercury-event {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 0px;
  overflow: auto;
}
.mercury-dates {
    background-color: #EEEEEE;
    border-radius: 0;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 4px solid #262626;
    float: left;
    height: 25%;
    line-height: 10px;
    margin: 0 1em .5em 0;
    width: 30%;
    padding: 0.625rem 0.3125rem;
}
.mecury-event-details {
  width: 70%;
}
.mercury-event-year {
   font-size: 1.5rem;
  font-weight: 700;
   padding: 0.9 rem 0 0;
  text-align: center;
  width: auto;
}
.mercury-event-month {
  font-size: 1.5em;
  font-weight: 400;
  margin: 1px;
  padding: 0.3125rem 0 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.mercury-event-day {
  font-size: 2.25rem;
  font-weight: 700;
  padding: 1.0625rem 0;
  line-height: 35px;
  text-align: center;
  width: auto;
}
.mercury-event-title {
  flex: 70%;
  font-weight: 700;
  text-decoration: none;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width:39.876rem) and (max-width:51rem) {
  .mercury-dates {
    width: 100%;
  }
  .mecury-event-details {
  width: 100%;
}
  .mercury-event { 
    flex-wrap: wrap; 
  }
  .mercury-event-day {
  font-size: 1.875rem;
  }
}
@media screen and (max-width:39.875rem) {
  .mercury-event { 
    flex-wrap: wrap; 
  }
  .mercury-event-day {
  font-size: 1.875rem;
}
  .mercury-dates {
    width: 100%;
  }
  .mecury-event-details {
  width: 100%;
}

}
/*Styling for front page mercury*/
.mercury-item {
  display:flex;
  min-height: 20%;
  max-height: 30%;
    border-bottom: 1px solid #eee;

    overflow: auto;
}
.mercury-item-photo {
    flex: 30%;
    padding: 0.225em;
}
.mercury-item-title {
 padding-bottom: 0.825em;
}
.mercury-item-date {
 padding-bottom: 0.825em;
 font-weight: 700;
}

.mercury-item-details {
  flex: 70%;
  font-weight: 700;
  text-decoration: none;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0.625em;
}

@media screen and (max-width:39.875rem) {
  .mercury-item{ 
    flex-wrap: wrap; 
  }

}

