/* this is to fix weird behavior where the sidebar won't scroll when the sidebar is longer than the page */
.sticky-menu #adminmenuwrap {
    position: relative;
}

#adminmenu li.wp-menu-separator {
    border-top: 1px solid #fff;
}

#adminmenu li.genesis-separator {
    display: none;
}

#adminmenu .wpadsecthead {
    color: #00b9eb;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

#adminmenu .wpadsecthead.full,
body.folded .wp-responsive-open #adminmenu .wpadsecthead.full {
    display: block;
}
#adminmenu .wpadsecthead.short,
body.folded .wp-responsive-open #adminmenu .wpadsecthead.short {
    display: none;
}

body.folded #adminmenu .wpadsecthead.full {
    display: none;
}
body.folded #adminmenu .wpadsecthead.short {
    display: block;
}

@media only screen and (max-width: 960px) {

    body.auto-fold .wp-responsive-open #adminmenu .wpadsecthead.full,
    body.auto-fold #adminmenu .wpadsecthead.short {
        display: block;
    }
    body.auto-fold .wp-responsive-open #adminmenu .wpadsecthead.short,
    body.auto-fold #adminmenu .wpadsecthead.full {
        display: none;
    }

}

/* remove Yoast warning about licence key when using GPLDL version of Yoast Pro */
.notice.notice-error.yoast-notice-error {
    display: none;
}
