.ytf-ver .ytfBlock.active {
  background-color: transparent !important;
}
.ytf-hoz .ytfMeta>.ytfTitle, .ytf-ver .ytfMeta>.ytfTitle {
  color: #000!important;
}



/* Página Offline */
body.offline .form-wrap {
  background-color: #ffffff;
  border: 0px solid rgba(52, 58, 64, 0.12);
  -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  border-radius: 0px;
  padding: 1rem;
  text-align: center;
}
body.offline .form-wrap h1 {
  display: none;
}
body.offline form#form-login {
  text-align: left;
}
body.offline .form-wrap .offline-message {
  margin: 20px 0;
  background: #f5f5f5;
  color: #333;
}

/* Colocar no CSS */
body.view-entry #eb .eb-image .eb-image-figure img {
    min-width: auto !important;
}



/* TMP - Remover em 01/12/2021 */
/* Módulo - Enquete
--------------------------------- */
div#t4-h-enquete {
  background: #EAEAEA;
  border-radius: 4px;
  padding: 20px;
}
.mod-sppoll {
  background: #EAEAEA;
  border-radius: 4px;
  padding: 0px;
}
.mod-sppoll strong {
  padding: 15px 0;
  display: inline-block;
}
.mod-sppoll .radio {
  padding: 5px 0 3px;
  font-weight: 500;
}
.mod-sppoll input.btn.btn-success.btn-poll-result {
  display: none;
}
.mod-sppoll input.btn.btn-primary {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  background: #008CB2 !important;
  border-color: #008CB2 !important;
}
span.poll-votes {
  display: none !important;
}
.sp-poll-resul-item {
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .mod-sppoll {
    padding: 20px;
	margin: 15px;
  }
}
/* Publicidade - Cattive Ads (Revive)
--------------------------------- */
.mod-ads.ads-lightbox > div {
  visibility: visible !important;
  position: fixed !important;
  margin: -250px auto 0 !important;
  height: 0 !important;
  top: 50% !important;
}
.mod-ads.ads-lightbox {
  position: fixed !important;
  z-index: 999;
  text-align: center;
  top: 0px !important;
  left: 0px;
  width: 100% !important;
  max-width: 100%;
}
.mod-ads.ads-lightbox td[align="right"] a img {
  display:none;
}
.mod-ads.ads-lightbox td[align="right"] a:after {
  content: 'FECHAR';
  position: absolute;
  margin: 5px;
  display: block;
  right: 0;
  font-size: 12px;
  padding: 4px 8px 2px;
  background: rgb(0 0 0 / 0.2);
  border-radius: 4px;
  font-weight: 600;
  font-family: lato;
  letter-spacing: 1px;
  color: #fff;
}
.mod-ads.ads-lightbox td[align="center"]:after {
  content: '';
  background: rgb(0 0 0 / 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}
.mod-ads.ads-lightbox img[src*="https://ads.cattive.me/painel/images"] {
  margin-top: 15px !important;
}
.mod-ads.ads-lightbox a[onclick*="close"] {
  margin-top: 15px !important;
  position: absolute;
}
@media (max-height: 991px) {
  .mod-ads.ads-lightbox img[src*="https://ads.cattive.me/painel/images"] {
    margin-top: 10px !important;
  }
}
@media (max-height: 600px) {
  .mod-ads.ads-lightbox img[src*="https://ads.cattive.me/painel/images"] {
    margin-top: 10px !important;
  }
  .mod-ads.ads-lightbox a[onclick*="close"] {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .mod-ads.ads-lightbox a[onclick*="close"] {
    margin-top: 10px !important;
  }
  .mod-ads.ads-lightbox > div {
    width: 100% !important;
    left: 0 !important;
    margin: 0px auto 0 !important;
    top: 0% !important;
  }
  .mod-ads.ads-lightbox td[align="right"] a:after {
    position: fixed !important;
    top: 125px;
  }
}

/* Alteração no CSS
--------------------------------- */
@media (max-width: 767px) {
  #t4-conteudo-principal---topo .area-posts.style-013-m.ap-items-posts>div>.t4-row>.t4-col .t4-col:nth-child(1) div:nth-child(1) img {
    display: block;
  }
}