/*
 Theme Name:   Hueman-Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

body.home p.post-byline{
	margin: 0px;
}

body.home p.post-date{
	margin-bottom: 1em;
}

.page-title{
	background-color: #002b54;
	margin-right: 30px;
  font-size: 36px;
  padding-bottom: 18px;
	border-bottom: 0px;
}
.page-title h2{
	color: #fff;
	}

	@media only screen and (min-width: 720px)
	{
.nav > li {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

}

.comments, .post-comments {
	display: none;
}

.toggle-search {

    top: -54px;
}
.post-standard .post-inner {
	padding-left: inherit;
	}

.container-inner .toggle-search {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    padding: 13px 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -54px;
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.1);
    box-shadow: -1px 0 0 rgba(255,255,255,0.1);
    background-color: #002b54;
}
.page-title {
    background-color: #002b54;
    margin-right: 30px;
    font-size: 36px;
    padding-bottom: 18px;
    min-height: 24px;
}

.site-title a img{
    display:inline-block;
		max-height: 110px !important;
}
.site-title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
    float: left;
    line-height: 60px;
    padding: -10px 0;
    padding-top: 26px;
		width: 340px;
}
.site-description{
	display:none;
}

.new-head {
  position: absolute;
  display: flex;
  top: 50%;
  margin-left: 340px;
  left: 1rem;
  transform: translateY(-50%);
}

.new-head p{
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
}

.header-logo-title{
	height: 163px;
}

.nav-logo .site-title{
	display: none;
}

.page-title h2 {
    display: none;

    }
    #header .pad{
        padding-right: 0;
    }
    .page-title{
        margin-right: 0px;
    }
    #header .pad{
        padding: 0;
    }

/*Widget*/
.sidebar .widget:first-child{
	border: none;
}

.sidebar .widget {
	border-top: .2pt solid #c8c8c8;
}

.sidebar .widget_nav_menu .menu > li a:before {content: none}

.floatRight{
	float: right;
}

.widget.EmailSubscriptionWidget{
	border-top: none;
	margin-top: -38px;
}

/**Post**/
.single.post {
	margin-bottom: 20px;
}

/**Footer**/
#footer-bottom .nav-container{
	background: transparent;
	border-top: none;
	float: right;
}
#footer-bottom	#menu-footer{
	padding: 0;
}

#nav-footer .nav > li > a {
    background: none;
	color: #999;
}

#nav-footer .nav > li:hover > a {
    background-color: #f0f0f0;
}

#footer-bottom .nav > li {
	font-size: 14px;
    background: none;
	color: #999;
}

/**Left Side Menu**/
.sidebar .widget_archive > h3{
	margin-bottom: 1em;
}

.sidebar .widget_archive > label{
	display: none;
}


/**Add This**/
.home .addthis_toolbox {
	margin-top: 15px;
}

/**Post Tools**/
.post-tools{
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

.post-print a{
	padding-left: 15px;
	background: url(/wp-content/themes/hueman/img/icon-print.png) no-repeat scroll left center transparent;
}

/**Cookie Notification*/
.cn-button {
    background-color: #e6a210 !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    max-width: 120px;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out !important;
    color: black !important;
}

    .cn-button:hover {
        background-color: #bbbbbb !important;
    }

#cn-notice-text {
    text-align: left;
}

.cookie-notice-container {
    font-family: 'Roboto Condensed', Arial, sans-serif !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cookie-notice-container a:hover {
    color: #bbbbbb;
}

@media print{
	.site-title{
		display: none;
	}

	.new-head{
		width: 100%;
	}

	.sidebar.s1{
		display: none;
	}

	.col-2cr .main-inner{
		padding-left: 10px;
	}

	#nav-topbar{
		display: none;
	}

	#footer-bottom{
		display: none;
	}
}

/* ------------------------------------------------------------------------- *
 *  Logo and tagline on top of a banner image
/* ------------------------------------------------------------------------- */
.header-logo-title #header-image-wrap, .header-logo-title .container-inner, .header-logo-title.central-header-zone{
    height: 100%;
    overflow: hidden;
}

#header .nav-container.group {
    overflow: visible;
}

#header-image-wrap .central-header-zone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 0;
}

#header-image-wrap > a[rel="home"] {
    display: block;
    margin-left: 340px;
    height: 100%;
}

.pad {
    padding: 30px 30px 20px;
  }
  
.page-title {
    position: relative;
    padding-top: 18px;
    padding-bottom: 19px;
    border-bottom: 0px solid #eee;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}

.logo-tagline-group .custom-logo-link {
    vertical-align: middle;
}
.logo-tagline-group .custom-logo-link img {
    padding-top: 15px;
}

.new-site-image {
  height: 100%;
}

.col-2cr .s1 .icon-sidebar-toggle:before, .col-3cm .s1 .icon-sidebar-toggle:before, .col-3cr .s1 .icon-sidebar-toggle:before, .col-3cr .s2 .icon-sidebar-toggle:before {
    content: "\f101";
}