@media only screen and (max-width: 719px) {

  .entry { font-size: 18px; }

}

body { font-weight: 400; }



@media only screen and (max-width: 719px) {

  .anunciotopo { 
  
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
  max-width: 100vw;
  padding-bottom: 10px;
  
  }

}

@media only screen and (min-width: 720px) {

  .anunciotopo { 
  
  display: block;
  float: left;
  padding-right: 15px;
  padding-bottom: 20px;
  width: 100%;
  
  }

}



.content-mobile {
display: none;
}


@media only screen and (max-width: 719px) {

  .content-mobile { 
  
  display: inline;
  
  }

}


/* Full width ads on mobile phones */
@media only screen and (max-width: 719px) {
  
  .content .post { overflow: visible }
  
}