/*
 *  Theme Name: Easy Chicken Recipes
 *  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-easy-chicken-recipes
 *  License: All rights reserved.
 *
 *  Notes: elements in this file are client-specific and will
 *  typically be re-written from scratch in each theme. #5
 */


/* ================================
[ Unique ]
================================ */

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

/**
 * Notes
 * - TOC (you are here)
 *
 * Stylized Defaults
 * - Custom Classes
 * - Entry Meta
 * - In-Post Headers
 * - In-Post Lists
 * - Sticky Nav
 *
 * ACF
 * - Bio
 * - CTA & Subscribe
 * - Featured Images (Logos)
 * - Featured Categories
 * - Featured Posts
 * - Manual Features
 * - Social Icons
 *
 * Add-ons
 * - Archive Nav
 * - Modal
 * - Quick Links
 *
 * Plugins
 * - AdThrive
 * - Akismet
 * - Jetpack
 * - Mediavine
 * - Ninja Forms
 * - Recipes (Tasty, WPRM)
 * - Related Posts for WordPress
 * - Social Pug
 * - Yoast
 * - Table of Contents
 *
 * MU Plugin
 * - TCR Blocks
 *
 * Widgets
 *
 * Page Templates
 * - About
 * - Home
 * - Recipes
 */


/* ================================
[ Stylized Defaults ]
================================ */

@media screen and (min-width: 1024px) {
	body:before {
		content: '';
		background-image: linear-gradient(135deg, #ffb200 16px, transparent 16px), linear-gradient(-135deg, #ffb200 16px, transparent 16px);
		background-size: 20px 22px;
		background-repeat: repeat-x;
		height: 24px;
		width: 100%;
		display: block;
		position: absolute;
		top: -8px;
	}
}


/* ---------- [ Custom Classes ] ---------- */

/* [ Blocks ] */

.wp-block-group.tip {
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pattern-tip.png) 0 0 repeat;
	background-size: 334px;
	padding: 48px 16px 24px;
	margin-top: 32px;
	line-height: 1.4;
	position: relative;
}

@media screen and (min-width: 768px) {
    .wp-block-group.tip {
	   padding: 16px 36px;
	   margin-top: 0;
    }
}

.wp-block-group.tip::before {
    content: '';
    display: block;
    width: 76px;
    height: 56px;
    position: absolute;
    top: -20px;
    left: calc(50% - 38px);
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/text-tip.svg) center no-repeat;
}

@media screen and (min-width: 768px) {
    .wp-block-group.tip::before {
        top: -12px;
        left: -16px;
    }
}

.wp-block-group.tip h2:first-child {
    margin-top: 0;
	color: #000;
	text-align: center;
}

@media screen and (min-width: 768px) {
    .wp-block-group.tip h2:first-child {
        margin-left: 36px;
        text-align: left;
    }
}

.wp-block-group.tip p:last-child {
    margin-bottom: 0;
}

.wp-block-group.tip ol {
	text-align: left;
}

.wp-block-group.tip ol > li::before {
    color: #ffb200;
    background: #000;
    margin-top: 0.12em;
}

/* [ Block: Table of Contents ] */
.single-entry-content .wp-block-group.table-of-contents {
	background: #faf7f1;
	margin: 25px 0;
	padding: 0 20px 20px;
}

.single-entry-content .wp-block-group.table-of-contents h2:first-child {
	background: #000;
	color: #fff;
	margin: 0 -20px 0;
	padding: 8px 20px;
}

.single-entry-content .wp-block-group.table-of-contents h2:first-child::before {
	content: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-drumstick.svg);
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-right: 16px;
}

.single-entry-content .wp-block-group.table-of-contents ul {
	margin-bottom: 0;
}

.single-entry-content .wp-block-group.table-of-contents ul ul {
	margin-top: 0;
	list-style-type: disc;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.table-of-contents a:hover {
		text-decoration: none;
	}
}

/* [ Block: Pin for Later ] */
.single-entry-content .wp-block-group.pin-for-later {
	margin: 25px 0;
}

.single-entry-content .wp-block-group.pin-for-later .wp-block-button {
	display: block;
}

.single-entry-content .wp-block-group.pin-for-later .wp-block-button__link {
	color: #fff;
	width: 100%;
	text-decoration: none;
	background-color: #ff5c39;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	padding: 14px;
	line-height: 1;
	display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 80px;
	text-align: left;
}

@media screen and (min-width: 490px) {
	.single-entry-content .wp-block-group.pin-for-later .wp-block-button__link {
		letter-spacing: 0.05em;
		text-transform: uppercase;
		font-size: 19px;
	}
}

.single-entry-content .wp-block-group.pin-for-later .wp-block-button__link:hover {
	box-shadow: none;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.pin-for-later .wp-block-button__link:hover {
		background-color: #ea4c2a !important;
		transform: scale(0.95);
	}
}

.single-entry-content .wp-block-group.pin-for-later .wp-block-button__link::before {
	content: '\e954';
	font-family: 'Icons';
	color: #2e2e2e;
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	margin-right: 12px;
	flex: 0 0 auto;
}

/* [ Block: Top Reader Reviews ] */
.single-entry-content .wp-block-group.top-reader-reviews {
	border: 4px solid #ffb200;
	border-radius: 20px;
	margin: 25px 0;
	padding: 0 20px;
	overflow: hidden;
}

.single-entry-content .wp-block-group.top-reader-reviews h2:first-child {
	background: #ffb200;
	margin: 0 -20px 0;
	padding: 8px 20px;
	display: flex;
	align-items: center;
}

.single-entry-content .wp-block-group.top-reader-reviews h2:first-child::before {
	content: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-star.svg);
	display: inline-block;
	margin-right: 16px;
	width: 30px;
}

.single-entry-content .wp-block-group.top-reader-reviews ul {
	margin-top: 24px;
	margin-bottom: 24px;
}

.single-entry-content .wp-block-group.top-reader-reviews li + li {
	margin-top: 24px;
}


/* [ Block: Asterisk Box ] */
.single-entry-content .wp-block-group.asterisk-box {
	border: 4px solid #4aafb1;
	border-radius: 5px;
	margin: 25px 0;
	padding: 20px 14px;
}

.single-entry-content .wp-block-group.asterisk-box p:first-child {
	margin: 0;
	padding: 0;
}

.single-entry-content .wp-block-group.asterisk-box p:first-child::before {
	content: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-asterisk.svg);
	display: inline-block;
	margin-right: 8px;
	width: 14px;
}

/* [ Block: More Chicken Breast Recipes ] */
.single-entry-content .wp-block-group.more-chicken-breast-recipes {
	border: 4px solid #000;
	border-radius: 20px;
	margin: 60px 0 25px;
	padding: 44px 20px 12px;
	position: relative;
}

.single-entry-content .wp-block-group.more-chicken-breast-recipes::before {
	content: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-black.svg);
	display: block;
	position: absolute;
	top: -32px;
	height: 62px;
	width: 62px;
	background-color: #ffb200;
	border-radius: 50%;
	padding: 12px;
}

.single-entry-content .wp-block-group.more-chicken-breast-recipes h2:first-child {
	margin: 0 0;
}

/* [ Block: Regular Question ] */
.single-entry-content .wp-block-group.regular-question {
	margin: 25px 0;
	position: relative;
}

.single-entry-content .wp-block-group.regular-question h2 {
	display: flex;
}

.single-entry-content .wp-block-group.regular-question h2::before {
	content: '?';
	background-color: #496cab;
	color: #fff;
	height: 24px;
	width: 24px;
	font-size: 22px;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 8px;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.regular-question h2::before {
		position: absolute;
		left: -44px;
		height: 34px;
		width: 34px;
		font-size: 28px;
		margin-top: 0;
	}
}

/* [ Block: In-Post Email ] */
.single-entry-content .wp-block-group.in-post-email {
	background: url('/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pattern.jpg');
	margin: 25px 0;
	padding: 20px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.in-post-email {
		padding: 40px 20px 50px;
		text-align: left;
	}
}

.single-entry-content .wp-block-group.in-post-email h2 {
	margin-top: 4px;
}

.single-entry-content .wp-block-group.in-post-email h4 {
	font-size: 15px;
	margin-top: 0;
}

.single-entry-content .wp-block-group.in-post-email p {
	font-size: 20px;
	line-height: 1.2;
	margin: 8px 0;
}

.single-entry-content .wp-block-group.in-post-email .wp-block-image {
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.in-post-email .wp-block-image {
		float: left;
		margin-top: -24px;
		width: 45%;
	}
}

.single-entry-content .wp-block-group.in-post-email .button,
.single-entry-content .wp-block-group.in-post-email .wp-block-button {
	margin: 4px 0;
}

.single-entry-content .wp-block-group.in-post-email .button,
.single-entry-content .wp-block-group.in-post-email .wp-block-button__link {
	display: inline-block;
	color: #fff;
	background-color: #45a2a4;
	font-family: Verdana, sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
	border-radius: 0;
	padding: 10px 12px;
	line-height: 1;
}

.single-entry-content .wp-block-group.in-post-email .button:hover,
.single-entry-content .wp-block-group.in-post-email .wp-block-button__link:hover {
	box-shadow: none;
}

@media screen and (min-width: 1024px) {
    .single-entry-content .wp-block-group.in-post-email .button:hover,
	.single-entry-content .wp-block-group.in-post-email .wp-block-button__link:hover {
		background-color: #000 !important;
		transform: scale(1.05);
	}
}

/* [ Block: why you'll love this ] */
.single-entry-content .wp-block-group.why-youll-love-this {
	border: 3px solid #fd6e50;
	border-bottom-width: 11px;
	border-radius: 10px;
	margin: 30px 0;
	padding: 25px 20px 20px;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.why-youll-love-this {
		border-bottom-width: 8px;
	}
}

.single-entry-content .wp-block-group.why-youll-love-this h3::before {
	content: '\e92d';
	color: #fd6e50;
	display: inline-block;
	font-family: 'Icons';
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 4px;
}

.single-entry-content .wp-block-group.why-youll-love-this h3 {
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	position: relative;
	letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.why-youll-love-this h3 {
		font-size: 28px;
	}
}

.single-entry-content .wp-block-group.why-youll-love-this ul {
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.why-youll-love-this ul {
		font-size: 20px;
	}
}

.single-entry-content .wp-block-group.why-youll-love-this li::before {
	color: #000;
	content: '\e90d';
	font-family: 'Icons';
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

.single-entry-content .wp-block-group.why-youll-love-this li {
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0 0 0 25px;
	position: relative;
}


/* [ Block: Sponsored By ] */
.single-entry-content .wp-block-group.sponsored-by {
	background: #faf7F1;
	border-radius: 10px;
	padding: 4px 20px;
	margin: 30px 0;
}

.single-entry-content .wp-block-group.sponsored-by p::before {
	content: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-asterisk.svg);
	display: block;
	height: 14px;
	width: 14px;
	letter-spacing: 0;
	position: absolute;
	top: 1px;
	left: 0;
}

.single-entry-content .wp-block-group.sponsored-by p {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}

/* [ Block: Video Guide ] */
.single-entry-content .wp-block-group.video-guide {
	background: #496cab;
	margin: 25px 0;
	padding: 25px;
	text-align: center;
}

.single-entry-content .wp-block-group.video-guide .wp-block-columns {
	display: block;
	margin: 0;
}

.single-entry-content .wp-block-group.video-guide .wp-block-columns .wp-block-column {
	margin: 0;
}

.single-entry-content .wp-block-group.video-guide .wp-block-columns .wp-block-column:first-of-type {
	flex: 1 0 auto;
	margin: 0 auto;
	max-width: 291px;
}

.single-entry-content .wp-block-group.video-guide .mv-video-target {
	background: #fff;
}

.single-entry-content .wp-block-group.video-guide iframe {
	display: block;
	margin-bottom: 10px;
}


@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.video-guide {
		text-align: left;
	}
	.single-entry-content .wp-block-group.video-guide .wp-block-columns {
		display: flex;
		align-items: center;
	}
	.single-entry-content .wp-block-group.video-guide  .wp-block-columns .wp-block-column {
		padding: 0 0 0 25px;
	}

	.single-entry-content .wp-block-group.video-guide  .wp-block-columns .wp-block-column:first-of-type {
		margin: 0;
		padding: 0;
	}

	.single-entry-content .wp-block-group.video-guide iframe {
		display: block;
		margin: 0;
	}
}

.single-entry-content .wp-block-group.video-guide h2 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.single-entry-content .wp-block-group.video-guide h2.mv_auto_insert_headline {
	display: none; /* Hide Mediavine video headline */
}

.single-entry-content .wp-block-group.video-guide p {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
}

.single-entry-content .wp-block-group.video-guide .wp-block-buttons .wp-block-button {
	margin: 10px 0 0 0;
}

.single-entry-content .wp-block-group.video-guide .wp-block-button__link {
	background: #ffb200;
	color: #000;
	border-radius: 0;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.6;
	padding: 7px 25px;
	text-decoration: none;
	text-transform: lowercase;
}

.single-entry-content .wp-block-group.video-guide .wp-block-button .wp-block-button__link::after {
	content: '\e90b';
	font-family: 'Icons';
	font-size: 80%;
    margin-left: 4px;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.video-guide .wp-block-button a.wp-block-button__link:hover {
		background-color: #000 !important;
		box-shadow: none;
		color: #fff;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		transition: 400ms;
	}
}

/* [ Block: Image Guide ] */
.single-entry-content .wp-block-group.image-guide {
	background: #496cab;
	margin: 25px 0;
	padding: 25px;
	text-align: center;
}

.single-entry-content .wp-block-group.image-guide .wp-block-columns {
	display: block;
	margin: 0;
}

.single-entry-content .wp-block-group.image-guide  .wp-block-columns .wp-block-column {
	margin: 0;
}

.single-entry-content .wp-block-group.image-guide  .wp-block-columns .wp-block-column:first-of-type {
	margin: 0 auto;
	max-width: 229px;
}

.single-entry-content .wp-block-group.image-guide .wp-block-image {
	margin: 0 0 10px 0;
}

.single-entry-content .wp-block-group.image-guide .wp-block-image img {
	border: 10px solid #fff;
	box-sizing: content-box;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.image-guide {
		text-align: left;
	}
	.single-entry-content .wp-block-group.image-guide .wp-block-columns {
		display: flex;
		align-items: center;
	}
	.single-entry-content .wp-block-group.image-guide  .wp-block-columns .wp-block-column {
		padding: 0 0 0 25px;
	}
	.single-entry-content .wp-block-group.image-guide  .wp-block-columns .wp-block-column:first-of-type {
		margin: 0;
		padding: 0;
	}
	.single-entry-content .wp-block-group.image-guide .wp-block-image {
		margin: 0;
	}
}

.single-entry-content .wp-block-group.image-guide h2 {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.single-entry-content .wp-block-group.image-guide p {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
}

.single-entry-content .wp-block-group.image-guide .wp-block-buttons .wp-block-button {
	margin: 10px 0 0 0;
}

.single-entry-content .wp-block-group.image-guide .wp-block-button .wp-block-button__link {
	background: #ffb200;
	color: #000;
	border-radius: 0;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.6;
	padding: 7px 25px;
	text-decoration: none;
	text-transform: lowercase;
}

.single-entry-content .wp-block-group.image-guide .wp-block-button .wp-block-button__link::after {
	content: '\e90b';
	font-family: 'Icons';
	font-size: 80%;
    margin-left: 4px;
}

@media screen and (min-width: 1024px) {
	.single-entry-content .wp-block-group.image-guide .wp-block-button a.wp-block-button__link:hover {
		background-color: #000 !important;
		box-shadow: none;
		color: #fff;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		transition: 400ms;
	}
}

/* [ Footer: Back to Top ] */
.back-to-top {
	color: #ffb200;
    font-size: 20px;
    padding: 6px 0px 4px;
    margin-left: -14px;

}

@media screen and (min-width: 1024px) {
	.back-to-top {
		float: right;
	    font-size: 24px;
	    line-height: 1;
	    position: relative;
	    top: -5px;
	    padding: 0px;
	}
}

.back-to-top .icon-font {
	display: inline-block;
	width: 22px;
	height: 27px;
	line-height: 27px;
	font-size: 27px;
	margin-right: 10px;
	position: relative;
    top: 4px;
}

@media screen and (min-width: 1024px) {
	.back-to-top .icon-font {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 20px;
		margin-left: 10px;
		top: 0px;
	}
}


.back-to-top-text {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    top: -1px;
    left: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
}

/* [ Header: Check ] */

.header-check::before {
    content: '\e90c';
    font-family: 'Icons';
    display: block;
    float: left;
    font-size: 0.7em;
    width: 1.65em;
    height: 1.65em;
    line-height:  1.65em;
    text-align: center;
    color: #ec9b14;
    border: 0.1em solid  #ec9b14;
    border-radius: 100%;
    margin-right: 8px;
}

@media screen and (min-width: 768px) {
	.header-check::before {
        margin-left: calc(-60px);
        transform: translateX(calc((60px - 100%)/2));
    }
}

p.header-check::before {
	font-size: 0.8em;
	margin-top: 0.2em;
}

@media screen and (min-width: 768px) {
	p.header-check::before {
		margin-left: -44px;
        transform: translateX(calc((44px - 100%)/2));
	}
}

/* [ Logo Mark ] */

.logo-mark {
	position: relative;
	display: block;
	width: 112px;
	height: 112px;
	margin: 0 auto;
}

.logo-mark::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-mark.svg) no-repeat center;
	background-size: contain;
	position: relative;
	z-index: 9;
}


/* ---------- [ Entry Meta ] ---------- */

.single .content .entry {
	position: relative;
}

.single .content .entry-header {
	position: relative;
}

.single .category-container {
	margin-bottom: 5px;
	line-height: 1em;
}

.single .category-container a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #d6d6d6;
	padding: 3px 7px 2px;
	letter-spacing: .1em;
	display: inline-block;
    line-height: 1em;
	margin-bottom: 2px;
    border-radius: 4px;
}

@media screen and (min-width: 1024px) {
	.single .category-container a {
		font-size: 14px;
		text-align: left;
		padding: 0px 3px 0px 8px;
		border: 0px;
		border-left: 2px solid #000;
		border-radius: 0px;
	}

	.single .category-container a:first-child {
		border-left: 0px;
		padding: 0px 3px 0 0;
	}
}

.single .breadcrumb {
	margin: 0 auto 5px;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.single .breadcrumb {
		margin-right: 80px;
	}
}

/* [ Post Details ] */

.post-info {
	margin-top: 8px;
	font-size: 12px;
    border-bottom: 1px solid rgba(000,000,000,.06);
    padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
	.post-info {
		margin: 12px 0 0;
		font-size: 12px;
	}
}

.post-info .entry-author {
  font-weight: 700;
}

.wprm-recipe-snippet {
	display: none;
}

@media screen and (min-width: 1024px) {
	.wprm-recipe-snippet {
		display: flex;
		margin-bottom: 8px;
	}
	.wprm-recipe-snippet {
		border-top: 2px solid #f4f2f0;
		border-bottom: 2px solid #f4f2f0;
		padding: 8px 0;
		font-size: 16px;
		margin-bottom: 4px;
	}
}

.post-info .author-image {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/avatar-author.jpg);
	background-size: contain;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.post-info .author-image {
		display: none;
	}
}

.post-info .author-byline,
.wprm-recipe-snippet .wprm-recipe-link {
	flex: 0 1 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-left: 2px solid #f4f2f0;
	display: flex;
	flex-wrap: wrap;
	padding: 4px;
}

.wprm-recipe-snippet .wprm-recipe-link {
	text-decoration: none !important;
}

@media screen and (min-width: 375px) {
	.post-info .author-byline,
	.wprm-recipe-snippet .wprm-recipe-link {
		padding: 4px 16px;
	}
}

.post-info .author-byline {
	border-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.wprm-recipe-snippet .wprm-recipe-link:last-of-type {
		padding-right: 0;
	}
}

.post-info .wprm-recipe-link .icon-font {
	margin-left: -2px;
	margin-right: 8px;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.post-info .wprm-recipe-link .icon-font {
		font-size: 12px;
	}
}

.post-info .wprm-recipe-rating {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.post-info .wprm-recipe-rating {
		float: right;

	}
}

.post-info .wprm-recipe-rating-details {
	display: inline-block;
	margin-left: 10px;
}

.post-info .wprm-rating-star {
	margin: 0 1px;
	display: inline-block;
	transform: rotate(-8deg);
	font-size: 16px !important;
	color: #ffb200;
	line-height: 16px;
}

.post-info polygon {
	stroke: #ff5c39;
}

.post-details .wprm-recipe-link .icon-font {
	margin-right: 0px;
}

.post-details .icon-font.icon-chevron::before {
	transform: rotate(90deg);
	margin-right: -8px;
	top: 0px;
	font-size: 10px;
}

.post-details .wprm-recipe-link .icon-print::before {
	content: '\e937';
}

@media screen and (min-width: 375px) {
	.post-details .wprm-recipe-link .icon-font::before {
		margin-right: -4px;
	}
}

@media screen and (min-width: 768px) {
	.post-info .post-dates {
		display: inline-block;
		background: transparent;
		margin: 0;
		padding: 0;
	}
}

.post-info .affiliate-disclosure {
	padding-top: 4px;
}

.post-info .affiliate-disclosure a {
	text-decoration: underline;
}

@media screen and (min-width: 375px) {
	.post-info .wprm-recipe-jump,
	.post-info .entry-time,
	.post-info .entry-modified-time,
	.post-info .wprm-recipe-print {
		padding: 0px 16px;
		border-left: 1px solid #ffb200;
	}

	.post-info .wprm-recipe-jump {
		border-left: 0px;
		padding-left: 0px;
	}
}

.post-info .meta-title {
	margin-right: 4px;
	font-weight: 700;
}

/* Post Info Buttons */
.post-info-buttons {
	--post-info-button-background-color: #ffb200;
	--post-info-button-background-color_hover: #000000;
	--post-info-button-background-color_pinterest: #cb2027;
  display: flex;
	gap: 12px;
	margin-top: 10px;
}

.post-info-buttons a {
  background-color: var(--post-info-button-background-color);
  border-radius: 5px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 7px 15px;
	flex: 1 auto;
}

@media screen and (min-width: 480px) {
	.post-info-buttons a {
		flex: initial;
		flex-basis: 50%;
	}
}

@media screen and (min-width: 1024px) {
  .post-info-buttons a {
    display: inline-block;
    flex-basis: auto;
  }
}

@media (hover: hover) {
	.post-info-buttons a:hover {
		text-decoration: none;
		transform: scale(1.05);
		color: #fff !important;
		background-color: var(--post-info-button-background-color_hover);
	}
}

.post-info-buttons a span.truncate {
  display: none;
}

@media screen and (min-width: 430px) {
  .post-info-buttons a span.truncate {
    display: inline;
  }
}

.post-info-buttons a .icon-font::before {
  top: 2px;
}

.post-info-buttons a .icon-font {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 0 5px 0 0;
  width: 30px;
  text-align: center;
}

@media (hover: hover) {
	.post-info-buttons a:hover .icon-font {
		color: #000;
	}
}

.post-info-buttons a:not(:hover) .icon-font.icon-pinterest {
  background-color: var(--post-info-button-background-color_pinterest);
  color: #fff;
}


/* ---------- [ In-Post Headers ] ---------- */

.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4,
.single-entry-content h5,
.single-entry-content h6 {
	margin: 20px 0 -4px;
}

.single-entry-content h4,
.single-entry-content h5 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.single-entry-content h6 {
	line-height: 1.3em;
}

.single-entry-content blockquote {
	border: 5px solid #ffb200;
	margin: 20px 0px 24px 0px;
	padding: 4px 28px;
	font-size: 20px;
}

/* ---------- [ In-Post Lists ] ---------- */

/* [ Ordered ] */

.single-entry-content ol {
	list-style-type: none;
	margin-left: 1.8em;
}

.single-entry-content ol > li {
	margin-bottom: 8px;
}

.single-entry-content ol > li {
	counter-increment: list-counter;
}

.single-entry-content ol > li:first-of-type {
	counter-reset: list-counter;
}

.single-entry-content ol > li::before {
	content: counter(list-counter);
    float: left;
    width: 22px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
    color: #000;
    background: #ffb200;
    border-radius: 50%;
    margin-top: 0.36em;
    margin-left: -2.4em;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}

/* [ Unordered ] */

.single-entry-content ul:not(.wp-block-gallery) {
	list-style-position: inside;
	margin-left: 8px;
}

.single-entry-content ul ul {
	margin-left: 16px;
}

@media screen and (min-width: 768px) {
	.single-entry-content ul:not(.wp-block-gallery),
	.single-entry-content ul ul {
		list-style-position: outside;
		margin-left: 28px;
	}
}

/* check marks */
.single-entry-content ul.check-list {
	list-style: none;
}

.single-entry-content ul.check-list > li::before {
	color: #000;
	content: '\e90d';
	float: left;
	font-family: 'Icons';
	font-size: 14px;
	font-style: normal;
	display: block;
	margin-top: 0.3em;
	margin-left: -1.75em;
}

/* ---------- [ In-Post Styles ] ---------- */

.button-pin .wp-block-button__link {
	display: block;
	border-radius: 4px;
	font-weight: 700;
	padding: 8px 20px;
	background: #ea2d37;
}

@media screen and (min-width: 1024px) {
	.button-pin .wp-block-button__link:hover {
		opacity: 1;
		background: #c62124;
	}
}

/* ---------- [ Sticky Nav ] ---------- */

@media screen and (min-width: 1024px) {
	.sticky-nav .nav-primary {
		min-height: 59px;
	}

	.sticky-nav .nav-primary,
	.sticky-nav .site-title a {
		position: fixed;
		top: 0;
		transition: none;
		background: #fff;
		z-index: 99;
	}

	.sticky-nav .site-title a {
		z-index: 999;
	}

	.admin-bar .sticky-nav .nav-primary,
	.admin-bar .sticky-nav .site-title a {
		top: 32px;
	}

	.sticky-nav .nav-primary {
		margin: 0;
		-webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
		background-color: #000;
	}

	.sticky-nav .sub-menu-toggle {
		font-size: 18px;
	}

	.sticky-nav .site-title a {
		height: 39px; /* @todo definitely cause of animation growth from bottom left */
		background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo.svg) no-repeat center;
		margin-top: 10px;
		width: 247px;
		background-size: 247px;
	}

	.sticky-nav .nav-primary .wrap {
   		padding-left: 209px;
   		position: relative;
	}

	.sticky-nav .nav-primary .menu {
		align-items: center;
		padding-left: 55px;
		padding-bottom: 0px;
	}

	.sticky-nav .nav-primary .menu > .menu-item > a {
		padding: 22px 28px 22px 7px;
		color: #fff;
		font-size: 15px;
		font-family: Verdana, sans-serif;
		border-left: 3px solid #000;
	}

	.sticky-nav .nav-primary .menu > .menu-item > a::before {
		display: none;
	}

	.sticky-nav .nav-primary .menu > .menu-item.sfHover > a {
		background-color: #fff;
		color: #000;
		border-color: #ffb200;
	}

	.sticky-nav .nav-primary .menu > .menu-item:first-child {
		margin-right: 13px;
	}

	.sticky-nav .nav-primary .menu > .menu-item:first-child > a {
		font-size: 14px;
		padding: 7px 18px;
		border-color: #ffb200;
	}

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

	.sticky-nav .nav-primary .menu > .menu-item > .sub-menu {
		top: 54px;
	}

	.sticky-nav .cta-mobile {
		display: none;
	}

	.sticky-nav .hide-sticky{
		display: none;
	}

	.sticky-nav .nav-primary .sub-menu-toggle {
		color: #fff;
		font-size: 18px;
		top: 18px;
    	right: 4px;
	}

	.sticky-nav .nav-primary li.sfHover .sub-menu-toggle {
		color: #000;
	}

	.sticky-nav .nav-primary .menu > .menu-item > .sub-menu {
	    top: 59px;
	    left: 0%;
    	margin-left: 0px;
    	-webkit-box-shadow: 3px 0 5px -4px rgba(0, 0, 0, 0.16);
   		-moz-box-shadow: 3px 0 5px -4px rgba(0, 0, 0, 0.16);
  		box-shadow: 3px 0 5px -4px rgba(0, 0, 0, 0.16);
	}

	.sticky-nav .menu .sub-menu .menu-item a {
		border-bottom: 2px solid transparent;
		color: #000;
	}

	.sticky-nav .menu .sub-menu .menu-item:hover a {
		color: #000;
		background-color: #ffb200;
		border-bottom-color: #000;
	}

	.sticky-nav .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-of-type::before {
		display: none;
	}
}

@media screen and (min-width: 1250px) {
	.sticky-nav .site-title a {
		width: 343px;
		background-size: 343px;
	}

	.sticky-nav .nav-primary .wrap {
	    max-width: 1095px;
	    right: -75px;
	    padding-left: 308px;
	}
}

/* ================================
[ ACF ]
================================ */

/* ---------- [ Bio ] ---------- */

/* [ Bio: Sidebar ] */

.bio_widget {
	text-align: center;
	line-height: 1;
}

.bio_widget .bio-container .wrap {
	max-width: 340px;
	margin: 0 auto;
}

.bio-container .image {
	max-width: 105px;
	float: left;
}

.bio-container .image img {
	display: block;
	border-radius: 100%;
}

.bio-container .widget-title {
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 0px;
	margin-top: 10px;
    text-align: center;
    position: relative;
    top: 10px;
    width: 160px;
    float: right;
}

.bio-container .text {
	font-size: 11px;
    line-height: 1.6em;
    letter-spacing: .01em;
    width: 200px;
    float: right;
    position: relative;
    padding-top: 32px;
    margin-right: 14px;
}

.bio-container .text:before {
	content: '';
	display: block;
	width: 118px;
	height: 23px;
	position: absolute;
	left: calc(50% - 62px);
	top: 0px;
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/text-welcome.svg) no-repeat center;
	background-size: contain;
}

.bio-container p {
	margin-bottom: 0px;
}

.bio-container .more-link-container {
	margin-top: 0px;
}

.bio-container .more-link-container .more-link {
	    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
    background: transparent;
    padding: 0;
    margin-left: 2px;
    color: #000;
    font-size: 11px;
}

@media screen and (min-width: 1024px) {
	.bio-container .text .more-link:hover {
		opacity: 0.7;
	}
}


.bio_widget .text p, .bio_widget .more-link-container,
.bio_widget .more-link-container .more-link {
	display: inline;
}

/* [ Bio: Footer ] */

.footer-bio {
	color: #fff;
	background: #ea2d37;
	margin: 108px 10px 0;
	padding: 120px 10px 20px;
}

@media screen and (min-width: 768px) {
	.footer-bio {
		margin: 108px 20px 0;
		padding: 120px 20px 32px;
	}
}

@media screen and (min-width: 1024px) {
	.footer-bio {
		background: transparent;
		margin: 0;
		border-top: 4px solid #343434;
		border-bottom: 4px solid #343434;
		padding: 60px 0;
	}

	.footer-bio + .nav-footer-specialties {
		border-top: 0;
	}
}

@media screen and (max-width: 1023px) {
	.site-container .footer-bio .wrap {
		max-width: 100%;
		margin: 0;
	}
}

@media screen and (min-width: 1024px) {
	.footer-bio .wrap {
		position: relative;
		padding: 36px 544px 36px 44px;
		background: #ea2d37;
		height: 380px; /* image height - container top/bottom padding */
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.footer-bio .wrap::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 0 24px 24px;
		border-color: transparent transparent transparent #ea2d37;
		position: absolute;
		top: 52px;
		right: 476px;
		z-index: 99;
	}

	.footer-bio .wrap::after {
		content: ' ';
		display: block;
		width: 208px;
		height: 208px;
		position: absolute;
		left: -68px;
		bottom: -20px;
		background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-mark-pink.svg) no-repeat center;
		background-size: contain;
		-webkit-clip-path: polygon(68px 0, 208px 0, 208px 188px, 68px 188px);
		clip-path: polygon(68px 0, 208px 0, 208px 188px, 68px 188px);
	}
}

.footer-bio .image {
	max-width: 200px;
	top: -88px;
	left: calc(50% - 100px);
}

@media screen and (min-width: 1024px) {
	.footer-bio .image {
		max-width: 500px;
		top: -60px;
		left: auto;
		right: 0;
	}
}

.footer-bio .image img {
	border: 6px solid #ea2d37;
}

@media screen and (min-width: 1024px) {
	.footer-bio .image img {
		border: 0;
		border-radius: 0;
	}
}

.footer-bio .bio-pretitle {
	font-family: Verdana, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.footer-bio .bio-pretitle {
		font-size: 44px;
	}
}

.footer-bio .widget-title {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.footer-bio .widget-title {
		color: #ec9b14;
	}

	.footer-bio .text {
		z-index: 9;
	}
}

.footer-bio .more-link-container {
	margin-top: 16px;
}

.footer-bio .more-link-container .more-link {
	color: #fff;
	padding: 16px 24px;
}

@media screen and (max-width: 1023px) {
	.footer-bio .more-link-container .more-link {
		background: #ec9b14;
	}
}

@media screen and (min-width: 1024px) {
	.footer-bio .more-link-container .more-link {
		padding: 12px 20px;
	}
}


/* ---------- [ CTA & Subscribe ] ---------- */

.cta {
	display: block;
}

/* [ CTA: Footer ] */

.footer-cta {
	color: #fff;
	background: url('/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pattern-bordered.png') repeat-x;
	background-size: 100%;
	padding: 34px 0;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	font-family: Verdana, sans-serif;
	position: relative;
	overflow: visible;
	background-size: 334px;
}

.footer-cta .cta-button {
	background: #45a2a4;
	font-size: 19px;
	font-weight: 700;
	display: inline-block;
    padding: 14px 16px;
    position: relative;
    transition: 400ms;
}

@media screen and (min-width: 1024px) {
	.footer-cta .cta-button {
	    padding: 12px 12px 13px 12px;
	    left: 16px;
	    top: -6px;
	}

	.footer-cta .cta-button:hover {
		background: #4aafb1;
	}
}

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

	.footer-cta:hover {
		opacity: 1;
		cursor:pointer;
		text-decoration: none;
	}
}

.footer-cta .cta-title {
	color: #000;
	font-size: 36px;
	position: relative;
	display: block;
	padding-top: 84px;
}

@media screen and (min-width: 1024px) {
	.footer-cta .cta-title {
		display: inline-block;
		padding-left: 106px;
		padding-top: 0px;
	}
}

.footer-cta .cta-title:before {
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0px;
	left: calc(50% - 38px);
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-circled-alt.svg) no-repeat top left;
	background-size: 76px;
}

@media screen and (min-width: 1024px) {
	.footer-cta .cta-title:before {
		width: 92px;
		height: 92px;
		bottom: -28px;
		left: 0;
		top: auto;
		background-size: 92px;
	}
}

/* [ CTA: Archive ] */

.archive-footer-cta {
	background: rgba(000,000,000,.69);
	padding: 44px 25px;
	text-align: center;
	position: relative;
	margin-bottom: 47px;
	background-size: cover;
}

@media screen and (min-width: 1024px) {
	.archive-footer-cta {
		padding: 90px 25px;
	}
}

@media screen and (min-width: 1024px) {
	.archive-footer-cta:hover {
		opacity: 1;
		text-decoration: none;
	}
}

.archive-footer-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(000,000,000,.73);
	z-index: 9;
}

.archive-footer-cta .cta-button {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	position: relative;
    z-index: 9;
    letter-spacing: .1em;
    font-family: Verdana, sans-serif;
}

.archive-footer-cta .cta-button .emphasis {
	display: block;
	color: #000;
	background-color: #ffb200;
	position: relative;
    z-index: 9;
    width: 100%;
    max-width: 220px;
    margin: 5px auto 0;
    font-size: 22px;
    transition: 400ms;
    line-height: 1.1em;
    padding: 8px 0px;
}

@media screen and (min-width: 1024px) {
	.archive-footer-cta .cta-button .emphasis {
		max-width: 404px;
	}

	.archive-footer-cta .cta-button .emphasis:hover {
		opacity: 1;
		background-color: #fff;
	}
}

.browse-index-image-container {
	position: relative;
}

.browse-index-image-container .flexbox img.sm-col-2 {
	margin: 0px;
	width: 50%;
}

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

	.browse-index-image-container .flexbox img.md-col-4 {
		margin: 0px;
		width: 25%;
	}

}

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

	.browse-index-image-container .flexbox img.lg-col-7 {
		margin: 0px;
		width: 14.285%;
		object-fit: cover;
	}

	.browse-index-image-container .flexbox img.lg-col-7:last-child {
		border-right: 0;
	}
}

.browse-index-image-container .flexbox {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
}

/* [ CTA: Header (Mobile) ] */

.cta-mobile-header {
	text-align: center;
	position: absolute;
	top: 20px;
	right: 14%;
	overflow: hidden;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 8px;
}

@media screen and (min-width: 1024px) {
	.cta-mobile-header {
		display: none; /* @todo fix visible-on-mobile inheritence */
	}
}

.cta-mobile-header .cta-button {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	line-height: 1;
	vertical-align: middle;
	color: #fff;
	background: #ec9b14;
	padding: 8px 12px;
	border-radius: 20px;
}

/* [ Subscribe: Home ] */

.home .subscribe {
	display: none;
	color: #fff;
    background: #000 url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pattern-black.jpg) repeat center 100%;
    background-size: 302px 263px;
    padding: 34px 0;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

@media screen and (min-width: 1024px) {
	.home .subscribe {
		display: block;
	}
}

.home .subscribe > .wrap {
	padding: 0 40px;
}

@media screen and (min-width: 1200px) {
	.home .subscribe > .wrap {
		padding: 0 80px;
	}
}

.home .subscribe .pre-title {
	font-size: 24px;
	line-height: 1.16em;
	letter-spacing: -.025px;
	width: calc(100% - 650px);
    float: left;
}

.home .subscribe .pre-title .empasis {
	color: #ffb200 ;
}

.home .subscribe form {
	width: 630px;
	float: right;
	padding: 12px 0 0 20px;
}

.home .subscribe input {
	width: 228px;
	float: left;
	margin-right: 12px;
	border-radius: 28px;
	color: #000;
	padding: 14px 24px;
}

.home .subscribe ::-webkit-input-placeholder {
	color: #000;
}

.home .subscribe .subscribe_button {
	width: 120px;
	float: left;
	color: #000;
	border-radius: 28px;
	padding: 14px 16px;
	background: #ffb200;
	font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    line-height: 1;
    font-family: Verdana, sans-serif;
}

@media screen and (min-width: 1024px) {
	.home .subscribe .subscribe_button {
		font-size: 18px;
	}

	.home .subscribe .subscribe_button:hover {
		background-color: #fff;
	}
}

/* [ Subscribe: Sidebar ] */

.subscribe_widget {
    border: 4px solid #000;
    text-align: center;
    overflow: hidden;
    padding: 25px;
}

.subscribe_widget .pre-title {
	font-size: 12px;
	letter-spacing: .1em;
	color: #000;
	margin-bottom: 0px;
	position: relative;
	text-transform: uppercase;
}

.subscribe_widget .title {
	letter-spacing: -.025em;
	color: #000;
	line-height: 1.16em;
	margin-top: 4px;
}

.subscribe_widget input[type="email"],
.subscribe_widget input[type="text"] {
	border-color: #999;
	margin-bottom: 8px;
	padding: 14px 18px;
}

.subscribe_widget .subscribe_button {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	border-radius: 20px;
	display: inline-block;
    line-height: 1;
    color: #000;
    background: #ffb200;
    font-weight: 700;
    text-transform: lowercase;
    padding: 9px 25px;
}

@media screen and (min-width: 1024px) {
	.subscribe_widget .subscribe_button:hover {
		opacity: 1;
	    background: #000;
	    color: #fff;
	}
}

/* [ Subscribe: Footer ] */

@media screen and (min-width: 1024px) {
	.footer-subscribe .subscribe {
		width: 100%;
		margin-left: 12px;
		margin-right: 20px;
	}
}

.footer-subscribe .subscribe input {
	width: 100%;
	height: 48px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.footer-subscribe .subscribe input {
		float: left;
		height: 36px;
		margin: 0;
		vertical-align: middle;
		padding: 8px 16px;
	}

	.footer-subscribe .subscribe input[type="email"] {
		width: calc(100% - 132px);
		text-align: left;
		text-transform: lowercase;
		font-size: 15px;
	}

	.footer-subscribe .subscribe input[type="submit"] {
		width: 132px;
	}
}

/* ---------- [ Footer Featured Posts ] ---------- */

.featured-posts.footer-posts .section-title {
	position: relative;
	padding-left: 53px;
	text-align: left;
}

.featured-posts.footer-posts .section-title:before {
	content: '';
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    top: -7px;
    left: 0px;
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-star-circled.svg) no-repeat top left;
    background-size: 39px;
}

.featured-posts.footer-posts.home-latest .section-title:before {
	content: '';
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    top: -7px;
    left: 0px;
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-drumstick.svg) no-repeat top left;
        background-color: #000;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
}

/* ---------- [ Featured Images (Logos) ] ---------- */

.featured-images {
	text-align: center;
	margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
	.featured-images {
		margin: 20px 0 40px;
	}

	.single .featured-images {
		margin-top: 20px;
	}

	.featured-images .wrap {
		display: flex;
		align-items: center;
	}
}

.featured-images .section-title {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 14px;
	margin: 0 0 12px;
	color: #666;
}

@media screen and (min-width: 1024px) {
	.featured-images .section-title {
		flex-basis: 165px;
		margin: 0;
	}
}

.featured-images .logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 420px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.featured-images .logos {
		max-width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.featured-images .logos {
		justify-content: center;
		flex-basis: calc(100% - 165px);
		margin-left: 20px;
	}
}

.featured-images .featured-image {
	flex: 0 1 50%;
	max-width: 50%;
	padding: 8px 16px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.featured-images .featured-image {
		flex-basis: 33.33%;
		padding: 8px 16px;
	}
}

@media screen and (min-width: 1024px) {
	.featured-images .featured-image {
		flex-basis: 16.667%;
	}
}

.featured-images .featured-image .size-placement-logo {
	width: auto;
	max-height: 36px;
	margin: 0 auto;
	vertical-align: middle;
	opacity: .65;
}

/* ---------- [ Featured Categories ] ---------- */

/* [ Featured Categories: Archives ] */

.footer-categories {
	margin-top: 36px;
}

.footer-categories .wrap {
	position: relative;
}

.footer-categories .section-title {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 0 12px 12px 20px;
	font-family: Verdana, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 55px;
	line-height: 0.6;
	color: #343434;
}

@media screen and (min-width: 1024px) {
	.footer-categories .section-title {
		left: -12px;
		font-size: 65px;
		z-index: 9;
		transform: rotate(-12deg);
		background: transparent;
		padding: 0;
		margin: 0;
	}

	.footer-categories .section-title::before {
		content: '';
		display: block;
		width: 92px;
		height: 92px;
		background:#ec9b14;
		border-radius: 100%;
		position: absolute;
		top: calc(50% - 48px);
		left: calc(50% - 48px);
		z-index: -1;
	}
}

@media screen and (min-width: 1100px) {
	.footer-categories .section-title {
		top: 52px;
		left: -48px;
	}
}

.footer-categories .entry {
	margin-bottom: 16px;
	-webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

@media screen and (min-width: 1024px) {
	.footer-categories .entry {
		margin-bottom: 20px;
	}
}

.footer-categories .entry-image {
	display: block;
}

.footer-categories .entry-title {
	margin: 0;
	height: 100%;
}

.footer-categories .entry-title-link {
	display: block;
	font-size: 18px;
	padding: 8px 12px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.footer-categories .entry-title-link {
		padding: 12px 16px;
	}

	.footer-categories .entry-title-link:hover {
		opacity: 1;
		color: #fff;
		background: #ec9b14;
	}
}

/* ---------- [ Featured Posts ] ---------- */

.content-features {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.content-features {
		text-align: left;
	}

	.content-features .wrap {
		position: relative;
	}

	.single .footer-posts .entry:nth-child(5),
	.single .footer-posts .entry:nth-child(6),
	.single .footer-posts .entry:nth-child(7),
	.single .footer-posts .entry:nth-child(8) {
		display: none;
	}
}

.content-features .section-title {
	color: #000;
	font-size: 28px;
	margin-bottom: 20px;
}

.content-features .feature-description {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0 12px;
}

@media screen and (min-width: 1024px) {
	.content-features.alternate .entry-title-link {
		font-size: 14px;
	}

	.content-features .more-link-container {
		position: absolute;
		top: -8px;
		right: 0;
		margin: 0;
	}
}

.content-features .more-link {
	color: #fff;
	background: #000;
	padding: 0;
	font-size: 17px;
	padding: 15px 16px;
	font-family: Verdana, sans-serif;
}

@media screen and (min-width: 1024px) {
	.content-features .more-link {
		font-size: 16px;
		padding: 14px 16px;
	}

	.content-features .more-link:hover {
		background: #42424a;
		text-decoration: none;
	}

}

/* [ Featured Posts: Archives ] */

.archive-featured-posts {
	margin: 16px 0 0;
	border-bottom: 4px solid #000;
  padding-bottom: 18px;
}

@media screen and (min-width: 1024px) {
	.archive-featured-posts {
		margin-top: 38px;
		padding-bottom: 28px;
	}
}

.archive-featured-posts .section-title {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 28px;
	margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
	.archive-featured-posts .section-title {
		font-size: 26px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.archive-featured-posts .section-title::before,
	.archive-featured-posts .section-title::after {
		content: '';
		height: 4px;
		flex: 1 1 auto;
		background-color: #000;
		margin-right: 16px;
	}

	.archive-featured-posts .section-title::after {
		margin: 0 0 0 16px;
	}
}

.archive-featured-posts .entry-title a {
	font-size: 18px;
	padding: 0 10px 10px;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.archive-featured-posts .entry-title a {
		font-size: 16px;
	}
}

.archive-featured-posts .entry-title a::before {
	content: '\e92d';
	font-family: 'Icons';
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border: 3px solid #fff;
	background: #ffb200;
	border-radius: 100%;
	margin: -16px auto 4px;
	position: relative;
	padding-top: 1px;
}

.archive-featured-posts .entry {
	display: flex;
	flex-direction: column;
}

.archive-featured-posts .entry-title {
	flex: 1;
	display: flex;
}

@media screen and (min-width: 1024px) {
	.archive-featured-posts .entry-title a:hover,
	.archive-featured-posts .entry-image-link:hover + .entry-title a {
		color: #fff;
		background: #000;
		text-decoration: none;
	}
}

/* Archive Video Block */

.category-video {
	margin-top: -4px;
	background-color: #496CAB;
	color: #fff;
}

.category-video .wrap {
	text-align: center;
	max-width: 100%;
}

@media screen and (min-width: 1024px) {
	.category-video .wrap {
		display: flex;
		padding: 32px 0;
		text-align: left;
		max-width: 1020px;
	}
}

@media screen and (min-width: 1200px) {
	.category-video .wrap {
		max-width: 1100px;
	}
}

.category-video iframe {
	display: block;
}

@media screen and (max-width: 1023px) {
	.category-video iframe {
		width: 100%;
	}
}

.category-video .media-text__text-wrap {
	padding: 16px 32px 38px;
}

.category-video .media-text__media-wrap .mv-video-target {
	background: #fff;
}

@media screen and (min-width: 1024px) {
	.category-video .media-text__text-wrap {
		padding: 34px;
		display: flex;
		flex-direction: column;
		flex-basis: 440px;
		justify-content: center;
		align-items: flex-start;
	}

	.category-video .media-text__media-wrap {
		border: 10px solid #fff;
		flex: 1 0 auto;
		flex-basis: 580px;
	}

	.category-video .media-text__media-wrap img {
		display: block;
	}
}

.category-video .media-text__text-wrap img {
	display: block;
}

.category-video .media-text__title {
	margin: 0;
	font-size: 32px;
	text-transform: capitalize;
}

.category-video.video .media-text__title::before {
	content: '\e94f';
	font-family: 'Icons';
	font-size: 22px;
	height: 54px;
	width: 54px;
	border: 3px solid #FFB200;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 12px;
}

@media screen and (min-width: 1024px) {
	.category-video.video .media-text__title::before {
		margin-left: 0;
	}
}

.category-video .media-text__action {
	background-color: #FFB200;
	padding: 12px 18px;
	margin-top: 12px;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.category-video .media-text__action:hover {
		background-color: #fff;
		text-decoration: none;
		transform: scale(0.95);
	}
}

.browse-all-heading {
	width: 100%;
	display: block;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.browse-all-heading {
		text-align: left;
	}
}

.archive .browse-all-heading {
	text-align: left;
}

.browse-all-heading h4 {
	font-size: 22px;
	text-transform: uppercase;
	border: 3px solid black;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 18px 8px;
    line-height: 1em;
    margin-left: 8px;
}

.archive .browse-all-heading h4 {
	margin-bottom: 16px;
}

/* [ Featured Posts: Sidebar ] */

.sidebar .featured-posts .title-description-container {
	text-align: left;
}

.sidebar .featured-posts .section-title {
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: .1em;
	padding: 4px 10px;
	display: inline-block;
	background-color: #45a2a4;
	color: #fff;
}

.sidebar .featured-posts .entry {
	width: calc(50% - 16px);
	margin: 8px;
}

.sidebar .featured-posts .entry-title-link {
	padding: 9px 16px;
	font-size: 16px;
	font-family: Verdana, sans-serif;
}


/* ---------- [ Manual Features ] ---------- */

@media screen and (max-width: 1023px) {
	.manual-features.feature-large .wrap {
		max-width: calc(100% - 16px);
		margin: 0;
	}
}

.manual-features.feature-large .entry {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
	padding: 42px 28px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.manual-features.feature-large .entry {
		display: flex; /* note: no margin collapse */
		flex-direction: column;
		min-height: 420px;
		padding: 40px 40px 40px 420px;
		text-align: left;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large .entry {
		padding: 40px 140px 40px 530px;
	}
}

.manual-features.feature-large .entry > * {
	position: relative;
	z-index: 9;
}

@media screen and (min-width: 768px) {
	.manual-features.feature-large .entry-image-link {
		max-width: 340px;
		position: absolute;
		top: 50%;
		margin-top: -170px;
		left: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large .entry-image-link {
		left: 145px;
	}
}

.manual-features.feature-large .pre-title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 15px;
	color: #000;
	margin-top: 16px;
	margin-bottom: -8px;
	font-family: Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
	.manual-features.feature-large .pre-title {
		margin: 0;
	}

	.manual-features.feature-large .entry-title {
		margin: 0;
	}
}

.manual-features.feature-large .entry-title-link {
	font-family: Verdana, sans-serif;
	font-size: 36px;
	padding: 0;
}

.manual-features.feature-large .entry-excerpt {
	font-size: 16px;
	margin: 8px 16px 16px;
}

@media screen and (min-width: 768px) {
	.manual-features.feature-large .entry-excerpt {
		margin: 8px 0 12px;
	}
}

.manual-features.feature-large .entry-excerpt a {
	font-weight: 700;
	text-decoration: underline;
	color: inherit;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large .entry-excerpt a:hover {
		text-decoration: none;
	}
}

@media screen and (min-width: 768px) {
	.manual-features.feature-large .more-link-container {
		text-align: left;
		    margin-top: 0px;
	}
}

.manual-features.feature-large .more-link {
	font-family: Verdana, sans-serif;
	background: transparent;
	border: 2px solid #000;
	border-radius: 60px;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large .more-link {
		font-size: 16px;
	}
	.manual-features.feature-large .more-link:hover {
		background: #ffb200;
		border-color: #ffb200;
		color: #000;
		text-decoration: none;
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/* ---------- [ Social Icons ] ---------- */

.social {
	display: inline-block;
	text-align: center;
}

.social > .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.social .social-icon {
	display: inline-block;
	color: #000;
	background: transparent;
	font-size: 32px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 100%;
	margin: 0 4px;
}

@media screen and (min-width: 1024px) {
    .social .social-icon {
    	width: 32px;
    	height: 32px;
    	line-height: 32px;
    	font-size: 24px;
    }

    .social .social-icon:hover {
        opacity: 1;
    }
}

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

.social .social-icon:last-of-type {
	margin-right: 0;
}

.social .social-icon .icon-font {
	margin: 0;
	position: relative;
	top: -0.05em;
}

 .wprm-recipe-container .wprm-entry-footer  .social .social-icon {
    	width: 32px;
    	height: 32px;
    	line-height: 32px;
    	font-size: 24px;
    }

/* [ Social: Header ] */

.before-header .social-icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

/* [ Social: Nav-Primary ] */

.nav-primary .social-icon,
.nav-primary .social-icon:nth-of-type(4n+1),
.nav-primary .social-icon:nth-of-type(4n+2),
.nav-primary .social-icon:nth-of-type(4n) {
	color: #fff;
	background: #000;
}

/* [CTA: Nav-Primary ] */

.nav-primary .cta-mobile {
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:#496cab;
    text-align: center;
    padding: 1px 0px 13px;
    font-family: Verdana, sans-serif;
}

.nav-primary .cta-mobile a {
	color: #fff;
}

/* ================================
[ Add-ons ]
================================ */


/* ---------- [ Archive Nav ] ---------- */

.archive .after-header,
.blog .after-header,
.search .after-header {
	margin-bottom: 0px;
}

.archive-nav {
	padding: 12px 0 0px;
	text-align: center;
	color: #000;
}

@media screen and (min-width: 1024px) {
	.archive-nav {
		padding: 25px 0 21px;
		text-align: left;
		color: #fff;
		background: #323232;
	}

	.blog .archive-nav,
	.search .archive-nav {
		padding: 25px 0px 27px;
	}

	body:not(.archive-recipes) .archive-nav > .wrap {
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.blog .content-sidebar-wrap,
	.search .content-sidebar-wrap {
	    margin-top: 25px;
	}
}

.archive-nav p {
	font-size: 15px;
	line-height: 1.8;
	margin: 12px 0;
}

.post-type-archive-product_link .archive-nav p {
	font-weight: 500;
}

.page-description p:first-of-type {
	margin-top: 0;
}

.page-description p:last-child {
	margin-bottom: 0;
}

/* [ Archive Nav: Search ] */

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

@media screen and (min-width: 1024px) {
	.archive-nav .search-form {
		display: block;
		position: absolute;
		top: 16px;
		right: 0;
		width: 280px;
	}

	.archive-recipes .archive-nav .search-form {
		top: 124px;
		right: calc(50% - 510px);
	}
}

/* [ Archive Nav: Title & Categories ] */

.archive-nav .related-links {
	order: 1;
}

@media screen and (min-width: 1024px) {
	.archive-nav .related-links {
		display: flex;
		float: right;
		margin: -2px 0 12px 12px;
	}
}

.subcategory-list {
	margin: 0px;
}

.subcategory-list a {
	font-family: Verdana, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 8px 20px;
	display: inline-block;
	margin-right: 10px;
}
.subcategory-list .recipe-index a {
	color: #ffb200;
}

@media screen and (min-width: 1024px) {
	.subcategory-list a:hover {
		color: #000;
		background-color: #fff;
		text-decoration: none;
	}

	.subcategory-list .recipe-index a:hover {
		background-color: #fff;
		border-color: #fff;
	}
}

.archive .archive-nav .breadcrumb,
.archive .archive-nav .breadcrumb a {
	color: #fff;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.blog .archive-nav .breadcrumb,
	.blog .archive-nav .breadcrumb a {
		color: #fff;
	}
}

.archive .archive-nav .archive-title {
	color: #ffb200;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.archive .archive-nav .archive-title,
	.blog .archive-nav .archive-title {
		max-width: 70%;
		float: left;
		margin-bottom: 0px;
	}

	.archive-nav .subcategory-listing {
		max-width: 70%;
		margin-bottom: 0;
	}

	.archive-nav .subcategory-listing .articles-container {
		margin: 0;
	}

	.archive-nav .subcategory-listing .entry-title {
		margin: 0 12px 0 0;
	}

	.archive-nav .subcategory-listing .entry-title-link {
		font-size: 16px;
		line-height: 1;
		color: #fff;
		border: 1px solid;
		border-radius: 6px;
		padding: 8px 16px;
		display: block;
	}

	.archive-nav .subcategory-listing .entry-title-link:hover {
		background-color: #fff;
		color: #000;
		border-color: #fff;
		text-decoration: none;
	}

	.blog .archive-nav .archive-title {
		margin-bottom: 0px;
		max-width: 40%;
	}
}

.archive .archive-nav {
	background-color: #323232;
	color: #fff;
	margin-top: -22px;
	padding: 28px 0 20px;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.archive .archive-nav {
		margin-top: 0;
		padding-top: 25px;
	}

}

.archive .archive-nav .wrap,
.blog .archive-nav .wrap {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.archive .archive-nav .wrap,
	.blog .archive-nav .wrap {
		display: block;
	}
}

.archive .archive-description,
.blog .archive-description {
	padding: 0px;
}

.archive .archive-description p {
	text-align: left;
}

.blog .archive-description {
	text-align: left;
}

.blog .archive-menu {
	display: none;
}

.archive-nav .subcategory-listing .subcategory {
	display: none;
}

@media screen and (min-width: 1024px) {
	.archive-nav .subcategory-listing .subcategory,
	.archive-nav .subcategory-listing .subcategory.recipe-index {
		display: inline-block;
	}
}

/* [ Archive Description ] */

.archive-description {
	padding: 0px 0px 10px 0px;
}

@media screen and (min-width: 1024px) {
	.archive-description {
		padding: 20px 0px;
	}
	.archive-description a {
		text-decoration: underline;
	}
	.archive-description a:hover {
		text-decoration: none;
	}
}

.archive-description p {
	font-size: 18px;
	line-height: 1.4;
}

.archive-description p:first-of-type {
	clear: both;
}


/* ---------- [ Modal ] ---------- */

.modal .modal__container {
	color: #fff;
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pattern.jpg) repeat;
    padding: 38px;
    text-align: center;
    font-family: Verdana, sans-serif;
    position: relative;
    overflow: visible;
    background-size: 272px 238px;
}

.modal .modal__close {
	color: #000;
}

.modal .modal__header::before {
	content: '';
    display: block;
    width: 98px;
    height: 98px;
    position: absolute;
    top: 0px;
    left: calc(50% - 38px);
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-circled.svg) no-repeat top left;
    background-size: 98px;
}

.modal .modal__header,
.modal .modal__content,
.modal .modal__footer {
	position: relative;
}

.modal__header .modal__title {
	color: #000;
	font-size: 32px;
	font-weight: 900;
    position: relative;
    display: block;
    padding-top: 108px;
    text-transform: none;
    line-height: 1.125em;
    letter-spacing: -.025em;
}

.modal__content {
	font-weight: 400;
	font-size: 15px;
}

.modal .modal__content p {
	margin: 0 36px;
}

.modal .modal__content form {
	margin-top: 16px;
}

.modal .modal__content input[type="email"],
.modal .modal__content input[type="text"] {
	font-size: 16px;
	font-weight: 500;
	padding: 18px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}



@media screen and (min-width: 400px) {
	.modal .modal__content input[type="email"],
	.modal .modal__content input[type="text"] {
		color: #000;
		border: 2px solid #000;
		width: 49%;
		float: left;
	}

	.modal .modal__content input[type="email"] {
		float: right;
	}
}

.modal .modal__content button,
.modal .modal__content input[type="submit"] {
	color: #fff;
	background: #45a2a4;
	font-size: 19px;
	width: 100%;
	border-radius: 0;
	padding: 19px;
}

@media screen and (min-width: 1024px) {
	.modal .modal__content button:hover,
	.modal .modal__content input[type="submit"]:hover {
		background: #000;
	}
}

.modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	text-transform: lowercase;
}

.modal ::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	text-transform: lowercase;
}

.modal :-ms-input-placeholder { /* IE 10+ */
	color: #000;
	text-transform: lowercase;
}

.modal :-moz-placeholder { /* Firefox 18- */
	color: #000;
	text-transform: lowercase;
}

.modal__container .modal__footer .modal__btn {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 80%;
	display: inline-block;
	width: auto;
	min-height: auto;
	padding: 0;
	border: 0;
	margin-top: 20px;
}


/* ================================
[ Plugins ]
================================ */


/* ---------- [ AdThrive ] ---------- */

@media screen and (min-width: 1200px) {
    .adthrive-content {
        width: 730px;
        margin-left: -80px;
    }
}

.adthrive-footer-message span {
	color: #666 !important;
}


/* ---------- [ Akismet ] ---------- */

.akismet_comment_form_privacy_notice {
	font-weight: 500;
	font-size: 0.7em;
	font-style: italic;
	margin: 28px 0;
	text-align: center;
}

.comment-respond + .akismet_comment_form_privacy_notice {
	margin: 0;
}

.akismet_comment_form_privacy_notice a {
	text-decoration: underline;
}

.akismet_comment_form_privacy_notice a:hover {
	text-decoration: none;
	opacity: 1;
}


/* ---------- [ Jetpack ] ---------- */

#wpstats {
	display: none;
}

.sharedaddy {
	margin-top: 20px;
}

p.comment-subscription-form {
	text-align: left;
	font-weight: 400;
	font-size: 0.92em;
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
	p.comment-subscription-form {
		float: left;
		width: calc(100% - 100px);
	}
}

.comment-subscription-form input {
	margin-right: 4px;
	position: absolute;
	top: 2px;
	left: 0;
}

.comment-subscription-form + .form-submit {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.comment-subscription-form + .form-submit {
		margin-top: -24px;
	}

	.comment-subscription-form + .comment-subscription-form + .form-submit {
		margin-top: -52px;
	}
}


/* ---------- [ Mediavine ] ---------- */

h2.mv_auto_insert_headline {
    margin-bottom: 8px;
}

/* ---------- [ Ninja Forms ] ---------- */

.nf-form-content {
	border: 5px solid #000;
	border-radius: 8px;
	padding: 34px !important;
	margin: 0 auto !important;
	max-width: 100% !important;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
	background-color: #ffb200 !important;
	color: #000 !important;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	height: 40px !important;
    border-radius: 0px;
    padding: 0px;
    width: 100% !important;
}

.nf-form-content label {
	font-size: 16px;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	letter-spacing: .1em;
}

.nf-form-content input:not([type=button]) {
	border: 2px solid #000 !important;
	color: #666 !important;
}

@media screen and (min-width: 1024px) {
	.nf-form-content button:hover,
	.nf-form-content input[type=button]:hover,
	.nf-form-content input[type=submit]:hover {
		background-color: #000 !important;
		color: #fff !important;
	}
}

.nf-form-content .submit-container .nf-field-label,
.nf-form-content .submit-container {
	margin-bottom: 0px !important;
}

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

	.nf-form-content {
		margin-bottom: -55px;
		padding: 34px 34px 10px !important;
	}

	nf-field:first-child,
	nf-field:nth-child(2n),
	nf-field:nth-child(3n) {
		width: 32%;
		float: left;
	}

	nf-field:first-child,
	nf-field:nth-child(2n) {
		margin-right: 2%;
	}

	nf-field:nth-child(4n) {
		width: 100%;
		margin-right: 0px;
		float: none;
	}

	nf-field:last-child {
		text-align: right;
		position: relative;
		top: -54px;
 		right: 20px;
 		margin-bottom: -28px;
   		display: block;
		height: 40px;
	}

	.nf-form-content label {
		font-size: 16px;
	}

	.nf-form-content button,
	.nf-form-content input[type=button],
	.nf-form-content input[type=submit] {
		font-size: 18px;
		height: 40px !important;
	    border-radius: 20px;
	    padding: 0px 23px;
	    max-width: 115px;
	}

}


/* ---------- [ Recipes (Tasty, WPRM) ] ---------- */

/* [ Comment Ratings ] */

.comment-header {
	padding-right: 88px;
}

.comment-list > .comment {
	padding-bottom: 0px;
}

.bypostauthor .comment-header {
	padding-right: 0; /* assumes authors never rate their own recipes */
}

.comment-respond .tasty-recipes-ratings,
.comment-respond .comment-form-wprm-rating {
	font-weight: 700;
	font-size: 17px;
	font-family: Verdana, sans-serif;
	color: #333;
	text-align: center;
}

.comment-respond .tasty-recipes-ratings-buttons,
.comment-respond .wprm-rating-stars {
	display: block;
	font-size: 20px;
	margin-top: 4px;
}

.comment-respond .tasty-recipes-ratings-buttons span {
    color: #ec9b14;
    font-size: 120%;
}

.comment-respond .wprm-rating-star svg {
	width: 26px;
    height: 26px;
}

.comment-respond .wprm-rating-star-selecting-filled polygon {
	fill: #ffb200; !important;
}

.comment-list .tasty-recipes-ratings,
.comment-list .wprm-comment-rating {
	position: absolute;
	top: 16px;
	right: 0;
}

.comment.bypostauthor .tasty-recipes-ratings,
.comment.bypostauthor .wprm-comment-rating {
	top: 16px;
	right: 22px;
}

.comment-list .tasty-recipes-rating,
.comment-respond .tasty-recipes-ratings-buttons span,
.comment-list .wprm-rating-star svg,
.comment-respond .wprm-rating-star svg {
	display: inline-block;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin: 0 1px;
}

.comment-list .tasty-recipes-rating {
	color: #ffb200;
}

.comment-list .wprm-rating-star path {
	fill: #ffb200;
}

.comment-list .wprm-rating-star polygon,
.comment-respond .wprm-rating-star polygon, {
	stroke: #ffb200;

}

.comment-respond .wprm-rating-star.rated svg polygon {
	fill: #ffb200;
}

/* [ WPRM Jump buttons ] */
.wprm-recipe-template-ecr-buttons-by-nerdpress {
	font-family: Verdana, sans-serif !important;
	font-size: 12px !important;
	letter-spacing: 0.05em !important;
}

/* [ WPRM mobile jump buttons ] */

.recipe-buttons-mobile {
  background-color: #000000;
  padding: 12px 0 12px 0;
  position: fixed;
  text-align: left;
  top: 75px;
  z-index: 9999;
  width: 100%;
}

.admin-bar .recipe-buttons-mobile {
  top: 121px;
}

@media screen and (min-width: 783px) {
  .admin-bar .recipe-buttons-mobile {
    top: 107px;
  }
}

.recipe-buttons-mobile .wrap {
	display: flex;
}

.recipe-buttons-mobile a {
  background-color: #000000;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  flex: 1;
  letter-spacing: 0;
  line-height: 1;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0 3px;
  padding: 5px 6px;
  text-align: center;
  text-transform: lowercase;
}

@media screen and (min-width: 410px) {
  .recipe-buttons-mobile a {
    font-size: 16px;
    margin: 0 5px;
    padding: 5px 12px;
    text-transform: none;
  }
}

.recipe-buttons-mobile a .icon-font {
  color: #ffb201;
  font-size: 100%;
  margin: 0 2px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}


/* ---------- [ Related Posts for WordPress ] ---------- */

.rp4wp-related-posts {
	margin: 0;
}

.singular .content .rp4wp-related-posts h3 {
	text-transform: lowercase;
	font-size: 20px;
	margin: 0 0 12px;
	color: #000;
	background: #fff;
	display: inline-block;
	font-family: Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
	.singular .content .rp4wp-related-posts h3 {
		text-align: left;
		font-size: 23px;
	}
}

.rp4wp-related-posts ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 !important;
	list-style-type: none;
}

.rp4wp-related-posts li {
	flex: 0 1 48%;
	margin-bottom: 16px;
	-webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
	.rp4wp-related-posts li {
		flex-basis: 24%;
	}
}

.rp4wp-related-posts li::before {
	content: none !important;
}

.rp4wp-related-post-image .wp-post-image {
	display: block;
}

.singular .content .rp4wp-related-post-content a {
	display: block;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	position: relative;
	padding: 12px;
	line-height: 1.2;
	color: #000;
	font-family: Verdana, sans-serif;
}

@media screen and (min-width: 1024px) {
	.singular .content .rp4wp-related-post-content a {
		font-size: 14px;
		padding: 12px 16px;
	}

	.singular .content .rp4wp-related-post-content a:hover {
		color: #000;
	}
}

/* ---------- [ Social Pug ] ---------- */

/* [ Sticky Mobile ] */

.single {
	margin-top: 75px;
}

#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar {
	position: fixed;
    top: 75px;
}

.admin-bar #dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar {
    top: 121px;
}

@media screen and (min-width: 783px) {
	.admin-bar #dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar {
		top: 107px;
	}
}

#dpsp-sticky-bar-wrapper .dpsp-network-btn .dpsp-network-icon svg {
	fill: #000 !important;
}

#dpsp-sticky-bar-wrapper .dpsp-network-btn.dpsp-pinterest {
	background-color: #fd6e50;
	border-color: #fd6e50;
}

#dpsp-sticky-bar-wrapper .dpsp-network-btn.dpsp-facebook {
	background-color: #496cab;
	border-color: #496cab;
}

#dpsp-sticky-bar-wrapper .dpsp-network-btn.dpsp-twitter {
	background-color: #4fabb5;
	border-color: #4fabb5;
}

#dpsp-sticky-bar-wrapper .dpsp-network-btn.dpsp-yummly {
	background-color: #ffb200;
	border-color: #ffb200;
}

#dpsp-sticky-bar-wrapper.dpsp-position-mobile-top {
	top: 60px;
	height: 32px;
}

@media screen and (min-width: 1024px) {
	#dpsp-sticky-bar-wrapper.dpsp-position-mobile-top {
		display: none;
	}
}

.admin-bar #dpsp-sticky-bar-wrapper.dpsp-position-mobile-top {
    top: 93px;
}

@media screen and (min-width: 783px) {
	.admin-bar #dpsp-sticky-bar-wrapper.dpsp-position-mobile-top {
		top: 92px;
	}
}

@media screen and (min-width: 1024px) {
	.admin-bar #dpsp-sticky-bar-wrapper.dpsp-position-mobile-top {
		top: 0;
	}
}

#dpsp-sticky-bar {
    width: 100% !important;
    left: 0 !important;
    margin: 0;
}

#dpsp-floating-sidebar li {
	margin-bottom: 4px;
}

#dpsp-sticky-bar-wrapper #dpsp-sticky-bar li {
	margin: 0;
}

#dpsp-floating-sidebar .dpsp-network-btn,
#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon {
	font-size: 16px;
    width: 36px;
    min-width: 36px;
	height: 36px;
	border-width: 2px;
	color: #fff;
}

#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon svg {
	fill: #000 !important;
}

@media screen and (min-width: 1024px) {
	#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon:hover svg {
		fill: #fff !important;
	}
}

#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon:before {
	top: 56%;
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest {
	border-color: #fd6e50;
    background: #fff;
}

@media screen and (min-width: 1024px) {
	#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover {
		border-color: #fd6e50;
		background: #000;
	}
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook {
	border-color: #496cab;
    background: #fff;
}

@media screen and (min-width: 1024px) {
	#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover {
		border-color: #496cab;
		background: #000;
	}
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter {
	border-color: #4aafb1;
    background: #fff;
}

@media screen and (min-width: 1024px) {
	#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover {
		border-color: #4aafb1;
		background: #000;
	}
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly {
	border-color: #fd6e50;
    background: #fff;
}

@media screen and (min-width: 1024px) {
	#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:hover {
		border-color: #fd6e50;
		background: #000;
	}
}

/* fix for vertical line in icon after SP updates */
.dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon {
	border-color: transparent !important;
	background: transparent !important;
}


/*#dpsp-floating-sidebar .dpsp-network-btn,
#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon {
	font-size: 16px;
	width: 36px;
	min-width: 36px
}

#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon::before,
#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon::after, {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	margin-left: -18px;
}*/

.oc-theme #dpsp-content-bottom {
	margin-top: 0px;
	    margin-bottom: 8px;
}

.oc-theme #dpsp-content-bottom .dpsp-network-icon,
.dpsp-networks-btns-wrapper .dpsp-network-btn {
	font-size: 18px;
	height: 44px;
	max-height: 44px;
}

.oc-theme .wprm-recipe-container .dpsp-networks-btns-wrapper .dpsp-network-btn {
	font-size: 13px;
	font-weight: 700;
	font-family: Verdana, sans-serif;
	padding: 0 10px 0 10px;
	text-align: center;
}

.oc-theme .wprm-recipe-container .recipe-popup {
	width: 19%;
	display: inline-block;
	text-align: center;
	position: absolute;
    bottom: -64px;
    right: 0px;
}

@media screen and (max-width: 500px) {
	.oc-theme .wprm-recipe-container .recipe-popup {
		width: 19%;
	}
}

.wprm-recipe {
	position: relative;
}

.oc-theme .wprm-recipe-container .recipe-popup a {
	border: 0;
    border-radius: 4px;
    max-height: 44px;
    background-color: #ffb200;
    color: #fff !important;
    text-decoration: none;
    display: block;
    padding: 6px 0 13px;
    font-weight: 700;
    font-size: 12px;

}

@media screen and (min-width: 1024px) {
	.oc-theme .wprm-recipe-container .recipe-popup a:hover {
		background-color: #f0a903;
		background-image: none;
		color: #fff !important;
	}
}

.oc-theme .wprm-recipe-container .recipe-popup a:hover {
	color: #fff;
}

.oc-theme .wprm-recipe-container .recipe-popup .icon-font {
	margin-right: 8px;
	font-size: 18px;
}

.oc-theme .wprm-recipe-container .recipe-popup .dpsp-network-label-wrapper {
	position: relative;
    top: -2px;

}

@media screen and (max-width: 768px) {
	.oc-theme .wprm-recipe-container .dpsp-network-label-wrapper {
		display: none;
	}
}

/* Pin Block */

.dpsp-shortcode-wrapper.dpsp-column-1 {
	margin: 25px 0;
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-btn {
    border: 0;
    padding: 0;
    height: auto;
    max-height: initial;
    background-color: #ff5c39;
    font-size: 17px;
    font-family: Verdana, sans-serif;
    font-weight: 700;
    text-transform: none !important;
    padding: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
		letter-spacing: normal;
}

@media screen and (min-width: 414px) {
	.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-btn {
		letter-spacing: 0.05em;
		font-size: 19px;
		text-transform: uppercase !important;
	}
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-btn:hover {
	background-color: #ea4c2a;
	transform: scale(0.95);
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon,
.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon-before {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	float: none;
	display: inline-block;
	border: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
  margin: 0;
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon {
	background-color: #fff !important;
	border-radius: 50%;
	margin-right: 8px;
}

@media screen and (min-width: 414px) {
	.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon {
		margin-right: 12px;
	}
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-btn:hover .dpsp-network-icon {
	background-color: #fff !important;
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon-before {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon-before svg {
	fill: #2e2e2e !important;
	top: 1px;
	max-height: 20px;
}

.dpsp-shortcode-wrapper.dpsp-column-1 .dpsp-network-icon-after {
    display: none;
}

/* ---------- [ Yoast ] ---------- */

/* FAQs Block */
.wp-block-yoast-faq-block {
	background: #faf7f1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 30px 0;
	padding: 0 20px 25px;
	position: relative;
}

.wp-block-yoast-faq-block::before {
	background: #ffb200;
	border-radius: 100%;
	color: #000;
	content: '?';
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 52px;
	position: absolute;
	height: 52px;
	width: 52px;
	text-align: center;
	top: 8px;
	right: 20px;
	z-index: 98;
}

.wp-block-yoast-faq-block .schema-faq-section:first-child::before {
	background: #496cab;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	content: 'FAQ';
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 25px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 8px 20px;
	position: relative;
	text-align: left;
}

.wp-block-yoast-faq-block .schema-faq-section:not(:first-of-type) {
	margin-top: 15px;
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
	.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
		font-size: 20px;
	}
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
		font-size: 20px;
	}
}

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

#ez-toc-container {
	background: #faf7f1;
	border: none;
	margin: 25px 0;
	padding: 0 !important;
	width: 100%;
}

#ez-toc-container .ez-toc-title-container {
	background: #000;
	color: #fff;
	padding: 8px 20px;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
	font-family: Verdana, sans-serif;
	font-weight: 700;
	font-size: 28px;
    line-height: 1.1;
    margin: 0;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title::before {
	content: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-drumstick.svg);
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-right: 16px;
}

#ez-toc-container nav {
	padding: 12px 20px 20px;
}

#ez-toc-container nav ul.ez-toc-list {
	list-style-position: outside;
    margin-left: 28px;
    margin: 0 0 0 28px;
    overflow: visible;
}

#ez-toc-container nav ul.ez-toc-list li {
	font-size: 20px;
	line-height: 1.7;
	list-style: disc;
	overflow: visible;
}

@media screen and (min-width: 1024px) {
	#ez-toc-container nav ul.ez-toc-list li {
		font-size: 18px;
	}
}

#ez-toc-container a.ez-toc-link {
	color: #000;
	text-decoration: underline;
}

#ez-toc-container a.ez-toc-link:visited {
	color: #000;
}

@media screen and (min-width: 1024px) {
	#ez-toc-container a.ez-toc-link:hover {
		text-decoration: none;
		background: none !important;
	}
}


/* ================================
[ MU Plugins ]
================================ */

/* ---------- [ TCR Blocks ] ---------- */

/* [ Block: Heading Icons ] */

/* Container */

.icon-headings-block {
  margin: 25px 0;
}

/* Header */

.icon-headings-block h2.icon-header:first-of-type {
  margin-top: 0;
}

.icon-headings-block h2.icon-header {
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 20px 0 -4px;
}

.icon-headings-block h2.icon-header > span > span::before {
  background-color: #ffb200;
  background-size: 60%;
  border-radius: 50%;
  position: relative;
  top: 4px;
}

/* Descripton */

.oc-icon-heading-icons-block .icon-header-description p {
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 12px 0;
}


/* ================================
[ Widgets ]
================================ */


/* ================================
[ Page Templates ]
================================ */

/* ---------- [ Home & Recipe Index ] ---------- */

.home .the-latest,
.home .content-features,
.home .manual-features,
.page-template-page_recipes .the-latest,
.page-template-page_recipes .content-features,
.page-template-page_recipes .manual-features {
	margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.home .the-latest,
	.home .manual-features,
	.page-template-page_recipes .the-latest,
	.page-template-page_recipes .manual-features {
		margin-bottom: 44px;
	}


	.home .content-features,
	.page-template-page_recipes .content-features {
		margin-bottom: 24px;
	}
}

/* [ The Latest ] */

.the-latest {
	position: relative;
}

.the-latest .wrap {
	position: static;
	padding-top: 135px;
}

@media screen and (min-width: 768px) {
	.the-latest .wrap {
		padding-top: 158px;
	}
}

.page-template-page_recipes .site-inner .the-latest .section-title {
	border: 3px solid #ffb200;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 20px;
	color: #fff;
	align-items: center;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.page-template-page_recipes .site-inner .the-latest .section-title {
		margin-top: 45px;
	}
}

.page-template-page_recipes .site-inner .the-latest .title-description-container {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	background: #323232;
	height: 100px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-template-page_recipes .site-inner .the-latest .title-description-container {
		height: 129px;
	}
}

.page-template-page_recipes .site-inner .the-latest .title-description-container:before {
    content: '';
    background-image: linear-gradient(45deg,#323232 15px,transparent 16px),linear-gradient(-45deg,#323232 15px,transparent 16px);
    background-size: 20px 22px;
    background-repeat: repeat-x;
    height: 22px;
    width: 100%;
    display: block;
    position: absolute;
    top: -10px;
}

.page-template-page_recipes .site-inner .the-latest .title-description-container:after {
        content: '';
    background-image: linear-gradient(135deg,#323232 15px,transparent 16px),linear-gradient(-135deg,#323232 15px,transparent 16px);
    background-size: 20px 22px;
    background-repeat: repeat-x;
    height: 22px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -10px;
}

@media screen and (min-width: 1024px) {
	.the-latest .section-title {
		font-size: 22px;

	}
}

.the-latest .more-link {
	background: #000;
	padding: 11px 22px;
}

@media screen and (min-width: 1024px) {
	.the-latest .more-link-container {
		position: static;
	}

	.the-latest .more-link {
		border: 2px solid #000;
		padding: 11px 22px 12px 22px
	}

	.the-latest .more-link:hover {
		background-color: #fff;
		color: #000;
	}
}

.page-template-page_recipes .site-inner .the-latest .articles-container {
	margin-top: 12px;
}

/* ---------- [ About ] ---------- */

/* [ Containers ] */

.page-template-page_about .content-sidebar-wrap,
.page-template-page_about .content {
	max-width: 100%;
	margin: 0;
}

.page-template-page_about .content > * > .wrap {
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.page-template-page_about .content > * > .wrap {
		max-width: calc(100% - 40px);
	}
}

@media screen and (min-width: 1024px) {
	.page-template-page_about .content > * > .wrap {
		max-width: 1020px;
	}
}

@media screen and (min-width: 1200px) {
	.page-template-page_about .content > * > .wrap {
		max-width: 1100px;
	}
}

/* [ Breadcrumbs ] */

.page-template-page_about .breadcrumb {
	color: #000;
	background: #f6f8f8;
	text-align: center;
	padding: 12px 0;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.page-template-page_about .breadcrumb {
		text-align: left;
		padding: 12px calc(50% - 510px);
	}
}

.page-template-page_about .breadcrumb-link {
	color: #000;
}

/* [ Bio ] */

.about-bio {
	background: #f6f8f8;
	margin: 0;
	padding: 0;
}

.about-bio .wrap {
	position: relative;
	padding-bottom: 324px;
}

@media screen and (min-width: 768px) {
	.about-bio .wrap {
		padding: 0 320px 20px 0;
		min-height: 320px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.about-bio .wrap {
		padding: 0 472px 60px 32px;
		min-height: 440px;
	}
}

.about-bio .image {
	max-width: 300px;
	top: auto;
	bottom: 20px;
	left: calc(50% - 150px);
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.about-bio .image {
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
	}
}

@media screen and (min-width: 1024px) {
	.about-bio .image {
		max-width: 380px;
		right: 32px;
	}
}

.about-bio .image img {
	border: 6px solid #585f73;
	border-radius: 100%;
}

.about-bio .widget-title {
	font-size: 24px;
}

@media screen and (min-width: 1024px) {
	.about-bio .widget-title {
		font-size: 42px;
		margin-top: 0;
	}
}

.about-bio .text p {
	font-weight: 400;
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.about-bio .text p {
		font-size: 15px;
	}
}


@media screen and (min-width: 768px) {
	.about-bio .text p:last-of-type {
		margin-bottom: 0;
	}
}



/* [ Photo Bar ] */

.about-photo-bar {
	color: #fff;
	background: #585f73;
	padding: 32px 0 12px;
	text-align: center;
}

.about-photo-bar .wrap {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.about-photo-bar .wrap {
		display: flex;
	}
}

.about-photo-bar .wrap::before {
	content: '';
	display: block;
	width: 88px;
	height: 88px;
	background: #ec9b14 url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-food-network.svg) no-repeat center;
	background-size: 76px;
	border-radius: 100%;
	position: absolute;
	top: -72px;
	left: 0;
	transform: rotate(-12deg);
}

@media screen and (min-width: 1024px) {
	.about-photo-bar .wrap::before {
		width: 160px;
		height: 160px;
		background-size: 132px;
		margin-right: calc(20% - 160px);
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	.about-photo-bar .articles-container {
		width: 80%;
		margin: 0;
		justify-content: space-between;
	}
}

.about-photo-bar .entry {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.about-photo-bar .entry {
		max-width: 160px;
		margin: 0 0 20px;
	}
}

.about-photo-bar .entry-image {
	display: block;
	border-radius: 100%;
}

.about-photo-bar .entry-title {
	font-weight: 500;
	font-size: 13px;
	font-style: italic;
	margin: 12px 0 0;
}

/* [ Mid ] */

.about-mid {
	padding: 28px 0;
}

@media screen and (min-width: 768px) {
	.about-mid {
		padding: 52px 0;
	}

	.about-mid .wrap {
		align-items: center;
	}
}

/* Left */

.about-mid-left {
	text-align: center;
	margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
	.about-mid-left {
		margin-bottom: 0;
	}
}

.about-mid-left .wrap {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.about-mid-left .wrap {
		max-width: 400px;
	}
}

.about-mid-left .pretitle {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 48px;
	line-height: 0.7;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.about-mid-left .pretitle {
		font-size: 52px;
	}
}

.about-mid-left .title {
	font-family: Verdana, sans-serif;
	text-transform: capitalize;
	font-size: 32px;
	max-width: 300px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.about-mid-left .title {
		font-size: 42px;
		max-width: 400px;
	}
}

.about-mid-left .title .emphasis {
	color: #ea2d37;
}

.about-mid-left .text {
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.about-mid-left .text {
		font-size: 15px;
		line-height: 1.8;
	}
}

@media screen and (min-width: 1024px) {
	.about-mid-left .text p {
		margin-bottom: 0;
	}
}

/* Right */

.about-mid-right {
	margin-top: 12px;
	background: #f4f2f0;
	padding: 24px 8px 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.about-mid-right {
		padding: 32px 24px 8px;
	}
}

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

.about-mid-right .title {
	display: inline-block;
	color: #fff;
	background: #ec9b14;
	padding: 12px 16px 10px;
	width: 260px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	position: absolute;
	top: -12px;
	left: calc(50% - 140px);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about-mid-right .title {
		font-size: 18px;
		width: 280px;
	}
}

.about-mid-right .text {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.about-mid-right .text {
		font-size: 15px;
	}
}

.about-mid-right .text ul {
	list-style-type: none;
	margin-left: 0;
}

/* [ Top Categories ] */

.about-top-categories {
	color: #fff;
	background: #ea2d37;
	padding: 20px 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about-top-categories {
		padding-bottom: 0;
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.about-top-categories {
		padding: 64px 0;
	}
}

.about-top-categories .section-title {
	display: inline-block;
	color: #fff;
	background: #ec9b14;
	padding: 8px 12px;
	margin: 0;
	text-transform: capitalize;
	font-size: 21px;
}

@media screen and (min-width: 768px) {
	.about-top-categories .section-title {
		font-size: 25px;
	}
}

.about-top-categories .feature-description {
	font-weight: 500;
	font-size: 14px;
	padding: 8px 0 12px;
}

@media screen and (min-width: 768px) {
	.about-top-categories .feature-description {
		font-size: 15px;
	}
}

.about-top-categories .entry {
	text-align: center;
	margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
	.about-top-categories .entry {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.about-top-categories .entry {
		margin-bottom: 0;
	}
}

.about-top-categories .entry-image {
	display: block;
}

.about-top-categories .entry-title {
	font-size: 18px;
	margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
	.about-top-categories .entry-title {
		font-size: 20px;
	}
}

.about-top-categories .entry-title::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: #ec9b14;
}

.about-top-categories .entry-image-link + .entry-title::before {
	content: none;
}

.about-top-categories .entry-title-link {
	color: #fff;
}

/* Assumes last item is recipe index... */

.about-top-categories .entry:last-of-type .entry-image-link {
	display: block;
	position: relative;
}

.about-top-categories .entry:last-of-type .entry-image-link::before {
	content: 'Recipe\AIndex';
	white-space: pre;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 9;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	color: #fff;
}

/* [ Brand ] */

.about-brand {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about-brand {
		text-align: left;
	}
}

.about-brand .wrap {
	padding: 28px 8px;
}

@media screen and (min-width: 768px) {
	.about-brand .wrap {
		padding: 72px 60px 60px 300px;
		position: relative;
	}
}

.about-brand .wrap::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-mark.svg) no-repeat center;
	background-size: contain;
	margin: 0 auto 28px;
}

@media screen and (min-width: 768px) {
	.about-brand .wrap::before {
		width: 200px;
		height: 200px;
		position: absolute;
		top: 72px;
		left: 60px;
	}
}

.about-brand .title {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 48px;
	line-height: 0.7;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.about-brand .title {
		font-size: 65px;
	}
}

.about-brand .text {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.about-brand .text {
		font-size: 15px;
	}
	.about-brand .text p:last-of-type {
		margin-bottom: 0;
	}
}

/* [ FAQ ] */

.about-faq {
	background: #f8f7f5;
	border-top: 7px solid #343434;
	padding: 20px 0 12px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.about-faq {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.about-faq {
		padding: 60px 0;
	}
}

.about-faq .section-title {
	display: inline-block;
	color: #fff;
	background: #ea2d37;
	padding: 4px 8px;
	margin: 0;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 0.1em;
	-webkit-column-span: all;
	column-span: all;
}

@media screen and (min-width: 768px) {
	.about-faq .section-title {
		margin-bottom: 20px;
	}

	.about-faq .faq-items {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
		-webkit-column-gap: 4em;
		   -moz-column-gap: 4em;
		        column-gap: 4em;
		-webkit-column-rule: 1px solid #e2dfd9;
		   -moz-column-rule: 1px solid #e2dfd9;
		        column-rule: 1px solid #e2dfd9;
	}
}

.about-faq .faq-item {
	text-align: left;
}

.about-faq .faq-item:first-of-type .question {
	margin-top: 12px;
	text-transform: capitalize;
}

@media screen and (min-width: 768px) {
	.about-faq .faq-item:first-of-type .question {
		margin-top: 0;
	}
}

.about-faq .question {
	font-size: 20px;
	margin: 20px 0 0;
}

@media screen and (min-width: 1024px) {
	.about-faq .question {
		font-size: 24px;
	}
}

.about-faq .answer {
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.about-faq .answer {
		font-size: 15px;
	}
}

.about-faq .answer p {
	margin: 4px 0 8px;
}

/* [ Footer ] */

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

.nav-footer-specialties {
	border-top: 0;
}

/* ---------- [ Home ] ---------- */

/* [ Highlights ] */

.home .highlighted-features {
	margin: 15px auto 2px;
}

@media screen and (min-width: 1024px) {
	.home .highlighted-features {
		margin: 3px auto 9px;
	}

}

.highlighted-features .entry {
	position: relative;
	margin-bottom: 13px;
	overflow: hidden;
}


.highlighted-features .entry-title {
	background: rgba(000,000,000, .80);
	margin: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0%;
	padding: 11px 0 12px;
	transition: 400ms;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

@media screen and (min-width: 1024px) {
	.highlighted-features .entry-title {
		font-size: 22px;
	}

	.highlighted-features .entry:hover .entry-title {
		background: #000;
	}
}

.highlighted-features .entry-title a {
	color: #fff;
	opacity: 1;
}

.highlighted-features .pre-title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	color: #000;
	pointer-events: none;
	background-color: #ffb200;
	width: 100%;
	position: absolute;
	top: 2%;
    right: -22%;
    transform: rotate(34deg);
    text-align: center;
    padding: 7px 0px;
    font-family: Verdana, sans-serif;
}

@media screen and (min-width: 950px) {
	.highlighted-features .pre-title {
		right: -35%;
	}
}

@media screen and (min-width: 768px) {
	.highlighted-features .pre-title {
		right: -30%;
		top: 0%;
	}
}

@media screen and (min-width: 450px) {
	.highlighted-features .pre-title {
		right: -30%;
		top: 4%
	}
}

/* [ CTA ] */

.home-cta {
	display: block;
	color: #000;
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-texture.jpg) no-repeat center;
	background-size: cover;
	padding: 0;
	text-align: center;
	margin-bottom: 0px;


}

@media screen and (min-width: 1024px) {
	.home-cta:hover {
		opacity: 1;
		cursor: pointer;
		text-decoration: none;
	}
}

.home-cta .wrap {
	position: relative;
	padding: 20px 28px 42px;
}

.home-cta .cta-image {
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.home-cta .cta-image {
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -192px;
		width: 384px;
	}
}

@media screen and (min-width: 1024px) {
	.home-cta .cta-image {
		right: 127px;

	}
}

.home-cta .cta-image img {
	display: block;
	 margin: 0 auto;
	 width: 100%;
}

@media screen and (min-width: 768px) {
	.home-cta .wrap {
		display: flex;
	    flex-direction: column;
	    min-height: 444px;
	    padding: 30px 420px 30px 40px;
	    text-align: left;
	    justify-content: center;
	}
}

@media screen and (min-width: 1024px) {
	.home-cta .wrap {
	    padding: 30px 530px 30px 140px;
	}
}

.home-cta .cta-pretitle {
	display: block;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 15px;
	line-height: 1;
}

.home-cta .cta-title {
	text-transform: capitalize;
	font-size: 36px;
	line-height: 1;
	margin: 8px 0;
}


.home-cta .cta-text {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 12px;
	display: block;
}

.home-cta .cta-text p {
	margin: 0;
}

.home-cta .cta-button {
	font-family: Verdana, sans-serif;
    background: transparent;
    border: 2px solid #000;
    border-radius: 37px;
	display: inline-block;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 17px;
	color: #000;
	max-width: 315px;
	padding: 8px 16px;
}

@media screen and (min-width: 768px) {
	.home-cta .cta-button {
		transition: 400ms;
		padding: 0px 14px;
		font-size: 16px;
		border-radius: 20px;
		padding: 7px 12px 6px;
	}

	.home-cta:hover .cta-button {
		    background: #ffb200;
		    border-color: #ffb200;
		    color: #000;
	}
}

@media screen and (min-width: 1024px) {
	.home-cta .cta-button {
		padding: 7px 37px 6px;
	}
}

/* [ The Latest ] */

@media screen and (min-width: 1024px) {
	.home .the-latest {
		margin-bottom: 20px;
	}

	.home .the-latest .section-title {
		color: #fff;
		background: #343434;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	.home .the-latest .entry {
		background: #f6f8f8;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.home .the-latest .entry-header {
		height: 100%;
	}

	.home .the-latest .entry-image-link {
		display: block;
		max-width: calc(1/2 * 100% - 16px);
		float: left;
	}
}

.home .the-latest .entry-image {
	display: block;
}

@media screen and (max-width: 767px) {
	.home .the-latest .entry-title {
		display: block;
	}

	.home .the-latest .entry-title {
		width: calc(1/2 * 100% + 16px);
		margin: 0 0 0 calc(1/2 * 100% - 16px);
		padding: 16px;
	}
}

@media screen and (max-width: 767px) {
	.home .the-latest .entry-title {
		display: flex;
		height: calc(100% - 32px);
		align-items: center;
		justify-content: center;
	}
}

/* [ Featured Images ] */

@media screen and (min-width: 768px) {
	.home .featured-images {
		margin: 20px 0 44px;
	}
}

/* [ Featured Posts ] */



/* [ Video ] */


/* [ Other ] */

.home .content-sidebar-wrap {
	margin: 0;
}

/* ---------- [ Recipe Index ] ---------- */

/* [ Archive Nav ] */

.page-template-page_recipes .archive-nav {
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .archive-nav {
		padding-bottom: 64px;
	}
}

.page-template-page_recipes .breadcrumb {
	padding-bottom: 0px;
}

.page-template-page_recipes .archive-nav .entry-title {
    text-align: center;
    font-size: 28px;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .archive-nav .entry-title {
		font-size: 32px;
		color: #ffb200;
	}
}

.page-template-page_recipes .archive-nav .page-description {
	max-width: 875px;
	margin: 0 auto;
}

/* [ Archive Nav Recipe Index Menu ] */

.page-template-page_recipes .archive-menu {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .archive-menu {
		background: #000;
		margin-top: 0;
	}
}

.page-template-page_recipes .archive-menu .archive-menu-button {
	background: #ffb200;
	border-radius: 6px;
	color: #000;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 14px;
	position: relative;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 0;
}

.page-template-page_recipes .archive-menu .archive-menu-button::after {
	color: #000;
	content: '\e908';
	font-family: 'Icons';
	font-size: 20px;
	font-style: normal;
    height: 20px;
    line-height: 2.4;
    width: 20px;
    position: absolute;
    top: 12px;
    right: 0;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-template-page_recipes .archive-menu-container {
    background: #fff;
    margin-top: -12px;
	margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .archive-menu-container {
		background: transparent;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.page-template-page_recipes .nav-recipes .menu-item {
    background: #ffb200;
    border-top: 1px solid #e8a200;
    display: block;
	text-align: left;
	position: relative;
}

.page-template-page_recipes .nav-recipes .menu-item a {
    color: #000;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 14px;
	font-weight: 700;
	padding: 12px 60px 12px 18px;
	text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .nav-recipes .menu {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 0;
	}

	.page-template-page_recipes .nav-recipes .menu-item {
		display: inline-block;
		background: transparent;
		border-top: 0;
		flex: 1;
	}

	.page-template-page_recipes .menu > .menu-item > .sub-menu > .menu-item:first-of-type::before {
		display: none;
	}
}

.page-template-page_recipes .nav-recipes .sub-menu-toggle {
	background: transparent;
	color: #000;
	display: block;
	position: absolute;
	right: 12px;
	top: 4px;
}

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

.page-template-page_recipes .nav-recipes .sub-menu {
	display: none;
}

.page-template-page_recipes .nav-recipes .browse-recent .sub-menu {
	display: none !important;
}

.page-template-page_recipes .nav-recipes .sub-menu .menu-item {
    background: #ffba48;
    border-top: 1px solid #e8a200;
    display: block;
    position: relative;
	text-align: left;
}

.page-template-page_recipes .nav-recipes .sub-menu .menu-item a {
	color: #000;
	padding-left: 10px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .nav-recipes .sub-menu .menu-item {
		border-top: 0;
	}

	.page-template-page_recipes .nav-recipes .sub-menu .menu-item a {
		color: #fff;
		border-bottom: 0;
	}

	.page-template-page_recipes .nav-recipes .sub-menu .menu-item a:hover,
	.page-template-page_recipes .nav-recipes .sub-menu .menu-item.sfHover a {
		color: #000;
	}

	.page-template-page_recipes .nav-recipes .menu > .menu-item:not(.browse-recent) > a {
		background: #343434;
		border-radius: 20px;
		color: #fff;
		font-family: Verdana, sans-serif;
		font-size: 14px;
		font-style: italic;
		font-weight: 700;
		margin: 0 4px;
		padding: 14px 52px 14px 24px;
		position: relative;
		text-align: left;
	}

	.page-template-page_recipes .nav-recipes .menu-item .sf-with-ul:hover {
		text-decoration: none;
	}

	.page-template-page_recipes .nav-recipes .menu-item:not(.browse-recent):hover .sf-with-ul {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.page-template-page_recipes .nav-recipes .menu > .menu-item-has-children:not(.browse-recent) > a::after {
		content: '\e907';
		height: 20px;
		width: 20px;
		position: absolute;
		top: 11px;
		right: 15px;
		color: #fff;
		font-family: 'Icons';
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		text-align: center;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.page-template-page_recipes .nav-recipes .browse-recent a {
		background: #fff;
		border: 3px solid transparent;
		border-radius: 20px;
		color: #000;
		font-size: 14px;
		font-family: Verdana, sans-serif;
		font-weight: 700;
		margin: 0 4px;
		padding: 11px 18px;
		text-align: center;
	}

	.page-template-page_recipes .nav-recipes .browse-recent a:hover {
		background: #000;
		border-color: #fff;
		color: #fff;
		opacity: 1;
		text-decoration: none;
	}

	.page-template-page_recipes .nav-recipes .sub-menu {
		background: #6b98a4;
		left: 4px;
		margin: 0;
		top: 42px;
		width: calc(100% - 8px);
	}

	.page-template-page_recipes .nav-recipes .sub-menu a {
		background: #343434;
		color: #fff;
		text-align: left;
		font-weight: 700;
		font-size: 14px;
		padding: 8px 12px;
	}

	.page-template-page_recipes .nav-recipes .sub-menu a:hover {
		background: #ffb200;
		opacity: 1;
		text-decoration: none;
	}

	.page-template-page_recipes .nav-recipes .menu .sub-menu .sub-menu {
		left: calc(100%);
		top: 0;
	}

	.page-template-page_recipes .nav-recipes .sub-menu .sub-menu .menu-item a {
		color: #000;
		background: #ffb200;
	}

	.page-template-page_recipes .nav-recipes .sub-menu .sub-menu .menu-item a:hover {
		background: #000;
		color: #fff;
	}
}

/* [ Quick Links ] */

.page-template-page_recipes .content-features.recipe-index-categories {
	margin: 12px auto 10px;
	max-width: 382px;
}

@media screen and (min-width: 768px) {
	.page-template-page_recipes .content-features.recipe-index-categories {
		margin: 12px auto 10px;

	}
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .content-features.recipe-index-categories {
		position: relative;
   		margin-top: 25px;
   		margin-bottom: 10px;
   		max-width:  100%;
	}

	.recipe-index-categories .wrap {
		display: flex;
		align-items: center;
	}

	.recipe-index-categories .title-description-container {
		width: 104px;
	}
}

.recipe-index-categories .section-title {
	display: none;
}

@media screen and (min-width: 1024px) {
	.recipe-index-categories .section-title {
		display: block;
		font-size: 14px;
		color: #343434;
		margin: 0;
	}
}

.recipe-index-categories .section-title .icon-font {
	font-size: 80%;
}

.recipe-index-categories .entry-title {
	height: 100%;
	margin: 0;
}

.recipe-index-categories .entry-title-link {
	font-size: 12px;
	text-align: center;
	color: #343434;
	background: #dee4e5;
	border-radius: 4px;
	padding: 20px 8px;
	height: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.recipe-index-categories .entry-title-link {
		font-weight: 400;
		font-size: 14px;
		background: transparent;
		padding: 0;
	}

	.recipe-index-categories .entry-title-link:hover {
		opacity: 1;
	}
}

.quick-links > .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-top: 10px;
}

@media screen and (min-width: 1024px) {
	.quick-links > .wrap {
		margin-top: 0px;
	}
}

.quick-links .quick-link,
.recipe-index-categories .entry {
	width: auto;
	flex: 0 1 30%;
	margin: 0px 1.6%;
}

.recipe-index-categories .entry {
	margin-bottom: 25px;
}

.quick-links .quick-link-item,
.recipe-index-categories .entry a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0px 5px 10px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	position: relative;
	text-transform: lowercase;
	line-height: 1em;
	font-family: Verdana, sans-serif;
}

@media screen and (min-width: 1024px) {
	.quick-links .quick-link-item,
	.recipe-index-categories .entry a {
		margin: 0 5px 25px;
	}
}

.recipe-index-categories .entry a {
	margin: 0px;
	font-size: 14px;
}

.sidebar .quick-links .quick-link-item {
	margin-bottom: 10px;
	background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    border-radius: 8px;
    padding: 15px 5px 9px;
    position: relative;
    height: 117px;
    font-family: Verdana, sans-serif;
}

.quick-links .quick-link:first-child .quick-link-item {
	box-shadow: none;
	padding: 0px;
}

.sidebar .quick-links .browse-full-index {
	display: none;
}


@media screen and (min-width: 1024px) {
	.quick-links .quick-link-item:hover {
		opacity: 1;
	}
}

.quick-links .quick-link-item::before,
.recipe-index-categories .entry a:before {
	content: '';
	display: block;
	width: 75px;
	height: 61px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	transition: 400ms;
	margin-bottom: 8px;

}

.quick-links .quick-link:first-child .quick-link-item::before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/text-true-family-faves.svg);
	width: 100%;
    height: 97px;
    margin-bottom: 0px;
}

.quick-links .quick-link:first-child .quick-link-item span.offscreen {
	position: absolute;
	left: -9999px;
}

.quick-links .veggies .quick-link-item::before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/veggies.svg);
}

.quick-links .soups .quick-link-item::before,
.recipe-index-categories .entry a:before  {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-soup.svg);
}

.quick-links .sandwiches .quick-link-item::before,
.recipe-index-categories .entry:nth-child(2) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-sandwiches.svg);
}

.quick-links .salads .quick-link-item::before,
.recipe-index-categories .entry:nth-child(3) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-salads.svg);
}

.quick-links .baked .quick-link-item::before,
.recipe-index-categories .entry:nth-child(4) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-bakes.svg);
}

.quick-links .pizza .quick-link-item::before,
.recipe-index-categories .entry:nth-child(5) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-pizza.svg);
}

.quick-links .tacos .quick-link-item::before,
.recipe-index-categories .entry:nth-child(6) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-tacos.svg);
}

.quick-links .pasta .quick-link-item::before,
.recipe-index-categories .entry:nth-child(7) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-pasta.svg);
}

.quick-links .marinades .quick-link-item::before,
.recipe-index-categories .entry:nth-child(8) a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-marinades.svg);
}

.quick-links .quick-link-item::before {
	width: 75px;
	height: 61px;
}

.quick-links .soups .quick-link-item::before {
	width: 64px;
}

.quick-links .sandwiches .quick-link-item::before {
	width: 56px;
}

.quick-links .salads .quick-link-item::before {
	width: 60px;
}

.quick-links .x-bakes .quick-link-item::before {
	width: 74px;
}

.quick-links .pizza .quick-link-item::before {
	width: 52px;
}

.quick-links .tacos .quick-link-item::before {
	width: 61px;
}

.quick-links .pasta .quick-link-item::before {
	width: 59px;
}

.quick-links .marindes .quick-link-item::before {
	width: 48px;
}

@media screen and (min-width: 1024px) {
	.quick-links .quick-link-item:hover::before,
	.recipe-index-categories .entry:hover a:before {
		transform: rotate(5deg);
	}

	.quick-links .quick-link:first-child .quick-link-item:hover::before {
		transform: rotate(0deg);
	}
}


/* Home Quick Links */

.home .quick-links {
	max-width: 382px;
	margin: 0 auto 15px;
}

@media screen and (min-width: 1024px) {
	.home .quick-links {
		margin-bottom: 0px;
	}

	.home .quick-links,
	.recipe-index-categories {
		max-width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.home .quick-links .quick-link {
	  flex: 0 1 11%;
		margin: 0px;
	}

	.recipe-index-categories .articles-container {
		width: calc(100% + 16px);
	}

	.recipe-index-categories .entry {
		width: auto;
		flex: 0 1 calc( (100% / 9) - 16px);
		margin-left: 8px;
		margin-right: 8px;
	}
}

.quick-links .quick-link:last-child {
	display: none;
}

.home .quick-links .quick-link:last-child {
	display: block;
}

.home .quick-links .quick-link:nth-child(9),
.quick-links .quick-link:last-child .quick-link-item::before {
	display: none;
}

.quick-links .quick-link:last-child .quick-link-item {
	color: #000;
    background-color: #ffb200;
    padding: 25px 17px;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
}

@media screen and (min-width: 1024px) {
	.quick-links .quick-link:last-child .quick-link-item {
	    background-color: #ffb200;
	    color: #000;
	    padding: 25px 17px;
	    border-radius: 50%;
	}

	.quick-links .quick-link:last-child .quick-link-item:hover {
	    background-color: #f0a903;
	    text-decoration: none;
	}
}

.home .quick-link .quick-link-item,
.recipe-index-categories .entry a {
	background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    border-radius: 8px;
    padding: 6px 0px 7px;
    position: relative;
    height: 107px;
    width: 100%;
}


@media screen and (min-width: 1024px) {
	.home .quick-link .quick-link-item,
	.recipe-index-categories .entry a {
		height: 100px;
		width: 97px;
	}

	.recipe-index-categories .entry a {
		width: initial;
		padding-left: 6px;
		padding-right: 6px;
	}


	.home .quick-links .soups .quick-link-item::before,
	.recipe-index-categories .entry a:before {
		width: 58px;
	}

	.home .quick-links .sandwiches .quick-link-item::before,
	.recipe-index-categories .entry:nth-child(2) a:before {
		width: 50px;
	}

	.home .quick-links .salads .quick-link-item::before,
	.recipe-index-categories .entry:nth-child(3) a:before {
		width: 54px;
	}

	.home .quick-links .x-bakes .quick-link-item::before,
	.recipe-index-categories .entry:nth-child(4) a:before {
		width: 67px;
	}

	.home .quick-links .pizza .quick-link-item::before,
	.recipe-index-categories .entry:nth-child(5) a:before {
		width: 47px;
	}

	.home .quick-links .taco .quick-link-item::before,
	.recipe-index-categories .entry:nth-child(6) a:before {
		width: 61px;
	}
}

/* [ Pinterest Posts ] */

.pinterest-features {
	margin: 29px 0px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.pinterest-features {
		text-align: left;
	}
}

.pinterest-features .wrap {
	position:relative;
}

.pinterest-features .more-link-container {
	display: none;
}

@media screen and (min-width: 768px) {
	.pinterest-features .more-link-container {
	    position: absolute;
	    top: -5px;
	    right: 0;
	    margin: 0;
	    display: block;
	}

	.pinterest-features .more-link {
	    background-color: transparent;
	    color: #000;
	    font-size: 17px;
	    font-family: Verdana, sans-serif;
	    padding: 0px;
	}
}

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

	.pinterest-features .more-link:hover {
		background-color: transparent;
		color: #42424a;
		-webkit-transform: scale(1);
		transform: scale(1);
		text-decoration: underline;
	}
}

.pinterest-features .more-link:before {
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 18px;
    line-height: 1em;
    margin: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
        content: '\e954';
    left: -8px;
    color: #fff;
    background-color: #fd6140;
    border-radius: 50%;
    height:30px;
    width: 30px;
    padding-top: 6px;
}

@media screen and (min-width: 1024px) {
	.pinterest-features .more-link:hover:before {
		text-decoration: none;
	}
	.pinterest-features {
		margin: 60px 0px 52px;
	}
}

.pinterest-features .section-title {
	color: #fd6140;
}

@media screen and (min-width: 768px) {
	.pinterest-features .section-title {
		color: #000;
	}
}

.pinterest-features .entry-title {
	float: none;
}

@media screen and (min-width: 768px) {
	.pinterest-features .articles-container {
		background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pinterest.svg) no-repeat top left;
		padding: 16px 0px 0px 12px;
	}
}

@media screen and (min-width: 768px) {
	.pinterest-features .entry {
		box-shadow: none;
	}
}

.pinterest-features .entry:last-child {
	background-color: #fd6140;
}

@media screen and (min-width: 768px) {
	.pinterest-features .entry:last-child {
		display: none;
	}
}

.pinterest-features .entry:last-child .pre-title .icon-font {
	background-color: #fff;
	height: 62px;
	width: 62px;
	border-radius: 50%;
	font-size: 36px;
	color: #fff;
	display: inline-block;
	padding-top: 4px;
	margin-top: 50%;
}

.pinterest-features .entry:last-child .pre-title .icon-font::before {
	color: #fd6140;
	margin: .2em auto;
}

.pinterest-features .pre-title {
	text-align: center;
	font-size: 22px;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	color: #000;
	line-height: 1em;
	margin: 12px 0px 6px;
	position: relative;
	z-index: 1;
}

.pinterest-features .pre-title:before {
	content:"";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	z-index: -1;
}

.pinterest-features .pre-title span {
	background: #fff;
	padding: 0 10px;
}

.pinterest-features .entry-title-link {
 padding-top: 0px;

}

.pinterest-features .entry:last-child .entry-title-link {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	width: 150px;
	margin: 0 auto;
	  padding-bottom: 0px;
	padding: 0px;

}

@media screen and (min-width: 768px) {
	.pinterest-features .entry-title-link {
		font-weight: 500;
	    font-size: 16px;
	    line-height: 1.2em;
	}
}

/* [ Large Feature ] */

.home .feature-large {
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-texture.jpg) no-repeat center;
    background-size: cover;
	margin-bottom: 0px;
}

/* [ Home Middle CTA ] */

.oc-home-middle {
	color: #fff;
	background:  url('/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/bg-pattern.jpg') repeat;
	font-weight: 900;
	padding-bottom: 34px;
	line-height: 1;
	text-align: center;
	font-family: Verdana, sans-serif;
	position: relative;
	overflow: visible;
	background-size: 350px;
}

.oc-home-middle .cta-text {
	display: none; /* remove from database */
}

.oc-home-middle .cta-button {
	background: #45A2A4;
	font-size: 19px;
	font-weight: 700;
	display: block;
    padding: 14px 16px;
    position: relative;
    max-width: 113px;
    margin: 0 auto;
    transition: 400ms;
}

@media screen and (min-width: 1024px) {
	.oc-home-middle:hover {
		text-decoration: none;
	}
	.oc-home-middle .cta-button {
	    padding: 12px 12px 13px 12px;
	    left: 16px;
	    top: -6px;
	    display: inline-block;
	}
}

@media screen and (min-width: 1024px) {
	.oc-home-middle {
		padding: 42px 0 30px;
	}

	.oc-home-middle:hover {
		opacity: 1;
		cursor:pointer;
	}
}

.oc-home-middle .cta-title {
	color: #000;
	font-size: 36px;
	position: relative;
	display: inline-block;
	padding-top: 44px;
	margin-top: 0px;
	max-width: 240px;
}

@media screen and (min-width: 1024px) {
	.oc-home-middle .cta-title {
		display: inline-block;
		padding-left: 106px;
		padding-top: 0px;
		max-width: 100%;
	}
}

.oc-home-middle .cta-title:before {
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	position: absolute;
	    top: -16px;
    left: -45px;
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/text-hot-now.svg) no-repeat top left;
	background-size: 76px;
}

.oc-home-middle.oc-recipe-cta .cta-title:before {
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/text-fo-free.svg) no-repeat top left;
}

@media screen and (min-width: 1024px) {
	.oc-home-middle .cta-title:before {
		width: 92px;
		height: 92px;
		left: 0px;
   		top: -15px;
		background-size: 92px;
	}
}

.home .footer-posts {
	margin: 28px 18px 30px;
}

@media screen and (min-width: 1024px) {
	.home .footer-posts {
		margin: 46px 18px 55px;
	}
}

/* [ Home Categories ] */

.home .content-features.home-categories {
	margin-bottom: 0px;
	padding: 30px 20px 60px;
}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories {
		padding: 30px 20px;
	}
}

.home .content-features.home-categories .wrap {
	text-align: center;
	padding: 0px;
}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories .wrap {
		padding: 50px 70px;
	}

	.home .content-features.home-categories .flexbox .lg-col-6 {
	    width: 16%;
	    margin: 0px;
	}

	.home .content-features.home-categories .flexbox .lg-col-6:nth-child(5) {
      width: 20%;
	}
}

.home .content-features.home-categories .flexbox {
	margin-top: 20px;
}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories .flexbox {
		margin-top: 0px;
	}
}

.home .content-features.home-categories .section-title {
	margin-bottom: 10px;
}

.home .content-features.home-categories .flexbox .lg-col-6 .entry-title {
	margin-top: 0px;
}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories .flexbox .lg-col-6 .entry-title {
		margin-top: 22px;
	}
}

.home .content-features.home-categories .flexbox .lg-col-6 .entry-title a::before {
	width: 100%;
    height: 96px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin-bottom: 21px;
    transition: 400ms;
    background-position: bottom;
}

.home .content-features.home-categories .flexbox .lg-col-6 .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-one-pot.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(2) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-sheet-pan.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(3) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-grilling.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(4) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-9x13.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(5) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-slow-cooker.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(6) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-fried.svg);
}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories .flexbox .lg-col-6 .entry-title a:hover:before {
		transform: rotate(5deg);
	}

	.home .content-features.home-categories .flexbox .lg-col-6 .entry-title a::before {
		height: 135px;
	}
}

.home .content-features.home-categories .cta-pretitle {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	max-width: 200px;
	margin: 0 auto;
	padding: 9px 0px 7px;
}

.home .content-features.home-categories .cta-title {
	font-size: 36px;
	line-height: 1em;
	font-weight: 700;
	max-width: 303px;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories .cta-title {
		max-width: 100%;
	}

}

.home .content-features.home-categories .entry-title {
	font-size: 17px;
	line-height: 1em;
	font-weight: 700;

}

@media screen and (min-width: 1024px) {
	.home .content-features.home-categories .entry-title {
		font-size:  20px;
		padding: 0 8px;
	}
}

/* [ Featured Posts ] */

.recipe-index-featured-posts.alternate {
	background: #f6f8f8;
	padding: 32px 0;
}

@media screen and (min-width: 1024px) {
	.recipe-index-featured-posts.alternate {
		padding-top: 52px;
	}
}

.recipe-index-featured-posts .section-title {
	font-size: 28px;
}

@media screen and (min-width: 768px) {
	.recipe-index-featured-posts .section-title {
		font-size: 32px;
	}
}

.recipe-index-featured-posts.alternate .section-title {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 52px;
	line-height: 0.6;
}

@media screen and (min-width: 768px) {
	.recipe-index-featured-posts.alternate .section-title {
		font-size: 60px;
	}
}

/* [ Other ] */

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .content-sidebar-wrap {
		margin: 0;
	}

	.page-template-page_recipes .footer-categories {
		background: #f6f8f8;
		margin: 0;
		padding: 60px 0 40px
	}
}

/* Recipe Index */

.page-template-page_recipes .after-header{
	margin-bottom: 0px;
}

/* Recipe Index: Quick Links */

.recipe-index-categories .entry:nth-child(8) a:before {
	width: 44px;
}

.recipe-index-categories .entry:nth-child(9) a:before {
	width: 60px;
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/quick-links-eggs.svg);
}


/* Recipe Index: Featured Posts */

.page-template-page_recipes .site-inner .section-title {
	font-size: 20px;
	border: 3px solid #000;
	display: inline-block;
	letter-spacing: .1em;
	padding: 5px 8px 3px;
	margin-bottom: 17px;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .site-inner .section-title {
		font-size: 21px;
		margin-bottom: 23px;
	}
}

.page-template-page_recipes .recipe-highlighted-features .more-link {
	font-size: 17px;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .recipe-highlighted-features .more-link-container {
		top: 12px;
	}

	.page-template-page_recipes .recipe-highlighted-features .more-link {
		background-color: transparent;
		color: #000;
		font-size: 14px;
		font-family: Verdana, sans-serif;
		padding: 0px;
	}

	.page-template-page_recipes .recipe-highlighted-features .more-link:hover {
		color: #42424A;
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* Recipe Index: CTA */

.oc-recipe-cta {
	margin-bottom: 22px;
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.oc-recipe-cta {
		margin-top: 0px;
		margin-bottom: 40px;
	}
}

.oc-recipe-cta .cta-title {
	max-width: 250px;
}

@media screen and (min-width: 1024px) {
	.oc-recipe-cta .cta-title {
		max-width: 100%;
	}
}

.oc-recipe-cta .cta-button {
	max-width: 136px;
}

@media screen and (min-width: 1024px) {
	.oc-recipe-cta .cta-button {
		top: -8px;
		display: inline-block;
		background-color: #000;
		max-width: 132px;
		transition: 400ms;
	}

	.oc-recipe-cta .cta-button:hover {
		background-color: #fff;
		color: #000;
	}
}

/* Recipe Index: Cuisines */

.square-categories .entry-title {
	font-size: 19px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.square-categories .entry-title a:hover {
		background: #000;
		color: #fff;
		text-decoration: none;
	}
}

/* Recipe Index: Manual Feature */

.recipe-index-manual-feature .wrap {
	background-color: #496cab;

}

@media screen and (min-width: 1024px) {
	.recipe-index-manual-feature .wrap {
		height: auto;
		overflow: hidden;
	}
}

.manual-features.feature-large.recipe-index-manual-feature .entry {
	text-align: center;
	padding: 0px 0px 16px 0px;
}

.manual-features.feature-large.recipe-index-manual-feature .entry:after {
	content: '';
	width: 111px;
	height: 126px;
	opacity: .1;
	background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-snowflake-white.svg) no-repeat center;
	background-size: 111px 126px;
	position: absolute;
	right: -44px;
    bottom: -52px;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature .entry:after {
		right: -16px;
		bottom: -8px;
	}
}

.recipe-index-manual-feature img {
	margin-bottom: 22px;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature .entry {
		padding: 0px 110px 0px 631px;
		max-width: 100%;
	}

	.recipe-index-manual-feature img {
		position: absolute !important;
		left: 0px;
		top: 0px;
		max-width: 540px;
		margin: 0px;
	}
}

.manual-features.feature-large.recipe-index-manual-feature .pre-title {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	font-family: Verdana, sans-serif;
	letter-spacing: .1em;
	border: 3px solid #ffb200;
	padding: 4px 12px 2px;
    width: 100px;
    margin: 0 auto;
    line-height: 1em;
    max-width: 275px;
	margin: 20px auto 0 ;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature .pre-title {
		max-width: 100%;
	}
}

.manual-features.feature-large.recipe-index-manual-feature .entry-title {
	color: #fff;
	margin: 12px auto 14px;
	max-width: 329px;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature .entry-title {
		max-width: 100%;
	}
}

.manual-features.feature-large.recipe-index-manual-feature .entry-excerpt {
	max-width: 275px;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature .entry-excerpt {
		max-width: 100%;
	}
}

.manual-features.feature-large.recipe-index-manual-feature a {
	color: #fff;
	font-family: Verdana, sans-serif;
	background-color: #365896;
	border-radius: 20px;
	width: 48%;
	float: left;
	display: block;
	padding: 8px 0px 6px;
	text-decoration: none;
	margin: 0px 1% 12px;
	max-width: 132px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature a {
		max-width: initial;
	}
}

.manual-features.feature-large.recipe-index-manual-feature a:nth-child(odd) {
	margin-left: 0px;
}

.manual-features.feature-large.recipe-index-manual-feature a:nth-child(even) {
	margin-right: 0px;
}

@media screen and (min-width: 1024px) {
	.manual-features.feature-large.recipe-index-manual-feature a:hover {
		color: #000;
		background-color: #fff;
		opacity: 1;
	}
}

/* Recipe Index: Cooking Methods */

.page-template-page_recipes .content-features.circle-categories {
	margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.page-template-page_recipes .content-features.circle-categories {
		margin-bottom: 70px;
	}
}

.page-template-page_recipes .site-inner .content-features.circle-categories .section-title {
	margin-bottom: 0px;
}

.page-template-page_recipes .content-features.circle-categories .entry {
	margin-top: 21px;
}

@media screen and (min-width: 768px) {
	.page-template-page_recipes .content-features.circle-categories .entry {
		margin-top: 40px;
	}
}

.circle-categories .flexbox .lg-col-6 .entry-title {
	height: 127px;
	text-align: center;
	font-size: 13px;
	margin-top: 0px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6 .entry-title {
		font-size: 21px;
		height: auto;
	}
}

.circle-categories .lg-col-6 .entry-title a::before {
	width: 103px;
    height: 103px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: 77px;
    background-position: center center;
    margin-bottom: 21px;
    transition: 400ms;
    border-radius: 50%;
    margin: 0 auto 14px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6 .entry-title a::before {
		width: 147px;
    	height: 147px;
    	background-size: 104px;
	}
}

.circle-categories .lg-col-6 .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-one-pot.svg);
	background-color: #FD6E50;
}

.circle-categories .flexbox .lg-col-6:nth-child(1) .entry-title a:before {
	background-position: center -2px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6:nth-child(1) .entry-title a:before {
		background-position: center 1px;
	}
}

.circle-categories .flexbox .lg-col-6:nth-child(2) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-sheet-pan.svg);
	background-color: #FFB200;
	background-size: 61px 84px;
    background-position: center 11px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6:nth-child(2) .entry-title a:before {
		background-size: 87px;
  		background-position: center 28px;
	}
}

.circle-categories .flexbox .lg-col-6:nth-child(3) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-grilling.svg);
	background-color: #8BA9E0;
	background-size: 75px;
	background-position: center 5px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6:nth-child(3) .entry-title a:before {
		background-size: 129px 106px;
		background-position: center 12px;
	}
}

.circle-categories .flexbox .lg-col-6:nth-child(4) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-9x13.svg);
	background-color: #72C9D3;
	background-position: center -5px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6:nth-child(4) .entry-title a:before {
		background-position: center -4px;
	}
}

.circle-categories .flexbox .lg-col-6:nth-child(5) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-slow-cooker.svg);
	background-color: #997ACB;
	background-position: center 4px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6:nth-child(5) .entry-title a:before {
		background-position: center 5px;
	}
}

.circle-categories .flexbox .lg-col-6:nth-child(6) .entry-title a:before {
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/category-fried.svg);
	background-color: #82E3C9;
	background-position: center 1px;
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6:nth-child(6) .entry-title a:before {
		background-position: center 4px;
	}
}

@media screen and (min-width: 1024px) {
	.circle-categories .flexbox .lg-col-6 .entry-title a:hover:before {
		transform: rotate(5deg);
	}
}

/* @todo Everything else. */

@media screen and (min-width: 768px) {
    .lity-content .adthrive-video-player {
        width: 600px;
    }
}

.home .video-tutorials {
 	padding: 28px 0px 28px;
 	border-top: 5px solid #ffb200;
 	border-bottom: 5px solid #ffb200;
 	margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.home .video-tutorials {
 		padding: 45px 0px 35px;
 	}
}

.home .site-inner .video-tutorials > .wrap .wrap {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .site-inner .video-tutorials > .wrap .main-video,
  .home .site-inner .video-tutorials > .wrap .main-video .section-pretitle {
    text-align: left;
  }
}

.home .site-inner .video-tutorials > .wrap .title-description-container {
  width: 100%;
  padding: 13px 0px 0px;
  background: transparent;
  color: #000;
  transition: 300ms;
  font-family: Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
	.home .site-inner .video-tutorials > .wrap .title-description-container {
		text-align: left;
	}
}
.home .site-inner .video-tutorials .main-video .title-description-container {
	padding: 20px;
}


.home .site-inner .video-tutorials > .wrap .icon-play-wrap {
  position: relative;
}

.home .site-inner .video-tutorials > .wrap .icon-play {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(30% - 13px);
  border-radius: 50%;
  background: rgba(000,000,000,.2);
  border: 2px solid #fff;
  z-index: 9;
  padding: 12px;
}

.home .site-inner .video-tutorials > .wrap .icon-play::before {
  color: #fff;
  display: block;
  font-size: 12px;
}

.home
  .site-inner
  .video-tutorials
  > .wrap
  .title-description-container
  .section-pretitle {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  letter-spacing: 0.1em;
  color: #4bb5b7;
  margin-bottom: 5px;
}

.home .video-tutorials .title-description-container .section-title {
  font-size: 24px;
  margin-bottom: 0px;
}

.home .video-tutorials .embed-or-image {
	line-height: 0em;
	height: 185px;
	overflow: hidden;
}

.home .video-tutorials .wrap {
	position: relative;
}

.home .video-tutorials .more-link-container,
.home .video-tutorials .wrap .top-section-title {
	margin: 0 auto;
}

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

	.home .video-tutorials .more-link-container {
	    position: absolute;
	    top: -48px;
	    right: 0;
	    margin: 0;
	    display: block;
	}

	.home .video-tutorials .more-link {
		background-color: transparent;
	    color: #000;
	    font-size: 17px;
	    font-family: Verdana, sans-serif;
	    padding: 0px;
	}
}

.home .video-tutorials .wrap .top-section-title {
	color: #fff;
	background-color: #4bb5b7;
	font-size: 21px;
	padding: 6px 9px 4px;
    letter-spacing: .1em;
    margin: 0px auto 21px;
}

@media screen and (min-width: 768px) {
	.home .video-tutorials .wrap .top-section-title {
	    margin: 0px 0px 20px;
	}
}


/* Home reader favorites */
.home .content-features.reader-favorites {
	border-top: 5px solid #ffb200;
	border-bottom: 5px solid #ffb200;
	line-height: 1.3;
	margin-left: 0;
	margin-right: 0;
	padding: 25px 18px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.home .content-features.reader-favorites {
		text-align: left;
	}
}

.home .featured-posts.footer-posts.reader-favorites .section-title:before {
	display: none;
	padding-left: 0;
}

.home .featured-posts.footer-posts.reader-favorites .section-title {
	background: #496cab;
	color: #fff;
	display: inline-block;
	font-size: 21px;
	letter-spacing: .1em;
	line-height: 1.3;
	padding: 2px 5px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.home .content-features.reader-favorites .wrap {
		position: relative;
	}
	.home .content-features.reader-favorites .more-link-container {
		margin: 0;
		position: absolute;
	    top: 7px;
	    right: 0;
	}
}

.home .content-features.reader-favorites .more-link {
	background: transparent;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
	padding: 0;
	top: 0;
}

.home .content-features.reader-favorites .more-link:hover {
	text-decoration: underline;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home .reader-favorites .wprm-recipe-rating,
.home .featured-posts.reader-favorites .entry-title-link,
.home .reader-favorites .entry-excerpt,
.home .reader-favorites .post-link {
	padding: 2px 15px;
}

.home .featured-posts.reader-favorites .entry-image {
	margin-bottom: 8px;
}

.home .featured-posts.reader-favorites .entry-title {
	float: none;
}

.home .featured-posts.reader-favorites .entry-title-link {
	font-size: 19px;
	float: none;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.home .featured-posts.reader-favorites .entry-title-link {
		text-align: left;
	}
}

.home .reader-favorites .entry-excerpt {
	clear: both;
	font-size: 16px;
	font-style: italic;
}

.home .reader-favorites .post-link {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 12px;
}


.home .footer-cta {
	margin-top: -30px;
}

.home #footer_branding {
	position: relative;
	top: -20px;
	display: none;
}

.singular .entry-content .normal-link {
	margin-top: 0px;
}

.singular .entry-content .normal-link a:not([class^="wp-block"]) {
	background: none;
	color: #fd6e50;
	transition: 400ms;
}

@media screen and (min-width: 1024px) {
	.singular .entry-content .normal-link a:not([class^="wp-block"]):hover {
		color: #ff5c39;
	}
}

.nf-form-fields-required {
	margin-bottom: 12px;
}

/* ---------- [ Page: Category  ] ---------- */

.highlighted-category-features {
	position: relative;
}

.archive-nav + .highlighted-category-features::before {
	content: '';
	background-color: #323232;
	position: absolute;
	height: 44px;
	width: 100vw;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: -1;
}

.archive .highlighted-category-features .entry-image {
	border-radius: 50%;
	border: 5px solid #fff;
}

.archive .highlighted-category-features .entry-title {
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 414px) {
	.archive .highlighted-category-features .entry-title {
		font-size: 18px;
	}
}

@media screen and (min-width: 1024px) {
	.archive .highlighted-category-features .entry-title {
		font-size: 20px;
	}

}

.archive .highlighted-category-features .entry-image-link {
	display: block;
	border-radius: 50%;
	background-color: #fff;
}

@media screen and (min-width: 1024px) {
	.archive .highlighted-category-features .entry-image-link:hover + .entry-title {
		text-decoration: underline;
	}
}

/* bottom highlighted category features */
.archive .highlighted-category-features.bottom-features {
	margin-top: 30px;
}

.archive .highlighted-category-features.bottom-features .section-title {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 28px;
	margin-bottom: 12px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.archive .highlighted-category-features.bottom-features .section-title {
		font-size: 26px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.archive .highlighted-category-features.bottom-features .section-title::before,
	.archive .highlighted-category-features.bottom-features .section-title::after {
		content: '';
		height: 4px;
		flex: 1 1 auto;
		background-color: #000;
		margin-right: 16px;
	}

	.archive .highlighted-category-features.bottom-features .section-title::after {
		margin: 0 0 0 16px;
	}
}


/* ---------- [ Archive: Grid Manual ] ---------- */

.grid-manual {
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {
	.grid-manual {
		margin-top: 32px;
	}
}

.grid-manual .grid-4 {
	margin: 0 -10px;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-4 {
		margin: 0 -8px;
	}
}

.grid-manual__item-image {
	display: block;
}

.grid-manual .grid-left {
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left {
    width: calc(65% - 16px);
		margin: 0 8px;
	}
}

@media screen and (min-width: 768px) {
	.grid-manual .grid-left .grid-manual__item {
		display: flex;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left .grid-manual__item-image-action {
		flex: 1 0 364px;
	}

	.grid-manual .grid-left .grid-manual__item-image {
		height: 100%;
		object-fit: cover;
	}

}

.grid-manual .grid-left .grid-manual__item-postmeta {
	text-align: center;
	background-color: #FFB200;
	padding: 24px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.grid-manual .grid-left .grid-manual__item-postmeta {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
		height: 100%;
	}
}

.grid-manual .grid-left .grid-manual__item-postmeta::before {
	content: '';
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/text-oh-so-yum.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 24px;
	top: -44px;
	width: 97px;
	height: 70px;
	transform: rotate(6deg);
}

@media screen and (min-width: 768px) {
	.grid-manual .grid-left .grid-manual__item-postmeta::before {
		top: -16px;
		transform: rotate(8deg);
	}
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left .grid-manual__item-postmeta::before {
		top: -22px;
	}
}

.grid-manual .grid-left .grid-manual__item-pretitle {
	font-size: 22px;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left .grid-manual__item-pretitle {
		font-size: 18px;
	}
}

.grid-manual .grid-left .grid-manual__item-title {
	font-size: 32px;
	margin: 8px 0 0;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left .grid-manual__item-title {
		font-size: 28px;
	}
}

.grid-manual .grid-left .grid-manual__item-text p {
	margin: 8px 0 0;
	line-height: 1.4;
	font-size: 18px;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left .grid-manual__item-text p {
		font-size: 16px;
	}
}

.grid-manual .grid-left .grid-manual__item-action {
	font-family: Verdana, sans-serif;
	margin-top: 12px;
	display: inline-flex;
	background-color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: lowercase;
	padding: 8px 16px;
	line-height: 1;
	min-height: 44px;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-left .grid-manual__item-action:hover {
		background-color: #000;
		color: #fff;
		text-decoration: none;
		transform: scale(0.95);
	}
}

/* Right Side */

@media screen and (min-width: 1024px) {
	.grid-manual .grid-right {
		flex: 1;
	}
}

.grid-manual .grid-right .grid-manual__item {
	display: flex;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	margin: 15px 0;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-right .grid-manual__item {
		box-shadow: none;
    margin: 0 0 20px;
	}

	.grid-manual .grid-right .grid-manual__item:last-child {
    margin: 0;
	}
}

.grid-manual .grid-right .grid-manual__item-image-action {
	flex: 0 0 108px;
}

.grid-manual .grid-right .grid-manual__item-postmeta {
	padding: 8px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.grid-manual .grid-right .grid-manual__item-pretitle {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-right .grid-manual__item-pretitle {
		font-size: 14px;
	}
}

.grid-manual .grid-right .grid-manual__item-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 8px 0 0;
}

@media screen and (min-width: 1024px) {
	.grid-manual .grid-right .grid-manual__item-title {
    padding-right: 20px;
    font-size: 18px;
	}
}

/* ---------- [ Hover Grow/Shrink (not included in base styles)  ] ---------- */

@media screen and (min-width: 1024px) {
	/* 5% Grow  */
	.home .subscribe .subscribe_button:hover,
	.footer-cta .cta-button:hover,
	.back-to-top .icon-font:hover,
	.social .social-icon:hover,
	.oc-recipe-cta .cta-button:hover,
	#dpsp-floating-sidebar .dpsp-network-btn:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	/* 5% Reverse Grow */
	.modal .modal__content button:hover,
	.modal .modal__content input[type="submit"]:hover,
	.archive-footer-cta .cta-button .emphasis:hover,
	.manual-features.feature-large.recipe-index-manual-feature a:hover {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	/* 10% Grow */
	.search-form:hover > .search-submit-icon {
		-webkit-transform: scale(1.10);
		transform: scale(1.10);
	}
}
