.blog {}
.blog .type-post {}
.blog .type-post a.entry-thumb:hover {background-color:#fff;}
.blog .type-post a.entry-thumb:before {content:"";width:auto;height:auto;}
.blog .type-post a.entry-thumb:hover img {opacity:1.0;}

.blog .type-post .entry-featured {
  position:relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.blog .type-post a.entry-thumb img {
  width:100%;
  height:auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  max-height: 300px;
}
.blog .type-post a.entry-thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.blog .format-standard .entry-title:before, .single-post .format-standard .entry-title:before {content:"";}


.search-results {}
.search-results .type-post a.entry-thumb:hover {background-color:#fff;}
.search-results .type-post a.entry-thumb:before {content:"";width:auto;height:auto;}
.search-results .type-post a.entry-thumb:hover img {opacity:1.0;}
.search-results .type-post .entry-featured {
  position:relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-results .type-post a.entry-thumb img {
  width:100%;
  height:auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  max-height: 300px;
}
.search-results .type-post a.entry-thumb:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.search-results .format-standard .entry-title:before {content:"";}


.single-post {}
.single-post .entry-featured {border:0px;margin-top:0px;padding:0px;}
