/*
Theme Name:     The Doctors Orders
Theme URI:      http://www.elegantthemes.com/gallery/thestyle/
Description:    Custom child theme developed for The Doctors Orders. Parent theme is <a href="http://www.elegantthemes.com/gallery/thestyle">TheStyle</a> by Elegant Themes
Author:         ClickWP
Author URI:     http://clickwp.com
Template:       TheStyle
Version:        1.2
*/

@import url("../TheStyle/style.css");

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header .header-right .metaslider img {
	border: 3px solid #fff;
}

#header .header-left,
#header .header-right {
	width: 100%;
}

#logo {
	float: left;
	/* margin-top: 62px; */
	margin-top: 40px;
}

.site-logo {
	display: block;
	width: 100%;
	overflow: hidden;
}

#headerbanner {
	margin: 36px 0;
}

#header-bottom {
	clear: both;
	width: 100%;
}

#social-search {
	float: right;
	/* width: 480px; */
	margin: 20px 3% 0 0;
}

#search-form {
	width: 186px;
	height: 33px;
	margin: 0;
	float: right;
}

.social-networks {
	width: auto;
	float: left;
	margin: 0 12px 0 0;
}

.social-networks a {
	color: #fff;
}

.social-networks .fa {
	background: #444;
	padding: 6px 2px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	width: 28px;
	text-align: center;
}

/*
.social-networks .fa-facebook	{ background: #3b5998; }
.social-networks .fa-twitter	{ background: #00b6f1; }
.social-networks .fa-youtube	{ background: #ff0000; }
.social-networks .fa-google-plus	{ background: #df4a32; }
.social-networks .fa-tumblr		{ background: #35465d; }
.social-networks .fa-instagram	{ background: #c32aa3; }
.social-networks .fa-spotify	{ background: #1ed760; }
.social-networks .fa-mixcloud	{ background: #4fa6d3; }
*/

.foursixeight {
	margin: 15px 0;
}

@media only screen and (min-width: 768px) {

	#header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#header .header-left,
	#header .header-right {
		width: calc(50% - 18px);
	}
}

@media only screen and (min-width: 1024px) {
	.header-promotions .metaslider {
		float: right;
		margin: 36px 6% 0;
	}
}

@media only screen and (min-width: 1500px) {
	#header .header-left,
	#header .header-right {
		width: auto;
	}

	#header .header-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.site-logo {
		width: auto;
	}

	#logo {
		margin: 0;
	}
}
