/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

article {
  position: relative;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    article {
      flex-direction: column; } }
  article span.terms {
    color: var(--white);
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: .2px;
    text-transform: uppercase;
    line-height: 1;
    padding: .5em;
    font-size: 12.5px;
    background-color: var(--black); }
    @media (min-width: 768px) {
      article span.terms {
        font-size: 15px;
        position: absolute;
        top: .5em;
        left: .5em;
        z-index: 1; } }
  article .image-wrapper {
    width: 100%;
    position: relative;
    padding-top: 100%;
    height: auto; }
    article .image-wrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  article h2, article h3 {
    padding: 0;
    margin-top: .5em;
    margin-bottom: 0;
    font-size: 18px; }
    article h2 a, article h3 a {
      color: var(--black) !important;
      text-decoration: none; }
      article h2 a:hover, article h3 a:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    article {
      display: flex;
      margin-bottom: 1.5em;
      gap: .25em .75em; }
      article .content {
        flex: 3; }
        article .content h2, article .content h3 {
          padding: 0;
          padding-top: .25em;
          margin: 0; }
      article .image-wrapper {
        flex: 1;
        padding-top: 25%; } }

@media (max-width: 980px) {
  .section-most-viewed {
    overflow: hidden; }
    .section-most-viewed .tns-ovh {
      overflow: visible; }
    .section-most-viewed .tns-inner {
      margin-left: 0 !important; }
    .section-most-viewed .tns-controls {
      display: none; } }

.section-most-viewed .container {
  padding: .5em 1em;
  background-color: var(--black); }
  @media (max-width: 980px) {
    .section-most-viewed .container {
      width: 100%;
      padding: 2em 2.5%; } }
  .section-most-viewed .container h2 {
    color: var(--white); }
  .section-most-viewed .container .grid {
    display: flex;
    gap: .5em; }
    @media (max-width: 767px) {
      .section-most-viewed .container .grid h2, .section-most-viewed .container .grid h3 {
        padding-top: .5em; } }
    .section-most-viewed .container .grid article {
      display: block;
      flex-basis: auto; }
      @media (min-width: 981px) {
        .section-most-viewed .container .grid article {
          flex-basis: calc(100% / 6); } }
      .section-most-viewed .container .grid article a {
        color: var(--white) !important;
        font-size: 15px;
        word-break: break-word; }
      .section-most-viewed .container .grid article .image-wrapper {
        width: 100%;
        height: 140px !important;
        padding-top: 0 !important; }
        @media (min-width: 768px) {
          .section-most-viewed .container .grid article .image-wrapper {
            height: 150px !important;
            min-width: 150px; } }

.single-post .section-most-viewed .container {
  background-color: var(--white);
  padding: 0; }
  .single-post .section-most-viewed .container h2 {
    color: var(--black);
    text-transform: uppercase; }
  .single-post .section-most-viewed .container .grid article a {
    color: var(--black) !important; }

/*# sourceMappingURL=most-viewed.css.map */
