/*--------------------------------------------------------------
# Elation - Admin CSS
--------------------------------------------------------------*/
a[href="themes.php?page=elation_info-account"],
a[href="themes.php?page=elation_info-pricing"] {
    display: none !important;
}

/* ---- Show / Hide Widget areas depending on selected footer ---- */
body.elation-footer-split.widgets-php #elation-site-footer-custom-1.widgets-sortables,
body.elation-footer-split.widgets-php #elation-site-footer-custom-2.widgets-sortables,
body.elation-footer-split.widgets-php #elation-site-footer-custom-3.widgets-sortables,
body.elation-footer-split.widgets-php #elation-site-footer-custom-4.widgets-sortables,
body.elation-footer-split.widgets-php #elation-site-footer-custom-5.widgets-sortables,
body.elation-footer-split.widgets-php #elation-site-footer-social,

body.elation-footer-social.widgets-php #elation-site-footer-custom-1.widgets-sortables,
body.elation-footer-social.widgets-php #elation-site-footer-custom-2.widgets-sortables,
body.elation-footer-social.widgets-php #elation-site-footer-custom-3.widgets-sortables,
body.elation-footer-social.widgets-php #elation-site-footer-custom-4.widgets-sortables,
body.elation-footer-social.widgets-php #elation-site-footer-custom-5.widgets-sortables,
body.elation-footer-social.widgets-php #elation-site-footer-split,

body.elation-footer-default.elation-footer-custom-cols-1.widgets-php #elation-site-footer-custom-2.widgets-sortables,
body.elation-footer-default.elation-footer-custom-cols-1.widgets-php #elation-site-footer-custom-3.widgets-sortables,
body.elation-footer-default.elation-footer-custom-cols-1.widgets-php #elation-site-footer-custom-4.widgets-sortables,
body.elation-footer-default.elation-footer-custom-cols-1.widgets-php #elation-site-footer-custom-5.widgets-sortables,

body.elation-footer-default.elation-footer-custom-cols-2.widgets-php #elation-site-footer-custom-3.widgets-sortables,
body.elation-footer-default.elation-footer-custom-cols-2.widgets-php #elation-site-footer-custom-4.widgets-sortables,
body.elation-footer-default.elation-footer-custom-cols-2.widgets-php #elation-site-footer-custom-5.widgets-sortables,

body.elation-footer-default.elation-footer-custom-cols-3.widgets-php #elation-site-footer-custom-4.widgets-sortables,
body.elation-footer-default.elation-footer-custom-cols-3.widgets-php #elation-site-footer-custom-5.widgets-sortables,

body.elation-footer-default.elation-footer-custom-cols-4.widgets-php #elation-site-footer-custom-5.widgets-sortables,
body.elation-footer-default.widgets-php #elation-site-footer-split,

body.elation-footer-none.widgets-php #elation-site-footer-custom-1.widgets-sortables,
body.elation-footer-none.widgets-php #elation-site-footer-custom-2.widgets-sortables,
body.elation-footer-none.widgets-php #elation-site-footer-custom-3.widgets-sortables,
body.elation-footer-none.widgets-php #elation-site-footer-custom-4.widgets-sortables,
body.elation-footer-none.widgets-php #elation-site-footer-custom-5.widgets-sortables,
body.elation-footer-none.widgets-php #elation-site-footer-split,
body.elation-footer-none.widgets-php #elation-site-footer-social {
    display: none !important;
}

body.widgets-php .widgets-holder-wrap {
    box-shadow: none;
    border: 0;
}

body.widgets-php #sidebar-1,
body.elation-footer-split.widgets-php #elation-site-footer-split,
body.elation-footer-social.widgets-php #elation-site-footer-social,
body.elation-footer-default.widgets-php #elation-site-footer-custom-1,
body.elation-footer-default.widgets-php #elation-site-footer-custom-2,
body.elation-footer-default.widgets-php #elation-site-footer-custom-3,
body.elation-footer-default.widgets-php #elation-site-footer-custom-4,
body.elation-footer-default.widgets-php #elation-site-footer-custom-5 {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

/* ---- Page Title Visibility ---- */
/* .editor-styles-wrapper .wp-block.editor-post-title::after {
    font-family: 'Dashicons';
    content: "\f177";
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 32px;
    margin: -28px 0 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} */

/* ---- Page Meta Box ---- */
.elation-page-field-block {
    padding: 20px 0;
}

.elation-page-field-block.break {
    border-bottom: 1px solid #eee;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.elation-page-field-block label {
    position: relative;
    top: -2px;
}

input.elation-page-text {
    width: 100%;
    margin: 15px 0;
}

/* ---- Admin License/Renew Notice ---- */
.elation-admin-notice.elation-notice-add {
    position: relative;
    padding: 15px;
}
.elation-notice-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ababab;
    font-size: 11px;
    text-decoration: none;
}
.elation-notice-close::after {
    background: 0 0;
    color: #72777c;
    content: "\f153";
    font: 400 16px/20px dashicons;
    height: 20px;
    text-align: center;
    position: relative;
    top: 4px;
    margin: 0 0 0 4px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.elation-notice-close:hover::after {
    color: #c00;
}

.elation-admin-notice h4,
.elation-admin-notice h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}
.elation-admin-notice p {
    font-size: 13px;
    margin: 4px 0 0;
    color: #72777c;
}
.elation-admin-notice-blocks {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: flex-start;
    margin: 15px 0 0;
    padding: 20px 0 5px;
}
.elation-admin-notice-block {
    flex: 1;
    padding-right: 4%;
}
.elation-admin-notice-block p {
    margin: 5px 0 20px;
    padding: 0;
    font-size: 12px;
    color: #9c9c9c;
}

@media only screen and (max-width: 980px) {
    .elation-admin-notice-blocks {
        flex-direction: column;
    }
    .elation-admin-notice-block {
        padding: 0 0 20px;
    }
}