.logo-btn:hover .menu-text {
    color: #315d66 !important;
    font-weight: 600;
}
.logo-btn:hover {
    background-position: left bottom;
}
.logo-btn {
    border: 1px solid #325c68;
    border-radius: 3px;
    display: block;
    background: linear-gradient(to right, white 50%, #f25236 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.logo-btn .menu-text {
    color: #fff !IMPORTANT;
    font-size: 18px  !IMPORTANT;
}
.entry-content p {
    margin-bottom: 18px !IMPORTANT;
}

@media only screen and (min-width:1000px)
{
.eael-col-3 .eael-post-grid-column {
    float: left;
    width: 33.3333%;
    height: 480px !important;
}
}