/*
 Theme Name:   Hemingway Child
 Theme URI:    https://sweetlit.com/
 Description:  To replicate Heminway Rewritten
 Author:       Andy Braithwaite
 Author URI:   https://sweetlit.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:         Literary magazine display
 Text Domain:  hemingway-child
*/

.post-content {
    font-size: 18px;
}

p,
.post-content > p {
	margin-bottom:1.7em;
}

div.post-content {
    margin-bottom:2em;
}

div.post-preview {
    margin-top: 1em;
}

body {
	font-family: "calluna-1", "calluna-2", serif;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
	font-family: "Merriweather", serif;
}

/* 
.single .featured-media { display: none !important; }
.page-template div.featured-media { display: none !important; }
.post-header div.featured-media { display: inherit; }
*/

.single-jetpack-portfolio div.featured-media,
.single-post div.featured-media,
.page-template div.featured-media 
{ display: none !important; }

.header {
    min-height: 400px;
    background-size: contain;
}

.wrapper {
    margin-top: 50px;
}

.entry-title {
    font-size: 45px;
}

.post-header {
    margin-bottom: 1.7em;
}

h2.post-content,
.post-content h2 {
    font-weight: 400;
    
}

.post-content hr {
	background-color:#ccc;
	border:0;
	height:1px;
	width: 100%;
	margin-bottom:1.7em
}

.post-content .alignleft,
.post-content .alignright {
    max-width: 100%;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

img.aligncenter,
img.alignleft,
img.alignright {
    padding: 0;
    border: 0;
}

a img { 
    border: 0;
}

.post-title {
	font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.blog-info {
    visibility: hidden;
}
