.home.blog .entry-content {
  display: none;
}

.home.blog .smr-post {
  border: 0;
}

.owl-carousel {
  padding: 30px 0;
}

footer .site-info {
  display: none;
}

footer > .container:after {
  content: 'Copyright bicicletta - All rights reserved';
  display: block;
  text-align: center;
}

.post-thumbnail:after {
  display: none;
}

.post-thumbnail a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.entry-header-wrapper:hover .post-thumbnail a:after {
  opacity: 1;
}


.has-post-thumbnail .entry-header-wrapper {
    margin-bottom: 30px;
}