/*
 *  Theme Name: The Flavor Bender
 *  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-the-flavor-bender
 *  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
 * - Blocks
 * - Custom Classes
 * - Entry Meta
 * - In-Post Headers
 * - In-Post Lists
 *
 * ACF
 * - Bio
 * - CTA & Subscribe
 * - Featured Images (Logos)
 * - Featured Categories
 * - Featured Posts
 * - Social Icons
 * - Subcategory Listing
 *
 * Add-ons
 * - Archive Nav
 * - Modal @todo
 * - Quick Links
 *
 * Plugins
 * - Akismet
 * - Jetpack
 * - Recipes (Tasty, WPRM)
 * - Related Posts for WordPress
 * - Social Pug
 * - Yoast
 *
 * Widgets
 *
 * Page Templates
 * - Archives: Products
 * - Home
 * - Recipes
 * - Start Here
 */

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

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

.has-black-background-color {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.has-charcoal-background-color {
  background-color: #343434;
}

.has-charcoal-color {
  color: #343434;
}

.has-teal-background-color {
  background-color: #3da49a;
}

.has-teal-color {
  color: #3da49a;
}

.has-blue-background-color {
  background-color: #b1cad6;
}

.has-blue-color {
  color: #b1cad6;
}

.has-navy-background-color {
  background-color: #1f4463;
}

.has-navy-color {
  color: #1f4463;
}

.has-pink-background-color {
  background-color: #ee6464;
}

.has-pink-color {
  color: #ee6464;
}

.has-light-background-pink-color {
  background-color: #fbcbc4;
}

.has-light-pink-color {
  color: #fbcbc4;
}

.has-light-background-blue-color {
  background-color: #dbeeec;
}

.has-light-blue-color {
  color: #dbeeec;
}

.has-white-background-color {
  background-color: #fff;
}

.has-white-color {
  color: #fff;
}

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

/* [ Header: FAQ ] */

@media screen and (min-width: 1120px) {
  .header-faq {
    position: relative;
  }
}

.header-faq::before {
  content: '?';
  display: block;
  float: left;
  text-align: center;
  border-radius: 100%;
  color: #fbcbc4;
  background: #ee6464;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.3em;
  margin-top: -0.06em;
  margin-right: 0.3em;
}

@media screen and (min-width: 1120px) {
  .header-faq::before {
    position: absolute;
    top: 0;
    left: -1.6em;
  }
}

/* [ Script Font ] */

.script-font {
  display: inline-block;
  font-family: 'Brandon Smith';
  font-weight: 400;
  margin: 0 4px;
}

/* [ Text Sizing ] */

.text-140 {
  font-size: 140%;
}

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

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

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  padding-left: 44px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .entry-meta {
    padding-left: 0;
  }
}

.entry-meta::before {
  content: '';
  height: 32px;
  width: 32px;
  display: block;
  border-radius: 50%;
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/avatar-author.jpg);
  background-size: 150%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .entry-meta::before {
    content: none;
  }
}

.entry-meta-item {
  color: #343434;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .entry-meta-item {
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
}

.entry-meta-item:first-of-type {
  flex: 1 1 100%;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .entry-meta-item:first-of-type {
    flex: initial;
    margin-bottom: 0;
  }
}

.entry-meta-item .meta-label {
  display: inline-block;
  font-weight: 600;
}

.entry-meta-item a {
  text-decoration: underline;
}

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

.entry-meta-item.post-disclaimer {
  display: none;
}

@media screen and (min-width: 768px) {
  .entry-meta-item.post-disclaimer {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #f0f8f7;
  }

  .entry-meta-item.post-disclaimer p {
    margin: 0 0 0 10px;
    padding-right: 12px;
    border-left: 2px solid #f0f8f7;
  }
}

/* [ Post Details ] */

.post-details {
  overflow: hidden;
  margin-bottom: 12px;
  padding-bottom: 16px;
  line-height: 1.4;
  border-bottom: 2px solid #f0f8f7;
}

.post-details .flexbox {
  align-items: center;
}

.post-details .wprm-recipe-details-unit {
  font-size: 1em;
}

.post-details .post-indicators {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .post-details .post-indicators {
    font-size: 14px;
  }
}

.post-details .post-indicator {
  margin-right: 16px;
}

.post-details .post-indicator:last-of-type {
  margin-right: 0;
}

.post-details .icon-font {
  color: #ee6464;
  float: left;
  margin-top: -1px;
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .post-details .icon-font {
    margin-top: -2px;
  }
}

.post-details .post-edit-link {
  font-weight: 500;
  color: #ee6464;
  margin-left: 16px;
}

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

.single-entry-content h2,
.single-entry-content h3,
.single-entry-content h4,
.single-entry-content h5,
.single-entry-content h6 {
  color: #1f4463;
  margin: 16px 0 -4px;
}

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

.single-entry-content h3 {
  font-size: 22px;
}

.single-entry-content h4 {
  color: #ee6464;
}

.single-entry-content h5 {
  color: #3da49a;
}

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

/* [ Ordered ] */

.single-entry-content ol,
.single-entry-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid) {
  list-style-type: none;
  margin-left: 1.78em;
}

.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: 1.7em;
  height: 1.7em;
  line-height: 2em;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #3da49a;
  border-radius: 100%;
  margin-top: 0.65em;
  margin-left: -2.4em;
  font-size: 0.6em;
}

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

/* [ Unordered ] */

.single-entry-content ul:not(.wp-block-gallery):not(.blocks-gallery-grid) > li::before {
  content: '\e90d';
  font-style: normal;
  font-family: 'Icons';
  float: left;
  display: block;
  color: #3da49a;
  font-size: 0.7em;
  margin-top: 0.3em;
  margin-left: -1.75em;
}

.single-entry-content ul ul > li::before {
  content: '\25cf';
  margin-left: -1.5em;
}

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

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

/* [ Sidebar Bio ] */

.bio-container {
  min-height: 100px;
}

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

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

.bio-container .widget-title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 12px;
  color: #ee6464;
  margin: 0 0 4px;
}

.bio-container .text,
.bio-container .text p,
.bio-container .more-link-container {
  display: inline;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
}

.bio-container .more-link-container .more-link {
  font-style: italic;
  background: transparent;
  padding: 0;
  margin-left: 2px;
  font-weight: 400;
  text-transform: none;
  font-size: 1em;
}

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

.bio-container .more-link-container .icon-font {
  font-size: 80%;
  margin-left: -2px;
}

/* Widget */

.bio_widget {
  text-align: center;
  background: #f0f8f7;
  padding: 20px;
  margin-top: 60px; /* assumes bio is first widget */
  position: relative;
  line-height: 1;
}

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

.bio_widget .bio-container .image {
  max-width: 132px;
  margin: -60px auto 20px;
  float: none;
}

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

.bio_widget .bio-container .widget-title {
  display: inline-block;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: 22px;
  color: #343434;
  background: #fff;
  padding: 2px 8px 0;
  transform: rotate(-6deg) translateX(-50%);
  position: absolute;
  top: 68px;
  left: 50%;
}

.bio_widget .bio-container .text,
.bio_widget .bio-container .text p,
.bio_widget .bio-container .more-link-container .more-link {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.bio_widget .bio-container .more-link-container .more-link {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 16px;
  color: #1f4463;
  margin: -4px 0 0;
  border-radius: 0;
  border-bottom: 3px solid #3da49a;
}

@media screen and (min-width: 1024px) {
  .bio_widget .bio-container .text .more-link:hover {
    opacity: 1;
    color: #456d8e;
  }
}

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

.cta,
.subscribe {
  overflow: hidden;
  color: #fff;
  background: #1f4463;
  text-align: center;
  padding: 32px 20px;
}

.cta a,
.subscribe a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .cta a,
  .subscribe a {
    color: #fff;
    text-decoration: underline;
  }
}

.cta-image,
.subscribe .subscribe-image {
  display: block;
}

.cta-pretitle,
.subscribe .pre-title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1;
  color: #3da49a;
  margin: 12px 0 8px;
}

.cta-title,
.subscribe .title {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 8px;
}

.cta-text p,
.subscribe .description {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
}

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

@media screen and (min-width: 768px) {
  .subscribe input {
    float: left;
    margin-right: 8px;
    width: calc(50% - 32px);
  }
}

.cta .cta-action,
.subscribe button,
.subscribe input[type='submit'] {
  display: inline-block;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 16px;
  color: #fff;
  background: #ee6464;
  border-radius: 40px;
  padding: 8px 24px;
  text-decoration: none;
}

.subscribe button,
.subscribe input[type='submit'] {
  display: block;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .subscribe button,
  .subscribe input[type='submit'] {
    width: 48px;
    text-indent: -9999px;
    margin-right: 0;
    background: transparent;
  }

  .subscribe .form {
    position: relative;
  }

  .subscribe .form::before {
    /* note inability to hover */
    content: '\e907';
    display: block;
    font-family: 'Icons';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 42px;
    border: 3px solid #fff;
    border-radius: 100%;
    text-align: center;
    padding-left: 2px;
    pointer-events: none;
  }
}

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

.gdpr {
  clear: both;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin-top: 12px;
}

.gdpr input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
}

/* [ CTA: Footer ] */

.site-footer .cta {
  color: #343434;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-grid.svg);
  background-size: 16px;
  padding-top: 48px;
}

@media screen and (min-width: 768px) {
  .site-footer .cta {
    min-height: 472px;
    display: flex;
    height: 100%;
    padding-top: 44px;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer .cta {
    min-height: 576px;
    padding: 96px 0 72px;
  }
}

@media screen and (min-width: 768px) {
  .site-footer .cta .wrap {
    padding-left: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 28px; /* offset negative margin on text-new */
  }
}

@media screen and (min-width: 1024px) {
  .site-footer .cta .wrap {
    padding: 0 140px 0 500px;
    align-items: flex-start;
    text-align: left;
  }
}

.site-footer .cta-image {
  position: relative;
  width: 260px;
  height: 337px;
  padding: 28px 24px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 768px) {
  .site-footer .cta-image {
    width: 312px;
    height: 405px;
    padding: 36px 28px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .site-footer .cta-image {
    left: 140px;
  }
}

.site-footer .cta-image::before {
  content: '';
  display: block;
  width: 104px;
  height: 104px;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/text-new.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -28px;
  left: -32px;
  z-index: 9;
}

.site-footer .cta-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-ipad.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50%);
  transform: translateX(-50%);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .site-footer .cta-image::after {
    background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-ipad@2x.png);
  }
}

.site-footer .cta-image img {
  display: block;
}

.site-footer .cta-pretitle {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 17px;
  color: #ee6464;
}

@media screen and (min-width: 768px) {
  .site-footer .cta-pretitle {
    margin-top: 0;
  }
}

.site-footer .cta-title {
  text-transform: capitalize;
  font-size: 40px;
  color: #1f4463;
}

.site-footer .cta-text {
  display: none;
}

@media screen and (min-width: 1024px) {
  .site-footer .cta .cta-text {
    display: block;
    font-size: 17px;
    line-height: 1.5;
  }

  .site-footer .cta-text p {
    font-size: 24px;
    line-height: 1.3;
  }

  .site-footer .cta-text ul {
    list-style-type: none;
    margin-left: 1.78em;
  }

  .site-footer .cta-text ul > li::before {
    content: '\e90d';
    font-style: normal;
    font-family: 'Icons';
    float: left;
    display: block;
    font-size: 0.7em;
    margin-top: 0.3em;
    margin-left: -1.75em;
  }
}

.site-footer .cta-action {
  background: #3da49a;
}

@media screen and (min-width: 1024px) {
  .site-footer .cta-action:hover {
    opacity: 1;
    background: #92d0ca;
  }
}

/* [ CTA: Widget ] */

.cta_widget .cta {
  background: #ee6464;
}

.cta_widget .cta-image img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: -3px 4px 16px -1px rgba(51, 49, 51, 0.73);
  -moz-box-shadow: -3px 4px 16px -1px rgba(51, 49, 51, 0.73);
  box-shadow: -3px 4px 16px -1px rgba(51, 49, 51, 0.73);
  max-width: 270px;
}

.cta_widget .cta-pretitle {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 24px;
  color: #fbcbc4;
  margin: 16px 0 0;
}

.cta_widget .cta-title {
  font-size: 38px;
  margin: 0 0 4px;
}

.cta_widget .cta-action {
  background: #1f4463;
}

@media screen and (min-width: 1024px) {
  .cta_widget .cta-action:hover {
    opacity: 1;
    color: #1f4463;
    background: #fff;
  }
}

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

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

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

.featured-images .section-title {
  text-transform: lowercase;
  font-size: 13px;
  margin: 0 0 12px;
  color: #aaa;
}

@media screen and (min-width: 1024px) {
  .featured-images .section-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    flex-basis: 100%;
  }
}

.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;
  }
}

.featured-images .featured-image {
  flex: 0 1 50%;
  padding: 4px 16px;
  max-width: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  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: 20%;
  }
}

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

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

/* [ Featured Categories: Archives ] */

.archive-featured-categories {
  margin-top: 12px;
}

.recipe-menu-container + .archive-featured-categories {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .archive-featured-categories .flexbox {
    justify-content: space-between;
    position: relative;
    margin-bottom: -24px;
  }

  .archive-featured-categories .flexbox::after {
    content: '';
    display: block;
    height: calc(100% - 20px); /* entry margin bottom and entry-title padding */
    border-left: 3px solid #1f4463;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skew(-12deg);
  }
}

.archive-featured-categories .entry {
  position: relative;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .archive-featured-categories .entry {
    flex-basis: 100px;
  }

  .archive-featured-categories .entry:nth-of-type(8n + 4) {
    margin-right: 28px;
  }

  .archive-featured-categories .entry:nth-of-type(8n + 5) {
    margin-left: 28px;
  }
}

.archive-featured-categories .entry-image {
  border-radius: 100px;
}

.archive-featured-categories .entry::before,
.archive-featured-categories .entry-title {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.archive-featured-categories .entry::before {
  content: '';
  display: block;
  background: #1f4463;
  border-radius: 100px;
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .archive-featured-categories .entry::before {
    content: none;
  }

  .archive-featured-categories .entry-title {
    position: relative;
    text-align: center;
  }
}

.archive-featured-categories .entry-title-link {
  display: block;
  font-size: 9px;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 375px) {
  .archive-featured-categories .entry-title-link {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .archive-featured-categories .entry-title-link {
    font-size: 14px;
    color: #1f4463;
  }

  .archive-featured-categories .entry-title-link:hover {
    opacity: 1;
    color: #456d8e;
  }
}

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

/* [ Featured Posts: Archives ] */

.archive-featured-posts {
  margin-top: 32px;
}

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

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

.archive-featured-posts .entry-title::before {
  content: '\e92d';
  font-family: 'Icons';
  display: block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  border-radius: 36px;
  color: #fff;
  background: #ee6464;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.archive-featured-posts .entry-title-link {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  background: #1f4463;
  font-size: 18px;
  padding: 20px 12px 12px;
}

@media screen and (min-width: 1024px) {
  .archive-featured-posts .entry-title-link:hover {
    color: #fff;
    background: #123048;
  }
}

/* [ Featured Posts: Footer ] */

.footer-posts {
  padding: 20px 0 8px;
}

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

  .footer-posts .wrap {
    position: relative;
    padding-left: 120px;
  }
}

.footer-posts .section-title {
  text-transform: lowercase;
  text-align: center;
  color: #ee6464;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .footer-posts .section-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    line-height: 0.85;
    transform: rotate(-12deg);
  }
}

.footer-posts .section-title::before {
  content: '';
  display: block;
  width: 60px;
  height: 56px;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/embellishment-faves.svg) no-repeat top right;
  background-size: contain;
  margin: 0 auto 8px;
}

@media screen and (min-width: 1024px) {
  .footer-posts .section-title::after {
    content: '';
    display: block;
    width: 52px;
    height: 44px;
    background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/embellishment-arrow.svg) no-repeat top right;
    background-size: contain;
    margin: 16px 0 0 48px;
    transform: rotate(12deg);
  }
}

.footer-posts .entry-image {
  border-radius: 100%;
  border: 6px solid #f2e4de;
}

.footer-posts .entry-title {
  margin-top: 8px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .footer-posts .entry-title {
    text-align: center;
    line-height: 0.8;
  }
}

.footer-posts .entry-title-link {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  width: 100%;
  background: transparent;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .footer-posts .entry-title-link {
    display: inline;
    border-bottom: 1px solid #b1cad6;
  }
}

/* [ Featured Posts: Sidebar ] */

.featured_posts_widget .entry {
  flex-basis: calc(50% - 16px);
  margin-bottom: 12px;
}

.featured_posts_widget .entry-title-link {
  font-size: 14px;
  width: 90%;
  margin-left: 5%;
}

/* ---------- [ 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: #fff;
  background: #3da49a;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  margin: 0 4px;
}

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

.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;
}

/* [ Social: Footer ] */

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

.site-footer .social-icon {
  background: #ee6464;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.site-footer .social .bssb-icon::before {
  line-height: 42px;
}

/* [ Social: Header ] */

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

  .before-header .social-icon {
    margin: 0 4px;
  }

  .before-header .social-icon:nth-of-type(5n + 1) {
    background: #1f4463;
  }

  .before-header .social-icon:nth-of-type(5n + 3) {
    background: #b1cad6;
  }

  .before-header .social-icon:nth-of-type(5n + 4) {
    background: #ee6464;
  }

  .before-header .social-icon:nth-of-type(5n) {
    background: #fbcbc4;
  }

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

/* ---------- [ Subcategory Listing ] ---------- */

@media screen and (min-width: 1024px) {
  .subcategory-listing {
    margin: 20px 0 -48px;
  }
}

.subcategory-listing .section-title {
  color: #1f4463;
  background: #f4fafb;
  border: 1px solid #3da49a;
  margin: 12px 0 0;
  padding: 14px 16px 12px;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
  position: relative;
}

.subcategory-listing .section-title .icon-font {
  font-size: 128%;
  position: relative;
  top: -8px; /* approx half of the title's padding */
  right: -8px;
  vertical-align: middle;
  color: #ee6464;
  float: right;
}

.subcategory-list {
  list-style-type: none;
  margin: -2px 0 0;
  padding: 8px 0;
  border: 1px solid #3da49a;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .subcategory-list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.subcategory-list .subcategory-link {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  padding: 12px;
  border-top: 1px solid #dbeeec;
}

@media screen and (min-width: 1024px) {
  .subcategory-list .subcategory-link {
    color: #ee6464;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 0 4px 8px;
    border-top: 0;
  }

  .subcategory-list .subcategory-link:hover {
    opacity: 1;
    color: #ffa7a7;
  }
}

.subcategory-list .subcategory:first-of-type .subcategory-link {
  border-top: 0;
}

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

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

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

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

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

.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 ] */

@media screen and (max-width: 1023px) {
  .archive-nav .breadcrumb,
  .archive-nav .breadcrumb-link {
    color: #1f4463;
  }
}

@media screen and (min-width: 1024px) {
  .archive-nav .breadcrumb-link:hover {
    opacity: 0.6;
  }
}

/* [ Archive Nav: Separation ] */

.archive-featured-posts + .content-sidebar-wrap,
.archive-quick-links + .content-sidebar-wrap {
  border-top: 4px solid #f2e4de;
  margin-top: 4px;
  padding-top: 32px;
}

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

.modal .modal__container {
  position: relative;
  background: #1f4463;
}

@media screen and (min-width: 600px) {
  .modal .modal__container {
    padding: 72px 80px 64px;
  }
}

.modal__container::before {
  content: '';
  display: block;
  width: 228px;
  height: 236px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-logo-simple.svg) no-repeat top left;
  background-size: 272px;
}

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

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

.modal__header .modal__title {
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 38px;
}

@media screen and (min-width: 1024px) {
  .modal__header .modal__title {
    margin: 0 32px;
  }
}

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

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

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

.modal .modal__content input[type='email'],
.modal .modal__content input[type='text'] {
  font-weight: 400;
  width: calc(50% - 68px);
  float: left;
  text-align: left;
  margin-right: 8px;
}

.modal .modal__content button,
.modal .modal__content input[type='submit'] {
  color: #fff;
  background: #3da49a;
  font-size: 16px;
  width: 120px;
  border-radius: 0;
  padding: 8px;
}

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

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

.modal .modal__content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a7a7a7;
}

.modal .modal__content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7a7a7;
}

.modal .modal__content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a7a7a7;
}

.modal .modal__content input:-moz-placeholder {
  /* Firefox 18- */
  color: #a7a7a7;
}

/* ---------- [ Quick Links ] ---------- */

.quick-links {
  text-align: center;
  margin: 16px 0 20px;
  position: relative;
}

.quick-link span {
  position: absolute;
  bottom: 9px;
}

@media screen and (min-width: 1024px) {
  .quick-links {
    margin: 16px 0 20px;
  }
}

.quick-links > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quick-links > .wrap::before,
.quick-links > .wrap::after {
  display: none;
}

.quick-links .quick-link {
  flex: 0 1 48%;
}

.quick-links .quick-link.index {
  flex-basis: 100%;
}

@media screen and (min-width: 375px) {
  .quick-links .quick-link,
  .quick-links .quick-link.index {
    flex-basis: 32%;
  }
}

@media screen and (min-width: 768px) {
  .quick-links .quick-link {
    flex-basis: 24%;
  }

  .quick-links .quick-link.index {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .quick-links .quick-link,
  .quick-links .quick-link.index {
    flex-basis: 11%;
  }
}

.quick-links .quick-link-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin: 0 auto 12px;
  font-weight: 600;
  font-size: 14px;
  color: #1f4463;
  background: #dbeeec;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px 20px 4px;
  position: relative;
  line-height: 14px;
}

.quick-links .index .quick-link-item {
  width: calc(100% - (48% - 140px));
  height: 100px;
}

@media screen and (min-width: 375px) {
  .quick-links .quick-link-item,
  .quick-links .index .quick-link-item {
    width: 108px;
    height: 108px;
  }
}

@media screen and (min-width: 414px) {
  .quick-links .quick-link-item,
  .quick-links .index .quick-link-item {
    width: 124px;
    height: 124px;
  }
}

@media screen and (min-width: 768px) {
  .quick-links .quick-link-item {
    width: 140px;
    height: 140px;
    padding: 16px 12px 12px;
  }

  .quick-links .index .quick-link-item {
    width: calc(100% - (24% - 140px));
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .quick-links .quick-link-item,
  .quick-links .index .quick-link-item {
    width: 100px;
    height: 100px;
    /* 		padding: 20px 8px 4px; */
    padding: 16px 8px 4px;
  }

  .quick-links .quick-link-item:hover {
    opacity: 1;
    background: #beddd9;
  }
}

.quick-links .quick-link-item::before {
  content: '';
  display: block;
  width: 80px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.quick-links .quick-link-item::before {
  margin-bottom: 28px;
}

.quick-links .chocolate .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-chocolate.svg);
  width: 52px;
  margin-left: -2px;
}

@media screen and (min-width: 1024px) {
  .quick-links .chocolate .quick-link-item::before {
    /* 		width: 40px; */
  }
}

.quick-links .cakes .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-cakes.svg);
  width: 80px;
}

@media screen and (min-width: 1024px) {
  .quick-links .cakes .quick-link-item::before {
    /* 		width: 52px; */
  }
}

.quick-links .bread .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-breads.svg);
  width: 64px;
}

@media screen and (min-width: 1024px) {
  .quick-links .bread .quick-link-item::before {
    /* 		width: 48px; */
  }
}

.quick-links .sri-lankan .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-sri-lankan.svg);
  width: 68px;
}

@media screen and (min-width: 1024px) {
  .quick-links .sri-lankan .quick-link-item::before {
    /* 		width: 56px; */
  }
}

.quick-links .breakfast .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-breakfast.svg);
  width: 72px;
}

@media screen and (min-width: 1024px) {
  .quick-links .breakfast .quick-link-item::before {
    /* 		width: 60px; */
  }
}

.quick-links .drinks .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-drinks.svg);
  width: 60px;
}

@media screen and (min-width: 1024px) {
  .quick-links .drinks .quick-link-item::before {
    /* 		width: 44px; */
  }
}

.quick-links .candy .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-candy.svg);
  width: 60px;
}

@media screen and (min-width: 1024px) {
  .quick-links .candy .quick-link-item::before {
    /* 		width: 40px; */
  }
}

.quick-links .pastries .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-pastries.svg);
  width: 64px;
}

@media screen and (min-width: 1024px) {
  .quick-links .pastries .quick-link-item::before {
    /* 		width: 56px; */
  }
}

.quick-links .all-recipes .quick-link-item::before {
  content: '\e90a';
  font-family: 'Icons';
  font-weight: 400;
  font-size: 60px;
  height: auto;
  line-height: 0.8;
  color: #ee6464;
  transition: 400ms;
}

@media screen and (min-width: 375px) {
  .quick-links .all-recipes .quick-link-item::before {
    content: '';
    background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-recipe-index.svg);
    width: 48px;
    height: 58px;
  }
}

@media screen and (min-width: 768px) {
  .quick-links .all-recipes .quick-link-item::before {
    content: '\e90a';
    background-image: none;
  }
}

@media screen and (min-width: 1024px) {
  .quick-links .all-recipes .quick-link-item::before {
    content: '';
    background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-recipe-index.svg);
    width: 48px;
    height: 58px;
    margin-left: 10px;
  }
}

.quick-links .quick-link-item {
  counter-increment: quick-link-counter;
}

.quick-links .quick-link:first-of-type {
  counter-reset: quick-link-counter;
}

.quick-links .quick-link-item::after {
  content: counter(quick-link-counter);
  color: #3da49a;
  position: absolute;
  top: 4px;
  left: 12px;
  font-size: 12px;
}

/* ================================
[ 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;
}

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

#wpstats {
  display: none;
}

.sharedaddy {
  margin-top: 20px;
}

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

/* [ Comment Ratings ] */

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

.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: 600;
  font-size: 17px;
  text-align: center;
}

.comment-respond .wprm-rating-stars {
  line-height: 1;
}

.comment-respond .wprm-comment-ratings-container {
  transform: scale(2);
  transform-origin: top;
}

.comment-respond .tasty-recipes-ratings-buttons,
.comment-respond .wprm-rating-stars {
  display: block;
}

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

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

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

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

.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: #ee6464;
}

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

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

/* [ Jump Buttons ] */

.recipe-info,
.wprm-recipe-snippet {
  display: flex;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .recipe-info,
  .wprm-recipe-snippet {
    margin-bottom: 0;
  }
}

.recipe-info-link,
.wprm-recipe-link {
  flex: 0 1 49%;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
  color: #1f4463 !important; /* for wprm inline styles */
  background: rgba(177, 202, 214, 0.4);
  border-radius: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .recipe-info-link,
  .wprm-recipe-link {
    padding: 4px 12px;
    flex-basis: auto;
  }
}

@media screen and (min-width: 1024px) {
  .recipe-info-link:hover,
  .wprm-recipe-link:hover {
    opacity: 1;
    color: #fff !important;
    background: #1f4463;
  }
}

.wprm-recipe-link + .wprm-recipe-link {
  margin-left: 10px;
}

.recipe-info-link .icon-font,
.wprm-recipe-link .icon-font {
  color: #fff;
  font-size: 80%;
  position: relative;
  top: -1px;
}

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

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

.singular .content .rp4wp-related-posts h3 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 23px;
  margin: 0 0 12px;
  color: #343434;
}

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

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

.rp4wp-related-posts li {
  flex: 0 1 32%;
  margin-bottom: 16px;
}

.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;
  margin: 8px 8px 0;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  width: 90%;
  margin-top: -24px;
  margin-left: 5%;
  position: relative;
  background: #fff;
  padding: 8px 12px;
  line-height: 1.2;
  color: #343434;
}

@media screen and (min-width: 1024px) {
  .singular .content .rp4wp-related-post-content a {
    font-size: 14px;
    width: 80%;
    margin-left: 10%;
  }
  .singular .content .rp4wp-related-post-content a:hover {
    color: #777;
    text-decoration: none;
  }
}

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

.oc-theme .site-container .dpsp-networks-btns-wrapper li {
  margin-bottom: 0;
}

.oc-theme .site-container .dpsp-networks-btns-wrapper .dpsp-network-btn,
.oc-theme .site-container .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
  height: 48px;
  max-height: 48px;
  line-height: 46px;
  border-width: 1px;
}

.oc-theme .site-container .dpsp-networks-btns-wrapper .dpsp-network-btn {
  font-family: inherit;
  font-weight: 500;
  background-image: none;
  padding-right: 8px;
  padding-left: 32px;
}

.oc-theme .site-container .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
  background: transparent;
  border: 0;
  font-size: 80%;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 32px;
}

.oc-theme .site-container .dpsp-total-share-wrapper {
  margin-top: -16px;
}

/* [ Social Pug: Content Bottom ] */

.oc-theme .content .dpsp-content-wrapper {
  margin: 16px 0 0 !important;
}

@media screen and (min-width: 768px) {
  .oc-theme #dpsp-content-bottom .dpsp-networks-btns-wrapper .dpsp-network-btn {
    font-size: 24px;
    padding-left: 48px;
  }

  .oc-theme .site-container .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
    width: 48px;
  }
}

/* [ Social Pug: Post Details ] */

.oc-theme .post-details .dpsp-shortcode-wrapper {
  margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
  .oc-theme .post-details .dpsp-shortcode-wrapper {
    margin-top: 0;
  }
}

.oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn,
.oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
  height: 28px;
  max-height: 28px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn,
  .oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
    height: 22px;
    max-height: 22px;
    line-height: 20px;
  }
}

.oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn {
  padding-right: 4px;
  padding-left: 20px !important;
}

@media screen and (min-width: 768px) {
  .oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn {
    padding-left: 16px !important;
  }
}

.oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
  width: 24px;
}

@media screen and (min-width: 768px) {
  .oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
    font-size: 70%;
    width: 20px;
  }
}

.oc-theme .post-details .dpsp-networks-btns-wrapper .dpsp-network-label {
  font-size: 12px;
}

.oc-theme .post-details .dpsp-total-share-wrapper {
  font-size: 14px;
  height: 22px;
  margin-top: -12px;
}

.oc-theme .post-details .dpsp-total-share-wrapper span {
  font-size: 56%;
}

.oc-theme .post-details .dpsp-total-share-wrapper .dpsp-icon-total-share:before {
  top: 1px;
}

.oc-theme .post-details .dpsp-total-share-wrapper .dpsp-total-share-count {
  font-size: 100%;
  line-height: 1;
}

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

.wp-block-yoast-faq-block {
  background: #f0f8f7;
  padding: 40px 12px 12px;
  border-bottom: 8px solid #1f4463;
  position: relative;
  margin: 20px 0 32px;
}

@media screen and (min-width: 768px) {
  .wp-block-yoast-faq-block {
    padding: 32px 44px 36px;
    margin: 28px 0 40px;
  }
}

.wp-block-yoast-faq-block::before {
  content: '';
  display: block;
  width: 48px;
  height: 52px;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/embellishment-tip.svg) no-repeat center;
  background-size: 48px;
  float: right;
  margin: -40px 12px 0;
}

@media screen and (min-width: 768px) {
  .wp-block-yoast-faq-block::before {
    width: 76px;
    height: 84px;
    background-size: 76px;
    margin: -32px 16px 0 28px;
  }
}

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

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  font-size: 28px;
  color: #ee6464;
  line-height: 1;
}

.wp-block-yoast-faq-block .schema-faq-section:first-of-type .schema-faq-question::before {
  content: 'The Science of Baking';
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 8px;
  color: #1f4463;
}

.wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  margin-top: 0;
}

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

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

/* ---------- [ Archives: Products ] ---------- */

.post-type-archive-product_link .archive-nav,
.tax-product_section .archive-nav {
  background: #1f4463;
}

.post-type-archive-product_link .archive-nav .breadcrumb,
.post-type-archive-product_link .archive-nav .breadcrumb-link,
.tax-product_section .archive-nav .breadcrumb,
.tax-product_section .archive-nav .breadcrumb-link,
.post-type-archive-product_link .archive-nav p,
.tax-product_section .archive-nav p {
  color: #fff;
}

.post-type-archive-product_link .archive-title,
.tax-product_section .archive-title,
.post-type-archive-product_link .archive-nav p,
.tax-product_section .archive-nav p {
  text-align: center;
}

.post-type-archive-product_link .archive-title,
.tax-product_section .archive-title {
  color: #3da49a;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-product_link .archive-title,
  .tax-product_section .archive-title {
    font-size: 38px;
  }
}

.post-type-archive-product_link .archive-title::before,
.tax-product_section .archive-title::before {
  content: 'Shop';
  margin-right: 8px;
  color: #fff;
}

.post-type-archive-product_link .archive-nav p,
.tax-product_section .archive-nav p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.post-type-archive-product_link .archive-nav p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .post-type-archive-product_link .archive-nav p,
  .tax-product_section .archive-nav p {
    font-size: 18px;
  }
}

.post-type-archive-product_link .entry,
.tax-product_section .entry {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.post-type-archive-product_link .entry-title .entry-title-link,
.tax-product_section .entry-title .entry-title-link {
  margin: 8px 0;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  background: transparent;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .post-type-archive-product_link .entry-title .entry-title-link,
  .tax-product_section .entry-title .entry-title-link {
    font-size: 22px;
  }
}

.post-type-archive-product_link .entry-content,
.tax-product_section .entry-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.post-type-archive-product_link .entry-content p,
.tax-product_section .entry-content p {
  display: none;
}

@media screen and (min-width: 768px) {
  .post-type-archive-product_link .entry-content p,
  .tax-product_section .entry-content p {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
  }
}

.post-type-archive-product_link .more-link,
.tax-product_section .more-link {
  background: #ee6464;
  font-size: 12px;
  padding: 12px 16px 10px;
  margin-top: auto;
  width: 120px;
  margin: auto auto 0;
}

@media screen and (min-width: 768px) {
  .post-type-archive-product_link .more-link,
  .tax-product_section .more-link {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
}

.post-type-archive-product_link .more-link .icon-font,
.tax-product_section .more-link .icon-font {
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

/* [ CPT ] */

.post-type-archive-product_link .product-section {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.post-type-archive-product_link .product-section-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  background: #3da49a;
  padding: 2px 8px;
}

.post-type-archive-product_link .more-link-container {
  position: absolute;
  top: 4px;
  right: 0;
  margin: 0;
  line-height: 1;
}

.post-type-archive-product_link .more-link-container .more-link {
  color: #ee6464;
  background: transparent;
  padding: 0;
  width: auto;
  vertical-align: middle;
}

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

@media screen and (min-width: 1024px) {
  .home {
    background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-grid.svg);
    background-size: 16px;
  }
}

/* [ Containers ] */

.home .site-inner {
  margin-top: 16px;
}

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

@media screen and (min-width: 768px) {
  .home .content-sidebar-wrap,
  .home .content {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .home .content-sidebar-wrap {
    position: relative;
    background: #fff;
    margin: 0;
    padding-top: 20px;
  }

  .home .content {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .home .content > * > .wrap {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .home .content > * > .wrap {
    max-width: 100%;
    padding-left: calc(50% - 510px);
    padding-right: calc(50% - 140px);
  }

  .home .sidebar {
    position: absolute;
    top: 16px;
    right: calc(50% - 510px);
  }
}

/* [ Highlighted Posts ] */

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

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

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

.highlighted-features .more-link-container {
  margin: 0;
  position: absolute;
  top: auto;
  left: 20px;
  bottom: 8px;
  transform: none;
  width: 100%;
  max-width: 124px;
  pointer-events: none;
  line-height: 1;
  text-align: left;
}

.highlighted-features .entry .more-link {
  display: inline;
  width: auto;
  text-transform: none;
  font-size: 22px;
  line-height: 1.4;
  color: #b1cad6;
  background: #1f4463;
  padding: 0;
  border-radius: 0;
  box-shadow: 8px 0 0 #1f4463, -8px 0 0 #1f4463;
}

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

  .highlighted-features .entry:hover .more-link {
    color: #1f4463;
    background: #b1cad6;
    box-shadow: 8px 0 0 #b1cad6, -8px 0 0 #b1cad6;
  }
}

/* [ Quick Links ] */

.home .quick-link-item {
  background: rgba(219, 238, 236, 0.7);
}

/* [ Home Subscribe ] */

.home .subscribe {
  background: #00538d;
}

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

  .home .subscribe > .wrap {
    position: relative;
    padding: 60px 0 44px 540px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .home .subscribe .subscribe-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47%;
    max-width: 550px;
  }

  .home .subscribe .subscribe-image img {
    display: block;
  }
}

@media screen and (min-width: 1060px) {
  .home .subscribe .subscribe-image {
    left: -20px;
  }
}

@media screen and (max-width: 1023px) {
  .home .subscribe .subscribe-image img {
    width: 100%;
    max-width: 450px;
  }
}

.home .subscribe .subscribe-image img {
  border: 16px solid #dedede;
}

.home .subscribe .pre-title {
  display: none;
}

@media screen and (min-width: 1024px) {
  .home .subscribe .pre-title {
    display: block;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    color: #fff;
    background: #ee6464;
    padding: 8px;
    width: 92px;
    border-radius: 0 0 12px 12px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
  }
}

.home .subscribe .title {
  text-transform: lowercase;
}

.home .subscribe .title .top-line {
  display: block;
  letter-spacing: 0;
  color: #fff;
  font-size: 20px;
  margin: 0 0 -12px -92px; /* placement assumes knowledge of text input */
}

@media screen and (max-width: 1023px) {
  .home .subscribe .title .top-line {
    text-align: center;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .subscribe .title .top-line {
    margin-left: 0px;
  }
}

.home .subscribe .title {
  font-size: 36px;
}

.home .subscribe .title .script-font {
  font-size: 50px;
  color: #3da49a;
}

@media screen and (min-width: 1024px) {
  .home .subscribe .title .script-font {
    margin-left: 7px;
  }

  .home .subscribe .description {
    font-size: 12px;
    padding-right: 160px;
    margin-top: -4px;
    margin-bottom: 16px;
  }
}

.home .subscribe .form {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media screen and (min-width: 768px) {
  .home .subscribe .form {
    min-height: 84px;
  }
}

@media screen and (min-width: 1024px) {
  .home .subscribe .form {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .home .subscribe .form .formkit-form {
    max-width: unset;
  }
}

.home .subscribe .form .formkit-form > div {
  padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home .subscribe .form .formkit-form .formkit-field {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .home .subscribe .form .formkit-form .formkit-submit {
    transition: unset;
  }
}

/* [ Featured Posts ] */

.home .content .featured-posts {
  position: relative;
  text-align: center;
  margin: 20px 0;
}

@media screen and (min-width: 1024px) {
  .home .content .featured-posts {
    text-align: left;
    margin-bottom: 0;
  }
}

.home .content .featured-posts .title-description-container {
  position: relative;
}

.home .content .featured-posts .title-description-container::before {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #b1cad6;
  position: absolute;
  top: 16px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .home .content .featured-posts .title-description-container::before {
    top: 18px;
  }
}

.home .content .featured-posts .section-pretitle,
.home .content .featured-posts .section-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 24px;
  display: inline-block;
  background: #fff;
  padding: 4px 12px 2px;
  position: relative;
  margin-bottom: 12px;
}

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

.home .content .featured-posts .section-pretitle {
  display: block;
  top: -16px;
  margin: 0 0 -24px;
  font-weight: 600;
  font-size: 10px;
  color: #ee6464;
}

.home .content .featured-posts .section-title .script-font {
  text-transform: none;
  font-size: 32px;
  margin-top: -10px;
  letter-spacing: 0px;
}

@media screen and (min-width: 1024px) {
  .home .content .featured-posts .section-pretitle {
    display: inline-block;
    font-size: 19px;
    padding-left: 0;
    top: 0;
    margin-right: -8px;
  }

  .home .content .featured-posts .section-title {
    padding-left: 0;
  }
}

.home .content .featured-posts .feature-description {
  display: none;
}

@media screen and (min-width: 1024px) {
  .home .content .featured-posts .feature-description {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: -4px 0 12px;
  }
}

.home .content .featured-posts .more-link-container {
  margin: 0;
}

.home .content .featured-posts .more-link {
  padding: 12px 28px 16px;
}

@media screen and (min-width: 1024px) {
  .home .content .featured-posts .more-link {
    text-transform: lowercase;
    font-size: 16px;
    color: #ee6464;
    background: #fff;
    padding: 0 0 0 12px;
    border-radius: 0;
    position: absolute;
    top: 9px;
    right: calc(50% - 140px);
  }

  .home .content .featured-posts .more-link:hover {
    opacity: 1;
    color: #ffa7a7;
    background: #fff;
  }
}

.home .content .featured-posts .more-link .icon-font {
  font-size: 75%;
}

/* [ Home CTA ] */

.home-cta {
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-grid.svg);
  background-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .home-cta {
    margin: 0;
    padding: 0;
  }
}

.home-cta > .wrap {
  background: #1f4463;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .home-cta > .wrap {
    color: #1f4463;
    background: transparent;
    position: relative;
    min-height: 384px;
    padding: 32px 20px;
    padding-right: 340px;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .home-cta > .wrap {
    padding: 32px calc(50% + 220px) 32px calc(50% - 500px) !important;
  }
}

@media screen and (min-width: 768px) {
  .home-cta .cta-image {
    max-width: 320px;
    position: absolute;
    top: 32px;
    right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .home-cta .cta-image {
    top: 32px;
    right: calc(50% - 128px);
  }
}

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

@media screen and (max-width: 767px) {
  .home-cta .cta-image img {
    width: 100%;
  }
}

.home-cta .cta-image + *::before {
  content: '\e92d';
  font-family: 'Icons';
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 48px;
  margin: 28px auto 12px;
  color: #fff;
  background: #ee6464;
  font-size: 20px;
  text-align: center;
  padding-left: 2px;
}

.home-cta .cta-pretitle,
.home-cta .cta-title,
.home-cta .cta-text,
.home-cta .cta-action {
  margin: 4px 28px;
}

.home-cta .cta-pretitle {
  margin-bottom: 0;
}

.home-cta .cta-action {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .home-cta .cta-action {
    width: 140px;
    color: #1f4463;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: 3px solid #3da49a;
  }
}

@media screen and (min-width: 1024px) {
  .home-cta .cta-action:hover {
    opacity: 1;
    color: #456d8e;
  }
}

/* [ Featured Categories ] */

.home .featured-categories {
  color: #1f4463;
  background: #f0f8f7;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 16px 10px;
}

@media screen and (min-width: 768px) {
  .home .featured-categories {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .featured-categories {
    padding: 56px 0;
    background: #f0f8f7 url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-logo-textured-9.svg) no-repeat left calc(((100vw - 1020px) / 2) - 480px) bottom -144px;
    background-size: 740px;
  }
}

.home .featured-categories .entry {
  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: 12px;
}

.home .featured-categories .entry-image {
  display: block;
}

.home .featured-categories .entry-title {
  margin: 0;
  line-height: 1;
  display: flex;
}

.home .featured-categories .entry-title-link {
  flex: 1 1 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 16px 8px 12px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home .featured-categories .entry-title-link:hover {
    opacity: 1;
    color: #fff;
    background: #1f4463;
  }
}

.home .featured-categories .section-pretitle {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #b1cad6;
  background: #1f4463;
  padding: 4px 12px 2px;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .home .featured-categories .section-pretitle {
    font-size: 14px;
  }
}

.home .featured-categories .section-title {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.2;
}

.home .featured-categories .feature-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .home .featured-categories .feature-description {
    padding: 0 20px;
  }
}

/* ---------- [ Page: Recipes ] ---------- */

.page-template-page_recipes .archive-nav {
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .archive-nav {
    background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-grid.svg);
    background-size: 16px;
  }

  .page-template-page_recipes .archive-nav .breadcrumb {
    padding-right: 320px;
  }
}

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

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .archive-nav .search-form {
    display: block;
    width: 300px;
    float: right;
    margin-top: 20px;
    background: #fff;
  }

  .page-template-page_recipes .archive-nav .search-form input[type='search'] {
    font-size: 14px;
    font-weight: 600;
  }
}

.page-template-page_recipes h1.entry-title {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes h1.entry-title {
    text-align: left;
  }
}

.page-template-page_recipes .page-recipes-title {
  color: #b1cad6;
  background: #f0f8f7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  padding: 12px 0 8px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .page-recipes-title {
    text-align: left;
    padding: 16px 0 8px;
  }
}

/* ---------- [ Page: Start Here ] ---------- */

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

.start-here-section,
.page-template-page_start-here .breadcrumb {
  text-align: center;
}

.start-here-section {
  padding: 24px 0 32px;
}

@media screen and (min-width: 1024px) {
  .start-here-section {
    padding: 56px 0 64px;
  }
}

.start-here-section.section-features {
  padding: 0px;
}

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

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

@media screen and (min-width: 1024px) {
  .start-here-section .wrap {
    max-width: 1020px;
  }
}

.page-template-page_start-here .big-button,
.page-template-page_start-here .small-button {
  font-weight: 700;
  color: #fff;
  background-color: #ee6464;
  border-radius: 27px;
  text-transform: lowercase;
  line-height: 1em;
}

.page-template-page_start-here .big-button:hover,
.page-template-page_start-here .small-button:hover {
  background-color: #ffa7a7;
  opacity: 1;
}

.page-template-page_start-here .big-button {
  font-size: 16px;
  padding: 13px 28px;
  display: inline-block;
}

.page-template-page_start-here .small-button {
  font-size: 14px;
  padding: 8px 20px;
}

/* [ Breadcrumbs ] */

.page-template-page_start-here .breadcrumb {
  color: #fff;
  background: #1f4463;
  padding: 12px 10px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .page-template-page_start-here .breadcrumb {
    padding: 12px 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .page-template-page_start-here .breadcrumb {
    padding-top: 20px;
  }
}

.page-template-page_start-here .breadcrumb a {
  color: #fff;
}

/* [ Intro ] */

.start-here-section.section-intro {
  color: #fff;
  background: #1f4463;
  padding: 8px 0 57px;
}

.breadcrumb + .start-here-section.section-intro {
}

.start-here-section.section-intro .intro-title {
  display: inline-block;
  color: #3da49a;
  font-size: 44px;
  padding-bottom: 4px;
  border-bottom: 4px solid #ee6464;
  margin-bottom: 0;
}

.start-here-section.section-intro .intro-pretitle {
  color: #fff;
  margin-right: 10px;
}

.start-here-section.section-intro .intro-text {
  font-size: 24px;
  line-height: 1.4;
}

.start-here-section.section-intro .intro-text p {
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .start-here-section.section-intro {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }

  .start-here-section.section-intro .intro-title {
    font-size: 24px;
  }

  .start-here-section.section-intro .intro-text {
    font-size: 14px;
    line-height: 1.6em;
  }
}

/* [ Author ] */

.start-here-section.section-author {
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-grid.svg);
  background-size: 16px;
}

.start-here-section.section-author img {
  width: 41%;
  border-radius: 50%;
  float: left;
}

.start-here-section.section-author .wrap {
  max-width: 748px;
}

.start-here-section.section-author .author-pretitle,
.start-here-section.section-buy .buy-pretitle {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3da49a;
  letter-spacing: 1px;
  line-height: 38px;
}

.start-here-section.section-author .author-title,
.start-here-section.section-buy .buy-title,
.start-here-section .offer-title {
  font-size: 42px;
  line-height: 1.2em;
  color: #1f4463;
}

.start-here-section.section-author .author-wrap {
  width: 55%;
  float: right;
}

.start-here-section.section-author .author-text,
.start-here-section.section-buy .buy-text {
  font-size: 16px;
  line-height: 1.6em;
}

.start-here-section.section-author a p {
  display: inline;
}

.start-here-section.section-author .big-button {
  margin-top: 14px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .start-here-section .wrap {
    max-width: 100%;
    margin: 0 20px;
  }

  .start-here-section.section-author img {
    width: 84px;
    position: relative;
    left: 25%;
  }

  .start-here-section.section-author .author-text {
    clear: both;
    padding: 20px 17px 16px;
  }

  .start-here-section.section-author .author-wrap {
    width: auto;
    float: none;
  }

  .start-here-section.section-author .big-button {
    margin: 0px;
  }

  .start-here-section.section-author .author-title,
  .start-here-section.section-buy .buy-title,
  .start-here-section .offer-title {
    font-size: 32px;
  }

  .start-here-section.section-author {
    background: transparent;
  }
}

@media screen and (max-width: 650px) {
  .start-here-section.section-author img {
    width: 84px;
    position: relative;
    left: 20%;
  }
}

@media screen and (max-width: 550px) {
  .start-here-section.section-author img {
    left: 15%;
  }
}

@media screen and (max-width: 420px) {
  .start-here-section.section-author img {
    left: 5%;
  }
}

@media screen and (max-width: 350px) {
  .start-here-section.section-author img {
    left: 0%;
  }
}

/* [ Topics ] */

@media screen and (min-width: 1024px) {
  .start-here-section.section-topics {
    padding: 58px 0 58px;
  }
}

.start-here-section.section-topics {
  color: #fff;
  background: #3da49a;
}

.start-here-section.section-topics .topics-title {
  font-weight: 700;
  color: #1f4463;
  font-size: 25px;
  background-color: white;
  text-transform: lowercase;
  display: inline-block;
  padding: 11px 20px 10px 20px;
  margin-bottom: 30px;
}

.start-here-section.section-topics a.section-link {
  display: block;
}

.start-here-section.section-topics a.topic-link {
  height: 133px;
  width: 133px;
  border-radius: 50%;
  background-color: #1f4463;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
}

.start-here-section.section-topics a.topic-link::before {
  content: '';
  display: block;
  width: 91px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 23%;
  left: 15%;
}

.start-here-section.section-topics a.topic-link:hover {
  background-color: #fff;
  opacity: 1;
}

.start-here-section.section-topics a.topic-link:hover::before {
  filter: none;
}

.start-here-section.section-topics a.topic-link.dessert-recipes::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/start-here-dessert-recipes.svg);
}

.start-here-section.section-topics a.topic-link.breakfast-recipes::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/start-here-breakfast-recipes.svg);
  width: 101px;
  height: 71px;
  top: 18%;
}

.start-here-section.section-topics a.topic-link.global-cuisines::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/start-here-global-cuisines.svg);
  width: 90px;
  height: 83px;
  top: 17%;
}

.start-here-section.section-topics a.topic-link.baking-basics::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/start-here-baking-basics.svg);
  width: 85px;
  height: 66px;
  left: 19%;
  top: 25%;
}

.start-here-section.section-topics a.topic-link.how-to-tutorials::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/start-here-how-to-tutorials.svg);
  width: 74px;
  height: 83px;
  top: 19%;
  left: 28%;
}

.start-here-section.section-topics .topic-name {
  color: white;
  font-size: 20px;
  line-height: 1.2em;
  margin: 10px 0px 0px;
}

.start-here-section.section-topics .topic-button {
  color: white;
  text-transform: lowercase;
  font-size: 13px !important;
  line-height: 1.2em;
  font-weight: 700;
  position: relative;
  top: -5px;
  font-size: 24px;
}

.start-here-section.section-topics .mobile-title {
  text-align: center;
  background-color: transparent;
  margin-bottom: 23px;
}

.start-here-section.section-topics .mobile-title span {
  padding: 28px 15px;
  color: #fff;
  border: 3px solid #fff;
  display: block;
  width: 133px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .start-here-section.section-topics .mobile-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .start-here-section.section-topics .mobile-title {
    display: block;
  }

  .start-here-section.section-topics .desktop-title,
  .start-here-section.section-topics .topic-button {
    display: none;
  }

  .start-here-section.section-topics .topic-name {
    margin-bottom: 23px;
  }
}

/* [ Offer ] */

.start-here-section.section-offer {
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/bg-grid.svg);
  background-size: 16px;
}

.start-here-section.section-offer .wrap {
  max-width: 818px;
}

.start-here-section.section-offer img {
  width: 43%;
  float: right;
}

.start-here-section.section-offer .offer-wrap {
  width: 50%;
  float: left;
}

.start-here-section.section-offer .offer-text a {
  color: #ee6464;
}

.start-here-section.section-offer .offer-text {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.4em;
}

.start-here-section.section-offer .big-button {
  margin-top: 5px;
}

.start-here-section.section-offer .big-button:hover {
  background-color: #ea5555;
}

@media screen and (max-width: 900px) {
  .start-here-section.section-offer .wrap,
  .start-here-section.section-author .wrap,
  .start-here-section .wrap {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .start-here-section.section-offer {
    background: none;
  }

  .start-here-section.section-offer img {
    width: 100%;
    float: none;
    max-width: 333px;
  }

  .start-here-section.section-offer .offer-wrap {
    width: 100%;
    float: none;
  }
}

/* [ Table ] */

.start-here-section.section-table {
  color: #fff;
  background: #1f4463;
}

.start-here-section.section-table .table-title {
  text-transform: lowercase;
  font-size: 25px;
  border: 3px solid #fff;
  padding: 8px 16px;
  display: inline-block;
}

.start-here-section.section-table .table-text {
  font-size: 16px;
  line-height: 1.4em;
}

.start-here-section.section-table .table-column {
  background-color: white;
  position: relative;
}

.start-here-section.section-table .column-text {
  margin-bottom: 12px;
  padding-bottom: 45px;
}

.start-here-section.section-table .table-column .column-text a {
  list-style: none;
  margin-left: 38px;
  margin-right: 22px;
  display: block;
  text-align: left;
  text-indent: -22px;
}

.start-here-section.section-table .table-column .column-text a:before {
  font-family: 'Icons';
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  line-height: 1em;
  margin: 0.2em 5px 0 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0.075em;
  left: 8px;
  content: '\e90d';
  color: #3da49a;
  font-size: 16px;
  font-weight: bold;
}

.start-here-section.section-table .column-title {
  border-bottom: 4px solid #1f4463;
  color: #ee6464;
  font-size: 25px;
  margin: 0px;
  line-height: 1em;
  padding: 14px;
}

.start-here-section.section-table .column-text strong {
  color: #343434;
}

.start-here-section.section-table .column-text a:hover {
  color: #3da49a;
}

.start-here-section.section-table .column-link {
  font-weight: 700;
  color: #fff;
  background-color: #ee6464;
  width: 100%;
  text-transform: lowercase;
  line-height: 1em;
  font-size: 16px;
  display: block;
  padding: 10px 0px;
  position: absolute;
  bottom: 0px;
}

.start-here-section.section-table .column-link:hover {
  background-color: #3da49a;
}

@media screen and (max-width: 767px) {
  .start-here-section.section-table .table-title {
    font-size: 24px;
  }

  .start-here-section.section-table .table-text {
    font-size: 14px;
    line-height: 1.6em;
  }

  .start-here-section.section-table .table-column {
    max-width: 489px;
    margin: 0 auto 15px;
  }

  .start-here-section.section-table .column-title {
    font-size: 28px;
  }
}

/* [ Buy ] */

.start-here-section.section-buy {
  padding: 38px 30px;
}

@media screen and (min-width: 768px) {
  .start-here-section.section-buy {
    padding-bottom: 0px;
  }
}

.start-here-section.section-buy .wrap {
  padding-bottom: 40px;
  max-width: 748px;
}

.start-here-section.section-buy img {
  width: 47%;
  float: left;
}

.start-here-section.section-buy .buy-wrap {
  width: 46%;
  float: right;
}

.start-here-section.section-buy a {
  display: block;
  width: 48%;
  float: left;
  margin: 1% 1% 1.5%;
}

.start-here-section.section-buy a:hover {
  background-color: #ea5555;
}

.start-here-section.section-buy .buy-text {
  color: #1f4463;
}

.start-here-section.section-buy .button-wrap {
}

@media screen and (max-width: 767px) {
  .start-here-section.section-buy .wrap {
    padding-bottom: 0px;
  }

  .start-here-section.section-buy img {
    width: 100%;
    float: none;
    max-width: 333px;
  }

  .start-here-section.section-buy .buy-wrap {
    width: 100%;
    float: none;
    max-width: 489px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 440px) {
  .page-template-page_start-here .button-wrap .small-button {
    font-size: 13px;
    font-weight: 500;
  }
}

/* [ Features ] */

.start-here-section.section-features .wrap {
  border-top: 4px solid #f2e4de;
  padding: 37px 0 55px;
}

.start-here-section.section-features .feature-title {
  font-size: 32px;
  color: #1f4463;
  line-height: 1.2em;
}

.start-here-section.section-features .feature-image {
  position: relative;
  line-height: 0px;
}

.start-here-section.section-features .section-pretitle {
  color: #fff;
  background-color: #1f4463;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  word-break: normal;
  left: 30%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  line-height: 14px;
}

.start-here-section.section-features .feature-content {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 16px 0px 27px;
  max-width: 489px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .start-here-section.section-features {
    padding-bottom: 5px;
  }

  .start-here-section.section-features .wrap {
    border-top: 0px;
    padding: 0px;
  }

  .start-here-section.section-features .feature-content {
    margin-bottom: 20px;
  }

  .start-here-section.section-features .section-pretitle {
    left: 36%;
  }
}

@media screen and (max-width: 620px) {
  .start-here-section.section-features .section-pretitle {
    left: 32%;
  }
}

@media screen and (max-width: 500px) {
  .start-here-section.section-features .section-pretitle {
    left: 27%;
  }
}

@media screen and (max-width: 400px) {
  .start-here-section.section-features .section-pretitle {
    left: 22%;
  }
}

@media screen and (max-width: 375px) {
  .start-here-section.section-features .section-pretitle {
    left: 19%;
  }
}

@media screen and (max-width: 340px) {
  .start-here-section.section-features .section-pretitle {
    left: 15%;
  }
}

/* [ Pop-up ] */

.start-here-section.section-popup {
  background-color: #f4fafb;
  padding: 77px 0 100px;
}

.start-here-section.section-popup .popup-pretitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ee6464;
  position: relative;
  padding-top: 87px;
  display: inline-block;
}

.start-here-section.section-popup .popup-pretitle::before {
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/icon-beaker.svg);
  content: '';
  display: block;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 28%;
}

.start-here-section.section-popup .popup-title {
  font-size: 32px;
  color: #1f4463;
}

.start-here-section.section-popup .popup-text {
  font-size: 18px;
  line-height: 1.22em;
  color: #1f4463;
  max-width: 571px;
  text-align: center;
  margin: 0 auto;
}

.start-here-section.section-popup .big-button:hover {
  background-color: #1f4463;
}

@media screen and (max-width: 767px) {
  .start-here-section.section-popup {
    padding: 38px 30px 45px;
  }

  .start-here-section.section-popup .popup-text {
    font-size: 14px;
    line-height: 1.6em;
  }

  .start-here-section.section-popup .popup-pretitle {
    font-size: 16px;
  }
}

/* [ Image Bar ] */

.start-here-section.section-image-bar {
  padding: 0;
}

.start-here-section.section-image-bar .image-bar-link {
  margin: 0;
}

.start-here-section.section-image-bar .image-bar-link.sm-col-3 {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .page-template-page_start-here .small-button {
    font-size: 16px;
    padding: 13px 28px;
  }

  .start-here-section.section-image-bar {
    margin-bottom: -24px;
  }

  .start-here-section.section-image-bar a {
    display: none;
  }

  .start-here-section.section-image-bar a:first-child,
  .start-here-section.section-image-bar a:nth-child(2),
  .start-here-section.section-image-bar a:nth-child(3) {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .start-here-section.section-image-bar .image-bar-link.md-col-5 {
    width: 20%;
  }

  .start-here-section.section-image-bar {
    margin-bottom: -24px;
  }
}

@media screen and (min-width: 1024px) {
  .start-here-section.section-image-bar .image-bar-link.lg-col-10 {
    width: 10%;
  }
}

.start-here-section.section-image-bar .image-bar-link img {
  display: block;
}

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

/* ConvertKit Forms 2023-11-14 */

.subscribe .form .formkit-form {
  margin-bottom: 8px;
  min-height: 48px;
}

@media (min-width: 768px) {
  .subscribe .form .formkit-form .formkit-fields {
      flex-wrap: nowrap;
  }

  .subscribe .form .formkit-form .formkit-field {
      flex: 1 auto !important;
      margin-right: 12px;
      margin-bottom: 0 !important;
  }
}

.subscribe .form .formkit-input,
.subscribe .form .formkit-submit {
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 48px;
  height: 48px;
  margin-bottom: 0 !important;
}

.subscribe .form .formkit-submit {
  background-color: #ee6464 !important;
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .subscribe .form .formkit-submit {
      flex-basis: 48px;
      max-width: 48px;
      min-width: 48px;
      background-color: transparent !important;
  }

  .subscribe .form .formkit-submit > span {
      padding: 0;
      width: 0;
  }
}
  
.subscribe .form .formkit-submit:hover > span {
  background-color: transparent !important;
}

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

@media (min-width: 768px) {
  .modal .modal__content .formkit-form .formkit-fields {
    flex-wrap: nowrap;
  }

  .modal .modal__content .formkit-form .formkit-field {
      flex: 1 auto;
      margin-right: 12px;
      margin-bottom: 0;
  }
}

.modal .modal__content .formkit-input,
.modal .modal__content .formkit-submit {
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.modal .modal__content .formkit-submit {
  background-color: #3da49a !important;
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .modal .modal__content .formkit-submit {
      flex-basis: 120px !important;
      max-width: 120px;
      min-width: 120px;
  }

  .modal .modal__content .formkit-submit:hover {
      background-color: #92d0ca !important;
  }

  .modal .modal__content .formkit-form .formkit-submit > span {
      padding: 0;
  }
}
  
.modal .modal__content .formkit-submit:hover > span {
  background-color: transparent !important;
}

.modal .modal__content small {
  display: block;
}

/* Author Box 2023-11-14 */

.author-box {
  background: #f0f8f7;
  padding: 28px 20px 20px 112px;
  margin: 20px 0;
  position: relative;
  line-height: 1;
}

.author-box::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('https://www.theflavorbender.com/wp-content/uploads/2019/10/headshot-340x340.jpg');
    background-size: contain;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    left: -8px;
}

.author-box-title {
  display: inline-block;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: 22px;
  color: #343434;
  background: #fff;
  padding: 2px 8px 0;
  transform: rotate(-6deg);
  position: absolute;
  top: -20px;
  left: 80px;
}

.author-box-content,
.author-box-content p,
.author-box-content a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.author-box-content a {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 16px;
  color: #1f4463;
  margin: -4px 0 0 4px;
  border-radius: 0;
  border-bottom: 3px solid #3da49a;
}

@media screen and (min-width: 1024px) {
  .author-box-content a:hover {
    opacity: 1;
    color: #456d8e;
    text-decoration: none;
  }
}