/**
 * 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)
 *
 * Page Sections
 * - Custom Classes
 * - Archive Nav
 * - Pop-up
 * - Entry Meta
 *
 * Post Content (not ACF)
 * - Headings
 * - Lists
 * - Blocks
 * - Author Box
 *
 * Plugins
 * - Akismet
 * - Jetpack
 * - Mediavine
 * - Ninja Forms
 * - Recipes (Tasty, WPRM)
 * - Related Posts for WordPress
 * - Social Share
 * - Yoast
 *
 * ACF Blocks (areas with shared classes)
 * - Bio
 * - Brand Logos
 * - CTA & Subscribe
 * - Featured Posts
 * - Social Icons
 *
 * ACF Sections (for ACF content, not structure)
 * - Header
 * - Footer
 * - Sidebar
 *
 * Page Templates
 * - 404
 * - Blog
 * - Home
 * - Index
 * - Shop
 */

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

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

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

.archive-nav {
  margin: 12px 0;
}

@media (min-width: 1024px) {
  .archive-nav {
    margin: 0 0 40px;
  }
}

.archive-description p,
.blog-description .section-description p,
.search-description .section-description p {
  text-align: left;
}

/* ---------- [ Pop-up ] ---------- */

.lity-hide {
  display: none !important;
}

.lity-content {
  background: #e6c3b8;
  padding: 20px;
}

@media (min-width: 768px) {
  .lity-content {
    padding: 20px 120px;
  }
}

.lity-content h2 {
  text-transform: uppercase;
  max-width: 400px;
  text-align: center;
}

.lity-container .lity-close {
  position: absolute;
}

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

.post-header,
.post-header > .wrap {
  position: relative;
  line-height: 1.2;
}

.post-header {
  text-align: center;
}

@media (min-width: 1024px) {
  .post-header {
    text-align: left;
  }
}

.post-header > .wrap {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-header > .wrap {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.post-header > .wrap::before,
.post-header > .wrap::after,
.post-header .post-header-text::before,
.post-header .post-header-text::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-header > .wrap::after {
  bottom: 6px;
}

@media (min-width: 1024px) {
  .post-header .post-header-text::before,
  .post-header .post-header-text::after {
    top: 0;
    bottom: unset;
  }

  .post-header .post-header-text::after {
    top: 6px;
  }

  .post-header .post-header-text {
    order: 2;
    flex-basis: calc(100% - 400px);
    margin: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; /* fix CLS warnings */
  }

  .post-header-image {
    order: 1;
    flex-basis: 220px;
  }

  .post-header .wrap > .post-header-meta {
    order: 3;
    flex-basis: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .post-header-rating {
    order: 1;
    margin-top: 32px;
  }

  .post-header .wprm-recipe-summary,
  .post-header .wprm-recipe-summary > span {
    width: 100%; /* fix CLS warnings */
  }
}

@media (min-width: 1200px) {
  .post-header .post-header-text {
    flex-basis: calc(100% - 540px);
    margin-right: 60px;
  }

  .post-header-image {
    flex-basis: 380px;
    max-width: 360px; /* fix for CLS warnings */
  }
}

@media (min-width: 1240px) {
  .post-header .post-header-text {
    flex-basis: calc(100% - 580px);
    margin-right: 100px;
  }
}

.post-header .wprm-recipe-rating {
  font-size: 140%;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .post-header .wprm-recipe-rating {
    font-size: 100%;
    margin-bottom: 0;
  }
}

.post-header .wprm-recipe-rating polygon {
  stroke: #e6c3b8;
}

.post-header .wprm-recipe-rating .wprm-rating-star-full svg polygon {
  fill: #e6c3b8;
}

.post-header .wprm-recipe-rating .wprm-recipe-rating-details {
  display: none;
}

@media (min-width: 1024px) {
  .post-header .wprm-recipe-rating .wprm-recipe-rating-details {
    display: block;
    font-size: 60%;
    font-weight: 500;
    margin-top: 8px;
  }
}

.post-header .meta-label,
.post-header .entry-time,
.post-header .entry-modified-time {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .post-header .entry-time,
  .post-header .entry-modified-time {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 12px;
  }
}

.post-header .entry-time + .entry-modified-time {
  margin-left: 8px;
}

@media (min-width: 1024px) {
  .post-header .entry-time + .entry-modified-time {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.post-header .meta-label {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .post-header .meta-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .post-header-buttons {
    display: flex;
    margin-bottom: 16px;
  }

  .post-header-buttons > .wprm-recipe-link {
    flex-basis: 33%;
    margin-right: 8px;
  }

  .post-header-buttons .post-header-buttons-secondary {
    flex-basis: 66%;
  }
}

.post-header .post-header-buttons .wprm-recipe-link,
.post-header .post-header-buttons-secondary .wprm-recipe-link {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #404041 !important;
  background: #f5e5d6;
  padding: 16px 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  max-width: 180px;
}

@media (hover: hover) {
  .post-header .post-header-buttons .wprm-recipe-link:hover {
    transform: scale(0.95);
    text-decoration: none;
    color: #fff !important;
    background: #404041;
  }
}

.post-header .post-header-buttons .wprm-recipe-jump {
  background: #f4f4f4;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-header .post-header-buttons .wprm-recipe-jump {
    margin-bottom: 0;
    background: #f5e5d6;
  }
}

.post-header .post-header-buttons-secondary {
  display: flex;
  width: 100%;
  margin: 16px 0 20px;
}

@media (min-width: 1024px) {
  .post-header .post-header-buttons-secondary {
    margin: 0;
  }
}

@media (max-width: 1023px) {
  .post-header .post-header-buttons .post-header-buttons-secondary {
    display: none;
  }
}

@media (min-width: 1024px) {
  .post-header .wrap > .post-header-buttons-secondary {
    display: none;
  }
}

.post-header .post-header-buttons-secondary .wprm-recipe-link {
  flex-basis: 50%;
}

.post-header .post-header-buttons-secondary .wprm-recipe-pin {
  margin-right: 8px;
}

.post-header-excerpt {
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.4;
}

.post-header-excerpt p:first-of-type {
  margin-top: 0;
}

.post-header-excerpt p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .post-header-times {
    display: flex;
    font-size: 18px;
  }

  .post-header-times .wprm-recipe-time-container + .wprm-recipe-time-container {
    margin-left: 40px;
  }

  .post-header .post-header-times .wprm-recipe-details-label {
    color: #9f6565;
    font-weight: 600;
    margin-right: 12px;
  }
}

.post-header .post-disclosure {
  order: 1;
  font-style: italic;
  font-size: 80%;
}

@media (min-width: 1024px) {
  .post-header .post-disclosure {
    font-size: 68%;
    margin-top: 16px;
  }
}

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

@media (hover: hover) {
  .post-header .post-disclosure a:hover {
    text-decoration: none;
  }
}

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

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

.single-entry-content a {
  color: #9f6565;
  font-weight: 500;
  text-decoration: underline;
}

@media (hover: hover) {
  .single-entry-content a:hover {
    text-decoration: none;
  }
}

/* ---------- [ Headings ] ---------- */

.single-entry-content h1,
.single-entry-content h2 {
  text-transform: uppercase;
}

.single-entry-content h4,
.single-entry-content h5,
.single-entry-content h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.single-entry-content h6 {
  font-style: italic;
}

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

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

.single-entry-content ul li::marker {
  color: #c69a9a;
}

.single-entry-content ol li {
  position: relative;
  padding-left: 8px;
}

.single-entry-content ol li::marker {
  font-weight: 500;
}

.single-entry-content ol li::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #e6c3b8;
  position: absolute;
  top: 0;
  left: -32px;
  z-index: -1;
}

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

/* [ Branded ] */

.block-branded {
  background: #f8eae5;
  padding: 12px 20px 8px;
  margin: 16px 0 48px;
  position: relative;
}

@media (min-width: 768px) {
  .block-branded {
    padding: 24px 32px 20px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .block-branded {
    margin-right: 48px;
  }
}

@media (min-width: 1080px) {
  .block-branded {
    margin-right: 40px;
  }
}

@media (min-width: 1240px) {
  .block-branded {
    margin-right: 20px;
  }
}

.block-branded::after {
  content: 'comforting & cozy';
  display: block;
  border-top: 4px double #c69a9a;
  font-size: 80%;
  padding-top: 8px;
  margin-top: 28px;
  margin-bottom: 4px;
  text-align: center;
}

@media (min-width: 768px) {
  .block-branded::after {
    border: 0;
    padding: 0;
    margin: 0;
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background: url(/wp-content/themes/once-coupled-a-cozy-kitchen/assets/images/avatar-guest.svg) no-repeat center;
    position: absolute;
    right: -48px;
    bottom: -32px;
    transform: rotate(-120deg);
  }
}

.block-branded h2 {
  font-size: 28px;
}

.block-branded a {
  color: #9f6565;
}

/* [ Related ] */

.block-related {
  margin: 24px 0;
}

.block-related h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.block-related h2::before,
.block-related h2::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-related h2::after {
  bottom: 6px;
}

.block-related h3 {
  letter-spacing: 0;
  font-size: 120%;
}

.block-related ul li {
  list-style-type: none;
  position: relative;
}

.block-related ul li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #c69a9a;
  position: absolute;
  top: 8px;
  left: -28px;
}

/* ---------- [ Author Box ] ---------- */

.author-box {
  background: #f4f4f4;
  padding: 20px;
  text-align: center;
  margin: 28px 0;
}

@media (min-width: 768px) {
  .author-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative;
    padding: 32px;
    padding-left: 264px;
    min-height: 264px;
    font-size: 16px;
    margin: 40px 0;
  }
}

.author-box::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: url(/wp-content/themes/once-coupled-a-cozy-kitchen/assets/images/author-box.jpg) no-repeat center / contain;
  border-radius: 100%;
  margin: 0 auto 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .author-box::before {
    background-image: url(/wp-content/themes/once-coupled-a-cozy-kitchen/assets/images/author-box@2x.jpg);
  }
}

@media (min-width: 768px) {
  .author-box::before {
    position: absolute;
    top: 32px;
    left: 32px;
  }
}

.author-box-title {
  text-transform: uppercase;
}

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

@media (min-width: 768px) {
  .author-box .more-link-container {
    text-align: left;
  }
}

.author-box .more-link {
  font-weight: 600;
  text-transform: none;
  color: #404041;
  padding: 0 0 4px;
  background: transparent;
  border-bottom: 2px solid transparent;
}

@media (hover: hover) {
  .author-box .more-link:hover {
    color: #404041;
    background: transparent;
    border-bottom-color: #9f6565;
  }
}

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

@media (min-width: 768px) {
  .author-box .social-author .wrap {
    display: flex;
    align-items: center;
  }
}

.author-box .social-author .section-title {
  font-size: 15px;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .author-box .social-author .section-title {
    margin: 0 12px 0 0;
  }
}

.author-box .social-author .articles-container {
  justify-content: center;
}

.author-box .social-author .link-item {
  color: #fff;
  background: #ac6c6c;
}

@media (min-width: 768px) {
  .author-box .social-author .link-item {
    width: 32px;
    height: 32px;
    font-size: 120%;
  }
}

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

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

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

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

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

/* [ Reset ] */

.oc-theme .nf-form-content {
  padding: 0;
  max-width: unset;
}

.oc-theme .nf-form-content .list-select-wrap .nf-field-element > div,
.oc-theme .nf-form-content input:not([type='button']),
.oc-theme .nf-form-content textarea,
.oc-theme .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.oc-theme .nf-form-content input:not([type='button']):focus,
.oc-theme .nf-form-content textarea:focus,
.oc-theme .nf-form-content button:hover,
.oc-theme .nf-form-content input[type='button']:hover,
.oc-theme .nf-form-content input[type='submit']:hover {
  background: inherit;
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  color: inherit;
}

.oc-theme .nf-form-content .listselect-wrap .nf-field-element div,
.oc-theme .nf-form-content .ninja-forms-field {
  font-size: inherit;
}

.oc-theme .ninja-forms-req-symbol {
  background-color: #fff !important;
}

/* [ Styles ] */

.nf-form-fields-required {
  display: none;
}

.nf-error-msg {
  text-transform: lowercase;
  font-size: 80%;
  margin-bottom: 8px;
}

.oc-theme .nf-form-content .nf-field-container {
  margin-bottom: 12px;
}

.oc-theme .nf-form-content .nf-field-label {
  margin-bottom: 0 !important;
}

.oc-theme .nf-form-content input:not([type='button']),
.oc-theme .nf-form-content input:not([type='button']):focus,
.oc-theme .nf-form-content textarea,
.oc-theme .nf-form-content textarea:focus {
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
}

.oc-theme .nf-form-content input[type='button'],
.oc-theme .nf-form-content input[type='button']:hover {
  width: 100%;
  text-transform: lowercase;
  border: 1px solid transparent;
}

@media (hover: hover) {
  .oc-theme .nf-form-content input[type='button']:hover {
    transform: scale(0.95);
    border-color: #c69a9a;
  }
}

/* ---------- [ Recipes ] ---------- */

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

.oc-theme .wprm-block-text-normal {
  font-weight: 300;
}

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

.rp4wp-related-posts,
.rp4wp-related-posts > h3 {
  position: relative;
}

.rp4wp-related-posts {
  margin: 28px 0;
  padding-bottom: 1px;
}

@media (min-width: 1024px) {
  .rp4wp-related-posts {
    margin: 40px 0;
    padding-bottom: 24px;
  }
}

.rp4wp-related-posts > h3 {
  padding-top: 25px;
}

@media (min-width: 1024px) {
  .rp4wp-related-posts > h3 {
    padding-top: 32px;
  }
}

.rp4wp-related-posts::before,
.rp4wp-related-posts::after,
.rp4wp-related-posts > h3::before,
.rp4wp-related-posts > h3::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rp4wp-related-posts::after {
  bottom: 6px;
}

.rp4wp-related-posts > h3::before,
.rp4wp-related-posts > h3::after {
  top: 0;
  bottom: unset;
}

.rp4wp-related-posts > h3::after {
  top: 6px;
}

.rp4wp-related-posts ul {
  list-style-type: none;

  display: flex;
  flex-direction: row;

  margin-right: -8px;
  margin-left: -8px;

  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rp4wp-related-posts ul {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.rp4wp-related-posts li {
  text-align: center;
  margin-bottom: 20px;

  margin-right: 8px;
  margin-left: 8px;
  width: calc(1 / 2 * 100% - 16px);
}

@media (min-width: 768px) {
  .rp4wp-related-posts li {
    margin-bottom: 0;
    margin-right: 16px;
    margin-left: 16px;
    width: calc(1 / 4 * 100% - 32px);
  }
}

.rp4wp-related-post-content a {
  display: block;
  margin-top: 8px;
  line-height: 1.2;
  font-size: 16px;
}

@media (min-width: 768px) {
  .rp4wp-related-post-content a {
    margin-top: 8px;
  }
}

/* ---------- [ Social Share ] ---------- */

.basic-social-share-buttons {
  display: flex;
  margin: 20px 0;
  clear: both;
}

.basic-social-share-buttons .share {
  flex-basis: 25%;
  margin-right: 8px;
  background: #f5e5d6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 8px;
  font-size: 24px;
  color: inherit;
  text-align: center;
}

.basic-social-share-buttons .share:last-of-type {
  margin-right: 0;
}

@media (hover: hover) {
  .basic-social-share-buttons .share:hover {
    color: #fff;
    background: #404041;
    transform: scale(0.95);
  }
}

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

.primary-category-link {
  display: block;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 1;
  margin: 16px 0 4px;
}

@media (min-width: 1024px) {
  .primary-category-link {
    background: #f4f4f4;
    padding: 12px 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    width: 70%;
    margin: -24px auto 8px;
    position: relative;
  }
}

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

.featured-content .section-description p:empty {
  margin: 0;
}

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

/* ---------- [ Brand Logos ] ---------- */

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

.block-categories {
  background: #f4f4f4;
  padding: 20px 0 12px;
  margin: 12px 0 20px;
}

@media (min-width: 1024px) {
  .block-categories {
    padding: 28px 0 16px;
    margin: 40px 0 52px;
  }

  .block-categories > .wrap {
    display: flex;
    align-items: center;
  }

  .block-categories .section-content {
    min-width: 112px;
    margin-right: 28px;
  }
}

.block-categories .section-title {
  text-align: center;
  text-transform: lowercase;
  color: #666;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .block-categories .section-title {
    font-size: 20px;
  }
}

.block-categories .entry {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
}

.block-categories .entry-image {
  border-radius: 100%;
}

.block-categories .entry-title {
  text-align: center;
  font-size: 14px;
  margin: 8px 0 0;
  color: #666;
}

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

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

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

.social-icons .flexbox {
  margin-left: -4px;
  margin-right: -4px;
  flex-wrap: nowrap;
}

.social-icons .link-item {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #f5e5d6;
  border-radius: 36px;
  margin: 0 4px;
  font-size: 24px;
}

@media (hover: hover) {
  .social-icons .link-item:hover {
    color: #fff;
    background: #404041;
    transform: scale(1.05);
  }
}

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

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

.nav-cta {
  width: 100%;
}

@media (min-width: 1024px) {
  .nav-cta {
    width: unset;
    margin-left: auto;
  }
}

@media (max-width: 1023px) {
  .nav-cta .more-link-container .more-link {
    background: #c69a9a;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .nav-cta .more-link {
    display: block;
    font-weight: 600;
    background: #fff;
    border: 1px solid #404041;
    color: #666;
    padding: 8px 60px;
    margin-top: 8px;
  }
}

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

/* [ CTA ] */

.footer-cta {
  background: #e6c3b8;
}

.footer-cta > .wrap {
  padding: 24px 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-cta > .wrap {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .footer-cta > .wrap {
    padding: 40px 220px;
  }
}

.footer-cta .section-image {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .footer-cta .section-image {
    margin-right: 40px;
    margin-bottom: 0;
    flex-basis: 30%;
  }
}

.footer-cta .section-content {
  font-size: 16px;
}

@media (min-width: 768px) {
  .footer-cta .section-content {
    flex-basis: 70%;
  }
}

.footer-cta .section-pretitle {
  text-transform: lowercase;
  margin-bottom: 4px;
  font-weight: 500;
}

.footer-cta .section-title {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .footer-cta .section-title {
    font-size: 26px;
  }
}

.footer-cta .section-description {
  margin-bottom: 12px;
}

.footer-cta .more-link {
  display: block;
  font-weight: 600;
  background: #fff;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .footer-cta .more-link {
    margin-top: 28px;
  }
}

@media (hover: hover) {
  .footer-cta .more-link:hover {
    color: #fff;
    background: #404041;
  }
}

/* [ Brands ] */

.footer-brands {
  background: #f4f4f4;
}

.footer-brands > .wrap {
  padding: 24px 0 12px;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer-brands > .wrap {
    display: flex;
    align-items: center;
    padding: 32px 80px 12px;
  }
}

.footer-brands .section-title {
  font-size: 20px;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .footer-brands .section-title {
    margin-right: 40px;
    min-width: 160px;
  }
}

.footer-brands .articles-container {
  justify-content: center;
}

.footer-brands .entry {
  width: calc(25% - 16px);
  background: #fff;
  border: 1px solid #707070;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  padding: 8px;
  height: 40px;
}

@media (min-width: 768px) {
  .footer-brands .entry {
    width: calc(25% - 32px);
    margin-bottom: 20px;
  }
}

.footer-brands .entry-image {
  display: flex;
  flex: 0 0 auto;
  max-height: 24px; /* parent height - padding */
  width: auto;
  margin: 0 auto;
}

/* [ Middle ] */

@media (min-width: 768px) {
  .footer-middle .footer-left {
    padding-right: 40px;
  }

  .footer-middle .footer-right {
    padding-left: 40px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .footer-middle .footer-left {
    display: flex;
    align-items: center;
  }

  .footer-middle .footer-right {
    position: relative;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .footer-middle .footer-right::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    border-left: 1px solid #e6c3b8;
  }
}

/* [ Bio ] */

.footer-bio {
  border-bottom: 1px solid #e6c3b8;
}

@media (min-width: 768px) {
  .footer-bio {
    border: 0;
  }
}

.footer-bio > .wrap {
  padding: 24px 0;
  text-align: center;
  color: #666;
}

@media (min-width: 1024px) {
  .footer-bio > .wrap {
    display: flex;
    align-items: center;
    padding: 60px 0;
  }

  .footer-bio .section-image {
    flex: 1 1 64%;
  }
}

.footer-bio .section-image .entry-image {
  border-radius: 100%;
  margin-bottom: 16px;
  max-width: 250px;
}

@media (min-width: 1024px) {
  .footer-bio .section-image .entry-image {
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer-bio .section-content {
    margin-left: 8%;
    flex: 1 1 48%;
  }
}

.footer-bio .section-title {
  font-size: 22px;
  margin-bottom: 12px;
}

.footer-bio .section-description {
  margin: 12px auto;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 15px;
  max-width: 250px;
}

.footer-bio .more-link {
  font-weight: 600;
  font-size: 18px;
  padding: 4px 0;
  background: transparent;
  color: #9f6565;
  border-bottom: 2px solid transparent;
}

@media (hover: hover) {
  .footer-bio .more-link:hover {
    color: inherit;
    background: transparent;
    border-bottom-color: inherit;
  }
}

/* [ Menu ] */

.footer-menus {
  margin: 28px 0;
}

@media (min-width: 1024px) {
  .footer-menus {
    margin: 0;
  }

  .footer-menus .flexbox {
    width: 100%;
  }
}

.footer-menu-header {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  max-width: 150px;
  margin: 0 auto 12px;
  color: #666;
}

@media (min-width: 1024px) {
  .footer-menu-header {
    margin-top: -8px;
  }
}

.footer-menu-header::before,
.footer-menu-header::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-menu-header::after {
  bottom: 6px;
}

@media (min-width: 768px) {
  .nav-footer-browse {
    margin-bottom: 44px;
  }
}

@media (min-width: 1024px) {
  .nav-footer-browse {
    margin-bottom: 0;
  }
}

/* [ Bottom ] */

.footer-bottom {
  background: #f4f4f4;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .footer-bottom > .wrap,
  .footer-bottom .footer-links,
  .footer-bottom .footer-credits {
    display: flex;
    align-items: center;
  }

  .footer-bottom .footer-links,
  .footer-bottom .footer-credits {
    flex: 1;
  }

  .footer-bottom .footer-credits {
    justify-content: flex-end;
  }

  .footer-bottom .footer-links {
    margin-right: 20px;
  }
}

/* [ Social ] */

.footer-bottom .social-icons {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .footer-bottom .social-icons {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.footer-bottom .social-icons .articles-container {
  justify-content: center;
}

.footer-bottom .link-item {
  color: #fff;
  background: #404041;
}

@media (hover: hover) {
  .footer-bottom .link-item:hover {
    color: #404041;
    background: #f5e5d6;
    transform: scale(1.15);
  }
}

/* [ Back to Top ] */

.footer-back-to-top {
  text-transform: lowercase;
}

/* [ Credits ] */

.footer-credits .site-credits-container {
  text-transform: lowercase;
  text-align: left;
  margin: 4px 0;
}

@media (hover: hover) {
  .site-credits-container .credits-text:hover + .site-credits-box {
    max-height: 120px;
    padding: 8px;
  }
}

.site-credits-box {
  bottom: 32px;
}

@media (max-width: 767px) {
  .site-credits-box {
    left: 0;
    transform: none;
    bottom: 32px;
  }
}

@media (min-width: 768px) {
  .footer-credits .copyright {
    margin-left: 12px;
  }

  .footer-credits .copyright::before {
    content: '\b7';
    margin-right: 6px;
  }
}

/* ---------- [ Sidebar ] ---------- */

/* [ Bio ] */

.bio-widget {
  text-align: left;
  font-size: 70%;
  line-height: 1.8;
}

.bio-widget .section-pretitle {
  font-weight: 500;
  text-transform: lowercase;
}

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

.bio-widget .more-link-container {
  text-align: left;
  margin-top: 4px;
}

.bio-widget .more-link {
  font-weight: 600;
  text-transform: none;
  color: #9f6565;
  padding: 0 0 4px;
  background: transparent;
  font-size: 100%;
  border-bottom: 2px solid transparent;
}

@media (hover: hover) {
  .bio-widget .more-link:hover {
    color: #9f6565;
    background: transparent;
    border-bottom-color: #9f6565;
  }
}

/* [ CTA, Subscribe ] */

.sidebar .cta-widget,
.sidebar .subscribe-widget {
  background: #f4dad3;
  padding: 40px 20px;
}

.sidebar .cta-widget .section-image,
.sidebar .subscribe-widget .section-image {
  margin-bottom: 28px;
}

.sidebar .cta-widget .section-pretitle,
.sidebar .subscribe-widget .section-pretitle {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

.sidebar .cta-widget .section-title,
.sidebar .subscribe-widget .section-title {
  font-size: 18px;
}

.sidebar .cta-widget .section-description,
.sidebar .subscribe-widget .section-description {
  font-size: 16px;
}

/* CTA */

.sidebar .cta-widget .more-link-container {
  margin-top: 12px;
}

.sidebar .cta-widget .more-link {
  color: #fff;
  background: #404041;
  font-weight: 600;
  border: 1px solid transparent;
}

@media (hover: hover) {
  .sidebar .cta-widget .more-link:hover {
    color: #404041;
    border-color: #c69a9a;
    background: transparent;
  }
}

/* Subscribe */

.sidebar .subscribe-widget .nf-form-cont {
  margin-top: 32px;
}

/* [ Popular (Plugin) ] */

.popular-posts .widget-title {
  position: relative;
}

.popular-posts .widget-title {
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 28px;
}

.popular-posts .widget-title::before,
.popular-posts .widget-title::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.popular-posts .widget-title::after {
  bottom: 6px;
}

.wpp-list {
  margin: 0;
}

.wpp-list li {
  margin-bottom: 28px;
}

.wpp-thumbnail,
.wpp-post-title {
  float: none;
  display: block;
  margin: 0;
}

.wpp-list .wpp-post-title {
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.2;
}

/* [ Nav (Core) ] */

.widget_nav_menu .menu {
  display: flex;
  flex-direction: column;
}

.widget_nav_menu .menu-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.widget_nav_menu .menu-item a {
  background: #f5e5d6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 16px;
  font-size: 24px;
}

@media (hover: hover) {
  .widget_nav_menu .menu-item a:hover {
    color: #fff;
    background: #ac6c6c;
    transform: scale(0.95);
  }
}

/* [ Posts ] */

.posts-widget .widget-title {
  position: relative;
}

.posts-widget .widget-title {
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 28px;
}

.posts-widget .widget-title::before,
.posts-widget .widget-title::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.posts-widget .widget-title::after {
  bottom: 6px;
}

.posts-widget .entry {
  margin-bottom: 12px;
}

.posts-widget .entry-title {
  font-size: 16px;
  margin-top: 8px;
  text-transform: none;
}

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

/* ---------- [ 404 ] ---------- */

/* ---------- [ Blog, Search ] ---------- */

.blog .content .entry,
.search .content .entry {
  box-shadow: none;
}

@media (min-width: 768px) {
  .blog .content .entry,
  .search .content .entry {
    display: flex;
    margin-bottom: 40px;
    text-align: left;
  }

  .blog .content .entry-header,
  .search .content .entry-header {
    min-width: 40%;
    margin-right: 20px;
  }
}

.blog .content .entry-title,
.search .content .entry-title {
  text-transform: uppercase;
  padding: 0;
  color: #404041;
  font-size: 28px;
  margin: 12px 0 4px;
}

@media (min-width: 768px) {
  .blog .content .entry-title,
  .search .content .entry-title {
    margin-top: 0;
  }
}

.blog .wprm-recipe-rating,
.search .wprm-recipe-rating {
  font-size: 120%;
}

.blog .wprm-recipe-rating svg polygon,
.search .wprm-recipe-rating svg polygon {
  stroke: #e6c3b8;
}

.blog .wprm-recipe-rating .wprm-rating-star-full svg polygon,
.search .wprm-recipe-rating .wprm-rating-star-full svg polygon {
  fill: #e6c3b8;
}

.blog .content .entry .more-link-container,
.search .content .entry .more-link-container {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .blog .content .entry .more-link-container,
  .search .content .entry .more-link-container {
    text-align: left;
  }
}

/* [ CTA ] */

.content .archive-cta,
.after-entry .cta-widget {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .content .archive-cta,
  .after-entry .cta-widget {
    min-height: 200px;
    margin-bottom: 40px;
  }
}

.content .archive-cta .section-image,
.after-entry .cta-widget .section-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}

.content .archive-cta .entry-image,
.after-entry .cta-widget .entry-image {
  object-fit: cover;
  height: 100%;
}

.content .archive-cta .section-pretitle,
.after-entry .cta-widget .section-pretitle {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .content .archive-cta .section-title,
  .after-entry .cta-widget .section-title {
    font-size: 22px;
  }
}

.content .archive-cta .section-description,
.after-entry .cta-widget .section-description {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 16px;
  max-width: 520px;
}

@media (min-width: 768px) {
  .content .archive-cta .section-description,
  .after-entry .cta-widget .section-description {
    font-size: 18px;
  }
}

.content .archive-cta .more-link,
.after-entry .cta-widget .more-link {
  font-weight: 600;
  background: #e6c3b8;
  padding: 20px 60px;
  font-size: 20px;
}

@media (hover: hover) {
  .content .archive-cta .more-link:hover,
  .after-entry .cta-widget .more-link:hover {
    background: #404041;
  }
}

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

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

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

/* [ Posts ] */

.home-posts {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .home-posts {
    margin-bottom: 40px;
  }
}

.home-posts .section-content {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .home-posts .section-content {
    margin-bottom: 48px;
  }
}

.home-posts > .wrap,
.home-posts .section-content,
.home-posts .section-title {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .home-posts .section-content,
  .home-posts .section-title {
    text-align: left;
  }
}

.home-posts .section-content {
  padding-bottom: 20px;
}

.home-posts .section-title {
  padding-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .home-posts .section-content {
    padding-bottom: 32px;
  }

  .home-posts .section-title {
    padding-top: 32px;
  }
}

.home-posts .section-content::before,
.home-posts .section-content::after,
.home-posts .section-title::before,
.home-posts .section-title::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-posts .section-content::after {
  bottom: 6px;
}

.home-posts .section-title::before,
.home-posts .section-title::after {
  top: 0;
  bottom: unset;
}

.home-posts .section-title::after {
  top: 6px;
}

.home-posts .section-title,
.home-posts .section-description {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 1024px) {
  .home-posts .section-title,
  .home-posts .section-description {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-posts .section-description {
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .home-posts .more-link {
    position: absolute;
    top: 36px;
    right: 0;
    font-weight: 500;
    padding: 0;
    background: transparent;
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
  }
}

@media (min-width: 1024px) and (hover: hover) {
  .home-posts .more-link:hover {
    color: inherit;
    background: transparent;
    border-bottom-color: #404041;
  }
}

.home-posts .entry {
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.home-posts .pre-title {
  margin: 0;
}

.home-posts .primary-category-link {
  display: none;
}

@media (min-width: 1024px) {
  .home-posts .primary-category-link {
    display: block;
    background: #f5e5d6;
  }
}

@media (hover: hover) {
  .home-posts .primary-category-link:hover {
    color: #fff;
    background: #404041;
    text-decoration: none;
    transform: scale(0.95);
  }
}

.home-posts .entry-title {
  font-size: 18px;
  padding: 8px;
}

/* [ Categories ] */

.home-categories {
  text-align: center;
  margin: 40px 8px 32px;
}

@media (min-width: 1024px) {
  .home-categories {
    margin: 40px 0 48px;
  }
}

.home-categories .section-title {
  margin-bottom: 20px;
}

.home-categories .articles-container {
  justify-content: center;
}

.home-categories .entry {
  width: auto;
  position: relative;
}

.home-categories .entry:not(:last-of-type)::after {
  content: '\b7';
  position: absolute;
  top: -2px;
  right: -8px;
  line-height: 1;
}

@media (min-width: 768px) {
  .home-categories .entry:not(:last-of-type)::after {
    right: -16px;
  }
}

.home-categories .entry-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 16px;
}

/* [ Bio ] */

.home-bio {
  position: relative;
  padding-top: 100px;
  text-align: center;
  margin: 32px 0 40px;
}

@media (min-width: 768px) {
  .home-bio {
    padding: 40px 0;
    margin-bottom: 104px; /* image (abs) margin-bottom plus (abs) pseudo-element bottom, minus this padding-bottom, plus desired space */
  }
}

@media (min-width: 1024px) {
  .home-bio {
    padding: 72px 0;
    margin-bottom: 112px; /* image (abs) margin-bottom plus (abs) pseudo-element bottom, minus this padding-bottom, plus desired space */
  }
}

.home-bio::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 44%;
  left: -10px;
  background: #e6c3b8;
  z-index: -1;
}

@media (min-width: 768px) {
  .home-bio::before {
    right: -20px;
    bottom: 0;
    left: -20px;
  }
}

@media (min-width: 1024px) {
  .home-bio::before {
    right: calc((100vw - 1000px) / -2);
    left: calc((100vw - 1000px) / -2);
  }
}

@media (min-width: 1080px) {
  .home-bio::before {
    right: calc((100vw - 1020px) / -2);
    left: calc((100vw - 1020px) / -2);
  }
}

@media (min-width: 768px) {
  .home-bio > .wrap {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .home-bio > .wrap {
    padding: 0 80px;
  }
}

.home-bio .section-image {
  margin: 0 40px 40px;
  position: relative;
}

@media (min-width: 768px) {
  .home-bio .section-image {
    flex-basis: 40%;
    margin-bottom: -100px;
  }
}

@media (min-width: 1024px) {
  .home-bio .section-image {
    margin-top: -40px;
    margin-bottom: -120px;
  }
}

.home-bio .section-image::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(/wp-content/themes/once-coupled-a-cozy-kitchen/assets/images/avatar-guest.svg) no-repeat center;
  position: absolute;
  left: -36px;
  bottom: -24px;
}

@media (min-width: 768px) {
  .home-bio .section-content {
    flex-basis: 60%;
    margin-right: 40px;
  }
}

.home-bio .section-title {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .home-bio .section-title {
    position: relative;
    top: unset;
    width: auto;
    display: inline-block;
    padding: 0 60px 20px;
    margin-bottom: 20px;
  }
}

.home-bio .section-title::before,
.home-bio .section-title::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-bio .section-title::after {
  bottom: 6px;
}

@media (min-width: 768px) {
  .home-bio .section-description {
    font-size: 16px;
  }
}

.home-bio .more-link-container {
  margin: 8px 20px 0;
}

@media (min-width: 768px) {
  .home-bio .more-link-container {
    margin-top: 20px;
  }
}

.home-bio .more-link {
  border: 1px solid #c69a9a;
  background: transparent;
  font-weight: 600;
  width: 100%;
  padding: 13px 80px;
}

@media (hover: hover) {
  .home-bio .more-link:hover {
    border-color: #404041;
  }
}

@media (min-width: 768px) {
  .home-bio .more-link {
    background: #fff;
    width: auto;
  }
}

/* [ Subscribe ] */

.home-subscribe,
.home-subscribe > .wrap {
  position: relative;
}

.home-subscribe {
  text-align: center;
  margin: 40px 0;
}

.home-subscribe > .wrap {
  padding: 20px;
}

@media (min-width: 1024px) {
  .home-subscribe > .wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.home-subscribe::before,
.home-subscribe::after,
.home-subscribe > .wrap::before,
.home-subscribe > .wrap::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-subscribe::after {
  bottom: 6px;
}

.home-subscribe > .wrap::before,
.home-subscribe > .wrap::after {
  top: 0;
  bottom: unset;
}

.home-subscribe > .wrap::after {
  top: 6px;
}

@media (min-width: 1024px) {
  .home-subscribe .section-title {
    margin-bottom: 28px;
  }
}

.home-subscribe .section-pretitle {
  text-transform: lowercase;
  margin-bottom: 4px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .home-subscribe .nf-form-content nf-fields-wrap {
    display: flex;
    justify-content: space-between;
  }

  .home-subscribe .nf-form-content nf-field {
    flex: 0 1 32.5%;
  }

  .oc-theme .nf-form-content .nf-field-container {
    margin-bottom: 0;
  }
}

/* [ Latest ] */

.home-latest {
  position: relative;
  width: 100%;
  padding: 32px 0;
  text-align: center;
  margin: 40px 0;
}

@media (min-width: 1024px) {
  .home-latest {
    margin: 60px 0;
  }
}

.home-latest::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: #f5e5d6;
  z-index: -1;
}

@media (min-width: 768px) {
  .home-latest::before {
    right: -20px;
    left: -20px;
  }
}

@media (min-width: 1024px) {
  .home-latest::before {
    right: calc((100vw - 1000px) / -2);
    left: calc((100vw - 1000px) / -2);
  }
}

@media (min-width: 1080px) {
  .home-latest::before {
    right: calc((100vw - 1020px) / -2);
    left: calc((100vw - 1020px) / -2);
  }
}

@media (min-width: 1024px) {
  .home-latest {
    padding: 60px 0 20px;
  }

  .home-latest > .wrap {
    position: relative;
  }
}

.home-latest .section-title {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .home-latest .section-title {
    margin-bottom: 32px;
  }
}

.home-latest .entry {
  background: transparent;
  box-shadow: none;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .home-latest .entry {
    margin-bottom: 40px;
  }
}

.home-latest .entry-image {
  border: 1px solid #707070;
}

@media (min-width: 1024px) {
  .home-latest .pre-title {
    margin: 0;
  }

  .home-latest .primary-category-link {
    background: #fff;
    border: 1px solid #707070;
  }
}

.home-latest .entry-title {
  font-size: 20px;
  text-transform: lowercase;
  color: #666;
  margin: 16px 0 0;
}

.home-latest .more-link {
  font-weight: 600;
  color: #404041;
  font-size: 20px;
}

@media (min-width: 1080px) {
  .home-latest .more-link {
    position: absolute;
    top: 12px;
    right: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 32px 4px;
  }
}

.home-latest .more-link .icon-font {
  top: 0;
}

/* [ Section ] */

.home-section {
  position: relative;
  text-align: center;
  margin: 32px 0;
}

@media (min-width: 768px) {
  .home-section {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .home-section {
    margin: 60px 0;
  }
}

.home-section:nth-of-type(odd) {
  padding: 40px 0 28px;
}

@media (min-width: 1024px) {
  .home-section:nth-of-type(odd) {
    padding: 56px 0 60px;
  }
}

.home-section:nth-of-type(odd)::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: #e6c3b8;
  z-index: -1;
}

@media (min-width: 768px) {
  .home-section:nth-of-type(odd)::before {
    right: -20px;
    left: -20px;
  }
}

@media (min-width: 1024px) {
  .home-section:nth-of-type(odd)::before {
    right: calc((100vw - 1000px) / -2);
    left: calc((100vw - 1000px) / -2);
  }
}

@media (min-width: 1080px) {
  .home-section:nth-of-type(odd)::before {
    right: calc((100vw - 1020px) / -2);
    left: calc((100vw - 1020px) / -2);
  }
}

@media (min-width: 1024px) {
  .home-section > .wrap {
    position: relative;
  }
}

.home-section .section-content {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .home-section .section-content {
    margin-bottom: 28px;
  }
}

.home-section .entry {
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
  border: 1px solid #707070;
}

@media (min-width: 1024px) {
  .home-section .entry {
    margin-bottom: 0;
  }
}

.home-section .entry-image {
  border-bottom: 1px solid #707070;
}

.home-section .pre-title {
  margin: 0;
}

.home-section .entry-title {
  font-size: 20px;
  text-transform: lowercase;
  padding: 8px;
  color: #666;
}

.home-section .more-link {
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 4px;
  background: transparent;
  border-bottom: 2px solid transparent;
}

@media (hover: hover) {
  .home-section .more-link:hover {
    color: inherit;
    background: transparent;
    border-color: inherit;
  }
}

@media (min-width: 1024px) {
  .home-section .more-link {
    position: absolute;
    top: 8px;
    right: 0;
  }
}

/* [ Links & Posts ] */

.home-links-and-posts {
  position: relative;
  padding: 40px 0 12px;
}

@media (min-width: 768px) {
  .home-links-and-posts {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .home-links-and-posts {
    padding: 52px 0;
  }
}

.home-links-and-posts::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: #f4f4f4;
  z-index: -1;
}

@media (min-width: 768px) {
  .home-links-and-posts::before {
    right: -20px;
    left: -20px;
  }
}

@media (min-width: 1024px) {
  .home-links-and-posts::before {
    right: calc((100vw - 1000px) / -2);
    left: calc((100vw - 1000px) / -2);
    bottom: 50%;
  }
}

@media (min-width: 1080px) {
  .home-links-and-posts::before {
    right: calc((100vw - 1020px) / -2);
    left: calc((100vw - 1020px) / -2);
  }
}

.home-links-and-posts .home-categories {
  margin: 0 0 20px;
}

.home-links-and-posts .home-posts {
  margin: 0;
}

@media (min-width: 768px) {
  .home-links-and-posts .entry {
    margin-bottom: 0;
  }
}

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

/* [ Categories ] */

.index-categories .section-title,
.index-title .section-title {
  text-align: center;
  font-size: 22px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .index-categories .section-title,
  .index-title .section-title {
    font-size: 28px;
    padding-bottom: 20px;
    margin: 0 auto 40px;
    max-width: 80%;
  }
}

.index-categories .section-title::before,
.index-categories .section-title::after,
.index-title .section-title::before,
.index-title .section-title::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-categories .section-title::after,
.index-title .section-title::after {
  bottom: 6px;
}

@media (min-width: 1024px) {
  .index-categories .articles-container {
    justify-content: center;
  }
}

.index-categories .entry {
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .index-categories .entry {
    margin-bottom: 40px;
  }
}

.index-categories .entry-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-categories .entry-title {
  font-size: 18px;
  padding: 8px;
}

@media (min-width: 1024px) {
  .index-categories .entry-title {
    margin-top: 8px;
  }
}

/* [ Latest ] */

.page-template-page_index .content-sidebar-wrap {
  background: #f5e5d6;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .page-template-page_index .content-sidebar-wrap {
    padding: 60px 0;
  }
}

.page-template-page_index .content-sidebar-wrap .content {
  width: calc(100% - 4px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-template-page_index .content-sidebar-wrap .content {
    width: calc(100% - 24px);
  }
}

@media (min-width: 1024px) {
  .page-template-page_index .content-sidebar-wrap .content {
    width: 1024px; /* would be 1032px if it fit... */
  }
}

@media (min-width: 1080px) {
  .page-template-page_index .content-sidebar-wrap .content {
    width: 1052px;
  }
}

@media (min-width: 1200px) {
  .page-template-page_index .content-sidebar-wrap .content {
    width: 1152px;
  }
}

@media (min-width: 1240px) {
  .page-template-page_index .content-sidebar-wrap .content {
    width: 1182px;
  }
}

.page-template-page_index .index-title {
  width: 100%;
}

.page-template-page_index .content .entry {
  background: transparent;
  box-shadow: none;
}

.page-template-page_index .content .entry-image {
  border: 1px solid #707070;
}

/* ---------- [ Shop ] ---------- */

.product-sections {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .product-sections {
    margin-top: 0;
  }
}

.product-sections > .wrap {
  position: relative;
  padding-top: 32px;
}

@media (min-width: 1024px) {
  .product-sections > .wrap {
    padding-top: 40px;
  }
}

.product-sections > .wrap::before,
.product-sections > .wrap::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #c69a9a;
  position: absolute;
  top: 0;
  left: 0;
}

.product-sections > .wrap::after {
  top: 6px;
}

.product-sections .articles-container {
  margin-top: 16px;
}

/* ---------- [ Error 404 ] ---------- */

.error-404-categories {
  margin-top: -12px;
}

@media (min-width: 1024px) {
  .error-404-categories {
    margin-top: 0;
  }
}

/* ---------- [ Contact ] ---------- */

.page-id-959.oc-theme .nf-form-content input:not([type='button']),
.page-id-959.oc-theme .nf-form-content input:not([type='button']):focus,
.page-id-959.oc-theme .nf-form-content textarea,
.page-id-959.oc-theme .nf-form-content textarea:focus {
  text-align: left;
}
