/* 
 Theme Name:   Nimble Child
 Theme URI:    
 Description:  
 Author:       Daniel L. Fischer
 Author URI:   
 Template:     Nimble
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


#top-area img {
	max-height: 100px;
	width: auto;
	float: left;
}

#logo {
	padding-left: 0;
}

.site-info {
	margin-left: 15px;
	float: left;
	max-width: 300px;
}

.site-info p {
	color: #fff;

}

.site-title {
	font-size: 23px;
	line-height: 1;
	font-weight: bold;
		padding: 0;
	margin: 0;

}

.site-description {
	font-size: 15px;
	font-style: italic;
	font-size: 15px;
	line-height: 1;
	margin-top: 1em;
	padding: 0;
	margin: 1em 0 0 0;
}

.comments_count {
	display: none;
}

.single .post-thumbnail img {
	width: 100%;
	height: auto;
}

#main-header .container {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

#top-menu .nav li:last-child a {
	padding-right: 0;
}

.single #content-area:before {
    display: none;
}

body .post_content p {
	padding-bottom: 0;
}

body .post_content p + p {
	margin-top: 1.6667em;
}

body .post_content p + h1,
body .post_content p + h2,
body .post_content p + h3 {
	margin-top: 1.33333em;
}

body .post_content h1 + p,
body .post_content h2 + p,
body .post_content h3 + p {
	margin-top: 1em;
}

body #author-bio-box {
	margin-top: 45px;
}

.header-social {
    position: absolute;
    top: 5px;
    right: 33px;
}

.header-twitter-link,
.header-fb-link {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.header-twitter-link img,
.header-fb-link img {
    width: 100%;
    height: auto;
}

.home #page-name {
	display: none;
}

.home #featured {
	background: #474E49;
	width: 100vw;
    position: relative;
    left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	margin-bottom: 60px;
}

.home #featured ul {
	padding-left: 0;
	padding-bottom: 0;
	list-style-type: none;
}

.home #content-area {
	padding-top: 0;
}

.home #top-area {
	padding-bottom: 50px;
}

#main-footer {
	padding-top: 0;
}

#footer-bottom {
	border-top: 0;
	box-shadow: none;
}

p#copyright {
	padding-top: 30px;
}

.home .box {
	margin-top: 60px;
	padding: 30px;
	    background: #f5f5f5;
    border: 1px solid #E0DDDD;
    box-shadow: inset 0 0 20px rgba(0,0,0,.0625);
}

html body input.wpcf7-form-control.wpcf7-submit {
	min-height: 45px !important;
}


@media only screen and (max-width: 767px) {
	#top-area {
		padding-top: 20px;
	}
	
	.home #top-area {
		margin-bottom: 0;
	}
	
	.home #featured {
		padding-top: 30px;
	}
	
	#mobile_links {
		display: inline-block;
		padding-top: 0;
		position: absolute;
		top: 20px;
		right: 30px;
	}
	
	.et_mobile_menu {
		left: auto;
		right: 0;
	}
	
	.header-social {
		top: auto;
		bottom: 5px;
	}
}

@media only screen and (max-width: 600px) {
	.site-info {
		float: none;
		display: block;
		margin: 0;
		padding-top: 8px;
		clear: left;
		width: 100%;
		text-align: left;
	}
}
