/* Hide href from printing */
a[href]::after {
  content: none !important;
}
header {
  height: unset;
}
.main-header,
.header {
  height: unset;
  min-height: unset;
}
/* Hide unwanted printed elements */
.main-header.sticked-header.fixed-header,
.preheader,
.logoheader .menu-nav,
.logoheader .header-text,
.inner-content .content-utilities-box,
.inner-content .left-col,
aside,
.inner-content .content-utilities-box.content-utilities-fixed,
.inner-content .content-info .author-name,
.inner-content .machine-related-contents,
.footer-logo,
.ads,
.ads-skyscraper-container,
.oat,
.widget-next-previous,
.back-to-top,
.owl-controls {
  display: none!important;
}
.logoheader {
  position: static;
}
.logoheader > .row > div {
  max-width: 100%;
  width: 100%;
}
.logoheader .header-logo {
  display: block;
  position: relative;
  text-align: center;
}
.logoheader .header-logo img {
  margin-top: 0;
  max-height: 80px;
  object-fit: contain;
}
.inner-content .content-header {
  margin-bottom: 40px;
  margin-top: 20px;
}
.inner-content .subtitle {
  display: block;
  margin: 20px auto;
  width: fit-content;
}
.inner-content .title {
  margin: 20px auto;
}
.inner-content .article-media figcaption,
.inner-content .article-media .photo-subtitle {
  float: none;
  margin-top: 5px;
  padding: 0;
  position: static;
  text-align: left;
}
.inner-content .summary {
  padding: 0 15px;
}
.inner-content .data-box {
  margin-bottom: 0;
  margin-top: 40px;
}
.inner-content .content-col {
  width: 100%;
}
.inner-content .content-data.row {
  margin: 0 -15px;
}
.inner-content blockquote {
  border: none;
}
/* Cover-img bg-image restore for print */
.cover-img img {
  display: block!important;
  height: 100%;
  object-fit: cover;
  opacity: 1!important;
  max-height: 100%;
}
/* Improve readability of text over images */
.owl-carousel:not(.withimage):not(.noimage) .carousel-caption *,
.owl-carousel .go-to-article * {
  text-shadow: 1px 1px 0 #fff!important;
  color: #000!important;
}
