/***** CTA's **************************/
.cta {
    background: #fff;
}

.cta_post_widget .cta {
    border: 1px solid #b0b0b0;
    transition: 0.1s linear;
}

.cta:hover {
    box-shadow: 0 0 12px #ccc;
}

.cta a {
    display: block;
    text-decoration: none;
    padding: 32px 25px 55px;
}

.cta img {
    width: 100%;
    max-width: 100% !important;
    height: auto;
}

.cta img.cta-overlay {
    position: absolute;
    width: auto;
}

.cta h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin: 20px 0 15px;
}

.cta p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
}
/***** end CTA's **********************/
