@charset "UTF-8";
/*
  Theme Name:   Comiendo Tierra
  Theme URI:    https://blogs.publico.es/
  Description:  Plantilla para el blog de Monedero (Comiendo Tierra).
  Author:       Empírikanet
  Author URI:   http://empirikanet.com/
  Template:     publico
  Version:      2.0.0
  Text Domain:  publico-comiendo-tierra
*/
@import url("../publico-base/style.css");
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main > article > .entry-header > .entry-author {
  background: url(img/bg-header768x206.jpg) center top no-repeat;
  padding-top: 236px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main > article > .entry-header > .entry-author {
    background-size: cover;
    background: url(img/bg-header.jpg) center top no-repeat;
    padding-right: 25px;
    padding-top: 25px;
    text-align: right;
  }
}

#main > article > .entry-header > .entry-author + h1.entry-title {
  margin-top: 30px;
}

#main > .blog-list-header > .entry-author {
  background: url(img/bg-header768x206.jpg) center top no-repeat;
  padding-top: 236px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main > .blog-list-header > .entry-author {
    background-size: cover;
    background: url(img/bg-header.jpg) center top no-repeat;
    padding-right: 25px;
    padding-top: 25px;
    text-align: right;
  }
}

@media print {
  #main > .blog-list-header > .entry-author {
    padding-top: 0;
    background: none;
  }
  #main > article > .entry-header > .entry-author {
    padding-top: 0;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .entry-author .blog-title > a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .entry-header .entry-author a {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    -webkit-text-shadow: 2px 2px 2px #000;
  }
}

.single .main-content img {
  margin: 0 auto 20px;
  max-width: 100%;
  height: inherit;
}

.single .main-content .posted-on + p img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  article .entry-header .entry-author .blog-title a {
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "Noto Serif SC";
    font-weight: 900;
    font-style: italic;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  article .entry-header .entry-author .name a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .home .entry-author .blog-title > a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .blog-list-header .entry-author a {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    -webkit-text-shadow: 2px 2px 2px #000;
  }
}

@media screen and (max-width: 767px) {
  .blog-list-header .entry-author .blog-title a {
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "Noto Serif SC";
    font-weight: 900;
    font-style: italic;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-list-header .entry-author .name a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
  }
}

.archive .post .img,
.home .post .img,
.search .post .img {
  position: relative;
  display: block;
  min-width: 120px;
  min-height: 80px;
}

@media screen and (min-width: 768px) {
  .archive .post .img,
  .home .post .img,
  .search .post .img {
    min-width: 220px;
    min-height: 113px;
    width: 33.3%;
    float: left;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .archive .post .img,
  .home .post .img,
  .search .post .img {
    margin-bottom: 10px;
  }
}
