.search_results.widget_area .post_info {
    display: none;
}

.get-cta a.trx-addons-menu-link.trx-addons-menu-link-parent {
    font-size: 18px !important;
    background: #152f49;
    color:#fff !important;
    padding: 14px 20px !important;
    border-radius: 50px;
}


@media (max-width: 767px) {

    .horiz-tabs .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }

    .horiz-tabs .e-n-tab-title {
        flex: 1 1 33.333% !important;
        width: 33.333% !important;
        min-width: 0 !important;

        padding: 8px 6px !important;
        margin: 0 !important;

        font-size: 13px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;

        justify-content: center !important;
        text-align: center !important;
    }

    .horiz-tabs .e-n-tab-title-text {
        font-size: 13px !important;
    }
}