/*
Theme Name: Chaplin Child
Template: chaplin
Text Domain: chaplinchild
Version: 1.0.0
Description: Chaplin Child Theme
*/

h1, h2, h3, h4, site-title a, h2 a {
	font-family: 'Special Elite', monospace !important;
}
/*
h5, h6, p, span, a, blockquote p {
	font-family: 'Open Sans', Helevetica, Arial, sans-serif !important;
}
*/
a.custom-logo-link.custom-logo {
    padding: 1rem;
}

/* Set blockquote styling */
.wp-block-pullquote blockquote p {
	font-weight: 400;
}
.bq-sml-text blockquote p {
	font-size: 2rem !important;
	line-height: 3rem;
}

/* Hide the page title on type-page */
article.type-page > header.entry-header {
	display: none !important;
}

/* Reduce the white space above/below the header image */
#post-5 > .post-inner {
	padding: 0;
}

/* Reduce the white space above/below the header menu */
#site-header {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Reduce the white space above/below the header image */
.entry-content > .alignfull {
	margin-bottom: 0;
}

/* margin around image */
.wp-block-media-text > figure > img {
	margin-top: 16px;
	margin-bottom: 16px;
}

.pullquote-long > blockquote > p {
	font-size: 16px !important;
}

/* hr title styling */
.sep-thick-dark {
	border: none;
	height: 5px;
	width: 96px;
	margin-top: 0;
	margin-bottom: 32px;
}
