/*
Theme Name:   Salient Child Theme
Template:     salient
Version:      1.0.0
*/

/* -------- MEMBERPRESS ---------- */

/* --- ACCOUNT PAGE --- */
.page-id-2458 .mp_wrapper:first-child {
    float: left;
    width: 30% !important;
}

    .page-id-2458 .mp_wrapper:last-child {
    float: right;
    width: 68%;
}

.page-id-2458 #mepr-account-nav {
    padding-right: 30px;
}

.page-id-2458 .mepr-nav-item:first-child {
    border-top: 1px solid rgba(0,0,0,.05);
}

.page-id-2458 .mepr-nav-item {
    display: block;
    padding: .857em 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    opacity: .4;
}

.page-id-2458 .mepr-nav-item.mepr-active-nav-tab,
.page-id-2458 .mepr-nav-item:hover,
.page-id-2458 .mepr-nav-item:focus {
    opacity: 1;
    font-weight: normal;
}

.page-id-2458 .mepr-nav-item a {
    color: inherit;
}

.page-id-2458 .mepr-nav-item a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    line-height: inherit;
    margin-right: 15px;
    text-align: right;
    float: left;
}

.page-id-2458 .mepr-nav-item.mepr-active-nav-tab a:before,
.page-id-2458 .mepr-nav-item:hover a:before,
.page-id-2458 .mepr-nav-item:focus a:before {
    color: #3bbbb3!important;
}

.page-id-2458 .mepr-home a:before {
    content: "\f015";
}

.page-id-2458 .mepr-subscriptions a:before {
    content: "\f021";
}

.page-id-2458 .mepr-payments a:before {
    content: "\f09d";
}

.page-id-2458 a#mepr-account-logout:before {
    content: "\f08b";
}

/* ------------ MEDIA QUERIES --------------- */

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    .page-id-2458 .mp_wrapper:first-child,
    .page-id-2458 .mp_wrapper:last-child {
        float: none;
        width: 100% !important;
    }

    .page-id-2458 #mepr-account-nav {
        padding-right: 0;
    }
}