body {
    font-family: 'Helvetica Neue', 'Roboto', sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #333;
}

.footer-menu ul {
    padding-left: 0;
}

.footer-menu ul li {
    display: inline;
}

tr.table-main-menu {
    background-color: #648294;
    color: white;
    text-decoration: none;
}

tr.table-main-menu a {
    color: white;
    text-decoration: none;
}

div#sidebar-news a {
    color: #efecec;
    text-decoration: none;
}

a.sidebar-news-readmore {
    color: #ccc !important;
}

.footer-menu {
    float: right;
}

.footer-copyright {
    line-height: 32px;
}

.header_image img {
    max-width: 100%;
}

.header_top {
    background-color: #000080;
}

.header_bottom {
    background-color: #ffffff;
}

.header_translate {
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: center;
}

div.AuthorizeNetSeal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.sidebar-box {
    background-color: #000080;
    height: 100%;
    color: white;
}

footer.page-footer {
    background-color: #000080;
    color: white;
}

footer.page-footer a {
    color: white;
}

.header_image {
    background-image: url("/wp-content/themes/recruitermedia/images/recruiter_media_header_image.jpg");
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}

.header_logo a {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    text-decoration: none;
}

.header_top a:hover {
    text-decoration: none;
    color: white;
}

header .header_top {
    padding: 10px 0;
    height: 100px;
}

header .header_bottom {
    padding: 10px 0;
    height: 40px;
}

.header_logo {
    height: 100px;
    display: flex;
    align-items: center;
}

.header_name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header_name a {
    color: #ffffff;
    float: left;
    width: 100%;
    text-decoration: none;
}

.header_name a.name {
    font-size: 2rem;
    font-weight: 700;
}

.header_name a.tagline em {
    color: red;
}

.header_translate.col {
    display: flex;
}

.entry-content h1, .entry-content h2, .sidebar-box h3 {
    font-size: 1.2em;
}

.entry-header h1, .entry-header a h1 {
    color: #4b5f6a !important;
    border-bottom: 1px solid #7c7c7d;
    font-size: 2em;
    padding: 10px 0;
}

.entry-header a:hover {
    text-decoration: none;
}

.sidebar-box h3 {
    border-bottom: 1px solid #7c7c7d;
}

.sidebar-box {
    padding-bottom: 20px;
}
.sidebar-box h3 {
    padding: 20px 0 10px 0;
}

.sidebar-box a {
    color: white;
}

.footer-copyright a {
    color: black;
    text-decoration: none;
}

header.entry-header p.meta {
    font-size: 0.8em;
    margin-bottom: 0px !important;
}

header .header_logo img {
    width: 80px;
    height: 80px;
    position: relative;
}

.sidebar-box p:blank {
    display: none;
}

.goog-te-gadget-simple {
    border-radius: 50px;
    overflow: hidden;
    border: 0 !important;
    padding: 4px 5px !important;
}

.sidebar-box span.sidelinks {
    border-bottom: 1px solid #7c7c7d;
}

@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        background: #f8f9fa;
        background-blend-mode: lighten;
        z-index: 2;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    header .container {
        height: auto;
    }

    header .header_logo img {
        width: 50px;
        height: 50px;
    }

    .header_logo a {
        font-size: 1.0rem;
    }
}

@media only screen and (max-width: 500px) {
    .header_logo {
        justify-content: center;
        height: 65px;
    }

    .header_logo, .header_translate, .header_name {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-device-width : 1024px) {
    .header_image {
        background-attachment: initial;
    }
}