/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.link-inner, .login, #top-bar-content a {
    color: #244397 !important;
    text-decoration: none;
}
#menu-top a {
    text-decoration: none;
}

.is-sticky #site-navigation-wrap {
    top: 14%;
    transition: top 0.3s linear;
}

.job-template-default .wpex-social-share-wrap, .job-template-default .page-header-inner {
    display: none;
}
.foobar {
    position: absolute;
    top: 0;
    right: -220px;
}
.usersearch {
    font-size: 33px;
    margin-left: 30px;
    text-decoration: none;
    display: block;
    width: 285px;
    float: left;
    margin-bottom: 30px;
    line-height: 1;
}
.usersearch img {
    display: inherit;
    margin-bottom: 10px;
}
.usersearch:hover {
    text-decoration: underline;
}