/**
 * @file
 * Visual styles for Event+'s node in teaser tile view.
 */
.node--view-mode-teaser {
  margin-bottom: 60px;
}
.node--view-mode-teaser .images-container {
  margin-bottom: 0;
}
.node--view-mode-teaser .promoted-label {
  color: #ffffff;
  padding: 2px 15px;
  font-size: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  font-weight: 400;
  border-radius: 5px;
}
.node--view-mode-teaser .node__title {
  font-size: 30px;
  margin-top: 0px;
}
.region--dark-typography .node--view-mode-teaser .node__title a {
  color: #575757;
}
.node--view-mode-teaser .node__title a:hover,
.node--view-mode-teaser .node__title a:focus {
 text-decoration: none;
}
.node--view-mode-teaser .node__header {
  padding-bottom: 0;
}
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term,
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item {
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  padding: 0;
}
.node--view-mode-teaser .promoted-label + .field--entity-reference-target-type-taxonomy-term,
.node--view-mode-teaser .promoted-label + .field--entity-reference-target-type-taxonomy-term.field__item {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term:before,
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item:before {
  content: "";
}
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item,
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item {
  vertical-align: baseline;
}
.region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a:hover,
.region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a:hover,
.region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a:focus,
.region--dark-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a:focus {
  text-decoration: none;
}
.region--light-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a,
.region--light-typography .node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a {
  color: #ffffff;
}
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a:after,
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term.field__item a:after {
  content: "";
}
.node--view-mode-teaser .node__content .field {
  margin-bottom: 15px;
}
.node--view-mode-teaser .node__content .field:last-child {
  margin-bottom: 0px;
}
.node--view-mode-teaser .node__content .field p:last-child {
  padding-bottom: 0px;
}
.node--view-mode-teaser .teaser-image {
  position: relative;
  margin-bottom: 20px;
}
.node--view-mode-teaser .node__links {
  padding-bottom: 10px;
}

/* teaser 2 */
.node--view-mode-teaser-2 .node__title {
  margin-bottom: 5px;
}
.node--view-mode-teaser-2 .node__meta {
  margin-bottom: 10px;
}
.node--view-mode-teaser-2 .node__meta-item:after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
}
.node--view-mode-teaser-2 .node__meta-item:last-child:after {
  content: "";
  display: none;
}
.region--dark-typography .node--view-mode-teaser-2 .node__meta {
  color: #939393;
}
.node--view-mode-teaser-2 .node__meta-item {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.node--view-mode-teaser-2 .field--name-uid {
  text-transform: capitalize;
}
