/*
Theme Name: Human Consult
Theme URI: http://webdesign-finder.com/human-consult
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Human Consult - light and airy WordPress theme created specifically for the human resources agency.
Version: 99
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: custom-header, left-sidebar, right-sidebar, post-formats, full-width-template
Text Domain: human-consult
Domain Path: /languages

This theme uses great Unyson Framework to make best user experience

see css/main.css for all of the styles
*/


/*
** WordPress Required
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

aside .widget label {
    display: none;
}

.sticky,
.bypostauthor{position: relative;}

/*
** Other
*/
h2.section_header {
    font-size: 68px;
}

@media (min-width: 992px) {
    .sf-menu > li > a {
        padding-top: 10px;
    }
    ul.top-link {
        float: right;
        padding-top: 22px;
    }
}

.section_padding_70 > [class*="container"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

section#splash {
    background: deepskyblue;
    padding: 140px 0;
    text-align: center;
}

#splash .content {
    margin: 0 auto;
    text-align: center;
}

#splash h1 {
    color: #FFF;
    padding: 0;
    font-weight: 600;
    font-size: 72px;
    margin-bottom: 0;
    text-transform: inherit;
}

#splash h2 {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    line-height: 29px;
}

#splash a.btn.white {
    background: #FFF; 
    color: #01bfff; 
    margin-top: 20px;
    transition: all 0.5s;
    width: 205px;
}

#splash a.btn.white:hover {
    background: #01bfff; 
    border: 1px solid #FFF;
    color: #FFF;
    width: 205px;
}


@media (min-width: 992px) {
    .d-sm-none {
        display: none;
    }
    .header_left_logo {
        padding-top: 23px;
    }
}
@media (max-width: 992px) {
    ul.top-link {
        display: none;
    }
    .header_left_logo {
        padding-top: 5px;
    }
    #splash .content {
        width: 100%;
    }
    #splash h1 {
        font-size: 42px;
    }
}

.header_mainmenu {
    padding-right: 10px;
}

section#call-to-action-sim .container {
    background: #1f232b;
    color: #FFF;
    margin-bottom: 60px;
}

/* .about-image img {
    width: 70%;
    margin: 200px 0 200px 15%;
} */