/* Latest */
#latest h3 {
  font-size: 2em;
}

/* Featured News */
#featured .contrast-column {
  box-shadow: none;
}

#featured .contrast-column .frame h3 {
  font-size: 2em;
  padding-top: 0;
}

#featured .contrast-column .frame .frame-content {
  margin-top: -3.5rem;
}

#featured .more-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Quote */
#quote {
  text-align: center;
  padding: 10px 0;
}

#quote p {
  font-size: 1.5rem;
}

#quote blockquote p:before {
  font-size: 2rem;
  color: var(--color-politica);
}

#quote p:after {
  font-size: 2rem;
  color: var(--color-politica);
}

/* Popular */
#popular h2 {
  padding-bottom: 0;
}

#popular p.label {
  text-transform: uppercase;
}

#popular .post-content {
  padding: 0;
  padding-top: 20px;
  text-align: center;
}

#popular .post-counter {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

#popular .post-counter-round {
  border: 4px solid #FFF;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 18px 0;
  color: #FFF;
}

#popular .post-counter-round a {
  color: #FFF;
}

/* Artigos */
#artigos p.author {
  color: #A4A4A4;
}

/* TV GazetaMT */
#tv-gazetamt figure {
  margin-bottom: 0;
}

#tv-gazetamt .player {
  position: absolute;
  z-index: 999;
  color: #FFF;
  background-color: #000;
  padding: 1.2rem;
  font-size: 2rem;
  opacity: .4;
}


@media (min-width: 768px) {

  /* General News */
  .column {
    border-right: 1px solid rgba(0, 0, 0, .125);
  }

  .column:last-child {
    border-right: 0;
  }

  /* Featured Category */
  .more-column-featured img {
    width: 100%;
  }

  .contrast-column .frame .frame-content {
    padding: 2.5rem 1.25rem 0;
  }
}
