
.page-bottom-ctas {
    background: #333;
    color: #fff;
    height: 360px;
    padding: 4.5em
}

.page-bottom-cts h2 {
    font-weight: 300;
    font-size: 3.7rem;
    line-height: 4rem;
}

.page-bottom-ctas a {
    color: #fff;
    margin-top: 18px;
}

.page-bottom-ctas .cta-divider {
    height: 220px;
    position: absolute;
    left: 50%;
    width: 3px;
    margin-left: -1px;
    background-color: #646464;
}

body p:not(.block-subtitle):not(.backtotop) a,
body .wpb_wrapper p:not(.block-subtitle):not(.backtotop) a,
body .contents p:not(.block-subtitle):not(.backtotop) a,
body .hvg-page-true-black p:not(.block-subtitle):not(.backtotop) a {
    color: #ffe600 !important;
    padding: 0 !important;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
    .page-bottom-ctas h2 {
        font-weight: 300;
        font-size: 2.7rem !important;
        line-height: 2.5rem !important;
        color: #fff;
    }

}

@media only screen and (max-width: 767px) {
    .page-bottom-ctas {
        background: #333;
        color: #fff;
        height: 360px;
        padding: 1em;
    }

    .page-bottom-ctas h2 {
        font-weight: 300;
        font-size: 2rem !important;
        line-height: 2.5rem !important;
        color: #fff;
    }

    .page-bottom-ctas a {
        color: #fff;
        margin-top: 18px;
    }

    .page-bottom-ctas .cta-divider {
        display: none !important;
    }

}
.hvg-blocks-wrapper .hvg-block-wrapper .hvg-block .block-label {
    bottom:5px !important;
}

.recent-container {
    height: 100px;
    z-index: 9999999999;
    position: absolute;
    width: 200px;
    right: 15px;
    top: 10px;
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}
