/**********************************
* Header 8 styling
**********************************/
.header8 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.header8 .site-logo {
    float: left;
}
.header8 #searchform {
    float: right;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 260px;
}
.header8 #searchform input {
    display: inline;
    height: 34px;
    width: 100%;
    padding: 6px 12px;
    border-right: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.header8 #searchform .input-group-btn button {
    border-left: none;
    border-radius: 0px;
}
.header8 #searchform .input-group-btn .fa-search {
    color: #9f9998;
}
.header8 .simple-loggedin-user-notice {
    float: right;
    clear: both;
    font-size: 12px;
    margin-bottom: 0px;
}

@media (max-width: 999px) {
    .header8 #searchform {display: none;}
    .header8 .simple-loggedin-user-notice {display: none;}
}

@media (max-width: 767px) {
    .header8 .site-logo {float: none;}
    .header8 .site-logo img {margin: 0 auto;}
}
