/**
 *  Theme Name: Food Faith Fitness
 *  Theme URI: https://www.oncecoupled.com
 *
 *  Description: Custom Genesis child theme. Made with love!
 *  Tags: custom-made, genesis, child-theme
 *
 *  Author: Once Coupled
 *  Author URI: https://www.oncecoupled.com
 *
 *  Version: 1.0.0
 *  Template: genesis
 *  Template Version: 3.0.2
 *
 *  Text Domain: once-coupled-food-faith-fitness
 *  License: All rights reserved.
 *
 *  Notes: this complements our `defaults` file and sets up
 *  a base for us by overwriting some fonts & colors #3
 */


/* ================================
[ Common ]
================================ */

/* ---------- [ Table of Contents ] ---------- */

/**
 * Notes
 * - TOC (you are here)
 *
 * Navigation
 * - Nav: Footer
 * - Nav: Header
 * - Nav: Primary
 * - Nav: Primary Offscreen
 * - Nav: Privacy
 * - Nav: Secondary
 * - Nav: Recipes
 *
 * Containers
 *
 * Sections
 * - Header
 * - Before Header
 * - Site Footer
 *
 * Content
 * - Breadcrumbs
 * - Pre-Titles
 * - Titles
 * - Descriptions
 * - Icon Font
 * - Entries
 */


/* ================================
[ Navigation ]
================================ */

/* ---------- [ Nav: Footer ] ---------- */

@media screen and (min-width: 1024px) {
	.nav-footer {
		width: 100%;
	}

	.nav-footer .menu,
	.nav-footer .sub-menu {
		text-align: left;
	}
}

.nav-footer .menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 12px;
}

.nav-footer .menu > .menu-item {
	width: 50%;
	padding: 5px 8px;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu {
		padding-left: 0;
	}
	.nav-footer .menu > .menu-item {
		padding: 0 10px;
		width: auto;
	}

    .nav-footer .menu > .menu-item:first-of-type {
    	padding-left: 0;
    }
}

.nav-footer .sub-menu {
	display: block !important;
	z-index: 9;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu > .menu-item > .sub-menu {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-left: 0;
		background: transparent;
	}
}

.nav-footer .menu-item {
	display: block;
	margin: 0;
}

@media screen and (min-width: 1024px) {

}

.nav-footer .menu > .menu-item:nth-of-type(2n+1) {
	border-left: 0;
}

.nav-footer .menu-item a {
	display: block;
	padding: 4px;
	border-radius: 5px;
	background: #3c4e42;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.3;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-footer .menu-item-has-children > a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	.nav-footer .menu-item a {
		font-size: 12px;
		padding: 2px 0 !important;
		margin: 0;
		background: transparent;
		letter-spacing: 0.075em;
	}

	.nav-footer .menu-item a:hover {
		text-decoration: underline;
	}
}

.nav-footer .sub-menu .menu-item a {
	font-size: 15px;
}

@media screen and (min-width: 1024px) {
	.nav-footer .sub-menu .menu-item a:hover,
	.sticky-nav .nav-footer .menu .sub-menu .menu-item:hover a {
		background: transparent;
		cursor: pointer;
		color: #000;
		text-decoration: underline;
	}
}

/* ---------- [ Nav: Primary ] ---------- */

.nav-primary {
	position: fixed;
	z-index: 99999999;
	top: 101px;
	left: 0;
	width: 100%;
	display: none;
	overflow-y: scroll;
	 /* height of sticky header */
	background: #fef1ef;
	height: 100vh;
}

.admin-bar .nav-primary { /* height of admin bar (46px) + sticky header */
	top: 147px;
	height: calc(100% - 147px);
}

@media screen and (min-width: 783px) {
	.admin-bar .nav-primary { /* height of admin bar (32px) + sticky header */
		top: 133px;
		height: calc(100% - 133px);
	}
}

@media screen and (min-width: 1024px) {
	.nav-primary {
		top: unset;
		height: auto;
		margin-top: -70px;
		min-height: 70px;
		max-width: 660px;
		left: calc((100% - 1020px) / 2 + 315px);
	}

	.admin-bar .nav-primary {
		top: unset;
		height: auto;
		padding-top: 0;
	}

	.nav-primary {
		position: relative;
		z-index: auto;
		width: 100%;
		display: block;
		overflow: visible;
		background: transparent;
	}

	.sticky-nav .desktop-sticky .nav-primary {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1023px) {
	.nav-primary .wrap {
		max-width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.nav-primary > .wrap {
		padding-right: 0;
		max-width: 1020px;
		margin: auto;
	}
}

.nav-primary > .wrap,
.nav-primary .menu {
	height: 100%;
}

.nav-primary .menu {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 0;
}

@media screen and (min-width: 1024px) {
	.nav-primary .menu {
		clear: none;
		position: relative;
		z-index: auto;
		display: flex;
		flex-direction: row;
		padding-bottom: 0;
		align-items: center;
		min-height: 46px;
		padding-top: 0;
	}
}


/* ---------- [ Nav: Primary Offscreen ] ---------- */

.nav-primary-offscreen {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -1024px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    background: #e3c7f2;
    padding: 52px 36px 0;
}

@media screen and (min-width: 1024px) {
    .nav-primary-offscreen {
        width: 420px;
        padding: 80px 60px 32px;
    }
}

.admin-bar .nav-primary-offscreen {
    top: 46px;
    height: calc(100% - 46px);
}

@media screen and (min-width: 783px) {
    .admin-bar .nav-primary-offscreen {
        top: 32px;
        height: calc(100% - 32px);
    }
}

/* [ Primary Nav - Menu Items ] */

.nav-primary .menu-item,
.nav-primary-offscreen .menu-item {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	border-bottom: 1px solid #fcd0c7;
}


@media screen and (min-width: 1024px) {
	.nav-primary .menu-item {
		display: flex;
		border: 0;
		flex: 1 1 auto;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.1em;
		align-items: center;
		justify-content: center;
	}
}

.nav-primary #menu-primary > .menu-item:first-child > a,
.nav-primary-offscreen #menu-primary-offscreen > .menu-item:first-child > a {
	position: relative;
	min-height: 53px;
}

@media screen and (min-width: 1024px) {
	.nav-primary #menu-primary > .menu-item:first-child > a::after {
		display: none;
	}

	.nav-primary #menu-primary > .menu-item:first-child > a .emphasis {
		font-weight: 400;
	}
}

.nav-primary .social-container,
.nav-primary-offscreen .social-container {
	padding: 0 19px 22px;
	margin: 0;
}

.nav-primary .social-container .wrap,
.nav-primary-offscreen .social-container .wrap {
	margin: 0 -4px;
}

.nav-primary .social-container .social-icon,
.nav-primary-offscreen .social-container .social-icon {
	display: inline-flex;
	border-radius: 50%;
	background-color: #fff;
	height: 44px;
	width: 44px;
	text-align: center;
	margin: 0 5px;
	justify-content: center;
	align-items: center;
}

.nav-primary .social-container .social-icon .icon,
.nav-primary-offscreen .social-container .social-icon .icon {
	color: #343434;
	margin: 0;
	font-size: 24px;
	border: 0;
}

@media screen and (min-width: 1024px) {
	.menu-item.mobile-nav-container,
	.menu-item.visible-on-mobile {
		display: none !important;
	}
}

.nav-primary .menu-item .hide-on-mobile,
.nav-primary-offscreen .menu-item .hide-on-mobile {
	display: none;
}

@media screen and (min-width: 1024px) {
	.nav-primary .menu-item .hide-on-desktop {
		display: none;
	}

	.nav-primary .menu-item .hide-on-mobile {
		display: block;
	}
}

.nav-primary .menu-item a,
.nav-primary-offscreen .menu-item a {
	color: #2e2e2e;
	display: block;
	padding: 10px 48px 10px 24px;
	position: relative;
	min-height: 52px;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.nav-primary #menu-primary > .menu-item:first-child > a {
		padding-top: 0;
	}

	.nav-primary .menu-item a {
		color: #343434;
		min-height: 46px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
	}

	.nav-primary .menu-primary > .menu-item > a:hover {
	color: #676767;
	}

	.nav-primary .wrap > .menu:first-of-type > .menu-item > a::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 9px;
		width: calc(100% - 18px);
		height: 2px;
		background-color: #F2508E;
		transform: scaleX(0);
		transition: all 250ms ease;
	}

	.nav-primary .wrap > .menu > .menu-item.menu-item-has-children > a:first-of-type::before {
		width: calc(100% - 18px);
	}

	.nav-primary .wrap > .menu:first-of-type > .menu-item a:hover::before {
		transform: scaleX(1);
	}

	.nav-primary #menu-primary > .menu-item:first-child:hover > a {
		color: #000;
		background-color: #fff;
	}

	.nav-primary .wrap > .menu > .menu-item > .sub-menu-toggle {
		display: none;
	}

	.nav-primary .sub-menu li:hover {
	border: 0;
	}

	.nav-primary .sub-menu li:hover > a {

	}

	.menu-primary > .menu-item > .sub-menu > li:first-of-type::before,
	.menu-primary > .menu-item > .sub-menu > li:first-of-type::after {
		position: absolute;
		z-index: 9;
		top: 0;
		left: 0;
		width: 50%;
		content: "";
		-webkit-transition: 400ms;
		transition: 400ms;
		border-top: 8px solid #fff;
	}

	.menu-primary > .menu-item > .sub-menu > li:first-of-type::before,
	.menu-primary > .menu-item > .sub-menu > li:first-of-type::after {
		position: absolute;
		z-index: 9;
		top: 0;
		left: 0;
		width: 50%;
		content: "";
		-webkit-transition: 400ms;
		transition: 400ms;
		border-top: 8px solid #fff;
	}

	.menu-primary > .menu-item > .sub-menu > li:first-of-type::before {
		border-right: 8px solid transparent;

	}

	.menu-primary > .menu-item > .sub-menu > li:first-of-type::before a {
		padding-top: 20px;
	}

	.menu > .menu-item > .sub-menu > .menu-item:first-of-type > a {
		padding-top: 20px;
	}



	.menu-primary > .menu-item > .sub-menu > li:first-of-type::after {
		right: 0;
		left: auto;
		border-left: 8px solid transparent;
	}
}

.mobile-secondary-container .menu {
	display: block;
	padding: 0px 11px 0;
}

@media screen and (min-width: 1024px) {
	.mobile-secondary-container .menu {
		display: none;
	}
}

.mobile-secondary-container .menu-item {
	border-bottom: 0px;
	display: inline-block;
	margin-bottom: 11px;
	margin: 0px 5px 11px;
	text-align: center;
}

.mobile-secondary-container .menu-item a {
	color: #000;
	background-color: #83d6fa;
	padding: 10px 12px 10px;
	border-radius: 4px;
}

.nav-primary .search-form {
	display: none;
}

@media screen and (min-width: 1024px) {
	.sticky-nav .nav-primary .search-form {
		display: block;
	}
}

/* [ Primary Nav - Sub-menu ] */

.nav-primary .sub-menu-toggle {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 0;
	background: transparent;
}

.nav-primary .sub-menu .sub-menu-toggle {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 11px;
	right: 16px;
	padding: 0;
	background: transparent;
}

@media screen and (min-width: 1024px) {
	.nav-primary .sub-menu-toggle {
	position: relative;
	top: 3px;
	}
}

.nav-primary .sub-menu-toggle .icon-chevron::before {
	margin: 0;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0.1em;
}

.nav-primary .sub-menu .sub-menu-toggle {
	height: 44px;
	top: 0;
	color: #000;
}

.nav-primary .sub-menu {
	display: none;
	background: #fcd0c7;
}

.nav-primary .sub-menu .menu-item {border-bottom: 1px solid #f0c5bc;font-size: 14px;}

.nav-primary .sub-menu .menu-item:last-of-type {
	border-bottom: 0;
}

@media screen and (min-width: 1024px) {

	.nav-primary .sub-menu {
		background: #E3C7F2;
		text-align: center;
	}

	.nav-primary .sub-menu .menu-item {
		background: transparent;
		text-align: center;
		align-items: center;
		justify-content: center;
		display: flex;
		border-color: transparent;
	}

	.nav-primary .sub-menu .sub-menu-toggle {
		right: 10px;
		position: absolute;
		display: none;
	}

	.nav-primary .sub-menu .menu-item:hover .sub-menu-toggle {
		color: #fff;
		position: absolute;
	}

	.nav-primary .sub-menu-toggle .icon-chevron::before {
		margin-left: 10px;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-top: 0;
		top: -1px;
	}

	.nav-primary .menu > .menu-item > .sub-menu { /* first sub-menu only */
		top: 35px; /* height of menu item */
		background: #fcdad3;
		box-shadow: 0 2px 3px #00000016;
		margin-left: -75px;
		z-index: 99999;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item > .sub-menu-toggle .icon-font::before {
		transform: rotate(360deg);
		top: -4px;
	}
}

.nav-primary .sub-menu a {
	padding: 0 48px 0 24px;
	letter-spacing: 0;
	min-height: 44px;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
	.nav-primary .sub-menu a {
		font-size: 14px;
		min-height: auto;
		color: #343434;
		background-color: transparent;
		font-weight: 500;
		text-align: center;
		text-transform: capitalize;
		line-height: 1.3;
	}

	.nav-primary .sub-menu a:hover {
		background-color: #f0ac9f;
		border-bottom: 2px solid #2e2e2e;
	}

	.nav-primary .menu .sub-menu a {
		padding: 6px;
		text-align: center;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.nav-primary .sub-menu .sub-menu {
		background: #f0ac9f;
		box-shadow: 0 2px 3px #00000016;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-of-type > .sub-menu {
			top: 8px;
	}

	.nav-primary .menu > .menu-item > .sub-menu .menu-item:last-of-type > a {
		padding-bottom: 10px;
	}
}

.nav-primary .sub-menu .sub-menu a {
	padding-left: 44px;
	margin-bottom: 1px;
	background: #f0ac9f;
}

@media screen and (min-width: 1024px) {


	.nav-primary .sub-menu .sub-menu a {
		padding-left: 12px;
		margin-bottom: 0;
	}

	.nav-primary .sub-menu .sub-menu a:hover {
		color: #fff;
		background: #2e2e2e;
	}
}


/* ---------- [ Nav: Privacy ] ---------- */

.nav-privacy .menu {
	display: flex;
	flex-wrap: wrap;
}

.nav-privacy .menu .menu-item {
	flex-basis: 50%;
}

.nav-privacy .menu .menu-item a {
	display: block;
	background: rgba(255, 255, 255, 0.4);
	margin: 7px 10px;
	padding: 18px 0;
}

@media screen and (min-width: 1024px) {
	.nav-privacy .menu .menu-item {
		flex-basis: unset;
	}

	.nav-privacy .menu .menu-item a {
		background: transparent;
		color: #fff;
		padding: 0 10px;
		margin: 5px;
	}

	.nav-privacy .menu-item:hover {
		color: #a2a2a2;
	}
}

/* ---------- [ Nav: Secondary ] ---------- */

.nav-secondary {
	display: none;
}

@media screen and (min-width: 1024px) {
	.nav-secondary {
		position: relative;
		z-index: auto;
		left: auto;
		width: 100%;
		display: block;
		border-bottom: 1px solid #EBEAE8;
	}
	.home .nav-secondary,
	.post-listing .nav-secondary,
	.single .nav-secondary {
		margin-bottom: 0;
	}

	.nav-secondary > .wrap {
		max-width: 1020px;
		margin: auto;
	}
}

.nav-secondary > .wrap,
.nav-secondary .menu {
	height: 100%;
}

.nav-secondary .menu {
	display: flex;
	flex-direction: column;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.nav-secondary .menu {
		clear: none;
		position: relative;
		/* z-index: 9; */
		/* display: flex; */
		flex-direction: row;
		padding-bottom: 0;
		align-items: center;
		/* min-height: 46px; */
		/* width: 270px; */
		justify-content: space-between;
	}

	.nav-secondary .emphasis {
		font-weight: 700;
	}

	.nav-secondary .menu .menu-item:first-of-type a {
		padding-left: 0;
	}

    .nav-secondary .menu .menu-item:last-of-type a:hover {
    	transform: none;
    }

	#menu-secondary > .menu-item-has-children:first-of-type {
		border-right: 1px solid #e0e0e0;
		padding-right: 25px;
		margin-right: 15px;
	}

	#menu-secondary > .menu-item-has-children:first-of-type > a {
		padding-left: 0;
		padding-right: 15px;
		letter-spacing: 0.05em;
	}
}


/* Mobile Secondary Nav */

.mobile-nav-container {
	display: block;
	margin-top: 8px;
}

.mobile-nav-container.menu-item {
	border-bottom: 0;
	margin-top: 15px;
	padding-left: 6px;
	margin-bottom: 15px;
}

.mobile-nav-container .menu-item a {
	display: inline-flex;
	padding: 5px 15px;
	min-height: 29px;
	background: #fcded8;
	margin: 5px;
	text-transform: lowercase;
	font-size: 14px;
	letter-spacing: 0;
}

.mobile-nav-container .menu-item {
	display: inline;
	border-bottom: 0;
}

.nav-primary .menu-item.button-container {
	background: #F2508E;
	color: #fff;
	padding: 40px 0 15px;
	margin-top: -40px;
}

.nav-primary .menu-item.button-container .flexbox {
	margin: 0;
}

.nav-primary .menu-item.button-container .more-link,
.nav-primary .menu-item.button-container a {
	background: transparent;
	color: #fff;
	font-family: 'DM Serif Display';
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: 0;
	display: inline-flex;
	white-space: unset;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	max-width: 190px;
}

.nav-primary .menu-item.button-container .entry {
	flex-basis: calc(50% - 16px);
}

.nav-primary .menu-item.button-container .entry:first-of-type {
	border-right: 1px solid #fff;
}

.nav-primary .menu-item.button-container .entry .icon-font {
	display: flex;
	font-size: 24px;
	margin-bottom: 10px;
}

.mobile-nav-container .nav-secondary {
	display: block;
	max-width: calc(100% - 40px);
    margin: 0 auto;
}

.mobile-nav-container .nav-secondary #menu-secondary {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
	flex-direction: row;
	padding: 0;
}

.mobile-nav-container .nav-secondary #menu-secondary li {
	padding: 0 6px;
	width: 50%;
	margin: 6px 0;
}

.mobile-nav-container .nav-secondary #menu-secondary li a {
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.26);
	text-align: center;
	font-size: 13px;
	height: 37px;
	line-height: 37px;
	padding: 0 8px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}


/* [ Secondary Nav - Menu Items ] */

.nav-secondary .menu-item {
	display: block;
	font-weight: 700;
	text-transform: capitalize;
}


@media screen and (min-width: 1024px) {
	.nav-secondary .menu-item {
		/* display: flex; */
		border: 0;
		/* flex: 1 1 auto; */
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.1em;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.nav-secondary .menu-item a {
        position: relative;
        color: #000;
        min-height: 46px;
        padding: 0;
        text-transform: lowercase;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-style: italic;
        font-family: 'Work Sans', sans-serif;
        letter-spacing: 0;
        font-size: 15px;
        position: relative;
        padding-top: 3px;
        padding-left: 9px;
    }

    .nav-secondary .menu-item a > span {
    	border-bottom: 2px solid transparent;
    	color: #2e2e2e;
    }

    .nav-secondary .menu-item a::before {
    	content: '';
    	background: #fcd0c7;
    	width: 4px;
    	height: 4px;
    	border-radius: 50%;
    	margin-right: 10px;
    }

     .nav-secondary .menu-item:first-of-type a::before,
     .nav-secondary .menu-item:last-of-type a::before {
     	content: '\e918';
     	font-family: 'Icons';
     	font-style: normal;
     	color: #fcd0c7;
     	background: none;
     	height: 18px;
     	width: 18px;
     	display: flex;
     	align-items: center;
     	font-size: 18px;
     }

	.nav-secondary .menu-item a:hover > span {
		border-color: #2e2e2e;
	}

	.nav-secondary #menu-Secondary > .menu-item:first-child:hover > a {
		color: #000;
		background-color: #fff;
    }

	.nav-secondary .sub-menu li:hover > a {
		color: #fff;
		background: #c40054;
	}
}

/* [ Secondary Nav - Sub-menu ] */

@media screen and (min-width: 1024px) {
	.nav-secondary .sub-menu-toggle {
        display: none;
 	}
}

.nav-secondary .sub-menu-toggle .icon-chevron::before {
	margin: 0;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.1em;
}

.nav-secondary .sub-menu .sub-menu-toggle {
	height: 35px;
	top: 0;
	color: #000;
}

.nav-secondary .sub-menu {
	display: none;
	background: #ffa355;
}

.nav-secondary .sub-menu .menu-item {
	border-color: #d6721d;
}

.nav-secondary .sub-menu .menu-item:last-of-type {
	border-bottom: 0;
}

@media screen and (min-width: 1024px) {

	.nav-secondary .sub-menu .sub-menu-toggle {
		right: 10px;
		position: absolute;
	}

	.nav-secondary .sub-menu .menu-item:hover .sub-menu-toggle {
		color: #fff;
		position: absolute;
	}

	.nav-secondary .sub-menu-toggle .icon-chevron::before {
		margin-left: 10px;
		font-size: 15px;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-top: 0;
		top: -1px;
	}

	.nav-secondary .menu > .menu-item > .sub-menu { /* first sub-menu only */
		top: 47px; /* height of menu item */
		background: #fff;
		border-left: 3px solid #c40053;
		width: 253px;
		box-shadow: 0 2px 3px #00000016;
		margin-left: -126px;
	}
}

.nav-secondary .sub-menu a {
	padding: 0 48px 0 35px;
	text-transform: none;
	letter-spacing: 0;
	min-height: 35px;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.nav-secondary .sub-menu a {
		font-size: 14px;
		min-height: auto;
		color: #000;
		background-color: transparent;
		font-weight: 700;
		text-align: left;
	}

	.nav-secondary .sub-menu a:hover {
		color: #fff;
		background-color: #c40053;
	}

	.nav-secondary .menu .sub-menu a {
		padding: 6px 24px 5px 12px;
	}

	.nav-secondary .sub-menu .sub-menu {
		background: #fff;
		box-shadow: 0 2px 3px #00000016;
	}

	.nav-secondary .menu > .menu-item > .sub-menu .menu-item:last-of-type > a {
		padding-bottom: 12px;
    }

	.nav-secondary .sub-menu .sub-menu a {
		padding-left: 12px;
	}
}


/* ---------- [ Nav: Recipes ] ---------- */

.archive-menu-button.toggle-button.visible-on-mobile {
	margin: 8px 0 20px;
	width: 100%;
	border-radius: 8px;
	font-size: 18px;
	text-align: left;
	padding: 12px;
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #2e2e2e;
	text-transform: lowercase;
	font-weight: 500;
	font-family: 'Work Sans';
}

.category .archive-menu-button.toggle-button.visible-on-mobile {
	background: #FCDAD3;
	text-transform: uppercase;
	margin-bottom: 0;
	border-radius: 8px;
	margin-top: -6px;
	letter-spacing: 0.1em;
}

.category .archive-menu-button.toggle-button.visible-on-mobile.activated {
	border-radius: 8px 8px 0 0;
}

.archive-menu-button.toggle-button.visible-on-mobile::before {
	transform: rotate(90deg);
	color: #343434;
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 22px;
}

.archive-menu-container .archive-menu-title {
	display: none;
}

@media screen and (min-width: 1024px) {
	.archive-menu-button.toggle-button.visible-on-mobile {
		display: none;
	}
	.archive-menu-container.toggle-target .archive-menu-title {
		display: block;
	}
}

.archive-menu-container {
	display: block;
	background: #FCDAD3;
	margin: -24px 0 20px;
	padding-top: 6px;
	width: calc(100%);
	position: relative;
	border-radius: 0 0 8px 8px;
	padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
	.archive-menu-container.toggle-target {
		display: flex !important;
		align-items: center;
		width: 100%;
		background: transparent;
		margin: 0;
	}

	.archive-menu-container .archive-menu-title {
		flex: 0 0 auto;
		background: transparent;
		margin: 0 8px;
		font-size: 21px;
	}

	.archive-menu-container .nav-recipes {
		flex: 1 1 auto;
	}

	.archive-menu-container .nav-recipes .menu {
		display: flex;
		flex: 1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.page-template-page_recipes .archive-menu a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #2e2e2e;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
    padding: 8px 20px;
}


.page-template-page_recipes .archive-menu .sub-menu .menu-item {
	border-color: #E0988A;
	height: 44px;
	display: flex;
	align-items: center;
}

.page-template-page_recipes .archive-menu .sub-menu a {
	padding-left: 30px;
	text-transform: capitalize;
	letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
	.page-template-page_recipes .archive-menu a.jump-button {
		background: #FCDAD3;
		height: 44px;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	}
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .archive-menu a {
		font-size: 12px;
		display: flex;
		align-items: center;
		white-space: nowrap;
	}

	.page-template-page_recipes .archive-menu-button .jump-button {
		background: #FDC7BC;
		font-size: 16px;
		margin-left: 10px;
	}

	.page-template-page_recipes .archive-menu-button .jump-button:hover {
		background: #fff;
		transform: scale(1.05);
	}
}

.archive-menu-container .nav-recipes .menu-item {
	display: block;
	flex: 1;
	text-align: left;
	margin: 0;
	line-height: 1.3;
	border-bottom: 1px solid #F5BEB3;
}

.archive-menu-container .nav-recipes .menu:first-of-type > .menu-item:first-of-type {
	display: none;
}

.archive-menu-container .nav-recipes .menu-item:last-of-type {
	border: 0;
}

@media screen and (min-width: 1024px) {
	.archive-menu-container .nav-recipes .menu-item {
		border-bottom: 0;
	}

	.archive-menu-container .nav-recipes .menu:first-of-type > .menu-item:first-of-type {
		display: block;
	}

	.archive-menu-container .nav-recipes .menu:first-of-type  > .menu-item {
		border-right: 2px solid #FCD0C7;
		margin: 0;
		margin-right: 10px;
		height: 70px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.archive-menu-container .nav-recipes .menu:first-of-type  > .menu-item::before {
		position: absolute;
		content: '';
		border-top: 3px solid transparent;
		width: 90%;
		top: -3px;
		display:none;
	}

	.archive-menu-container .nav-recipes .menu:first-of-type  > .menu-item:hover::before {
		border-top-color: #343434;
	}

	.archive-menu-container .nav-recipes .menu:first-of-type  > .menu-item:hover .sub-menu-toggle {
		background: #2e2e2e;
		color: #fff;
	}

	.nav-recipes .menu-item button {
        cursor: pointer;
        display: inline-block;
	}

	.nav-recipes .menu-item:hover button {
        transform: scale(1.05);
        cursor: pointer;
        display: inline-block;
	}

	.archive-menu-container .nav-recipes .menu > .menu-item > a {
		border-radius: 4px;
		text-decoration: none;
		display: flex;
		height: 80px;
		align-items: center;
		justify-content: center;
	}

	.archive-menu-container .nav-recipes .menu .jump-button {
		background: #FDC7BC;
	}

	.archive-menu-container .nav-recipes .menu > .menu-item a:hover,
	.archive-menu-container .nav-recipes .menu > .menu-item.sfHover > a {
		color: #000 !important;
	}

	.archive-menu-container .nav-recipes .menu > .menu-item a:hover .sub-menu-toggle,
	.archive-menu-container .nav-recipes .menu > .menu-item.sfHover > .sub-menu-toggle {
		color: #000;
	}

	.nav-recipes .menu-item a {
		padding: 12px 16px;
		min-height: auto;
		height: 36px;
		font-size: 18px;
		line-height: .4;
		text-transform: lowercase;
		letter-spacing: 0;
	}

	.archive-menu-container .nav-recipes .menu-item-has-children {
   	 	padding-right: 10px;
   	 	margin-left: 0;
   	}

	.archive-menu-container .nav-recipes .menu-item-has-children a {
   	 	margin-right: 40px;
   	}

}

.nav-recipes .sub-menu-toggle {
	display: flex;
	width: 44px;
	height: 44px;
	position: absolute;
	top: -3px;
	right: 5px;
	padding: 0;
	background: transparent;
	font-size: 18px;
	color: #343434;
	align-items: center;
	justify-content: center;
	line-height: 44px;
}


@media screen and (min-width: 1024px) {
	.nav-recipes .sub-menu-toggle {
		width: 36px;
		height: 36px;
		pointer-events: none;
		background: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		font-size: 17px;
		right: 25px;
		top: 18px;
	}
}

.page-template-page_recipes .menu .sub-menu {
	display: none;
	background: #F0AC9F;
}

@media screen and (min-width: 1024px) {
	.nav-recipes .menu .sub-menu {
		background: #F8C2B7 !important;
		border-radius: 0 0 4px 4px;
	}

	.nav-recipes .menu .sub-menu a {
		font-size: 14px;
		line-height: 1;
		width: 100%;
		text-align: left;
		padding-left: 14px;
	}
}

@media screen and (min-width: 1024px) {
	.nav-recipes .sub-menu .menu-item {
		margin: 0;
		text-align: center;
		border-bottom: 2px solid transparent;
		border-color: transparent !important;
	}

	.nav-recipes .menu > .menu-item > .sub-menu {
		min-width: 175px;
		width: 100%;
		left: -5px;
		top: 75px;
		margin: 0;
		padding: 0;
	}

	.nav-recipes .sub-menu .menu-item:hover {
		width: 100%;
		color: #000 !important;
		border-color: #2e2e2e !important;
		background: #F0AC9F;
	}

	.nav-recipes .sub-menu .sub-menu {
		position: relative;
		margin-left: 0;
		width: 100%;
	}
}


/* ================================
[ Containers ]
================================ */

body {
	/* margin-top: 103px; */
}

@media screen and (min-width: 1024px) {
	body {
		margin-top: 0;
	}
}

.admin-bar {
	/* margin-top: 102px; */
}

@media screen and (min-width: 1024px) {
	.admin-bar {
		margin-top: 0;
	}
}



/* ================================
[ Sections ]
================================ */

/* ---------- [ Header ] ---------- */

.site-header {
	height: 59px !important; /* helps with JS consistency */
	z-index: 9998;
	padding-top: 5px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
	.site-header {
		position: relative;
		height: auto !important; /* to overwrite inline styles added by js, if the user resizes their browser */
		overflow: visible;
		top: 0;
		z-index: auto;
		padding: 30px 0px 26px;
		box-shadow: none;
	}
}

.site-header > .wrap {
	position: relative;
	display: flex;
	padding: 0 14px;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.site-header > .wrap {
		max-width: 100%; /* remove padding so we can get the spacing pixel perfect (add space left of logo, but not right of search toggle, which has built-in padding) */
	}
}

@media screen and (min-width: 1024px) {
	.site-header > .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		min-height: 39px;
		max-width: 1020px;
		margin: auto;
	}
}

/* [ Logo ] */

.title-area {
	height: 29px;
	flex: 1;
}

@media screen and (min-width: 1024px) {
	.title-area {
		display: block;
		position: relative;
		float: left;
		padding-left: 0;
		height: 37px;
	}

	.title-area .site-title {
		height: 100%;
	}
}

.title-area .site-title a {
	display: block;
	margin: 0 auto;
	width: calc(100% - 45px);
	max-width: 229px;
	height: 32px;
	background: url(/wp-content/themes/once-coupled-food-faith-fitness/assets/images/logo.svg) no-repeat left center;
	background-size: 100%;
	text-indent: -9999px;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
	margin-top: 0;
}

@media screen and (min-width: 1024px) {
	.title-area .site-title a {
		display: block;
		width: 100%;
		max-width: 300px;
		height: 100%;
		background-size: contain;
		margin-top: -3px;
		float: left;
	}

	.title-area .site-title a:hover {
		opacity: 0.8;
		transform: scale(0.95);
		transition: 400ms;
	}
}

.site-description {
    text-indent: -9999px;
    margin: 0;
    height: 0;
}

/* [ Search ] */

#header-search {
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	height: 64px;
	z-index: 9;
	background: #feece9;
	padding: 5px 12px;
}

@media screen and (min-width: 1024px) {
	#header-search {
		position: absolute;
		z-index: 99;
		background: transparent;
		top: -8px;
		right: -10px;
		left: unset;
		max-width: 240px;
	}

	.sticky-nav #header-search {
		position: fixed;
		top: auto;
		/* margin-top: -100px; */
		margin-top: -57px;
		right: calc(50% - 522px);
		padding-top: 7px;
	}

	#header-search .search-form {
		height: 44px;
	}

	#header-search input:-webkit-autofill,
	#header-search input:-webkit-autofill:hover,
	#header-search input:-webkit-autofill:focus,
	#header-search input:-webkit-autofill:active  {
		-webkit-box-shadow: 0 0 0 30px #feece9 inset !important;
	}

	#header-search .search-form-input {
		width: 175px;
		height: 44px;
		line-height: 44px;
		background: #feece9;
		padding: 0 0 0 20px;
	}
}

@media screen and (max-width: 1023px) {
	#header-search .search-form {
		max-width: 90%;
		margin-left: 5%;
		background-color: #fff;
		margin-top: 5px;
		border: 0;
	}
}

/* [ Toggles ] */

.site-header .generic-toggle {
	height: 47px;
}

.site-header .generic-toggle.menu-toggle {
	margin-right: 40px
}

.site-header .search-toggle {
	float: right;
	border-radius: 50%;
	background: #feece9;
	width: 30px;
	height: 30px;
}

.site-header .search-toggle .icon-font {
	font-size: 15px;
	color: #2f2f2e;
}

@media screen and (min-width: 1024px) {
	.site-header .search-toggle {
		float: right;
		display: inline-flex;
		height: auto;
		width: 39px;
		height: 39px;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		color: #343434;
		margin-left: 15px;
	}

	.site-header .search-toggle:hover {
		background: #fcd0c7;
		transform: scale(1.05);
	}

	.site-header .search-toggle .icon-font {
		font-size: 15px;
	}

	.site-header .search-toggle .icon-font::before {
		top: 0;
		left: 0;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.social-icon:hover .icon-font {
		transform: scale(1.15);
		display: inline-block;
		transition: 400ms;
	}

}


/* ---------- [ Before Header ] ---------- */

.before-header {
	display: none;
}

/** Add instagram icon to site-header on mobile only **/

@media (max-width: 350px) {
	.title-area .site-title a {
		max-width: 210px;
	}
}

@media (min-width: 351px) and (max-width: 375px) {
	.title-area .site-title a {
		max-width: 215px;
	}
}

@media screen and (max-width: 1023px) {
	.before-header {
		position: relative;
		display: block;
	}

	.before-header .social-icons {
		display: block;
		width: 40px;
		z-index: 9999;
		position: absolute;
		left: 50px;
		top: 54px;
	}

	.before-header .podcast-flex {
		display: none;
	}

	.before-header .link-item:first-of-type {
		margin: 0;
		padding: 0;
	}

	.before-header .link-item .icon-instagram {
		font-size: 22px;
		margin: 0;
		padding: 0;
		margin-left: 8px;
	}

	.before-header a.link-item:not(:first-of-type) {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.before-header {
		background: #2e2e2e;
		display: block;
		height: 35px;
	}

	.before-header  .wrap {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 35px;
	}

	.before-header .wrap > *,
	.before-header .link-icon {
		color: #fff;
	}

	.before-header .social-icons {
		margin-right: 10px;
		margin-bottom: 0;
	}

	.before-header .link-item {
		margin: 0 5px 0;
		padding: 0;
		line-height: 1;
		margin-top: -2px;
	}

	.before-header .link-item:hover .link-icon {
		color: #d4d4d4;
		transform: scale(0.90);
		display: inline-block;
	}

	.before-header .podcast-flex {

	}

	.before-header .podcast-flex .section-content {
		display: flex;
		align-items: center;
	}

	.before-header .podcast-flex .section-title {
		color: #fff;
		margin: 0;
		font-size: 11px;
		font-family: 'Work Sans', sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		margin-right: 10px;
		border: 0;
		padding: 0;
	}

	.before-header .podcast-flex .section-description > p,
	.before-header .podcast-flex .section-description a {
		font-size: 12px;
		font-style: italic;
		line-height: 1.1;
		margin: 0;
		color: #fff;
	}

	.before-header .podcast-flex .section-description a:hover {
		color: #d4d4d4;
		text-decoration: underline;
	}
}

/* ---------- [ Site Footer ] ---------- */

.site-footer {
	color: #343434;
}

.footer-columns {
	text-align: center;
	padding: 32px 0px 0px;
	color: #000;
}

@media screen and (min-width: 1024px) {
	.footer-columns {
		padding: 30px 0;
	}
}


.footer-columns .footer-menu {
	margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
	.footer-columns .footer-menu {
		margin-bottom: 0;
		flex-basis: 36%;
	}
}

.footer-columns .footer-social {
	display: block;
	padding: 0;
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.footer-columns .footer-social {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
}

.footer-social .featured-content .section-title {
	font-family: 'Audrey';
	text-transform: lowercase;
	font-size: 36px;
	margin-bottom: 0;
	border: 0;
	padding: 0;
	letter-spacing: 0;
}

.footer-columns .social-icons .flexbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 320px;
	margin: auto;
	margin-top: 15px;
}

@media screen and (min-width: 1024px) {
	.footer-columns .footer-social .social-icons > .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
	}

	.footer-columns .social-icons .flexbox {
		max-width: 100%;
		flex-wrap: wrap;
		margin: 0;
		margin-left: 40px;
	}
}

.footer-columns .footer-cta-top {
}

@media (min-width: 1024px) {
	.footer-columns .footer-cta-top {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}

.footer-columns .footer-cta-top .more-link {
	border: 3px solid #2e2e2e;
	border-radius: 33px;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 500;
	color: #2f2f2e;
	text-transform: unset;
	padding: 20px 30px;
	padding-left: 70px;
	background: transparent;
	white-space: unset;
}

@media screen and (min-width: 1024px) {
	.footer-columns .footer-cta-top .more-link:hover {
		background: #2e2e2e;
		color: #fff;
	}
}

.footer-features {
	padding: 20px 0;
}

@media screen and (min-width: 1024px) {
	.footer-features {
	    padding: 0;
	   }

	.footer-features > .wrap {
		border-top: 1px solid #FCD0C7;
		padding-top: 10px;
		}
}

.footer-bottom {
	background: #4c6253;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.72;
	color: #fff;
	font-weight: 500;
}

.site-footer .footer-bottom > .wrap {
	max-width: 100%;
}

@media screen and (min-width: 375px) {
	.footer-bottom {
		font-size: 13px;
	}
}

@media screen and (min-width: 414px) {
	.footer-bottom {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer .footer-bottom > .wrap {
		max-width: 1020px;
		margin-right: auto;
		width: 100%;
	}
}

.footer-bottom a {
	color: #343434;
}

.footer-bottom .footer-nav {
	padding: 20px 0 10px;
}

.footer-bottom .footer-text {
	text-align: center;
	background: #4c6253;
	padding: 17.5px 15px;
	text-transform: capitalize;
	font-family: 'DM Serif Display';
	font-size: 14px;
	letter-spacing: 0;
	font-style: italic;
}

@media screen and (min-width: 1024px) {
	.footer-bottom {
		height: 48px;
		display: flex;
	}

	.footer-bottom a {
	font-size: 12px;
	}

	.footer-bottom > .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 1;
	}

	.footer-bottom .footer-nav {
		flex-basis: 60%;
		position: relative;
		top: -6px;
	}

	.footer-bottom .footer-nav {
		display: block;
		text-align: left;
		margin: 0;
		margin-right: auto;
		top: unset;
		padding: 0 15px;
	}

	.footer-bottom .footer-text {
		text-align: right;
		margin-left: auto;
		background: transparent;
		/* white-space: nowrap; */
		padding-right: 0;
		flex: 1;
		flex-basis: 28%;
		font-style: italic;
	}
}

.footer-bottom .site-credits-container {
	margin: 0;
	padding: 0;
}

.footer-bottom .footer-credits {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}

@media screen and (min-width: 1024px) {
	.footer-bottom .footer-credits {
		margin-top: 0px;
		justify-content: flex-end;
	}
}

.footer-social {
	align-items: center;
	margin-top: -19px;
	position: relative;
	z-index: 3;
}

.footer-social > h6 {
	display: none;
}

.footer-social .social-icons .link-item {
	display: inline-flex;
	border-radius: 50%;
	background-color: #fff;
	height: 56px;
	width: 56px;
	text-align: center;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.footer-social .social-icons .link-icon {
	color: #343434;
	margin: 0;
	font-size: 41px;
	border: 0;
}

.footer-button .more-link .icon-font {
	/* font-size: 38px; */
	font-size: 30px;
	line-height: 0.5;
	position: absolute;
	left: 20px;
}

.footer-button .more-link .icon-font::before {
	line-height: 0.5;
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 1024px) {
	.footer-social {
		align-items: center;
		margin-top: 0;
		margin-right: auto;
		margin-left: 0;
	}

	.footer-social .social > .wrap {
		display: flex;
		flex-wrap: nowrap;
		margin-left: 20px;
		margin-right: 10px;
	}

	.footer-social > h6 {
		display: none;
	}

	.footer-social .social-icons .link-item {
		margin: 0;
		width: 54px;
		height: 36px;
	}

	.footer-social .social-icons .link-item:hover {
		color: #F2508E;
		transform: scale(1.05);
	}

    .footer-social .social-icons .link-item:hover .icon-font {
    	color: #F2508E;
    }

	.footer-social .social .social-icon:first-of-type {
		margin-left: 0;
	}

	.footer-social .social-icons .link-icon {
		font-size: 32px;
	}

	.footer-button .more-link .icon-font {
		/* bottom: 16px; */
		bottom: 23px; /* for asterisk icon */
	}

	.footer-button .more-link .icon-font::before {
		line-height: 0.5;
		margin: 0;
		padding: 0;
	}

}

.footer-credits .copyright {
	padding-right: 25px;
}

@media screen and (min-width: 1024px) {
	.footer-credits .copyright {
		margin-bottom: 0;
	}

	.footer-credits .nav-privacy {
		margin: 0 12px;
	}

	.footer-credits,
	.footer-credits .copyright,
	.footer-credits .nav-privacy {
		display: inline-block;
	}
}


/* ================================
[ Content ]
================================ */

/* ---------- [ Entry Header ] ---------- */

.single .entry-header {
	margin-top: 0;
	text-align: center;
	padding: 20px 0;
	color: #343434;
}

@media (max-width: 1023px) {
	.single .entry-header,
	.single .breadcrumb {
		background: #fff8f6;
		margin-left: -10px;
		margin-right: -10px;
		padding: 20px;
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	.single .entry-header {
		margin-top: -25px;
		margin-bottom: 15px;
	}
}

.single .entry-header .info-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.single .entry-header .info-visual .wprm-recipe-rating {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single .entry-header .info-visual .wprm-recipe-rating .wprm-rating-star + .wprm-rating-star {
	margin-left: 3px;
}

.single .entry-header .wprm-recipe-rating .wprm-recipe-rating-details {
	margin-top: 6px;
	margin-left: 5px;
	color: #343434;
	font-weight: 700;
}


@media screen and (min-width: 1024px) {

	.single .entry-header .info-visual .wprm-recipe-rating {
		margin-left: 10px;
	}
	.single .entry-header {
		position: relative;
		padding: 0;
		text-align: center;
	}

	.single .entry-header .info-visual {
		flex-direction: row;
	}


	.single .entry-header > * {
	}

	.single .entry-header .post-buttons {
		margin-left: calc(50% + 140px);
		padding-bottom: 15px;
		position: absolute;
		top: calc(50% - 30px);
	}
}

/* ---------- [ Breadcrumbs ] ---------- */

.breadcrumb {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.breadcrumb {

	}
}

.breadcrumb,
.breadcrumb .breadcrumb-link,
.breadcrumb a,
.breadcrumb .breadcrumb-link-text-wrap {
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #2e2e2e;
}

@media screen and (min-width: 1024px) {
	.breadcrumb,
	.breadcrumb .breadcrumb-link,
	.breadcrumb a,
	.breadcrumb .breadcrumb-link-text-wrap {
		font-size: 14px;
	}

	.breadcrumb a:hover {
		text-decoration: underline;
	}
}

.breadcrumb .breadcrumb-separator {
	display: inline-block;
	margin: 0 4px;
	color: #2e2e2e;
	font-weight: normal;
}

.single .breadcrumb {padding-top: 15px;padding-bottom: 5px;}


@media screen and (min-width: 1024px) {
	.single .breadcrumb {
		padding-top: 0;
	}
}

.blog .breadcrumb,
.archive-nav .breadcrumb {
	text-align: left;
}

@media (min-width: 1024px) {
	.blog .breadcrumb,
	.archive-nav .breadcrumb {
		float: right;
		margin-bottom: 0;
		margin-top: 15px;
		line-height: 1;
	}
}


/* ---------- [ Pre Titles ] ---------- */

.pre-title {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Work Sans';
	letter-spacing: 0.1em;
	line-height: 1.188;
	color: #000;
	font-weight: 500;
}

.section-pretitle {
	font-family: 'Audrey';
	text-align: center;
	font-size: 36px;
	text-transform: lowercase;
	color: #2f2f2e;
}

.home-product .section-pretitle {line-height: 1.33;margin: 10px 0 -12px;}

.articles-container .pre-title {

}

.footer-features .articles-container .pre-title,
.home-ventures .articles-container .pre-title {
	margin-top: -38px;
	background: #fff;
	position: relative;
	padding: 5px 10px 3px;
	width: fit-content;
}

@media (min-width: 1024px) {
	.footer-features .articles-container .pre-title,
	.home-ventures .articles-container .pre-title {
		margin-top: -25px;
		margin-bottom: 2px;
		padding-left: 0;
		padding-right: 8px;
	}
}

.categories-videos .entry .pre-title {
	margin: 10px 0 2px;
	font-family: 'Barlow';
	font-size: 21px;
	letter-spacing: 0.05em;
	color: #2e2e2e;
	font-weight: 400;
}

@media (min-width: 1024px) {
	.categories-videos .entry .pre-title {
		font-size: 18px;
	}
}


/* ---------- [ Titles ] ---------- */

.archive-title,
.entry-title,
.section-title,
.widget-title {
	margin: 0 0 8px;
	line-height: 1;
	color: #2f2f2e;
}

/* [ Entry Title ] */

.entry-title {
	font-size: 18px;
	font-weight: 400;
}

.articles-container .entry-title {
	text-align: center;
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: 0;
	text-align: left;
	font-family: 'DM Serif Display';
	line-height: 1;
	margin-bottom: 0;
}

.footer-features .articles-container .entry-title,
.home-ventures .articles-container .entry-title {
	font-size: 32px;
	text-align: left;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.articles-container .entry-title {
		text-align: center;
		line-height: 1.182;
		font-size: 22px;
	}

	.home-latest .articles-container .entry-title {
		margin-top: -8px;
	}

	.home-ventures .articles-container .entry-title {
		margin-top: 0;
		margin-bottom: 5px;
	}

}

.single .entry-header .entry-title,
.error404 .content > .entry .entry-title {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	text-transform: capitalize;
	color: #343434;
}

@media screen and (min-width: 1024px) {
	.single .entry-header .entry-title,
	.error404 .content > .entry .entry-title {
		font-size: 34px;
		line-height: 1.1;
		text-align: center;
	}
}

.post-listing .content .entry-title {
	margin: 0;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1;
	text-transform: lowercase;
}

@media (min-width: 1024px) {
	.post-listing .content .entry-title {
		text-align: center;
	}
}

.featured-posts .entry-title {
	margin: 0;
	margin-bottom: 3px;
}

.post-listing .featured-content:not(.index-videos):not(.categories-videos) .entry-title {
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.post-listing .featured-content:not(.index-videos):not(.categories-videos) .entry-title::before {
	content: '\e92c';
	font-family: 'Icons';
	font-size: 17px;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    left: calc(50% - 18px);
}

.featured-content.categories-videos .entry-title {
	text-align: left;
	font-size: 28px;
	line-height: 1;
	padding: 0;
}

.featured-content.categories-videos .entry-title::before {
	display: none;
}

.archive-shop .product-section .entry-title {
	text-align: center;
	font-size: 18px;
	color: #2e2e2e;
	text-transform: capitalize;
	line-height: 1.11em;
}

@media screen and (min-width: 1024px) {
	.archive-shop .product-section .entry-title {
		font-size: 22px;
		letter-spacing: -0.01em;
	}
}


/* [ Title Link ] */

.articles-container .entry-title-link {
	color: #2f2f2e;
	border-bottom: 2px solid transparent;
	line-height: 1;
}

.footer-features .entry-title-link,
.home-ventures .entry-title-link {
	color: #000;
}


@media screen and (min-width: 1024px) {

	.articles-container .entry-title-link:hover {
		text-decoration: none !important;
		border-color: inherit;
	}

	.post-listing .content .entry-title-link {

	}

	.post-listing .content .entry-title-link:hover,
	.shop-items .articles-container .entry-title-link:hover,
	.featured-posts .entry-title-link:hover {
		text-decoration: underline !important;
		opacity: 1;
		border-bottom: 0;
	}
}

/* [ Archive Title ] */

.archive-title,
.archive-nav .entry-title {
	color: #2e2e2e;
	font-size: 28px;
	text-align: left;
	position: relative;
	text-transform: capitalize;
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.archive-title,
	.archive-nav .entry-title {
		font-size: 34px;
		margin-bottom: 18px;
	}

	.blog .archive-title,
	.archive-shop .archive-title {

	}

}

/* [ Section/Widget Title ] */

.section-title, .widget-title, .archive-loop-title h2 {
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #fcd0c7;
	padding-bottom: 9.5px;
	width: fit-content;
	margin: 0 auto 15px;
}

.archive-loop-title {
	text-align: center;
	width: 100%;
}

.archive .categories-posts-section .section-title, .archive .archive-loop-title h2 {
	margin-top: 25px;
}

.home-latest .section-title {
	border-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
	.section-title {
		font-size: 33px;
	}

	.archive .categories-posts-section {
		position: relative;
	}

	.archive .categories-posts-section .section-content,
	.archive .categories-posts-section .section-content .section-title,
	.archive .archive-loop-title,
	.archive .archive-loop-title h2 {
		text-align: left;
		margin-left: 0;
	}

	.archive .archive-loop-title {
		margin-left: 8px;
	}
}

.product-section-title {
	text-align: left;
	/* margin: 0; */
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.product-section-title {
		margin-left: 0;
		font-size: 28px;
	}
}

.home-cta .section-title,
.home-bio .section-title,
.widget-bio .section-title,
.widget-subscribe .section-title,
.home-product .section-title,
.category-icons .section-title,
.footer-cta .section-title,
.index-search .section-title,
.index-indicators  .section-title,
.index-feature .section-title {
	font-family: 'DM Serif Display';
	text-transform: lowercase;
	font-weight: 400;
	letter-spacing: 0;
	border: 0;
	padding: 0;
	font-size: 36px;
	margin-bottom: 0;
}

/* ---------- [ Descriptions ] ---------- */

.entry-description,
.section-description,
.entry-description a,
.section-description a {
	font-size: 18px;
	font-family: 'Work Sans';
	font-weight: 400;
	text-align: left;
	letter-spacing: 0;
	color: #000;
	line-height: 1.333;
}

.section-description a {
	font-weight: 600;
}

.section-description {
	font-size: 20px;
	text-align: center;
}

.home-icons-text .section-description,
.community-subscribe .section-description {
	font-size: 18px;
}

.community-subscribe .section-description {
	font-weight: 400;
}

@media (min-width: 1024px) {
	.community-subscribe .section-description p:last-of-type {
	     margin-bottom: 20px;
    }
}

.home-ventures .entry-description a  {
		text-decoration: underline;
	}


@media (min-width: 1024px) {
	.section-description {

	}

	.home-ventures .entry-description p,
	.home-ventures .entry-description a,
	.footer-features .entry-description p,
	.footer-features .entry-description a  {
		font-size: 16px;
		margin-top: 0;
	}

	.home-ventures .entry-description a:hover  {
		text-decoration: none;
	}


}

.archive-nav .section-description {
	text-align: left;
	font-size: 18px;
}

@media (min-width: 1024px){
	.archive-nav .section-description {
		line-height: 1.5;
	}
}

.archive-nav .section-description p:first-of-type {
	margin-top: 0;
}

.post-cta .section-description {
		max-width: 710px;
		align-self: flex-start;
		flex: 1;
		margin-right: auto;
		font-weight: 500;
		color: #2e2e2e;
}

.widget-bio .section-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.34;
}

.mobile-cta .section-description {
	font-size: 14px;
	color: #fff;
	font-family: 'Work Sans';
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-cta .section-description {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-weight: 400;
}

@media (min-width: 768px) {
	.footer-cta .section-description {
		font-size: 19px;
	}
	.footer-cta .section-description p {
	}
}

@media (min-width: 1024px) {
	.footer-cta .section-description {
		text-align: left;
	}
}

/* ---------- [ Icon Font ] ---------- */

.footer-features .icon-font,
.home-ventures .icon-font {
	font-size: 21px;
	color: #2f2f2e;
	font-weight: 400;
	margin: 0;
}

/* ---------- [ Entries ] ---------- */

.articles-container .entry {
	margin-bottom: 16px;
}

.footer-features .articles-container .entry,
.home-ventures .articles-container .entry {
	border: 1px solid #e3e3e3;
	padding: 16px;
}

@media (min-width: 768px) {
	.footer-features .articles-container .entry,
	.home-ventures .articles-container .entry {
		border: 0;
	}

	.footer-features .articles-container .entry {
		padding: 16px 0
	}

	.home-categories .entry {
		margin-bottom: 0;
	}
}

.post-listing .content .entry {
	margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
	.post-listing .content .entry {
		margin-bottom: 16px;
	}
}

.featured-posts .entry {
}

@media screen and (min-width: 1024px) {
	.post-listing .content .entry,
	.featured-posts .entry {
	margin-bottom: 18px;
	}
}

.post-listing #genesis-content > div.entry {
	width: 100%; /* flexbox fix for when no posts are found (otherwise container would be 'article') */
}

.post-listing .content .entry-image,
.featured-posts .entry-image {
	display: block;
}

.sidebar {
	margin-top: 40px;
}

.archive .sidebar {
	margin-top: 20px;
}

.home .sidebar {
	margin-top: 20px;
}

#menu-privacy-menu .menu-item,
.footer-text {
	font-size: 12px;
}


@media screen and (max-width: 1023px) {
	#menu-privacy-menu .menu-item.mobile-button {
	    display: block;
	    margin: 0 0 8px 0;
	    justify-content: space-between;
	    width: 49%;
	    background-color: #000;
	    text-align: center;
	    border-radius: 20px;
	    font-size: 21px;
	    float: left;
	}
}

@media screen and (min-width: 1024px) {
	.sidebar {
		margin-top: 0;
	}

	.archive .sidebar {
		margin-top: 40px;
	}

	#menu-privacy-menu .menu-item,
	.footer-text {
		font-size: 12px;
		font-weight: 700;
	}
}

@media screen and (max-width: 1023px) {
	#menu-privacy-menu .menu-item:nth-child(2n) {
	    margin-right: 2%;
	}
}


/* ---------- [ Single Entry Header ] ---------- */

@media screen and (min-width: 1024px) {
	.single .post-info .post-details {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 15px;
		overflow: hidden;
		font-size: 14px;
		font-weight: 700;
		margin-top: 10px;
	}

	.single .post-info .post-details:empty {
		display: none !important;
	}

	.single .post-info .post-details .wprm-recipe-block-container-separate,
	.single .post-info .post-details .wprm-recipe-link {
		border-right: 1px solid #000;
		padding-right: 20px;
		margin-right: 15px;
		font-weight: 700;
		color: #000 !important;
	}

	.single .post-info .post-details .wprm-recipe-link:last-of-type {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}

	.single .post-info .post-details .wprm-recipe-link:hover {
		text-decoration: underline;
	}

	.single .post-info .post-details .wprm-recipe-time,
	.single .post-info .post-details .wprm-recipe-time .wprm-recipe-details-unit {
		font-size: 14px !important;
		text-transform: capitalize;
		font-weight: 700;
	}


	.single .post-info .post-details .wprm-recipe-total-time-container .icon-font,
	.single .post-info .post-details .wprm-recipe-link .icon-font {
		font-size: 100%;
		font-weight: 400;
		margin: 0;
		padding: 0;
	}

	.single .post-info .post-details .icon-font::before {
		top: 2px;
	}

	.single .post-info .post-details .wprm-recipe-total-time-container .icon-font {
		padding-right: 3px;
	}

	.single .post-info .post-details .wprm-recipe-total-time-container .icon-font:before {
		top: 1.5px;
		font-size: 14px;
		color: #343434;
	}

	.single .entry-time {
	}
}

.single .info-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.single .info-text a.wprm-recipe-jump { 
	border: 1px solid;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
}

.single .info-text .entry-time {
	padding-left: 10px;
	border-left: 1px solid;
	margin-left: 10px;
}

.single .info-text,
.single .info-text a,
.single .info-text .wprm-recipe-link {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #000 !important;
	line-height: 1;
}

.single .info-text {
		justify-content: center;
		margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.single .info-text {
		justify-content: center;
		margin: 10px 0 15px;
	}

	.single .info-text a.wprm-recipe-jump {
		margin-left: 15px;
	}

	.single .info-text a.wprm-recipe-jump:hover {
		background: #000;
		color: #fff !important;
	}

	.single .info-text .entry-time {
		padding-left: 15px;
		margin-left: 15px;
	}

	.single .info-text .entry-author-link {
		text-decoration: underline;
	}

	.single .info-text .entry-author-link:hover {
		text-decoration: none;
	}
}