.thesius-wp {
    padding-bottom: 137px;
}

.thesius-wp #header {
    background: #f4f5f7;
    border-bottom: solid 1px #dadde3;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    border-width: 0 0 1px;
    z-index: 1030;
}

.thesius-wp .container-fluid {
    padding: 0 27.5px;
}

.thesius-wp #logo {
    float: left;
    padding: 15px 10px 0 0;
    font-size: 23px;
    line-height: 28px;
    height: 68px;
}

.thesius-wp .navbar .nav > li > a {
    padding: 20px 15px;
    font-weight: normal;
    color: #59575b;
    font-family: "nimbus-sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    transition: none;
}

.thesius-wp .navbar .nav > li.active > a {
    color: #FFFFFF;
    background-color: #59575b;
}

.thesius-wp .navbar .nav > li > a:hover {
    transition: none;
    background-color: #59575b;
    color: #FFF;
}

.thesius-wp .navbar .nav > li.new {
    background: linear-gradient(#7878F0, #9AC4DB);
}

.thesius-wp .navbar .nav > li.new a {
    color: white;
}

.thesius-wp .navbar .nav > li.beta:after {
    content: 'beta';
    font-weight: 100;
    color: white;
    position: absolute;
    left: 65px;
    bottom: 10px;
    font-variant: small-caps;
}

@media (max-width: 768px) {
    .thesius-wp .navbar .nav > li.beta:after {
        left: 100px;
        bottom: 15px;
    }
}

.thesius-wp #navigation-right .btn {
    font-family: "nimbus-sans", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: none;
    padding: 10px 10px;
    color: #fff;
    border: none;
    -webkit-box-shadow: 1px 1px 2px rgba(145, 153, 171, 0.4);
    box-shadow: 1px 1px 2px rgba(145, 153, 171, 0.4);
    margin: 10px;
    font-weight: 300;
    border-radius: 0;
}

.thesius-wp #navigation-right .btn:hover {
    background-color: #59575b;
    color: #FFF;
}

.thesius-wp #navigation-right .btn-info {
    background-color: #35c3c6;
}

.thesius-wp #navigation-right .btn-success {
    background-color: #6681db;
}

.thesius-wp .navbar-collapse {
    clear: none;
}

.thesius-wp .navbar-default .navbar-toggle {
    border: 1px solid #ddd;
    padding: 9px 10px;
    margin: 17px 27px;
    line-height: 0;
}

.thesius-wp .navbar-default .navbar-toggle:after {
    content: " ";
}

@media (max-width: 768px) {
    .thesius-wp #logo {
        width: 134px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 30px 0;
    }

    .thesius-wp .navbar-default .menu {
        float: right;
    }

    .thesius-wp #navigation-left {
        height: auto !important;
    }

    .thesius-wp .navbar .nav > li > a {
        padding: 10px 15px;
    }

    .thesius-wp .user-icon {
        background: url(/blog/wp-content/themes/piemont/img/user.png);
        width: 38px;
        height: 39px;
    }
}

.thesius-wp .dropdown-menu {
    border: none;
}

.thesius-wp .dropdown-menu a {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    color: #5D667A;
    font-family: "nimbus-sans", sans-serif;
    text-decoration: none;
}

#logo:hover {
    background-color: #d2d1d4;
}

footer {
    padding: 0;
    background-color: #59575b;
    color: #ffffff;
    font-size: 12px;
}

footer .navbar-footer-large {
    padding: 42px 0;
    letter-spacing: 1px;
    background: #59575b;
    font-family: "nimbus-sans", sans-serif;
}

footer p {
    font-size: 13pt;
    color: white;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: 1px;
}

footer a {
    color: #fff;
    font-size: 10pt;
    font-weight: 100;
    display: block;
    margin-bottom: 10px;
}

footer a.socialLink {
    display: inline;
}
