/**
 * @file
 * Visual styles for Magazine+'s posts masonry views.
 */
.post-masonry-container ul {
  padding-left: 0;
}
.view-posts-masonry .masonry-item {
  margin-bottom: 40px;
  list-style: none;
}
.view-posts-masonry .views-field-title h5 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.6;
}
.headings-wide-spacing-enabled .view-posts-masonry .views-field-title a {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.view-posts-masonry .views-field-name {
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #eeeeee;
  color: #505050;
  padding-bottom: 5px;
}
.region--light-typography .view-posts-masonry .views-field-name {
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.view-posts-masonry .views-field-name .username {
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.view-posts-masonry .views-field-title a:hover {
  text-decoration: none;
}
.view-posts-masonry .post-meta {
  font-size: 0;
  margin-top: 10px;
}
.view-posts-masonry .post-meta-item {
  font-size: 12px;
  display: inline-block;
  padding: 0px 15px;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}
.view-posts-masonry .post-meta-item:after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -1px;
  background-color: #9c9c9c;
}
.region--light-typography .view-posts-masonry .post-meta-item:after {
  background-color: #ffffff;
}
.view-posts-masonry .post-meta-item .username {
  text-transform: capitalize;
}
.view-posts-masonry .post-meta-item:first-child {
  padding-left: 0;
}
.view-posts-masonry .post-meta-item:last-child {
  padding-right: 0;
}
.view-posts-masonry .post-meta-item:last-child:after,
.view-posts-masonry .overlay-content .post-meta-item:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
.view-posts-masonry .overlay-container .views-field-field-mt-post-category a {
  padding: 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #ffffff;
  display: inline-block;
  color: #373737;
}
.view-posts-masonry .overlay-container .views-field-field-mt-post-category a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.view-posts-masonry .overlay-container .views-field-title h5 {
  font-size: 30px;
  line-height: 1.25;
}
.view-posts-masonry .overlay-container .views-field-title h5 a {
  color: #ffffff;
}
