/* FIX TEMPLATE ARTICOLI E PAGINE */
#post-template-1-foto-centrale .content-post-img {
  width: 90%;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
#post-template-1-foto-centrale .content-post-img:before {
  content: '';
  display: block;
  margin-top: 60%;
}

#post-template-1-foto-destra .content-post-img {
  display: inline-block;
  float: right;
  width: 58%;
  margin: 0 0 5px 10px;
  position: relative;
}
#post-template-1-foto-destra .content-post-img:before {
  content: '';
  display: block;
  margin-top: 80%;
}

#post-template-2-foto-destra #prima-immagine-post-2-foto-destra {
  display: inline-block;
  float: right;
  width: 58%;
  margin: 0 0 5px 10px;
  overflow: hidden;
  position: relative;
}
#post-template-2-foto-destra #prima-immagine-post-2-foto-destra:before {
  content: '';
  display: block;
  margin-top: 80%;
}
#post-template-2-foto-destra #seconda-immagine-post-2-foto-destra {
  float: left;
  width: 39%;
  margin: 0 10px 5px 0;
  overflow: hidden;
  position: relative;
}
#post-template-2-foto-destra #seconda-immagine-post-2-foto-destra:before {
  content: '';
  display: block;
  margin-top: 100%;
}

#post-template-3-foto .content-post-img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  position: relative;
}
#post-template-3-foto .content-post-img:first-child { margin: 0 1% 10px 3%; }
#post-template-3-foto .content-post-img:nth-child(2) { margin: 0 1% 10px 1%; }
#post-template-3-foto .content-post-img:nth-child(3) { margin: 0 0 10px 1%; }
#post-template-3-foto .content-post-img:before {
  content: '';
  display: block;
  margin-top: 100%;
}

#post-template-3-foto-prima-grande .content-post-img {
  float: left;
  width: 38%;
  position: relative;
}
#post-template-3-foto-prima-grande .content-post-img:first-child {
  width: 60%;
  margin: 0 2% 10px 0;
}
#post-template-3-foto-prima-grande .content-post-img:before {
  content: '';
  display: block;
  margin-top: 61%;
}
#post-template-3-foto-prima-grande .content-post-img:first-child:before {
  margin-top: 80%;
}

#post-template-4-foto .content-post-images {
  float: right;
  width: 44%;
  margin: 0 0 0 10px;
}
#post-template-4-foto .content-post-images > span {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
}
#post-template-4-foto .content-post-images > span:before {
  content: '';
  display: block;
  margin-top: 60%;
}

#post-template-4-foto-sotto .content-post-images { margin-top: 10px; }
#post-template-4-foto-sotto .content-post-images > span {
  display: inline-block;
  width: 49%;
  margin: 0 0 10px 0;
  position: relative;
}
#post-template-4-foto-sotto .content-post-images > span:nth-child(odd){ margin-right: 2%; }
#post-template-4-foto-sotto .content-post-images > span:before {
  content: '';
  display: block;
  margin-top: 60%;
}

#post-template-1-foto-centrale .content-post-img a,
#post-template-1-foto-destra .content-post-img a,
#post-template-2-foto-destra #prima-immagine-post-2-foto-destra a,
#post-template-2-foto-destra #seconda-immagine-post-2-foto-destra a,
#post-template-3-foto .content-post-img a,
#post-template-3-foto-prima-grande .content-post-img a,
#post-template-4-foto .content-post-images a,
#post-template-4-foto-sotto .content-post-images a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute!important;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 640px){
  #post-template-1-foto-destra .content-post-img { width: 30%; }
}

@media only screen and (max-width: 600px){
  #thumb-tray { height: 76px; }
  ul#thumb-list li {
    width: 100px;
    height: 76px;
  }
}

@media only screen and (max-width: 560px){
  #post-template-2-foto-destra #prima-immagine-post-2-foto-destra { width: 40%; }
  #post-template-2-foto-destra #seconda-immagine-post-2-foto-destra { width: 20%; }
}

@media only screen and (max-width: 500px){
  #post-template-4-foto .content-post-images {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #post-template-4-foto .content-post-images > span {
    width: 23%;
    margin: 0 2% 0 0;
  }
  #post-template-4-foto .content-post-images > span:last-child { margin: 0; }
}
/* FINE FIX TEMPLATE ARTICOLI E PAGINE */