/*
Theme Name: CoordinadoraONGD
Description: Un tema de wordpress elaborado para CoordinadoraONGD
Author: SocialCo
Author URI: http://www.socialco.es
Version: 0.1 (2020)
Author: SocialCo

*/
.oculto {
  display: none;
}

.adhesion.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.adhesion.cards > li.post {
  display: flex;
  flex-direction: column;
}
.adhesion.cards .descripcion {
  margin-top: -65px;
}
.adhesion .foto a {
  display: block;
  width: 100%;
  height: 255px;
}
.adhesion .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adhesion .category {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 !important;
  font-size: 14px;
}
.adhesion .category a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0;
}
.adhesion .category * {
  padding: 0;
  margin: 0;
}
.adhesion .date {
  float: right;
  font-size: 14px;
  color: #7b7d7c;
}
.adhesion h3 {
  margin: 10px 0;
  line-height: 1.2em;
}
.adhesion h3 a {
  color: #414141;
  font-size: 19px;
}
.adhesion h3 a:hover {
  color: #414141;
}
.adhesion .descripcion {
  width: calc(95% - 20px);
  padding: 10px 10px;
  margin: 0px auto 20px;
  background-color: #ffffff;
}

.grecaptcha-badge {
  z-index: 9999999;
}

/*
** FOOTER
*/
body:not(.archive) .footer {
  padding-bottom: 58px;
}

@media only screen and (max-width: 480px) {
  .adhesion.cards {
    display: unset;
    width: 100%;
  }
  .adhesion.cards .foto {
    height: 200px;
    overflow: hidden;
  }
  .adhesion.cards .descripcion {
    width: 100%;
    margin: 0 0 20px;
  }
}

/*# sourceMappingURL=sc_estilos.css.map */
