
/*
Theme Name: BCH3 Microsite Child Theme
Theme URI: https://childrenshospital.org
Author: Martin Fritch
Author URI: https://childrenshospital.org
Description: A custom Boston Children Hospital Wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BCHThree-child-theme
Template: bch3
Tags:

This theme, like WordPress, is licensed under the GPL.

*/

/* Custom Styles start here */
.header-sec {
    position: relative;
	display: block;
}
.top-header {
    background: hsla(0, 0%, 61%, .1);
    position: relative !important;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
	height: 30px;
}
.top-header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-header .left, .top-header .right {
    width: 48%;
}
.mid-header {
    padding: 10px 0;
    text-align: center;
}
.mid-header .logo {
    max-width: 348px;
    position: relative;
    display: inline-block;
    width: 64%;
    margin: auto;
    vertical-align: middle;
	float: left;
}
.header-sec .mid-header .container .logo {
    z-index: 10;
}
.mid-header .logo img {
    max-height: 100px;
}
.main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    transition: right .2s;
    padding-top: 50px;
	background-color: unset;
}
.main-nav .nav-menu li {
    line-height: 40px;
    font-size: 15px;
}
.main-nav .nav-menu li a {
	width: 100%;
}
.search-area form .search-area__searchBtn {
	top: -7px;
    color: #fff;
}
    .top-header {
        font-size: 13px;
    }
@media (max-width: 62em) {
	.main-nav {
		background-color: unset !important;
	}
	.background-primary.nav-menu li.current-menu-item > a {
		background-color: transparent !important;
		color: #003087 !important;
	}
}
@media (min-width: 62em) {
    .mid-header {
        padding: 0;
        text-align: left;
    }
    .mid-header .logo {
        width: auto;
        margin-left: 0;
        padding: 15px 0;
    }
	.main-nav {
		background-color: #007396;
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        top: auto;
        padding-top: 0;
		height: 60px;
		display: block;
    }
	.main-nav .nav-menu {
        width: 96%;
        padding: 0;
		margin: 0;
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
	.main-nav .nav-menu .sub-menu {
		display: none;
	}
	.main-nav .nav-menu li a {
		color: #fff;
		width: 100%;
		height: 100%;
		display: inline-block;
		padding: 0 10px;
	}
	.page-template-page-full-width .hero-sec { min-height: 50px; }
	.hero-sec .hero-content {
        max-width: 670px;
        padding: 0 20px;
		min-height: 50px;
    }
}
#featuredSlider .text-container {
    width: 100%;
    padding: 20px 10px;
}
#featuredSlider .text-container h1 {
	color: #007396;
}
@media screen and (min-width: 64em) {
	#featuredSlider .text-container {
        top: 50px;
        right: 0px;
        width: 445px;
        padding: 20px;
	}
	#featuredSlider .text-container h1 {
		font-size: 2.4em;
	}
}
@media screen and (max-width: 993px) {
    #mainNavContainer.active { 
		right: 0;
		top: 50px;
	}
.background-primary.nav-menu li.current-menu-item a {
    background-color: white;
    color: #007396;
}
}