/*
Theme Name: ReadAndDigest Child
Version: 1.0
Author: OKNGroup
Author URI: https://www.okngroup.com.br/
Template: readanddigest
*/

* {
   overflow-anchor: auto;
}

.error {
   color: red;
   font-size: 12px;
   margin: 5px 0 0 0!important;
   display: block;
   font-family: "Work Sans",sans-serif;
}

.loading {
   width: 100%;
   height: 100%;
   position: fixed;
   background: #fffffff3;
   top: 0px;
   left: 0px;
   z-index: 1999;
}
.loading span.msg {
   position: relative;
   top: 30%;
   margin: 0 auto;
   display: block;
   width: 100%;
   text-align: center;
   font-size: 18px;
   font-family: "Work Sans",sans-serif;
   color: #cd1719;
   font-weight: bold;
}

.loading .msg i.load {
   text-align: center;
   display: block;
   background-image: url('inc/img/loader.gif');
   width: 80px;
   height: 80px;
   margin: 0 auto;
}

.loading .msg i.none {
   text-align: center;
   display: block;
   width: 80px;
   height: 80px;
   margin: 0 auto;
}

.formcomment h2, .listacomments h2 {
   font-size: 1.8rem;
   line-height: 1.9rem;
   color: #0b0b0b;
   letter-spacing: .05em;
   font-family: "Work Sans",sans-serif;
   font-weight: 700;
   margin-bottom: 1.8rem;
}
.listacomments h2{
   margin: 20px 0 30px 0;
}

.formcomment textarea {
   flex: 1;
   outline: none;
   background-color: #fff;
   border: 0.8px solid #929292;
   padding: 1.2rem 1.6rem;
   font-family: "Work Sans",sans-serif;
   font-size: 1.2rem;
   color: #0b0b0b;
   letter-spacing: .1em;
   width: 100%;
   font-weight: 500;
   border-radius: 5px;
}

.formcomment button{
   flex: 0 0 calc(50% - 0.6rem);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 1.25rem;
   font-size: 1.3rem;
   line-height: 1.5rem;
   font-weight: 700;
   font-family: "Work Sans",sans-serif;
   border-radius: 5px;
   color: #fff;
   background-color: #cd1719;
   margin-bottom: 30px;
}

.listacomments article {
   display: block;
   width: 100%;
   margin-bottom: 25px;
}

.listacomments article .author {
   font-family: "Work Sans",sans-serif;
   color: #0b0b0b;
   font-size: 1.6rem;
   line-height: 1.6rem;
   font-weight: bold;
   margin-right: 10px;
   display: block;
}
.listacomments article .date {
   font-family: "Work Sans",sans-serif;
   color: #696969;
   font-size: 1.3rem;
   display: block;
}
.listacomments article .comment-content {
   font-family: "Work Sans",sans-serif;
   color: #0b0b0b;
   font-size: 1.4rem;
   margin-top: 5px;
}

.a-infos__container>select {
   border: 0.5px solid #000;
    background-color: #f4f4f4;
    font-family: "Work Sans",sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333;
    font-weight: 400;
    padding: 1.3rem 1.5rem 1.4rem;
    outline: none;
}

.a-infos__container>button {
   width: fit-content;
   margin-top: 0.3rem;
   border-radius: 0.5rem;
   background-color: #333;
   padding: 1rem 2.3rem;
   font-family: "Work Sans",sans-serif;
   font-size: 1.5rem;
   line-height: 1.6rem;
   color: #fff;
   font-weight: 600;
}

.formpass{display: none;margin-top: 20px;}

.newsform{position: relative;}
.newsform label#email-error {
   position: absolute;
   color: #fff;
   bottom: -20px;
}
.newsform .error {
   margin-right: 1.1rem!important;
   margin-top: 0!important;
}
.newsformSquare{position: relative;}
.newsformSquare label#email-error {
   position: absolute;
   color: #fff;
   bottom: -40px;
}
.newsformSquare .error {
   margin: 0 0 1.4rem!important;
}

.a-account button {
   padding: 1rem 2.3rem;
   border-radius: 5px;
   font-family: "Work Sans",sans-serif;
   font-size: 1.3rem;
   line-height: 1.5rem;
   letter-spacing: .1em;
   font-weight: 600;
   background-color: #cd1719;
   color: #fff;
}

.home-block-only-mobile{display: none;}
.maggazine__container>img{
   max-height: 60rem;
}
@media screen and (max-width: 768px) {
   .s-donate p{
      color:#fff
   }
}

.disabled .a-newsletter__text>span {
   color: #cdcdcd;
}
.disabled .a-newsletter__text>span::before {
   border-color: #cdcdcd;
}
.disabled .a-newsletter__text>span::after {
   border-color: #cdcdcd;
}
.retNewsOpen .h-newsletter__form {
   position: relative;
}
.retNewsOpen .h-newsletter__form .error {
   margin:0px 11px 0 0!important;
}
.retNewsOpen .h-newsletter__form label#email-error {
   position: absolute;
   bottom: -20px;
}

.a-email p {
   font-size: 1.4rem;
   line-height: 2rem;
   color: #333;
   font-family: "Work Sans",sans-serif;
   margin-bottom: 1.3rem;
}

body.author  .a-author__image{
   max-width: 32rem;
}
.h-newsletter__form input{
   text-transform: initial;
}

.listarevistaall .l-list__image img {
   position: initial;
   transform: unset;
}
.listarevistaall {
   flex: 0 0 calc(20% - 1.6rem);
}

.listarevistaall .l-list__image {
   width: 100%;
   flex: 0 0 100%;
   height: unset;
}

.listarevistaall:not(:nth-child(5n)) {
   margin-right: 1.5rem;
}

.retNewsOpen .h-newsletter__form button{
   background-color: #cd1719;
}
.a-newsletter__item{
   cursor: default;
}
.a-newsletter__text>span{
   cursor:pointer;
}

.oppening__back{
   max-width: inherit;
}

a.l-list__item.listarevistaall {
   display: flow-root;
}
.listarevistaall h3 {
   font-size: 1.5rem;
   font-family: "Work Sans",sans-serif;
}
.listarevistaall h3 span {
   color: #cd1719;
   font-size: 1.3rem;
}
.pic-caption {
   font-family: Work Sans,sans-serif;
   font-size: 1.2rem;
   color: #929292;
}

@media screen and (max-width: 768px) {
   .listarevistaall {
      flex: 0 0 calc(50% - 1.6rem);
      margin-right: 1.5rem
   }
   .listarevista:not(:nth-child(4n)) {
      margin-right: 1.5rem;
  }
  .magazinepgn .l-pagination__list{
     display: flex;
  }

}

.itempatrocinado .s-related__text span{margin-bottom:10px;display: block;}
i.discopiniao {
   font-size: 1.6rem;
   line-height: 1rem;
   font-weight: bold;
}

.s-content__text div.pdfemb-toolbar {
   z-index: 1;
}

/* colunistas */

@media screen and (max-width: 768px) {
   .columnist__item{
      max-width: 50%;
      flex: 1 0 50%;
   }

   .columnist__text::after{
      display: none;
   }

}

@media screen and (max-width: 500px) {
   .columnist__item{
      max-width: 100%;
      flex: 1 0 100%;
   }

}

.l-heading h1{
   word-break: break-word;
}


.googleflow {
   margin: 10px 0;
   display: flex;
   justify-content: center;
}
/*, section.e-login p*/
section.e-login p.ou {
   text-align: center;
   margin-top: 10px;
}
section.e-login label p {
   text-align: left;
}

.s-content__text img {
	height: auto;
}

.wrapper.h-highlights.h-highlights--second .h-highlights__left .h-posts {
   display: none;
}

.wrapper.h-highlights.h-highlights--third .h-highlights__center .h-blogs {
   display: none;
}

@media only screen and (max-width: 800px) {
   .wrapper.h-highlights.h-highlights--second .h-highlights__left > .h-posts {
      display: block;
   }

   .wrapper.h-highlights.h-highlights--third .h-highlights__center > .h-blogs {
      display: block;
   }
   
   .wrapper.h-highlights.h-highlights--second .h-highlights__left > section:not(.h-posts),
   .wrapper.h-highlights.h-highlights--third .h-highlights__center > section:not(.h-blogs) {
      display: none;
   }
}