/**
 * @file
 * Visual styles for Groovy+'s node in hero view.
 */
.node--view-mode-mt-hero-card {
  margin-bottom: 40px;
}
.region-hero-first .node--view-mode-mt-hero-card {
  margin-bottom: 70px;
}
.node--view-mode-mt-hero-card h2.node__title {
  font-size: 56px;
}
@media (max-width:767px){
  .node--view-mode-mt-hero-card h2.node__title {
    font-size: 24px;
  }
}
.node--view-mode-mt-hero-card .node__meta {
  margin-bottom: 20px;
}
.node--view-mode-mt-hero-card .field--name-field-mt-pst-body {
  margin-bottom: 15px;
}
.node--view-mode-mt-hero-card .field--name-field-mt-pst-body > p:last-child {
  padding-bottom: 0;
}
.node--view-mode-mt-hero-card .profile {
  display: inline-block;
}
.node--view-mode-mt-hero-card .profile .field--name-user-picture {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.node--view-mode-mt-hero-card .field--name-user-picture img {
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
}
.node--view-mode-mt-hero-card .node__submitted {
  font-weight: 700;
  font-size: 16px;
}
.node--view-mode-mt-hero-card .node__submitted a {
  font-weight: 700;
}
.node--view-mode-mt-hero-card .slideshow-image__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 70%;
  max-width: 70%;
  z-index: 20;
}
.node--view-mode-mt-hero-card .field--name-field-mt-pst-slideshow-text {
  font-size: 14px;
  color: var(--mt-color-base-dark);
}
.node--view-mode-mt-hero-card .field--name-field-mt-pst-slideshow-text h5 {
  margin-top: 0;
  margin-bottom: 5px;
  color: var(--mt-color-base-dark);
}
.node--view-mode-mt-hero-card .field--name-field-mt-pst-slideshow-text p:last-child {
  padding-bottom: 0;
}
.node--view-mode-mt-hero-card .node__comments-count {
  font-size: 12px;
  color: #575757;
}
.region--light-typography .node--view-mode-mt-hero-card .node__comments-count {
  color: #ffffff;
}
.node--type-mt-post.node--view-mode-mt-hero-card.region--bright-background a {
  color: var(--mt-color-base-dark);
}
.node--type-mt-post.node--view-mode-mt-hero-card.region--bright-background a:hover {
  color: var(--mt-color-primary-light);
  text-decoration: none;
}
.mt-style-rounded .node--view-mode-mt-hero-card .overlay,
.mt-style-oval .node--view-mode-mt-hero-card .overlay,
.mt-style-rounded .node--view-mode-mt-hero-card img,
.mt-style-oval .node--view-mode-mt-hero-card img {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-bottom-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
