/* Hide RebelMouse logo for following */
.edit-dashboard .menu-show-logo {
    display: none;
}
/* --- End */

.menu-show {
    position: fixed;
    left: 7px;
    top: 5px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    background-color: #1a1a1a;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: 9;
    outline: none;
}

.menu-show:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 7px;
    left: 50%;
    top: 50%;
    margin: -7px 0  0 -8px;
    border-top: 3px solid #fcfcfc;
    border-bottom: 3px solid #fcfcfc;
    overflow: hidden;
}

.menu-opened .menu-show-logo,
.menu-opened .menu-show {
    display: none;
}
.menu-show:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: -2px 0  0 -8px;
    border-top: 3px solid #fcfcfc;
    overflow: hidden;
}
.lt-ie9 .menu-show:after { margin-top: -22px }
.menu-show:focus { outline: none; }

.menu-opened .post-edit-mode  {
    -webkit-transform: translate3d(244px, 0, 0);
    -moz-transform: translate3d(244px, 0, 0);
    -ms-transform: translate3d(244px, 0, 0);
    -o-transform: translate3d(244px, 0, 0);
    transform: translate3d(244px, 0, 0);
}
.lt-ie9 .menu-opened .post-edit-mode,
.lt-ie10 .menu-opened .post-edit-mode { margin-left: 244px; }

.main-menu li a {
    color: #b2b2b2;
    padding: 12px 5px 13px 25px;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 17px;
}

.author-page .menu-show:after {
    content: "BETA";
    color: #000;
    position: absolute;
    bottom: -32px;
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: normal;
    font-size: 19px;
    font-family: 'PT Sans'
}
.author-page.menu-opened .menu-show:after { content: ""; }
/* General styles for all menus */
.menu-global {
    color: rgba(0, 0, 0, 0.870588);
    background-color: #fff;
    transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
    border-radius: 0px;
    height: 100%;
    width: 256px;
    position: fixed;
    z-index: 1300;
    left: 0px;
    top: 0px;
    transform: translate(-266px, 0px);
    overflow: auto;
}
.menu-global > span {
    font-size: 11px;
    padding: 0 0 10px 25px;
    margin-top: -5px;
    position: relative;
}
.menu-global .site-logo {
    display: none;
    background-color: transparent;
    background-image: url("/static/img/logos/transparent-rebelmouse2.png?3") ;
    background-size: 105px 17px;
    background-position: center;
    background-repeat: no-repeat;
    width: 146px;
    height: 36px;
    position: absolute;
    left: 49px;
    top: 17px;
    z-index: 1;
}
    .lt-ie9 .menu-global .site-logo {
        background: url("/static/img/logos/transparent-rebelmouse2-non-retina.png?3") no-repeat center center ;
    }

.menu-opened .menu-global {
    transform: translate(0, 0);
}
.menu-opened .menu-global .site-logo {
    display: block;
}
.menu-global .main-menu-wrapper {
    position: relative;
    height: 100%;
    overflow: auto;
}
.menu-global .main-menu-wrapper::-webkit-scrollbar {
    display: none;
}
@-moz-document url-prefix() {
    .menu-global .main-menu-wrapper {
        -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 17px;
        margin-right: -17px !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
.menu-global .fb-like {
    margin-right: 10px;
}
.menu-global .social {
    margin-bottom: 10px;
}
.menu-global .user-login-status {
    margin: 12px;
}
.menu-opened {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.lt-ie9 .menu-opened .main,
.lt-ie10 .menu-opened .main { margin-left: 244px; }

.mobile-top-banner,
.rebelbar,
.main {
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.2,0.3,0.25,0.9);
    -moz-transition: -moz-transform .2s cubic-bezier(0.2,0.3,0.25,0.9);
    -o-transition: -o-transform .2s cubic-bezier(0.2,0.3,0.25,0.9);
    transition: transform .2s cubic-bezier(0.2,0.3,0.25,0.9);
}
.lt-ie9 .rebelbar {
    background: #000;
}
.menu-opened .widget {
    overflow: hidden;
}
.menu-opened .menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.541176);
    z-index: 1200;
    transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    pointer-events: auto;
    z-index: 3;
}
.menu-opened .menu-overlay {
    display: block;
}
.main-menu {
    list-style: none;
    float: none;
    margin: 0 auto;
    padding-top: 67px;
}
.edit-mode-opened .main-menu {
    padding-top: 0;
}
.main-menu-item > ul strong {
    display: block;
    text-transform: uppercase;
    color: #3b3b3b;
    font-size: 12px;
    padding: 7px 5px 7px 25px;
}
.main-menu-item > ul:before,
.main-menu-item > ul:after {
    display: block;
    content: "";
    margin: 11px 23px;
    height: 1px;
    overflow: hidden;
    background-color: #303030;
}
.main-menu-item > ul.mainmenu-sub:before,
.main-menu-item > ul.mainmenu-sub:after {
    height: 0;
    margin: 0;
}
.main-menu li {
    display: block;
    margin: 0;
    position: relative;
}
.main-menu .main-menu-dropdown {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -1px;
}
.main-menu-dropdown.active a,
.main-menu-dropdown.active .mainmenu-sub {
    background: #e6e6e6;
}
.main-menu .main-menu-dropdown a {
    padding: 7px 5px 7px 16px;
}
.main-menu .divider {
    border-top: 1px solid #e0e0e0;
}
.main-menu li a {
    display: block;
    text-transform: capitalize;
    font: 16px/1.25 'Roboto', sans-serif;
    color: #212121;
    font-weight: normal;
    text-decoration: none;
    padding: 16px 5px 16px 16px;
}
.main-menu .main-menu-dropdown:hover,
.navigation .add-post:hover,
.main-menu li a.active,
.main-menu li a:hover {
    text-decoration: none;
    background: #e6e6e6;
}
.main-menu li.active > a {
    background: #e6e6e6;
}
.main-menu .main-menu-item--addPostIcon {
    position: absolute;
    right: 17px;
    width: 50px;
    height: 50px;
    margin: 26px 0 0 0;
    z-index: 2;
    text-indent: 99999px;
    white-space: nowrap;
}
.main-menu .main-menu-item--addPostIcon a {
    background-image: url(/static/img/editor/ic_add_white_24dp_2x.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #479ad2;
    border-radius: 50%;
}
.main-menu .main-menu-item--addPostIcon a:hover {
    background-color: #333;
    background-image: url(/static/img/editor/ic_add_white_24dp_2x.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.social { padding: 0 0 0 15px; }

.menu-parent-item {
    display: inline-block;
    padding: 0 5px 5px 16px;
}
/* =sub menu styles */
.mainmenu-sub {
    margin-left: 0;
}
.main-menu-dropdown .mainmenu-sub {
    border-top: 1px solid #e0e0e0;
}
.mainmenu-sub .main-menu-item a {
    font-size: 14px;
    padding: 7px 5px 7px 26px;
}
/*.mainmenu-sub .main-menu-item a[href^="/core/dashboard/stats/"] span:after {
    content: '';
    position: absolute;
    background-image: url(/static/img/roar/new-label.png);
    width: 38px;
    height: 18px;
    margin-left: 5px;
}*/
.mainmenu-sub .main-menu-item .counter {
    background: #ADADAD;
    padding: 0 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #353535;
    margin: -2px 0 0 4px;
}
.rebelbar .rebelbar-controls .ico {
    display: inline-block;
    vertical-align: top;
    content: "ico";
    width: 24px;
    height: 18px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("/static/img/dashboard/ico-nav.png?5");
    background-repeat: no-repeat;
    margin: 0 6px 0 10px;
}
.menu-global .ico  {
    background-image: url("/static/img/dashboard/left-menu-icons.png?5");
    background-repeat: no-repeat;
    background-size: 136px 17px;
    display: none;
    vertical-align: top;
    width: 18px;
    height: 18px;
    text-indent: 100%;
    margin: 0 4px 0 0;
    white-space: nowrap;
    opacity: .7;
}
.main-menu-item .user-fav {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    margin: 0 6px 0 0;
    vertical-align: top;
}
.site-name-item .item-link {
    display: inline-block;
    width: 138px;
    line-height: 20px;
    word-wrap: break-word;
}
.main-menu-item .dashboard {
    display: block;
    text-transform: uppercase;
    padding: 0 0 5px 25px;
    color: #3B3B3B;
    font:bold 12px/1.25 'Whitney SSm A', 'Whitney SSm B', Tahoma, sans-serif;
}
.main-menu-item.section {
    padding: 15px 0 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}
.main-menu-item.section + .main-menu-item.section {
    border-top: none;
    margin-top: 0;
}
.main-menu-item.rm-border {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.main-menu-item .icon-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    color: #474747;
    font-size: 22px;
    border-left: 1px solid #e0e0e0;
    width: 39px;
    height: 100%;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
}
.main-menu .active .icon-angle-down,
.main-menu .main-menu-dropdown:hover .icon-angle-down {
    color: #727272;
}
.main-menu .active .icon-angle-down:hover {
    color: #eee;
}
.main-menu .settings { background-position: -59px -1px; }
.main-menu .expanded { background-position: -113px 0; }
.main-menu .share-draft { background-position: -96px 0; }
.main-menu .share-post { background-position: -48px 0; }
.main-menu .placement { background-position: -72px 0; }
.main-menu .advanced { background-position: -61px  0; }
.main-menu .stats { background-position: 0 0; }
.main-menu .main-content { background-position: -21px 0; }
.main-menu .draft-post { background-position: -37px 0; }
.main-menu-item .facebook {
    background-position: -167px 0;
    margin: 0;
    position: relative;
    height: 20px;
    top: -2px;
}
.main-menu-item .twitter {
    background-position: -191px 0;
    position: relative;
    margin: 0;
}
.main-menu-item .email {
    background-position: -218px 0;
    margin: -3px 0 0 0;
    position: relative;
}

/* sub menu styles */
/*= follow module */
.menu-global .powered,
.menu-global .follower-module,
.menu-global .powered-module,
.menu-global .note {
    padding: 15px 20px 0;
    display: block;
}
.menu-global .powered {
    font-size: 12px;
    color: #6c6c6c;
}
.menu-global .follower-module {
    color: #fff;
    margin: 15px 0 0 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #262626;
}
.menu-global .subscribe-page input {
    background: #282828;
    border-color: #414141;
    color: #a8a8a8;
}
.menu-global  .subscribe-page .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #1496d9;
    border-color: #1496d9;
    color: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}
.menu-global .follow {
    padding: 5px 0 10px;
}
.menu-global .form {
    position: relative;
}
.menu-global .subscribe-title {
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 0 0 5px;
}
.main-menu .toggle-visiblity i {
    vertical-align: middle;
    font-size: 12px;
}
.main-menu .toggle-visiblity a {
    color: #626561;
    font-size: 13px;
}
.follow-btns {
    margin: 10px 0;
}
.follow-btns li {
    display: inline-block;
    margin-right: 10px;
}
.follow-btns li span {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.menu-global .follower-module .subscribe-page input {
    background:#333;
    border: 0;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 7px;
    width: 96px;
}
.menu-global .follower-module .subscribe-page button {
    float: right;
    width: 94px;
    background: #595959;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    padding: 6px;
    margin-bottom: 0;
}
.menu-global.custom-menu {
    padding-top: 0;
}
.menu-global .powered-module {
    border-bottom: 1px solid #262626;
    color: #fff;
    margin: 15px 0 0;
    padding-bottom: 26px;
}
.powered-module h3 {
    color: #b9b9b9;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    width: 155px;
}
.powered-module p {
    color: #b9b9b9;
    font-size: 12px;
}
.powered-module .button {
    background:#2595d1;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.powered-module img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.powered-module .button:hover {
    text-decoration: none;
}
.menu-global .note p {
    color: #828282;
    font-size: 13px;
}
.menu-global .note a {
    color: #828282;
    font-size: 12px;
}
.follower-module .follow-user {
    color: #828282;
}
/* follow module */
.edit-mode-opened .rebelbar {
    display: none;
}

.edit-mode-opened .menu-show-logo {
    left: 60px;
}

.section-frontpage .menu-show { left: 7px; }

.has-announcing-bar .menu-show {
    top: 73px;
}
.has-announcing-bar .menu-global {
    top: 66px;
}


@media (max-width: 568px) and (orientation : portrait) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened  .menu-show-logo {
        display:none;
    }
}
@media (max-width: 568px) and (orientation : landscape) {
     .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened  .menu-show-logo {
        display:none;
    }
}
@media (min-width:  569px) and (max-width: 1024px) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show,
    .edit-mode-opened .menu-show-logo {
        top: 6px;
    }
}
@media (min-width:  569px) and (max-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show,
    .edit-mode-opened .menu-show-logo {
        top: 6px;
    }
}
@media (min-width:  569px) and (max-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .edit-mode-opened .menu-show {
        background-color: rgba(0, 0, 0, 0.53);
        left: 6px;
        top: 6px;
    }
    .edit-mode-opened .menu-show, .edit-mode-opened .menu-show-logo {
        top: 6px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 1390px) {
    .has-mobile-banner .menu-show-logo,
    .has-mobile-banner .menu-only-logo,
    .has-mobile-banner .menu-show {
        top: 82px;
    }
}
@media only screen and (min-width: 768px) {
    .menu-show {
        top: 14px;
    }
}
