/*
 *  Theme Name: Taste and Tell
 *  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: 2.5.3
 *
 *  Text Domain: once-coupled-taste-and-tell
 *  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
 * - Ordered Lists
 * - Pinterest Button
 *
 * ACF
 * - Category Featured Categories
 * - Category Most Popular
 * - Category Side-by-side
 * - Category Family Favorites
 * - Category Featured Posts Top & Bottom
 * - Bio
 * - CTA
 * - Featured Images (Logos)
 * - Featured Posts
 * - Manual Reviews
 * - Social Icons
 *
 * Add-ons
 * - Archive Nav
 * - Comment Button
 * - Footer Brands
 * - Modal
 * - Categories
 *
 * Plugins
 * - Akismet
 * - Basic Social Share Buttons
 * - Cookie Consent
 * - Jetpack
 * - Related Posts for WordPress
 * - Tasty
 * - Taxonomy Indicators
 * - WP Recipe Maker
 * - Yoast
 *
 * Page Templates
 * - Blog
 * - Home
 * - Recipes
 */


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

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

/* Disclaimer */

.disclaimer {
	font-style: italic;
	font-size: 12px;
	color: #666;
	opacity: 1;
	padding-bottom: 12px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 0;
}

.entry-time + .disclaimer {
	margin-top: 0;
}

.disclaimer a {
	color: #666;
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	.disclaimer a:hover {
		text-decoration: none;
	}
}

.post-disclaimer p {
	margin-bottom:  0;
}

/* Logos */

.logo {
	display: block;
	width: 210px;
	height: 32px;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/logo.svg) no-repeat center;
	background-size: 210px;
	margin-left: auto;
	margin-right: auto;
}

.logo-alt {
	display: block;
	width: 100px;
	height: 80px;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/logo-alt.svg) no-repeat center;
	background-size: 100px;
	margin-left: auto;
	margin-right: auto;
}


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

.single .breadcrumb {
	padding-right: 100px;
}

@media screen and (min-width: 768px) {
	.single .breadcrumb {
		padding-right: 136px;
	}
}

.single .entry-header {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d3d3d;
}

.single .entry-header .entry-meta {
	position: absolute;
	top: -29px;
	right: 0;
	width: 84px;
	text-align: right;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
	line-height: 1.6;
	color: #666;
}

@media screen and (min-width: 768px) {
	.single .entry-header .entry-meta {
		width: 120px;
	}
}


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

/*.singular .content .entry-content h2 {
	font-weight: 500;
	display: inline-block;
	margin: 0 0 8px;*/ /* margin collapse fix */
/*}

.singular:not(.page-template-page_full) .content .entry-content h2 {
	background-color: #efe6e2;
	-webkit-box-shadow: 8px 0 0 #efe6e2, -8px 0 0 #efe6e2;
	box-shadow: 8px 0 0 #efe6e2, -8px 0 0 #efe6e2;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 6px 0 4px;
}

.page-template-page_full .content .entry-content h2::after {
	content: '';
	display: block;
	width: 104%;
	background: #efe6e2;
	height: 0.68em;
	margin-top: -0.72em;
	margin-left: -1%;
}

.singular .content .entry-content h3,
.singular .content .entry-content h5,
.singular .content .entry-content h6 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.singular .content .entry-content h5,
.singular .content .entry-content h6 {
	letter-spacing: 0.05em;
}*/

/* ---------- [ Ordered Lists ] ---------- */

.content .entry-content ol,
.content .entry-content ul {
	list-style-type: none;
	margin-left: 1.78em;
}

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

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

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

.content .entry-content ol > li::before {
	content: counter(list-counter);
	float: left;
	width: 1.43em;
	height: 1.43em;
	line-height: 1.43em;
	text-align: center;
	font-weight: 800;
	color: #fff;
	background: #000;
	border-radius: 100%;
	margin-top: 0.14em;
	margin-left: -2em;
	text-transform: uppercase;
	font-size: 0.78em;
}

@media screen and (min-width: 768px) {
	.content .entry-content ol > li::before {
		margin-top: 0.29em;
	}
}

/* ---------- [ Unordered Lists ] ---------- */

.content .entry-content ul > li::before {
	content: '\25cf';
	font-style: normal;
	font-family: 'Icons';
	float: left;
	display: block;
	width: 0.22em;
	height: 0.22em;
	border-radius: 0.11em;
	font-size: 0.7em;
	margin-top: 0.45em;
	margin-left: -1.75em;
}

.content .entry-content ul ul > li::before {
	content: '\25cb';
}

/* ---------- [ Pinterest Button ] ---------- */

.single .content .entry-content > :not(.wp-block-buttons) + p:nth-of-type(2) a,
.single .content .pin-button .wp-block-button__link {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #69b2b2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    padding: 17px 36px 16px;
}

@media screen and (min-width: 1024px) {
	.single .content .entry-content > :not(.wp-block-buttons) + p:nth-of-type(2) a:hover,
	.single .content .pin-button .wp-block-button__link:hover {
		text-decoration: none;
		opacity: 1;
		background: #499393;
	}
}


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


/* ---------- [ Highlighted Posts ] ---------- */

.highlighted-features {
	margin: 12px 0;
}

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

.highlighted-features .flexbox {
	align-items: flex-start;
}

.highlighted-features .entry {
	position: relative;
	background: #000;
}

.highlighted-features .entry-image {
	display: block;
}

.highlighted-features .more-link-container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	pointer-events: none;
}

.highlighted-features .more-link {
	text-transform: lowercase;
	letter-spacing: 0;
	font-size: 14px;
}

.highlighted-features .entry {
	margin-bottom: 12px;
}

.highlighted-features .entry .more-link {
	color: #3d3d3d;
	background: #fff;
	padding: 8px 12px 6px;
}

@media screen and (min-width: 1024px) {
	.highlighted-features .entry .more-link {
		color: #fff;
		background: #69b2b2;
	}

	.highlighted-features .entry:nth-of-type(4n+1) .more-link {
		background: #44596b;
	}

	.highlighted-features .entry:nth-of-type(4n+2) .more-link {
		background: #6cb774;
	}

	.highlighted-features .entry:nth-of-type(4n+3) .more-link {
		background: #7ec2c9;
	}

	.highlighted-features .entry:hover .more-link {
		color: #69b2b2;
		background: #fff;
	}

	.highlighted-features .entry:nth-of-type(4n+1):hover .more-link {
		color: #44596b;
	}

	.highlighted-features .entry:nth-of-type(4n+2):hover .more-link {
		color: #6cb774;
	}

	.highlighted-features .entry:nth-of-type(4n+3):hover .more-link {
		color: #89cad1;
	}
}


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

/* [ Sidebar Bio ] */

.bio_widget {
	text-align: center;
	padding: 0 12px;
}

.bio-container .image {
	max-width: 100px;
	float: left;
	margin-right: 16px;
}

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

.bio-container .widget-title {
	font-weight: 800;
	text-transform: lowercase;
	font-size: 19px;
	display: inline-block;
	margin: 4px 0;
}

.bio-container .text {
	font-size: 12px;
}

.bio-container .text p {
	display: inline;
	margin: 0;
}

.bio-container .more-link-container {
	display: inline;
	margin: 0;
}

.bio-container .more-link-container .more-link {
	display: inline;
	text-transform: none;
	letter-spacing: 0;
	color: #3d3d3d;
	background: transparent;
	padding: 0;
}

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


/* ---------- [ CTA ] ---------- */

@media screen and (min-width: 1024px) {
	.cta-action:hover {
		cursor: pointer;
	}
}

/* [ Before Header CTA ] */

@media screen and (min-width: 1024px) {
	.cta-header .cta-action {
		height: 40px;
		line-height: 38px;
		padding: 0 0 0 28px;
		display: block;
		font-weight: 600;
		text-transform: lowercase;
		font-size: 14px;
		border-left: 2px solid #3d3d3d;
		font-style: italic;
		font-family: 'Playfair Display', 'Raleway', serif;
	}

	.cta-header .cta-action .icon-chevron {
		font-size: 90%;
	}

	.cta-header .cta-action .icon-envelope {
		font-size: 120%;
		margin-right: 4px;
	}

	.cta-header .cta-action .icon-envelope::before {
		top: 0.2em;
	}
}

/* [ Footer CTA ] */

.footer-cta {
	text-align: center;
}

.footer-cta .cta-title {
	text-transform: lowercase;
	font-size: 30px;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.footer-cta .cta-title {
		font-size: 28px;
	}
}

.footer-cta .cta-text {
	font-size: 15px;
}

.footer-cta .cta-text strong {
	font-weight: 800;
}

.footer-cta .cta-text p {
	margin: 4px 0 12px;
}

.footer-cta .cta-action {
	display: inline-block;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #fff;
	background: #6cb774;
	padding: 12px 24px;
	border-radius: 4px;
}

@media screen and (min-width: 1024px) {
	.footer-cta .cta-action {
		padding: 4px 20px;
	}

	.footer-cta .cta-action:hover {
		opacity: 1;
		background: #69ad48;
	}
}

/* [ Home CTA ] */

.home-cta {
	position: relative;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 48px 0;
}

.home-cta::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-ingredients-long.jpg) repeat center;
	background-size: 3000px;
	z-index: 1;
	opacity: 0.3;
}

@media screen and (min-width: 768px) {
	.home-cta::before {
		background-size: 1680px;
	}
}

.home-cta .wrap {
	position: relative;
	z-index: 9;
}

.home-cta .cta-title {
	margin: 0 0 20px;
	font-weight: 500;
	text-transform: lowercase;
	font-size: 26px;
}

@media screen and (min-width: 768px) {
	.home-cta .cta-title {
		display: inline-block;
		margin: 0 16px 0 0;
	}
}

.home-cta .cta-title .icon-font {
	display: block;
	margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
	.home-cta .cta-title .icon-font {
		display: inline-block;
		margin: 0 12px 0 0;
	}
}

.home-cta .cta-action {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 12px 40px 11px;
	border-radius: 40px;
}

@media screen and (min-width: 1024px) {
	.home-cta .cta-action {
		position: relative;
		top: -6px;
		padding: 4px 12px 3px;
	}

	.home-cta .cta-action:hover {
		opacity: 1;
		color: #000;
		background: #fff;
	}
}

/* [ Mobile Header CTA ] */

.cta-mobile-header {
	color: #fff;
	background: #44596b;
	text-align: center;
	padding: 4px 0 6px;
	position: fixed;
	z-index: 999;
	top: 48px; /* height of sticky header */
	left: 0;
	width: 100%;
	height: 40px; /* helps with js consistency */
	overflow: hidden;
}

.admin-bar .cta-mobile-header { /* height of admin bar (46px) + sticky header */
	top: 94px;
}

@media screen and (min-width: 783px) {
	.admin-bar .cta-mobile-header { /* height of admin bar (32px) + sticky header */
		top: 80px;
	}
}

.cta-mobile-header .cta-title,
.cta-mobile-header .cta-action {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	line-height: 1;
	vertical-align: middle;
}

.cta-mobile-header .cta-title {
	font-weight: 900;
	letter-spacing: 0.1em;
	font-size: 13px;
}

@media screen and (min-width: 375px) {
	.cta-mobile-header .cta-title {
		letter-spacing: 0.15em;
		margin-right: 8px;
	}
}

.cta-mobile-header .cta-action {
	font-weight: 800;
	letter-spacing: 0.1em;
	font-size: 10px;
	color: #fff;
	background: #6cb774;
	padding: 4px 12px 3px;
	border-radius: 20px;
}

/* [ Widget CTA ] */

.cta_widget,
.subscribe_widget {
	position: relative;
	color: #fff;
	background: #000;
}

.cta_widget::before,
.subscribe_widget::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-ingredients.jpg) repeat center;
	background-size: 650px;
	z-index: 1;
	opacity: 0.3;
}

.cta_widget .widget-wrap,
.subscribe_widget .widget-wrap {
	position: relative;
	z-index: 9;
}

.cta_widget .cta,
.subscribe_widget .subscribe {
	padding: 20px;
}

.cta_widget .cta-pretitle {
	font-size: 26px;
}

.cta_widget .cta-title,
.subscribe_widget .title {
	margin: 0 8px;
	font-weight: 500;
	text-transform: lowercase;
	font-size: 26px;
}

.cta_widget .cta-text,
.subscribe_widget .text {
	font-size: 16px;
	line-height: 1.5;
}

.cta_widget .cta-text p,
.subscribe_widget .text p {
	margin: 8px 0 0;
}

.cta_widget .cta-action,
.subscribe_widget button,
.subscribe_widget input[type="submit"] {
	display: inline-block;
	color: #fff;
	background: #69b2b2;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 8px 20px;
	border-radius: 40px;
	margin-top: 12px;
	width: auto;
}

@media screen and (min-width: 1024px) {
	.cta_widget .cta-action:hover,
	.subscribe_widget button:hover,
	.subscribe_widget input[type="submit"]:hover {
		opacity: 1;
		background: #499393;
	}
}

/* [ After Entry Widget ] */

@media screen and (min-width: 768px) {
	.after-entry .cta_widget .cta,
	.after-entry .subscribe_widget .subscribe {
		padding: 32px;
	}
}

/* .after-entry .cta_widget .cta-pretitle,
.after-entry .subscribe_widget .pre-title {
	color: #fff;
	background: #000;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 1.2;
	padding: 12px;
} */

.after-entry .cta_widget .cta-title,
.after-entry .subscribe_widget .title {
	font-weight: 600;
	font-size: 28px;
}

@media screen and (min-width: 768px) {
	.after-entry .cta_widget .cta-title,
	.after-entry .subscribe_widget .title {
		font-size: 32px;
	}
}

.after-entry .cta_widget .description, /* @todo */
.after-entry .subscribe_widget .description {
	margin: 4px 0 8px;
	font-size: 15px;
	line-height: 1.4;
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.after-entry .cta_widget .description, /* @todo */
	.after-entry .subscribe_widget .description {
		padding: 0 40px;
		margin: 8px 0 12px;
	}
}

.after-entry .subscribe_widget button,
.after-entry .subscribe_widget input {
	height: 48px;
}

@media screen and (min-width: 768px) {
	.after-entry .subscribe_widget button,
	.after-entry .subscribe_widget input[type="email"],
	.after-entry .subscribe_widget input[type="submit"] {
		margin: 0;
	}

	.after-entry .subscribe_widget input[type="email"] {
		width: calc(100% - 120px);
		float: left;
	}
}

.after-entry .subscribe_widget button,
.after-entry .subscribe_widget input[type="submit"] {
	width: 100%;
	border-radius: 0;
}

@media screen and (min-width: 768px) {
	.after-entry .subscribe_widget button,
	.after-entry .subscribe_widget input[type="submit"] {
		width: 100px;
		float: right;
	}
}

.after-entry .subscribe_widget .content__gdpr {
	clear: both;
	text-align: left;
	font-size: 9px;
	font-style: italic;
	line-height: 1.4;
	padding-left: 28px;
	overflow: hidden;
}

.after-entry .subscribe_widget .content__gdpr input {
	height: auto;
	position: relative;
	top: 16px;
	left: -24px;
}

.after-entry .subscribe_widget .content__gdpr p {
	margin: 0;
}

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

.featured-categories {
	margin: 12px 0 0;
}

@media screen and (min-width: 1024px) {
	.featured-categories {
		margin-top: 20px;
	}

	.featured-categories .title-description-container,
	.featured-categories .articles-container {
		float: left;
	}
}

.featured-categories .title-description-container {
	text-align: center;
	border-radius: 40px;
}

@media screen and (min-width: 1024px) {
	.featured-categories .title-description-container {
		width: calc(12.5% + 16px);
		margin: 0 -8px;
	}
}

@media screen and (min-width: 1024px) {
	.featured-categories .section-title,
	.featured-categories .entry-title a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 112px;
		height: 112px;
		border-radius: 112px;
		padding: 20px;
		font-weight: 800;
		text-transform: lowercase;
		font-size: 16px;
	}
}

.featured-categories .section-title {
	display: block; /* cannot flex because of icon */
	font-weight: 800;
	font-size: 16px;
	margin: 0;
	background: #fff;
	text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
	.featured-categories .section-title {
		padding: 36px 20px;
		margin: 0 8px;
		border: 2px solid #3d3d3d;
	}
}

.featured-categories .section-title .icon-font {
	font-size: 60%;
	position: relative;
	top: -0.05em;
}

.archive .featured-categories .section-title .icon-font {
	color: #6cb774;
	font-size: 80%;
}

@media screen and (min-width: 1024px) {
	.archive .featured-categories .section-title .icon-font {
		color: #3d3d3d;
		font-size: 60%;
		top: -0.1em;
	}

	.featured-categories .articles-container {
		width: calc(87.5% + 16px);
		justify-content: flex-start;
	}
}

.featured-categories .entry {
	text-align: center;
}

.featured-categories .entry-title {
	margin: 0;
}

.featured-categories .entry .entry-title a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding: 12px 0 10px;
	line-height: 1;
	text-decoration: none;
}

.featured-categories .entry .entry-title a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding: 12px 0 10px;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.featured-categories .entry .entry-title a {
		display: flex;
		font-size: 10px;
		padding: 20px;
	}
}


/* [ Home Featured Categories ] */

.home-featured-categories {
	margin: 20px 0 32px;
}

@media screen and (max-width: 1023px) {
	.home-featured-categories .section-title {
		font-size: 26px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.home-featured-categories .entry {
		width: calc(50% - 16px);
		margin-bottom: 8px;
	}

	.home-featured-categories .entry:last-of-type:nth-of-type(odd) {
		width: 100%;
	}

	.home-featured-categories .entry:last-of-type:nth-of-type(odd) a {
	    color: #000;
	    background: transparent;
	    border: 2px solid #000;
	}
}

.home-featured-categories .entry .entry-title a {
	color: #fff;
	background: #44596b;
	padding: 20px 16px 18px;
}

.home-featured-categories .entry:nth-of-type(3n+2) .entry-title a {
	background: #6cb774;
}

.home-featured-categories .entry:nth-of-type(3n) .entry-title a {
	background: #69b2b2;
}

@media screen and (min-width: 1024px) {
	.home-featured-categories .entry .entry-title a {
		color: #3d3d3d;
	}

	.home-featured-categories .entry .entry-title a,
	.home-featured-categories .entry:nth-of-type(3n+2) .entry-title a,
	.home-featured-categories .entry:nth-of-type(3n) .entry-title a {
		border: 2px solid #44596b;
		background: #fff;
	}

	.home-featured-categories .entry .entry-title a:hover,
	.home-featured-categories .entry:nth-of-type(3n+2) .entry-title a:hover,
	.home-featured-categories .entry:nth-of-type(3n) .entry-title a:hover {
		opacity: 1;
		color: #fff;
		background: #44596b;
	}

	.home-featured-categories .entry:nth-of-type(3n+2) .entry-title a {
		border-color: #6cb774;
	}

	.home-featured-categories .entry:nth-of-type(3n+2) .entry-title a:hover {
		background: #6cb774;
	}

	.home-featured-categories .entry:nth-of-type(3n) .entry-title a {
		border-color: #69b2b2;
	}

	.home-featured-categories .entry:nth-of-type(3n) .entry-title a:hover {
		background: #69b2b2;
	}
}


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

.featured-images .section-title {
	font-weight: 800;
	text-transform: lowercase;
	font-size: 20px;
	text-align: center;
	margin: 0 0 12px;
	color: #666;
	opacity: .45;
}

@media screen and (min-width: 1024px) {
	.featured-images .section-title {
		float: left;
		font-size: 12px;
		width: 72px;
		margin: 20px 0 40px;
	}
}

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

@media screen and (min-width: 768px) {
	.featured-images .logos {
		max-width: 100%;
		justify-content: space-between;
		margin-bottom: 40px;
	}
}

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

.featured-images .featured-image {
	flex: 0 1 33.33%;
	padding: 4px 16px;
	max-width: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .2;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.featured-images .featured-image {
		flex-basis: 16.66%;
		padding: 4px 12px;
	}
}

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


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


/* ---------- [ Manual Reviews ] ---------- */

.manual-review {
	border-bottom: 1px solid #666666;
	margin-bottom: 30px;
	padding-bottom: 9px;
}

.manual-review .review-title {
	display: flex;
    align-items: center;
}

.manual-review-title {
	display: inline-block;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-size: 30px;
    color: #fff;
    border: 2px solid #44596b;
    padding: 4px 16px 3px;
    background-color: #44596b;
	margin-bottom: 16px;
}

.manual-reviews .manual-review:last-child {
	border-bottom: 0px;
}

.manual-review p {
	margin: 5px 0px;
}

.manual-review h6, .manual-reviews .review-stars {
	float: left;
}

.manual-review h6 {
	font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666666;
}

.manual-review-icon {
	display: inline-block;
	background-image: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/icon-comment.svg);
	flex: 0 0 43px;
	height: 35px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}

.manual-review .review-stars i {
	font-style: normal;
    color: #6CB774;
    margin-right: 5px;
    font-size: 31px;
	line-height: 34px;
	transform: rotate(-8deg);
	display: inline-block;
}

/* ---------- [ Manual Reviews ] ---------- */

/* [ Footer ] */

.footer-featured-posts {
	padding: 28px 0 32px;
	text-align: center;
	color: #fff;
	background: #44596b;
}

@media screen and (min-width: 1024px) {
	.footer-featured-posts {
		padding: 60px 0 68px;
		background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-blue@2x.jpg) repeat center;
		background-size: 156px;
	}
}

.footer-featured-posts .section-pretitle,
.footer-featured-posts .section-title {
	display: inline-block;
	text-transform: lowercase;
	font-size: 22px;
	margin-bottom: 8px;
}

.footer-featured-posts .section-pretitle::after {
	content: '|';
	margin-left: 12px;
	margin-right: 8px;
}

.footer-featured-posts .section-title {
	font-weight: 800;
}

.footer-featured-posts .feature-description {
	font-size: 15px;
	margin-bottom: 16px;
}

.footer-featured-posts .entry {
	color: #3d3d3d;
	text-align: center;
	background: #fff;
	margin-bottom: 12px;
	-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);
	margin-top: 50px;
}

.footer-featured-posts .entry-image {
	display: block;
	max-width: 75%;
	border-radius: 100%;
	margin: -50px auto 0;
}

.footer-featured-posts .pre-title {
	margin: 12px 0 -4px;
}

.footer-featured-posts .entry-title {
	margin: 12px 8px 12px;
	font-weight: 600;
	font-size: 18px;
}

.footer-featured-posts .entry-excerpt {
	display: none;
}

@media screen and (min-width: 768px) {
	.footer-featured-posts .entry-excerpt {
		display: block;
		margin: 8px 8px 20px;
		font-size: 12px;
	}
}

.footer-featured-posts .more-link {
	border-radius: 4px;
}

/* [ Sidebar ] */

.featured_posts_widget .section-title {
	font-weight: 800;
	text-transform: lowercase;
	text-align: left;
}

.featured_posts_widget .entry-title {
	font-weight: 600;
	font-size: 14px;
	margin: 8px 0 12px;
}


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

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

.social .social-icon {
	display: inline-block;
	color: #fff;
	background: #44596b;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 1;
	text-align: center;
	border-radius: 100%;
	margin: 0 2px;
}

.social .social-icon:nth-of-type(4n+2) {
	background: #69b2b2;
}

.social .social-icon:nth-of-type(4n+3) {
	background: #6cb774;
}

.social .social-icon:nth-of-type(4n) {
	background: #b9e3e8;
}

@media screen and (min-width: 1024px) {
    .social .social-icon:hover {
        opacity: 1;
        background: #30414e;
    }

    .social .social-icon:nth-of-type(4n+2):hover {
        background: #499393;
    }

    .social .social-icon:nth-of-type(4n+3):hover {
        background: #69ad48;
    }

    .social .social-icon:nth-of-type(4n):hover {
        background: #76bcc4;
    }
}

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

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

.social .social-icon .bssb-icon::before {
	line-height: 32px;
}

/* [ Author Social ] */

@media screen and (min-width: 1024px) {
	.author-box .social-icon {
		font-size: 14px;
	}
}

.author-box .social {
	margin-top: 6px;
}

/* [ Footer Social ] */

.footer-brands .brand-social {
	text-align: center;
}

.footer-brands .brand-social .section-title {
	font-weight: 800;
	text-transform: lowercase;
	font-size: 28px;
	margin: 0;
}

.footer-brands .brand-social .social-text {
	font-size: 15px;
	margin: 0;
}

/* [ Header Social ] */

.footer-brands .social-icon,
.site-header .social-icon {
	width: 32px;
	height: 32px;
	font-size: 16px;
}

@media screen and (min-width: 1024px) {
	.footer-brands .social-icon,
	.site-header .social-icon {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}
}

.footer-brands .social-icon .bssb-icon::before,
.site-header .social-icon .bssb-icon::before {
	line-height: 32px;
}

@media screen and (min-width: 1024px) {
	.footer-brands .social-icon .bssb-icon::before,
	.site-header .social-icon .bssb-icon::before {
		line-height: 24px;
	}
}

/* [ Nav Primary Social ] */

.nav-primary .social {
	padding: 12px 20px;
}

.nav-primary .social .social-icon {
	background: #6cb774;
}


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


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

.archive-nav {
	padding: 20px 0;
	background: #f5f2f0;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.archive-nav {
		margin: 0;
		padding: 28px 0;
		text-align: left;
		position: relative;
		z-index: 999;
	}

	.archive-nav .wrap {
		position: relative;
	}
}

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

@media screen and (min-width: 1024px) {
	.archive-nav p {
		font-size: 15px;
		line-height: 1.9;
	}
}

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

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

.archive-nav a {
	text-decoration: underline;
}

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

/* [ Archive Nav: Breadcrumbs ] */

.archive-nav .breadcrumb {
	margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
	.archive-nav .breadcrumb {
		margin-bottom: 12px;
	}
}


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

.category .category-archive-nav {
	background-color: #fff;
	padding: 25px 0;
}

@media screen and (min-width: 1024px) {
	.category .category-archive-nav {
		background-color: #f5f2f0;
		padding: 30px 0 20px 0;
	}
}

@media screen and (min-width: 1024px) {
	.category .category-archive-nav .top-wrap {
		background-color: #fff;
		display: flex;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    -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);
	}
}

.category .category-archive-nav .archive-title {
	color: #000000;
	font-size: 28px;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.category .category-archive-nav .archive-title {
		color: #1A1818;
		font-size: 32px;
	}
}

.category .archive-description p {
	color: #000000;
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.category .archive-nav-content p {
		color: #3D3D3d;
		font-size: 18px;
	}
}

.category .category-archive-nav .archive-description a {
	color: #000000;
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	.category .category-archive-nav .archive-description a:hover {
		color: #000000;
		text-decoration: none;
		opacity: 1;
	}
}

@media screen and (min-width: 1024px) {
	.category .category-archive-nav .archive-nav-content {
		flex: 1;
	    padding: 30px 30px;
	}
}

.category .category-archive-nav img {
	display: none;
}

@media screen and (min-width: 1024px) {
	.category .category-archive-nav img {
		display: inline-block;
	    min-width: 510px;
	    max-width: 510px;
	    align-self: stretch;
	    object-fit: cover;
	}
}


/* ---------- [ Comment Button ] ---------- */

.after-entry .share-comment {
	display: block;
	color: #fff;
	background: #000;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 16px;
	padding: 8px;
	margin: 0 0 -12px;
}


/* ---------- [ Footer Brands ] ---------- */

.footer-brands {
	padding: 24px 0;
}

@media screen and (min-width: 1024px) {
	.footer-brands .brand-container {
		width: calc(50% - 150px);
	}
}

.footer-brands .brand-social {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.footer-brands .brand-social {
		margin-bottom: 0;
		padding: 36px 100px 36px 0;
	}
}

.footer-brands .brand-logo {
	display: none;
}

@media screen and (min-width: 1024px) {
	.footer-brands .brand-logo {
		display: block;
		width: 300px;
		border-left: 1px solid #666;
		border-right: 1px solid #666;
		padding: 24px;
	}

	.footer-brands .brand-logo .footer-logo {
		display: block; /* so hover opacity is applied. */
	}

	.footer-brands .brand-logo .logo-alt {
		margin-bottom: 12px;
	}

	.footer-brands .brand-social,
	.footer-brands .brand-cta {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-brands .brand-cta {
		padding-left: 40px;
	}
}

/* [ Brand: Logo ] */

.brand-logo .logo-alt {
	margin: 0 auto;
}

/* [ Brand: Alt ] */

.brand-alt {
	text-align: center;
	font-size: 15px;
}

.brand-alt .section-title {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 17px;
	line-height: 1.2;
	max-width: 300px;
	margin: 0 auto;
}

.brand-alt .sister-site-description {
	margin: 4px 0;
}

.brand-alt .sister-site-link {
	font-weight: 800;
	font-size: 18px;
}

.brand-alt .icon-font {
	display: block;
	margin: 4px auto 0;
	font-size: 25px;
}


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

.modal .modal__container {
	position: relative;
}

.modal__container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-ingredients.jpg) no-repeat center;
	background-size: cover;
	opacity: 0.25;
}

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

.modal .modal__header {
	margin-bottom: 12px;
}

.modal__header .modal__title {
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: 0;
	font-size: 26px;
	margin: 0 32px;
}

@media screen and (min-width: 1024px) {
	.modal__header .modal__title {
		font-size: 38px;
	}
}

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

.modal__content p {
	font-weight: 500;
	font-size: 15px;
	margin: 0 16px 16px;
}

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

.modal .modal__content button,
.modal .modal__content input[type="email"],
.modal .modal__content input[type="submit"] {
	font-size: 16px;
	height: 60px;
}

.modal .modal__content input[type="email"] {
	width: calc(100% - 148px);
	float: left;
}

.modal .modal__content button,
.modal .modal__content input[type="submit"] {
	color: #fff;
	font-size: 14px;
	width: 140px;
	float: right;
}

.modal .modal__content button {
	background: #69b2b2;
	text-transform: uppercase;
}

.modal .modal__content label {
	display: block;
	clear: both !important;
	padding-top: 20px;
}

.modal__content label input[type="checkbox"] {
	float: left;
}

.modal .modal__content label p {
	font-size: 12px;
	font-style: italic;
	text-align: left;
	padding-left: 8px;
}

.modal__container .modal__footer .modal__btn {
	letter-spacing: 0.1em;
	display: inline-block;
	width: auto;
	min-height: auto;
	padding: 0;
	border: 0;
}


/* ---------- [ Category Pages ] ---------- */

.category .content-sidebar-wrap > .content {
	background-color: #44596b;
	padding: 25px 0;
}

@media screen and (min-width: 768px) {
	.category .content-sidebar-wrap > .content {
		background-color: #fff;
		padding: 0;
	}
}

.category .breadcrumb {
	font-size: 12px;
}

.category .all-posts-title .section-pretitle {
	font-weight: 800;
	letter-spacing: 0;
}

.category .all-posts-title {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 12px;
}

.category .all-posts-title .section-pretitle::after {
	content: '|';
	margin-left: 8px;
	margin-right: 4px;
}

@media screen and (min-width: 768px) {
	.category .all-posts-title {
		color: #141414;
	}
}

@media screen and (min-width: 768px) {
	.category .full-width-features + .content-sidebar-wrap::before {
		content: '';
		display: block;
		height: 3px;
		width: 100%;
		background: #e3e3e3;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: -40px;
	}

	.category .full-width-features + .content-sidebar-wrap {
		margin-top:  80px;
	}

	.category .site-footer {
		padding-top: 30px;
		border-top: 3px solid #e3e3e3;
	}
}

.category .content-sidebar-wrap > .content a.entry-title-link {
	color: #000;
}

@media screen and (min-width: 768px) {
	.category .content-sidebar-wrap > .content a.entry-title-link {
		color: #303336;
	}
}

@media screen and (min-width: 1024px) {
	.category .content-sidebar-wrap > .content a.entry-title-link:hover {
		color: #303336;
		opacity: 1;
		text-decoration: underline;
	}
}

.category .featured-images.logo-features {
	display: none;
}

@media screen and (min-width: 1024px) {
	.category .featured-images.logo-features {
		display: block;
	}
}


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


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

.akismet_comment_form_privacy_notice {
	font-size: 0.8em;
	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;
}

/* ---------- [ Basic Social Share Buttons ] ---------- */

.basic-social-share-buttons {
	display: flex;
	margin: 16px -4px 0;
}

.basic-social-share-buttons .share {
	background: #f5f2f0;
	flex: 0 1 100%;
	text-align: center;
	padding-top: 2px;
	margin: 0 4px;
}

.single .content .share {
	color: #fff;
	background: #69b2b2;
	height: 48px;
	line-height: 48px;
}

@media screen and (min-width: 1024px) {
	.single .content .share:hover {
		opacity: 1;
		background: #499393;
	}
}

.single .entry-header .share {
	color: #3d3d3d;
	background: #efe6e2;
}

@media screen and (min-width: 1024px) {
	.single .entry-header .share:hover {
		opacity: 0.7;
		background: #efe6e2;
	}
}

/* ---------- [ Cookie Consent ] ---------- */

.comment-form-cookies-consent {
	text-align: left;
}

.comment-form-cookies-consent input {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}


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

#wpstats {
	display: none;
}

.sharedaddy {
	margin-top: 20px;
}


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

.rp4wp-related-posts {
	margin: 28px 0 4px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.rp4wp-related-posts {
		margin-top: 36px 0 8px;
	}
}

.rp4wp-related-posts h3 {
	text-transform: lowercase;
	font-size: 22px;
	margin: 0 0 8px;
}

@media screen and (min-width: 1024px) {
	.rp4wp-related-posts h3 {
		text-align: left;
	}
}

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

.rp4wp-related-posts li {
	flex: 0 0 49%;
	background: #fff;
	-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);
	margin-bottom: 24px;
}

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

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

.rp4wp-related-post-content {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	margin: 8px;
}

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


/* ---------- [ Tasty ] ---------- */

.recipe-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}

@media screen and (min-width: 768px) {
	.recipe-info {
		display: block;
	}
}

.recipe-info .recipe-info-total-time,
.recipe-info .recipe-info-rating,
.recipe-info .recipe-info-jump-button {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	padding: 0 4px;
}

.recipe-info .recipe-info-total-time,
.recipe-info .recipe-info-rating {
	width: calc(50% - 72px);
	font-size: 12px;
	border-right: 1px solid #3d3d3d;
}

.recipe-info .recipe-info-jump-button {
	width: 140px;
}

@media screen and (min-width: 375px) {
	.recipe-info .recipe-info-total-time,
	.recipe-info .recipe-info-rating {
		flex: 1 0 27%;
	}

	.recipe-info .recipe-info-total-time,
	.recipe-info .recipe-info-rating {
		width: auto;
		font-size: 14px;
	}

	.recipe-info .recipe-info-jump-button {
		width: auto;
		flex-basis: 46%;
	}
}

@media screen and (min-width: 580px) {
	.recipe-info .recipe-info-total-time,
	.recipe-info .recipe-info-rating,
	.recipe-info .recipe-info-jump-button {
		padding: 4px;
	}

	.recipe-info .recipe-info-total-time,
	.recipe-info .recipe-info-rating {
		flex-basis: 32.5%;
	}

	.recipe-info .recipe-info-jump-button {
		flex-basis: 35%;
	}
}

@media screen and (min-width: 768px) {
	.recipe-info .recipe-info-total-time,
	.recipe-info .recipe-info-rating {
		padding-right: 20px;
		margin-right: 12px;
	}

	.recipe-info .recipe-info-total-time {
		text-align: left;
	}
}

.recipe-info .recipe-info-label,
.recipe-info .recipe-info-jump-button {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
	color: #6cb774;
}

@media screen and (min-width: 375px) {
	.recipe-info .recipe-info-label,
	.recipe-info .recipe-info-jump-button {
		font-size: 12px;
	}
}

.recipe-info .recipe-info-label,
.recipe-info .rating-average {
	display: block;
}

@media screen and (min-width: 580px) {
	.recipe-info .recipe-info-label,
	.recipe-info .rating-average {
		display: inline-block;
	}

	.recipe-info .rating-average {
		margin-right: 4px;
	}
}

@media screen and (min-width: 768px) {
	.recipe-info .recipe-info-label,
	.recipe-info .rating-average {
		margin-right: 4px;
	}
}

.recipe-info .rating-average .tasty-recipes-rating {
	color: #3d3d3d;
	font-size: 100%;
}

@media screen and (min-width: 768px) {
	.recipe-info .rating-average .tasty-recipes-rating {
		margin-right: 4px;
	}
}

.tasty-recipes-jump-link {
	display: inline-block;
	border: 1px solid #3d3d3d;
	border-radius: 20px;
	padding: 4px 8px;
}

@media screen and (min-width: 768px) {
	.tasty-recipes-jump-link {
		color: #fff;
		background: #6cb774;
		border: 0;
	}

	.tasty-recipes-jump-link:hover {
		opacity: 1;
		background: #69ad48;
	}
}


/* ---------- [ Taxonomy Indicators ] ---------- */

@media screen and (min-width: 1024px) {
	.taxonomy-indicator:hover {
		opacity: 1;
	}
}

.taxonomy-indicators .abbr {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	font-weight: 800;
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.taxonomy-indicators .taxonomy-indicator:hover .abbr {
		color: #fff;
		background: #000;
	}
}

.taxonomy-indicators .full-name {
	display: inline-block;
	font-size: 15px;
	margin-left: 8px;
	text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
	.taxonomy-indicator:hover .full-name {
		color: #646464;
	}
}

/* [ In Post ] */

.in-post-list {
	display: inline-block;
}

@media screen and (min-width: 1024px) {
	.in-post-list {
		margin-right: 8px;
	}
}

.in-post-list .taxonomy-indicator {
	margin-right: 4px;
	margin-bottom: 4px;
}

@media screen and (min-width: 1024px) {
	.in-post-list .taxonomy-indicator {
		margin-bottom: 0;
	}
}

.in-post-list .taxonomy-indicator .abbr {
	display: none;
}

@media screen and (min-width: 1024px) {
	.in-post-list .taxonomy-indicator .abbr {
		display: block;
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
}

.in-post-list .taxonomy-indicator .full-name {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 9px;
	line-height: 1;
	margin: 0;
	border: 1px solid #000;
	padding: 6px 8px 4px;
}

@media screen and (min-width: 1024px) {
	.in-post-list .taxonomy-indicator .full-name {
		display: none;
	}
}

/* [ Widget ] */

.ti_key {
	text-align: left;
}

.ti_key .widget-title {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 18px;
	border-bottom: 2px solid #f8f6f5;
	padding-bottom: 4px;
	margin-bottom: 12px;
}

.ti_key .taxonomy-indicators {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}


/* ---------- [ WP Recipe Maker ] ---------- */

.wprm-recipe-snippet {
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -8px;
}

@media screen and (min-width: 1024px) {
	.wprm-recipe-snippet {
		top: -12px;
	}
}

.wprm-recipe-snippet .wprm-recipe-link {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #fff !important; /* to override inline styles */
	background: #000;
	border: 1px solid #000;
	padding: 4px 8px;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 12px;
}

@media screen and (min-width: 1024px) {
	.wprm-recipe-snippet .wprm-recipe-link:hover {
		opacity: 1;
		color: #000 !important;
		background: transparent;
	}
}

.wprm-recipe-snippet .wprm-recipe-jump::after {
	content :'\e810';
	font-family: 'Icons';
	display: inline-block;
	transform: rotate(90deg);
	font-size: 70%;
	margin-left: 4px;
	position: relative;
	top: -1px;
}

.comment-form-wprm-rating label {
	font-weight: 800;
	display: block;
}

@media screen and (min-width: 768px) {
	.comment-form-wprm-rating label {
		display: inline-block;
		margin-right: 4px;
		position: relative;
		top: 1px;
	}
}

.wprm-rating-star svg {
	width: 28px;
	height: 28px;
	padding: 0 2px;
	transform: rotate(-5deg);
}

.wprm-rating-stars .wprm-rating-star polygon {
	stroke-width: 1px;
}

.comment-form-wprm-rating + .form-submit {
	padding-top: 0;
}

/* [ Sticky Pin Button ] */

.entry-content > .wprm-recipe-pin {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: fixed;
	top: 160px;
	right: 0;
	background: #000;
	color: #fff !important;
	font-size: 28px;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
}


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

.primary-category-link {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
}


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


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

/* ---------- [ Page: Blog ] ---------- */

.blog .content .entry-title {
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.blog .content .entry-title {
		font-size: 17px;
	}
}


/* ---------- [ Page: Home ] ---------- */

/* [ Header ] */

.home .site-header {
	border-bottom-color: #fff;
}

/* [ Posts by Category ] */

.home .site-inner .featured-posts {
	padding: 24px 0 32px;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts {
		padding: 60px 0 32px;
	}
}

.home .site-inner .featured-posts:first-of-type {
	margin-top: 48px;
	padding-top: 0;
}

.home .site-inner .featured-posts:nth-of-type(2n+1) {
		background: #f5f2f0;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts:nth-of-type(2n+1) {
			background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-tan@2x.jpg) repeat top 60px center;
			background-size: 156px;
	}

	.home .site-inner .featured-posts > .wrap {
		position: relative;
	}
}

.home .site-inner .featured-posts .title-description-container {
	text-align: center;
	margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts:nth-of-type(2n) .title-description-container {
		text-align: left;
	}
}

.home .site-inner .featured-posts .section-pretitle,
.home .site-inner .featured-posts .section-title {
	font-size: 26px;
	text-transform: lowercase;
	color: #000;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts .section-pretitle,
	.home .site-inner .featured-posts .section-title {
		font-size: 22px;
	}
}

.home .site-inner .featured-posts .section-pretitle {
	display: none;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts .section-pretitle {
		display: inline-block;
		font-weight: 500;
	}

	.home .site-inner .featured-posts .section-pretitle::after {
		content: '|';
		margin-left: 8px;
		margin-right: 4px;
	}
}

.home .site-inner .featured-posts .section-title {
	display: inline-block;
	font-weight: 800;
}

.home .site-inner .featured-posts .feature-description {
	font-size: 15px;
}

.home .site-inner .featured-posts .feature-description p {
	margin-top: 0;
}

.home .site-inner .featured-posts .entry {
	padding-bottom: 8px;
}

.home .site-inner .featured-posts:nth-of-type(2n+1) .entry {
	margin-top: 40px;
}

.home .site-inner .featured-posts .entry-image {
	display: block;
	margin: 0 auto;
}

.home .site-inner .featured-posts:nth-of-type(2n+1) .entry-image {
	border-radius: 100%;
	max-width: 120px;
	max-height: 120px;
	margin: -40px auto 12px;
	object-fit: cover;
}

@media screen and (min-width: 490px) {
	.home .site-inner .featured-posts:nth-of-type(2n+1) .entry-image {
		max-width: 200px;
		max-height: 200px;
	}
}

.home .site-inner .featured-posts .entry-excerpt {
	display: none;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts .entry-excerpt {
		display: block;
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		margin: 0 8px 8px;
	}
}

.home .site-inner .featured-posts .more-link-container {
		margin-top: 0;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts:nth-of-type(2n) .more-link-container {
		position: absolute;
		top: 4px;
		right: 0;
	}
}

.home .site-inner .featured-posts .more-link {
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.home .site-inner .featured-posts .more-link {
		padding: 8px 16px 11px;
	}
}

.home .site-inner .featured-posts:nth-of-type(4n+1) .more-link {
	background: #44596b;
}

.home .site-inner .featured-posts:nth-of-type(4n+3) .more-link {
	background: #6cb774;
}

@media screen and (min-width: 1024px) {
	.home .site-inner .featured-posts:nth-of-type(4n+1) .more-link:hover {
		background: #30414e;
	}

	.home .site-inner .featured-posts:nth-of-type(4n+3) .more-link:hover {
		background: #69ad48;
	}

	.home .site-inner .featured-posts:nth-of-type(2n) .more-link {
		color: #000;
		background: transparent;
		padding: 0;
	}

	.home .site-inner .featured-posts:nth-of-type(2n) .more-link:hover {
		opacity: 0.6;
		background: transparent;
	}
}

/* [ YouTube ] */

.youtube-embed {
	padding-top: 32px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.youtube-embed {
		padding-top: 44px;
	}

	.youtube-embed .wrap {
		position: relative;
	}
}

.youtube-embed .section-title {
	text-indent: -9999px;
	width: 310px;
	height: 140px; /* intended height + top white-space */
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/text-join.svg) no-repeat center bottom;
	background-size: 310px;
	position: relative;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.youtube-embed .section-title {
		margin-top: 48px;
	}
}

.youtube-embed .section-title::before {
	content: '\e934';
	font-family: 'Icons';
	text-indent: 0;
	width: 44px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #3d3d3d;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 0.2em;
}

@media screen and (min-width: 1024px) {
	.youtube-embed .wrap {
		padding-right: 640px;
	}
}

.youtube-embed .youtube-text {
	font-size: 14px;
	line-height: 1.4;
}

.youtube-embed .youtube-link {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #69b2b2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.youtube-embed .youtube-link {
		padding: 8px 12px;
		margin-bottom: 60px;
	}

	.youtube-embed .youtube-link:hover {
		opacity: 1;
		background: #499393;
	}

	.youtube-embed iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 600px;
		height: 340px;
	}

	.youtube-embed .wrap::after {
		content: '';
		display: block;
		background: #b9e3e8;
		width: 540px;
		height: 320px;
		position: absolute;
		right: -24px;
		bottom: -16px;
		z-index: -1;
		opacity: 0.7;
	}
}


/* ================================
[ About Page ]
================================ */



/* ---------- [ Wrappers ] ---------- */

.about-section .wrap {
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.about-section .wrap {
		max-width: calc(100% - 40px);
	}
}

@media screen and (min-width: 1024px) {
	.about-section .wrap {
		max-width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
}



/* ---------- [ sections ] ---------- */

.about-section {
	padding: 50px 0;
	clear: both;
}


/* ---------- [ section one ] ---------- */

.about-section-one {
	padding-top: 0;
	border-bottom: 3px double #3d3d3d;
}

.about-section-one .about-content {
	width: 50%;
	padding: 0 0 0 40px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.about-section-one .about-image {
	width: 50%;
}

.about-section-one .pre-title {
	text-transform: uppercase;
}


/* ---------- [ section one ] ---------- */

.about-section-two {
	text-align: center;
}

.about-section-two h3 {
	text-align: left;
}

.about-section-two h3,
.about-section-two h4 {
	font-weight: 400;
	text-transform: uppercase;
}

.about-section-two h4 {
	font-size: 18px;
	margin: 0;
}

.about-section-two p {
	font-size: 16px;
	margin: 0;
}


/* ---------- [ section Three ] ---------- */

.about-section-three {
	background: url(/wp-content/themes/once-coupled-taste-and-tell/assets/images/bg-tan@2x.jpg) repeat top 60px center;
	background-size: 156px;
	text-align: center;
}

.about-section-three .about-content {
	width: 50%;
	padding: 0 40px 0 0;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.about-section-three .about-image {
	width: 50%;
}

.about-section-three  h3 {
	text-transform: uppercase;
}

.about-section-three  .pre-title {
	text-transform: uppercase;
}


/* ---------- [ section Four ] ---------- */

.about-section-four {
	background-size: cover;
	background-position: center center;
	height: 400px;
}


/* ---------- [ section Five ] ---------- */

.about-section-five {
	border-bottom: 1px solid #3d3d3d;
}

.about-section-five .flexbox .col {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.about-section-five .title-wrapper {

    text-align: center;
}


/* ---------- [ section Six ] ---------- */

.about-section-six {

}

.about-section-six h3 {

}

.about-section-six h3,
.about-section-six h4 {
	text-transform: uppercase;
	font-weight: 400;
}

.about-section-six .flexbox .col {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    padding: 20px;
    width: 33.3%;
}

.about-section-six .faq p {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.about-section-six .faq h4 {
	font-size: 20px;
	margin: 0 0 5px 0;
}


/* ---------- [ section Seven ] ---------- */

.about-section-seven {
	background-size: cover;
	background-position: center center;
	padding: 70px 0;
}

.about-section-seven .info-container {
	width: 60%;
	background: white;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
}

.about-section-seven p.pre-title {
	text-transform: uppercase;
}


/* ---------- [ section Eight ] ---------- */

.about-section-eight {

}

.about-section-eight .about-content {
	width: 50%;
	padding-right: 40px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}


.about-section-eight .about-image {
	width: 50%;
}

.about-section-eight p.pre-title {
	font-style: italic;
}

.about-section-eight h3 {

}


/* ---------- [ section nine ] ---------- */

.about-section-nine {
	background: #f5f2f0;
}

.about-section-nine .about-content {
	padding-left: 40px;
	width: 50%;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.about-section-nine .about-video {
	width: 50%;
}


.about-section-nine p.pre-title {
	text-transform: uppercase;
}

.about-section-nine h3 {

}


/* ---------- [ section ten ] ---------- */

.about-section-ten .wrap {
	max-width: 100%;
}

.about-section-ten {
	padding: 0;
	background: #b9e3e8;
	text-align: center;
	margin-bottom: 32px;
}

.about-section-ten .about-content {
	width: 50%;
	padding: 40px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 350px;
}

.about-section-ten .about-image {
	background-size: cover;
	background-position: center center;
	width: 50%;
}

.about-section-ten p.pre-title {
	text-transform: uppercase;
}

.about-section-ten h3 {

}