.asc::after {
    content: " \25bc";
}

.desc::after {
    content: " \25b2";
}

.sort {
    cursor: pointer;
}

@media only screen and (min-width: 1023px) {

    .mepr-price-boxes {
        display: flex;
        justify-content: space-between;
    }

    .mepr-price-box {
        display: flex !important;
        flex-direction: column;
    }

    .mepr-price-box-head {
        margin-bottom: auto;
    }
}

.mepr-share-button,
.mepr-submit {
    padding: .5em 3em !important;
}

.mepr-share-button::after,
.mepr-submit::after {
    content: unset !important;
}

.tmprod-event-list h3,
.tmprod-resource-list h3 {
    font-size: 24px;
}

.tmprod-event-list .card,
.tmprod-resource-list .card {
    box-shadow: 0px 0px 6px #777;
}

.tmprod-event-list,
.tmprod-resource-list {
    padding-bottom: 10px;
}

.tmprod-event-list .button,
.tmprod-resource-list .button {
    height: 2em;
    margin-top: 10px;
    font-size: 18px;
}


.tmprod-event-list .coupon-wrapper {
    display: block;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 10px;
}

.tmprod-event-list .buttons-wrapper,
.tmprod-resource-list .buttons-wrapper {
    align-items: flex-end;
    margin-top: auto;
}


.tmprod_event .entry-content div {
    display: block;
    margin-bottom: 10px;
}

.tmprod_event .button {
    margin-top: 20px;
}

.mepr-login-form-wrap .hide-if-no-js {
    display: none;
}

.tmprod-user-dashboard .card {
    border: solid 1px white;
    box-shadow: 0px 4px 16px #999;
    background: #fafafa;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
}

.tmprod-user-dashboard .card svg {
    padding: 2em;
    padding-bottom: 0;
    padding-top: 0;
    fill: #3172A4;
}

.tmprod-user-dashboard a.card:hover svg {
    fill: #0f416c;
}

.tmprod-user-dashboard a.card .card-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #3172A4;
    margin-top: -.3em;
}

.tmprod-user-dashboard a.card:hover .card-title {
    color: #0f416c;
}

.tmprod-resources a.card h3 {
    fill: #3172A4;
    font-size: 2em;
}

.tmprod-resources a.card:hover h3 {
    fill: #F4B755;

}

.tmprod-resource-list {
    padding: 10px;
}

.member-directory table tr:nth-child(2n) {
    background: unset;
}

.member-directory table tr td {
    border-color: #EFEFEF;
}
