/*
Theme Name:   Chaplin Child
Description:  Adapted by Topher from Anders Norén Chaplin theme https://wordpress.org/themes/chaplin/
Template:		  chaplin
Version:		  1.3.0
Text Domain:	chaplin-child
-------------------------------------------------------------- */

/* =Theme customization starts here
------------------------------------------------------- */
.wp-block-image {
	padding:3px;
	border: 1px solid #eeeeee;
	box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.09);
}

.wp-block-yoast-how-to-block img {
	padding:3px;
	margin-top:30px;
	border: 1px solid #eeeeee;
	box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.09);
}

.wp-block-yoast-seo-table-of-contents {
	background: #f5f7fa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom:30px;
}

.wp-block-yoast-seo-table-of-contents h2 {
	margin-top: 30px;
}

.wp-block-yoast-seo-table-of-contents li {
	font-size:97%;
	line-height:1.4;
}

.single-post .featured-media {
	display:none;
}

.single-post .author-information {
	display: flex;
}

.single-post .author-avatar {
	margin: 50px 10px 0 0;
}

.single-post .author-description {
  flex: 1;
}

.post-inner .entry-content {
	max-width: 73rem;
}

.entry-content .wp-block-image figcaption {
	margin-bottom:1rem;
	text-align:center;
}

.affiliate-disclosure-text {
	font-size:14px;
	color:#007c89;
	font-weight:500;
	margin-top:10px;
}

.entry-content .top-of-post-col-lead {
	margin-bottom:3rem;
}

.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
	margin-bottom: 4rem;
}

@media ( min-width: 700px ) {

	.post-inner {
		padding-top: 5rem;
	}

}

@media ( min-width: 1220px ) {

	.single figure.alignwide {
		max-width: 97rem;
		margin-left: -5rem;
	}
	
		.single .wp-block-separator {
		max-width: 82rem;
	}

}

