/*
 Theme Name: Rowling Child
 Template: rowling
 Version: 1.0.0
*/

/* Post Image ----------------------------------------- */
.single-post .post-image { 
	display: none;
	clear: both;
	margin-bottom: 40px; 
}

/* Related Posts ----------------------------------------- */
.single-post .post-inner { padding-left: 0; }
.post-inner .related-posts { display: block; }

.related-posts { 
	display: none;
	width: 100%;
	margin-top: 40px;
	position: static;
	top: auto;
	left: auto;
}

.related-post {
	width: 30%;
	float: left;
}
.related-post + .related-post { margin: 0 0 0 5%; }

/* -------------------------------------------------------------------------------- */
/*	10.	Post Content
/* -------------------------------------------------------------------------------- */

.post-content ul,
.post-content ol {
	margin-left: 0;
}

/* Post Media --------------------------------------- */
.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content figcaption {
	font-weight: normal;
}

/* Block: Gallery --------------------------------------- */
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	margin-bottom: 60px;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 0 0 0 6px;
	bottom: -24px;
	background: inherit;
	color: #444;
	text-align: left;
}
.attachement figcaption {
	padding: 0 0 0 6px;
	margin: 4px 0 0 0;
	line-height: 130%;
	font-size: 13px;
	text-align: left;
}
.blocks-gallery-item figcaption:before,
.attachement figcaption:before {
	content: "\f030";	/* fa-camera */
	font-family: "Font Awesome 5 Free"; /* FontAwesome */
	padding-right: 12px;
	color: #ff9900;
}

/* origin */
 {
}