.logo img {
    width: 100%;
}

.footer-logo img {
    width: auto;
}

.entry-tile {
    min-height: 300px;
}

.single-tribe_events .headtitle {
    display: none;
}

.post-block > a:hover {
    opacity: 1;
}

.single-post .news-link a:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (min-width: 1023px)  {
    .logged-in .header {
        top: 32px;
    }
}

@media (max-width: 1023px) {

}