/*
Theme Name: Georgia Superior Courts
Theme URI: https://github.com/Administrative-Office-of-the-Courts/wp-georgia-superior-courts
Author: Jay Logan
Author URI: https://jaylogan.com
Description: The GSC theme is a simple boilerplate WordPress theme built with Tailwind CSS (TailPress).
Version: 1.0.0
License: MIT
License URI: https://github.com/Administrative-Office-of-the-Courts/wp-georgia-superior-courts
Text Domain: tailpress
*/
.single-post #nav-menu {
    color: #000;
}
body.page-id-7998 #nav-menu li a {
    color: #000 !important;
}
div#mepr-account-nav {
    font-size: 20px;
    font-family: 'Lexend';
    font-weight: 400;
}
div#mepr-account-welcome-message {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Lexend';
}
.mp-form-label {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Lexend';
    font-weight: 400;
}
article#post-7998 {
    padding: 40px 0px;
}
button, input, optgroup, select, textarea {
    font-size: 15px !important;
    font-family: 'Poppins' !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
}
.page-id-7998 .entry-content {
    max-width: 100% !important;
    padding: 15px !important;
}
.mepr-form input.invalid {
    background-color: transparent !important;
}
input.mepr-submit.mepr-share-button {
    background: #2563eb;
    padding: 10px 20px;
    font-size: 17px !important;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}
.mepr-loading-gif {
    position: absolute !important;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 10px;
}
span.mepr-account-change-password {
    font-size: 17px;
    font-family: 'Poppins';
    border: 1px solid #453f3f;
    padding: 10px 20px;
    border-radius: 5px;
}
.mepr-active-nav-tab {
    font-weight: 400 !important;
    color: #2563eb;
}
.mepr-no-active-subscriptions,
.mp-wrapper.mp-no-subs {
    font-size: 18px;
    font-family: 'Lexend';
}
.mepr-unauthorized-message {
    font-family: 'Lexend';
    margin-bottom: 25px;
    font-size: 22px;
}
input#wp-submit {
    background: #2563eb;
    padding: 10px 20px;
    font-size: 17px !important;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

input#user_pass {
    margin-top: 10px;
}
.page-id-7998 svg#search-icon {
    color: #000;
    margin: 0 auto;
}
label {
    font-family: 'Lexend' !important;
}
button#search-toggle {
    margin-bottom: 0px !important;
}

.mp_wrapper input#wp-submit {
    width: 100%;
    background-color: rgb(52, 58, 64);
}

.mepr-login-actions {
    font-size: 17px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border: none;
    padding: 0;
}

#login-section #signup-link {
    display: block;
}

.mp_wrapper h3 {
    display: none;
}

.mp_wrapper .mp-form-row.mepr_forgot_password_input {
    margin-bottom: 0 !important;
}

.mp_wrapper .mp-form-row.mepr_forgot_password_input label {
    padding-bottom: 10px;
    display: block !important;
    font-size: 18px !important;
}

.mepr-account-product a {
    color: #2563eb;
    text-decoration: underline;
}


@media screen and (max-width: 640px) {
    .page-id-7998 .entry-content {
        margin-top: 4.5em !important;
    }
    .mepr-nav-item {
        font-size: 15px;
    }
    div#mepr-account-welcome-message {
        font-size: 15px;
    }
}

@media screen and (max-width: 999px) { 
    .page-id-7998 #mobile-menu-toggle svg {
    color: #000;
    }
}