/**
 * @file
 * Visual styles for Clean+'s article content type.
 */

/* image */
@media (max-width: 575px) {
  .mt-style-sharp.mt-style-image-global .node--type-article .field--type-image,
  .mt-style-image-sharp .node--type-article .field--type-image {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.node--type-article .images-container {
  margin-bottom: 40px;
}
.node--type-article .image-wrapper {
  position: relative;
}
.node--type-article .image-wrapper .day {
  font-size: 35px;
  font-weight: 600;
  display: block;
  line-height: 1;
}
.node--type-article .image-wrapper .month-year {
  font-size: 14px;
  font-weight: 500;
}
.node--type-article .node__header {
  margin-bottom: 0;
}
.page-node-type-article .page-title {
  margin-bottom: 10px;
}

/* node side */
.node--type-article.node--view-mode-full .node__side .field--name-user-picture {
  max-width: 60px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.node--type-article.node--view-mode-full .node__side .field--name-user-picture img {
  border-radius: 100%;
  max-width: 60px;
  max-height: 60px;
}

.node--type-article.node--view-mode-full .node__side .node-date {
  font-size: 12px;
  color: #707070;
  margin-bottom: 30px
}

/* article layout */
@media (min-width: 768px) {
  .node--type-article.node--view-mode-full .node__side + .node__main-content {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .node--type-article.node--view-mode-full .node__side {
    display: none;
  }
}
.node--type-article.node--view-mode-full .node__main-content-section {
  margin-bottom: 40px;
}

/*responsive typography*/
.paragraph-responsive-typography-enabled.page-node-type-article .node__main-content p {
  line-height: calc(155% + 0.2vw);
  font-size: calc(0.85em + 0.2vw);
}

/*article subheader body*/
.node--type-article .node__main-content .field--name-field-mt-subheader-body p {
  font-size: 30px;
  color: #2a2a2a;
  line-height: 1.1;
}
