/*
 Theme Name:   Back to Mono
 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
/* -------------------------------------------------------------------------------- */

.header-wrapper {
    background-image: url("https://fuzzmachine.webmachine.gr/wp-content/uploads/2025/08/turntable.webp");
    background-size: cover;
    background-position: center 15px;
	  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */

.content {
	width: 100%;
	float: none;
}

.wrapper:before {
	background: #ffffff;
	border-left: none;
}

/* -------------------------------------------------------------------------------- */
/*	9.	Single Post
/* -------------------------------------------------------------------------------- */


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

.single-post .post-header { margin-bottom: 40px; float: left; width: 50%;}

.single-post .post-meta {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 1rem;
	color: #999;
}

/* Post Image ----------------------------------------- */

.single-post .post-image { 
	clear: none;
	float: left;
	width: 45%;
	padding-right: 50px;	
}

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

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