/* 
Theme Name: Howard Zinn
Theme URI: https://howardzinn.org/
Description: Custom child theme for the Hello Elementor theme
Author: SiteCare
Author URI: https://sitecare.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: howardzinn-2023
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.hzp-facetwp-search-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.hzp-facetwp-facet-objects-wrapper {
	margin: 0;
}

.hzp-facetwp-facet-object {
	font-family: 'Raleway', Arial, sans-serif;
	list-style: none;
}

.hzp-facetwp-facet-object h3 {
	font-size: 24px;
}

.hzp-facetwp-facet-object .facetwp-counter {
	font-family: 'Noto Serif';
}

.hzp-facetwp-facet-object select {
	font-family: 'Raleway', Arial, sans-serif;
	border: 4px solid rgb(0, 37, 86);
	border-radius: 3px;
	background: rgb(0, 37, 86);
	color: #ccd3dd;
}

.hzp-facetwp-pagination {
	font-family: 'Raleway', Arial, sans-serif;
	background: rgb(245, 245, 245);
	color: #ccd3dd;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1080px) {
	.hzp-facetwp-search-content-wrapper {
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}
}

.hzp-taxonomy-wrapper, 
.hzp-terms-list, 
.hzp-terms-list-item, 
.hzp-taxonomy-label {
	margin: 0;
	padding: 0;
}

.hzp-taxonomy-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: first baseline;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);;
}

.hzp-terms-list {
	list-style: none;
	align-items: end;
	flex-wrap: wrap;
	display: flex;
}

.hzp-terms-list-item {
	padding-right: 2px;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	white-space: nowrap;
	list-style-type: none;
}

.hzp-terms-list-item::after {
	content: ",";
}

.hzp-terms-list-item:last-child::after {
	content: none;
}

.hzp-taxonomy-label {
    margin-right: 3px;
	font-weight: normal !important;
	font-size: 14px !important;
	white-space: nowrap;
}

.hzp-taxonomy-label::after {
	content: ":";
}

.hzp-taxonomy-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: first baseline;
	font-size: 15px
}


.collection-content {
    display: block;
    margin-top: -8px;
    background: #E8CBB4;
    padding: 48px 0;
}

@media (max-width: 1180px) {
	.collection-content {
		padding: 0;
		margin: 0;
	}
}

.single-collection-wrap {
    background: #FFF;
    margin: 0 auto;
    max-width: 1180px;
    padding: 24px;
    display: flex;
}

.single-content {
    flex: 70%;
}

.single-sidebar {
    flex: 30%;
    margin-left: 48px;
}

@media (max-width: 600px) {
    .single-collection-wrap {
        flex-direction: column;
    }
}

.post-meta {
    display: inline-block;
    color: #999999;
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    font-size: 0.9em;
    margin: 12px 0px;
    padding: 8px 0px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.post-navigation {
    display: block;
    margin-top: 12px;
    padding: 12px 0px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.previous-post {
    float: left;
    font-size: 0.9em;
    max-width: 50%;
}

.next-post {
    float: right;
    font-size: 0.9em;
    max-width: 50%;
}

.hzp-facetwp-results-wrapper {
	flex: 1;
}

.hzp-facetwp-facet-objects-wrapper {
	flex-basis: 30%;
}
.facetwp-page {
	color: #437bb4 !important;
}

.facetwp-page:hover {
	color: #000 !important;
}