/*
 *  Theme Name: Buns In My Oven
 *  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-buns-in-my-oven
 *  License: All rights reserved.
 *
 *  Notes: elements in this file are client-specific and will
 *  typically be re-written from scratch in each theme. #5
 */

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

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

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

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

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

/* [ Blocks ] */

.wp-block-columns.fun-fact,
.wp-block-columns.tip-box {
  position: relative;

  flex-direction: column;

  margin: 0;
  padding: 20px 16px;

  color: #fff;
  background: #ea2d37;
}

.wp-block-columns.fun-fact {
  overflow: hidden;
}

.wp-block-columns.tip-box {
  color: #000;
  border-bottom: 8px solid #ec9b14;
  background: #f4f2f0;
}

@media screen and (min-width: 1024px) {
  .wp-block-columns.fun-fact,
  .wp-block-columns.tip-box {
    padding: 24px;
  }
}

.wp-block-columns.fun-fact .wp-block-column,
.wp-block-columns.tip-box .wp-block-column {
  position: relative;
  z-index: 9;

  margin: 0;
}

.wp-block-columns.fun-fact::before,
.wp-block-columns.tip-box .wp-block-column:first-of-type::before {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;

  display: block;

  content: 'Fun Fact';

  color: #ec9b14;
}

.wp-block-columns.tip-box .wp-block-column:first-of-type::before {
  font-size: 13px;

  display: inline-block;

  margin-bottom: 8px;
  padding: 0 8px;

  content: "Tips from a chef's kitchen";

  color: #fff;
  background: #ec9b14;
}

@media screen and (min-width: 1024px) {
  .wp-block-columns.tip-box .wp-block-column:first-of-type::before {
    margin-left: -36px;
  }
}

.wp-block-columns.fun-fact::after {
  position: absolute;
  right: -28px;
  bottom: -24px;

  display: block;

  width: 184px;
  height: 184px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/logo-mark-pink.svg) no-repeat center;
  background-size: contain;
}

.singular .content .wp-block-columns.fun-fact h1,
.singular .content .wp-block-columns.fun-fact h2,
.singular .content .wp-block-columns.fun-fact h3,
.singular .content .wp-block-columns.fun-fact h4,
.singular .content .wp-block-columns.fun-fact h5,
.singular .content .wp-block-columns.fun-fact h6,
.singular .content .wp-block-columns.tip-box h1,
.singular .content .wp-block-columns.tip-box h2,
.singular .content .wp-block-columns.tip-box h3,
.singular .content .wp-block-columns.tip-box h4,
.singular .content .wp-block-columns.tip-box h5,
.singular .content .wp-block-columns.tip-box h6 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 24px;

  margin: 0 0 4px;
}

@media screen and (min-width: 1024px) {
  .singular .content .wp-block-columns.fun-fact h1,
  .singular .content .wp-block-columns.fun-fact h2,
  .singular .content .wp-block-columns.fun-fact h3,
  .singular .content .wp-block-columns.fun-fact h4,
  .singular .content .wp-block-columns.fun-fact h5,
  .singular .content .wp-block-columns.fun-fact h6,
  .singular .content .wp-block-columns.tip-box h1,
  .singular .content .wp-block-columns.tip-box h2,
  .singular .content .wp-block-columns.tip-box h3,
  .singular .content .wp-block-columns.tip-box h4,
  .singular .content .wp-block-columns.tip-box h5,
  .singular .content .wp-block-columns.tip-box h6 {
    font-size: 28px;
  }
}

.wp-block-columns.tip-box ol,
.wp-block-columns.tip-box ul {
  margin-top: 4px;
  margin-bottom: 0;
}

.single-entry-content .wp-block-group.helpful-tip {
  margin: 12px auto;
  padding: 8px 20px;

  border: 4px solid #ff8257;
  border-radius: 20px;
}

.single-entry-content .wp-block-group.helpful-tip h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 17px;

  display: inline-block;

  margin-top: 12px;
  padding: 8px;

  color: #fff;
  background-color: #1f3652;
}

.single-entry-content .wp-block-group.leftover-hack .wp-block-group__inner-container,
.single-entry-content .wp-block-group.reader-reviews .wp-block-group__inner-container {
  border-radius: 20px 20px 12px 12px;
  background-color: #1f3652;
}

.single-entry-content .wp-block-group.leftover-hack h2,
.single-entry-content .wp-block-group.reader-reviews h2 {
  font-size: 28px;

  padding: 12px;

  color: #1f3652;
  border-radius: 12px 12px 0 0;
  background-color: #ff8257;
}

.single-entry-content .wp-block-group.leftover-hack h2::before,
.single-entry-content .wp-block-group.reader-reviews h2::before {
  position: relative;

  display: inline-block;

  width: 24px;
  height: 24px;
  margin-right: 12px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/sync-alt.svg) no-repeat left top;
  background-size: contain;
}

.single-entry-content .wp-block-group.reader-reviews h2::before {
  background: none;
  content: '\e941';
  font-family: icons;
  font-size: 24px;
}

.single-entry-content .wp-block-group.leftover-hack p,
.single-entry-content .wp-block-group.reader-reviews p {
  margin: auto;
  padding: 12px;

  color: #fff;
}

.single-entry-content .wp-block-group.leftover-hack a,
.single-entry-content .wp-block-group.reader-reviews a {
  color: #fff;
}

.single-entry-content .heading-teal-background {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 28px;

  display: inline-block;

  padding: 8px;

  color: #fff;
  background-color: #1f3652;
}

.wp-block-buttons .button-pin {
  display: block;

  margin: 0;
}

.button-pin .wp-block-button__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;

  display: block;

  padding: 8px 20px;

  text-decoration: none;

  border-radius: 4px;
  background: #f45721;
}

.button-pin .wp-block-button__link:hover {
  opacity: 1;
  background: #fa7d52;
  box-shadow: none;
}

/* Favorite Product Block */
.single-entry-content .wp-block-group.favorite-product {
  background: #f7f8f6;
  border-bottom: 8px solid #ff8257;
  margin: 30px 0;
  padding: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-entry-content .wp-block-group.favorite-product {
    border-bottom: 6px solid #ff8257;
    padding: 20px;
    text-align: left;
  }
}

.single-entry-content .wp-block-group.favorite-product .wp-block-image {
  margin: 0 auto 10px;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .single-entry-content .wp-block-group.favorite-product .wp-block-group__inner-container {
    position: relative;
    padding-left: 130px;
  }

  .single-entry-content .wp-block-group.favorite-product .wp-block-image {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}

.single-entry-content .wp-block-group.favorite-product .wp-block-image img {
  border-radius: 100%;
}

.single-entry-content .wp-block-group.favorite-product h3 {
  color: #1f3652;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.single-entry-content .wp-block-group.favorite-product h3 a {
  color: #1f3652;
  text-decoration: none;
}

.single-entry-content .wp-block-group.favorite-product h3::before {
  background: url('/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/product-star.svg') no-repeat center;
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}

.single-entry-content .wp-block-group.favorite-product p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin: 5px 0;
}

@media screen and (min-width: 1024px) {
  .single-entry-content .wp-block-group.favorite-product p {
    font-size: 20px;
  }
}

.single-entry-content .wp-block-group.favorite-product .wp-block-button {
  margin: 0;
}

.single-entry-content .wp-block-group.favorite-product .wp-block-button__link {
  background: #1f3652;
  color: #fff;
  padding: 6px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .single-entry-content .wp-block-group.favorite-product .wp-block-button__link:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

/* Related Recipes Block */
.single-entry-content .wp-block-group.related-recipes {
  border: 4px solid #1f3652;
  border-radius: 10px;
  border-top-left-radius: 0;
  margin: 77px 0 30px 0;
  padding: 0;
  text-align: center;
}

.single-entry-content .wp-block-group.related-recipes .wp-block-group__inner-container {
  padding: 20px 8px 5px;
  position: relative;
}

.single-entry-content .wp-block-group.related-recipes h3.related-recipes-header {
  background: #1f3652;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  display: block;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  left: -4px;
  top: -47px;
  text-transform: uppercase;
}

.single-entry-content .wp-block-group.related-recipes .wp-block-columns {
  display: flex;
  margin: 0;
  padding: 0;
}

.single-entry-content .wp-block-group.related-recipes .wp-block-column {
  flex-basis: unset !important;
  flex-grow: unset !important;
  width: calc(1 / 2 * 100% - 16px);
  margin: 0 8px;
}

@media screen and (min-width: 768px) {
  .single-entry-content .wp-block-group.related-recipes .wp-block-column {
    width: calc(1 / 4 * 100% - 16px);
  }
}

.single-entry-content .wp-block-group.related-recipes .wp-block-image {
  margin: 0;
}

.single-entry-content .wp-block-group.related-recipes .wp-block-image figcaption {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0 15px;
}

.single-entry-content .wp-block-group.related-recipes .wp-block-image figcaption a {
  text-decoration: none;
  color: #000;
}

/* [ Footer: Back to Top ] */

.footer-bottom .wrap::before {
  content: none;
}

.nav-footer .menu-item {
  margin: 8px 6px;
}

.nav-footer .menu-item.back-to-top {
  display: block;

  margin-bottom: 16px;
  margin-left: 0;

  text-align: left;

  flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-footer .menu-item.back-to-top {
    display: inline;

    margin-bottom: 0;
  }
}

.nav-footer .menu-item.back-to-top a {
  font-size: 14px;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .nav-footer .menu-item.back-to-top a {
    color: #a1aebf;
  }

  .nav-footer .menu-item.back-to-top a:hover {
    opacity: 1;

    color: #fff;

    text-decoration: underline;
  }
}

.back-to-top:before {
  font-family: 'Icons';
  font-weight: normal;
  text-transform: none;
  font-size: 28px;
  line-height: 1em;
  font-style: normal;
  font-variant: normal;

  position: relative;
  top: 3px;

  display: inline-block;

  width: 1em;
  margin: 0 0.2em 0 0;

  content: '\e90b';
  transform: rotate(-90deg);
  text-align: center;
  text-decoration: inherit;

  color: #ff8257;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

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

    top: 0;

    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

.back-to-top-text {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;

  position: relative;
  top: -1px;
  left: 10px;

  margin-top: 0;

  color: #fff;
}

.footer-bottom .footer-credits {
  margin-top: 5px;
}

/* [ Header: Check ] */

.header-check::before {
  font-family: 'Icons';
  font-size: 0.7em;
  line-height: 1.65em;

  display: block;
  float: left;

  width: 1.65em;
  height: 1.65em;
  margin-right: 8px;

  content: '\e90c';
  text-align: center;

  color: #ec9b14;
  border: 0.1em solid #ec9b14;
  border-radius: 100%;
}

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

p.header-check::before {
  font-size: 0.8em;

  margin-top: 0.2em;
}

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

/* [ Logo Mark ] */

.logo-mark {
  position: relative;

  display: block;

  width: 112px;
  height: 112px;
  margin: 0 auto;
}

.logo-mark::before {
  position: relative;
  z-index: 9;

  display: block;

  width: 100%;
  height: 100%;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/logo-mark.svg) no-repeat center;
  background-size: contain;
}

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

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

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

  text-align: center;
}

@media screen and (min-width: 1024px) {
  .single .content .entry-header {
    margin-top: 16px;

    text-align: left;
  }

  .single .content .entry-header .entry-title {
    width: calc(100% - 170px);
  }
}

.post-listing .content .entry {
  border-radius: 0 0 8px 8px;
}

.post-listing .content .entry-title-link {
  font-weight: 700;
  font-size: 16px;

  padding: 12px;

  color: #000;
}

@media screen and (min-width: 1024px) {
  .post-listing .content .entry-title-link {
    font-size: 18px;

    color: #1f3652;
  }
}

.post-listing .content .entry-title-link:hover {
  color: #4d5f75;

  text-decoration: underline;
}

.entry-content.single-entry-content {
  line-height: 1.8;

  clear: both;
}

.single .category-container {
  line-height: 1em;

  margin-bottom: 5px;
}

.single .category-container a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 1em;

  display: inline-block;

  margin-bottom: 2px;
  padding: 3px 7px 2px;

  color: #ff8257;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

@media screen and (min-width: 1024px) {
  .single .category-container a {
    font-size: 14px;

    padding: 0 3px 0 8px;

    text-align: left;

    border: 0;
    border-left: 2px solid #ff8257;
    border-radius: 0;
  }

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

    border-left: 0;
  }
}

h1.entry-title {
  display: block;
  clear: both;

  text-align: center;
}

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

.home .entry-header h1.entry-title,
.home .entry-header .entry-title {
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  text-indent: -9999px;
}

.single .entry-title {
  text-transform: none;

  float: none;

  margin-top: 8px;
}

.single .breadcrumb {
  margin: 0 auto 5px;

  text-align: left;
}

.single .breadcrumb a {
  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .single .entry-title {
    float: left;

    margin-top: 16px;
    margin-bottom: 13px;
  }

  .single .breadcrumb {
    margin-right: 80px;

    text-align: left;
  }

  .post-title-rating {
    float: right;

    margin-top: 16px;
  }
}

/* [ Post Details ] */

.post-info {
  font-size: 12px;

  margin-top: 8px;

  color: #666;
  border-top: 0 none;
}

@media screen and (min-width: 1024px) {
  .post-info {
    font-size: 12px;

    clear: both;

    margin: 12px 0 0;
    padding-bottom: 0;

    border-top: 1px solid rgba(000, 000, 000, 0.06);
  }
}

.entry-header .wprm-recipe-rating {
  float: none;

  width: auto;
  margin: auto;
}

.entry-header .wprm-recipe-rating::before {
  display: inline-block;

  width: 33%;
  margin: 4px 4px 4px -4px;

  content: '';

  border-top: 1px solid #efefef;
}

.entry-header .wprm-recipe-rating::after {
  display: inline-block;

  width: 33%;
  margin: 4px 4px 4px 4px;

  content: '';

  border-top: 1px solid #efefef;
}

@media screen and (min-width: 1024px) {
  .entry-header .wprm-recipe-rating::before,
  .entry-header .wprm-recipe-rating::after {
    display: block;

    margin: auto;

    content: '';

    border-top: 0 none;
  }
}

.entry-header .wprm-recipe-time-container {
  line-height: 13px;

  display: inline-block;

  margin: 0 8px 4px 8px;
  padding: 2px 8px;

  vertical-align: bottom;

  border: 2px solid #1f3652;
  border-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .entry-header .wprm-recipe-time-container {
    line-height: 0;

    display: flex;
    float: left;

    margin: 0 8px 0 0;

    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.entry-header .taxonomy-indicators.in-post-list {
  display: contents;
}

@media screen and (min-width: 1024px) {
  .entry-header .taxonomy-indicators.in-post-list {
    display: flex;

    margin: 0 8px;

    align-items: left;
    flex-wrap: wrap;
  }
}

.taxonomy-indicators .taxonomy-indicator {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .taxonomy-indicators .taxonomy-indicator {
    align-items: left;
    flex-wrap: wrap;
  }
}

.entry-header .wprm-recipe-time,
.entry-header .wprm-recipe-details-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px !important;
  line-height: 1.3;

  color: #1f3652;
}

.entry-header .wprm-recipe-details-label .icon-font {
  font-size: 14px;

  position: relative;
  top: 1px;

  margin-right: 8px;
}

.entry-header .wprm-recipe-details-label .icon-font:before {
  margin: 0;
}

.entry-header .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #1f3652 !important;
  stroke: #1f3652;
}

.wprm-recipe-rating svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 4px !important;

  transform: rotate(-5deg);
}

.taxonomy-indicators .abbr {
  font-family: 'Montserrat';
  font-size: 11px;
  color: #1f3652;

  width: auto;
  height: auto;
  padding: 2px 8px;

  border: 2px solid #efefef;
  border-radius: 3px;
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .wprm-recipe-rating svg {
    width: 28px !important;
    height: 28px !important;
    margin: -0.3em 2px 0 !important;
  }

  .taxonomy-indicators .taxonomy-indicator:hover {
    opacity: 1;
  }

  .taxonomy-indicators .taxonomy-indicator:hover .abbr {
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .taxonomy-indicators .taxonomy-indicator:hover .abbr:before {
    filter: brightness(0) invert(1);
  }
}

.taxonomy-indicators .tax-veggies .abbr {
  border-color: #66c29d;
}

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

.taxonomy-indicators .tax-veggies .abbr::before {
  display: block;

  width: 14px;
  height: 14px;
  margin-right: 8px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/taxonomy-veggies.svg) no-repeat;
}

.taxonomy-indicators .tax-kid-fave .abbr {
  border-color: #ff8257;
}

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

.taxonomy-indicators .tax-kid-fave .abbr:before {
  display: block;

  width: 14px;
  height: 14px;
  margin-right: 8px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/taxonomy-kid-fave.svg) no-repeat;
}

.taxonomy-indicators .tax-cheesy-side-dish-2 .abbr {
  border-color: #f8b23d;
}

@media screen and (min-width: 1024px) {
  .taxonomy-indicators .tax-cheesy-side-dish-2:hover .abbr {
    color: #fff;
    background-color: #f8b23d;
  }
}

.taxonomy-indicators .tax-cheesy-side-dish-2 .abbr:before {
  display: block;

  width: 14px;
  height: 14px;
  margin-right: 8px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/taxonomy-cheesy.svg) no-repeat;
}

.taxonomy-indicators .tax-freezer-friendly .abbr {
  border-color: #9abeb0;
}

@media screen and (min-width: 1024px) {
  .taxonomy-indicators .tax-freezer-friendly:hover .abbr {
    color: #fff;
    background-color: #9abeb0;
  }
}

.taxonomy-indicators .tax-freezer-friendly .abbr:before {
  display: block;

  width: 14px;
  height: 14px;
  margin-right: 8px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/taxonomy-freezer-friendly.svg) no-repeat;
}

.taxonomy-indicators .tax-dessert .abbr {
  border-color: #b46fa4;
}

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

.taxonomy-indicators .tax-dessert .abbr:before {
  display: block;

  width: 14px;
  height: 14px;
  margin-right: 8px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/taxonomy-dessert.svg) no-repeat;
}

.taxonomy-indicators .tax-chicken-main-dish-2-2 .abbr {
  border-color: #686eb1;
}

@media screen and (min-width: 1024px) {
  .taxonomy-indicators .tax-chicken-main-dish-2-2:hover .abbr {
    color: #fff;
    background-color: #686eb1;
  }
}

.taxonomy-indicators .tax-tax-chicken-main-dish-2-2 .abbr:before {
  display: block;

  width: 14px;
  height: 14px;
  margin-right: 8px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/taxonomy-chicken.svg) no-repeat;
}

.taxonomy-indicators .abbr:before {
  /* -webkit-filter: contrast(30%) hue-rotate(290deg);
	filter: contrast(30%) hue-rotate(290deg); */
}

@media screen and (min-width: 1024px) {
  .taxonomy-indicators .taxonomy-indicator:hover .abbr {
    background-color: #1f3652 !important;

    border-color: #1f3652 !important;

    color: #fff !important;
    opacity: 1;
  }

  .taxonomy-indicators .taxonomy-indicator:hover .abbr:before {
    /* -webkit-filter: contrast(30%) hue-rotate(290deg);
		filter: contrast(30%) hue-rotate(290deg); */
  }
}

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

.post-info .author-image {
  display: inline-block;

  width: 48px;
  height: 48px;
  margin-right: 8px;

  border-radius: 100%;
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/avatar-author.jpg);
  background-size: contain;
}

.post-info .author-byline,
.wprm-recipe-snippet .wprm-recipe-link {
  display: flex;

  padding: 4px;

  text-align: center;

  border-left: 2px solid #f4f2f0;

  align-items: center;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: center;
}

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

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

  border-left: 0;
}

.post-info .post-dates {
  display: flex;

  width: 100%;
  margin: 12px 0 0;

  align-items: center;
}

.post-info .post-jump {
  margin-left: auto;
}

.post-info .post-meta {
  font-size: 12px;
  line-height: 1.3;

  text-align: left;

  color: #666;
}

.post-info .entry-time,
.post-info .entry-modified-time  {
  font-style: italic;

  display: block;

  padding: 0;
}

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

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

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

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

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

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

  margin-left: 10px;
}

.post-info .wprm-rating-star {
  font-size: 16px !important;
  line-height: 16px;

  display: inline-block;

  margin: 0 1px;

  transform: rotate(-8deg);

  color: #ff8257;
}

.post-info polygon {
  stroke: rgb(255, 178, 0);
}

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

.post-details .icon-font.icon-chevron::before {
  font-size: 10px;

  top: 0;

  margin-right: -8px;

  transform: rotate(90deg);
}

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

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

.post-info .entry-author-name {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 12px;

  color: #1f3652;
}

.post-info .post-dates a {
  color: #666;
}

@media screen and (min-width: 768px) {
  .post-info .post-dates {
    padding: 0;

    background: transparent;
  }
}

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

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

.post-info .wprm-recipe-jump {
  font-weight: 700;
  display: block;
  padding: 14px 12px;
  border-left: 0;
  border-radius: 4px;
  background: #f7f8f6;
}
.post-info .wprm-recipe-jump:hover {
  opacity: 1;
  color: #fff !important;
  background: #1f3652;
}

.post-info .meta-title {
  margin-right: 4px;

  color: #666;
}

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

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

  color: #1f3652;
}

.single-entry-content h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 24px;
}

.single-entry-content h5 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 22px;
}

.single-entry-content h6 {
  font-size: 20px;
  line-height: 1.3em;
}

.single-entry-content blockquote {
  font-size: 20px;

  margin: 20px 0 24px 0;
  padding: 4px 28px;

  border: 5px solid #ff8257;
}

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

/* [ Ordered ] */

.single-entry-content ol {
  margin-left: 1.8em;

  list-style-type: none;
}

.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 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;

  float: left;

  width: 22px;
  height: 22px;
  margin-top: 0.36em;
  margin-left: -2.4em;

  content: counter(list-counter);
  text-align: center;

  color: #1f3652;
  border-radius: 50%;
  background: #ff8257;
}

.header-step {
  counter-increment: step-counter;
}

.header-step.header-count-reset {
  counter-reset: step-counter;
  counter-increment: step-counter;
}

p.header-step::before {
  margin-top: 0.4em;
}

.header-step::before {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;

  float: left;

  width: 22px;
  height: 22px;
  margin: 0.36em 0.8em 0 0;

  content: counter(step-counter);
  text-align: center;

  color: #1f3652;
  border-radius: 50%;
  background: #ff8257;
}

/* [ Unordered ] */

.single-entry-content ul:not(.wp-block-gallery) {
  margin-left: 0;

  list-style-position: inside;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .single-entry-content ul:not(.wp-block-gallery),
  .single-entry-content ul ul {
    margin-left: 0;

    list-style-position: outside;
  }
}

.single-entry-content ul li:before {
  content: '• ';

  color: #1f3652;
}

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

.single-entry-content .wp-block-group.helpful-tip ul {
  list-style-type: none;
}

.single-entry-content .wp-block-group.helpful-tip h2 {
  margin: 8px 0 -4px;
}

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

.admin-bar .site-header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .site-header > .wrap {
    display: flex;
  }

  .site-header .before-header {
    margin: 0 0 0 auto;
  }

  .before-header > .wrap {
    display: flex;
    flex-direction: row-reverse;

    height: 100%;

    align-items: center;
  }

  .admin-bar .site-header,
  .site-header {
    top: 0;
  }
}

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

@media screen and (min-width: 1024px) {
  nav.nav-secondary {
    float: left;
  }

  .nav-secondary .menu .menu-item:last-child a {
    padding-right: 25px;
  }

  .nav-secondary li {
    position: relative;
  }

  .nav-secondary li:before {
    position: absolute;
    top: 42%;
    left: -5px;

    display: block;

    width: 7px;
    height: 7px;

    content: '';

    border-radius: 100%;
    background-color: #1f3652;
  }

  .nav-secondary li:first-child:before {
    display: none;
  }

  .nav-secondary .menu .menu-item a {
    position: relative;

    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;

    padding: 15px 20px;

    color: #1f3652;
  }

  .nav-secondary .menu .menu-item a:after {
    content: '';

    opacity: 0;

    position: absolute;
    left: 20px;
    bottom: 10px;

    background-color: #1f3652;

    width: calc(100% - 40px);
    height: 2px;

    -webkit-transition: 400ms;
    transition: 400ms;
  }

  .nav-secondary .menu .menu-item:first-of-type a:after {
    width: calc(100% - 20px);
    left: 0;
  }

  .nav-secondary .menu .menu-item:last-of-type a:after {
    width: calc(100% - 45px);
  }

  .nav-secondary .menu .menu-item:hover a:after {
    opacity: 1;
  }

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

  .nav-secondary .menu .menu-item a:hover {
    opacity: 1;
    color: #4d5f75;
  }
}

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

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

/* [ Bio: Sidebar ] */

.bio_widget {
  line-height: 1;

  padding: 0 30px 20px;

  text-align: center;

  border: 4px solid #1f3652;
  border-radius: 4px;
}

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

.bio-container .image {
  max-width: 120px;
  margin: -20px auto 0;
}

.bio-container .image img {
  display: block;

  border-radius: 100%;
}

.bio-container .widget-title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 1em;
  position: relative;
  top: 10px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  color: #1f3652;
}

.bio-container .text {
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 1.4em;

  position: relative;

  float: right;

  width: 100%;

  color: #000;
}
.bio-container p {
  margin-bottom: 0;
}

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

.bio-container .more-link-container .more-link {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.01em;
  font-size: 14px;

  margin-left: 2px;
  padding: 0;

  color: #1f3652;
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .bio-container .text .more-link:hover {
    opacity: 1;
    /* color: #ff8257; */
    text-decoration: underline;
  }
}

.bio-container .more-link-container .more-link .icon-font {
  font-size: 10px;

  padding: 1px;

  vertical-align: middle;

  color: #fff;
  border-radius: 100%;
  background: #ff8257;
}

@media screen and (min-width: 1024px) {
  .bio-container .text .more-link:hover .icon-font {
    color: #fff;
  }
}

/* [ Bio: Footer ] */

.footer-bio {
  margin: 108px 10px 0;
  padding: 120px 10px 20px;

  color: #fff;
  background: #ea2d37;
}

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

@media screen and (min-width: 1024px) {
  .footer-bio {
    margin: 0;
    padding: 60px 0;

    border-top: 4px solid #343434;
    border-bottom: 4px solid #343434;
    background: transparent;
  }

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

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

@media screen and (min-width: 1024px) {
  .footer-bio .wrap {
    position: relative;

    display: flex;
    flex-direction: column;

    height: 380px; /* image height - container top/bottom padding */
    padding: 36px 544px 36px 44px;

    background: #ea2d37;

    justify-content: center;
  }

  .footer-bio .wrap::before {
    position: absolute;
    z-index: 99;
    top: 52px;
    right: 476px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 24px 0 24px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #ea2d37;
  }

  .footer-bio .wrap::after {
    position: absolute;
    bottom: -20px;
    left: -68px;

    display: block;

    width: 208px;
    height: 208px;

    content: ' ';

    background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/logo-mark-pink.svg) no-repeat center;
    background-size: contain;

    -webkit-clip-path: polygon(68px 0, 208px 0, 208px 188px, 68px 188px);
    clip-path: polygon(68px 0, 208px 0, 208px 188px, 68px 188px);
  }
}

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

  max-width: 200px;
}

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

    max-width: 500px;
  }
}

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

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

.footer-bio .bio-pretitle {
  font-family: 'Bitter', serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.2;

  color: #fff;
}

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

.footer-bio .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;

  margin-bottom: 0;

  color: #fff;
}

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

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

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

.footer-bio .more-link-container .more-link {
  padding: 16px 24px;

  color: #fff;
}

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

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

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

.cta {
  display: block;
}

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

.cta-mobile-header {
  position: fixed;
  z-index: 999;
  top: 48px;
  left: 0;

  width: 100%;
  height: 40px;

  text-align: center;

  background-color: #ff8257;
}

.site-inner {
  margin-top: 40px;
}

.logged-in .site-inner {
  margin-top: 56px;
}

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

.admin-bar .cta-mobile-header {
  margin-top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .cta-mobile-header {
    margin-top: 30px;
  }
}

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

.cta-mobile-header .cta-title {
  text-transform: capitalize !important;
  font-size: 12px;

  position: relative;
  top: 0;

  display: inline-block;

  margin: 12px 0;

  vertical-align: middle;

  color: #1f3652;
}

@media screen and (min-width: 375px) {
  .cta-mobile-header .cta-title {
    font-size: 16px;
  }
}

.cta-mobile-header .cta-button {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: lowercase;
  font-size: 10px;
  line-height: 1;

  display: inline-block;

  margin: 0;
  margin-left: 4px;
  padding: 8px 16px;

  vertical-align: middle;

  color: #fff;
  border-radius: 20px;
  background: #1f3652;
}

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

.cta-internal-header {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cta-internal-header {
    display: block;
  }
}

.cta-internal-header {
  overflow: hidden;

  width: 100%;

  text-align: center;

  background-color: #294364;
}

.cta-internal-header .cta-title {
  text-transform: capitalize;
  font-size: 22px;

  position: relative;
  top: 1px;

  display: inline-block;

  margin: 39px 0 40px;

  color: #fff;
}

.page-template-page_about .cta-internal-header .cta-title {
  line-height: 1.2;

  margin: 36px 0 16px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .cta-internal-header .cta-title {
    margin: 39px 0 40px;
  }
}

.page-template-page_about .cta-internal-header .cta-button {
  margin: 0 0 36px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .cta-internal-header .cta-button {
    margin: 0 0 0 18px;
  }
}

.cta-internal-header .cta-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1;

  position: relative;
  top: -2px;

  display: inline-block;

  margin: 0 0 0 18px;
  padding: 8px 20px;

  transition: all 0.5s ease;
  vertical-align: middle;

  color: #1f3652;
  border-radius: 4px;
  background: #66c29d;
}

.cta-internal-header:hover {
  cursor: default;
  pointer-events: none;

  opacity: 1;
}

.cta-internal-header .cta-button:hover {
  cursor: pointer;
  pointer-events: auto;
  background-color: #fff;

  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.cta-internal-header .wrap {
  position: relative;

  overflow-x: visible;
}

.cta-internal-header .wrap:before {
  position: absolute;
  top: -18px;
  left: -41px;

  width: 122px;
  height: 101px;

  content: '';

  background-image: url('/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-cheese.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.cta-internal-header .wrap:after {
  position: absolute;
  bottom: -8px;
  left: -130px;

  width: 66px;
  height: 59px;

  content: '';
  transform: rotate(-15deg);

  background-image: url('/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-burger.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-internal-header .cta-button::before {
  position: absolute;
  right: -140px;
  bottom: -55px;

  width: 89px;
  height: 73px;

  content: '';

  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pretzel.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;

  pointer-events: none;

  -webkit-transition: 400ms;
  transition: 400ms;
}

.cta-internal-header .cta-button:hover::before {
  right: -133px;
  bottom: -54px;

  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.cta-internal-header .cta-title::after {
  position: absolute;
  right: -360px;
  bottom: 18px;

  width: 84px;
  height: 53px;

  content: '';
  transform: rotate(-180deg);

  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pasta.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-internal-header .cta-title:before {
  position: absolute;
  right: 171px;
  bottom: -70px;

  width: 90px;
  height: 90px;

  content: '';

  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* [ Subscribe: Home ] */

.home .subscribe {
  font-weight: 700;
  line-height: 1;

  position: relative;

  padding: 34px 0;

  text-align: center;

  color: #fff;
  background: #1f3652;
}

.formkit-alert-error:empty {
  display: none;
}

.home .subscribe .attachment-placement-subscribe {
  max-width: 188px;
}

.seva-form.formkit-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgb(255, 255, 255, 0.5);
}

.seva-form.formkit-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(255, 255, 255, 0.5);
}

.seva-form.formkit-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(255, 255, 255, 0.5);
}

.seva-form.formkit-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgb(255, 255, 255, 0.5);
}

.seva-form.formkit-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgb(255, 255, 255, 0.5);
}

@media screen and (min-width: 1024px) {
  .home .subscribe .not-form {
    float: left;

    width: 600px;
  }

  .home .subscribe {
    display: block;

    padding: 0;
  }

  .home .subscribe .wrap {
    position: relative;

    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .home .subscribe > .wrap:before {
    position: absolute;
    top: -20px;
    left: -80px;

    width: 124px;
    height: 100px;

    content: '';

    background-image: url('/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-cheese.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .subscribe .wrap:after {
    position: absolute;
    bottom: 44px;
    left: -180px;

    width: 68px;
    height: 60px;

    content: '';

    background-image: url('/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-burger.svg');
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .home .subscribe .not-form {
    float: left;

    width: 572px;
    padding: 36px 0 36px 52px;
  }

  .home .subscribe .not-form::before {
    position: absolute;
    bottom: -40px;
    left: -40px;

    width: 92px;
    height: 92px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home .subscribe-image {
    float: left;

    margin-right: 28px;
  }
}

.home .subscribe .title {
  letter-spacing: 0.03em;
  font-size: 32px;

  margin: 8px auto;
}

@media screen and (max-width: 767px) {
  .home .subscribe .title {
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .home .subscribe .titles {
    text-transform: uppercase;
    letter-spacing: -0.025px;
    font-size: 24px;
    line-height: 1.16em;

    float: left;

    width: 276px;
  }
}

.home .subscribe .details {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;

  marin: 0 20px;
}

@media screen and (min-width: 1024px) {
  .home .subscribe .details {
    font-size: 16px;
    line-height: 1.4;

    float: left;

    width: 276px;
  }
}

.home .subscribe .titles .emphasis {
  color: #ff8257;
}

.home .subscribe .details .description {
  font-size: 16px;
  line-height: 1.4;

  margin: 0;
}

.home .subscribe .form {
  padding: 0 12px;
}

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

  .home .subscribe .form::before {
    position: absolute;
    right: -20px;
    bottom: -20px;

    width: 92px;
    height: 88px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pretzel.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .home .subscribe .form::after {
    position: absolute;
    top: -12px;
    right: -20px;

    width: 92px;
    height: 64px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pasta.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}

.home .subscribe .formkit-field {
  float: none;
}

@media screen and (min-width: 1024px) {
  .home .subscribe .formkit-field {
    float: left;
  }
}

.home .subscribe input {
  float: none;

  width: 100%;
  margin: 6px 0;
  padding: 14px 24px;

  color: #b1b1b1;
  border: 0 none;
  border-radius: 28px;
  background: rgb(255, 255, 255, 0.2);
}

@media screen and (min-width: 1024px) {
  .home .subscribe input {
    float: none;

    width: 272px;
    margin: 4px 0;
    padding: 14px 24px;

    color: #b1b1b1;
    border: 0 none;
    border-radius: 28px;
    background: rgb(255, 255, 255, 0.2);
  }
}

.home .subscribe ::-webkit-input-placeholder,
.home .subscribe .formkit-input {
  text-transform: lowercase;
  font-size: 16px;

  color: #fff;
}

.home .subscribe .formkit-submit {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1;

  display: block;

  width: 100%;
  margin: 6px 12px 4px 0;
  padding: 16px;

  color: #1f3652;
  border-radius: 100px;
  background: #66c29d;
}

@media screen and (min-width: 1024px) {
  .home .subscribe .formkit-submit {
    font-weight: 700;
    font-size: 20px;

    display: inline-block;

    width: 92px;
    height: 92px;
    margin-right: 12px;

    vertical-align: middle;

    border-radius: 50%;
    background: #66c29d;
  }

  .home .subscribe .formkit-submit:hover {
    transform: rotate(5deg);

    background: #57b18d;
  }

  .home .subscribe .seva-form::after {
    position: absolute;
    top: 40px;
    right: -140px;

    width: 92px;
    height: 92px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

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

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

/* [ Subscribe: Sidebar ] */

.subscribe_widget {
  overflow: hidden;

  padding: 25px;

  text-align: center;

  border: 4px solid #000;
}

.subscribe_widget .pre-title {
  letter-spacing: 0.1em;
  font-size: 12px;

  position: relative;

  margin-bottom: 0;
  padding-top: 57px;

  color: #ff8257;
}

.subscribe_widget .pre-title:before {
  position: absolute;
  top: 0;
  left: calc(50% - 30px);

  display: block;

  width: 60px;
  height: 40px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/sidebar-subscribe-icon.svg) no-repeat top left;
  background-size: 60px;
}

.subscribe_widget .title {
  letter-spacing: -0.025em;
  line-height: 1.16em;

  margin-top: 4px;

  color: #000;
}

.subscribe_widget input[type='email'],
.subscribe_widget input[type='text'] {
  margin-bottom: 8px;
  padding: 14px 18px;
}

.subscribe_widget .subscribe_button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 1;

  display: inline-block;

  padding: 9px 25px;

  color: #000;
  border-radius: 20px;
  background: #ff8257;
}

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

/* [ Subscribe: Content ] */

.content .subscribe {
  position: relative;

  margin: 16px -12px 32px;
  padding: 20px 24px;

  color: #fff;
  background: #1f3652;
}

@media screen and (min-width: 768px) {
  .content .subscribe {
    display: flex;

    min-height: 200px;
    margin-right: 0;
    margin-left: 0;
    padding: 56px 40px 20px 252px;
  }

  .content .subscribe::before {
    position: absolute;
    top: -12px;
    left: 94px;

    width: 90px;
    height: 90px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .content .subscribe::after {
    position: absolute;
    bottom: -20px;
    left: -52px;

    width: 90px;
    height: 90px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .content .subscribe .wrap {
    display: flex;
    flex-direction: column;

    width: 100%;

    justify-content: center;
  }

  .content .subscribe .wrap::before {
    position: absolute;
    bottom: -20px;
    left: 208px;

    width: 90px;
    height: 90px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .content .subscribe .wrap::after {
    position: absolute;
    right: -28px;
    bottom: -40px;

    width: 90px;
    height: 90px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.content .subscribe .subscribe-image {
  position: relative;

  width: 140px;
  margin: 20px auto;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .content .subscribe .subscribe-image {
    position: absolute;
    left: 24px;

    float: left;

    width: 204px;
    margin: 0;
    padding: 0 12px;
  }
}

.content .subscribe .subscribe-image .attachment-placement-subscribe {
  display: block;

  width: 120px;
  height: 152px;

  border: 8px solid #fff;
  border-radius: 8px;

  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .content .subscribe .subscribe-image .attachment-placement-subscribe {
    display: block;

    width: 200px;
    height: 264px;

    border: 8px solid #fff;
    border-radius: 8px;

    object-fit: cover;
  }
}

.content .subscribe .pre-title,
.content .subscribe .title {
  margin-top: 0;
}

.content .subscribe .pre-title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}

.content .subscribe .title {
  text-transform: capitalize;
  font-size: 32px;

  text-align: center;
}

@media screen and (min-width: 768px) {
  .content .subscribe .title::after {
    position: absolute;
    top: -20px;
    right: -12px;

    width: 90px;
    height: 90px;

    content: '';

    background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/background-pizza.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.content .subscribe .title .empasis {
  color: #ff8257;
}

.content .subscribe .description {
  font-size: 16px;
  line-height: 1.4;

  margin: 12px 4px 4px;

  text-align: center;
}

@media screen and (min-width: 768px) {
  .content .subscribe .description {
    font-size: 18px;
  }
}

.content .subscribe input[type='email'],
.content .subscribe input[type='submit'] {
  text-transform: lowercase;
  font-size: 14px;

  float: left;

  height: 40px;
}

.content .subscribe input[type='email'] {
  width: calc(100% - 148px);
}

.content .subscribe .formkit-field {
  width: 100%;
}

.content .subscribe .formkit-input {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-weight: normal !important;
  font-size: 16px !important;

  text-align: center;

  color: rgb(255, 255, 255, 0.5) !important;
  border: 0 none !important;
  background: rgb(255, 255, 255, 0.2) !important;
}

.content .subscribe input[type='submit'],
.content .subscribe .formkit-submit {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #1f3652 !important;

  width: 140px;
  margin-left: 8px;
  padding: 0;

  background-color: #66c29d !important;
}

@media screen and (min-width: 1024px) {
  .content .subscribe input[type='submit']:hover,
  .content .subscribe .formkit-submit:hover {
    background-color: #fff !important;

    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 1 !important;
  }
}

.content .subscribe .formkit-submit span {
  font-family: 'Montserrat', sans-serif !important;
}

.content .subscribe .formkit-form [data-style='clean'] {
  padding-right: 0;
  padding-left: 0;
}

/* [ Subscribe: Footer ] */

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

.footer-subscribe .subscribe input {
  font-size: 14px;

  width: 100%;
  height: 48px;
  margin-bottom: 8px;

  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-subscribe .subscribe input {
    float: left;

    height: 36px;
    margin: 0;
    padding: 8px 16px;

    vertical-align: middle;
  }

  .footer-subscribe .subscribe input[type='email'] {
    text-transform: lowercase;
    font-size: 15px;

    width: calc(100% - 132px);

    text-align: left;
  }

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

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

.featured-images {
  margin: 0 0 24px;

  text-align: center;
}

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

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

  .featured-images .wrap {
    display: flex;

    align-items: center;
  }
}

.featured-images .section-title {
  position: relative;

  display: inline-block;

  height: 38px;
  margin: 16px 0 12px;

  color: transparent;
  background-color: transparent;
}

.featured-images .section-title::before {
  position: absolute;
  top: 0;

  display: block;

  width: 100%;
  height: 100%;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/featured-on.svg) no-repeat center;
}

.page-template-page_about .featured-images .section-title {
  height: 48px;
  margin: 0;
}

.page-template-page_about .featured-images .section-title::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/past-collabs-text.svg);
}

.featured-images .logos {
  display: flex;

  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

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

  .featured-images .section-title::before {
    top: 5px;
  }

  .featured-images .logos {
    justify-content: space-between;
  }
}

.featured-images .featured-image {
  max-width: 33%;
  padding: 8px 12px;

  text-align: center;

  flex: 0 1 33%;
}

.featured-images .featured-image .size-placement-logo {
  width: auto;
  max-height: 44px;
  margin: 0 auto;

  vertical-align: middle;

  opacity: 0.65;
}

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

    flex-basis: 33.33%;
  }
}

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

  .featured-images .featured-image .size-placement-logo {
    max-height: 52px;
  }
}

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

/* [ Featured Categories: Archives ] */

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

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

.footer-categories .section-title {
  font-family: 'BeautySalon Script', script;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 55px;
  line-height: 0.6;

  position: absolute;
  top: -1px;
  left: 50%;

  padding: 0 12px 12px 20px;

  transform: translateX(-50%);

  color: #343434;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .footer-categories .section-title {
    font-size: 65px;

    z-index: 9;
    left: -12px;

    margin: 0;
    padding: 0;

    transform: rotate(-12deg);

    background: transparent;
  }

  .footer-categories .section-title::before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 48px);
    left: calc(50% - 48px);

    display: block;

    width: 92px;
    height: 92px;

    content: '';

    border-radius: 100%;
    background: #ec9b14;
  }
}

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

.footer-categories .entry {
  display: flex;
  flex-direction: column;

  margin-bottom: 16px;

  text-align: center;

  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

  flex-wrap: nowrap;
}

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

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

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

.footer-categories .entry-title-link {
  font-size: 18px;

  display: block;
  display: flex;

  height: 100%;
  padding: 8px 12px;

  align-items: center;
  justify-content: center;
}

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

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

@media screen and (min-width: 1024px) {
  .nav-footer .menu,
  .footer-text {
    justify-content: flex-end;
  }
}

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

.content-features {
  margin: 32px 0 0;

  text-align: center;
}

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

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

.home .footer-posts .featured-posts .entry {
  width: 33.333333334%;
  margin-bottom: 0;
}

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

.footer-posts .articles-container {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .footer-posts .entry:nth-child(4) {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .footer-posts .entry:nth-child(5),
  .footer-posts .entry:nth-child(6),
  .footer-posts .entry:nth-child(7) {
    display: block;
  }
}

.content-features .section-title {
  font-size: 28px;

  margin-bottom: 20px;

  color: #000;
}

.home .content-features .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 4px;
  text-align: center;
  color: #1f3652;
}

.content-features .feature-description {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.4;

  margin: 0 0 12px;
}

@media screen and (min-width: 1024px) {
  .content-features .feature-description {
    font-size: 16px;
  }
}

.home .content-features .entry-title {
  float: none;
}

.home .content-features .entry-title-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;

  padding: 10px 8px;

  color: #000;
}

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

  .home .content-features .entry-title-link:hover {
    text-decoration: underline;
  }
}

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

  .content-features .more-link-container {
    position: relative;

    margin: 12px auto;
  }
}

.content-features .more-link {
  font-family: 'Montserrat';
  text-transform: lowercase;
  font-size: 17px;

  padding: 16px;

  color: #fff;
  border-radius: 100px;
  background: #1f3652;
}

.content-features.featured-posts.home-latest .more-link .icon-font {
  color: #1f3652;
  background: #fff;
}

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

    background: #1f3652;
  }

  .content-features .more-link:hover {
    background: #274262;
  }
}

.home-side-by-side {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .home-side-by-side {
    margin-bottom: 48px;
  }

  .home-side-by-side.featured-posts .flexbox:first-child {
    justify-content: space-between;
  }
  .home-side-by-side .flexbox {
    justify-content: start;
  }

  .home-side-by-side .side-left,
  .home-side-by-side .side-right {
    display: flex;
    width: calc(1 / 2 * 100% - 42px);
  }

  .home-side-by-side .wrap {
    display: flex;
    flex-direction: column;

    height: 100%;
  }

  .home-side-by-side .more-link-container {
    margin: auto 0 0;
  }
}

.home-side-by-side .more-link {
  font-family: 'Montserrat';
  text-transform: lowercase;
  font-size: 17px;
  padding: 16px 24px;
  color: #fff;
  border-radius: 100px;
  background: #1f3652;
  line-height: 1.2;
}

.home-side-by-side .side-left .more-link {
  color: #1f3652;
  background: #ff8257;
}

@media screen and (min-width: 375px) {
  .home-side-by-side .more-link {
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .home-side-by-side .more-link {
    padding: 15px 16px 15px;
    background: #1f3652;
  }

  .home-side-by-side .side-left .more-link {
    color: #fff;
    background: #1f3652;
  }

  .home-side-by-side .more-link:hover {
    background: #324e6f;
    opacity: 1;

    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.home .manual-features.feature-large .more-link .icon-font,
.home-side-by-side .side-left .more-link .icon-font,
.home-side-by-side .side-right .more-link .icon-font,
.footer-featured-posts a.more-link .icon-font,
.home .content-features .more-link .icon-font {
  font-size: 12px;
  position: relative;
  color: #ff8257;
  border-radius: 100%;
  background: #1f3652;
  width: 18px;
  height: 18px;
  display: inline-block;
  top: -1px;
}

@media screen and (min-width: 768px) {
  .home-side-by-side .side-left .more-link .icon-font {
    color: #274262;
    background: #fff;
  }
}

.home-side-by-side .side-right .more-link .icon-font {
  color: #1f3652;
  background: #fff;
}

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

.footer-featured-posts {
  text-align: center;
}

.footer-featured-posts img {
  width: 100%;
}

.footer-featured-posts .entry-title {
  float: none;
}

.footer-featured-posts .entry-title a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 32px;
  line-height: 1.2;

  padding: 16px 12px 8px;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .footer-featured-posts .entry-title a {
    padding-top: 20px;
  }
  .footer-featured-posts .entry-title a:hover {
    color: #4d5f75;
  }
}

.footer-featured-posts .entry-excerpt {
  font-size: 16px;
  line-height: 1.4em;

  padding: 0 33px;

  color: #343434;
}

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

.footer-featured-posts .more-link-container {
  margin-top: 17px;
}

.footer-featured-posts a.more-link {
  text-transform: lowercase;
  font-size: 17px;
  line-height: 1em;
  margin-bottom: 28px;
  padding: 12px 24px;
  color: #1f3652;
  border: 2px solid #ff8257;
  border-radius: 26px;
}

@media screen and (min-width: 1024px) {
  .footer-featured-posts a.more-link:hover {
    color: #fff;
    background-color: #1f3652;
    border-color: #1f3652;

    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  .footer-featured-posts a.more-link:hover .icon-font {
    color: #1f3652;
    background-color: #fff;
  }
}

.footer-featured-posts a.more-link .icon-font {
  color: #fff;
  background-color: #1f3652;
}

/* [ Featured Posts: Archives, top & bottom ] */

.archive-featured-posts {
  margin-top: 24px;
  padding: 0;
}

.archive-featured-posts.featured-posts-bottom {
  margin-top:0;
  padding: 20px 0;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .archive-featured-posts {
    clear: both;

    margin-top: 0;
    padding: 25px 0;
  }

  .archive-featured-posts.featured-posts-bottom {
    padding: 25px 0;
    text-align: center;
  }
}

.archive-featured-posts .entry-image-link {
  position: relative;

  display: block;
}

.archive-featured-posts.featured-posts-top .entry-image-link::before {
  font-family: 'Icons';
  font-size: 20px;
  line-height: 1.8;

  position: absolute;
  z-index: 9;
  top: 12px;
  left: 12px;

  width: 38px;
  height: 38px;

  content: '\e941';
  text-align: center;

  color: #f8b23d;
  border-radius: 100%;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .archive-featured-posts.featured-posts-top .entry-image-link::before {
    font-size: 28px;
    line-height: 1.7;

    width: 48px;
    height: 48px;
  }
}

.archive-featured-posts.featured-posts-bottom.even {
  background-color: #fff;
}

.archive-featured-posts.featured-posts-bottom.odd {
  background-color: #f5faf8;
}

.archive-featured-posts .section-title {
  color: #1f3652;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .archive-featured-posts .section-title {
    font-size: 32px;
  }
  .archive-featured-posts.featured-posts-top .section-title {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
  }

  .archive-featured-posts.featured-posts-top .section-title::before,
  .archive-featured-posts.featured-posts-top .section-title::after {
    background-color: #ff8257;
    content: '\a0';
    height: 3px;
    overflow: hidden;
    position: absolute;
    width: calc(50% - 12px);
    top: 51%;
  }

  .archive-featured-posts.featured-posts-top .section-title::before {
    margin-left: calc(-50% + -15px);
  }

  .archive-featured-posts.featured-posts-top .section-title::after {
    margin-left: 27px;
  }

}

.archive-featured-posts .feature-description {
  font-family: 'Lato', sans-serif;
  font-size:  20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}

.archive .content .entry-title {
  float: none;

  text-align: center;
}

.archive-featured-posts .entry-title {
  float: none;
  text-align: center;
}

.archive-featured-posts .entry-title a {
  font-weight: 700;
  font-size: 16px;

  padding: 12px 12px 16px;

  color: #000;
}

@media screen and (min-width: 1100px) {
  .archive-featured-posts .entry-title a {
    font-size: 18px;
    line-height: 1.25;

    color: #1f3652;
  }

  .archive-featured-posts .entry:hover {
    background-color: #1f3652;
  }

  .archive-featured-posts .entry:hover .entry-title a {
    color: #fff;
  }
}

/* [ Archive Video ] */

.archive-video .video-embed {
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin: 20px 0;
}

.archive-video .embed-or-image {
  position: relative;
}

.archive-video .embed-or-image img {
  display: block;
  width: 100%;
}

.archive-video .icon-play {
  display: none;
}

.archive-video .title-description-container .section-pretitle {
  display: inline-block;
  margin-bottom: 5px;
}

.archive-video .title-description-container .section-pretitle .icon-font {
  color: #ed961f;
  font-size: 22px;
}

.archive-video .title-description-container .section-title {
  color: #1f3652;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.archive-video .title-description-container .section-text {
  color: #343434;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}

.archive-video a.more-link {
  background-color: #1f3652;
  border-radius: 100px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 14px 25px;
  text-transform: lowercase;
}

@media screen and (min-width: 1024px) {
  .archive-video a.more-link:hover {
    background: #324e6f;
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.archive-video .title-description-container {
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .archive-video {
    background-color: #f5faf8;
  }

  .archive-video .video-embed {
    margin: 25px 0;
  }

  .archive-video .video-embed .wrap {
    display: flex;
    height: 100%;
  }

  .archive-video .embed-or-image,
  .archive-video .title-description-container {
    flex: 1 0 510px;
  }

  .archive-video .embed-or-image {
    height: 100%;
  }

  .archive-video .embed-or-image img {
    height: 100%;
    object-fit: cover;
  }

  .archive-video .title-description-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:  30px;
  }

  .archive-video .title-description-container .section-title {
    font-size: 32px;
  }

  .archive-video .title-description-container .section-text {
    font-size: 20px;
  }
}

/* Mediavine video title */
.category .lity-container h2.mv_auto_insert_headline,
.archive-video h2.mv_auto_insert_headline {
  display: none;
}

/* Lity */
.category .lity-container {
  width: 80%;
  max-width: 540px;
}

/* [ Archive Highlights ] */

.archive-highlights {
  background: #1f3652;
  padding: 20px 0;
}

.archive-highlights .section-title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.archive-highlights .entry-image-link img {
  border: 3px solid #fff;
  border-radius: 50%;
}

.archive-highlights .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.archive-highlights .entry-title a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .archive-highlights .entry-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .archive-highlights {
    background-color: #fff;
    border-bottom: 3px solid #ddeee8;
    padding: 25px 0;
  }

  .archive-highlights .entry-image-link img {
    border: 0;
  }

  .archive-highlights .section-title {
    color: #1f3652;
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
  }

  .archive-highlights .section-title::before,
  .archive-highlights .section-title::after {
    background-color: #ddeee8;
    content: '\a0';
    height: 3px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 51%;
  }

  .archive-highlights .section-title::before {
    margin-left: calc(-100% + -27px);
  }

  .archive-highlights .section-title::after {
    margin-left: 27px;
  }

  .archive-highlights .entry-title {
    font-size: 20px;
  }

  .archive-highlights .entry-title a {
    color: #1f3652;
  }

}

.all-posts-heading {
  text-transform: lowercase;

  display: block;

  width: 100%;
}

.all-posts-heading h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 32px;

  display: block;

  width: 100%;

  color: #1f3652;
}

@media screen and (max-width: 1023px) {
  .all-posts-heading h2 {
    font-size: 28px;

    text-align: center;
  }
}

/* [ Featured Posts: Sidebar ] */

.sidebar .featured-posts {
  border-bottom: 3px solid #ff8257;
}

.sidebar .featured-posts .title-description-container {
  position: relative;

  margin-bottom: 8px;

  text-align: center;
}

.sidebar .featured-posts .title-description-container:before {
  position: absolute;
  z-index: -1;
  top: 14px;
  left: 0;

  width: 100%;
  height: 3px;

  content: '';

  background: #ff8257;
}

.sidebar .featured-posts .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 23px;

  display: inline-block;

  margin-bottom: 0;
  padding: 0 8px;

  color: #343434;
  background-color: #fff;
}

.sidebar .featured-posts .entry {
  width: calc(50% - 8px);
  margin: 0 4px 12px;

  box-shadow: none;
}

.sidebar .featured-posts .entry-title {
  margin-top: 0;
}

.sidebar .featured-posts .entry-title-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.15em;

  padding: 8px 16px;

  color: #000;
}

@media screen and (min-width: 1024px) {
  .sidebar .featured-posts .entry-title-link {
    font-size: 14px;
  }

  .sidebar .featured-posts .entry:hover .entry-title-link {
    text-decoration: underline;
  }
}

/* ---------- [ Home Page Manual Features ] ---------- */

.home .manual-features.feature-large {
  background: #f7f8f6;
}

.home .manual-features.feature-large .wrap {
  position: relative;

  max-width: 1020px;
  margin: 0 auto;
  padding: 0 8px;
}

.home .manual-features.feature-large .entry {
  position: relative;

  overflow: hidden;

  min-height: 380px;
  padding: 42px 28px 26px 28px;

  text-align: center;

  color: #1f3652;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .entry {
    font-size: 44px;

    padding: 76px 44px;

    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .home .manual-features.feature-large .entry {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.home .manual-features.feature-large .entry-image-link {
  position: relative;
  left: 0;
  display: inline-block;
  padding-left: 24px;
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .entry-image-link {
    float: left;
    margin-right: 32px;
    padding: 0;
  }
}

.home .manual-features.feature-large .entry-image-link::before {
  position: absolute;
  z-index: -1;
  top: -24px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 48px);
  content: '';
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/crosshatch-bg.png) no-repeat left center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .entry-image-link::before {
    top: -32px;
    left: -32px;
    height: calc(100% + 64px);
    background-size: cover;
  }
}

.home .manual-features.feature-large .entry-image-link img {
  border: 12px solid #fff;
}

.home .manual-features.feature-large .entry-image-link:hover img,
.home .manual-features.feature-large .entry-image-link:hover {
  opacity: 1;
}

.home .manual-features.feature-large .entry .pre-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 36px;
  margin-bottom: 4px;
  text-align: center;
  color: #1f3652;
}

.home .manual-features.feature-large .entry-title-link {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 34px;
  display: block;
  padding: 0;
  text-align: center;
  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .entry-title-link {
    font-size: 44px;
    margin-top: 0;
  }
}

.home .manual-features.feature-large .entry-excerpt {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .entry-excerpt {
    font-size: 20px;
    line-height: 1.5;
  }
}

.home .manual-features.feature-large .more-link-container {
  margin-top: 12px;
}

.home .manual-features.feature-large .more-link {
  font-family: 'Montserrat', sans-serif;
  text-transform: lowercase;
  line-height: 1.2;
  padding: 12px 28px;
  vertical-align: top;
  color: #1f3652;
  border-radius: 60px;
  background: #ff8257;
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .more-link {
    color: #1f3652;
    background: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .more-link:hover {
    color: #fff;
    background: #274262;
  }
}

@media screen and (min-width: 1024px) {
  .home .manual-features.feature-large .more-link .icon-font {
    color: #fff;
    background-color: #274262;
  }

  .home .manual-features.feature-large .more-link:hover .icon-font {
    color: #274262;
    background-color: #fff;
  }
}

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

.social {
  display: inline-block;

  text-align: center;
}

.social > .wrap {
  display: flex;

  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.social .social-icon {
  font-size: 24px;
  line-height: 34px;

  display: inline-block;

  width: 34px;
  height: 34px;
  margin: 0 4px;

  transition: 400ms;
  text-align: center;

  color: #fff;
  border-radius: 100%;
  background: #1f3652;
}

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

    width: 32px;
    height: 32px;
  }

  .social .social-icon:hover {
    opacity: 1;
    color: #777;
  }
}

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

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

.footer-social-bar a .icon-font {
  margin: 0;
}

.footer-social-bar .social-instagram {
  background-color: #66c29d;
}

.footer-social-bar .social-pinterest {
  background-color: #ff8257;
}

.footer-social-bar .social-facebook {
  background-color: #3465a0;
}

.footer-social-bar .social-email {
  background-color: #f8b23d;
}

.footer-social-bar .social-instagram .icon-font,
.footer-social-bar .social-pinterest .icon-font,
.footer-social-bar .social-email .icon-font,
.footer-social-bar .social-instagram .social-name,
.footer-social-bar .social-pinterest .social-name,
.footer-social-bar .social-email .social-name {
  color: #1f3652 !important;
}

@media screen and (min-width: 1024px) {
  .footer-social-bar .social-icon {
    background-color: transparent;
  }

  .footer-social-bar .social .social-icon .icon-font {
    display: inline-block;

    margin: 0 10px 0 0;
    padding: 6px 6px 6px 7px;

    border-radius: 100%;
  }

  .footer-social-bar .social-icon:hover,
  .footer-social-bar .social-icon:hover .icon-font {
    color: #fff;
  }

  .footer-social-bar .social-instagram .icon-font {
    background-color: #66c29d;
  }

  .footer-social-bar .social-instagram:hover .icon-font {
    background-color: #57b18d;
  }

  .footer-social-bar .social-pinterest .icon-font {
    background-color: #ff8257;
  }

  .footer-social-bar .social-pinterest:hover .icon-font {
    background-color: #f2754a;
  }

  .footer-social-bar .social-facebook .icon-font {
    background-color: #3465a0;
  }

  .footer-social-bar .social-facebook:hover .icon-font {
    background-color: #2b5486;
  }

  .footer-social-bar .social-email .icon-font {
    background-color: #f8b23d;
    color: #1f3652;
  }

  .footer-social-bar .social-email:hover .icon-font {
    background-color: #e89a16;
    color: #1f3652;
  }

  .footer-social-bar .social-instagram .social-name,
  .footer-social-bar .social-email .social-name,
  .footer-social-bar .social-pinterest .social-name {
    color: #fff !important;
  }
}

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

  width: 32px;
  height: 32px;
}

/* [ Social: Header ] */

.before-header .cta {
  text-transform: uppercase;

  top: -4px;
}

.before-header .cta .emphasis {
  letter-spacing: 0.06em;
}

.before-header .social-icon {
  font-size: 16px;
  line-height: 1;

  display: flex;

  width: 28px;
  height: 28px;

  align-items: center;
  justify-content: center;
}

.before-header .icon-font::before {
  top: 0;
}

@media screen and (min-width: 1024px) {
  .before-header .cta::after {
    height: 12px;

    background-size: contain;
  }

  .before-header .social {
    margin-top: 0;
  }

  .before-header .social .social-icon {
    background-color: #1f3652;

    border: 2px solid #1f3652;

    color: #fff;
  }

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

@media screen and (min-width: 1024px) {
  .before-header .social-icon:nth-child(2n) {
    background-color: #f8b23d;
    border-color: #f8b23d;
    color: #1f3652;
  }

  .before-header .social-icon:nth-child(3n) {
    background-color: #ff8f69;
    border-color: #ff8f69;
    color: #1f3652;
  }

  .before-header .social-icon:last-child {
    background-color: #66c29d;
    border-color: #66c29d;
    color: #1f3652;
  }

  .before-header .social-icon:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .before-header .social-icon span {
    -webkit-transition: 0ms;
    transition: 0ms;
  }
}

/* [ Social: Nav-Primary @todo move to common. ] */

.admin-bar .nav-primary {
  top: 94px;

  height: calc(100% - 94px);
}

@media screen and (min-width: 783px) {
  .admin-bar .nav-primary {
    top: 80px;

    height: calc(100% - 80px);
  }
}

@media screen and (min-width: 768px) {
  .admin-bar .nav-primary .menu {
    top: 9px;
  }
}

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

.nav-primary .menu {
  padding-top: 12px;
}

.nav-primary .menu-item a {
  text-transform: none;

  padding: 16px 24px;
}

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

  .nav-primary .menu-item a {
    padding: 6px 10px;
  }
}

.mobile-secondary-container ul.menu {
  padding-top: 0;
}

.mobile-secondary-container .menu-item a {
  padding: 12px 6px;
}

.nav-primary .icon-font::before {
  top: 0;
  left: 0;

  margin: 0;
}

.nav-primary a .icon-font {
  margin-left: 0;
}

.nav-primary .social-icon {
  background: #fff;

  color: #1f3652;
}

/* .nav-primary .social-icon:nth-of-type(4n+1) {
	color: #1f3652;
}

.nav-primary .social-icon:nth-of-type(4n+2) {
	color: #f8b23d;
}

.nav-primary .social-icon:nth-of-type(4n+3) {
	color: #ff8257;
}

.nav-primary .social-icon:nth-of-type(4n+4) {
	color: #66c29d;
} */

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

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

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

.archive-nav {
  padding: 12px 0 6px;

  text-align: center;

  color: #fff;
  background: #1f3652;
  background-size: cover;
}

.archive-nav .tax-image:empty {
  display: none;
}

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

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

.archive-description p:last-child {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .archive-nav {
    margin: 0;
    padding: 12px 0 40px;
    text-align: left;
    color: #000;
    background: #f5faf8;
  }

  .archive-description p:last-child {
    margin-bottom: 10px;
  }

  .archive-nav .archive-description.cpt-archive-description {
    min-height: 116px;
  }

  .search .archive-nav {
    margin: 0;
    padding: 25px 0;

    text-align: left;

    color: #000;
    background: #f5faf8;
  }

  .blog .archive-nav .wrap,
  .archive.category .archive-nav .wrap {
    position: relative;

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

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

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

  .archive-nav .breadcrumb .breadcrumb-separator {
    color: #1f3652;
  }
}

.breadcrumb .breadcrumb-separator {
  color: #ff8257;
}

.breadcrumb .breadcrumb-link,
.blog .sidebar .archive-nav .breadcrumb .icon-arrow,
.archive-shop .breadcrumb .breadcrumb-separator {
  color: #fff;
}

.breadcrumb .breadcrumb-link {
  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-link {
    color: #1f3652;
  }

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

  .archive-nav .breadcrumb .icon-arrow,
  .breadcrumb .breadcrumb-link,
  .breadcrumb .breadcrumb-separator {
    color: #1f3652;
  }
}

.archive-nav .breadcrumb .icon-arrow {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .archive-nav .breadcrumb .icon-arrow {
    color: #1f3652;
  }
}

.breadcrumb .breadcrumb-separator {
  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .archive-nav .archive-nav-wrap {
    position: relative;

    display: flex;
    flex-wrap: wrap;

    min-height: 150px;
    margin-top: 4px;

    background: #fff;

    align-items: center;
  }

  .tax-product_section .archive-nav .archive-nav-wrap {
    background: transparent;
    display: block;
    min-height: 116px;
  }

  .archive-nav .page-description p,
  .archive-nav-wrap p {
    text-align: center;
  }
}

.archive-nav-wrap .tax-image img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .archive-nav .tax-image {
    line-height: 0;

    flex-basis: 48%;
  }

  .archive-nav .tax-image img {
    display: block;

    height: 275px;

    object-fit: cover;
  }
}

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

  .blog .content-sidebar-wrap {
    margin-top: 44px;
  }
}

.archive-nav p {
  font-size: 15px;
  line-height: 1.5;

  margin: 12px 0;
}

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

    margin: 12px 0;
  }
}

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

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

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

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

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

  .archive-nav a {
    /* color: #ff8257; */
    color: #c54b16;
  }
}

/* [ Archive Nav: Search ] */

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

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

    display: block;

    width: 280px;
  }

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

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

.archive-nav .archive-title {
  text-transform: none;
  font-size: 25px;

  margin-bottom: 12px;

  text-align: left;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .archive-nav .archive-title {
    font-size: 36px;

    margin: 12px 0 12px;

    color: #343434;
  }

  .blog .archive-nav .archive-title {
    text-align: center;
  }
}

.blog .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/white-clock.svg) no-repeat center;
  background-size: contain;
}

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

    width: 48px;
    height: 48px;
    margin: 0 auto 4px;

    background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/blue-clock.svg) no-repeat center;
  }
}

.category-breakfast .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/breakfast.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-breakfast .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;
  }
}

@media screen and (min-width: 1024px) {
  .category-dessert .archive-nav .archive-title::before,
  .category-cookies-dessert .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;

    content: '';
  }
}

.category-dessert .archive-nav .archive-title::before,
.category-cookies-dessert .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/cookies-white.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-dessert .archive-nav .archive-title::before,
  .category-cookies-dessert .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;

    content: '';
  }
}

.category-low-carbketo-recipes .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/low-carb.svg) no-repeat center;
  background-size: contain;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-low-carbketo-recipes .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;
  }
}

.category-side-dish-2 .archive-nav .archive-title::before,
.category-pasta-main-dish .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/sides.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-side-dish-2 .archive-nav .archive-title::before,
  .category-pasta-main-dish .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;
  }
}

.category-slow-cooker .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/slow-cooker.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-slow-cooker .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;
  }
}

.category-casserole-main-dish-2 .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/casseroles.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-casserole-main-dish-2 .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;
  }
}

.category-favorite-recipes .archive-nav .archive-title::before {
  display: inline-block;

  width: 32px;
  height: 32px;
  margin: 0 8px -8px 0;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/favorites-icon.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .category-favorite-recipes .archive-nav .archive-title::before {
    width: 48px;
    height: 48px;
    margin: 0 8px -12px 0;

    content: '';
  }
}

.subcategory-listing {
  margin: 20px 0 12px;
}

.subcategory-listing .section-title {
  text-transform: uppercase;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .subcategory-listing .section-title {
    line-height: 1.1;

    display: inline-block;

    margin: 0 8px 0 0;

    vertical-align: middle;
  }
}

.subcategory-list {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .subcategory-list {
    display: inline;
  }
}

.subcategory-list a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;

  display: inline-block;

  margin: 4px 8px 4px 0;
  padding: 8px 20px;

  color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;

  background-color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .subcategory-list a:hover {
    background-color: transparent;

    border-color: #1f3652;

    color: #1f3652;

    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 1;
  }
}

.subcategory-list .recipe-index a {
  color: #ff8257;
}

@media screen and (min-width: 1024px) {
  .subcategory-list .recipe-index a:hover {
    border-color: #ff8257;
    background-color: #ff8257;
  }
}

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

@media screen and (min-width: 1024px) {
  .subcategory-listing {
    position: relative;

    max-width: 1024px;
    margin: 32px auto 24px;
  }
}

.subcategory-listing .subcategory {
  display: inline-block;
}

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

/* [ archive sub-category menu ] */
.subcategory-menu {
  padding: 0 0 6px 0;
}

@media screen and (min-width: 1024px) {
  .subcategory-menu {
    padding: 0 40px 18px 40px;
  }
}

.menu-subcategory {
  list-style-type: none;
}

@media screen and (min-width: 1024px) {
  .menu-subcategory {
    position: relative;
  }
}

.menu-subcategory .menu-item a {
  background-color: #335174;
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  text-align: left;
  font-size: 16px;
}

.menu-subcategory > .menu-item > a {
  border: 2px solid #2c3a49;
  border-radius: 10px;
  background-color: #fff;
  color: #1F3652;
  padding: 13px 20px;
  position: relative;
  width: 100%;
  font-size: 18px;
}

.menu-subcategory > .menu-item > a .icon-font {
  position: absolute;
  top: 12px;
  right: 20px;
}

.menu-subcategory .menu-item .menu-item:first-child > a {
 padding-top: 20px
}

.menu-subcategory > .menu-item > a:hover,
.menu-subcategory > .menu-item.sfHover > a {
  border-radius: 10px 10px 0 0;
  outline: 0px solid #fff;
}

@media screen and (min-width: 1024px) {
  .menu-subcategory .menu-item a {
    position: relative;
  }
  .menu-subcategory > .menu-item > a {
    width: 285px;
  }
  .menu-subcategory .menu-item .menu-item a {
    background-color: #1F3652;
  }
  .menu-subcategory .menu-item .menu-item a:hover {
    background-color: #D3F2E7;
    color: #1F3652;
  }
  .menu-subcategory .menu-item .menu-item:first-child > a {
    padding-top: 10px
  }
}

.menu-subcategory .sub-menu {
  display: none;
  width: 100%;
  background-color: #335174;
}

.menu-subcategory > .menu-item > .sub-menu {
  position: relative;
  top: -2px;
}

@media screen and (min-width: 1024px) {
  .menu-subcategory .sub-menu {
    width: 285px;
    background-color: #1F3652;
    z-index: 99;
  }
  .menu-subcategory > .menu-item > .sub-menu {
    position: absolute;
    top: 48px;
    left: 75px;
  }
}


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

.modal .modal__container {
  font-family: 'Montserrat', sans-serif;

  position: relative;

  overflow: visible;

  padding: 38px;

  text-align: center;

  color: #fff;
  background: #1f3652;
}

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

.modal__header .modal__title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 32px;

  position: relative;

  display: inline-block;

  margin: 0 auto;
}

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

.modal__header .modal__title .emphasis {
  color: #ff8257;
}

.modal__content {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

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

@media screen and (min-width: 1024px) {
  .modal .modal__content p {
    margin: 0 36px;
  }
}

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

.modal .modal__content input[type='email'],
.modal .modal__content input[type='text'] {
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: none;
  font-size: 16px;

  width: 100%;
  margin-bottom: 15px;
  padding: 18px;

  color: #666;
}

@media screen and (min-width: 400px) {
  .modal .modal__content input[type='email'],
  .modal .modal__content input[type='text'] {
    float: left;

    width: 100%;
  }

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

.modal .modal__content button,
.modal .modal__content input[type='submit'] {
  font-weight: 700;
  font-size: 18px;

  width: 100%;
  padding: 19px;

  color: #1f3652;
  border-radius: 0 !important;
  background: #66c29d;
}

.modal .modal__content button span {
  font-family: 'Montserrat';
  font-weight: 700;

  padding: 20px 24px !important;
}

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

.modal ::-webkit-input-placeholder {
  font-weight: 500;
  text-transform: none;
  /* Chrome/Opera/Safari */

  color: #a7a7a7;
}

.modal ::-moz-placeholder {
  font-weight: 500;
  text-transform: none;
  /* Firefox 19+ */

  color: #a7a7a7;
}

.modal :-ms-input-placeholder {
  font-weight: 500;
  text-transform: none;
  /* IE 10+ */

  color: #a7a7a7;
}

.modal :-moz-placeholder {
  font-weight: 500;
  text-transform: none;
  /* Firefox 18- */

  color: #a7a7a7;
}

.modal .modal__footer .modal__btn {
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 80%;

  display: inline-block;

  width: auto;
  min-height: auto;
  margin-top: 20px;
  padding: 0;

  border: 0;
  background-color: #66c29d;
}

.modal .modal__content button,
.modal .modal__content input {
  letter-spacing: 0;
}

.modal__content input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

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

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

.akismet_comment_form_privacy_notice {
  font-weight: 500;
  font-size: 0.7em;
  font-style: italic;

  margin: 28px 0;

  text-align: center;
}

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

.akismet_comment_form_privacy_notice a {
  text-decoration: underline;
}

.akismet_comment_form_privacy_notice a:hover {
  text-decoration: none;

  opacity: 1;
}

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

#wpstats {
  display: none;
}

.sharedaddy {
  margin-top: 20px;
}

p.comment-subscription-form {
  font-weight: 400;
  font-size: 0.92em;

  position: relative;

  margin-bottom: 8px;
  padding-left: 20px;

  text-align: left;
}

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

    width: calc(100% - 100px);
  }
}

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

  margin-right: 4px;
}

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

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

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

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

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

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

.nf-form-content {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 34px !important;

  border: 5px solid #000;
  border-radius: 8px;
}

.nf-form-content button,
.nf-form-content input[type='button'],
.nf-form-content input[type='submit'] {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;

  width: 100% !important;
  height: 40px !important;
  padding: 0;

  color: #000 !important;
  border-radius: 0;
  background-color: #ff8257 !important;
}

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

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

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

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

@media screen and (min-width: 1024px) {
  .nf-form-content {
    margin-bottom: -55px;
    padding: 34px 34px 10px !important;
  }

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

    width: 32%;
  }

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

  nf-field:nth-child(4n) {
    float: none;

    width: 100%;
    margin-right: 0;
  }

  nf-field:last-child {
    position: relative;
    top: -54px;
    right: 20px;

    display: block;

    height: 40px;
    margin-bottom: -28px;

    text-align: right;
  }

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

  .nf-form-content button,
  .nf-form-content input[type='button'],
  .nf-form-content input[type='submit'] {
    font-size: 18px;

    max-width: 115px;
    height: 40px !important;
    padding: 0 23px;

    border-radius: 20px;
  }
}

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

.comment-form .logged-in-as {
  text-align: center;
}

.entry-comments .comment-list .comment > article {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.entry-comments .comment-header {
  order: 2;
  font-size: 11px;
  width: 100%;
}

.entry-comments .comment-content {
  width: 100%;

  order: 1;
}

.entry-comments .comment-reply {
  order: 3;
}

@media screen and (min-width: 1024px) {
  .entry-comments .comment-reply {
    position: absolute;
    right: 0;
    bottom: 6px;
  }
}

.avatars-disabled .comment-author-laurencrider .comment-header::before {
  position: relative;
  top: -8px;

  content: '';

  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/avatar-author.jpg);
}

/* [ Comment Ratings ] */

.comment-respond .comment-form-wprm-rating {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 24px;
  color: #1f3652;

  text-align: center;
}

.comment-respond .wprm-rating-stars {
  display: block;
  margin-top: 8px;
  transform: scale(1.4);
}

@media screen and (min-width: 768px) {
  .comment-respond .wprm-rating-stars {
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    transform: scale(1.2);
    transform-origin: left;

    position: relative;
    top: 3px;
  }

  .comment-respond .comment-form-wprm-rating {
    text-align: center;
  }
}

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

@media screen and (min-width: 1024px) {
  .comment-respond .wprm-rating-star svg {
    width: 28px;
    height: 28px;
  }
}

.comment-respond .wprm-rating-star-selecting-filled polygon,
.wprm-comment-ratings-container svg [id='wprm-star-full'] {
  fill: #1f3652 !important;
}

.wprm-comment-ratings-container svg [id='wprm-star-empty'] {
  stroke: #1f3652 !important;
}

.comment-list .wprm-comment-rating {
  margin: 12px 0;
}

.comment-list .wprm-rating-star svg,
.comment-respond .wprm-rating-star svg {
  display: inline-block;

  margin: 0 1px;

  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

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

.comment-list .wprm-rating-star polygon {
  stroke: #ff8257;
}

.comment-respond .wprm-rating-star polygon {
  stroke: #1f3652;
}

.comment-respond .wprm-rating-star.rated svg polygon {
  fill: #1f3652 !important;
}

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

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

.singular .content .rp4wp-related-posts h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 22px;

  display: inline-block;

  margin: 0 0 12px;

  color: #1f3652;
  background: #fff;
}

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

    text-align: left;
  }
}

.rp4wp-related-posts ul {
  display: flex;
  float: none !important;

  margin: 0 !important;

  list-style-type: none;

  flex-wrap: wrap;
  justify-content: space-between;
}

.rp4wp-related-posts li {
  margin-bottom: 16px;

  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

  flex: 0 1 48%;
}

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

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

.rp4wp-related-post-image .wp-post-image {
  position: absolute;

  display: block;

  height: 100%;

  object-fit: cover;
}

.rp4wp-related-post-content::before {
  /* Creates a blank box if there is no post image */
  display: block;

  width: 100%;
  height: 0;
  padding-bottom: 105%;

  content: '';

  background-color: #1f3652;
}

.rp4wp-related-post-image + .rp4wp-related-post-content::before {
  content: none;
}

.rp4wp-related-post-image a {
  position: relative;

  display: block;

  height: 0;
  padding-bottom: 105%;
}

.singular .content .rp4wp-related-post-content a {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;

  position: relative;

  display: block;

  padding: 12px;

  text-align: center;

  color: #000;
}

@media screen and (min-width: 1024px) {
  .singular .content .rp4wp-related-post-content a {
    position: relative;

    font-size: 14px;

    padding: 12px 16px;
  }

  .singular .content .rp4wp-related-post-content a:hover {
    text-decoration: underline;

    color: #777;

    opacity: 1;
  }
}

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

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

#ez-toc-container {
  width: 100%;
  border: 3px solid #1f3652;
  border-radius: 10px;
  padding: 0;
  margin-top: 24px;
  background-color: transparent;
}

.ez-toc-title-container {
  background-color: #1f3652;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}

.ez-toc-title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.ez-toc-title::before {
  content: '\e94b';
  font-family: 'Icons';
  color: #ff8257;
  display: inline-block;
  margin-right: 12px;
}

.ez-toc-title-toggle .ez-toc-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: none;
  background-color: transparent;
  padding: 0 20px;
  margin: 0;
  top: 0;
  left: 0;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  border: none;
}

.ez-toc-title-toggle .ez-toc-btn::before {
  content: '\e927';
  font-family: 'Icons';
  display: block !important;
  font-size: 29px;
}

.ez-toc-toggle {
  text-decoration: none !important;
}

.ez-toc-icon-toggle {
  display: none;
}

#ez-toc-container .ez-toc-list-level-1 {
  padding: 20px 32px;
}

#ez-toc-container ul li {
  text-indent: -13px;
  padding-left: 13px;
  line-height: 1.2 !important;
}

#ez-toc-container ul li::before {
  color: #c54b16;
}

#ez-toc-container ul li + li {
  margin-top: 8px;
}

#ez-toc-container ul ul {
  margin-top: 8px;
}

#ez-toc-container nav a {
  color: #c54b16;
  text-decoration: underline;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  #ez-toc-container nav a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

/* [ Sticky Mobile ] */

.single {
  margin-top: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#dpsp-sticky-bar {
  left: 0 !important;

  width: 100% !important;
  margin: 0;
}

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

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

#dpsp-floating-sidebar .dpsp-network-btn,
#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon {
  font-size: 16px;

  width: 36px;
  min-width: 36px;
  height: 36px;

  color: #fff;
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

#dpsp-floating-sidebar .dpsp-network-btn,
#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon {
  font-size: 16px;

  width: 36px;
  min-width: 36px;
}

#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon::before,
#dpsp-floating-sidebar .dpsp-network-btn .dpsp-network-icon::after {
  line-height: 36px;

  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
}

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

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

  height: 44px;
  max-height: 44px;
}

.oc-theme .wprm-recipe-container .recipe-popup {
  position: absolute;
  right: 0;
  bottom: -64px;

  display: inline-block;

  width: 19%;

  text-align: center;
}

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

.wprm-recipe {
  position: relative;
}

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

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

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

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

  margin-right: 8px;
}

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

  padding: 0 10px;
}

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

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

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

.home-side-by-side .content-features {
  margin-top: 24px;
  margin-bottom: 0;
}

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

.home .featured-posts .entry {
  margin-bottom: 16px;

  border-radius: 0 0 12px 12px;
}

.home .featured-posts.home-latest .entry-title {
  float: none;
}

.home .featured-posts.home-latest .entry-title-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .home .featured-posts .entry {
    margin-bottom: 28px;
  }

  .home-side-by-side .content-features {
    margin-top: 32px;
  }

  .home .featured-posts.home-latest .entry-title-link {
    font-size: 18px;

    color: #1f3652;
  }

  .home .featured-posts.home-latest .entry-title-link:hover {
    color: #4d5f75;
  }
}

.home .content-features.featured-posts.home-latest {
  margin-top: 60px;
}

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

  .home .content-features.featured-posts.home-latest {
    margin: 80px 0 44px;
  }
}

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

.home .content-features.featured-posts.home-latest .wrap::before {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;

  display: block;

  width: 100%;
  height: 100px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/the-latest-text.svg) no-repeat center;
}

@media screen and (min-width: 1024px) {
  .home .content-features.featured-posts.home-latest .wrap::before {
    z-index: 9;
    top: -60px;
    left: -18px;

    width: 200px;
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .home .home-latest .more-link-container {
    position: absolute;
    top: -40px;
    right: 0;

    margin: auto;
  }

  .home .home-latest .more-link {
    padding-right: 0;

    color: #1f3652;
    background: transparent;

    position: relative;
  }

  .home .home-latest .more-link:hover:after {
    content: '';

    background-color: #1f3652;

    width: calc(100% - 20px);
    height: 2px;

    position: absolute;
    left: 16px;
    bottom: 8px;
  }

  .home .home-latest .more-link:hover {
    /* color: #ff8257; */
    text-decoration: none;
  }

  .home .home-latest .icon-font {
    font-size: 12px;

    display: inline-block;

    width: 18px;
    height: 18px;
    padding: 2px;

    vertical-align: top;

    color: #fff;
    border-radius: 100%;
    background: #ff8257;
  }

  .home .home-latest .icon-font::before {
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .archive-nav-wrap {
      display: block;
      background: transparent;
      min-height: 0;
      margin-top: 0;
  }
}

.page-template-page_recipes .highlighted-links .flexbox {
  flex-direction: column;
  /* This important is to fix an issue with it animating while expanding. */
  flex-wrap: nowrap;

  height: auto !important;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .content-features {
    margin-bottom: 24px;
  }

  .page-template-page_recipes .highlighted-links .flexbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.page-template-page_recipes .highlighted-link-section {
  font-size: 16px;

  margin-bottom: 12px;
  padding: 12px 18px;

  border: 1px solid #66c29d;
  border-radius: 8px;
}

.page-template-page_recipes .highlighted-link-section:nth-child(2) {
  border-color: #f8b23d;
}

.page-template-page_recipes .highlighted-link-section:nth-child(3) {
  border-color: #ff8257;
}

.page-template-page_recipes .highlighted-link-section:nth-child(4) {
  border-color: #9ec6b8;
}

.page-template-page_recipes .highlighted-link-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;

  margin: 0;
  padding: 0;

  text-align: left;

  color: #1f3652;
  border-radius: 4px 4px 0 0;
}

.page-template-page_recipes .highlighted-link-section h3::before {
  text-transform: capitalize;

  content: 'Browse by ';
}

.page-template-page_recipes .highlighted-link-section h3::after {
  display: inline-block;
  float: right;

  content: '➜';
  transform: rotate(90deg);
}

.page-template-page_recipes .highlighted-link-section h3.activated::after {
  transform: rotate(-90deg);
}

.page-template-page_recipes .highlighted-link-section .highlighted-link {
  margin: 8px;
}

.page-template-page_recipes .highlighted-link-section .highlighted-link a {
  color: #000;
}

.page-template-page_recipes .highlighted-link-section .toggle-target {
  /* Important is to fix an issue when animating expansion. */
  margin-top: 8px !important;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .highlighted-link-section {
    font-size: 20px;

    padding: 0 0 12px;

    text-align: center;

    border: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .page-template-page_recipes .highlighted-link-section h3 {
    font-size: 24px;

    padding: 12px 0;

    text-align: center;

    color: #1f3652;
    background: #66c29d;
  }

  .page-template-page_recipes .highlighted-link-section h3::before,
  .page-template-page_recipes .highlighted-link-section h3::after {
    content: none;
  }

  .page-template-page_recipes .highlighted-link-section:nth-child(2) h3 {
    /* color: #fff; */
    background: #f8b23d;
  }

  .page-template-page_recipes .highlighted-link-section:nth-child(3) h3 {
    /* color: #fff; */
    background: #ff8257;
  }

  .page-template-page_recipes .highlighted-link-section:nth-child(4) h3 {
    /* color: #fff; */
    background: #9ec6b8;
  }

  .page-template-page_recipes .highlighted-link-section .highlighted-link a {
    display: block;
  }

  .page-template-page_recipes .highlighted-link-section .highlighted-link a:hover {
    /* color: #57b18d; */

    opacity: 1;
    text-decoration: underline;
  }

  /* .page-template-page_recipes .highlighted-link-section:nth-child(2) .highlighted-link a:hover {
		color: #e89a16;
	}

	.page-template-page_recipes .highlighted-link-section:nth-child(3) .highlighted-link a:hover {
		color: #ff8257;
	}

	.page-template-page_recipes .highlighted-link-section:nth-child(4) .highlighted-link a:hover {
		color: #9ec6b8;
	} */
}

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

.page-template-page_recipes .footer-quick-link-title {
  margin-bottom: 4px;
}

.page-template-page_recipes .quick-links.footer-quick-links {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .footer-quick-link-title {
    margin-bottom: 20px;
  }

  .page-template-page_recipes .quick-links.footer-quick-links {
    margin: 12px 0;
    padding-bottom: 36px;

    border-bottom: 5px solid #ddeee8;
  }
}

.quick-links {
  margin: 0 0 20px;
}

.quick-links .quick-link {
  margin: 8px;
  padding: 8px;

  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

  flex: 1 1 28%;
}

.quick-links .quick-link::before {
  transition: 400ms;
}

/* .quick-links .quick-link:hover {
	background: #f7f8f6;
}

.quick-links .quick-link:hover .quick-link-item {
	color: #4d5f75;
}
*/

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

  .quick-links .quick-link {
    margin: auto;
    padding: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    flex: 0 1 10%;
  }

  /* .quick-links .quick-link:hover {
		color: #4d5f75;
		background: #fff;
	} */
}

.quick-link .wrapper {
  position: relative;

  height: 0;
  padding-bottom: 100%;
}

.quick-link-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;

  position: absolute;

  display: block;
  display: flex;
  flex-direction: column;

  width: 100%;
  height: 100%;
  padding: 8px;

  text-align: center;

  color: #000;

  justify-content: flex-end;
}

@media screen and (min-width: 375px) {
  .quick-link-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .home .quick-links:not(.footer-quick-links) .quick-link-item {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .quick-link .wrapper {
    position: initial;

    height: initial;
    padding-bottom: 0;
  }

  .quick-link-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;

    position: initial;

    display: block;

    padding: 0;

    text-align: center;

    color: #1f3652;

    position: relative;
  }

  .quick-link-item:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.quick-links .quick-link-item::before {
  transition: 400ms;
}

@media screen and (min-width: 1024px) {
  .quick-links .quick-link-item:hover::before {
    transform: rotate(5deg);
  }
}

.quick-link.crockpot a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/slow-cooker.svg) no-repeat center;
}

.quick-link.casseroles a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/casseroles.svg) no-repeat center;
}

.quick-link.sides a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/sides.svg) no-repeat center;
}

.quick-link.easy-breezy a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/easy-breezy.svg) no-repeat center;
}

.quick-link.low-carb a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/low-carb.svg) no-repeat center;
}

.quick-link.breakfast a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/breakfast.svg) no-repeat center;
}

.quick-link.cookies a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/cookies.svg) no-repeat center;
}

.quick-link.bars a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/bars-icon.svg) no-repeat center;
}

.quick-link.favorites a::before {
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/favorites-icon.svg) no-repeat center;
}

.quick-link.crockpot a::before,
.quick-link.casseroles a::before,
.quick-link.sides a::before,
.quick-link.easy-breezy a::before,
.quick-link.low-carb a::before,
.quick-link.breakfast a::before,
.quick-link.cookies a::before,
.quick-link.bars a::before,
.quick-link.favorites a::before {
  display: block;

  width: 100%;
  margin-bottom: 8px;

  content: '';

  background-position-y: bottom;
  background-size: contain;

  flex: 1;
}

@media screen and (min-width: 1024px) {
  .quick-link.crockpot a::before,
  .quick-link.casseroles a::before,
  .quick-link.sides a::before,
  .quick-link.easy-breezy a::before,
  .quick-link.low-carb a::before,
  .quick-link.breakfast a::before,
  .quick-link.cookies a::before,
  .quick-link.bars a::before,
  .quick-link.favorites a::before {
    height: 50px;
    margin-bottom: 12px;
  }
}

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

.footer-posts .content-features {
  margin: 0;
}

.footer-posts .entry {
  position: relative;

  margin: 0;

  transition: 400ms;

  box-shadow: none;
}

.footer-posts .entry .entry-title {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer-posts .entry .entry-title-link {
    font-size: 12px;
  }

  .footer-posts .entry .entry-title {
    position: absolute;
    top: 50%;
    left: 15%;

    width: 70%;
    max-height: 90%;
    margin: 0;

    transform: translateY(-50%);

    color: #fff;
    background-color: #1f3652;
  }

  .footer-posts .entry:hover .entry-title {
    display: block;
  }

  .footer-posts .entry:hover img {
    opacity: 0.6;
  }

  .footer-posts .entry:hover a {
    opacity: 1;
  }

  .footer-posts .entry .entry-title a {
    font-weight: 700;
    line-height: 1em;

    color: inherit;
  }

  .footer-posts .entry .entry-title:hover {
    color: #1f3652;
    background-color: #fff;
  }
}

@media screen and (min-width: 1280px) {
  .footer-posts .entry .entry-title-link {
    font-size: 16px;
  }
}

.footer-posts .flexbox .entry.sm-col-2 {
  width: 50%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .footer-posts .flexbox .entry.md-col-4 {
    width: 25%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-posts .flexbox .entry.lg-col-7 {
    width: 14.285%;
    margin: 0;
  }
}

/* [ The Latest ] */

.the-latest {
  position: relative;
}

.the-latest .wrap {
  position: static;

  padding-top: 135px;
}

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

.page-template-page_recipes .site-inner .the-latest .section-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;

  margin-top: 30px;

  color: #fff;
  border: 3px solid #ff8257;

  align-items: center;
}

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

.page-template-page_recipes .site-inner .the-latest .title-description-container {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100px;

  text-align: center;

  background: #323232;
}

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

.page-template-page_recipes .site-inner .the-latest .title-description-container:before {
  position: absolute;
  top: -10px;

  display: block;

  width: 100%;
  height: 22px;

  content: '';

  background-image: linear-gradient(45deg, #323232 15px, transparent 16px), linear-gradient(-45deg, #323232 15px, transparent 16px);
  background-repeat: repeat-x;
  background-size: 20px 22px;
}

.page-template-page_recipes .site-inner .the-latest .title-description-container:after {
  position: absolute;
  bottom: -10px;

  display: block;

  width: 100%;
  height: 22px;

  content: '';

  background-image: linear-gradient(135deg, #323232 15px, transparent 16px), linear-gradient(-135deg, #323232 15px, transparent 16px);
  background-repeat: repeat-x;
  background-size: 20px 22px;
}

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

.the-latest .more-link {
  padding: 11px 22px;

  background: #000;
}

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

  .the-latest .more-link:hover {
    background: #42424a;
  }
}

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

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

/* [ Containers ] */

.page-template-page_about .site-inner {
  position: relative;
}

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

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

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

.page-template-page_about .page-description {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .page-template-page_about .page-description {
    font-size: 18px;
  }
}

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

.page-template-page_about .quick-links {
  margin: 20px 0;
}

.page-template-page_about .content-features.featured-posts-1 {
  margin: 0;
  padding: 36px 0 25px 0;

  background: #1f3652;
}

.page-template-page_about .content-features.featured-posts-1 .entry {
  border-radius: 0 0 8px 8px;
}

.page-template-page_about .content-features.featured-posts-1 .entry-title {
  float: none;

  text-align: center;
}

.page-template-page_about .content-features.featured-posts-1 .entry-title-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;

  color: #000;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .quick-links {
    margin: 32px 0;
  }

  .page-template-page_about .content-features.featured-posts-1 {
    padding-top: 40px;
  }

  .page-template-page_about .content-features.featured-posts-1 .entry-title-link {
    font-size: 18px;

    color: #1f3652;
  }

  .page-template-page_about .content-features.featured-posts-1 .entry:hover {
    background: #e89a16;
  }

  .page-template-page_about .content-features.featured-posts-1 .entry:hover .entry-title-link {
    transition: 0ms;

    /* color: #fff; */
  }

  .page-template-page_about .content-features.featured-posts-1 .entry a:hover img {
    opacity: 1;
  }

  .page-template-page_about .content-features.featured-posts-1 .entry a:hover {
    opacity: 1;
  }
}

.page-template-page_about .content-features .section-pretitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;

  text-align: center;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .content-features .section-pretitle,
  .page-template-page_about .content-features .section-title {
    font-size: 28px;
  }
}

.page-template-page_about .content-features .section-pretitle::before {
  display: block;

  width: 153px;
  height: 25px;
  margin: auto;
  margin-bottom: 16px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/Stars.svg) no-repeat center;
}

.page-template-page_about .content-features .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;

  margin-bottom: 18px;

  text-align: center;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .content-features .section-title {
    font-size: 22px;
  }
}

.page-template-page_about .cta-internal-header {
  display: block;
}

.page-template-page_about .about-mid-features {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .about-mid-features {
    margin-top: 76px;
  }
}

.page-template-page_about .featured-posts.about-mid-features .entry {
  position: relative;

  box-shadow: none;
}

.page-template-page_about .manual-features.about-mid-features .entry .entry-image-link {
  position: relative;

  display: block;
}

.page-template-page_about .manual-features.about-mid-features .entry-image {
  width: 65%;
}

.page-template-page_about .manual-features.about-mid-features .entry:first-child .entry-image-link::before {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;

  display: block;

  width: 116px;
  height: 80px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/cookbook-icon.png) no-repeat center;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .manual-features.about-mid-features .entry:first-child .entry-image-link::before {
    bottom: 10%;
    left: 15%;
  }
}

.page-template-page_about .manual-features.about-mid-features .entry:last-child .entry-image-link::before {
  position: absolute;
  z-index: 9;
  bottom: 60px;
  left: 40px;

  display: block;

  width: 98px;
  height: 69px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/plant-bowl-icon.png) no-repeat center;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .manual-features.about-mid-features .entry:last-child .entry-image-link::before {
    bottom: 10%;
    left: 15%;
  }
}

.page-template-page_about .footer-featured-posts a.more-link {
  font-size: 13px;

  margin-bottom: 20px;
  padding: 16px 24px;

  /* color: #fff;
	border: 0 none;
	background: #ff8257; */

  color: #1f3652;

  border: 3px solid #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .footer-featured-posts a.more-link {
    font-size: 17px;

    margin-bottom: 28px;
    padding: 16px 24px;
  }

  .page-template-page_about .footer-featured-posts a.more-link:hover {
    background-color: #1f3652;
    color: #fff;

    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.page-template-page_about .footer-featured-posts a.more-link .icon-font {
  font-size: 12px;

  color: #fff;
}

.page-template-page_about .footer-featured-posts a.more-link .icon-font {
  font-size: 12px;

  position: relative;
  top: -1px;

  padding: 0;

  color: #fff;
  border-radius: 100%;
  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .footer-featured-posts a.more-link:hover .icon-font {
    color: #1f3652;
    background: #fff;
  }
}

.page-template-page_about .faq-heading {
  padding: 28px 24px;

  text-align: center;

  background: #ddeee8;
}

.page-template-page_about .faq-heading .section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.1;

  margin: 0;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .faq-heading {
    margin-top: 24px;
  }

  .page-template-page_about .faq-heading .section-title {
    font-size: 44px;
  }
}

.page-template-page_about .entry-title a {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
  font-size: 35px;
  line-height: 1.2;

  padding-bottom: 4px;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .entry-title a {
    font-size: 44px;

    padding-bottom: 16px;
  }

  .page-template-page_about .entry-title a:hover {
    text-decoration: underline;
  }
}

.page-template-page_about .articles-container .entry-excerpt {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .articles-container .entry-excerpt {
    font-size: 18px;
    line-height: 1.6;
  }
}

.page-template-page_about .about-bottom-manual-feature {
  margin-top: -40px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .about-bottom-manual-feature {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .about-bottom-manual-feature {
    margin-top: -80px;
  }
}

.page-template-page_about .about-bottom-manual-feature .post-image {
  width: 96px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .about-bottom-manual-feature .post-image {
    width: 145px;
  }
}

.page-template-page_about .about-bottom-manual-feature .entry-title {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;

  margin-top: 20px;

  text-align: center;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .about-bottom-manual-feature .entry-title {
    margin-top: 36px;
  }
}

.page-template-page_about .about-bottom-manual-feature .entry-excerpt {
  text-align: center;
}

.page-template-page_about .about-bottom-manual-feature .entry-excerpt a {
  color: #3d3d3d;
  text-decoration: underline;
}

.page-template-page_about .about-bottom-manual-feature .entry-excerpt a:hover {
  text-decoration: none;
}

/* [ Breadcrumbs ] */

.page-template-page_about .breadcrumb .breadcrumb-link,
.page-template-page_about .breadcrumb .icon-arrow,
.page-template-page_about .breadcrumb .breadcrumb-separator,
.page-template-page_recipes .breadcrumb .breadcrumb-link {
  color: #fff;
}

.page-template-default .breadcrumb {
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .breadcrumb .breadcrumb-link,
  .page-template-page_recipes .breadcrumb .breadcrumb-link {
    color: #1f3652;
  }

  .page-template-page_about .breadcrumb .icon-arrow,
  .page-template-page_about .breadcrumb .breadcrumb-separator {
    color: #1f3652;
  }
}

.page-template-page_about .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;

  margin: 0;
  padding: 24px 16px;

  color: #fff;
  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_about .breadcrumb {
    position: initial;

    padding: 12px calc(50% - 510px);

    text-align: left;

    color: #1f3652;
    background: #f6f8f8;
  }
}

.page-template-page_about .featured-images {
  margin-top: 20px;
}

/* [ Bio ] */

.about-bio {
  margin: 0 0 12px;
  padding: 0;

  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .about-bio {
    margin: 0 0 40px;
    padding-top: 28px;

    background: #f5faf8;
  }
}

.about-bio .wrap {
  position: relative;

  display: flex;
  flex-direction: column;

  padding-bottom: 24px;

  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .about-bio .wrap {
    display: block;
  }
}

.about-bio .image {
  position: relative;

  max-width: none;
  margin-top: 12px;

  order: 2;
}

@media screen and (min-width: 1024px) {
  .about-bio .image {
    float: right;

    margin: -24px 0 0 48px;
  }
  .about-bio .text {
    float: initial;
  }
}

.bio-container.about-bio .image::after {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 8px 28px;
  content: 'the clan';
  transform: translateX(-50%);
  color: #fff;
  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .bio-container.about-bio .image::after {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 17px;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 12px;
    padding: 8px 28px;
    content: 'the clan';
    transform: rotate(-12deg);
    color: #fff;
    background: #1f3652;
  }
}

.about-bio .image img {
  border: 12px solid #fff;
  border-radius: 0;
}

.about-bio .widget-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 25px;

  margin: 20px 0 16px;

  text-align: left;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .about-bio .widget-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 44px;

    position: relative;
    top: 0;

    margin: 0;

    text-align: center;

    color: #1f3652;
  }
}

.about-bio .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;

  margin: 0 0 4px;

  text-align: left;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .about-bio .text p {
    font-size: 18px;
    line-height: 1.8;

    margin: 12px 0;

    text-align: center;

    color: #343434;
  }
}

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

/* [ Photo Bar ] */

.about-photo-bar {
  padding: 32px 0 12px;

  text-align: center;

  color: #fff;
  background: #585f73;
}

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

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

.about-photo-bar .wrap::before {
  position: absolute;
  top: -72px;
  left: 0;

  display: block;

  width: 88px;
  height: 88px;

  content: '';
  transform: rotate(-12deg);

  border-radius: 100%;
  background: #ec9b14 url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/logo-food-network.svg) no-repeat center;
  background-size: 76px;
}

@media screen and (min-width: 1024px) {
  .about-photo-bar .wrap::before {
    position: relative;
    top: auto;
    left: auto;

    width: 160px;
    height: 160px;
    margin-right: calc(20% - 160px);

    transform: none;

    background-size: 132px;
  }

  .about-photo-bar .articles-container {
    width: 80%;
    margin: 0;

    justify-content: space-between;
  }
}

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

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

.about-photo-bar .entry-image {
  display: block;

  border-radius: 100%;
}

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

  margin: 12px 0 0;
}

/* [ Mid ] */

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

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

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

/* Left */

.about-mid-left {
  margin-bottom: 12px;

  text-align: center;
}

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

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

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

.about-mid-left .pretitle {
  font-family: 'BeautySalon Script', script;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 48px;
  line-height: 0.7;

  margin: 0;
}

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

.about-mid-left .title {
  font-family: 'Bitter', serif;
  text-transform: capitalize;
  font-size: 32px;

  max-width: 300px;
  margin: 0 auto;
}

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

    max-width: 400px;
  }
}

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

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

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

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

/* Right */

.about-mid-right {
  position: relative;

  margin-top: 12px;
  padding: 24px 8px 0;

  background: #f4f2f0;
}

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

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

.about-mid-right .title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;

  position: absolute;
  top: -12px;
  left: calc(50% - 140px);

  display: inline-block;

  width: 260px;
  margin: 0;
  padding: 12px 16px 10px;

  text-align: center;

  color: #fff;
  background: #ec9b14;
}

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

    width: 280px;
  }
}

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

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

.about-mid-right .text ul {
  margin-left: 0;

  list-style-type: none;
}

/* [ Top Categories ] */

.about-top-categories {
  padding: 20px 0;

  text-align: center;

  color: #fff;
  background: #ea2d37;
}

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

.about-top-categories .section-title {
  text-transform: capitalize;
  font-size: 21px;

  display: inline-block;

  margin: 0;
  padding: 8px 12px;

  color: #fff;
  background: #ec9b14;
}

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

.about-top-categories .feature-description {
  font-weight: 500;
  font-size: 14px;

  padding: 8px 0 12px;
}

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

.about-top-categories .entry {
  margin-bottom: 12px;

  text-align: center;
}

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

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

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

.about-top-categories .entry-title {
  font-size: 18px;

  margin: 8px 0 0;
}

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

.about-top-categories .entry-title::before {
  display: block;

  width: 100px;
  height: 100px;

  content: '';

  background: #ec9b14;
}

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

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

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

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

  display: block;
}

.about-top-categories .entry:last-of-type .entry-image-link::before {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;

  position: absolute;
  z-index: 9;

  display: flex;

  width: 100%;
  height: 100%;

  content: 'Recipe\AIndex';
  white-space: pre;

  color: #fff;

  align-items: center;
  justify-content: center;
}

/* [ Brand ] */

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

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

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

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

    padding: 72px 60px 60px 300px;
  }
}

.about-brand .wrap::before {
  display: block;

  width: 100px;
  height: 100px;
  margin: 0 auto 28px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/logo-mark.svg) no-repeat center;
  background-size: contain;
}

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

    width: 200px;
    height: 200px;
  }
}

.about-brand .title {
  font-family: 'BeautySalon Script', script;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 48px;
  line-height: 0.7;

  margin: 0;
}

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

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

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

/* [ FAQ ] */

.about-faq {
  padding: 20px 0 56px;

  text-align: center;

  background: #f5faf8;
}

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

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

.about-faq .section-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 21px;

  display: inline-block;

  margin: 0;
  padding: 4px 8px;

  color: #fff;
  background: #ea2d37;

  -webkit-column-span: all;
  column-span: all;
}

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

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

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

.about-faq .faq-item p a {
  color: #1f3652;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .about-faq .faq-item p a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.about-faq .faq-item:first-of-type .question {
  text-transform: capitalize;

  margin-top: 12px;
}

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

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

  margin: 20px 0 0;

  color: #1f3652;
}

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

.about-faq .answer {
  font-size: 16px;
  line-height: 1.4;
}

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

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

/* [ Footer ] */

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

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

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

/* [ Highlights ] */

.home-highlights .highlighted-features {
  margin: 8px auto 0;
}

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

.home-highlights .highlighted-features .entry {
  position: relative;

  overflow: hidden;

  margin-bottom: 13px;
}

.home-highlights .highlighted-features .entry-title {
  font-size: 16px;
}

.home-highlights .highlighted-features .entry-title a {
  opacity: 1;
  color: #1f3652;
}

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

.home-highlights .home-highlights-large {
  float: left;

  width: 100%;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-large {
    float: left;

    width: 75%;
  }
}

.home-highlights-large .flexbox {
  align-items: self-start;
}

.home-highlights .entry {
  position: relative;
}

.home-highlights .home-highlights-large .entry-image-link {
  position: relative;

  display: block;

  height: 0;
  padding-bottom: 100%;
}

.home-highlights .home-highlights-large .entry-image {
  position: absolute;

  height: 100%;

  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-large .entry-image-link {
    position: initial;

    height: auto;
    padding-bottom: 0;
  }

  .home-highlights .home-highlights-large .entry-image {
    position: initial;

    height: 300px;
  }
}

.home-highlights .home-highlights-large .entry:last-child {
  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-large .entry:last-child {
    display: none;
  }
}

.home-highlights .home-highlights-large .entry:last-child .entry-title a {
  font-family: 'Oswald';
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 21px;

  opacity: 1;
  color: #fff;
}

.home-highlights .home-highlights-large .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 16px;

  position: absolute;
  bottom: 50%;
  left: 50%;

  width: auto;
  min-width: 50%;
  margin: 0;
  padding: 8px;

  transition: 400ms;
  transform: translate(-50%, 50%);
  text-align: center;
  white-space: nowrap;

  background: #fff;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-large .entry-title {
    font-size: 20px;

    min-width: 64%;
  }

  .home-highlights .home-highlights-large .entry:hover .entry-title {
    pointer-events: none;

    background: #1f3652;
  }

  .home-highlights .home-highlights-large .entry:hover .entry-title a {
    color: #fff;
  }
}

.home-highlights .home-highlights-large .entry:last-child .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;

  position: absolute;
  bottom: 50%;
  left: 50%;

  width: auto;
  min-width: 50%;
  padding: 8px;

  transition: 400ms;
  transform: translate(-50%, 50%);
  text-align: center;
  white-space: nowrap;

  color: #fff;
  background: #1f3652;
}

.home-highlights .home-highlights-small {
  float: left;

  width: auto;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small {
    width: calc(1 / 4 * 100% - 16px);
    float: right;
  }
}

.home-highlights .highlighted-features.home-highlights-small .entry:first-child {
  display: none;
}

@media screen and (min-width: 1024px) {
  .home-highlights .highlighted-features.home-highlights-small .entry:first-child {
    display: block;
    margin-bottom: 0;
  }

  .home-highlights .highlighted-features.home-highlights-small .entry:first-child .entry-image-link {
    display: block;
    padding: 5px;
    background-color: #1f3652;
  }

  .home-highlights .highlighted-features.home-highlights-small .entry:first-child img {
    height: 140px;
    padding: 20px;
    object-fit: contain;
  }
}

.home-highlights .home-highlights-small .entry:first-child .entry-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;

  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  padding: 8px;

  transition: 400ms;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;

  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small .entry:first-child .entry-title {
    font-size: 24px;

    min-width: 64%;
  }
}

.home-highlights .home-highlights-small .entry:first-child .entry-title a {
  opacity: 1;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .home-highlights .highlighted-features.home-highlights-small .entry:first-child .entry-image-link:hover {
    background-color: #244164;

    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  .home-highlights .home-highlights-small .entry:first-child:hover .entry-title {
    pointer-events: none;

    opacity: 1;
    background: #244164;
  }

  .home-highlights .home-highlights-small .entry:first-child a:hover img,
  .home-highlights .home-highlights-small .entry:first-child a:hover {
    opacity: 1;
  }
}

.home-highlights .home-highlights-small .entry:last-child {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-height: 170px;
  padding: 20px 20px 20px 160px;

  background: #ddeee8;

  justify-content: center;
}

.home-highlights .home-highlights-large .entry:last-child img {
  object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small .entry:last-child {
    width: auto;
    height: 156px;
    min-height: auto;
    margin-top: -6px;
    margin-bottom: 0;
    padding: 0;

    background: transparent;
  }
  .home-highlights .home-highlights-small .entry:last-child img {
    height: 156px;

    object-fit: cover;
  }
}

.home-highlights .home-highlights-small .entry:last-child .entry-image-link {
  position: absolute;
  top: 20px;
  left: 20px;

  width: 130px; /* remove after images are fixed */
  height: 100px; /* remove after images are fixed */
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small .entry:last-child .entry-image-link {
    position: relative;
    top: auto;
    left: auto;

    width: auto;
    height: 112px;
  }
}

.home-highlights .home-highlights-small .entry:last-child .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 20px;

  margin-bottom: 10px;

  text-align: center;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small .entry:last-child .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

    position: absolute;
    bottom: 0;
    left: 50%;

    width: auto;
    min-width: 64%;
    margin: 0;
    padding: 8px;

    transition: 400ms;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;

    background: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small .entry:last-child:hover .entry-title {
    pointer-events: none;

    background: #1f3652;
  }

  .home-highlights .home-highlights-small .entry:last-child:hover .entry-title a {
    color: #fff;
  }
}

.home-highlights .home-highlights-small .flexbox .entry:last-child .entry-excerpt {
  font-size: 16px;
  line-height: 1.4;

  display: block;

  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home-highlights .home-highlights-small .flexbox .entry:last-child .entry-excerpt {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .home-highlights .home-highlights-small .flexbox .entry:last-child .entry-excerpt {
    font-size: 14px;
  }
}

/* [ CTA ] */

.home-cta {
  display: block;

  margin-bottom: 0;
  padding: 0 12px;

  text-align: center;

  color: #fff;
  background: #1f3652;
}

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

    opacity: 1;
  }
}

.home-cta .wrap {
  line-height: 1.4;

  position: relative;

  padding: 24px 0;
}

@media screen and (min-width: 1024px) {
  .home-cta .wrap {
    line-height: 1;
  }
}

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

@media screen and (min-width: 768px) {
  .home-cta .cta-image {
    position: absolute;
    top: 0;
    right: 0;

    width: 384px;
  }
}

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

.home-cta .cta-image img {
  display: block;

  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .home-cta .wrap {
    text-align: center;

    justify-content: center;
  }
}

.home-cta .cta-title {
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1;

  display: inline;

  margin: 8px 0;

  color: #fff;
}

@media screen and (min-width: 1024px) {
  .home-cta:hover .cta-title {
    text-decoration: underline;
  }
}

.home-cta .cta-title .orange {
  color: #ff8257;
}

.home-cta .cta-title .icon-instagram {
  font-size: 40px;

  display: block;

  vertical-align: middle;

  color: #ff8257;
}

.home-cta .cta-title .icon-instagram:before {
  top: 2px;
}

@media screen and (min-width: 1024px) {
  .home-cta .cta-title .icon-instagram {
    font-size: 40px;

    display: inline;

    vertical-align: middle;

    color: #ff8257;
  }

  .home-cta .cta-title .icon-instagram:before {
    margin: 0;
  }
}

.home-cta .cta-text {
  font-size: 14px;
  line-height: 1.6;

  display: block;

  margin: 0 0 12px;
}

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

.home-cta .cta-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 17px;

  display: inline-block;

  padding: 0;

  color: #ff8257;
}

/* [ The Latest ] */

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

  .home .the-latest .section-title {
    line-height: 1.2;

    color: #fff;
    background: #343434;
  }
}

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

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

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

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

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

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

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

    height: calc(100% - 32px);

    align-items: center;
    justify-content: center;
  }
}

/* [ Featured Images ] */

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

/* [ Other ] */

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

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

/* [ Archive Nav ] */

.page-template-page_recipes .archive-nav {
  margin-bottom: 20px;
  padding-bottom: 10px;

  text-align: center;

  background: #1f3652;
}

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

    background: #fff;
  }
}

.page-template-page_recipes .breadcrumb {
  position: relative;

  padding-bottom: 0;

  text-align: left;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .breadcrumb {
    float: right;

    margin-top: 18px;
  }
}

.page-template-page_recipes .archive-nav .entry-title {
  text-transform: none;
  font-size: 25px;

  text-align: left;

  color: #fff;
}

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

    display: inline-block;

    margin-top: 20px;

    color: #343434;
  }
}

.page-template-page_recipes .archive-nav .page-description {
  margin: 0 auto;
}

.page-template-page_recipes .archive-nav .page-description p {
  font-size: 14px;
  line-height: 1.4;

  text-align: left;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .archive-nav .page-description p {
    font-size: 20px;
    line-height: 1.4;

    padding: 0;
  }
}

.page-template-page_recipes .content-features.recipe-index-categories {
  max-width: 382px;
  margin: 12px auto 10px;
}

@media screen and (min-width: 768px) {
  .page-template-page_recipes .content-features.recipe-index-categories {
    margin: 12px auto 10px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .content-features.recipe-index-categories {
    position: relative;

    max-width: 100%;
    margin-top: -48px;
    margin-bottom: 10px;
  }

  .recipe-index-categories .wrap {
    display: flex;

    align-items: center;
  }

  .recipe-index-categories .title-description-container {
    width: 104px;
  }
}

.recipe-index-categories .section-title {
  display: none;
}

@media screen and (min-width: 1024px) {
  .recipe-index-categories .section-title {
    font-size: 14px;

    display: block;

    margin: 0;

    color: #343434;
  }
}

.recipe-index-categories .section-title .icon-font {
  font-size: 80%;
}

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

.recipe-index-categories .entry-title-link {
  font-size: 12px;

  display: flex;

  height: 100%;
  padding: 20px 8px;

  text-align: center;

  color: #343434;
  border-radius: 4px;
  background: #dee4e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .recipe-index-categories .entry-title-link {
    font-weight: 400;
    font-size: 14px;

    padding: 0;

    background: transparent;
  }

  .recipe-index-categories .entry-title-link:hover {
    opacity: 1;
  }
}

.page-template-page_recipes .content-sidebar-wrap .entry-title-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .content-sidebar-wrap .entry-title-link {
    font-size: 18px;
  }
}

/* [ Quick Links ] */

@media screen and (min-width: 1024px) {
  .quick-links .flexbox {
    justify-content: space-between;
  }
}

/* Footer Quick Links */

.footer-quick-links .quick-link:hover {
  background: #fff;
}

.quick-links.footer-quick-links {
  display: block;

  margin: 12px 0 24px;
}

.footer-quick-link-title {
  margin: 8px auto 4px;
}

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

  .footer-quick-link-title {
    position: relative;

    margin: 0 auto 20px;
  }

  .footer-quick-link-title::before {
    position: absolute;
    z-index: 0;
    top: 12px;

    display: block;

    width: 100%;
    height: 5px;

    content: '';

    background-color: #ddeee8;
  }
}

.footer-quick-link-title .quick-link-description {
  font-size: 16px;
  line-height: 1.4;

  max-width: calc(100% - 20px);
  margin: auto;

  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer-quick-link-title .quick-link-description {
    font-size: 16px;

    max-width: 1020px;
    margin: 12px auto;

    text-align: left;
  }
}

.footer-quick-link-title .section-title {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 32px;

  text-align: center;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .footer-quick-link-title .section-title {
    position: relative;
    z-index: 1;

    max-width: 1020px;
    margin: 0 auto;

    text-align: left;
  }
}

.footer-quick-link-title .section-title::before,
.footer-quick-link-title .section-title::after {
  position: absolute;
  z-index: -1;
  left: -16px;

  width: 280px;
  height: 20px;

  content: '';

  background-color: #fff;
}

.footer-quick-link-title .section-title::after {
  left: 20px;
}

.footer-quick-link-title .section-title .empasis {
  /* color: #ff8257; */
}

.footer-quick-links .quick-link {
  display: flex;
  flex-direction: column;

  width: auto;
  margin: 12px;
  padding: 28px 8px;

  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

  flex: 1 1 calc(50% - 24px);
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .footer-quick-links .quick-link {
    margin: 0 0.6%;
    padding: 28px 8px;

    flex: 0 1 15%;
  }
}

.footer-quick-links .quick-link-item {
  font-family: 'Oswald';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 22px;
  line-height: 1em;

  position: relative;

  display: flex;
  flex-direction: column;

  color: #1f3652;

  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .footer-quick-links .quick-link-item:hover {
    color: #4d5f75;
  }

  .footer-quick-links .quick-link-item:hover::before {
    transform: rotate(-5deg);
  }
}

@media screen and (min-width: 1024px) {
  .footer-quick-links .quick-link-item:hover {
    opacity: 1;
  }
}

.quick-links.footer-quick-links .quick-link-item::before {
  display: block;

  width: 120px;
  height: 120px;
  margin-bottom: 16px;

  content: '';
  transition: 400ms;

  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.footer-quick-links .finger-foods .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/footer-quick-link-finger-foods.svg);
}

.footer-quick-links .cheesy .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/footer-quick-link-cheesy.svg);
}

.footer-quick-links .pasta .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/footer-quick-link-pasta.svg);
}

.footer-quick-links .pizza .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/footer-quick-link-pizza-night.svg);
}

.footer-quick-links .snacks .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/footer-quick-link-snacks.svg);
}

.footer-quick-links .crockpot .quick-link-item::before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/footer-quick-link-crockpot.svg);
}

.content-sidebar-wrap .page-recipes-title .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;

  float: none;

  margin: 20px auto;
  padding-left: 8px;

  text-align: center;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .content-sidebar-wrap .page-recipes-title .section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;

    text-align: left;
  }
}

/* [ Home Middle CTA ] */

.oc-home-middle .cta-text {
  display: none; /* remove from database */
}

.oc-home-middle .cta-button {
  font-weight: 700;
  font-size: 17px;

  position: relative;

  display: block;

  max-width: 110px;
  margin: 0 auto;
  padding: 14px 16px;

  transition: 400ms;

  background: #4bb5b7;
}

@media screen and (min-width: 1024px) {
  .oc-home-middle .cta-button {
    font-size: 18px;

    top: -6px;
    left: 16px;

    display: inline-block;

    padding: 7px;
  }

  .oc-home-middle .cta-button:hover {
    background: #4aafb1;
  }
}

@media screen and (min-width: 1024px) {
  .oc-home-middle {
    padding: 42px 0 30px;
  }

  .oc-home-middle:hover {
    cursor: pointer;

    opacity: 1;
  }
}

.oc-home-middle .cta-title {
  font-size: 36px;

  position: relative;

  display: inline-block;

  max-width: 240px;
  margin-top: 0;
  padding-top: 44px;
}

@media screen and (min-width: 1024px) {
  .oc-home-middle .cta-title {
    display: inline-block;

    max-width: 100%;
    padding-top: 0;
    padding-left: 106px;
  }
}

@media screen and (min-width: 1024px) {
  .oc-home-middle .cta-title:before {
    top: -15px;
    left: 0;

    width: 92px;
    height: 92px;

    background-size: 92px;
  }
}

/* [ Home Categories ] */

.home .content-features.home-categories {
  margin-bottom: 0;
  padding: 30px 20px 60px;
}

@media screen and (min-width: 1024px) {
  .home .content-features.home-categories {
    padding: 30px 20px;
  }
}

.home .content-features.home-categories .wrap {
  padding: 0;

  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home .content-features.home-categories .wrap {
    padding: 50px 70px 73px;
  }

  .home .content-features.home-categories .flexbox .lg-col-6 {
    width: 16%;
    margin: 0;
  }

  .home .content-features.home-categories .flexbox .lg-col-6:nth-child(5) {
    width: 20%;
  }
}

.home .content-features.home-categories .flexbox {
  margin-top: 20px;
}

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

.home .content-features.home-categories .section-title {
  margin-bottom: 10px;
}

.home .content-features.home-categories .flexbox .lg-col-6 .entry-title {
  height: 150px;
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .home .content-features.home-categories .flexbox .lg-col-6 .entry-title {
    margin-top: 22px;
  }
}

.home .content-features.home-categories .flexbox .lg-col-6 .entry-title a::before {
  display: block;

  width: 100%;
  height: 96px;
  margin-bottom: 21px;

  content: '';
  transition: 400ms;

  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.home .content-features.home-categories .flexbox .lg-col-6 .entry-title a:before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/category-one-pot.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(2) .entry-title a:before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/category-sheet-pan.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(3) .entry-title a:before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/category-grilling.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(4) .entry-title a:before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/category-9x13.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(5) .entry-title a:before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/category-slow-cooker.svg);
}

.home .content-features.home-categories .flexbox .lg-col-6:nth-child(6) .entry-title a:before {
  background-image: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/category-fried.svg);
}

@media screen and (min-width: 1024px) {
  .home .content-features.home-categories .flexbox .lg-col-6 .entry-title a:hover:before {
    transform: rotate(5deg);
  }

  .home .content-features.home-categories .flexbox .lg-col-6 .entry-title a::before {
    height: 135px;
  }
}

.home .content-features.home-categories .cta-pretitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;

  max-width: 200px;
  margin: 0 auto;
  padding: 9px 0 7px;

  color: #fff;
  background-color: #000;
}

.home .content-features.home-categories .cta-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1em;

  max-width: 303px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .home .content-features.home-categories .cta-title {
    max-width: 100%;
  }
}

.home .content-features.home-categories .entry-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1em;
}

@media screen and (min-width: 1024px) {
  .home .content-features.home-categories .entry-title {
    font-size: 26px;
  }
}

#latest-recipes.page-recipes-title {
  display: block;

  width: 100%;
}

/* Recipe Index: Manual Feature */

.recipe-index-manual-feature {
  background-color: #f5faf8;
}

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

.manual-features.recipe-index-manual-feature .entry {
  width: 90%;
  margin: 40px auto;

  text-align: center;
}

.page-template-page_recipes .manual-features.feature-large .entry > * {
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;

  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .manual-features.recipe-index-manual-feature .entry {
    width: 100%;
    margin: 50px auto;

    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .page-template-page_recipes .manual-features.feature-large .entry > * {
    margin-right: 64px;
    padding-right: 0;
    padding-left: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.page-template-page_recipes .manual-features.feature-large .entry-image-link {
  padding: 0;
}

.recipe-index-manual-feature img {
  max-width: calc(100% - 16px);
  max-height: 444px;

  object-fit: cover;
}

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

  .recipe-index-manual-feature img {
    max-width: 440px;
  }
}

.manual-features.recipe-index-manual-feature .entry-title::before {
  display: flex;

  width: 153px;
  height: 25px;
  margin: 4px auto 8px auto;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/Stars.svg) no-repeat center;
}

@media screen and (min-width: 1024px) {
  .manual-features.recipe-index-manual-feature .entry-title::before {
    margin: 0 0 12px 0;
  }
}

.manual-features.recipe-index-manual-feature .entry-title {
  line-height: 1;

  max-width: 100%;
  margin: 0 auto 14px;
  padding: 12px;

  text-align: center;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .manual-features.recipe-index-manual-feature .entry-title {
    max-width: 329px;
    margin: 0;
    padding: 12px 0 4px;

    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .manual-features.recipe-index-manual-feature .entry-title {
    max-width: 100%;
    padding-top: 64px;
  }
}

.page-template-page_recipes .manual-features.feature-large .entry-title-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;

  padding: 0;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .manual-features.feature-large .entry-title-link {
    font-size: 40px;
  }
}

.manual-features.recipe-index-manual-feature .entry-excerpt {
  font-size: 16px;
  line-height: 1.4;

  max-width: 100%;
  margin: 8px 16px 16px;

  text-align: center;
}

@media screen and (min-width: 1024px) {
  .manual-features.recipe-index-manual-feature .entry-excerpt {
    font-size: 20px;

    margin: 8px 0 12px;

    text-align: left;
  }
}

.page-template-page_recipes .manual-features.feature-large .entry-excerpt a {
  font-weight: 700;

  text-decoration: underline;

  color: inherit;
}

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

.page-template-page_recipes .manual-features.feature-large .more-link-container {
  padding-top: 16px;
  padding-bottom: 28px;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .manual-features.feature-large .more-link-container {
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 0;

    text-align: left;
  }
}

.page-template-page_recipes .manual-features.feature-large .more-link {
  font-family: 'Montserrat', sans-serif;
  text-transform: lowercase;
  line-height: 1.2;

  padding: 8px 20px;

  color: #fff;
  border-radius: 60px;
  background: #1f3652;
}

@media screen and (min-width: 1024px) {
  .page-template-page_recipes .manual-features.feature-large .more-link:hover {
    color: #fff;
    background: #274262;

    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.home .footer-cta {
  margin-top: -30px;
}

.home #footer_branding {
  position: relative;
  top: -20px;

  display: none;
}

.singular .entry-content .normal-link {
  margin-top: 0;
}

.singular .entry-content .normal-link a:not([class^='wp-block']) {
  transition: 400ms;

  color: #fd6e50;
  background: none;
}

@media screen and (min-width: 1024px) {
  .singular .entry-content .normal-link a:not([class^='wp-block']):hover {
    color: #ff5c39;
  }
}

.nf-form-fields-required {
  margin-bottom: 12px;
}

/* ---------- [ Shop Page ] ---------- */

.archive-shop .content.flexbox {
  width: calc(100% - 16px);
  margin: auto;
}

/* [ Archive Nav ] */

.archive-shop .cta-internal-header {
  display: none;
}

.archive-shop .archive-nav {
  padding: 16px 0;

  background: #1f3652;
}

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

  padding-left: 0;
}

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

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

    padding-left: 140px;
  }
}

.archive-shop .archive-nav .wrap::before {
  position: relative;
  top: -8px;

  display: block;
  float: left;

  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: -8px;

  content: '';

  border-radius: 50%;
  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/shopping-cart.svg) center center/20px 16px no-repeat #66c29d;
}

@media screen and (min-width: 1024px) {
  .archive-shop .archive-nav .wrap::before {
    position: absolute;
    top: 0;
    left: 0;

    display: inline;

    width: 116px;
    height: 116px;

    content: '';

    background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/shopping-cart.svg) center center/62px 62px no-repeat #66c29d;
  }
}

.archive-shop .archive-nav .breadcrumb {
  float: right;

  margin-top: -4px;

  text-align: right;

  color: #fff;

  position: relative;
  z-index: 9;
}

.archive-shop .archive-nav .breadcrumb .icon-arrow,
.archive-shop .archive-nav .breadcrumb-link {
  color: #fff;
}

.archive-shop .archive-nav .breadcrumb-link:hover {
  color: #cecece;
}

.archive-shop .breadcrumb .breadcrumb-separator,
.archive-shop .breadcrumb .icon-arrow {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-separator,
  .breadcrumb .icon-arrow {
    color: #1f3652;
  }
}

.archive-shop .archive-nav .archive-title {
  margin-top: 8px;

  text-align: left;

  color: #fff;
}

.archive-shop .archive-description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;

  margin-top: 12px;

  text-align: left;

  color: #fff;
}

.archive-shop .product-section-title {
  text-transform: lowercase;
  font-size: 20px;

  position: relative;

  padding-left: 32px;

  color: #1f3652;
}

@media screen and (min-width: 1024px) {
  .archive-shop .product-section-title {
    font-size: 28px;

    margin-bottom: 24px;
  }
}

.archive-shop .product-section-title::before {
  position: absolute;
  top: 0;
  left: 0;

  display: inline;

  width: 20px;
  height: 20px;

  content: '';

  background: url(/wp-content/themes/once-coupled-buns-in-my-oven/assets/images/heart.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .archive-shop .product-section-title::before {
    top: 4px;
  }
}

.archive-shop .content .entry {
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.archive-shop .entry-content {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #1f3652;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.archive-shop .entry-content p {
  margin-top: 0;
}

.archive-shop .entry-content .button.more-link {
  text-transform: lowercase;
  font-size: 12px;
  padding: 8px 20px;
  text-decoration: none;
  color: #1f3652;
  border-radius: 100px;
  background: #ff8257;
  margin-top: auto;
}

.archive-shop .content .entry-title-link {
  font-size: 16px;

  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .archive-shop .content .entry-title-link {
    font-size: 18px;
  }

  .archive-shop .entry-content .button.more-link:hover {
    color: #fff;
    background-color: #1f3652;
  }
}

.archive-shop .product-section {
  position: relative;

  margin-top: 20px;
}

.archive-shop .product-section > .more-link-container {
  position: absolute;
  top: 0;
  right: 0;

  margin: auto;
}

.archive-shop .product-section > .more-link-container .more-link {
  text-transform: lowercase;

  color: #1f3652;
  border-radius: 24px;
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .archive-shop .product-section > .more-link-container .more-link {
    border: 2px solid #ddeee8;
  }
}

.archive-shop .product-section > .more-link-container .icon-font {
  font-size: 12px;

  display: inline-block;

  width: 20px;
  height: 20px;
  padding: 2px;

  vertical-align: text-top;

  color: #fff;
  border-radius: 100%;
  background: #ff8257;
}

.archive-shop .product-section > .more-link-container .icon-font::before {
  top: 0;
}

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

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

#menu-primary li:first-child {
  padding-top: 1px;
}
