.blog .hentry a:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}

.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}

.entry-title, .entry-title a {
 font-family: 'Calibri';
}

.caldera-grid .btn:hover {
    background-color:white;
    color:blue;
}