/**
 * Sticky Admin - Dashboard CSS
 *
 * @version 1.0.0
 * @copyright 2015
 * @author Dorian Tudorache
 * @link www.stickyadmin.net
 *
 * @license See Licensing folder
 *
 * @package Sticky Admin
 *
 */
.welcome-panel h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .1px;
    display: block;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: -webkit-transform .3s ease-in-out, color .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, color .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, color .3s ease-in-out;
    transition: transform .3s ease-in-out, color .3s ease-in-out
}
body.rtl .welcome-panel h4 {
    text-align: right;
}
.welcome-panel h5 {
    font: 400 12px/18px "Open Sans", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .3px;
    margin-bottom: 0;
    display: block;
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
}
.welcome-panel-content h2 {
    font-size: 20px;
    font-weight: 400;
}
.wrap {
    padding-top: 0!important;
}

body.header-w #welcome-panel,
body.header-w #welcome-panel p {
    color: rgba(255,255,255,.5); 
}
body.header-b #welcome-panel,
body.header-b #welcome-panel p {
    color: rgba(0,0,0,.5); 
}
body.header-w #welcome-panel h1, 
body.header-w #welcome-panel h2 {
    color: #fff;
}
body.header-w #welcome-panel h3, 
body.header-w #welcome-panel h4, 
body.header-w #welcome-panel h5, 
body.header-w #welcome-panel h6 {
    color: rgba(255,255,255,.85);
}
body.header-b #welcome-panel h1, 
body.header-b #welcome-panel h2 {
    color: #000;
}
body.header-b #welcome-panel h3, 
body.header-b #welcome-panel h4, 
body.header-b #welcome-panel h5, 
body.header-b #welcome-panel h6 {
    color: rgba(0,0,0,.85);
}
body.header-w #welcome-panel a,
body.header-w #welcome-panel .button,
body.header-w #welcome-panel button,
body.header-w #welcome-panel input,
body.header-w #welcome-panel textarea,
body.header-w #welcome-panel select,
body.header-w #welcome-panel .sod_select {
    color: rgba(255,255,255,.65);
    border-color: rgba(255,255,255,.1);
}
body.header-b #welcome-panel a,
body.header-b #welcome-panel .button,
body.header-b #welcome-panel button,
body.header-b #welcome-panel input,
body.header-b #welcome-panel textarea,
body.header-b #welcome-panel select,
body.header-b #welcome-panel .sod_select {
    color: rgba(0,0,0,.65);
    border-color: rgba(0,0,0,.1);
}

body.header-w #welcome-panel a:disabled,
body.header-w #welcome-panel .button:disabled,
body.header-w #welcome-panel .button-disabled,
body.header-w #welcome-panel button:disabled,
body.header-w #welcome-panel input:disabled,
body.header-w #welcome-panel textarea:disabled,
body.header-w #welcome-panel select:disabled,
body.header-w #welcome-panel .sod_select:disabled {
    color: rgba(255,255,255,.3);
    border-color: rgba(255,255,255, .05);
}
body.header-b #welcome-panel a:disabled,
body.header-b #welcome-panel .button:disabled,
body.header-b #welcome-panel .button-disabled,
body.header-b #welcome-panel button:disabled,
body.header-b #welcome-panel input:disabled,
body.header-b #welcome-panel textarea:disabled,
body.header-b #welcome-panel select:disabled,
body.header-b #welcome-panel .sod_select:disabled {
    color: rgba(0,0,0,.3);
    border-color: rgba(0,0,0,.05);
}
body.header-w #welcome-panel a:hover,
body.header-w #welcome-panel .button:hover,
body.header-w #welcome-panel button:hover,
body.header-w #welcome-panel input:hover,
body.header-w #welcome-panel textarea:hover,
body.header-w #welcome-panel select:hover,
body.header-w #welcome-panel .sod_select:hover {
    color: rgba(255,255,255,.85);
    border-color: rgba(255,255,255,.25);
}
body.header-b #welcome-panel a:hover,
body.header-b #welcome-panel .button:hover,
body.header-b #welcome-panel button:hover,
body.header-b #welcome-panel input:hover,
body.header-b #welcome-panel textarea:hover,
body.header-b #welcome-panel select:hover,
body.header-b #welcome-panel .sod_select:hover {
    color: rgba(0,0,0,.85);
    border-color: rgba(0,0,0,.25);
}
body.header-w #welcome-panel a:focus,
body.header-w #welcome-panel .button:focus,
body.header-w #welcome-panel button:focus,
body.header-w #welcome-panel input:focus,
body.header-w #welcome-panel textarea:focus,
body.header-w #welcome-panel select:focus,
body.header-w #welcome-panel .sod_select:focus,
body.header-w #welcome-panel .sod_select.focus {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,.45);
}
body.header-b #welcome-panel a:focus,
body.header-b #welcome-panel .button:focus,
body.header-b #welcome-panel button:focus,
body.header-b #welcome-panel input:focus,
body.header-b #welcome-panel textarea:focus,
body.header-b #welcome-panel select:focus,
body.header-b #welcome-panel .sod_select:focus,
body.header-b #welcome-panel .sod_select.focus {
    color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,.45);
}
body.header-w #welcome-panel select:focus,
body.header-w #welcome-panel .sod_select:focus,
body.header-w #welcome-panel .sod_select.focus {
    color: rgba(255,255,255,.5);
}
body.header-b #welcome-panel select:focus,
body.header-b #welcome-panel .sod_select:focus,
body.header-b #welcome-panel .sod_select.focus {
    color: rgba(0,0,0,.5);
}
#welcome-panel select,
#welcome-panel .sod_select {
    border-width: 2px;
    height: 30px;
    font-size: 12px;
    padding: 0 15px;
}
#welcome-panel .sod_select .sod_list_wrapper {
    border-width: 2px;
    left: -2px;
    right: -2px;
    background: transparent !important;
}
.welcome-panel .welcome-panel-column h4:after {
    display: block;
    height: 2px;
    content: '';
    width: 20px;
    margin: 15px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.welcome-panel .welcome-panel-column {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1
}
.welcome-panel.hidden .welcome-panel-column {
    opacity: 0
}
.welcome-panel .welcome-icon:before,
.welcome-panel .welcome-panel-column p.hide-if-no-customize a:before,
.wp-core-ui .welcome-panel .button.button-hero:before {
    display: inline-block;
    margin-right: 5px;
    font: 400 12px/24px streamline;
    vertical-align: top;
    width: 24px;
    text-align: center;
    text-transform: none;
}
body.rtl .welcome-panel .welcome-icon:before,
body.rtl .welcome-panel .welcome-panel-column p.hide-if-no-customize a:before,
body.rtl .wp-core-ui .welcome-panel .button.button-hero:before {
    margin-right: 0;
    margin-left: 5px;
}
.welcome-panel .welcome-panel-column p.hide-if-no-customize a:before {
    content: 'p';
}
.welcome-icon.welcome-edit-page:before {
    content: "\f044"
}
.welcome-icon.welcome-add-page:before {
    content: "\e1f6"
}
.welcome-icon.welcome-write-blog:before {
    content: "M"
}
.welcome-icon.welcome-view-site:before {
    content: "S"
}
.welcome-icon.welcome-comments:before {
    content: '\e05c';
}
.welcome-icon.welcome-learn-more:before {
    content: '\e141';
}
.welcome-icon.welcome-widgets-menus:before {
    content: '\e2a6';
}
.welcome-panel .welcome-panel-close {
    font-size: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
            box-shadow: 0 0 2px rgba(0,0,0,.1);
    position: absolute;
    padding: 0!important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    bottom: -16px;
    right: -webkit-calc(50% - 16px);
    right: -moz-calc(50% - 16px);
    right: calc(50% - 16px);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    z-index: 38;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.welcome-panel:hover .welcome-panel-close {
    opacity: 1
}
.welcome-panel .welcome-panel-close:before {
    background: none!important;
    content: "\e6b2";
    font: 400 12px/32px streamline;
    display: block;
    font-style: normal;
    text-decoration: inherit;
    margin: 0!important;
}
#wpbody-content #dashboard-widgets.metabox-holder {
    float: left;
    width: 100%;
    margin-bottom: 0!important;
}
#wpbody-content #dashboard-widgets.columns-1 .postbox-container {
    width: 100%;
}
#wpbody-content #dashboard-widgets.columns-2 .postbox-container {
    width: 49.5%;
}
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-2,
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-3,
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 {
    float: right;
    width: 50.5%;
}
body.rtl #wpbody-content #dashboard-widgets.columns-2 #postbox-container-2,
body.rtl #wpbody-content #dashboard-widgets.columns-2 #postbox-container-3,
body.rtl #wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 {
    float: left;
}
#wpbody-content #dashboard-widgets.columns-3 .postbox-container {
    width: 33.5%;
}
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 {
    width: 33%;
}
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-3,
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 {
    float: right;
}
body.rtl #wpbody-content #dashboard-widgets.columns-3 #postbox-container-3,
body.rtl #wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 {
    float: left;
}
#wpbody-content #dashboard-widgets.columns-4 .postbox-container {
    width: 25%;
}
#dashboard-widgets .postbox-container {
    width: 25%;
}
#dashboard_primary .inside {
    -webkit-border-bottom-left-radius: 10px;
       -moz-border-radius-bottomleft: 10px;
            border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
       -moz-border-radius-bottomright: 10px;
            border-bottom-right-radius: 10px;
}
#dashboard_primary div.rss-widget {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}
#dashboard_primary a.more-news {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .4px;
    display: block;
}
#dashboard_primary li.dashboard-news-plugin {
    text-align: left;
}
#dashboard_primary .s-popular-plugin:before {
    content: none;
    display: none;
}
body.content-w #dashboard_primary a.more-news {
    color: rgba(255,255,255,.25);
}
body.content-w #dashboard_primary .open a.more-news {
    color: rgba(255,255,255,.75);
}
body.content-b #dashboard_primary a.more-news {
    color: rgba(0,0,0,.25);
}
body.content-b #dashboard_primary .open a.more-news {
    color: rgba(0,0,0,.75);
}
#dashboard-primary .rss-widget a.s_read_more {
    font-size: 11px;
    font-weight: 400;
}
#dashboard_primary div.rss-widget:nth-child(2) ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#dashboard_primary div.rss-widget:nth-child(2).open ul {
    max-height: 200px;
    padding-top: 10px;
}
#dashboard_primary div.rss-widget:nth-child(3) {
    margin: 15px 0 0!important;
    padding-bottom: 0!important;
    border: none;
    width: 100%!important;
    padding-top: 15px!important;
}
#dashboard_primary div.rss-widget ul {
    margin-bottom: 0;
}
#dashboard_primary div.rss-widget ul li:last-child {
    margin-bottom: 0
}
#dashboard-widgets #dashboard_primary div.rss-widget:first-child a.rsswidget {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
#dashboard-widgets #dashboard_primary div.rss-widget:not(:first-child) a.rsswidget {
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding: 0 20px;
}
#dashboard-widgets #dashboard_primary div.rss-widget:not(:first-child) a.rsswidget:before {
    content: '';
}
#dashboard_primary a {
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
#dashboard_primary .widget-loading {
    display: block;
    text-align: center;
    font-size: 0;
    height: 140px;
    line-height: 140px;
}
#dashboard_primary .widget-loading:before {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
#dashboard_primary div#rss-content {
    margin-bottom: 20px;
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#dashboard_primary div#rss-content.open {
    max-height: 200px;
    padding-bottom: 20px;
}
a.rsswidget {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px
}
#dashboard_secondary a.rsswidget {
    font-size: 12px;
    margin-bottom: 0
}
#dashboard_secondary li {
    margin-bottom: 5px
}
#dash_slick div.linkslist .ot .ot_inside > strong,
#dashboard-widgets #dashboard_activity h4,
#dashboard-widgets #dashboard_activity h3,
#dashboard-widgets h4,
#dashboard-widgets h3,
#dashboard_quick_press .drafts h3,
#dashboard_quick_press .drafts h4 {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .2px;
    text-align: center;
    margin: 0!important;
    position: relative;
    z-index: 2;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
#dashboard_quick_press .drafts > h2::last-word {
    display: none;
}
#dashboard_quick_press .drafts > h2 {
    display: block!important;
    margin-bottom: 0;
}

#dashboard_quick_press .drafts h2 > .count {
    display: inline-block;
    vertical-align: middle;
    border-radius: 52px;
    font-size: 11px;
    line-height: 18px;
    width: 18px;
    margin-left: 10px;
}

body.rtl #dashboard_quick_press .drafts h2 > .count {
    margin-left: 0;
    margin-right: 10px;
}

body.content-w #dashboard_quick_press .drafts h2 > .count {
    border: 1px solid rgba(255,255,255,.1);
}
body.content-b #dashboard_quick_press .drafts h2 > .count {
    border: 1px solid rgba(0,0,0,.1);
}

#dashboard_quick_press .drafts > h4:after {
    content: '\e666';
    font: 400 8px/12px streamline;
    display: block;
    position: absolute;
    left: -webkit-calc( 50% - 5px);
    left: -moz-calc( 50% - 5px);
    left: calc( 50% - 5px);
    width: 10px;
    bottom: 5px;
    text-align: center;
}
#dashboard-widgets .drafts > h4:before {
    display: block;
    content: '\ec64';
    opacity: .65;
    font:400 20px/24px streamline;
    margin-bottom: 10px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#dashboard-widgets #activity-widget > div:last-child:before {
    content: '';
    display: none;
}
#dashboard-widgets #activity-widget > div:last-child:before {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
#dashboard-widgets #future-posts > ul,
#dashboard-widgets #published-posts > ul,
#dashboard-widgets #latest-comments > *:not(h4),
#dashboard-widgets .drafts > ul {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: max-height .25s ease-in-out, margin .15s ease-in-out, padding .15s ease-in-out;
    -moz-transition: max-height .25s ease-in-out, margin .15s ease-in-out, padding .15s ease-in-out;
    -o-transition: max-height .25s ease-in-out, margin .15s ease-in-out, padding .15s ease-in-out;
    transition: max-height .25s ease-in-out, margin .15s ease-in-out, padding .15s ease-in-out;
}
body.no-js #dashboard-widgets #future-posts > ul,
body.no-js #dashboard-widgets #published-posts > ul,
body.no-js #dashboard-widgets #latest-comments > *:not(h4),
body.no-js #dashboard-widgets .drafts > ul {
    max-height: none!important;
}   
#dashboard-widgets .activity-block > h4,
#dashboard-widgets .activity-block > h3 {
    padding: 25px 0!important;
}
#dashboard-widgets #dashboard_activity .inside {
    -webkit-border-bottom-left-radius: 3px;
       -moz-border-radius-bottomleft: 3px;
            border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
       -moz-border-radius-bottomright: 3px;
            border-bottom-right-radius: 3px;
}
#dashboard-widgets #future-posts.open > ul,
#dashboard-widgets #published-posts.open > ul {
    padding-bottom: 25px!important;
}
#dashboard-widgets .drafts.open > ul {
    padding-bottom: 15px;
    max-height: 460px;
}
#dashboard_quick_press div.updated {
    margin-bottom: 10px;
    border: 1px solid;
    border-width: 1px 1px 1px 0
}
#dashboard_quick_press .drafts,
#dashboard_quick_press .easy-blogging {
    display: block;
    position: relative;
    padding: 1px 0 0;
    margin: 0 -20px;
}
form.initial-form.quickpress-open label.prompt {
    font-style: normal
}
form.initial-form.quickpress-open input#title {
    height: auto
}
.activity-block {
    display: block;
    padding: 0;
    position: relative;
    /*margin-bottom: 50px;*/
}
#future-posts li,
#published-posts li,
.drafts li {
    padding: 10px 0;
}
#future-posts li a,
#published-posts li a,
.drafts li a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
}
body.rtl #future-posts li a,
body.rtl #published-posts li a,
body.rtl .drafts li a {
    text-align: right;
}
#future-posts li a:before {
    content: '\e8a3';
}
#published-posts li a:before {
    content: '\e8a5';
}
#future-posts li a:before,
#published-posts li a:before {   
    font: 400 12px/22px streamline;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    opacity: .5;
}
body.rtl #future-posts li a:before,
body.rtl #published-posts li a:before {
    margin-left: 10px;
    margin-right: 0;
}
.drafts li a {
    margin-right: 130px;
    text-align: left;
}
body.rtl .drafts li a {
    margin-left: 130px;
    margin-right: 0;
}
#future-posts li:first-child,
#published-posts li:first-child {
    padding-top: 0;
}
#future-posts li:last-child,
#published-posts li:last-child,
.drafts li:last-child {
    border: none!important;
    padding-bottom: 0;
}
#future-posts ul li span,
#published-posts ul li span,
#dashboard_quick_press .drafts li time,
.rss-widget span.rss-date {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .1px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
#future-posts ul li:hover span,
#published-posts ul li:hover span {
    cursor: default;
}
#future-posts ul span,
#published-posts ul span,
#dashboard_quick_press ul time {
    min-width: 110px;
    line-height: 22px;
    float: right;
    text-align: right;
    margin-left: 25px;
}
body.rtl #future-posts ul span,
body.rtl #published-posts ul span,
body.rtl #dashboard_quick_press ul time {
    float: left;
    text-align: left;
    margin-left: 0;
    margin-right: 25px;
}
#future-posts ul span:before,
#published-posts ul span:before,
.rss-widget span.rss-date:before,
time:before,
.submitted-on:before {
    font: 400 10px/22px streamline;
    content: '\e7af';
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -moz-osx-font-smoothing: grayscale;
}
body.rtl #future-posts ul span:before,
body.rtl #published-posts ul span:before,
body.rtl .rss-widget span.rss-date:before,
body.rtl time:before,
body.rtl .submitted-on:before {
    margin-right: 0;
    margin-left: 5px;
}


/*#dashboard-widgets .row-actions a {
    text-indent: -99999px;
    position: relative;
    padding-right: 0!important;
}
#dashboard-widgets .row-actions a:hover {
    padding-right: 0!important;
}
#dashboard-widgets .row-actions a:before {
    position: absolute;
    text-indent: 0;
    left: 0;
    top: 0;
}*/
#dashboard-widgets li.dashboard-news-plugin {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1px;
    position: relative;
    display: block;
    line-height: 0;
}
#dashboard_quick_press input[type=text],
#dashboard_quick_press textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 15px!important;
    width: 100%;
    border: none!important;
    line-height: 24px!important;
    background: transparent!important;
}
#dashboard_quick_press input[type=text] {
    font-size: 13px;
    font-weight: 700;
}
#dashboard_quick_press textarea {
    font-size: 13px;
}
#dashboard_quick_press #description-wrap {
    margin-top: 24px;
}
#dashboard_quick_press .inside form {
    display: block;
    text-align: left;
    position: relative;
    padding: 24px 15px 26px 45px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    -ms-background-size: 100% 24px!important;
    -moz-background-size: 100% 24px!important;
    -o-background-size: 100% 24px!important;
    background-size: 100% 24px!important;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 1px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px rgba(0, 0, 0, .05);
    -webkit-transition: margin .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out;
    -o-transition: margin .15s ease-in-out;
    transition: margin .15s ease-in-out;
}
body.rtl #dashboard_quick_press .inside form {
    padding: 24px 45px 26px 15px;
    text-align: right;
}
#dashboard_quick_press .inside form.modified {
    margin-bottom: 60px;
}
#dashboard_quick_press .inside form:before {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
}
body.rtl #dashboard_quick_press .inside form:before {
    right: 39px;
    left: auto;
}
#dashboard_quick_press .inside form p.submit {
    position: absolute;
    bottom: -45px;
    left: 0;
    margin: 0!important;
    display: none;
}
body.rtl #dashboard_quick_press .inside form p.submit {
    left: auto;
    right: 0;
}
#dashboard_quick_press .inside form.modified p.submit {
    display: block;
}
#dashboard_quick_press .inside form #save-post {
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    margin-bottom: 0;
}
#dashboard_quick_press textarea {
    resize: vertical
}
#dashboard-widgets .postbox form .submit {
    margin-bottom: 20px;
    display: block;
    line-height: 30px;
}
#dashboard_right_now .main {
    padding: 0!important;
    position: relative;
    z-index: 1;
}
#bbp-dashboard-right-now .inside .table table,
#dashboard_right_now ul {
    display: block;
    margin: 0 -20px -20px;
    border: 0;
    width: auto;
    /*white-space: nowrap;*/
}
#bbp-dashboard-right-now .inside .table:first-child table {
    margin-bottom: 20px;
}
#bbp-dashboard-right-now .inside div.table {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#bbp-dashboard-right-now .inside div.table td {
    padding: 0;
}
#bbp-dashboard-right-now .inside div.table td.b {
    display: block;
}
#dashboard_right_now .inside {
    text-align: center;
    margin-bottom: 20px ;
}
#dashboard_plugins h4 {
    font-weight: 400
}
#dashboard_right_now .t {
    font-size: 15px;
    line-height: 50px
}
#dashboard_right_now p.sub {
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    left: 12px
}
#dashboard_right_now .table_content,
#dashboard_right_now .table_discussion {
    border: 0
}
#dashboard_right_now a > .number,
#dashboard_right_now span.number,
#bbp-dashboard-right-now .inside table td.b,
#bbp-dashboard-right-now .inside table td.b a {
    display: block;
    font: 400 20px/28px "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}
#bbp-dashboard-right-now br {
    clear: both;
}
#bbp-dashboard-right-now p.sub {
    display: none;

    font-weight: 100;
    font-size: 12px;
    letter-spacing: .3px;
    margin-bottom: 15px;
    text-align: center;
}
#bbp-dashboard-right-now .table table tr,
#dashboard_right_now li {
    min-width: 85px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#dashboard_right_now li:nth-last-child(-n+4),
#bbp-dashboard-right-now .table table tr:nth-last-child(-n+4) {
    margin-bottom: 0!important;
}


#dashboard_right_now li.hidden {
    display: none;
}
#dashboard_right_now li:nth-child(-n+4) {
    margin-bottom: 0;
}
#dashboard-widgets #bbp-dashboard-right-now td.t  {
    position: relative;
    display: block;
    margin: 0;
    font-size: 11px;
    letter-spacing: .4px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

#bbp-dashboard-right-now .inside .table table tbody {
    display: block;
    text-align: center;
}
#bbp-dashboard-right-now .inside .table:nth-child(2) table {
    margin-bottom: 0;
}
#dashboard-widgets #dashboard_right_now li > a,
#dashboard-widgets #dashboard_right_now li > span,
#dashboard-widgets #bbp-dashboard-right-now .t a {
    font-size: 10px;
    line-height: 14px;
    display: block;
    font-weight: 400;
    letter-spacing: .4px;
}
#dashboard-widgets #dashboard_right_now li:nth-child(4) a,
#dashboard-widgets #dashboard_right_now li:nth-child(5) a,
#dashboard-widgets #dashboard_right_now li:nth-child(6) a {
    margin-bottom: 0;
}
#dashboard-widgets #dashboard_right_now li > a {
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
    text-transform: capitalize;
}
#dashboard-widgets #dashboard_right_now li > a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#bbp-dashboard-right-now .inside table td.b:before,
#dashboard_right_now li .number:before {
    content: '\eb25';
    font: 400 20px/50px streamline;
    text-transform: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    width: 50px;
    border-radius: 50px;
    -moz-osx-font-smoothing: grayscale;
}
#dashboard-widgets #dashboard_right_now p {
    text-align: center;
}
#bbp-dashboard-right-now .inside table td.b.b-forums:before {
    content: '\e841'
}
#bbp-dashboard-right-now .inside table td.b.b-topics:before {
    content: '\e78c'
}
#bbp-dashboard-right-now .inside table td.b.b-replies:before {
    content: '\e79d'
}
#bbp-dashboard-right-now .inside table td.b.b-topic_tags:before {
    content: '\e6fd'
}
#bbp-dashboard-right-now .inside table td.b.b-users:before {
    content: '\e605'
}
#bbp-dashboard-right-now .inside table td.b.b-hidden_topics:before {
    content: '\e948'
}
#dashboard_right_now li.post-count .number:before {
    content: '\e8a5'
}
#dashboard_right_now li.page-count .number:before {
    content: '\e6f1'
}
#dashboard_right_now li.comment-count .number:before {
    content: '\e79e'
}
#dashboard_right_now li.comment-mod-count .number:before {
    content: '\e724';
}
#welcome-panel {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
body.header-w #welcome-panel {
    border-top: 1px solid rgba(255,255,255,.25);
}
body.header-b #welcome-panel {
    border-top: 1px solid rgba(0,0,0,.25);
}
#welcome-panel.hidden {
    opacity: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}
.welcome-panel .welcome-panel-column {
    width: 29%;
    margin: 0 2%;
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: hidden;*/
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.welcome-panel .welcome-panel-column:not(.open):hover {
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
    cursor: pointer;
}
.welcome-panel .welcome-panel-column:nth-child(1) {
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear
}
.welcome-panel .welcome-panel-column:nth-child(2) {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -moz-transition: -moz-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    transition: transform .5s linear
}
.welcome-panel .welcome-panel-column:nth-child(3) {
    -webkit-transition: -webkit-transform .7s linear;
    transition: -webkit-transform .7s linear;
    -moz-transition: -moz-transform .7s linear;
    -o-transition: -o-transform .7s linear;
    transition: transform .7s linear
}
body.is_loading:not(.no-js) .welcome-panel .welcome-panel-column:nth-child(1) {
    -webkit-transform: translateY(260px);
    -moz-transform: translateY(260px);
    -ms-transform: translateY(260px);
    -o-transform: translateY(260px);
    transform: translateY(260px)
}
body.is_loading:not(.no-js) .welcome-panel .welcome-panel-column:nth-child(2) {
    -webkit-transform: translateY(260px);
    -moz-transform: translateY(260px);
    -ms-transform: translateY(260px);
    -o-transform: translateY(260px);
    transform: translateY(260px);
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -moz-transition: -moz-transform .5s linear;
    -o-transition: -o-transform .5s linear;
    transition: transform .5s linear
}
body.is_loading:not(.no-js) .welcome-panel .welcome-panel-column:nth-child(3) {
    -webkit-transform: translateY(260px);
    -moz-transform: translateY(260px);
    -ms-transform: translateY(260px);
    -o-transform: translateY(260px);
    transform: translateY(260px);
    -webkit-transition: -webkit-transform .7s linear;
    transition: -webkit-transform .7s linear;
    -moz-transition: -moz-transform .7s linear;
    -o-transition: -o-transform .7s linear;
    transition: transform .7s linear
}
.welcome-panel .welcome-panel-column ul {
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    overflow: hidden;
    margin: 0;
}
.welcome-panel .welcome-panel-column ul li {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}
.welcome-panel .welcome-panel-column ul li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
/*.welcome-panel .welcome-panel-column ul li:last-child,
.welcome-panel .welcome-panel-column ul li:last-child a {
    margin-bottom: 0
}*/
.welcome-panel .welcome-panel-content {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 0px;
}
.welcome-panel .welcome-panel-content .inside {
    display: block;
    width: 100%;
    position: relative;
}


.welcome-panel .welcome-panel-content h2 + .inside:before {
    content: '';
    position: absolute;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    top: 0;
    width: 50px;
    height: 1px;
    opacity: .1;
}

body.header-w .welcome-panel .welcome-panel-content h2 + .inside:before {
    background: #FFF;
}
body.header-b .welcome-panel .welcome-panel-content h2 + .inside:before {
    background: #000;
}

#welcome-panel.welcome-panel .welcome-panel-close:before {
    position: static
}
.welcome-panel h3 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .6px;
    font-weight: 100;
    padding: 0 15px;
    border: 0;
    margin-bottom: 20px;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}
body.is_loading:not(.no-js) .welcome-panel h3 {
    -webkit-transform: translateY(155px);
    -moz-transform: translateY(155px);
    -ms-transform: translateY(155px);
    -o-transform: translateY(155px);
    transform: translateY(155px)
}
.welcome-panel .about-description {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .4px;
    line-height: 20px;
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out
}
.welcome-panel .about-description:first-child {
    font: 400 18px/40px "Open Sans", Helvetica, Arial, Sans-serif;
}
body.content-w .welcome-panel .about-description:first-child {
    color: rgba(255,255,255,.9);
}
body.content-b .welcome-panel .about-description:first-child {
    color: rgba(0,0,0,.9);
}
body.is_loading:not(.no-js) .welcome-panel .about-description {
    -webkit-transform: translateY(240px);
    -moz-transform: translateY(240px);
    -ms-transform: translateY(240px);
    -o-transform: translateY(240px);
    transform: translateY(240px);
    opacity: 0
}
.welcome-panel .welcome-panel-content #dash_slick {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
       -moz-transition: opacity .15s ease-in-out;
         -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
}


body.sleeping .welcome-panel .welcome-panel-content #dash_slick > .slick-list {
    opacity: 0;
}

#welcome-panel .slick-track > .slick-slide:nth-child(1) > h3 {
    display: inline-block;
}

#welcome-panel .slick-track > .slick-slide:nth-child(1) > h3:after {
    content: '';
    display: inline-block;
    margin: 13px 0 0 15px;
    width: 4px;
    height: 4px;
    line-height: inherit;
    vertical-align: top;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
body.rtl #welcome-panel .slick-track > .slick-slide:nth-child(1) > h3:after {
    margin: 13px 15px 0 0;
}
body.header-w #welcome-panel .slick-track > .slick-slide:nth-child(1) > h3:after {
    background: rgba(255,255,255,.15);
}
body.header-b #welcome-panel .slick-track > .slick-slide:nth-child(1) > h3:after {
    background: rgba(255,255,255,.15);
}

.welcome-panel .welcome-panel-column a {
    font-size: 11px;
    display: inline-block;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .1px;
    margin-top: 0px;
    font-style: normal;
    white-space: nowrap;
}
.welcome-panel .welcome-panel-column:nth-child(2) a,
.welcome-panel .welcome-panel-column:nth-child(3) a {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}
.welcome-panel .welcome-panel-column:nth-child(2) a:hover,
.welcome-panel .welcome-panel-column:nth-child(3) a:hover {
    opacity: .5
}
.welcome-panel .welcome-panel-last {
    /*margin-bottom: 15px!important;*/
}
.welcome-panel .welcome-panel-column p.hide-if-no-customize {
    display: block;
    margin-bottom: 0 ;
    line-height: 44px;
    font-style: italic;
}
.welcome-panel .welcome-icon {
    background: none;
    padding: 0!important
}
.rss-widget:not(:first-child):before {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    top: -15px;
    left: -webkit-calc( 50% - 10px );
    left: -moz-calc( 50% - 10px );
    left: calc( 50% - 10px );
}
body.content-w .rss-widget:not(:first-child):before {
    background: rgba(255,255,255,.1);
}
body.content-b .rss-widget:not(:first-child):before {
    background: rgba(0,0,0,.1);
}
.rss-widget span.rss-date {
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
    margin-top: -5px;
}
.rss-widget .rssSummary {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.rss-widget ul li {
    display: block;
    line-height: 14px;
}
.rss-widget ul li.dashboard-news-plugin {
    display: block;
}
.rss-widget ul li.dashboard-news-plugin > span {
    display: block;
    margin-bottom: 5px;
    font-size: 9px;
    line-height: 10px;
    margin-right: 30px;
}
.rss-widget ul li.dashboard-news-plugin > a {
    font-size: 11px!important;
    display: block;
    line-height: 16px!important;
    margin-right: 30px;
    white-space: normal!important;
}
.rss-widget ul li.dashboard-news-plugin > a + span {
    font-size: 0;
    line-height: 0;
    display: block;
    float: right;
    margin-right: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    margin-bottom: 0;
    white-space: nowrap;
}
.rss-widget ul li.dashboard-news-plugin > span > a.thickbox {
    display: block;
    float: right;
    font-size: 0!important;
    line-height: 24px!important
}
.rss-widget ul li.dashboard-news-plugin > span > a.thickbox:before {
    content: '\e83e';
    font:400 20px/24px streamline;
    display: inline-block;
    vertical-align: top;
}
.wp-core-ui .welcome-panel .button.button-hero {
    padding: 5px 15px!important;
    font-size: 13px!important;
    font-weight: 600!important;
    margin-bottom: 5px!important;
    border-width: 1px;
}
.widget-info {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 60px;
    top: 10px;
    -webkit-border-radius: 26px;
       -moz-border-radius: 26px;
            border-radius: 26px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: color .15s ease-in-out;
       -moz-transition: color .15s ease-in-out;
         -o-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
}
body.content-w .widget-info {
    background: rgba(255,255,255,.05);
}
body.content-b .widget-info {
    background: rgba(0,0,0,.05);
}
body.rtl .widget-info {
    right: auto;
    left: 60px;
}

.widget-info:before {
    content: '\f129';
    font: 400 12px/26px FontAwesome;
    display: block;
    vertical-align: top;
}
.wp-core-ui .welcome-panel .button.button-hero:before {
    content: '\e000';
}
.customize-support .hide-if-customize {
    display: none!important
}
#dashboard-widgets-wrap {
    margin: 0
}
#wpbody-content #menu-settings-column {
    display: inline;
    width: 270px;
    margin-left: -300px;
    clear: both;
    float: left;
    padding-top: 0
}
#dashboard_right_now td.b {
    font-family: Georgia, serif
}
.wp-badge {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
label.prompt {
    padding: 10px 0!important
}
#title-wrap #title-prompt-text,
.textarea-wrap #content-prompt-text {
    font-size: 13px;
    padding: 0 11px!important;
}
/* Activity Widget Slider */
#activity-widget .slick-dots {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}
#activity-widget .slick-list {
    margin-top: 32px;
}
.slidethis .slick-dots > li,
#activity-widget .slick-dots > li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    line-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50px;
    height: 32px;
    text-align: center;
    position: relative;
}
body.content-w .slidethis .slick-dots > li,
body.content-w #activity-widget .slick-dots > li {
    border-bottom: 1px solid rgba(255,255,255,.05);
}
body.content-b .slidethis .slick-dots > li,
body.content-b #activity-widget .slick-dots > li {
    border-bottom: 1px solid rgba(0,0,0,.05);
}
body.wp-admin .slidethis .slick-dots > li.slick-active,
body.wp-admin #activity-widget .slick-dots > li.slick-active {
    border-bottom-color: transparent;
}
body.content-w #activity-widget .slick-dots > li > button {
    color: rgba(255,255,255,.35);
}
body.content-w #activity-widget .slick-dots > li > button:hover {
    color: rgba(255,255,255,.75);
}
body.content-b #activity-widget .slick-dots > li > button {
    color: rgba(0,0,0,.35);
}
body.content-b #activity-widget .slick-dots > li > button:hover {
    color: rgba(0,0,0,.75);
}
body.content-w .slidethis .slick-dots li.slick-active:after,
body.content-w #activity-widget .slick-dots li.slick-active:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTAgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48cGF0aCBkPSJNNDkuOTYxMiwwbC0xNy40OTc2LDBsLTcuNDgxNTgsMy45NjEzOGwtNy40OTkwMiwtMy45NjEzOGwtMTcuNDgzLDBsMCwxLjAzMjc4bDE3LjMwNDIsLTIuMjIwNDVlLTE2bDcuNjc3NzgsMy45NjEzOGw3LjYyNzk4LC0zLjk2MTM4bDE3LjM1MTIsMGwwLC0xLjAzMjc4bDAsMi4yMjA0NWUtMTZaIiBzdHlsZT0iZmlsbDp1cmwoI3RhZzEpOyIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0idGFnMSIgeDE9IjAiIHkxPSIwIiB4Mj0iMSIgeTI9IjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ5Ljk2MTIsMCwwLDQuOTk0MTYsLTMuNTUyNzFlLTE1LDIuNDk3MDgpIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmO3N0b3Atb3BhY2l0eTowLjA1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmY7c3RvcC1vcGFjaXR5OjAuMjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmY7c3RvcC1vcGFjaXR5OjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=');
}
body.content-b .slidethis .slick-dots li.slick-active:after,
body.content-b #activity-widget .slick-dots li.slick-active:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTAgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48cGF0aCBkPSJNNDkuOTYxMiwwbC0xNy40OTc2LDBsLTcuNDgxNTgsMy45NjEzOGwtNy40OTkwMiwtMy45NjEzOGwtMTcuNDgzLDBsMCwxLjAzMjc4bDE3LjMwNDIsLTIuMjIwNDVlLTE2bDcuNjc3NzgsMy45NjEzOGw3LjYyNzk4LC0zLjk2MTM4bDE3LjM1MTIsMGwwLC0xLjAzMjc4bDAsMi4yMjA0NWUtMTZaIiBzdHlsZT0iZmlsbDp1cmwoI3RhZzEpOyIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0idGFnMSIgeDE9IjAiIHkxPSIwIiB4Mj0iMSIgeTI9IjAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ5Ljk2MTIsMCwwLDQuOTk0MTYsLTMuNTUyNzFlLTE1LDIuNDk3MDgpIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwO3N0b3Atb3BhY2l0eTowLjA1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDA7c3RvcC1vcGFjaXR5OjAuMjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDA7c3RvcC1vcGFjaXR5OjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=');
}
.slidethis .slick-dots li.slick-active:after,
#activity-widget .slick-dots li.slick-active:after {
    width: 50px;
    height: 5px;
    position:absolute;
    left: 0;
    right: 0;
    bottom: 9.5px;
}
.slidethis .slick-dots > li > button,
#activity-widget .slick-dots > li > button {
    border: none!important;
    width: auto;
    padding: 0!important;
    text-align: center;
    position: relative;
    height: 22px;
    line-height: 22px;
}
#activity-widget .slick-dots > li > button > span.icon {
    display: block;
}
.slidethis .slick-dots > li > button > span.icon:before,
#activity-widget .slick-dots > li > button > span.icon:before {
    content: '';
    font: 400 16px/22px streamline;
    display: block;
}
#activity-widget .slick-dots > li > button.activity-published-posts > span.icon:before {
    content: '\e8c3';
}
#activity-widget .slick-dots > li > button.activity-future-posts > span.icon:before {
    content: '\e957';
}
#activity-widget .slick-dots > li > button.activity-latest-comments > span.icon:before {
    content: '\e79b';
}
#activity-widget #the-comment-list {
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 300px;
}
#activity-widget #the-comment-list .mCustomScrollBox {
    max-height: none !important;
}
#activity-widget #the-comment-list .mCSB_scrollTools {
    right: -20px;
}
#activity-widget #latest-comments.activity-block {
    position: relative;
}
#activity-widget #latest-comments.activity-block #the-comment-list {
    padding-bottom: 20px;
    margin-top: 75px;
}
#activity-widget ul.subsubsub {
    text-align: center!important;
    border: 0;
    position: absolute!important;
    top: 60px;
    margin: 0;
    left: 0;
    right: 0;
    border-radius: 85px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#activity-widget ul.subsubsub li {
    margin: 0;
    vertical-align: top;
}
#activity-widget .activity-block:last-child {
    margin-bottom: 0
}
#activity-widget ul.subsubsub li a {
    border: none;
    padding: 0 5px;
    height: auto;
    font-weight: 400;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    font-size: 10px;
    margin-right: 4px;
    letter-spacing: .3px;
}
#activity-widget .subsubsub a .count,
#activity-widget .subsubsub a.current .count {
    color: #fff!important;
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    padding: 0 3px;
    margin-left: 3px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 13px;
    position: relative;
    top: -1px;
    font-weight: 800;
    font-size: 9px;
}
#activity-widget #the-comment-list .comment-item {
    background: transparent!important
}
#activity-widget #the-comment-list .dashboard-comment-wrap {
    position: relative;
}
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote {
    margin-bottom: 15px;
    display: block;
    padding: 10px 15px;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px rgba(0, 0, 0, .05);
}
#activity-widget #the-comment-list .dashboard-comment-wrap h4 {
   display: block;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0px;
    font-weight: 100;
    margin-bottom: 5px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#activity-widget #the-comment-list .dashboard-comment-wrap h4 cite.comment-author {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
    line-height: 14px;
}
#activity-widget #the-comment-list .dashboard-comment-wrap h4 span {
    position: absolute;
    background: red;
    color: #fff;
    right: 0;
    top: -65px;
    left: 0;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
#activity-widget #the-comment-list .dashboard-comment-wrap h4 > a {
    line-height: 14px;
    margin: 0 2px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote:before {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    top: -8px;
    left: -webkit-calc(50% - 7px);
    left: -moz-calc(50% - 7px);
    left: calc(50% - 7px);
    z-index: 1;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap blockquote:before {
    border-color: transparent transparent rgba(255,255,255,.1) transparent;
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap blockquote:before {
    border-color: transparent transparent rgba(0,0,0,.1) transparent;
}
#activity-widget #the-comment-list img {
    position: static;
    text-align: center;
    margin: 0 auto 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#activity-widget #the-comment-list a.comment-link {
    display: none!important;
}
#activity-widget #the-comment-list #replyrow {
    display: block;
    margin-bottom: 35px;
}
#activity-widget #the-comment-list #replyrow #replyhead {
    margin-bottom: 15px;
}
#activity-widget #the-comment-list #replyrow #replyhead h5 {
    margin-bottom: 0;
}
#activity-widget #the-comment-list #replycontainer textarea {
    width: 100%;
    max-height: 100px;
    margin-bottom: 10px
}
#activity-widget #the-comment-list #replycontainer #qt_replycontent_toolbar {
    display: block;
    margin-bottom: 10px;
}
#activity-widget #the-comment-list #replycontainer .button.button-small {
    margin: 1px;
}
#activity-widget #the-comment-list #replysubmit {
    position: relative;
}
blockquote p {
    margin-bottom: 0;
    line-height: 18px;
}
.textarea-wrap #content-prompt-text {
    font-weight: 100;
    font-style: italic;
}
#title-wrap #title-prompt-text {
    font-weight: 400;
    font-size: 14px;
    padding: 3px 10px!important;
    line-height: 20px
}
.input-text-wrap,
.textarea-wrap {
    position: relative
}
.input-text-wrap .prompt,
.textarea-wrap .prompt {
    position: absolute
}
.textarea-wrap #content-prompt-text {
    font-size: 12px;
    line-height: 26px;
}
#quick-press textarea#content {
    min-height: 90px;
    max-height: 1300px;
    resize: none
}
#dashboard_quick_press .drafts {
    display: block;
    position: relative;
    z-index: 3;
    padding-top: 20px;
}
body.content-w #dashboard_quick_press .drafts {
    border-top:1px solid rgba(255,255,255,.05);
}
body.content-b #dashboard_quick_press .drafts {
    border-top:1px solid rgba(0,0,0,.05);
}
.modified #dashboard_quick_press .drafts {
    margin-top: 60px;
}
body.no-js #dashboard_quick_press .drafts {
    margin-top: 0;
    margin-bottom: 0;
}
#dashboard_quick_press .drafts ul li:last-child {
    margin-bottom: 0!important;
}
#dashboard_quick_press .drafts abbr {
    border: none
}
#dashboard_quick_press .drafts .view-all {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    vertical-align: bottom;
    text-align: center;
    z-index: 4;
    -webkit-transition: all .15s ease-in;
       -moz-transition: all .15s ease-in;
         -o-transition: all .15s ease-in;
            transition: all .15s ease-in;
}
#dashboard_quick_press .drafts.open .view-all {
    opacity: 1;
}
#dashboard_quick_press .drafts .view-all a {
    padding: 0 10px;
    border: 0;
    font-size: 10px;
    vertical-align: bottom;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 1px;
}
#dashboard_quick_press .drafts li {}
#dashboard_quick_press .drafts li time {
    position: absolute;
    top: 0px;
    right: 0px;
}
#dashboard_quick_press .drafts p {
    margin: 0;
    font-size: 11px;
    word-wrap: break-word;
    text-align: left;
}
#dashboard_quick_press .draft-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
/*#dashboard_quick_press .draft-title a,
#dashboard_quick_press .draft-title time {
    float: left;
    margin: 0 5px 0 0
}*/
#dashboard_quick_press .drafts ul {
    margin: 0!important;
    max-height: 0;
    padding:0 20px;
    width: auto;
}
.postbox-container:last-child .postbox:last-child:after {
    display: none;
}

#wpbody-content #dashboard-widgets.columns-2 .postbox-container,
.ie8 #wpbody-content #dashboard-widgets .postbox-container {
    width: 49.5%;
}
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-2,
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-3,
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-4,
.ie8 #wpbody-content #dashboard-widgets #postbox-container-2,
.ie8 #wpbody-content #dashboard-widgets #postbox-container-3,
.ie8 #wpbody-content #dashboard-widgets #postbox-container-4 {
    float: right;
    width: 50.5%;
}
p#wp-version-message {
}
#wp-version-message + p > a,
#wp-version-message {
    font-size: 10px!important;
    font-style: italic;
    font-weight: 400!important;
    vertical-align: bottom;
}
.inside .main p:last-child {
    margin-bottom: 0;
}
.inside .subsubsub {
    margin: -20px -20px 5px;
}
#wp-version-message a.button {
    float: right;
    margin-bottom: 0;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#sticky_stats .inside svg defs + g > g > g > text { 
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 9px;
}
.welcome-panel #dash_slick > .slick-dots { 
    display: block;
    padding: 0;
    margin: 0;
    position:absolute;
    width: 65px;
    top:0;
    right:0;
    list-style: none;
    text-align: center;
}
.welcome-panel #dash_slick > .slick-dots li {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 0;
    height: 25%;
    cursor: pointer;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
}
.welcome-panel #dash_slick > .slick-dots li:nth-child(1) {
    -webkit-transition: -webkit-transform .1s ease-in-out;
       -moz-transition: -moz-transform .1s ease-in-out;
         -o-transition: -o-transform .1s ease-in-out;
            transition: transform .1s ease-in-out;
}
.welcome-panel #dash_slick > .slick-dots li:nth-child(2) {
    -webkit-transition: -webkit-transform .15s ease-in-out;
       -moz-transition: -moz-transform .15s ease-in-out;
         -o-transition: -o-transform .15s ease-in-out;
            transition: transform .15s ease-in-out;
}
.welcome-panel #dash_slick > .slick-dots li:nth-child(3) {
    -webkit-transition: -webkit-transform .2s ease-in-out;
       -moz-transition: -moz-transform .2s ease-in-out;
         -o-transition: -o-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
}
.welcome-panel #dash_slick > .slick-dots li:nth-child(4) {
    -webkit-transition: -webkit-transform .25s ease-in-out;
       -moz-transition: -moz-transform .25s ease-in-out;
         -o-transition: -o-transform .25s ease-in-out;
            transition: transform .25s ease-in-out;
}
body.is_loading .welcome-panel #dash_slick > .slick-dots li:nth-child(1) {
    -webkit-transform: translateX(280px);
       -moz-transform: translateX(280px);
        -ms-transform: translateX(280px);
         -o-transform: translateX(280px);
            transform: translateX(280px);
}
body.is_loading .welcome-panel #dash_slick > .slick-dots li:nth-child(2) {
    -webkit-transform: translateX(330px);
       -moz-transform: translateX(330px);
        -ms-transform: translateX(330px);
         -o-transform: translateX(330px);
            transform: translateX(330px);
}
body.is_loading .welcome-panel #dash_slick > .slick-dots li:nth-child(3) {
    -webkit-transform: translateX(380px);
       -moz-transform: translateX(380px);
        -ms-transform: translateX(380px);
         -o-transform: translateX(380px);
            transform: translateX(380px);
}
body.is_loading .welcome-panel #dash_slick > .slick-dots li:nth-child(4) {
    -webkit-transform: translateX(430px);
       -moz-transform: translateX(430px);
        -ms-transform: translateX(430px);
         -o-transform: translateX(430px);
            transform: translateX(430px);
}
.welcome-panel #dash_slick > .slick-dots li button {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 10px;
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-transition: background-color .15s ease-in-out;
       -moz-transition: background-color .15s ease-in-out;
         -o-transition: background-color .15s ease-in-out;
            transition: background-color .15s ease-in-out;
}
body.rtl .welcome-panel #dash_slick > .slick-dots li button {
    text-align: right;
}
.welcome-panel #dash_slick .slick-dots li button span.icon {
    display: block;
    height: 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.welcome-panel #dash_slick > .slick-dots li button span.icon:before {
    font:400 16px/35px streamline;
    -webkit-transition: all .1s ease-in;
       -moz-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
}
.welcome-panel #dash_slick > .slick-dots li.slick-active button span.icon:before {
    font-size: 24px;
}
.welcome-panel #dash_slick > .slick-dots li button.circle span.icon:before {
    content:'\e921';
}
.welcome-panel #dash_slick > .slick-dots li button.map span.icon:before {
    content:'\e914';
}
.welcome-panel #dash_slick > .slick-dots li button.list span.icon:before {
    content:'\e99c';
}
.welcome-panel #dash_slick > .slick-dots li button.graph span.icon:before {
    content:'\e91b';
}
.welcome-panel #dash_slick > .slick-dots li button:before {
    content:'';
    width: 1px;
    height: 100%;
    position:absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
body.rtl .welcome-panel #dash_slick > .slick-dots li button:before {
    left: auto;
    right: 0;
}
.welcome-panel #dash_slick > .slick-dots li.slick-active button:before {
    width: 6px;
    left: -5px;
}
body.rtl .welcome-panel #dash_slick > .slick-dots li.slick-active button:before {
    left: 0;
    right: 0px;
}
body.header-w .welcome-panel #dash_slick > .slick-dots li.slick-active button:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNiA2NSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48cGF0aCBkPSJNNiwwLjAxMTI5OTNsLTEuMDQwNzcsMGwwLDE5LjQ5OTFsLTQuOTQ0NTgsMTMuMDI0OWw0Ljk0NDU4LDEyLjk3NjZsMCwxOS40NzY4bDEuMDQwNzcsMGwwLC0xOS40NzY4bC00Ljk0NDU4LC0xMi45NzY2bDQuOTQ0NTgsLTEzLjAyNDlsMCwtMTkuNDk5MVoiIHN0eWxlPSJmaWxsOnVybCgjc3RpY2t5ZGFzaGxpbmUpOyIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0ic3RpY2t5ZGFzaGxpbmUiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwLjA5MTc2OCw2NC44NjkxLC02NC44NjkxLDAuMDkxNzY4LDIuNjc3OTMsMC4xODgzNikiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmY7c3RvcC1vcGFjaXR5Oi4wNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmO3N0b3Atb3BhY2l0eTouMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZjtzdG9wLW9wYWNpdHk6LjA1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+');
}
body.header-b .welcome-panel #dash_slick > .slick-dots li.slick-active button:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNiA2NSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48cGF0aCBkPSJNNiwwLjAxMTI5OTNsLTEuMDQwNzcsMGwwLDE5LjQ5OTFsLTQuOTQ0NTgsMTMuMDI0OWw0Ljk0NDU4LDEyLjk3NjZsMCwxOS40NzY4bDEuMDQwNzcsMGwwLC0xOS40NzY4bC00Ljk0NDU4LC0xMi45NzY2bDQuOTQ0NTgsLTEzLjAyNDlsMCwtMTkuNDk5MVoiIHN0eWxlPSJmaWxsOnVybCgjc3RpY2t5ZGFzaGxpbmUpOyIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0ic3RpY2t5ZGFzaGxpbmUiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgwLjA5MTc2OCw2NC44NjkxLC02NC44NjkxLDAuMDkxNzY4LDIuNjc3OTMsMC4xODgzNikiPjxzdG9wIG9mZnNldD0iMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDA7c3RvcC1vcGFjaXR5Oi4wNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwO3N0b3Atb3BhY2l0eTouMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6IzAwMDtzdG9wLW9wYWNpdHk6LjA1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+');
}
.welcome-panel #dash_slick > .slick-dots li.slick-active:before {
    width: 9px;
    background: transparent;
    left: -8px;
}
body.rtl .welcome-panel #dash_slick  > .slick-dots li.slick-active:before {
    left: auto;
    right: -8px;
}
.welcome-panel #dash_slick > .slick-dots button span.desc {
    display: none;
    vertical-align: top;
    overflow: hidden;
    font-weight: 100;
    line-height: 16px;
    text-align: left;
    margin-left: 0px;
    white-space: nowrap;
    max-width: 120px;
    max-width: -webkit-calc(100% - 55px);
    max-width: -moz-calc(100% - 55px);
    max-width: calc(100% - 55px);
}
body.rtl .welcome-panel #dash_slick > .slick-dots button span.desc {
    text-align: right;
    margin-right: 0;
}
.welcome-panel #dash_slick > .slick-dots button span { 
    -webkit-transition: color .15s ease-in-out; 
       -moz-transition: color .15s ease-in-out; 
         -o-transition: color .15s ease-in-out; 
            transition: color .15s ease-in-out;
}
.welcome-panel #dash_slick > .slick-dots button span.desc > strong {
    display: block;
    font-weight: 400;
    font-size: 11px
}
body.header-w .welcome-panel .slick-dots li button span.desc {
    color: rgba(255, 255, 255, .45);
}
body.header-w .welcome-panel .slick-dots li.slick-active button span.desc,
body.header-w .welcome-panel .slick-dots li button:hover span.desc {
    color: rgba(255, 255, 255, .65);
}
body.header-w .welcome-panel .slick-dots li button span.desc > strong {
    color: rgba(255, 255, 255, .65);
}
body.header-w .welcome-panel .slick-dots li.slick-active button span.desc > strong,
body.header-w .welcome-panel .slick-dots li button:hover span.desc > strong {
    color: rgba(255, 255, 255, .85);
}
body.header-w .welcome-panel .slick-dots li button span.icon {
    color: rgba(255, 255, 255, .15);
}
body.header-w .welcome-panel .slick-dots li.slick-active button span.icon,
body.header-w .welcome-panel .slick-dots li button:hover span.icon {
    color: rgba(255, 255, 255, .5);
}
body.header-b .welcome-panel .slick-dots li button span.desc {
    color: rgba(0, 0, 0, .45);
}
body.header-b .welcome-panel .slick-dots li.slick-active button span.desc,
body.header-b .welcome-panel .slick-dots li button:hover span.desc {
    color: rgba(0, 0, 0, .65);
}
body.header-b .welcome-panel .slick-dots li button span.desc > strong {
    color: rgba(0, 0, 0, .65);
}
body.header-b .welcome-panel .slick-dots li.slick-active button span.desc > strong,
body.header-b .welcome-panel .slick-dots li button:hover span.desc > strong {
    color: rgba(0, 0, 0, .85);
}
body.header-b .welcome-panel .slick-dots li button span.icon {
    color: rgba(0, 0, 0, .15);
}
body.header-b .welcome-panel .slick-dots li.slick-active button span.icon,
body.header-b .welcome-panel .slick-dots li button:hover span.icon {
    color: rgba(0, 0, 0, .5);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
#dash_slick.slick-slider > button {
    display: block;
    border: none;
    padding: 0;
    position: absolute;
    left: -15px;
    height: 30px;
    line-height: 30px!important;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    margin: 0;
    font-size: 0!important;
}
#dash_slick.slick-slider > button:before {
    content: '\e5cc';
    font:400 20px/30px streamline;
    display:inline-block;
    vertical-align: top;
}
#dash_slick.slick-slider > button.slick-next:before {
    content: '\e5cd';
}
#dash_slick.slick-slider > button.slick-next {
    left: auto;
    right: -15px;
}
div.google-visualization-tooltip {
    text-align: left;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
}

.sticky_tooltip_text {
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
       -moz-transition: opacity .15s ease-in-out;
         -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
}

div.google-visualization-tooltip .sticky_tooltip_text {
    font-size: 14px;
    padding: 15px;
    min-width: 200px;
    opacity: 1;
}

div.google-visualization-tooltip .sticky_tooltip_text > .domain > strong {
    font-size: 12px;
    display: block;
    line-height: 20px;
    font-weight: 400;
}

div.google-visualization-tooltip .sticky_tooltip_text > .domain > em {
    font-weight: 100;
    font-size: 10px;
    display: block;
    font-style: normal;
    line-height: 20px;
}
div.google-visualization-tooltip .sticky_tooltip_text > .domain {
    display: block;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin: -15px -15px 10px;
    background: rgba(0,0,0,.05);
    padding: 10px 15px;
}

div.google-visualization-tooltip .sticky_tooltip_text > .data {
    display: block;
    margin:0 auto;
    text-align: center;
}

body.tip-b div.google-visualization-tooltip * {
    -webkit-font-smoothing: antialiased!important;
}

body.tip-w div.google-visualization-tooltip * {
    -webkit-font-smoothing: subpixel-antialiased!important;
}

div.google-visualization-tooltip .sticky_tooltip_text > .data li {
    display: inline-block;
    font: 100 16px/24px "Roboto", "Open Sans", sans-serif;
    margin-bottom: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body.tip-b div.google-visualization-tooltip .sticky_tooltip_text > .data li {
    color: rgba(0,0,0,.75);
}
body.tip-w div.google-visualization-tooltip .sticky_tooltip_text > .data li {
    color: rgba(255,255,255,.75);
}
div.google-visualization-tooltip .sticky_tooltip_text > .data li > strong {
    display: block;
    font: 400 10px/16px "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
}

body.tip-b div.google-visualization-tooltip .sticky_tooltip_text > .data li > strong {
    color: rgba(0,0,0,.55);
}
body.tip-w div.google-visualization-tooltip .sticky_tooltip_text > .data li > strong {
    color: rgba(255,255,255,.55);
}

body.tip-b:not(.rtl) div.google-visualization-tooltip .sticky_tooltip_text > .data li:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.05);
}
body.tip-w:not(.rtl) div.google-visualization-tooltip .sticky_tooltip_text > .data li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.05);
}
body.tip-b.rtl div.google-visualization-tooltip .sticky_tooltip_text > .data li:not(:last-child) {
    border-left: 1px solid rgba(0,0,0,.05);
}
body.tip-w.rtl div.google-visualization-tooltip .sticky_tooltip_text > .data li:not(:last-child) {
    border-left: 1px solid rgba(255,255,255,.05);
}

body.tip-b div.google-visualization-tooltip .sticky_tooltip_text > .domain > strong {
    color: rgba(0,0,0,.65);
}

body.tip-b div.google-visualization-tooltip .sticky_tooltip_text > .domain > em {
    color: rgba(0,0,0,.45);
}
body.tip-w div.google-visualization-tooltip .sticky_tooltip_text > .domain > strong {
    color: rgba(255,255,255,.65);
}

body.tip-w div.google-visualization-tooltip .sticky_tooltip_text > .domain > em {
    color: rgba(255,255,255,.45);
}

/*div.google-visualization-tooltip .sticky_tooltip_text > .domain:after {
    content: '';
    width: 1px;
    height: 15px;
    
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
}
body.tip-b div.google-visualization-tooltip .sticky_tooltip_text > .domain:after {
    background: rgba(0,0,0,.1);
}
body.tip-w div.google-visualization-tooltip .sticky_tooltip_text > .domain:after {
    background: rgba(255,255,255,.1);
}*/
div.google-visualization-tooltip * {
    font-size: 11px;
    line-height: 14px;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
div.google-visualization-tooltip .google-visualization-tooltip-square {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 2px 5px 0 0;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
    margin: 0 0 10px;
}
div.google-visualization-tooltip .google-visualization-tooltip-item span {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
div.google-visualization-tooltip .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child > span:first-child {
    word-spacing: 120px;
    display: block;
}
div.google-visualization-tooltip .google-visualization-tooltip-item
{
    display: block!important;
    margin: 0 0 5px;
    padding: 0;
}
div.google-visualization-tooltip .google-visualization-tooltip-item:last-child {
    margin-bottom: 0!important;
}
div.google-visualization-tooltip .google-visualization-tooltip-item div + span {
    margin-right: 5px!important;
    opacity: .75;
}
body.wp-admin div.google-visualization-tooltip:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 50%;
}
#dash_slick div.overview {
    display: block;
    position: relative;
    text-align: center;
}
body.content-w #dash_slick .overview > div > h5 {
    color: rgba(255,255,255,.65);
}
body.content-b #dash_slick .overview > div > h5 {
    color: rgba(0,0,0,.65);
}
body.header-w #welcome-panel #dash_slick .overview > div > h5 {
    color: rgba(255,255,255,.65);
}
body.header-b #welcome-panel #dash_slick .overview > div > h5 {
    color: rgba(0,0,0,.65);
}
.overview > div {
    width: -webkit-calc( 25% - 3px );
    width: -moz-calc( 25% - 3px );
    width: calc( 25% - 3px );
    min-width: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#dash_slick div.overview .summary > div {
    vertical-align: top;
    display: inline-block;
    width: 100px;
    position: relative;
    overflow: visible;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.welcome-panel #dash_slick div.overview .ot {
    display: block;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#sticky_stats.postbox #dash_slick div.overview .ot {
    display: block;
    width: 100%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
#dash_slick div.overview .ot .ot_inside {
    display: block;
    white-space: nowrap;
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
#sticky_stats.postbox #dash_slick div.overview .ot .ot_inside > div {
    width:33.3%;
}
#dash_slick div.overview .ot .ot_inside > div {
    display: inline-block;
    vertical-align: top;
    padding:0 10px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#dash_slick div.overview .ot .ot_inside > div:before {
    content: '\e91a';
    font: 400 24px/24px streamline;
    display: block;
    margin-bottom: 5px;
}
#dash_slick div.overview .ot .ot_inside > div.tablet:before {
    content:'\eca1';
}
#dash_slick div.overview .ot .ot_inside > div.desktop:before {
    content:'\e7dc';
}
#dash_slick div.overview .ot .ot_inside > div.mobile:before {
    content:'\ec68';
}
#dash_slick div.overview .ot .ot_inside > div.search_engines:before {
    content:'\ecc1';
}
#dash_slick div.overview .ot .ot_inside > div.direct:before {
    content:'\e7fe';
}
#dash_slick div.overview .ot .ot_inside > div.links:before {
    content:'\e996';
}
#dash_slick div.overview .ot .ot_inside > div.windows:before {
    content:'\eae9';
}
#dash_slick div.overview .ot .ot_inside > div.osx:before {
    content:'\eabb';
}
#dash_slick div.overview .summary > div:first-child {
    text-align:right;
}
#dash_slick div.overview .summary > div:last-child {
    text-align:left;
}
#dash_slick div.linkslist .ot .ot_inside > strong,
#dash_slick div.overview .ot .ot_inside > strong,
#dash_slick div.overview .summary > div > strong {
    display: block;
}
#dash_slick div.overview .summary > div > strong {
    margin: 0 -12px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}
#dash_slick div.linkslist .ot .ot_inside > strong {
    margin-bottom: 10px;
}
#dash_slick .slidethis {
    max-width: 400px;
    margin: 52px auto 0;
}
#dash_slick .slidethis .slick-dots {
    position: absolute;
    top: -52px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#dash_slick .slidethis .slick-dots > li button {
    border: none!important;
}
#dash_slick .slidethis .slick-dots > li {
    display: inline-block;
}
#dash_slick .slidethis .slick-dots > li > button.list-0 > span.icon:before {
    content: '\e8a5';
}
#dash_slick .slidethis .slick-dots > li > button.list-1 > span.icon:before {
    content: '\e994';
}
#dash_slick .slidethis .slick-dots > li > button.list-2 > span.icon:before {
    content: '\ec2c';
}
.welcome-panel #dash_slick div.overview .summary {
    padding: 0 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
#dash_slick div.linkslist .ot {
    display: block;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.welcome-panel #dash_slick div.linkslist .ot {
    display: block;
    position: relative;
    vertical-align: top;
}
#dash_slick div.linkslist .ot .ot_inside ul {
    max-height: 220px;
    overflow: hidden;
    margin-top: 15px;
}
#dash_slick div.linkslist .ot li.link a {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    text-align: left;
    word-break: break-all;
}
#dash_slick div.linkslist .ot li.link a:before {
    content: '\e994';
    font-family: streamline;
    font-weight: 400;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    opacity: .35;
}
#dash_slick div.linkslist .ot ul.top_posts li.link a:before {
    content: '\e8a5';
}
#dash_slick div.linkslist .ot ul.top_searches li.link a:before {
    content: '\ec2c';
}
#dash_slick div.overview .summary > div:last-child:before {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -2px;
}
#dash_slick div.overview .ot .ot_inside > strong {
    font-size: 10px;
    font-weight: 400;
    margin: -5px -5px 10px -5px;
}
#dash_slick div.linkslist .ot li.link:nth-child(1) a {
    font-size: 16px;
    line-height: 20px
}
#dash_slick div.linkslist .ot li.link:nth-child(1) a:before {
    line-height: 20px;
}
#dash_slick div.linkslist .ot li.link:nth-child(2) a {
    font-size: 15px;
    line-height: 19px
}
#dash_slick div.linkslist .ot li.link:nth-child(2) a:before {
    line-height: 19px;
}
#dash_slick div.linkslist .ot li.link:nth-child(3) a {
    font-size: 14px;
    line-height: 18px
}
#dash_slick div.linkslist .ot li.link:nth-child(3) a:before {
    line-height: 18px;
}
#dash_slick div.linkslist .ot li.link:nth-child(4) a {
    font-size:13px;
    line-height: 15px
}
#dash_slick div.linkslist .ot li.link:nth-child(4) a:before {
    line-height: 15px;
}
#dash_slick div.linkslist .ot li.link:nth-child(5) a {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px
}
#dash_slick div.linkslist .ot li.link:nth-child(5) a:before {
    line-height: 14px;
}
#dash_slick div.overview .summary > div > .row {
    display: block;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 42px;
    line-height: 42px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#dash_slick div.overview .summary > div > .row:last-child {
    margin-bottom: 0;
}
#dash_slick div.overview .summary > div > .row > em {
    bottom:0;
    position:absolute;
    right:-110px;
    width: 200px;
}
#dash_slick div.overview .ot .ot_inside em,
#dash_slick div.overview .summary > div > .row > em {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
    text-align:center;
    text-transform: uppercase;
}
#dash_slick div.overview .summary > div > .row > em {
    font-weight: 300;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 12px;
    font-style: italic;
}
#dash_slick div.overview .ot .ot_inside em {
    margin-top: -5px;
}
#dash_slick div.overview .ot .ot_inside > div > span,
#dash_slick div.overview .summary > div > .row > span {
    display: block;
    margin-bottom: 5px;
    font: 400 16px/18px "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
}
#dash_slick div.overview .summary > div > .row > span {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}
#dash_slick div.overview .ot .ot_inside > div > span {
    white-space: nowrap;
}
#dash_slick div.overview .ot .ot_inside > div > span > span {
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
    vertical-align: baseline;
    opacity: .75;
    margin-left: 2px;
}
#dash_slick div.overview,
#dash_slick div.linkslist {
    min-height: 288px;
    position: relative;
}
#dashboard_right_now .t {
    padding: 3px 0
}
#activity-widget {
    overflow: hidden;
    position:relative;
}
/*
body.s-stats.content-w .welcome-panel #sticky_stats { 
    color: rgba(255,255,255,.65); 
}
body.s-stats.content-w .welcome-panel #sticky_stats a,
body.s-stats.content-w .welcome-panel #sticky_stats button,
body.s-stats.content-w .welcome-panel #sticky_stats input {
    color: rgba(255,255,255,.85);
}
body.s-stats.content-w .welcome-panel #sticky_stats a:hover,
body.s-stats.content-w .welcome-panel #sticky_stats a:focus,
body.s-stats.content-w .welcome-panel #sticky_stats button:hover,
body.s-stats.content-w .welcome-panel #sticky_stats button:focus,
body.s-stats.content-w .welcome-panel #sticky_stats input:hover,
body.s-stats.content-w .welcome-panel #sticky_stats input:focus {
    color: rgba(255,255,255,1);
}
body.s-stats.content-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g > rect { fill: rgba(255,255,255,.05); }
body.s-stats.content-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g > text { fill: rgba(255,255,255,.75); }
body.s-stats.content-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g:last-child > path:first-child {
    stroke: rgba(255,255,255,.95);
} 
body.s-stats.content-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g:last-child > path:nth-child(2) {
    stroke: rgba(255,255,255,.65);
}
body.s-stats.content-w .welcome-panel #sticky_stats .slick-dots li button { background: rgba(255,255,255,.05); }
body.s-stats.content-w .welcome-panel #sticky_stats .slick-dots li.slick-active button { background: rgba(255,255,255,.25); }
body.s-stats.content-w .welcome-panel #sticky_stats .slick-dots li button:hover,
body.s-stats.content-w .welcome-panel #sticky_stats .slick-dots li button:focus { background: rgba(255,255,255,.2); }
body.s-stats.content-w .welcome-panel #sticky_stats #dash_slick div.overview .ot .ot_inside > div > span, 
body.s-stats.content-w .welcome-panel #sticky_stats #dash_slick div.overview .summary > div > .row > span {
    color: rgba(255,255,255,.8);
}
body.s-stats.content-w .welcome-panel #sticky_stats #dash_slick div.overview .ot .ot_inside em, 
body.s-stats.content-w .welcome-panel #sticky_stats #dash_slick div.overview .summary > div > .row > em {
    color: rgba(255,255,255,.7)
}
body.s-stats.content-w .welcome-panel #sticky_stats #dash_slick div.overview .ot .ot_inside > div:before {
    color: rgba(255,255,255,.35);
}
body.s-stats.content-b .welcome-panel #sticky_stats { 
    color: rgba(0,0,0,.65); 
}
body.s-stats.content-b .welcome-panel #sticky_stats a,
body.s-stats.content-b .welcome-panel #sticky_stats button,
body.s-stats.content-b .welcome-panel #sticky_stats input {
    color: rgba(0,0,0,.85);
}
body.s-stats.content-b .welcome-panel #sticky_stats a:hover,
body.s-stats.content-b .welcome-panel #sticky_stats a:focus,
body.s-stats.content-b .welcome-panel #sticky_stats button:hover,
body.s-stats.content-b .welcome-panel #sticky_stats button:focus,
body.s-stats.content-b .welcome-panel #sticky_stats input:hover,
body.s-stats.content-b .welcome-panel #sticky_stats input:focus {
    color: rgba(0,0,0,1);
}
body.s-stats.content-b .welcome-panel #sticky_stats .inside svg #defs + g > g > g > rect { fill: rgba(0,0,0,.05); }
body.s-stats.content-b .welcome-panel #sticky_stats .inside svg #defs + g > g > g > text { fill: rgba(0,0,0,.75); }
body.s-stats.content-b .welcome-panel #sticky_stats .inside svg #defs + g > g > g:last-child > path:first-child {
    stroke: rgba(0,0,0,.95);
} 
body.s-stats.content-b .welcome-panel #sticky_stats .inside svg #defs + g > g > g:last-child > path:nth-child(2) {
    stroke: rgba(0,0,0,.65);
}
body.s-stats.content-b .welcome-panel #sticky_stats .slick-dots li button { background: rgba(0,0,0,.05); }
body.s-stats.content-b .welcome-panel #sticky_stats .slick-dots li.slick-active button { background: rgba(0,0,0,.25); }
body.s-stats.content-b .welcome-panel #sticky_stats .slick-dots li button:hover,
body.s-stats.content-b .welcome-panel #sticky_stats .slick-dots li button:focus { background: rgba(0,0,0,.2); }
body.s-stats.content-b .welcome-panel #sticky_stats #dash_slick div.overview .ot .ot_inside > div > span, 
body.s-stats.content-b .welcome-panel #sticky_stats #dash_slick div.overview .summary > div > .row > span {
    color: rgba(0,0,0,.8);
}
body.s-stats.content-b .welcome-panel #sticky_stats #dash_slick div.overview .ot .ot_inside em, 
body.s-stats.content-b .welcome-panel #sticky_stats #dash_slick div.overview .summary > div > .row > em {
    color: rgba(0,0,0,.7)
}
body.s-stats.content-b .welcome-panel #sticky_stats #dash_slick div.overview .ot .ot_inside > div:before {
    color: rgba(0,0,0,.35);
}*/


body.header-b .welcome-panel .about-description { color: rgba(0,0,0,.8); }
body.header-b .welcome-panel h4 { color: rgba(0,0,0,.95); }
body.header-b .welcome-panel .welcome-panel-column:hover h4 { color:#000; }
body.header-b .welcome-panel h4:after { background: rgba(0,0,0,.25); }
body.header-b .welcome-panel .welcome-panel-column,
body.header-b .welcome-panel .welcome-panel-column p { color: rgba(0,0,0,.5); }
body.menu-h-b .welcome-panel .welcome-panel-close { color:rgba(0,0,0,.25)!important; }
body.menu-h-b .welcome-panel .welcome-panel-close:hover { color:rgba(0,0,0,.75)!important; }
body.header-w .welcome-panel { 
    color: rgba(255,255,255,.5); 
}

body.header-w .welcome-panel .about-description { color: rgba(255,255,255,.8); }
body.header-w .welcome-panel h4 { color: rgba(255,255,255,.95); }
body.header-w .welcome-panel .welcome-panel-column:hover h4 { color:#fff; }
body.header-w .welcome-panel h4:after { background: rgba(255,255,255,.25); }
body.header-w .welcome-panel .welcome-panel-column,
body.header-w .welcome-panel .welcome-panel-column p { color: rgba(255,255,255,.5); }
body.menu-h-w .welcome-panel .welcome-panel-close { color:rgba(255,255,255,.25)!important; }
body.menu-h-w .welcome-panel .welcome-panel-close:hover { color:rgba(255,255,255,.75)!important; }
body.header-b .welcome-panel #sticky_stats .inside svg #defs + g > g > g > rect { fill: rgba(0,0,0,.025)!important; }
body.header-b .welcome-panel #sticky_stats .inside svg #defs + g > g > g > text { fill: rgba(0,0,0,.45); }
body.header-b .welcome-panel .slick-dots li:not(.slick-active) button:before { background: rgba(0,0,0,.05); }
body.header-b .welcome-panel #dash_slick div.overview .ot .ot_inside > div > span, 
body.header-b .welcome-panel #dash_slick div.overview .summary > div > .row > span {
    color: rgba(0,0,0,.8);
}
body.header-b .welcome-panel #dash_slick div.overview .ot .ot_inside em, 
body.header-b .welcome-panel #dash_slick div.overview .summary > div > .row > em {
    color: rgba(0,0,0,.7)
}
body.header-b .welcome-panel #dash_slick div.overview .ot .ot_inside > div:before {
    color: rgba(0,0,0,.35);
}
body.header-b .welcome-panel #dash_slick div.overview .summary,
body.header-b .welcome-panel #dash_slick div.overview .ot .ot_inside {
    border: 1px solid rgba(0,0,0,.25);
}
body.header-b .welcome-panel #dash_slick div.overview .summary > div:last-child:before,
body.header-b .welcome-panel #dash_slick div.overview .summary > div > strong {
    background: rgba(0,0,0,.1);
}
body.header-b .welcome-panel #dash_slick div.overview .ot .ot_inside > strong {
    background: rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.15);
}
body.header-b .welcome-panel .slick-dots li button.map span.icon {
    fill: rgba(0,0,0,.15)
}
body.header-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g > rect { fill: rgba(255,255,255,.025)!important; }
body.header-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g > text { fill: rgba(255,255,255,.45); }
/*body.header-w .welcome-panel #sticky_stats .inside svg #defs + g > g > g:last-child > path:first-child {
    stroke: rgba(255,255,255,.95);
} */
body.header-w .welcome-panel .slick-dots li:not(.slick-active) button:before { background: rgba(255,255,255,.05); }
body.header-w .welcome-panel #dash_slick div.overview .ot .ot_inside > div > span, 
body.header-w .welcome-panel #dash_slick div.overview .summary > div > .row > span {
    color: rgba(255,255,255,.8);
}
body.header-w .welcome-panel #dash_slick div.overview .ot .ot_inside em, 
body.header-w .welcome-panel #dash_slick div.overview .summary > div > .row > em {
    color: rgba(255,255,255,.7)
}
body.header-w .welcome-panel #dash_slick div.overview .ot .ot_inside > div:before {
    color: rgba(255,255,255,.35);
}
body.header-w .welcome-panel #dash_slick div.overview .summary,
body.header-w .welcome-panel #dash_slick div.overview .ot .ot_inside {
    border: 1px solid rgba(255,255,255,.25);
}
body.header-w .welcome-panel #dash_slick div.overview .summary > div:last-child:before,
body.header-w .welcome-panel #dash_slick div.overview .summary > div > strong {
    background: rgba(255,255,255,.1);
}
body.header-w .welcome-panel #dash_slick div.overview .ot .ot_inside > strong {
    background: rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.15);
}
label[for=sticky_stats-hide] { 
    display: none!important;
}
body.content-w #dashboard_quick_press .drafts p {
    color: rgba(255,255,255,.5);
}
body.content-w #dashboard_primary div.rss-widget:nth-child(3) {
    border-top: 1px solid rgba(255,255,255,.5)!important;
}
body.content-w #dashboard-widgets #dashboard_primary div.rss-widget a.rsswidget {
    color: rgba(255,255,255,.75);
}
body.content-w #dashboard-widgets #dashboard_primary div.rss-widget a:hover {
    color: rgba(255,255,255,.85);
}
body.content-w .rss-widget .rssSummary {
    color: rgba(255,255,255,.65);
}
body.content-w #dashboard_primary a {
    color: rgba(255,255,255,.8);
}
body.content-w #dashboard-widgets #dashboard_activity h4,
body.content-w #dashboard-widgets #dashboard_activity h3,
body.content-w #dashboard-widgets h4,
body.content-w #dashboard-widgets h3,
body.content-w #dashboard_quick_press .drafts h3,
body.content-w #dashboard_quick_press .drafts h4 {
    color: rgba(255,255,255,.75);
}
body.content-w #future-posts li,
body.content-w #published-posts li,
body.content-w .drafts li {
    border-bottom: 1px solid rgba(255,255,255,.05);
}
body.content-w #future-posts li a,
body.content-w #published-posts li a,
body.content-w .drafts li a {
    color: rgba(255,255,255,.65);   
}
body.content-w #future-posts li a:hover,
body.content-w #published-posts li a:hover,
body.content-w .drafts li a:hover {
    color: rgba(255,255,255,1);   
}
body.content-w #future-posts ul li span,
body.content-w #published-posts ul li span,
body.content-w #dashboard_quick_press .drafts li time,
body.content-w .rss-widget span.rss-date {
    color: rgba(255,255,255,.35);
}
body.content-w #future-posts ul li:hover span,
body.content-w #published-posts ul li:hover span {
    color: rgba(255,255,255 .75);
}
body.content-w #dashboard_quick_press .drafts .view-all a {
    color: rgba(255,255,255,.15);
}
body.content-w #dashboard_quick_press .drafts .view-all a:hover {
    color: rgba(255,255,255,.65);
}
body.content-w #dashboard_primary .widget-loading:before {
    content: url(../assets/three-dots-255.svg);
    color: #fff;
}
body.content-b #dashboard_quick_press .drafts p {
    color: rgba(0,0,0,.5);
}
body.content-b #dashboard_primary div.rss-widget:nth-child(3) {
    border-top: 1px solid rgba(0,0,0,.025)!important;
}
body.content-b #dashboard-widgets #dashboard_primary div.rss-widget a.rsswidget {
    color: rgba(0,0,0,.75);
}
body.content-b #dashboard-widgets #dashboard_primary div.rss-widget a:hover {
    color: rgba(0,0,0,.85);
}
body.content-b .rss-widget .rssSummary {
    color: rgba(0,0,0,.65);
}
body.content-b #dashboard_primary a {
    color: rgba(0,0,0,.8);
}
body.content-b #dashboard-widgets #dashboard_activity h4,
body.content-b #dashboard-widgets h4,
body.content-b #dashboard_quick_press .drafts h4 {
    color: rgba(0,0,0,.75);
}
body.content-b #future-posts li,
body.content-b #published-posts li,
body.content-b .drafts li {
    border-bottom: 1px solid rgba(0,0,0,.05);
}
body.content-b #future-posts li a,
body.content-b #published-posts li a,
body.content-b .drafts li a {
    color: rgba(0,0,0,.65);   
}
body.content-b #future-posts li a:hover,
body.content-b #published-posts li a:hover,
body.content-b .drafts li a:hover {
    color: rgba(0,0,0,1);   
}
body.content-b #future-posts ul li span,
body.content-b #published-posts ul li span,
body.content-b #dashboard_quick_press .drafts li time,
body.content-b .rss-widget span.rss-date {
    color: rgba(0,0,0,.35);
}
body.content-b #future-posts ul li:hover span,
body.content-b #published-posts ul li:hover span {
    color: rgba(0,0,0 .75);
}
body.content-b #dashboard_quick_press .drafts .view-all a {
    color: rgba(0,0,0,.15);
}
body.content-b #dashboard_quick_press .drafts .view-all a:hover {
    color: rgba(0,0,0,.65);
}
body.content-b #dashboard_primary .widget-loading:before {
    content: url(../assets/three-dots-0.svg);
    color: #000;
}
/*
body.content-b #dashboard_quick_press .inside:before,
body.content-b #dashboard_right_now .inside:before,
body.content-b #bbp-dashboard-right-now .inside:before {
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .15) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .15) 100%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .15) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .15) 100%);
}
*/
body.content-b #dashboard_quick_press .inside,
body.content-b #dashboard_right_now .inside,
body.content-b #bbp-dashboard-right-now .inside {
    color: rgba(0, 0, 0, .5)
}
body.content-b #dashboard_right_now a > .number,
body.content-b #bbp-dashboard-right-now .inside table td.b a {
    color: rgba(0, 0, 0, .65);
}
body.content-b #bbp-dashboard-right-now p.sub {
    color: #000;
}
body.content-b #dashboard_right_now li a:before {
    color: rgba(0, 0, 0, .85)!important
}
body.content-b #bbp-dashboard-right-now .inside table td.b:before,
body.content-b #dashboard_right_now li .number:before {
    border: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0,0,0,.35);
}
body.content-b #dashboard-widgets #dashboard_right_now li > a,
body.content-b #bbp-dashboard-right-now a {
    color: rgba(0, 0, 0, .35);
}
body.content-b #dashboard-widgets #dashboard_right_now li > a:hover,
body.content-b #bbp-dashboard-right-now a:hover {
    border-color: rgba(0, 0, 0, .9);
    color: rgba(0, 0, 0, .95);
}
body.content-b #dashboard_quick_press .inside form #save-post {
    color: rgba(0, 0, 0, .45);
}
body.content-b #dashboard_quick_press .inside:hover form #save-post {
    color: rgba(0, 0, 0, .95);
}
body.content-b #wp-version-message,
body.content-b #wp-version-message + p > a {
    color: rgba(0, 0, 0, .35)!important;
}
body.content-b #wp-version-message + p > a:hover {
    color: rgba(0, 0, 0, .85)!important;
}
body.content-b #dashboard_quick_press .inside form {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0%, transparent 5%) 0 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, transparent 5%) 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), color-stop(5%, transparent)) 0 0;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, transparent 5%) 0 0;
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, transparent 5%) 0 0;
    border-color: rgba(0, 0, 0, .1)
}
body.content-b #dashboard_quick_press #title-wrap #title-prompt-text {
    color: rgba(0, 0, 0, .75)
}
body.content-b #dashboard_quick_press .textarea-wrap #content-prompt-text {
    color: rgba(0, 0, 0, .55);
}
body.content-b #dashboard_quick_press .inside form:before {
    border-left: 1px solid rgba(0, 0, 0, .2)
}
body.content-b #dashboard_quick_press .inside form textarea {
    color: rgba(0, 0, 0, .75);
}
body.content-b #dashboard_quick_press #title-wrap input[type=text] {
    color: #000!important;
}
/*
body.content-w #dashboard_quick_press .inside:before,
body.content-w #dashboard_right_now .inside:before,
body.content-w #bbp-dashboard-right-now .inside:before {
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 100%);
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 100%);
}*/
body.content-w #dashboard_quick_press .inside,
body.content-w #dashboard_right_now .inside,
body.content-w #bbp-dashboard-right-now .inside {
    color: rgba(255, 255, 255, .5)
}
body.content-w #dashboard_right_now a > .number,
body.content-w #bbp-dashboard-right-now .inside table td.b a {
    color: rgba(255, 255, 255, .65);
}
body.content-w #bbp-dashboard-right-now p.sub {
    color: #fff;
}
body.content-w #dashboard_right_now li a:before {
    color: rgba(255, 255, 255, .85)!important
}
body.content-w #bbp-dashboard-right-now .inside table td.b:before,
body.content-w #dashboard_right_now li .number:before {
    border: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255,255,255,.35);
}
body.content-w #dashboard-widgets #dashboard_right_now li > a,
body.content-w #bbp-dashboard-right-now a {
    color: rgba(255, 255, 255, .35);
}
body.content-w #dashboard-widgets #dashboard_right_now li > a:hover,
body.content-w #bbp-dashboard-right-now a:hover {
    border-color: rgba(255, 255, 255, .9);
    color: rgba(255, 255, 255, .95);
}
body.content-w #dashboard_quick_press .inside form #save-post {
    color: rgba(255, 255, 255, .45);
}
body.content-w #dashboard_quick_press .inside:hover form #save-post {
    color: rgba(255, 255, 255, .95);
}
body.content-w #wp-version-message,
body.content-w #wp-version-message + p > a {
    color: rgba(255, 255, 255, .35)!important;
}
body.content-w #wp-version-message + p > a:hover {
    color: rgba(255, 255, 255, .85)!important;
}
body.content-w #dashboard_quick_press .inside form {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .1) 0%, transparent 5%) 0 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .1) 0%, transparent 5%) 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), color-stop(5%, transparent)) 0 0;
    background: -o-linear-gradient(top, rgba(255, 255, 255, .1) 0%, transparent 5%) 0 0;
    background: linear-gradient(top, rgba(255, 255, 255, .1) 0%, transparent 5%) 0 0;
    border-color: rgba(255, 255, 255, .1)
}
body.content-w #dashboard_quick_press #title-wrap #title-prompt-text {
    color: rgba(255, 255, 255, .75)
}
body.content-w #dashboard_quick_press .textarea-wrap #content-prompt-text {
    color: rgba(255, 255, 255, .55);
}
body.content-w #dashboard_quick_press .inside form:before {
    border-left: 1px solid rgba(255, 255, 255, .2)
}
body.content-w #dashboard_quick_press .inside form textarea {
    color: rgba(255, 255, 255, .75);
}
body.content-w #dashboard_quick_press #title-wrap input[type=text] {
    color: #fff!important;
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap blockquote {
    border: 1px solid rgba(0,0,0,.1);
}
body.content-b #activity-widget #the-comment-list img {
    border: 2px solid rgba(0,0,0,.25);
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap h4 cite.comment-author {
    color: rgba(0,0,0,.6);
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap h4 cite.comment-author > a {
    color: rgba(0,0,0,.75);
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap h4 {
    color: rgba(0,0,0,.25);
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap,
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap p {
    color: rgba(0,0,0,.55);
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap h4 > a {
    color: rgba(0,0,0,.65);
}
body.content-b #activity-widget #the-comment-list .row-actions a {
    color: rgba(0,0,0,.65);
}
body.content-b #activity-widget #the-comment-list .row-actions a:hover {
    color: rgba(0,0,0,.95);
}
body.content-b .wrap .postbox #latest-comments textarea {
    background: rgba(0,0,0,.05);
    border-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,.65);
}
body.content-b .wrap .postbox #latest-comments textarea:hover {
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.85);
}
body.content-b .wrap .postbox #latest-comments textarea:focus {
    border-color: rgba(0,0,0,.2);
    color: rgba(0,0,0,1);
}
body.content-b .wrap .postbox #latest-comments a,
body.content-b .wrap .postbox #latest-comments input {
    color: rgba(0,0,0,.65);
}
body.content-b .wrap .postbox #latest-comments a:hover,
body.content-b .wrap .postbox #latest-comments input:hover {
    color: rgba(0,0,0,.85);
}
body.content-b .wrap .postbox #latest-comments a:focus,
body.content-b .wrap .postbox #latest-comments input:focus {
    color: rgba(0,0,0,1);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap blockquote {
    border: 1px solid rgba(255,255,255,.1);
}
body.content-w #activity-widget #the-comment-list img {
    border: 2px solid rgba(255,255,255,.25);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap h4 cite.comment-author {
    color: rgba(255,255,255,.6);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap h4 cite.comment-author > a {
    color: rgba(255,255,255,.75);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap h4 {
    color: rgba(255,255,255,.25);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap,
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap p {
    color: rgba(255,255,255,.55);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap h4 > a {
    color: rgba(255,255,255,.65);
}
body.content-w #activity-widget #the-comment-list .row-actions a {
    color: rgba(255,255,255,.65);
}
body.content-w #activity-widget #the-comment-list .row-actions a:hover {
    color: rgba(255,255,255,.95);
}
body.content-w .wrap .postbox #latest-comments textarea {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.05);
    color: rgba(255,255,255,.65);
}
body.content-w .wrap .postbox #latest-comments textarea:hover {
    border-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.85);
}
body.content-w .wrap .postbox #latest-comments textarea:focus {
    border-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,1);
}
body.content-w .wrap .postbox #latest-comments a,
body.content-w .wrap .postbox #latest-comments input {
    color: rgba(255,255,255,.65);
}
body.content-w .wrap .postbox #latest-comments a:hover,
body.content-w .wrap .postbox #latest-comments input:hover {
    color: rgba(255,255,255,.85);
}
body.content-w .wrap .postbox #latest-comments a:focus,
body.content-w .wrap .postbox #latest-comments input:focus {
    color: rgba(255,255,255,1);
}

/*body.sleeping .welcome-panel .welcome-panel-content #dash_slick:before {
    content: url(../assets/three-dots-255.svg);
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: auto;
}*/

.instats > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}
.instats > div ul {
    margin-bottom: 0;
    padding-bottom: 20px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
}
.instats > div ul.hide {
    display:none;
    /*opacity: 0;
    margin-bottom: -50px;
    z-index: -1;
    -webkit-transform: translateY(-50px);
       -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);*/
}
.instats > div li {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin: 0 15px;
    position:relative;
    letter-spacing: 1px;
    font:100 9px/14px "Open Sans", Helvetica, Arial, sans-serif;
}
body.header-w .instats > div > ul > li > div {
    color: rgba(255,255,255,.35);
}
body.header-b .instats > div > ul > li > div {
    color: rgba(0,0,0,.35);
}
.instats > div li strong {
    display: inline-block;
    vertical-align: top;
    letter-spacing: .3px;
    font: 100 20px/32px "Roboto", "Open sans", Helvetica, Arial, sans-serif;
}
body.header-w .instats > div:first-child:after {
    background: rgba(255,255,255,.05);
}
body.header-b .instats > div:first-child:after {
    background: rgba(0,0,0,.05);
}
.instats {
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.instats.with_tabs > div {
    position: static;
}

.instats.with_tabs > div ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.instats.with_tabs > div:not(.active) ul {
    opacity: 0;
    z-index: -1;
}

.instats > div > strong {
    font: 400 12px/18px "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: color .15s ease-in-out;
       -moz-transition: color .15s ease-in-out;
         -o-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
}
/*.instats > div > strong:before {
    content: '\e6b2';
    font: 400 7px/28px streamline;
    width: 7px;
    display: inline-block;
    vertical-align: top;
    float: right;
    max-width: 0;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
}
body.rtl .instats > div > strong:before {
    float: left;
}
.instats > div:hover > strong:before {
    max-width: 15px;
    margin-left: 5px; 
    opacity: 1;
}
body.rtl .instats > div:hover > strong:before {
    margin-right: 15px;
    margin-left: 0;
}*/
.instats > div.previous > strong:before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.instats > div:nth-child(2) > strong:before {
    float:left;
}
body.rtl .instats > div:nth-child(2) > strong:before {
    float: right;
}
.instats > div:nth-child(2):hover > strong:before {
    margin-right: 5px;
    margin-left: 0;
}
body.rtl .instats > div:nth-child(2):hover > strong:before {
    margin-right: 0;
    margin-left: 5px;
}
body.header-w .instats > div > strong {
    color: rgba(255,255,255,.65);
}
body.header-b .instats > div > strong {
    color: rgba(0,0,0,.65);
}
body.header-w .instats > div:hover > strong {
    color: rgba(255,255,255,.95);
}
body.header-b .instats > div:hover > strong {
    color: rgba(0,0,0,.95);
}

div#s-cur-date {
    display: block;
    font-size: 11px;
    line-height: 16px; 
    font-style: italic;
}

body.content-w div#s-cur-date {
    color: rgba(255,255,255,.45);
}
body.content-b div#s-cur-date {
    color: rgba(0,0,0,.45);
}

.instats .delta {
    display: block;
    vertical-align: top;
    font: 100 10px/12px "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

.instats li .delta:not(.no-change):after {
    content: '%';
    margin-left: 2px;
    font-size: 10px;
    opacity: .5;
}
.instats li:not(.rises):not(.falls) .delta:before {
    font: 400 10px/12px streamline;
    width: 14px;
    display: inline-block;
    vertical-align: top;
}

.instats li .delta {
    font: 400 12px/60px 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
    letter-spacing: .2px;
}
body.header-w .instats li .delta {
    color: rgba(255,255,255,.7);
}
body.header-b .instats li .delta {
    color: rgba(0,0,0,.7);
}
.instats li:not(.rises):not(.falls) .delta.rises:before {
    content: '\e6a7';
}
.instats li:not(.rises):not(.falls) .delta.falls:before {
    content: '\e663';
}
/*.welcome-panel .welcome-panel-content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,.1);
    -webkit-box-shadow: 0px 1px rgba(0,0,0,.1);
       -moz-box-shadow: 0px 1px rgba(0,0,0,.1);
            box-shadow: 0px 1px rgba(0,0,0,.1);
}
*/
.instats > div li > strong,
.instats > div li > strong {
    display: none;
}

#sticky_stats .inside defs + g > rect + g > g:nth-child(2) > g > path {
    fill-opacity: .05!important;
}

.instats svg circle {
    fill: transparent;
    stroke-width: 3px;
}

.instats li.rises svg circle {
    stroke: url(#s-circle-rises);
}
.instats li.falls svg circle {
    stroke: url(#s-circle-falls);
}

.instats svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
body.header-w .instats svg {
    border: 1px solid rgba(255,255,255,.15);
}
body.header-b .instats svg {
    border: 1px solid rgba(0,0,0,.15);
}
.instats > div li > div:first-child,
.instats > div li > div:first-child {
    position:absolute;
    top:65px;
    left:0;
    right:0;
    width:100%;
}

#welcome-panel .slick-slide .sod_select,
#welcome-panel .slick-slide select {
    min-width: 120px;
}
