/* 11/23 Updates - Meyne */

.page-id-17540 h1 {
	display: none; /*temp*/
}

.site-footer {
	margin-bottom: 0;
	font-size: 14px; 
} 

#dpsp-content-top {
	display: none;
}

.sidebar-posts article, 
.horizontal-posts article {
	display: grid !important;
	grid-template-columns: 1fr 1.5fr;
	align-items: center;
	gap: 14px; 
}   

.sidebar-posts article::before,
.sidebar-posts article::after,
.horizontal-posts article::before,
.horizontal-posts article::after {
	display: none;
}

.horizontal-posts article {
	padding-bottom: 10px;
}
 
.sidebar-posts h3 {
	font-size: 22px !important;
}

.archive-description {
	text-align: center;
}

#category-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

#category-buttons a {
	flex-grow: 1;
}

.entry-content .wp-block-query li {
	list-style-type: none;
}

.wp-block-query ul {
	padding-left: 0;
}

.wp-block-query .wp-block-group {
	padding: 0 !important;
}

.wp-block-query h3 a {
	text-decoration: none;
}

.seasonal-section .wp-block-post-template {
	margin-top: 70px;
}

.seasonal-section .wp-block-query li {
	border: 7px solid #fff;
	outline: 4px solid #383f51;
}

.featured-section-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 36px;
}

.featured-section-grid .wp-block-group__inner-container > .wp-block-group,
.featured-section-grid .wp-block-group__inner-container > .wp-block-query {
	border: 7px solid #fff;
	outline: 4px solid #383f51;
}

.featured-section-grid .wp-block-group__inner-container > .wp-block-group {
	padding: 14px;
	position: relative;
}

.featured-section-grid .wp-block-group__inner-container > .wp-block-group hr {
	margin-left: 0;
}

.featured-section-grid .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.featured-section-grid .wp-block-query {
	text-align: center;
}

.featured-section li,
.featured-section ul {
	margin-bottom: 0;
}

.featured-section .wp-block-post-title a {
	text-decoration: none;
}

.home-intro {
	/margin: 0 calc(50% - 50vw) 50px;
	/max-width: 100vw;
	/width: 100vw;
	background: whitesmoke;
	padding: 36px 0 1px;
	margin: -20px 0 50px;
	font-style: italic;
}

.home-intro .wp-block-group__inner-container {
	max-width: 700px;
}

a img {
	transition: opacity 0.2s ease-in-out;
}

a img:hover {
	opacity: .7;
}

.category-section > .wp-block-column {
	background: whitesmoke;
	padding: 50px 20px 0;
}

.category-section img {
	outline: 1px solid #FACFD6;
	outline-offset: 4px;
	transition: opacity 0.2s ease-in-out;
}

.category-section img:hover {
	opacity: .7;
	outline: 1px solid #000;
}

.category-section figcaption {
	text-align: center;
}

.category-section figcaption a {
	font-style: normal;
	text-decoration: none;
	color: #000;
	text-transform: lowercase;
	font-weight: bold; 
}

.category-section .wp-block-column {
	position: relative;
}

.category-section .wp-block-columns {
	margin-bottom: 10px;
	gap: 20px;
}

.category-section h2 {
	display: inline-block;
	background: #fff;
	padding: 6px 16px;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -16px;
}

.about-block h2 {
	background: #fff;
	color: #000 !important;
	display: inline-block;
	padding: 4px 20px;
	margin-top: -70px;
	position: absolute;
	font-size: 32px;
}

.about-block p {
	margin-bottom: 22px;
	line-height: 1.5;
}

.about-block a {
	color: #000;
	font-style: italic;
}

.about-block .wp-block-media-text__content {
	position: relative;
}

.about-block .wp-block-social-links {
	position: absolute;
	right: -10px;
	bottom: -60px;
}

.gb-block-post-grid.featuredpost.latest-posts .gb-block-post-grid-more-link {
	border: none;
	background: #FACFD6;
	color: #000;
} 

@media only screen and (max-width: 760px) {
	.home-intro {
		padding: 20px 20px 1px;
	}
	.seasonal-section .wp-block-post-template.is-flex-container {
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.seasonal-section h3 {
		font-size: 20px;
	}
	.category-section .wp-block-columns {
		flex-wrap: nowrap !important;
	}	
	.featured-section-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}
	.featured-section-grid .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container {
		position: relative;
	}
	.horizontal-posts article {
		grid-template-columns: 1fr;
	}
	.wp-block-search__inside-wrapper {
		flex-wrap: wrap;
	}
}

/* 4/25/23 Updates - Meyne */

.gb-block-post-grid:not(.sidebar-posts) .is-grid article {
	outline: 4px solid #383f51;
}

.gb.block-post-grid-title {
	/position: absolute;
}

.gb-block-post-grid-image:hover {
	/z-index: -1;
}

.home-featured-grid h3 {
	/top: 50% !important;
	/left: 50% !important;
	/bottom: 0 !important;
	/padding: 0 !important;
	/transform: translate(-50%,-50%); 
}

.home-featured-grid h3:hover {
	
}

.home-signup {
	outline: 4px solid #f6aa31;
	border: 8px solid #fff;
}

.home-signup iframe {
	border: none !important;
	background: transparent !important;
}

.home-signup img {
	margin-left: 10px;
}

.gb-block-post-grid-image {
	margin-bottom: -13px !important;
}

.gb-block-post-grid header .gb-block-post-grid-title {
	/padding-top: 30px;
}

.latest-posts .gb-post-grid-item img {
	padding: 4px
}

.latest-posts .gb-block-post-grid-text {
	padding: 30px 30px 30px; 
}

.latest-posts .gb-block-post-grid-more-link {
	text-transform: uppercase;
	color: #d80048;
	border: 3px solid;
	letter-spacing: .5px;
	padding: 4px 8px;
}

.before-footer {
	position: relative;
}

.before-footer img {
	background: whitesmoke;
	padding: 30px 30px 20px;
}

.before-footer h2 {
	background: #fff;
	display: inline-block;
	left: 50%;
	transform: translate(-50%);
	top: -20px;
	padding: 10px 20px;
	z-index: 9999;
	position: absolute;
}

@media only screen and (min-width: 960px) {
	.footer-widgets .wrap {
		display: grid;
		grid-template-columns: 1fr 2fr 1fr;
		align-items: center; 
	}
	
	.footer-widgets-1, 
	.footer-widgets-3 {
		margin-top: -60px;
	}
}

.footer-widgets .wrap::before,
.footer-widgets .wrap::after {
	display: none;
}

.footer-widget-area {
	width: auto;
}

.footer-widgets .widget-title {
	margin-bottom: 10px;
}

.footer-widgets-3 .widget-title {
	display: block;
}




.comment article {
	background: #fff;
	padding: 14px;
}

.comment-header {
	margin-bottom: 8px;
}

.comment-author {
	text-transform: uppercase;
	font-weight: bold;
}

.comment-reply a {
	background: #f6aa31;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	padding: 4px 12px;
}

.wp-block-search .wp-block-search__input {
	max-width: none;
}

/* LOGO ISSUE ON MOBILE */

.wp-custom-logo .title-area {
	position: relative;
}

.wp-custom-logo .title-area img {
	max-width: 100%; 
}

/* MAILER LITE FORMS */

#mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 0 !important;
}

#mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	padding: 6px 8px !important;
	font-size: 16px !important;
}

#mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	line-height: .9 !important;
	letter-spacing: 1px !Important;
	background-color: #383f51 !important;
}

.footer-widgets #mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, .footer-widgets #mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 0 !important;
	margin: 30px 0 0;
}

.footer-widgets #mlb2-1807212.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
	padding-bottom: 0;
}

/* Display Posts Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 20px;
}

.display-posts-listing .listing-item {
		border: 3.5px solid #383f51;
	padding: 4px;
}

.display-posts-listing.grid .title {
	display: block;
	text-transform: uppercase;
	font-family: oswald;
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
	padding: 6px;
}

.display-posts-listing a {
	text-decoration: none;
	background: #fff;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

.site-footer {
	color: #fff;
}

.nav-primary .widget {
	margin: 7px 0 0; 
	float: left;
}

.genesis-nav-menu a {
	font-size: 14px;
}

.wp-custom-logo .title-area img {
	margin: 0 auto;
	padding: 0;
	
}

.genesis-nav-menu,
.before-footer .wrap{
	margin: 0 auto;
}

.home-category-description {
	outline: 4px solid;
	border: 3px solid #fff;
	width: 100%;
	padding-top: 98%;
	position: relative;
	margin-bottom: 60px;
}

.home-category-description.bake-offs {
	outline: 4px solid;
	border: 3px solid #fff;
	width: 100%;
	padding-top: 130%;
	position: relative;
}

.home-category-description .wp-block-group__inner-container {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%, -50%);
}

.home-category-description hr.wp-block-separator {
	border-top: 3px solid #e46b93;
	margin: 0 0 20px;
}

.home-featured-grid-title h2::before,
.home-featured-grid-title h2::after {
	content: '';
	height: 4px;
	background: #383f51;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.home-featured-grid-title h2::before {
	right: 16px;
	margin-left: -50%;
}

.home-featured-grid-title h2::after {
	left: 16px;
	margin-right: -50%;
}

.home-featured-grid-title h2 {
	margin: 20px 0;
	overflow: hidden;
	/position: relative;
	/top: 26px;
	background: #fff;
	/width: 100%;
	font-size: 32px;
}

.home-featured-grid .gb-post-grid-item,
.blog .entry {
	background: #fff;
	padding: 7px;
	outline: 4px solid #383f51;
}

.blog .entry-title, .blog .entry-meta {
	margin: 0 24px 10px;
}

.blog .entry-content {
	padding: 0 24px;
}

.blog .entry-footer {
	display: none;
}

.home-featured-grid .gb-block-post-grid .ab-block-post-grid-image {
	margin-bottom: -14px;
}

.home-featured-grid-title {
	text-align: center;
}

.home-featured-grid .gb-block-post-grid-image {
	position: relative;
}

.home-featured-grid .gb-block-post-grid .ab-block-post-grid-text {
    padding: 0;
}

.home-featured-grid .gb-block-post-grid-image:hover {
	z-index: 1;
	opacity: .2;
}

.home-featured-grid h3 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 30px;
	right: 0;
	/bottom: 24px;
	/top: 50%;
	/left: 50%;
	/transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	padding: 150px 20px;
	background: rgba(255,255,255,.9);
}

.home-featured-grid h3:hover {
	opacity: 1;
}

.gb-block-post-grid-image:has(.size-gb-block-post-grid-square) + h3 {
	padding: 60px 20px;
}

.home-featured-grid .gb-block-post-grid header .ab-block-post-grid-title a {
	color: #000;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu-toggle {
	height: 28px;
}




/* start of Mediavine fix  */
/* sidebar fix */
@media (min-width: 960px) {
    .content-sidebar .content {
        max-width: calc(100% - 340px);

    }

    .content-sidebar .sidebar {
        min-width: 300px;
    }
	
	.site-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* iphone5 fix */
@media (max-width: 359px) {
    .site-inner {
        padding-left: 10px; 
        padding-right: 10px; 
    }

    body {
        border: none !important;
    }

    .wprm-recipe-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border: none !important;
    }

}
/* end of Mediavine fix */

/* Mediavine covering content on homepage */
.wp-block-group.home-featured-grid-title {
	margin-top: 0;
}

.wp-block-group.home-featured-grid-title:first-of-type {
	margin-top: -60px;
}


