/*
 Theme Name:   Vinyl Planet
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:     rowling
 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:  rowling
*/



/* -------------------------------------------------------------------------------- */
/*	1.	Document setup
/* -------------------------------------------------------------------------------- */


body {
	background: #ffffff;
	border: none;
	color: #111;
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
}

.wrapper:before {
	content: "";
	display: block;
	width: 28.5%;
	background: #ffffff;
	border-left: 1px solid #ddd;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
}

/* -------------------------------------------------------------------------------- */
/*	7.	Post Archive
/* -------------------------------------------------------------------------------- */

/* Post Preview ------------------------------ */

.posts {
	display: block;
}

.posts .post {
	width: 100%;
	padding-bottom: 40px;
}

.posts .post + .post {
	padding-top: 0px;
	border-top: none;
	margin-top: 0px;
}

.posts .post:nth-child(2n) { margin-left: 0%; }

/* Post Header ------------------------------- */

.post-title {
	font-family: 'Manrope', Georgia, serif;
	font-size: 1.5em;
	line-height: 135%;
	font-weight: 900;
	letter-spacing: -0.01em;
	margin: 0;
	-ms-word-break: break-word;
	word-break: break-word;
}

/* Post Inner -------------------------------- */

.single-post .post-inner {
	padding-left: 0px; 
	position: relative;
	z-index: 5;
}


.header-wrapper {
    background-image: url("https://letmebfrankblog.files.wordpress.com/2016/08/pexels-photo-54567.jpeg");
    background-size: contain;
    background-position: center 15px;
}
.site-description {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000;
    letter-spacing: 0.5px;
}
