
/*
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;
}
.header-sec .mid-header .container .logo {
    z-index: 100;
}
.mid-header .logo img {
    max-height: 100px;
}
.main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 100%;
    transition: right .2s;
    padding-top: 50px;
}
.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;
}
@media (min-width: 62em) {
    .mid-header {
        padding: 0;
        text-align: left;
    }
    .mid-header .logo {
        width: auto;
        margin-left: 0;
        padding: 15px 0;
    }
	.main-nav {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        top: auto;
        padding-top: 0;
		height: 60px;
    }
	.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;
    }
}
@media screen and (min-width: 64em) {
	#featuredSlider .text-container {
		left: 0px;
		bottom: -300px;
        width: 445px;
	}
	#featuredSlider .text-container h1 {
		font-size: 2.4em;
		color: #007396;
	}
}