/* promo Widget style *****/
#content aside.promo_post_widget {
    max-width: 240px;
}

.promo_post_widget * {
}

.promo_post_widget {
    text-align: center;
}

.promo-widget {
    position: relative;
    flex-grow: 1;
    margin-bottom: -28px;
}

.promo-widget img {
    width: 100%;
    height: auto;
    display: block;
}

/*
.promo-link,
.promo-link:visited {
    position: absolute;
    display: block;
    bottom: 22px;
    bottom: 11%;
    left: calc((100% - 120px) / 2);
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    line-height: 1;
    background: #22ba15;
    border: 2px solid #22ba15;
    border-radius: 3px;
    padding: 5px 20px 4px 8px;
}
*/

.promo-link,
.promo-link:visited {
    position: relative;
    display: inline-block;
    top: -50px;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    line-height: 1;
    background: #22ba15;
    border: 2px solid #22ba15;
    border-radius: 3px;
    padding: 5px 20px 4px 8px;
}

.promo-link:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    border-left: solid;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-width: 5px;
    border-right-width: 0;
    color: #fff;
}

.promo-link:hover {
    text-decoration: none !important;
    color: #000 !important;
    background: #fff;
}

.promo-link:hover:after {
    color: #22ba15;
}
/***** end CTA's **********************/
