/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
ul{
    margin: 15px 0;
    padding: 0;
}
header, footer{
    display: none !important;
}
body.admin-bar #gdadashboard .navbar-fixed-top {
    padding: 30px 20px 0px 20px;
}
body.admin-bar #gdadashboard .right_icon_bar {
    top: 30px;
}
.branding-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #fcfcfc;
    border-top: 1px solid #e2e2e2;
}
.branding-footer p{
    margin-bottom: 0;
}
#main-content{
    margin-top: 70px;
}
.right-box .categories-clouds li {
    margin-right: 5px;
}
#edit_cat_pop_form{
    position: absolute;
    background: #fff;
    z-index: 99999;
    padding: 15px;
    width: 100%;
    right: 0;
    max-width: 100%;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: relative;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: auto;
    display: none;
}
.category-desc{
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.close-pop{
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
    padding: 5px;
}
.overlay-back{
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.member-card .header {
    min-height: auto;
}
.cats-ul li{
    display: inline-block;
}
.navbar-fixed-top {
    z-index: 999;
}
.wp-editor-tools{
    display: block !important;
}