/*
Theme Name: Buttermilk Sky Pie
Template: Divi
Author: Jonathan Carone
*/
/* Theme customization starts here */
header .et_builder_inner_content{
	z-index: 40000;
}
.et_pb_bg_layout_dark .et_pb_slide_description{
	text-shadow: none !important;
}
.et_pb_section_1.et_pb_section {
background-color: #ffffff !important
}
/* Hide the filter bar content by default on mobile */
#filter-bar-content {
	display: flex;
}


/* Show filter bar content when active */
#filter-bar-content.active {
	display: grid;
}
.filter-bar-header {
	display: none;
}

/* Styles for mobile */
@media (max-width: 768px) {
	.filter-bar-wrapper {
		margin-bottom: 0rem;
	}

	.filter-bar-header {
		text-align: center;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.filter-bar-toggle {
		padding: 0.5rem 1rem;
		border: none;
		cursor: pointer !important;
	}

	.filter-bar {
		margin-top: 1rem;
		padding: 0 1rem;
	}
	#filter-bar-content {
		display: none;
	}
}
.filter-bar {
    position: sticky;
    top: 0;
    z-index: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 10px 32px;
    max-width: 1440px;
}

.filter-item {
    display: flex;
    align-items: center;
    margin: 5px;
	cursor: pointer;
	z-index: 0;
}

@media screen and (max-width: 1024px) {
    .filter-bar {
        padding: 10px 24px;
    }
}

@media screen and (max-width: 768px) {
    .filter-bar {
        margin-top: 0px;
        padding: 10px 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Ensure two equal-width columns */
        grid-column-gap: 10px;
        grid-row-gap: 10px; /* Add some space between rows */
    }
    .filter-item {
        justify-content: flex-start;
        margin: 0px;
    }
}

.filter-bar label {
    text-align: left;
    font-size: 18px;
    color: #333F48;
}

.filter-bar input[type="checkbox"] {
    margin-right: 5px;
    background-color: #D9D9D6;
}


.post-grid {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.et_pb_menu__logo{
	position: absolute;
	width: 9em;
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot{
	min-width: 20% !important;
}
@media screen and (max-width: 1024px){
	.post-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 10px;
		grid-column-gap: 10px;
	}
}
@media screen and (max-width: 768px){
	.post-grid {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		grid-row-gap: 16px;
		grid-column-gap: 16px;
	}
	.filter-bar label {
		font-size: 16px;
	}
}
.post-item {
	height: 100%;
	width: 100%;
    text-align: left;
    display: flex;
    margin-bottom: 0; /* Ensure there's no margin below the image */
    flex-direction: column; /* Ensure child elements stack vertically */
    align-items: left; /* Center items horizontally */
   justify-content: flex-start;
}


.pie-img {
	max-height: 267px;
	height: auto;
    width: 100%;
    object-fit: cover; /* Ensure the image covers the specified area */
 	display: flex;
    flex-direction: column; /* Ensure child elements stack vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
}

.post-title {
	font-family: 'Raleway' !important;
	color: #000;
	text-align: left;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.post-description {
	color: #000;
	text-align: left !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2em; /* 166.667% */
	font-size: 0.9em;
	color: #555;
	padding: 0;
}
.post-tag {
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 0.8em;
	color: #fff;
	background-color: #0073aa;
}
.post-tag.seasonal {
	background-color: #ff8800;
}
.post-categories {
	text-align: left !important;
	color: #000;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: #D3DBE0;
	margin-top: 0; /* Ensure there's no margin above the text */
	padding-top: 0; /* Ensure there's no padding above the text */
	padding: 9px 0px;
}

.category {
    padding: 5px 10px;
}

.post-categories {
    padding-left: 10px;
}

.post-categories.default {
    background-color: #D9D9D6 !important;
}

.post-categories.seasonal-feature.seasonal-feature-active {
    background-color: #5B7F95 !important;
    color: #FFFFFF;
}

.post-categories.seasonal-feature{
	background-color: #D9D9D6 !important;
    color: black;
}

.craving-copy{
	line-height: 24px !important;
}

.job-title {
	margin-top: 5px;
	color: #38505D !important;
	font-family: Raleway !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: -.02rem;
}

.custom-post-grid {
    display: grid;
	grid-template-columns: repeat(3,1fr);
    gap: 126px;
}
@media screen and (max-width: 768px) {
	.custom-post-grid {
		grid-template-columns: repeat(2,1fr);
		gap: 40px;
	}
	.et_pb_menu__logo{
	position: absolute;
	width: 6em;
}

}
@media screen and (max-width: 425px) {
	.custom-post-grid {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
	.custom-post-title {
		margin-top: 16px !important;
	}
}
.custom-post-item {
	width: 100%;
    max-width: 350px;
    box-sizing: border-box;
}

.custom-post-item img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-post-title {
	margin-top: 40px;
    color: #38505D;
	text-align: center;
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.job-title {
	color: #38505D;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

