/*
 Theme Name:   Klug Theme Twentyfourteen Child
 Theme URI:    http://richpaul.com/klug-theme/
 Description:  Theme for Klug Dentistry Overland Park. This is a child theme of Twenty Fourteen.
 Author:       Rich Paul
 Author URI:   http://richpaul.com
 Template:     twentyfourteen
 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:  klugtheme
*/

.widget_contact_info div {
	margin-bottom: 18px;
}
#site-header {
	display: flex;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    background-position: top;
}
.header-sidebar {
	font-size: 12px;
	background: rgba(255,255,255,.8);
	padding: 0 10px 10px 10px;
	margin-top: 100px;
}
#masthead {
	background: #000;
}
.site-header .header-info {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
}
.site-header .header-info-contact {

}
.site-header .header-info-address {
	margin-bottom: 10px;
}
.header-info-contact, .header-info-contact-more {
	flex-grow: 1;
}
.site-header .header-info-name {
	display:none;
}
.site-header .header-info h3 {
	font-size: 12px;
	margin: 0 0 8px 0;
	flex-grow: 4;
	width: 100%;
	text-transform: uppercase;
}
.header-info-hours span {
	display:block;
}

@media screen and (min-width: 673px) {
	.header-sidebar {
		width: 355px;
		padding: 12px 12px 0 12px;
		margin-top: 0;
	}
	.header-info {
		flex-direction: column;
	}
	#site-header {
		height: 160px;
		justify-content: flex-end;
		background-size: cover;
	    background-position: center;
	}
	
}