/*--------------------------------------------------------------
# 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 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 {
    position: relative;
    padding: 20px 15px 25px;
    background-image: url(../../updater/images/elation-design-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.elation-notice-renew {
    background-position: right 55px;
}

.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 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #212121;
}

.elation-admin-notice h4 b {
    font-weight: normal;
    color: #006CC9;
}

.elation-admin-notice p {
    font-size: 15px;
    margin: 4px 0 0;
    color: #72777c;
}

.elation-admin-notice-blocks::after {
    display: block;
    content: '';
    clear: both;
}

.elation-admin-notice-block h5 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #212121;
}

.elation-admin-notice-blocks {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 20px 0 0px;
    padding: 24px 10px 5px;
}

.elation-admin-notice-block {
    width: 29%;
    max-width: 350px;
    float: left;
    margin: 0 5% 0 0;
}

.elation-nomargin {
    margin: 0 0 0 2%;
    width: 30%;
}

.elation-admin-notice-block ul {
    margin: 0 0 20px;
    padding: 0;
}

.elation-admin-notice-block ul li {
    margin: 0 0 12px;
    padding: 0;
    font-size: 15px;
}

.elation-admin-notice-block img {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.12);
    max-width: 100%;
    height: auto;
}

.elation-admin-notice-block p {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0;
    color: #444;
}

.elation-admin-notice-btn {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset !important;
    background-color: #006CC9;
    color: #FFF !important;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 12px 20px 13px;
    text-decoration: none;
}

.elation-admin-notice-btn-grey {
    display: inline-block;
    border-radius: 3px;
    color: #555;
    border: 1px solid #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 20px;
    padding: 12px 20px 13px;
    text-decoration: none;
}

.elation-admin-notice-btn:hover {
    background-color: #0952A9;
}

.elation-admin-notice-btn-grey.thin-margin {
    margin: -10px 0 0;
}

.elation-admin-notice-btn-grey:hover {
    background-color: #f2f2f2;
    border: 1px solid #a8a8a8;
    color: #222;
}

.elation-notice-renew .elation-admin-notice-btn {
    margin: 15px 0 0;
}

.elation-admin-notice p.elation-note {
    margin: 10px 0 -5px;
    font-size: 12px;
}

.elation-admin-notice p.elation-note b {
    color: #006CC9;
}

@media only screen and (max-width: 1024px) {
    .elation-admin-notice-block {
        width: 45%;
    }

    .elation-admin-notice-block.elation-nomargin {
        display: none;
    }

    .elation-arrow {
        background-image: none;
    }
}

@media only screen and (max-width: 870px) {
    .elation-admin-notice-block {
        width: 100%;
        margin: 0 0 30px;
    }

    .elation-admin-notice-btn {
        margin: 0 0 10px;
    }

    .elation-admin-notice-btn-grey {
        margin: 0 0 -20px;
    }
}