/**
 *  Theme Name: One Little Project
 *  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-one-little-project
 *  License: All rights reserved.
 *
 *  Notes: this complements our `defaults` file and sets up
 *  a base for us by overwriting some fonts & colors #3
 */

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

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

/**
 * Notes
 * - TOC (you are here)
 *
 * Stylized Defaults
 * - Custom Classes
 * - Entry Meta
 * - In-Post Headers
 * - In-Post Lists
 * - In-Post Styles
 * - Sticky Nav
 *
 * ACF
 * - Bio
 * - CTA & Subscribe
 * - Featured Images (Logos)
 * - Featured Posts
 * - Social Icons
 *
 * Add-ons
 * - Archive Nav
 * - Modal
 *
 * Plugins
 * - Akismet
 * - Gravity Forms
 * - Jetpack
 * - Mediavine
 * - Recipes (Tasty, WPRM)
 * - Related Posts for WordPress
 * - Social Pug, Warfare
 * - Yoast
 *
 * Page Sections
 * - Header
 * - Footer
 * - Sidebar
 *
 * Page Templates
 * - 404
 * - Blog
 * - Home
 * - Categories
 */

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

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

/* [ Block ] */

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

.blog-info,
.post-info,
.post-info a {
  color: #c9187c;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

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

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

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

.post-info {
  margin: 12px 0 8px;
}

.singular .single-entry-content a:not(.nc_tweet) {
  color: #c9187c;
  text-decoration: underline;
}

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

.post-buttons {
  display: flex;
  margin: 8px 0;
}

.post-buttons .wprm-recipe-snippet {
  flex: 0 1 280px;
  display: flex;
  justify-content: center;
  transition: 200ms;
  margin-left: 8px;
  margin-bottom: 2px;
}

@media (hover: hover) {
  .post-buttons .wprm-recipe-snippet:hover {
    flex-basis: 340px;
  }
}

.post-buttons .wprm-recipe-snippet .wprm-recipe-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff !important;
  background: #c9187c;
  padding: 0 8px !important;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
}

@media (hover: hover) {
  .post-buttons .wprm-recipe-link:hover {
    text-decoration: none;
    background: #000;
    transform: none !important;
  }
}

.post-disclosure {
  font-size: 68%;
  font-style: italic;
  margin: 8px 0;
}

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

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

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

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

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

.social-icons .articles-container {
  justify-content: center;
  margin: 0 -4px;
}

.social-icons .link-item {
  width: auto;
  margin: 0 4px;
}

.social-icons .link-icon {
  color: #fff;
  background: #c9187c;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  font-size: 28px;
  text-align: center;
  transition: 250ms;
}

@media (min-width: 1024px) {
  .social-icons .link-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    font-size: 14px;
  }
}

@media (hover: hover) {
  .social-icons .link-icon:hover {
    transform: scale(1.05);
  }
}

.social-icons .icon-youtube {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .social-icons .icon-youtube {
    font-size: 12px;
  }
}

.social-icons .icon-youtube::before {
  margin-left: 0;
}

/* [ Nav Primary ] */

@media (max-width: 1023px) {
  .nav-primary .social-icons {
    margin-top: 20px;
  }
}

.nav-primary .social-icons .link-item {
  padding: 0;
}

@media (max-width: 1023px) {
  .nav-primary .social-icons .link-item .link-icon {
    color: #000;
    background: #f3fafa;
  }
}

/* ---------- [ Widget: Bio ] ---------- */

.author-box {
  background-color: #ffdbd0;
  padding: 24px 40px;
  margin-bottom: 40px;
}

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

.author-box-content p a {
  text-decoration: underline;
}

@media (hover: hover) {
  .author-box-content p a:hover {
    text-decoration: none;
  }
}

.author-box .avatar {
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .author-box .avatar {
    border-radius: 50%;
    margin: 0 16px 12px 0;
  }
}

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

@media (min-width: 1024px) {
  .author-box .more-link-container {
    float: right;
    width: calc(100% - 160px);
    margin: -6px 0 0;
    padding-right: 16px;
  }
}

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

@media (min-width: 1024px) {
  .author-box .social-icons {
    padding-right: 16px;
    margin-top: 0;
  }
}

.author-box .social-icons .link-item:nth-of-type(1) .link-icon {
  background-color: #e6c324;
}

.author-box .social-icons .link-item:nth-of-type(3) .link-icon {
  background-color: #6dc8c0;
}

.author-box .social-icons .link-item:nth-of-type(4) .link-icon {
  background-color: #a3cf5e;
}

/* ---------- [ Widget: CTA ] ---------- */

/* ---------- [ Widget: Featured Posts ] ---------- */

/* ---------- [ Widget: Subscribe ] ---------- */

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

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

/*  .single .archive-nav */

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

.lity.lity-opened {
  z-index: 99999;
}

.lity .lity-container {
  background: #c9187c;
  box-shadow: 8px 8px 0 #d84f9c;
  padding: 40px 40px 24px;
  color: #fff;
  text-align: center;
}

.lity .lity-content:after {
  display: none !important;
}

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

.lity .lity-container h2 {
  font-size: 28px;
  line-height: 1;
}

.lity .lity-container p {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.lity-container .gform_wrapper ul.gform_fields {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .lity-container form {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lity-container .gform_wrapper ul.gform_fields {
    display: flex !important;
    flex-direction: row;
  }
}

.lity-container .gform_wrapper ul.gform_fields li.gfield * {
  margin: 0 !important;
  padding: 0 !important;
}

.lity-container .gform_wrapper .gform_footer {
  margin: 0 !important;
  flex: 1;
  padding: 0;
}

.lity-container .gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
}

.lity-container .gform_wrapper ul.gform_fields li.gfield input {
  padding: 4px 12px !important;
  font-size: 15px !important;
  margin: 0;
  min-height: 52px !important;
  width: 100% !important;
  font-weight: 600;
}

.lity-container .gform_wrapper ul.gform_fields li.gfield .name_first input {
  text-transform: capitalize;
}

.lity-container .gform_wrapper ul.gform_fields li.gfield:first-of-type {
  margin: 0;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .lity-container .gform_wrapper ul.gform_fields li.gfield {
    flex-basis: 50% !important;
    width: 50% !important;
    margin: 0;
  }

  .lity-container .gform_wrapper ul.gform_fields li.gfield:not(:last-of-type) {
    margin-bottom: 0;
    margin: 0;
    margin-right: 16px;
  }
}

.lity-container .gform_wrapper .gform_footer {
  margin-top: 16px !important;
}

@media (min-width: 1024px) {
  .lity-container .gform_wrapper .gform_footer {
    margin-top: 0 !important;
    flex-basis: 120px;
  }
}

.lity-container .gform_wrapper .gform_footer input.button,
.lity-container .gform_wrapper .gform_footer input[type='submit'],
.lity-container .gform_wrapper .gform_page_footer input.button,
.lity-container .gform_wrapper .gform_page_footer input[type='submit'] {
  color: #000;
  background: #6dc8c0;
}

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

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

/* ---------- [ Gravity Forms ] ---------- */

/* Spacing Reset */

.oc-theme .gform_wrapper,
body.oc-theme .gform_wrapper ul li.gfield,
body.oc-theme .gform_wrapper .top_label div.ginput_container,
.oc-theme .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.oc-theme .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.oc-theme .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.oc-theme .gform_wrapper li.hidden_label input,
.oc-theme .gform_wrapper .gform_footer,
.oc-theme .gform_wrapper .gform_footer input.button,
.oc-theme .gform_wrapper .gform_footer input[type='submit'],
.oc-theme .gform_wrapper .gform_page_footer input.button,
.oc-theme .gform_wrapper .gform_page_footer input[type='submit'] {
  margin: 0;
}

.oc-theme .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.oc-theme .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.oc-theme .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.oc-theme .gform_wrapper .gform_footer {
  padding: 0;
}

body.oc-theme .gform_wrapper ul li.gfield {
  padding: 0;
}

body.oc-theme .gform_wrapper .top_label div.ginput_container {
  width: 100%;
}

@media (min-width: 641px) {
  .oc-theme .gform_wrapper .top_label input.medium,
  .oc-theme .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

.oc-theme .gform_wrapper .gform_footer {
  margin-top: 12px;
}

@media only screen and (min-width: 641px) {
  .oc-theme .gform_wrapper .gform_footer input.button,
  .oc-theme .gform_wrapper .gform_footer input[type='image'],
  .oc-theme .gform_wrapper .gform_footer input[type='submit'] {
    width: 100%;
  }
}

/* Design */

.oc-theme .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  padding: 4px 12px;
  font-size: 15px;
}

.oc-theme .gform_wrapper input {
  height: 48px;
  line-height: 48px !important;
}

.oc-theme:not(.page-id-1245) .gform_wrapper input {
  border: 0;
}

.oc-theme .gform_wrapper input::placeholder {
  text-transform: unset;
  letter-spacing: 0;
}

.oc-theme .gform_wrapper .gform_footer input.button,
.oc-theme .gform_wrapper .gform_footer input[type='submit'],
.oc-theme .gform_wrapper .gform_page_footer input.button,
.oc-theme .gform_wrapper .gform_page_footer input[type='submit'] {
  padding: 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.oc-theme .home-subscribe .gform_wrapper .gfield_required,
.oc-theme .footer-subscribe .gform_wrapper .gfield_required,
.oc-theme .widget-subscribe .gform_wrapper .gfield_required {
  color: #fff;
}

/* Error messages */

.oc-theme .gform_wrapper li.gfield.gfield_error {
  padding: 0;
  border: none;
  background-color: transparent;
}

.oc-theme .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.oc-theme .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
  padding-right: 16px;
}

.oc-theme .gform_wrapper.gform_validation_error .top_label input.medium,
.oc-theme .gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100%;
}

.oc-theme .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 4px 0 6px;
  line-height: 1.1;
  font-size: 12px;
  font-weight: 500;
}

.oc-theme .gform_wrapper .validation_message {
  color: #fff;
}

.oc-theme .gform_wrapper .validation_message::before {
  content: '!';
  display: inline-flex;
  height: 13px;
  width: 13px;
  border: 1px solid;
  margin-right: 4px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  vertical-align: text-bottom;
  font-size: 10px;
}

.oc-theme .gform_wrapper div.validation_error {
  color: #fff;
  border-color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.2;
}

.oc-theme .gform_wrapper .top_label .gfield_error {
  width: initial;
}

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

/* Related Posts */
.after-entry #jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}

.after-entry #jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: 0;
}

.after-entry #jp-relatedposts h3.jp-relatedposts-headline {
  line-height: 1.2;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 400;
  margin: 8px 0 12px;
}

.after-entry #jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: 400;
}

.after-entry #jp-relatedposts .jp-relatedposts-items-visual {
  margin-left: 0;
}

@media screen and (min-width: 374px) {
  .after-entry #jp-relatedposts .jp-relatedposts-items {
    display: flex;
    margin: 0 -8px;
  }
}

.after-entry #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
  padding-right: 0;
}

.after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  border: 2px solid #ebecec;
  float: none;
  width: 100%;
}

@media screen and (min-width: 374px) {
  .after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    margin: 0 8px 20px;
    width: calc(1 / 3 * 100% - 16px);
  }
}

@media screen and (min-width: 1024px) {
  .after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post > .jp-relatedposts-post-a:hover img {
    opacity: 1;
  }

  .after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post > .jp-relatedposts-post-a::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #c9187c;
    transform: scale(0);
    transition: all 400ms ease;
  }

  .after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post > .jp-relatedposts-post-a:hover::after {
    transform: scale(1);
  }
}

.after-entry .jp-relatedposts a:hover,
.after-entry .jp-relatedposts a {
  text-decoration: none !important;
}

.after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 8px 8px 0;
  text-align: center;
  line-height: 1;
  color: #d84f9c;
}

@media screen and (min-width: 768px) {
  .after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 24px;
  }
}

.after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a::after {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #237f85;
  margin: 12px auto 16px;
  transition: 400ms;
}

@media screen and (min-width: 1024px) {
  .after-entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover::after {
    width: 60%;
  }
}

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

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

.wprm-recipe-container .wprm-recipe {
  background: transparent;
  overflow: visible;
  font-family: inherit;
  padding: 0;
}

.wprm-recipe-container .wprm-recipe-template-compact-no-video,
.wprm-recipe-container .wprm-recipe-template-compact-howto-no-video {
  border: 4px solid #6dc8c0;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .wprm-recipe-container .wprm-recipe-template-compact-no-video,
  .wprm-recipe-container .wprm-recipe-template-compact-howto-no-video {
    padding: 20px;
  }
}

.wprm-recipe-image {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .wprm-recipe-image {
    margin-top: -44px;
  }
}

.wprm-recipe-image img {
  border-radius: 100%;
  border: 6px solid #fff !important;
}

.wprm-recipe .wprm-recipe-name,
.wprm-recipe .wprm-recipe-header,
.wprm-recipe p,
.wprm-recipe li,
.wprm-recipe h1,
.wprm-recipe h2,
.wprm-recipe h3,
.wprm-recipe h4,
.wprm-recipe h5,
.wprm-recipe h6 {
  font-family: inherit !important;
  margin: inherit !important;
}

.wprm-recipe .wprm-recipe-ingredients,
.wprm-recipe .wprm-recipe-equipment {
  margin-left: 20px !important;
}

.wprm-recipe .wprm-recipe-link {
  border: 0 !important;
  color: #fff !important;
  background: #c9187c !important;
  text-decoration: none !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 7px 12px 4px !important;
}

@media (hover: hover) {
  .wprm-recipe .wprm-recipe-link:hover {
    background: #000 !important;
    transform: scale(1.05);
  }
}

.wprm-recipe .wprm-recipe-link svg {
  filter: brightness(0) invert(1);
  margin-right: 4px;
  margin-top: -4px;
}

.wprm-recipe .wprm-recipe-name {
  line-height: 1.1 !important;
  margin: 20px 0 12px !important;
}

@media (min-width: 768px) {
  .wprm-recipe .wprm-recipe-name {
    margin-top: 0 !important;
  }
}

.wprm-recipe .wprm-recipe-details-container-table,
.wprm-recipe .wprm-recipe-block-container {
  border-color: #767676 !important;
}

.wprm-recipe .wprm-recipe-block-container {
  padding: 4px 12px 0;
}

.wprm-recipe .wprm-block-text-faded,
.wprm-recipe .wprm-recipe-ingredient-notes-faded {
  color: #767676;
  opacity: 1 !important;
  text-transform: uppercase;
  font-size: 70%;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.2;
}

.wprm-recipe .wprm-recipe-header,
.wprm-recipe .wprm-recipe-group-name {
  margin: 12px 0 8px !important;
}

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

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

/* ---------- [ Social Pug, Warfare ] ---------- */

.swp_social_panel {
  margin: 0 !important;
}

@media (max-width: 413px) {
  .iconFiller + .swp_count {
    display: none !important;
  }
}

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

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

@media (min-width: 1024px) {
  .primary-category-link {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #767676;
    margin: 8px 8px 0;
  }
}

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

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

/* [ Header CTA ] */

.header-cta .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.header-cta .section-description p {
  margin: 0;
}

.header-cta .more-link {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  border: 0;
  box-shadow: none;
  color: #fff;
  background: #d84f9c;
}

@media (hover: hover) {
  .header-cta .more-link:hover {
    box-shadow: none;
    color: #fff;
    background: #000;
  }
}

/* Nav Primary */

.nav-primary .header-cta .section-content {
  padding: 20px 12px;
}

.nav-primary .header-cta .section-description {
  font-size: 14px;
}

.nav-primary .header-cta {
  text-align: center;
}

.nav-primary .header-cta .more-link {
  width: 120px;
  border-radius: 2px;
  padding: 12px 16px;
  letter-spacing: 0.1em;
  margin-left: 12px;
}

/* Before Header */

.before-header .header-cta .section-content {
  display: flex;
  justify-content: center;
  padding: 8px 220px;
}

.before-header .header-cta .section-description {
  font-size: 16px;
}

.before-header .header-cta .more-link-container {
  margin-left: 12px;
  margin-top: 3px;
}

.before-header .header-cta .more-link {
  display: block;
  padding: 4px 12px;
}

/* [ Search ] */

.nav-primary .search-form {
  border: 0;
  box-shadow: none;
  background: #fff;
  margin: 20px 12px 12px;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1024px) {
  .nav-primary .search-form {
    width: 112px;
    margin: 0;
  }
}

.nav-primary .search-form input {
  font-size: 16px;
  padding-left: 20px;
  min-height: 48px;
}

@media (min-width: 1024px) {
  .nav-primary .search-form input {
    padding-left: 8px;
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .nav-primary .search-form input {
    font-size: 18px;
  }
}

.nav-primary .search-form ::placeholder {
  font-family: 'Roboto Slab', serif;
  text-transform: lowercase;
  letter-spacing: 0;
  color: #c9187c;
}

@media (min-width: 1024px) {
  .nav-primary .search-form ::placeholder {
    font-weight: 400;
    color: #c9187c;
  }
}

.nav-primary .search-form .search-submit-icon {
  top: 12px;
  right: 16px;
}

@media (min-width: 1024px) {
  .nav-primary .search-form .search-submit-icon {
    top: 6px;
    right: 6px;
  }
}

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

.site-footer > .wrap {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-footer > .wrap {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 1024px) {
  .site-footer > .wrap {
    width: calc(100% - 20px);
  }
}

@media (min-width: 1200px) {
  .site-footer > .wrap {
    max-width: 1120px;
  }
}

@media (min-width: 1280px) {
  .site-footer > .wrap {
    max-width: 1200px;
  }
}

.site-footer > .wrap > * > .wrap {
  max-width: 100%;
}

/* [ Authority ] */

.footer-authority {
  text-align: center;
  margin: 0 0 32px;
}

.footer-authority .section-title {
  font-size: 28px;
  margin: 20px 0 12px;
}

.footer-authority .entry {
  position: relative;
  margin-bottom: 12px;
}

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

.footer-authority .entry-content .entry-title {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #f9b194;
  box-shadow: 2px 2px 0 #f9b194;
  padding: 8px 12px;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: none;
}

@media (min-width: 768px) {
  .footer-authority .entry-content .entry-title {
    font-size: 11px;
    padding: 8px 10px;
    word-break: keep-all;
  }
}

.footer-authority .entry-content .entry:nth-of-type(5n + 1) .entry-title {
  border-color: #e6c324;
  box-shadow: 2px 2px 0 #e6c324;
}

.footer-authority .entry-content .entry:nth-of-type(5n + 2) .entry-title {
  border-color: #d84f9c;
  box-shadow: 2px 2px 0 #d84f9c;
}

.footer-authority .entry-content .entry:nth-of-type(5n + 3) .entry-title {
  border-color: #6dc8c0;
  box-shadow: 2px 2px 0 #6dc8c0;
}

.footer-authority .entry-content .entry:nth-of-type(5n + 4) .entry-title {
  border-color: #a3cf5e;
  box-shadow: 2px 2px 0 #a3cf5e;
}

.footer-authority .entry-content .entry-title-link {
  color: #000;
}

.footer-authority .entry-content .entry-title-link::after {
  content: none;
}

/* [ Subscribe ] */

.footer-subscribe {
  color: #fff;
  background: #237f85;
  box-shadow: 8px 8px 0 #6dc8c0;
  padding: 20px;
  margin: 20px 0 32px;
}

@media (min-width: 768px) {
  .footer-subscribe {
    padding: 32px;
  }
}

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

  .footer-subscribe .wrap {
    padding-right: 450px;
    position: relative;
  }
}

.footer-subscribe .section-content::before {
  content: '';
  display: block;
  width: 28px;
  height: 40px;
  background: url(/wp-content/themes/once-coupled-one-little-project/assets/images/embellishment.svg) no-repeat center / contain;
  float: left;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .footer-subscribe .section-content::before {
    width: 44px;
    height: 60px;
    margin-top: -4px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .footer-subscribe .section-content::before {
    margin-top: -8px;
  }
}

.footer-subscribe .section-pretitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .footer-subscribe .section-pretitle {
    letter-spacing: 0.05em;
    font-size: 24px;
    margin-top: 4px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .footer-subscribe .section-pretitle {
    font-size: 22px;
    margin-top: 8px;
  }
}

.footer-subscribe .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .footer-subscribe .section-title {
    font-size: 15px;
  }
}

.footer-subscribe .section-description {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .footer-subscribe .section-description {
    width: 450px;
    position: absolute;
    top: 12px;
    right: 0;
    margin-top: 0;
  }
}

.footer-subscribe .section-description p {
  margin: 0;
}

@media (min-width: 1024px) {
  .footer-subscribe .gform_wrapper form,
  .footer-subscribe .gform_wrapper ul.gform_fields {
    display: flex;
  }

  .footer-subscribe .gform_wrapper ul.gform_fields li.gfield {
    margin-right: 12px;
  }

  .footer-subscribe .gform_wrapper .gform_footer {
    margin-top: 0;
    flex-basis: 120px;
  }

  .footer-subscribe .gform_wrapper div.validation_error {
    position: absolute;
    border: none;
    padding: 0;
    font-size: 14px;
    transform: translateY(calc(-100% - 4px));
  }
}

.footer-subscribe .gform_wrapper .gform_footer input.button,
.footer-subscribe .gform_wrapper .gform_footer input[type='submit'],
.footer-subscribe .gform_wrapper .gform_page_footer input.button,
.footer-subscribe .gform_wrapper .gform_page_footer input[type='submit'] {
  background: #c9187c;
}

@media (hover: hover) {
  .footer-subscribe .gform_wrapper .gform_footer input.button:hover,
  .footer-subscribe .gform_wrapper .gform_footer input[type='submit']:hover,
  .footer-subscribe .gform_wrapper .gform_page_footer input.button:hover,
  .footer-subscribe .gform_wrapper .gform_page_footer input[type='submit']:hover {
    background: #000;
  }
}

/* [ Bio ] */

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

@media (min-width: 414px) {
  .footer-bio .wrap {
    display: flex;
    text-align: left;
  }
}

.footer-bio .section-image,
.footer-bio .section-content {
  flex: auto;
}

.footer-bio .section-image {
  width: 168px;
  min-width: 168px;
  margin: 0 auto 8px;
  position: relative;
}

@media (min-width: 414px) {
  .footer-bio .section-image {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

@media (min-width: 425px) {
  .footer-bio .section-image {
    margin-right: 24px;
  }
}

.footer-bio .entry-image {
  display: block;
  border-radius: 100px;
}

.footer-bio .section-image::after {
  content: '';
  width: 160px;
  height: 160px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #fff;
  z-index: 9;
  border-radius: 100px;
}

.footer-bio .section-title {
  color: #c9187c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}

.footer-bio .section-content p {
  font-size: 16px;
  margin: 4px 0;
}

@media (min-width: 414px) {
  .footer-bio .more-link-container {
    text-align: left;
  }
}

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

.sidebar .widget-bio .section-description p a {
  text-decoration: underline;
}

@media (hover: hover) {
  .sidebar .widget-bio .section-description p a:hover {
    text-decoration: none;
  }
}

/* [ Bio ] */

@media (min-width: 1024px) {
  .sidebar .widget-bio:first-of-type {
    margin-top: -72px;
  }
}

.widget-bio .section-image {
  width: 148px;
  margin: 0 auto;
  position: relative;
}

.widget-bio .section-image::after {
  content: '';
  width: 140px;
  height: 140px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #fff;
  z-index: 9;
  border-radius: 100px;
}

.widget-bio .entry-image {
  border-radius: 100%;
  width: 148px;
  position: relative;
}

.widget-bio .section-title {
  color: #c9187c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.1em; */
  margin: 8px 0;
}

.widget-bio .section-description {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 20px;
}

/* [ CTA ] */

.widget-cta .pre-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.widget-cta .entry-title {
  font-size: 32px;
}

.widget-cta .entry-title a {
  color: #d84f9c;
}

.widget-cta .entry-description p {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 20px;
  margin: 0 0 8px;
}

/* [ Posts ] */

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

.widget-posts .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
}

.widget-posts .entry-title-link {
  color: #c9187c;
}

@media (hover: hover) {
  .widget-posts .entry-title-link:hover {
    text-decoration: none;
  }
}

.widget-posts .entry-title-link::after {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #237f85;
  margin: 8px auto 0;
  transition: 400ms;
}

@media (hover: hover) {
  .widget-posts .entry-title-link:hover::after {
    width: 60%;
  }
}

/* [ Search ] */

.widget_search {
  margin-left: 12px;
  margin-right: 12px;
}

.widget + .widget_search {
  margin-top: -40px;
}

/* [ Subscribe ] */

.widget-subscribe {
  color: #fff;
  background: #237f85;
  box-shadow: 8px 8px 0 #6dc8c0;
  padding: 20px 20px 24px;
}

.widget-subscribe .section-image {
  margin-bottom: 8px;
}

.widget-subscribe .section-content::before {
  content: '';
  display: block;
  width: 28px;
  height: 40px;
  background: url(/wp-content/themes/once-coupled-one-little-project/assets/images/embellishment.svg) no-repeat center / contain;
  margin: 0 auto 16px;
  opacity: 0.55;
}

.widget-subscribe .section-pretitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.widget-subscribe .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.widget-subscribe .section-description {
  margin-top: 20px;
}

.widget-subscribe .section-description p {
  margin: 0;
}

.widget-subscribe .gform_wrapper ul.gform_fields {
  display: flex;
}

.widget-subscribe .gform_wrapper ul.gform_fields li.gfield:not(:last-of-type) {
  margin-right: 12px;
}

.widget-subscribe .gform_wrapper .gform_footer {
  margin-top: 0;
}

.widget-subscribe .gform_wrapper .gform_footer input.button,
.widget-subscribe .gform_wrapper .gform_footer input[type='submit'],
.widget-subscribe .gform_wrapper .gform_page_footer input.button,
.widget-subscribe .gform_wrapper .gform_page_footer input[type='submit'] {
  background: #c9187c;
}

@media (hover: hover) {
  .widget-subscribe .gform_wrapper .gform_footer input.button:hover,
  .widget-subscribe .gform_wrapper .gform_footer input[type='submit']:hover,
  .widget-subscribe .gform_wrapper .gform_page_footer input.button:hover,
  .widget-subscribe .gform_wrapper .gform_page_footer input[type='submit']:hover {
    background: #000;
  }
}

.oc-theme .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  padding-right: 0;
}

/* [ CTA ] */

.widget-cta .section-image {
  margin-bottom: 8px;
}

.widget-cta .section-pretitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #d84f9c;
  margin-bottom: 4px;
}

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

.widget-cta .section-description p {
  margin: 8px 0;
  line-height: 1.4;
}

/* ---------- [ Sidebar (After-Entry) ] ---------- */

/* [ Related Posts ] */

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

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

@media (min-width: 768px) {
  .rp4wp-related-posts ul {
    display: flex;
    margin: 0 -8px;
  }
}

.rp4wp-related-posts li {
  border: 2px solid #ebecec;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rp4wp-related-posts li {
    margin: 0 8px 20px;
    width: calc(1 / 3 * 100% - 16px);
  }
}

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

@media (hover: hover) {
  .rp4wp-related-post-image a:hover img {
    opacity: 1;
  }

  .rp4wp-related-post-image a::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #c9187c;
    transform: scale(0);
    transition: all 400ms ease;
  }

  .rp4wp-related-post-image a:hover::after {
    transform: scale(1);
  }
}

.rp4wp-related-post-content a {
  margin: 8px 8px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 768px) {
  .rp4wp-related-post-content a {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #d84f9c;
  }
}

@media (hover: hover) {
  .rp4wp-related-post-content a {
    text-decoration: none;
  }
}

.rp4wp-related-post-content a::after {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #237f85;
  margin: 12px auto 16px;
  transition: 400ms;
}

@media (hover: hover) {
  .rp4wp-related-post-content a:hover::after {
    width: 60%;
  }
}

/* [ Categorys & Tags ] */

.after-entry .widget + .enhanced-text-widget {
  margin-top: -20px;
}

.after-entry .enhanced-text-widget {
  margin-bottom: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.entry-categories a,
.entry-tags a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  top: 1px;
}

/* [ Subscribe ] */

.after-entry .widget-subscribe {
  background: #c9187c;
  box-shadow: 8px 8px 0 #d84f9c;
  padding: 20px 40px 24px;
}

.after-entry .widget-subscribe .section-content::before {
  content: none;
}

.after-entry .widget-subscribe .section-pretitle {
  font-size: 28px;
  line-height: 1;
}

.after-entry .widget-subscribe .section-title {
  font-size: 14px;
  line-height: 1.4;
}

.after-entry .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  padding-right: 0;
}

@media (min-width: 1024px) {
  .after-entry .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    padding-right: 16px;
  }

  .after-entry .widget-subscribe .gform_wrapper form,
  .after-entry .widget-subscribe .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
  }

  .after-entry .gform_wrapper .gform_body {
    flex: 1;
  }
}

.after-entry .widget-subscribe .gform_wrapper ul.gform_fields li.gfield {
  flex: 1;
}

@media (min-width: 1024px) {
  .after-entry .widget-subscribe .gform_wrapper ul.gform_fields li.gfield {
    margin-right: 12px;
  }

  .after-entry .widget-subscribe .gform_wrapper .gform_footer {
    margin-top: 0;
    flex-basis: 120px;
  }
}

.after-entry .widget-subscribe .gform_wrapper .gform_footer input.button,
.after-entry .widget-subscribe .gform_wrapper .gform_footer input[type='submit'],
.after-entry .widget-subscribe .gform_wrapper .gform_page_footer input.button,
.after-entry .widget-subscribe .gform_wrapper .gform_page_footer input[type='submit'] {
  color: #000;
  background: #6dc8c0;
}

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

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

  .after-entry .widget-cta .section-image {
    margin-right: 20px;
    flex-basis: 380px;
  }
}

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

@media (min-width: 1024px) {
  .blog.content-sidebar .sidebar,
  .page.content-sidebar .sidebar {
    /* assumes single-line title */
    margin-top: -46px;
  }
}

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

.error404 .breadcrumb {
  margin: 0 auto 12px;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .error404 .breadcrumb {
    margin-top: -12px;
  }
}

@media (min-width: 1024px) {
  .error404 .sidebar {
    margin-top: 48px;
  }
}

/* ---------- [ Blog ] ---------- */

.blog-info {
  color: #000;
  margin: 8px 0 4px;
  font-size: 14px;
  text-align: center;
}

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

  .blog .content .entry {
    position: relative;
    padding: 20px 2% 20px 50%;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .blog .content .entry .entry-image-link {
    position: absolute;
    top: 0;
    right: 52%;
    bottom: 0;
    left: 0;
    display: block;
  }

  .blog .content .entry .entry-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.blog .content .entry-title {
  font-size: 24px;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .blog .content .entry-title {
    text-align: left;
    margin: 0;
  }

  .blog .content .entry-title-link::after {
    margin-left: 0;
  }

  .blog .content .primary-category-link {
    display: none;
  }
}

.blog .content .entry-content p {
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .blog .content .entry-content p {
    margin: 8px 0 0;
    text-align: left;
    padding: 0;
  }
}

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

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

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

/* [ Container ] */

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

@media (min-width: 1024px) {
  .home .content-sidebar-wrap {
    margin-top: 0;
  }
}

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

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

@media (min-width: 1024px) {
  .home .content-sidebar-wrap > * > .wrap {
    max-width: calc(100% - 20px);
  }
}

@media (min-width: 1200px) {
  .home .content-sidebar-wrap > * > .wrap {
    max-width: 1120px;
  }
}

@media (min-width: 1280px) {
  .home .content-sidebar-wrap > * > .wrap {
    max-width: 1200px;
  }
}

/* [ Entries ] */

.home .content .entry {
  border: 0;
  margin: 0;
  padding: 0;
}

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

.featured-content .entry .pre-title {
  order: 2;
  margin: 0;
  display: none;
}

@media (min-width: 768px) {
  .featured-content .entry .pre-title {
    display: block;
  }
}

.featured-content .entry .title {
  order: 1;
}

/* [ Home Highlights ] */

.home-highlights {
  margin: 0 0 28px;
}

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

.home .home-highlights .entry {
  position: relative;
  border: 0;
  padding: 0;
}

.home-highlights .entry-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
  text-align: center;
  border: 1px solid #a3cf5e;
  box-shadow: 4px 4px 0 #a3cf5e;
  padding: 8px 12px;
  pointer-events: none;
}

.home-highlights .entry:nth-of-type(4n + 1) .entry-content {
  border: 1px solid #d84f9c;
  box-shadow: 4px 4px 0 #d84f9c;
}

.home-highlights .entry:nth-of-type(4n + 2) .entry-content {
  border: 1px solid #e6c324;
  box-shadow: 4px 4px 0 #e6c324;
}

.home-highlights .entry:nth-of-type(4n + 3) .entry-content {
  border: 1px solid #6dc8c0;
  box-shadow: 4px 4px 0 #6dc8c0;
}

@media (min-width: 768px) {
  .home-highlights .entry-content {
    padding: 12px 20px;
    box-shadow: 8px 8px 0 #a3cf5e;
  }

  .home-highlights .entry:nth-of-type(4n + 1) .entry-content {
    box-shadow: 8px 8px 0 #d84f9c;
  }

  .home-highlights .entry:nth-of-type(4n + 2) .entry-content {
    box-shadow: 8px 8px 0 #e6c324;
  }

  .home-highlights .entry:nth-of-type(4n + 3) .entry-content {
    box-shadow: 8px 8px 0 #6dc8c0;
  }
}

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

@media (min-width: 768px) {
  .home-highlights .pre-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 600;
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1;
  }

  .home .home-highlights .entry .pre-title {
    order: 0;
  }
}

.home .home-highlights .entry-title {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: lowercase;
}

@media (min-width: 768px) {
  .home .home-highlights .entry-title {
    font-size: 22px;
  }

  .home .home-highlights .entry-title-link {
    color: #000;
  }
}

@media (min-width: 800px) {
  .home .home-highlights .entry-title {
    font-size: 24px;
  }
}

.home .home-highlights .entry-title-link::after {
  content: none;
}

@media (hover: hover) {
  .home-highlights .pre-title {
    transition: 400ms;
  }

  .home-highlights .entry:hover .pre-title,
  .home-highlights .entry:hover .entry-title-link {
    color: #a3cf5e;
  }

  .home-highlights .entry:hover:nth-of-type(4n + 1) .pre-title,
  .home-highlights .entry:hover:nth-of-type(4n + 1) .entry-title-link {
    color: #d84f9c;
  }

  .home-highlights .entry:hover:nth-of-type(4n + 2) .pre-title,
  .home-highlights .entry:hover:nth-of-type(4n + 2) .entry-title-link {
    color: #e6c324;
  }

  .home-highlights .entry:hover:nth-of-type(4n + 3) .pre-title,
  .home-highlights .entry:hover:nth-of-type(4n + 3) .entry-title-link {
    color: #6dc8c0;
  }
}

/* [ Home Categories ] */

.home-categories {
  margin: 28px 0 40px;
}

@media (min-width: 1024px) {
  .home-categories .wrap {
    display: flex;
  }
}

.home-categories .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .home-categories .section-content {
    flex-direction: column;
    margin-right: 40px;
    min-width: 217px;
  }

  .home-categories .articles-container {
    min-width: 740px;
    width: 100%;
  }
}

.home-categories .section-pretitle {
  order: 2;
  margin-left: 20px;
}

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

.home-categories .section-title {
  color: #000;
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

@media (min-width: 1024px) {
  .home-categories .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

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

.home-categories .articles-container .entry {
  border: 0;
  padding: 0;
}

@media (min-width: 425px) and (max-width: 767px) {
  .home-categories .articles-container .entry {
    width: calc(1 / 3 * 100% - 16px);
  }
}

@media (min-width: 768px) {
  .home-categories .articles-container .entry {
    max-width: calc(1 / 6 * 100% - 16px);
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .home-categories .articles-container .entry:last-of-type {
    margin-right: 0;
  }
}

.home-categories .articles-container .entry-title {
  margin: 8px;
}

.home-categories .articles-container .entry-title-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #d84f9c;
  box-shadow: 4px 4px 0 #d84f9c;
  text-transform: uppercase;
  width: 110px;
  height: 110px;
  border-radius: 120px;
  margin: 0 auto;
  padding: 8px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 830px) {
  .home-categories .articles-container .entry-title-link {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 12px;
    padding: 7px;
  }

  .home-categories .articles-container .entry:nth-of-type(4n) .entry-title-link {
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 3px;
  }
}

@media (hover: hover) {
  .home-categories .articles-container .entry-title-link:hover {
    transform: scale(1.05);
    text-decoration: none;
  }
}

.home-categories .articles-container .entry:nth-of-type(4n + 1) .entry-title-link {
  border: 1px solid #a3cf5e;
  box-shadow: 4px 4px 0 #a3cf5e;
}

.home-categories .articles-container .entry:nth-of-type(4n + 2) .entry-title-link {
  border: 1px solid #6dc8c0;
  box-shadow: 4px 4px 0 #6dc8c0;
}

.home-categories .articles-container .entry:nth-of-type(4n + 3) .entry-title-link {
  border: 1px solid #e6c324;
  box-shadow: 4px 4px 0 #e6c324;
}

.home-categories .articles-container .entry-title-link::after {
  content: none;
}

@media (min-width: 1024px) {
  .home-categories .articles-container .entry-content .entry-title {
    margin-left: 0;
    margin-right: 0;
  }
}

/* [ Home Subscribe ] */

.home-subscribe .wrap {
  margin: 32px 0;
  text-align: center;
  color: #fff;
  background: #237f85;
  box-shadow: 8px 8px 0 #6dc8c0;
  padding: 20px 40px 24px;
}

.home-subscribe .section-pretitle {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .home-subscribe .section-pretitle {
    letter-spacing: 0.05em;
    font-size: 28px;
  }
}

.home-subscribe .section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .home-subscribe .section-title {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .home-subscribe .gform_wrapper form,
  .home-subscribe .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
  }

  .home-subscribe .gform_wrapper .gform_body {
    flex: 1;
  }
}

.home-subscribe .gform_wrapper ul.gform_fields li.gfield {
  flex: 1;
}

@media (min-width: 768px) {
  .home-subscribe .gform_wrapper ul.gform_fields li.gfield {
    margin-right: 12px;
  }

  .home-subscribe .gform_wrapper .gform_footer {
    margin-top: 0;
    flex-basis: 120px;
  }
}

.home-subscribe .gform_wrapper .gform_footer input.button,
.home-subscribe .gform_wrapper .gform_footer input[type='submit'],
.home-subscribe .gform_wrapper .gform_page_footer input.button,
.home-subscribe .gform_wrapper .gform_page_footer input[type='submit'] {
  color: #000;
  background: #e6c324;
}

@media (hover: hover) {
  .home-subscribe .gform_wrapper .gform_footer input.button:hover,
  .home-subscribe .gform_wrapper .gform_footer input[type='submit']:hover,
  .home-subscribe .gform_wrapper .gform_page_footer input.button:hover,
  .home-subscribe .gform_wrapper .gform_page_footer input[type='submit']:hover {
    color: #fff;
    background: #000;
  }
}

/* [ Home Latest ] */

.home-posts.home-latest {
  margin: 48px 0 40px;
  text-align: center;
  padding: 0;
}

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

.home-latest .wrap {
  display: flex;
  flex-direction: column;
}

.home-latest .section-title {
  text-transform: lowercase;
  margin-bottom: 12px;
}

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

.home-latest .entry:last-of-type,
.home-latest .entry:nth-last-of-type(2) {
  margin-bottom: 0;
}

.home-latest .more-link-container {
  margin-top: 20px;
}

/* [ Home Search ] */

.home-search {
  margin: 32px 0 48px;
}

@media (min-width: 768px) {
  .home-search {
    margin: 56px 0 64px;
  }

  .home-search .wrap {
    padding: 0 20%;
  }
}
.home-search .search-form {
  box-shadow: 8px 8px 0 #ebecec;
}

.home-search input {
  height: 56px;
  font-size: 16px;
}

.home-search .search-submit-icon {
  top: 16px;
}

/* [ Home Posts ] */

.home-posts {
  padding: 36px 0;
  text-align: center;
}

.home-posts-0 {
  background: #ffdbd0;
  box-shadow: 0 12px 0 #fff0eb;
}

.home-posts-2 {
  background: #d1eeee;
  box-shadow: 0 12px 0 #f3fafa;
}

.home-posts-4 {
  background: #ffeba6;
  box-shadow: 0 12px 0 #fff7e3;
}

.home-posts .more-link {
  border-color: #a3cf5e;
  box-shadow: 2px 2px 0 #a3cf5e;
}

.home-posts-0 .more-link {
  border-color: #f9b194;
  box-shadow: 2px 2px 0 #f9b194;
}

.home-posts-2 .more-link {
  border-color: #6dc8c0;
  box-shadow: 2px 2px 0 #6dc8c0;
}

.home-posts-4 .more-link {
  border-color: #e6c324;
  box-shadow: 2px 2px 0 #e6c324;
}

.home-posts .section-title {
  text-transform: lowercase;
  color: #454546;
  margin-bottom: 16px;
}

.home-posts .section-title .emphasis {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 60%;
  position: relative;
  top: -2px;
}

.home-posts .section-description {
  font-size: 16px;
  line-height: 1.4;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.home-posts .section-description p {
  margin-top: -4px;
  margin-bottom: 16px;
}

.home-posts .section-description a {
  text-decoration: underline;
}

@media (hover: hover) {
  .home-posts .section-description a:hover {
    text-decoration: none;
  }
}

/* [ Home CTA ] */

.home-cta {
  margin: 72px 0 60px;
  text-align: center;
}

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

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

@media (min-width: 768px) {
  .home-cta .section-image,
  .home-cta .section-content {
    flex: 1;
  }
}

.home-cta .section-image {
  width: 260px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .home-cta .section-image {
    margin: 0 40px 0 0;
    width: 360px;
    max-width: 360px;
  }
}

@media (min-width: 1024px) {
  .home-cta .section-image {
    margin-right: 80px;
  }
}

.home-cta .section-pretitle {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #454546;
}

@media (min-width: 1024px) {
  .home-cta .section-pretitle {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

.home-cta .section-title {
  font-size: 24px;
  color: #d84f9c;
  text-transform: unset;
}

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

.home-cta .section-description p {
  margin: 8px 0;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .home-cta .section-description p {
    margin: 20px 0;
    font-size: 22px;
  }

  .home-cta .more-link-container {
    margin-top: 32px;
  }

  .home-cta .more-link {
    font-size: 16px;
    padding: 12px 24px;
  }
}


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

.category .archive-nav-content {
    background: #d1eeee;
    box-shadow: 8px 8px 0 #f3fafa;
    padding: 20px;
    text-align: center;
}

@media (min-width: 1024px) {
    .category .archive-nav-content {
        padding: 40px;
        display: flex;
        align-items: center;
    }
}

.category .archive-title {
    color: #454546;
    margin-bottom: 16px;
}

.category .archive-description p {
  text-align: center;
}

.category .category-image {
    margin-top: 12px;
}

@media (min-width: 1024px) {
    .category .category-image {
        flex: 0 0 44%;
        margin: 0 0 0 40px;
    }
}

.category-video {
    margin: 72px 0 60px;
}

.category-video .wrap {
    background: #ffdbd0;
    box-shadow: 8px 8px 0 #fff0eb;
    padding: 20px;
}

@media (min-width: 1024px) {
    .category-video .wrap {
        padding: 40px;
        display: flex;
        align-items: center;
    }

    .category-video .adthrive-video-player {
        flex: 0 0 60%;
        order: 2;
    }
}

.category-video .section-content {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 1024px) {
    .category-video .section-content {
        flex: 0 0 40%;
        padding-top: 0px;
        padding-left: 40px;
    }
}

.category-video .section-pretitle,
.category-video .section-title {
    color: #454546;
}

.category-video .section-pretitle {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 90%;
}

.category-video .more-link {
    border-color: #f9b194;
    box-shadow: 2px 2px 0 #f9b194;
}