@charset "UTF-8";

/*
 Theme Name:   Hemingway Child
 Theme URI:    http://fdcjardin.com/hemingway-child/
 Description:  Hemingway Child Theme
 Author:       David Elam
 Author URI:   http://fdcjardin.com
 Template:     hemingway
 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:  hemingway-child
*/

body {
	font-size: 16px;
}

.blog-title a {
	text-transform: initial;
	font-weight: 100;
}

.blog-description {
	color: rgba(255,255,255,0);
	background: url(../../../images/jardinPotager.png);
	background-size: 571px 38px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 68px;
}

.blog-info {
	padding-bottom: 0;
}

.post-title {
	font-weight: 100;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 150%;
}

.blog-menu a {
	padding: 27px 10px;
	text-transform: initial;
}

.widget_search input {
    height: 40px;
}

.credits-inner {
	text-transform: initial;
}

.blog-title,
.blog-description,
.post-content blockquote,
.widget-title {
	font-family: 'Lato', sans-serif;
}

@media (max-width: 500px) {
	.blog-title {
		font-size: .7em;
	}
	.blog-description {
		background-size: 286px 19px;
	}
}
