@charset "UTF-8";
/*
 Theme Name:   Fenaquistoscopi Pas a Pas
 Theme URI:    http://fenaquistoscopi.tallerestampa.com
 Description:  Fill de l'Slate pel projecte
 Author:       Taller Estampa
 Author URI:   http://tallerestampa.com
 Template:     slate
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fenaquistoscopi
*/
/* Alineem els elements de la capçalera */
.header {
  padding-top: 10px;
}
.header .header-left {
  width: 100%;
}
.header .header-right {
  width: 100%;
  float: left;
}
.header .header-right #nav {
  float: left !important;
}
.header .header-right #nav li:first-child a {
  padding-left: 0;
}

/* Amaguem el menú desplegable del header */
.header-hidden-wrap {
  display: none;
}

.footer-widgets {
  margin-top: 10px;
  padding-bottom: 10px;
}
.footer-widgets .footer-widget {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.footer-widgets .footer-widget a {
  color: inherit;
}
.footer-widgets .footer-widget img {
  vertical-align: middle;
}

/* Fem les galeries full width i responsive */
.gallery {
  margin-left: -21px;
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
  /*
  	img {
  		max-width: 100%;
  	}
  	*/
}

.ie8 .gallery {
  margin-left: 0;
  background: red;
}

.gallery-item {
  position: relative;
  float: left;
  text-align: center;
  margin-right: 0;
}
.gallery-item .gallery-icon {
  width: 100%;
}
.gallery-item .gallery-icon a {
  width: 100%;
}
.gallery-item .gallery-icon a img {
  width: 100%;
  border: none !important;
}

.gallery-columns-1 > .gallery-item {
  width: 100% !important;
}

.gallery-columns-2 > .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 > .gallery-item {
  width: 33.333% !important;
}

.gallery-columns-4 > .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 > .gallery-item {
  width: 20% !important;
}

/* Centrem les imatges aligncenter */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Separem les notes a peu de pàgina */
.easy-footnotes-wrapper:before {
  width: 100%;
  border-top: 1px solid #888;
}

/*# sourceMappingURL=style.css.map */
