#hellobar{
    background-color: #0a0909;
    color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    border-color: #ffffff;
    min-height: 50px;
    height: auto;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 3px solid white;
    white-space: normal;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 5000;
    /*position: fixed;*/
    text-align: center;
}

#hellobar span{
    line-height: 25px;
    margin-top: 13px;
    display: inline-block;
}

#hellobar a, .bottom-bar a{
    color: #ffffff;
    background-color: #fa1212;
    padding: 6px 15px;
    border: 1px solid #fa1212;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
    border-radius: 4px;
    margin: 0 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 45px;
}

.hellobar-shadow{
    left: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    background: url(https://s3.amazonaws.com/hb-assets/system/modules/hellobar/lib/sprite-8bit.png);
    position: absolute;
    margin-top:0;
    top:50px;
}

.bottom-bar {
    background:#eee;
    color:#000;
    padding:1em;
}

.entry-meta, .entry-header, .post entry-title{text-align: left}
.single .entry-meta{margin-top:0}


/* Incoming Links plugin page */

div.incominglinks {
    border: 2px solid #dcddde;
    padding: 0 20px 5px 20px;
    display: table;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
    font-family:Helvetica,Arial,sans-serif;
    font-size:0.9em;
}

div.incominglinks ul li {
    margin: 10px 0 5px 0;
    padding-left: 22px;
    line-height: 20px;
    max-width: 400px;
    list-style: none;
    background: url(../../../uploads/2014/02/check_mark.png) left 3px no-repeat;
    background-size: 15px 12px;
}

div.incominglinks .sticker{
    position: relative;
    z-index:100;
    left:90%;
    top:-30px;
}

div.incominglinks h2{
    color: #00B784;
    margin: -50px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

div.incominglinks-left {
    float: left;
    margin: 10px 0 40px 0;
    max-width: 250px;
    position: relative;
}
div.incominglinks-right {
    float: right;
    margin: 5px 0 5px 0;
    position: relative;
}

div.incominglinks-right p{
    margin-top:-10px;
    margin-left:5px;
    color:#444;
}

div.incominglinks .download-btn {
    display: inline-block;
    margin: 20px 0 20px 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 1;
    color: #fff;
    background-color: #00B784;
    border-color: #00825D;
    text-decoration:none;
}

div.incominglinks .download-btn:hover,
div.incominglinks .download-btn:active,
div.incominglinks .download-btn:focus{
    background-color: #00C48C;
    border-color: #00B784;
}

div.incominglinks .download {
    clear:left;
    float: left;
}

div.incominglinks .report-btn {
    color: #00B784;
}

div.incominglinks .report {
    float: right;
    clear:right;
    margin: 17px 0 20px 10px;
}

@media screen and (max-width: 1000px) {
    div.incominglinks-left {
        float:none;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }

    div.incominglinks-right {
        float:none;
        margin-left:auto;
        margin-right:auto;
        clear:both;
    }

    div.incominglinks .report {
        margin: 27px 0 20px 10px;
    }
}

.logo {
    margin-top: 12px;
}

.widget-author.boxed--padded .widget-author__image-container .widget-author__avatar--blurred img {
    display: none
}
.widget-author.boxed--padded .widget-author__image-container .widget-author__avatar--blurred {
    background: url('https://monitorbacklinks.com/blog/wp-content/uploads/2015/01/blur.png') 0 -35px;
}
.widget-author__avatar--blurred::before {
    background: rgba(0, 0, 0, 0.3);
}

.sumome-popup .sumome-popup-content .sumome-popup-form input[type="text"], .sumome-popup-preview .sumome-popup-content .sumome-popup-form input[type="text"] {
    display: none!important;
}
.sumome-popup .sumome-popup-content .sumome-popup-form button, .sumome-popup-preview .sumome-popup-content .sumome-popup-form button {
    display: none!important;
}
