/*
Theme Name: Hoffman Child
Author: 
Description: A child theme to Hoffman. Updates to Hoffman do not overwrite customized css etc. in Hoffman Child.
Version: 1.0
Template: hoffman

This is the child theme for Hoffman theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.blog-title {
	font-size: 24px !important;
}

.post-header {
	display: none !important;
}

h2 {
	text-align: center !important;
	font-size: 22px !important;
}

.wp-block-quote:nth-of-type(1) {
	padding: 0 50px 30px 50px !important;
}

.wp-block-quote:before {
	display: none !important;
}

.wp-block-quote {
	padding-left: 50px !important;
}

.footer, .widget-title {
	text-align: center;
}

.widget-content img {
	width: 70px;
	margin: auto;
}

.credits {
	display: none !important;
}

.footer {
	padding-top: 1.5em !important;
	padding-bottom: 1.5em !important;
}

@media screen and (min-width: 1280px) {
	.content {
		margin-bottom: 125px !important;
	}
	
	.footer {
		position: fixed;
		bottom: 0;
		width: inherit;
		background: #fff;
		z-index: 9998;
		text-align: center;
	}
}