/**
 *  Theme Name: The Flavor Bender
 *  Theme URI: https://www.oncecoupled.com
 *
 *  Description: Custom Genesis child theme. Made with love!
 *  Tags: custom-made, genesis, child-theme
 *
 *  Author: Once Coupled
 *  Author URI: https://www.oncecoupled.com
 *
 *  Version: 1.0.0
 *  Template: genesis
 *  Template Version: 3.0.2
 *
 *  Text Domain: once-coupled-the-flavor-bender
 *  License: All rights reserved.
 *
 *  Notes: primarily color, font, & layout changes to
 *  elements common to *most* of our themes. #4
 */

/* ================================
[ Common ]
================================ */

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

/**
 * Notes
 * - TOC (you are here)
 *
 * Navigation
 * - Nav: Footer
 * - Nav: Header
 * - Nav: Primary
 * - Nav: Privacy
 * - Nav: Recipes
 *
 * Containers
 *
 * Sections
 * - Header
 * - Before Header
 * - Site Footer
 *
 * Content
 * - Author Box
 * - Breadcrumbs
 * - Titles
 * - Entries
 */

/* ================================
[ Navigation ]
================================ */

/* ---------- [ Nav: Footer ] ---------- */

@media screen and (min-width: 1024px) {
  .nav-footer .menu,
  .nav-footer .sub-menu {
    display: flex !important;
    text-align: left;
    opacity: 1 !important; /* override superfish */
  }

  .nav-footer,
  .nav-footer > .wrap,
  .nav-footer .menu,
  .nav-footer .menu .menu-item,
  .nav-footer .sub-menu {
    /* 		height: 100%; */
  }

  .nav-footer .menu > .menu-item {
    width: 50%;
    padding: 0 12px;
  }

  .nav-footer .menu > .menu-item::before {
    content: '';
    display: block;
    height: 100%;
    border-left: 1px solid #456d8e;
    position: absolute;
    top: 0;
    left: -8px; /* not even, but good in this case */
  }

  .nav-footer .menu > .menu-item:first-of-type::before {
    content: none;
  }

  .nav-footer .menu .menu-item a {
    color: #fff;
    padding: 4px 0;
  }

  .nav-footer .menu > .menu-item > a {
    font-weight: 600;
  }

  .nav-footer .menu .sub-menu {
    flex-direction: column;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }

  .nav-footer .menu > .menu-item > .sub-menu > li:first-of-type::before,
  .nav-footer .menu > .menu-item > .sub-menu > li:first-of-type::after {
    content: none;
  }
}

/* ---------- [ Nav: Header ] ---------- */

@media screen and (min-width: 1024px) {
  .nav-header {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 10px;
  }

  .nav-header .menu-item a {
    color: #1f4463;
    padding: 12px 4px;
  }

  .nav-header .menu-item a:hover {
    opacity: 1;
    color: #456d8e;
  }

  .nav-header .social-container {
    list-style-type: none;
    display: inline-block;
  }
}

/* ---------- [ Nav: Primary ] ---------- */

.nav-primary {
  position: fixed;
  z-index: 99999999;
  top: 48px;
  left: 0;
  width: 100%;
  display: none;
  overflow-y: scroll;
  height: calc(100% - 48px); /* height of sticky header */
  background: #f4fafb;
}

.admin-bar .nav-primary {
  /* height of admin bar (46px) + sticky header */
  top: 94px;
  height: calc(100% - 94px);
}

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

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

  .nav-primary {
    position: relative;
    z-index: auto;
    left: auto;
    width: 100%;
    display: block;
    overflow: visible;
    background: transparent;
    margin: -64px 0 0;
    min-height: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .nav-primary .wrap {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary > .wrap {
    padding-left: 400px;
  }
}

.nav-primary > .wrap,
.nav-primary .menu {
  height: 100%;
}

.nav-primary .menu {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu {
    clear: none;
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
}

/* [ Primary Nav - Menu Items ] */

.nav-primary .menu-item,
.nav-primary .social-container {
  display: block;
  border-top: 1px solid #b1cad6;
  font-weight: 500;
  font-size: 15px;
}

.nav-primary .social-container {
  background: #1f4463;
  padding: 20px 16px;
  /* margin-top: auto; */
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item,
  .nav-primary .social-container {
    display: inline-block;
    border: 0;
    flex: 1 1 auto;
    text-align: center;
    line-height: 0.8em;
  }
}

.nav-primary .menu > .menu-item:first-of-type {
  border-top: 0;
}

.nav-primary .menu > .menu-item:last-of-type {
  border-bottom: 1px solid #b1cad6;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu > .menu-item:last-of-type {
    border-bottom: 0;
  }
}

.nav-primary .menu-item a {
  color: #1f4463;
  display: block;
  padding: 16px 48px 16px 24px;
  min-height: 48px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item a {
    color: #000;
    min-height: auto;
    padding: 8px 0;
  }

  .nav-primary .menu > .menu-item > a {
    font-size: 14px;
  }

  .nav-primary .menu > .menu-item:first-of-type > a {
    padding-left: 0;
  }

  .nav-primary .menu > .menu-item:last-of-type > a {
    padding-right: 0;
  }

  .nav-primary .menu > .menu-item:hover > a {
    opacity: 1;
    color: #ee6464;
  }

  .nav-primary .menu > .menu-item:not(:first-of-type)::before {
    content: '/';
    color: #ee6464;
    float: left;
    position: relative;
    top: 8px;
  }
}

/* [ Primary Nav - Sub-menu ] */

.nav-primary .sub-menu-toggle {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  color: #ee6464;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu-toggle {
    display: none;
  }
}

.nav-primary .sub-menu-toggle .icon-chevron::before {
  margin: 0;
}

.nav-primary .sub-menu .sub-menu-toggle {
  top: 0;
}

.nav-primary .sub-menu {
  display: none;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu {
    background: #1f4463;
  }

  .nav-primary .sub-menu .menu-item:hover > a {
    color: #1f4463;
    background: #b1cad6;
  }

  .nav-primary .menu > .menu-item > .sub-menu {
    /* first sub-menu only */
    top: 27px; /* height of menu item */
  }

  .nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-of-type > .sub-menu {
    /* sub-menu of the first menu item in a first-level sub-menu */
    top: 8px;
  }
}

.nav-primary .sub-menu a {
  padding-left: 40px;
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu a {
    font-size: 13px;
  }

  .nav-primary .menu .sub-menu a {
    padding: 8px 12px;
  }

  .nav-primary .menu > .menu-item > .sub-menu .menu-item:first-of-type > a {
    padding-top: 12px;
  }

  .nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-of-type > a {
    padding-top: 20px; /* extra 8px for ::before arrow */
  }

  .nav-primary .menu > .menu-item > .sub-menu .menu-item:last-of-type > a {
    padding-bottom: 12px;
  }

  .nav-primary .sub-menu .sub-menu {
    background: #b1cad6;
  }
}

.nav-primary .sub-menu .sub-menu a {
  padding-left: 60px;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu .sub-menu a {
    color: #1f4463;
    padding-left: 12px;
  }

  .nav-primary .sub-menu .sub-menu .menu-item:hover > a {
    color: #fff;
    background: #1f4463;
  }
}

/* ---------- [ Nav: Privacy ] ---------- */

.nav-privacy .menu {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .nav-privacy .menu {
    text-align: left;
  }

  .nav-privacy .menu-item {
    display: block;
  }
}

.nav-privacy .menu-item a {
  padding: 8px;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .nav-privacy .menu-item a {
    display: block;
    padding: 3px 0 4px;
    line-height: 1.1;
  }

  .nav-privacy .menu-item:last-of-type a {
    padding-bottom: 3px;
  }
}

.nav-privacy .menu > .menu-item:first-of-type a {
  padding-left: 0;
}

.nav-privacy .menu > .menu-item:last-of-type a {
  padding-right: 0;
}

/* ---------- [ Nav: Recipes ] ---------- */

.recipe-menu-button {
  color: #1f4463;
  border: 1px solid #1f4463;
  border-radius: 4px;
  padding: 12px 12px 10px;
  font-size: 14px;
  text-align: left;
  margin: 12px 0 0;
}

.recipe-menu-button.activated {
  border-radius: 4px 4px 0 0;
}

.recipe-menu-button::after {
  content: '\e908';
  font-family: 'Icons';
  float: right;
  color: #ee6464;
  transform: rotate(90deg);
  font-size: 120%;
  position: relative;
  top: -2px;
  right: 4px;
}

.recipe-menu-button.activated::after {
  transform: rotate(-90deg);
}

@media screen and (min-width: 1024px) {
  body:not(.post-type-archive-product_link) .archive-nav {
    padding-top: 120px;
    position: relative;
  }

  .archive-nav .recipe-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
  }

  .archive-nav .recipe-menu-container {
    color: #3da49a;
    background: #1f4463;
  }

  .archive-nav .recipe-menu-container .wrap {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
  }

  .recipe-menu-header {
    text-transform: lowercase;
    font-size: 18px;
    line-height: 96px;
    margin: 0 20px 0 0;
  }
}

.nav-recipes {
  background: #1f4463;
}

@media screen and (min-width: 1024px) {
  .nav-recipes {
    flex: 1;
    margin: 18px 0;
  }
}

.nav-recipes .menu {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .menu {
    flex: 1;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
  }
}

/* [ Recipes Nav - Menu Items ] */

.nav-recipes .menu-item {
  display: block;
  flex: 0 1 auto;
  border-top: 1px solid #1c3448;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .menu-item {
    border: 0;
    text-align: center;
  }

  .nav-recipes .menu > .menu-item {
    font-size: 14px;
    border: 1px solid #3da49a;
    border-radius: 4px;
  }
}

.nav-recipes .menu > .menu-item:first-of-type {
  border-top-width: 0;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .menu > .menu-item:first-of-type {
    border-top-width: 1px;
  }
}

.nav-recipes .menu > .menu-item:last-of-type {
  border-bottom: 1px solid #1c3448;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .menu > .menu-item:last-of-type {
    border-bottom-color: #3da49a;
  }
}

.nav-recipes .menu-item a {
  color: #fff;
  display: block;
  padding: 16px 60px 16px 12px;
  min-height: 48px;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .menu-item a {
    min-height: auto;
    padding: 12px 48px 12px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-recipes .menu > .menu-item:hover > a {
    opacity: 1;
    color: #ee6464;
  }
}

/* [ Recipes Nav - Sub-menu ] */

.nav-recipes .sub-menu-toggle {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  color: #ee6464;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .sub-menu-toggle {
    width: 40px;
    height: 60px;
    pointer-events: none;
  }
}

.nav-recipes .sub-menu-toggle.activated .icon-container {
  top: -1px;
  right: 0;
}

.nav-recipes .sub-menu-toggle .icon-chevron::before {
  content: '\e908'; /* hack */
  margin: 0;
  font-weight: 600;
}

.nav-recipes .sub-menu .sub-menu-toggle {
  top: 0;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .sub-menu .sub-menu-toggle {
    display: none;
  }
}

.nav-recipes .sub-menu {
  display: none;
  background: #294f6f;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .sub-menu {
    background: #3da49a;
  }

  .nav-recipes .sub-menu .menu-item:hover > a {
    background: #338b82;
  }

  .nav-recipes .menu > .menu-item > .sub-menu {
    /* first sub-menu only */
    width: calc(100% + 2px);
    left: 0;
    margin-left: -1px;
    top: 58px; /* height of menu item */
  }

  .nav-recipes .menu > .menu-item > .sub-menu > .menu-item:first-of-type > .sub-menu {
    /* sub-menu of the first menu item in a first-level sub-menu */
    top: 0;
  }
}

.nav-recipes .sub-menu a {
  padding-left: 24px;
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .sub-menu a {
    font-size: 14px;
    height: auto;
  }

  .nav-recipes .menu .sub-menu a {
    padding: 8px 12px;
  }

  .genesis-nav-menu > .menu-item > .sub-menu > li:first-of-type::before,
  .genesis-nav-menu > .menu-item > .sub-menu > li:first-of-type::after {
    content: none;
  }

  .nav-recipes .menu > .menu-item > .sub-menu .menu-item:first-of-type > a {
    padding-top: 12px;
  }

  .nav-recipes .menu > .menu-item > .sub-menu .menu-item:last-of-type > a {
    padding-bottom: 12px;
  }

  .nav-recipes .sub-menu .sub-menu {
    background: #338b82;
    margin-left: 100%;
  }
}

.nav-recipes .sub-menu .sub-menu a {
  padding-left: 60px;
}

@media screen and (min-width: 1024px) {
  .nav-recipes .sub-menu .sub-menu a {
    padding-left: 12px;
  }

  .nav-recipes .sub-menu .sub-menu .menu-item:hover > a {
    background: #3da49a;
  }
}

/* ================================
[ Containers ]
================================ */

body {
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  body {
    margin-top: 0 !important;
  }
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px; /* helps with JS consistency */
  background: #fff;
  overflow: hidden;
  z-index: 999999999;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .site-header {
    position: relative;
    height: auto !important; /* to overwrite inline styles added by js, if the user resizes their browser */
    overflow: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
}

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

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

@media screen and (min-width: 1024px) {
  .site-header,
  .admin-bar .site-header {
    top: 0;
    z-index: 9;
  }
}

.site-header > .wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .site-header > .wrap {
    max-width: 100%; /* remove padding so we can get the spacing pixel perfect (add space left of logo, but not right of search toggle, which has built-in padding) */
  }
}

/* [ Logo ] */

.title-area {
  display: inline-block;
  width: 74.4%;
}

@media screen and (min-width: 1024px) {
  .title-area {
    display: block;
    width: 340px;
    height: 72px;
    position: relative;
    margin: 28px 0 24px;
  }
}

.title-area .site-title a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/logo.svg) no-repeat center;
  background-size: 200px;
  text-indent: -9999px;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

@media screen and (min-width: 1024px) {
  .title-area .site-title a {
    width: 100%;
    height: 72px;
    background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/logo-desktop.svg) no-repeat center;
    background-size: 340px;
    margin: 0 0 -60px;
  }
}

.site-description {
  text-indent: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
  color: #5d5d5d;
  position: relative;
  top: 44px;
  left: 140px;
  pointer-events: none;
  transition: 400ms;
}

.title-area .site-title:hover + .site-description {
  opacity: 0.6;
}

/* [ Search ] */

#header-search {
  position: absolute;
  top: 48px; /* must use top (vs bottom) to prevent movement during fade-in */
  left: 0;
  width: 100%;
  height: 44px; /* helps with js consistency */ /* some extra pixels to account for border and position of logo */
}

@media screen and (min-width: 1024px) {
  #header-search {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #header-search .search-form {
    max-width: 90%;
    margin-left: 5%;
  }
}

/* [ Toggles ] */

.site-header .generic-toggle {
  float: left;
  width: 12.8%;
  height: 48px;
}

.site-header .search-toggle {
  float: right;
}

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

.before-header {
  display: none;
}

@media screen and (min-width: 1024px) {
  .before-header {
    display: block;
    background: #fff;
    border-bottom: 2px solid #000;
    position: relative;
    z-index: 99;
  }

  .before-header .wrap {
    position: relative;
  }

  .before-header .nav-header {
    width: calc(100% - 212px);
  }

  .before-header .social-container {
    position: absolute;
    right: 0;
    bottom: -12px;
  }

  .before-header .search-form {
    width: 160px;
    position: absolute;
    right: 16px;
    bottom: -17px;
    margin: 0;
    background: #fff;
    box-sizing: initial;
    border-radius: 0;
    overflow: visible;
    z-index: 99;
    border: 0;
  }

  .before-header .search-form::before,
  .before-header .search-form::after {
    content: '';
    display: block;
    position: absolute;
    top: 4.5px;
    left: -11px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: 2px solid #343434;
    border-left: 2px solid #343434;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: -9999999;
  }

  .before-header .search-form::after {
    left: auto;
    right: -11px;
    border: 0;
    border-right: 2px solid #343434;
    border-bottom: 2px solid #343434;
  }

  .before-header .search-form input {
    border-radius: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .before-header .search-form input[type='submit'] {
    height: 28px;
  }

  .before-header .search-form .search-submit-icon {
    font-size: 18px;
    line-height: 1;
    top: 2px;
    right: 4px;
  }
}

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

.site-footer {
  background: #fff; /* technically only needed on home page */
}

.footer-bottom {
  color: #fff;
  background: #1f4463;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 24px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .footer-bottom:before {
    content: '';
    background-image: linear-gradient(45deg, #1f4463 17px, transparent 18px), linear-gradient(-45deg, #1f4463 17px, transparent 18px);
    background-size: 24px 24px;
    background-repeat: repeat-x;
    height: 24px;
    width: 100%;
    display: block;
    position: absolute;
    top: -24px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-bottom {
    font-size: 12px;
    text-align: left;
    padding: 32px 0 44px;
    margin-top: 0;
  }
}

.footer-bottom .footer-bio,
.footer-bottom .footer-links {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer-bottom .footer-bio,
  .footer-bottom .footer-links {
    display: block;
  }

  .footer-bottom .footer-links {
    position: relative;
  }

  .footer-bottom .footer-links::before,
  .footer-bottom .footer-links::after {
    content: '';
    display: block;
    height: 100%;
    border-left: 1px solid #456d8e;
    position: absolute;
    top: 0;
    left: -8px;
  }

  .footer-bottom .footer-links::after {
    left: auto;
    right: -8px;
  }
}

.footer-credits-follow {
  position: relative;
  padding-top: 108px;
}

@media screen and (min-width: 1024px) {
  .footer-credits-follow {
    padding: 0;
  }

  .footer-credits {
    border-right: 1px solid #456d8e;
  }
}

.footer-credits .copyright {
  display: block;
  margin: 0 0 4px;
}

@media screen and (min-width: 1024px) {
  .footer-credits .copyright {
    margin-bottom: 0;
  }
}

.footer-follow {
  position: absolute;
  top: -24px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .footer-follow {
    position: relative;
    top: 0;
  }
}

.back-to-top {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  line-height: 64px;
  color: #fff;
  background: #3da49a;
  text-align: center;
  font-size: 32px;
  margin: 0 auto 16px;
}

@media screen and (min-width: 1024px) {
  .back-to-top {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    line-height: 44px;
    font-size: 24px;
    margin: 12px auto;
  }

  .back-to-top:hover {
    opacity: 1;
    background: #92d0ca;
  }
}

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

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

/* .author-box {
	border: 4px solid #d2e6e6;
	padding: 20px 16px 16px;
	font-size: 13px;
	text-align: center;
	margin: 28px 0;
}

@media screen and (min-width: 768px) {
	.author-box {
		padding: 32px 24px 24px 144px;
		font-size: 15px;
		text-align: left;
		position: relative;
		margin: 28px 0;
	}
}

.author-box a {
	text-decoration: none;
}

.author-box .avatar,
.avatars-disabled .author-box::before {
	margin: 0 auto 12px;
	border-radius: 100%;
}

@media screen and (min-width: 768px) {
	.author-box .avatar,
	.avatars-disabled .author-box::before {
		position: absolute;
		top: 32px;
		left: 24px;
		margin-bottom: 0;
	}
}

.avatars-disabled .author-box::before {
	content: '';
	width: 100px;
	height: 100px;
	background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/avatar-author.jpg) no-repeat center;
	background-size: 100px;
}

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

.author-box .avatar {
	float: none;
}

.author-box-title {
	font-weight: 500;
	font-size: 65px;
	line-height: 1;
	margin: -16px 0 -8px;
}

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

@media screen and (min-width: 768px) {
	.author-box .social {
		margin-top: 0;
	}
} @todo */

/* ---------- [ Breadcrumbs ] ---------- */

.breadcrumb {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #666;
}

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

.breadcrumb .breadcrumb-link {
  text-decoration: none;
  color: #666;
}

.breadcrumb .breadcrumb-separator {
  margin: 0 8px 0 6px;
}

/* ---------- [ Titles ] ---------- */

.archive-title,
h1.entry-title,
.section-title,
.widget-title {
  margin: 0 0 8px;
  line-height: 1;
}

.archive-title,
h1.entry-title {
  text-align: center;
  font-size: 26px;
  color: #1f4463;
}

@media screen and (min-width: 1024px) {
  .archive-title,
  h1.entry-title {
    font-size: 30px;
  }

  .archive-title {
    text-align: left;
  }
}

h1.entry-title {
  margin: 0 0 8px;
  text-align: left;
}

.widget-title,
.widget .section-title {
  margin-bottom: 12px;
  text-align: left;
}

.post-listing .content .entry-title,
.featured-posts .entry-title {
  margin: 0;
}

.post-listing .content .entry-title-link,
.featured-posts .entry-title-link {
  display: block;
  margin: 8px 8px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  width: 80%;
  margin-top: -24px;
  margin-left: 10%;
  position: relative;
  background: #fff;
  padding: 8px 12px;
}

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

  .post-listing .content .entry-title-link:hover,
  .featured-posts .entry-title-link:hover {
    opacity: 1;
    color: #777;
  }
}

/* ---------- [ Entries ] ---------- */

.post-listing .content .entry,
.featured-posts .entry {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .post-listing .content .entry,
  .featured-posts .entry {
    margin-bottom: 20px;
  }
}

.post-listing #genesis-content > div.entry {
  width: 100%; /* flexbox fix for when no posts are found (otherwise container would be 'article') */
}

.post-listing .content .entry-image,
.featured-posts .entry-image {
  display: block;
}
