/*
Theme Name:     Alewife
Theme URI:
Description:    Alewife them child theme based on twentytwenty.
Author:         Me
Author URI:
Template:       twentytwenty
Version:        0.1.0
*/

a, .primary-menu .icon {
	color: #548826 !important;
}

.menu-wrapper {
	padding: 0 20px;
}

.overlay-header #site-header {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	padding: 0 calc((100% - 1200px) / 2);
	background: rgba(100,100,100,.3);
}

#site-header .header-inner {
	padding: 20px;
}

.overlay-header #site-header a, .overlay-header #site-header .primary-menu .icon {
	color: #fff !important;
}

.container {
	max-width: 1200px;
}

.section-inner {
	width: 100%;
}

.modal-inner .section-inner {
	width: calc(100% - 8rem);
}

.site-logo img {
	width: 200px;
}
.site-description {
	font-size: .875em;
	font-style: italic;
	max-width: 450px;
}

.post-header {
	margin-bottom: 1em;
}

.post-inner {
	padding-top: 0;
	margin-top: 1em;
}

.featured-media, .featured-media-alt {
	margin-top: 1em;
}

.post-inner .entry-content > * {
	width: 100% !important;
	max-width: 100% !important;
}

.entry-categories-inner {
	justify-content: left;
}
.entry-categories-inner a {

}

.template-cover article .post-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.entry-content, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
}

.entry-content h3 {
	margin: 0 0 1em 0;
}

.header-footer-group {
	margin: 1rem 20px;
	max-width: 1200px;
}

.footer-nav-widgets-wrapper {
	max-width: 100%;
	padding: 20px;
	background-color: #DEE3EA;
	margin: 20px 0;
}

.footer-widgets-outer-wrapper {
	padding: 2rem 0;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-widgets-wrapper {
	display: flex;
	margin: 0;
	width: 100%;
}
.footer-widgets-wrapper .footer-widgets {
	flex: 1;
	margin: 0;
}

.footer-widgets .widget {
	margin-top: 0;
}

.widget h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}


@media (max-width: 768px) {
	.screen-height {
		min-height: 50vh;
	}
}

@media (min-width: 1000px) {
	.header-titles-wrapper {
		max-width: 40%;
	}
}

