/* ================================
[ Base ]
================================ */

/* ---------- [ Admin Bar ] ---------- */

#wpadminbar {
  position: fixed !important;
}

/* ---------- [ HTML ] ---------- */

html {
  overflow-x: hidden;
}

/* ---------- [ Body ] ---------- */

.nav-visible {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .nav-visible {
    overflow: auto;
  }
}

/* ---------- [ Text ] ---------- */

body {
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

p,
address,
.wp-block-image {
  padding: 0;
  margin: 12px 0;
}

b,
strong {
  font-weight: 600;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

small,
cite {
  font-size: 12px;
}

ol,
ul {
  padding: 0;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 30px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* ---------- [ Links ] ---------- */

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.8;
  }

  a img {
    -webkit-transition: 400ms;
    transition: 400ms;
    will-change: opacity;
  }

  a:hover img {
    /* adds fade on images in links, but causes double-fade on some. */
    opacity: 0.8;
  }
}

/* ---------- [ Embeds ] ---------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

figure,
.wp-caption {
  margin: 0;
}

.entry-content p.wp-caption-text,
.entry-content figcaption {
  margin-bottom: 0;
}

pre {
  font-family: monospace;
  white-space: pre-wrap;
}

code,
.wp-block-code code {
  display: block;
  padding: 4px 8px;
  background: #000;
  color: #fff;
}

.wp-block-verse {
  font-family: inherit;
  background: inherit;
  color: inherit;
  padding: 0;
}

.wp-caption-text,
figcaption {
  text-align: center;
  margin: -0.2em 0 0;
  font-size: 80%;
  font-style: italic;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* Force most embeds to display centered or at full width. */
.wp-block-embed {
  text-align: center;
}

.fb_iframe_widget {
  display: block;
  text-align: center;
}

.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed img {
  width: 100%;
  height: auto;
}

.fb_iframe_widget > span,
.fb_iframe_widget > span > iframe,
.embedly-card-hug > iframe,
.wp-block-embed-soundcloud iframe,
.wp-block-embed-spotify iframe,
.wp-embedded-content,
.wp-block-embed-youtube > iframe {
  width: 100% !important;
}

.instagram-media,
.embedly-card-hug {
  max-width: 100% !important;
}

/* ---------- [ Tables ] ---------- */

table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  padding: 4px 8px;
  border-top: 1px solid #eee;
}

th {
  font-weight: 400;
}

hr {
  clear: both;
  margin: 20px 0;
  border-collapse: collapse;
  border: 0;
  border-top: 1px solid #eee;
}

.wp-block-separator:not(.is-style-wide) {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- [ Forms ] ---------- */

input,
select,
textarea {
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 8px 16px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #eee;
}

input[type='checkbox'] {
  display: inline-block;
}

input:not([type='checkbox']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'] {
  width: auto;
  cursor: pointer;
  transition: 400ms;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
  display: none;
}

.wp-block-file a.wp-block-file__button {
  color: #fff;
  text-decoration: none;
}

.wp-block-button a:hover {
  box-shadow: 0 2px 2px #ccc;
  transition: 400ms;
}

/* [ Autofill ] */

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* [ Placeholders ] */

::-moz-placeholder {
  opacity: 1; /* Firefox-only fix */
}

/* [ Selections ] */

select::-ms-expand {
  display: none; /* IE-only fix */
}

/* ---------- [ Images ] ---------- */

img {
  height: auto;
}

article p > img,
.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 8px;
}

img.alignnone,
.alignnone {
  margin-bottom: 8px;
}

a.alignleft,
img.alignleft,
.alignleft,
.wp-caption.alignleft {
  margin: 0 16px 8px 0;
}

a.alignright,
img.alignright,
.alignright,
.wp-caption.alignright {
  margin: 0 0 8px 16px;
}

.post-listing .entry-image,
.post-listing .wp-post-image {
  display: block;
  margin: 0 auto;
}

/* ---------- [ Avatars ] ---------- */

.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

/* ---------- [ Galleries ] ---------- */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.gallery-item {
  margin: 0 8px 20px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  flex-basis: calc(100% / 2 - 16px);
}

.gallery-columns-3 .gallery-item {
  flex-basis: calc(100% / 3 - 16px);
}

.gallery-columns-4 .gallery-item {
  flex-basis: calc(100% / 4 - 16px);
}

.gallery-columns-5 .gallery-item {
  flex-basis: calc(100% / 5 - 16px);
}

.gallery-columns-6 .gallery-item {
  flex-basis: calc(100% / 6 - 16px);
}

.gallery-columns-7 .gallery-item {
  flex-basis: calc(100% / 7 - 16px);
}

.gallery-columns-8 .gallery-item {
  flex-basis: calc(100% / 8 - 16px);
}

.gallery-columns-9 .gallery-item {
  flex-basis: calc(100% / 9 - 16px);
}

/* ================================
[ Containers ]
================================ */

/* ---------- [ Column ] ---------- */

.wp-block-columns .wp-block-column {
  margin-left: 12px;
  margin-right: 0;
}

.has-2-columns .wp-block-column:nth-of-type(2n + 1),
.has-3-columns .wp-block-column:nth-of-type(3n + 1),
.has-4-columns .wp-block-column:nth-of-type(4n + 1),
.has-5-columns .wp-block-column:nth-of-type(5n + 1),
.has-6-columns .wp-block-column:nth-of-type(6n + 1) {
  margin-left: 0;
}

.wp-block-column > p:first-of-type {
  margin-top: 0;
}

.wp-block-column > p:last-of-type {
  margin-bottom: 0;
}

/* ---------- [ Gallery ] ---------- */

.wp-block-gallery {
  list-style-type: none;
  margin: 0;
}

/* ================================
[ Containers ]
================================ */

/* ---------- [ Wrappers ] ---------- */

.site-container > * > .wrap,
.site-inner > * > .wrap,
.site-footer > .wrap > * > .wrap,
.content-sidebar-wrap {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .site-container > * > .wrap,
  .site-inner > * > .wrap,
  .site-footer > .wrap > * > .wrap,
  .content-sidebar-wrap {
    max-width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1024px) {
  .site-container > * > .wrap,
  .site-inner > * > .wrap,
  .site-footer > .wrap > * > .wrap,
  .content-sidebar-wrap {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-footer > .wrap {
  max-width: 100%;
}

/* ---------- [ Content, Sidebar ] ---------- */

@media screen and (min-width: 768px) {
  .content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .content {
    float: left;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    max-width: 100%;
  }
}

.sidebar {
  display: block;
  max-width: 300px;
  margin: 40px auto 0;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    float: right;
    margin: 0;
  }

  .sidebar-content .sidebar {
    float: left;
  }
}

/* ================================
[ Navigation ]
================================ */

/* ---------- [ Toggles ] ---------- */

.generic-toggle {
  display: block;
  background: transparent;
  padding: 0;
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .generic-toggle {
    display: none;
  }
}

.sub-menu-toggle {
  display: none;
}

.icon-container {
  display: inline-block;
  position: relative;
}

.sub-menu-toggle.activated .icon-container {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
  right: -2px;
}

/* ---------- [ Generic Menu ] ---------- */

.menu {
  clear: both;
  margin: 0;
  line-height: 1;
}

.menu .menu-item {
  position: relative;
  display: inline;
}

@media screen and (min-width: 1024px) {
  .menu .menu-item {
    display: inline-block;
  }
}

.menu .menu-item a {
  display: inline-block;
  padding: 8px;
}

.menu .menu-item.no-click a:hover {
  cursor: default;
  opacity: 1 !important;
}

/* [ Sub-menus ] */

.menu .sub-menu {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .menu .sub-menu {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0; /* height of menu item (line-height: 20px + padding: 4px*2 +1?) + arrow height (::before, ::after) */
    left: 0;
    width: 150px;
    text-align: center;
    background: #fff;
  }

  .menu .sub-menu .menu-item,
  .menu .sub-menu a {
    display: block;
  }

  .menu .sub-menu a {
    height: auto;
    word-wrap: break-word;
  }
}

/* [ First sub-menu ] */

@media screen and (min-width: 1024px) {
  .menu > .menu-item > .sub-menu {
    left: 50%;
    margin-left: -75px; /* half sub-menu width - half psuedo-element width */
    top: 33px; /* height of menu item */
  }
}

/* [ Sub-sub-menus ] */

@media screen and (min-width: 1024px) {
  .menu .sub-menu .sub-menu {
    margin: 0 0 0 150px;
  }
}

/* ---------- [ Pagination ] ---------- */

.pagination {
  clear: both;
  text-align: center;
}

.pagination ul {
  margin: 0;
}

.pagination .svg-inline--fa {
  font-size: 80%;
}

.pagination .pagination-previous .svg-inline--fa {
  margin-right: 4px;
}

.pagination .pagination-next .svg-inline--fa {
  margin-left: 4px;
}

/* [ Archive Pagination ] */

.archive-pagination li {
  display: inline-block;
  margin: 0 2px 4px;
  vertical-align: top;
}

.archive-pagination a,
.archive-pagination .pagination-omission {
  display: inline-block;
}

.archive-pagination .active a:hover {
  opacity: 1;
  cursor: auto;
}

/* ================================
[ Sections ]
================================ */

/* ---------- [ Header ] ---------- */

.site-title {
  margin: 0;
}

.site-description {
  text-indent: -9999px;
  margin: 0;
  height: 0;
}

/* ---------- [ Sidebar ] ---------- */

.widget {
  clear: both;
  margin-bottom: 20px;
}

.widget:last-of-type {
  margin-bottom: 0;
}

/* ---------- [ Footer ] ---------- */

.site-credits-container {
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .site-credits-container {
    display: inline-block;
  }
}

.credits-text {
  display: inline-block;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.site-credits-container:hover .credits-text {
  cursor: pointer;
}

.site-credits-box {
  max-height: 0;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  width: 108px;
  color: #000;
  background: #fff;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 9;
}

.site-credits-container:hover .site-credits-box {
  max-height: 120px;
  padding: 4px;
}

.site-credits-box .credit {
  display: block;
  padding: 2px 8px;
}

/* ================================
[ Content ]
================================ */

/* ---------- [ Archive Description ] ---------- */

.archive-description p {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .archive-description p {
    text-align: left;
  }
}

.archive-description p:first-of-type {
  margin-top: 0;
}

.archive-description p:last-child {
  margin-bottom: 0;
}

/* ---------- [ Author Box ] ---------- */

@media screen and (max-width: 1023px) {
  .author-box .avatar {
    float: none;
  }
}

.author-box p:first-of-type {
  margin-top: 0;
}

.author-box p:last-of-type {
  margin-bottom: 0;
}

/* ---------- [ Comments ] ---------- */

.entry-comments,
.comment-respond {
  margin: 20px 0;
}

@media screen and (min-width: 1024px) {
  .entry-comments,
  .comment-respond {
    margin: 40px 0;
  }
}

.comment-list {
  margin: 0;
}

/* all comments */

.comment {
  list-style-type: none;
  border: 1px solid transparent;
  padding-top: 12px;
  position: relative;
}

.comment-list > .comment:first-of-type {
  padding-top: 0;
}

.comment.bypostauthor {
  padding: 0 !important;
}

.comment.bypostauthor > article {
  background: #eee;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .comment.bypostauthor > article {
    padding: 20px;
  }
}

.bypostauthor .bypostauthor {
  padding: 0;
}

/* depth-1 */

.comment-list > .comment {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .comment-list > .comment {
    padding-bottom: 20px;
  }
}

/* all children */

.comment .children {
  margin: 12px -1px -1px 12px;
}

@media screen and (min-width: 768px) {
  .comment .children {
    margin: 20px -1px -1px 20px;
  }
}

.children .comment {
  margin-bottom: 0;
  margin-left: -1px;
}

.children .comment + .comment {
  border-top: 0;
}

.children .comment + .comment.bypostauthor {
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .children .comment + .comment.bypostauthor {
    margin-top: 20px;
  }
}

/* depth-2 */

.comment-list > .comment > .children > .comment {
  padding-right: 12px;
}

@media screen and (min-width: 768px) {
  .comment-list > .comment > .children > .comment {
    padding-right: 20px;
  }
}

.comment-list > .comment > .children > .comment.bypostauthor {
  padding-top: 12px;
}

@media screen and (min-width: 768px) {
  .comment-list > .comment > .children > .comment.bypostauthor {
    padding-top: 20px;
  }
}

/* depth-3+ */

.comment .children .children {
  margin-right: -1px;
}

.children .children .comment {
  margin-bottom: 0;
}

/* depth-4+ (stop visual nesting) */

@media screen and (max-width: 767px) {
  .comment .children .children .children {
    margin-left: 0;
  }
}

/* comment innards */

.comment-header {
  line-height: 1;
  margin-bottom: 12px;
}

.avatars-disabled .comment-header {
  margin-bottom: 4px;
}

.comment-author .comment-author-link,
.comment-meta,
.comment-edit-link {
  display: inline-block;
}

.comment-author .says {
  display: none;
}

.comment-author,
.comment-edit-link,
.comment-reply {
  margin: 0;
}

.comment .avatar {
  border-radius: 100%;
  margin: -8px 12px 0 0;
}

.avatars-disabled .comment-header::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  float: left;
  margin: -4px 12px 0 0;
  border-radius: 100%;
  background-color: #eee; /* use image in base.css */
}

.avatars-disabled .bypostauthor > article .comment-header::before {
  background-color: #fff; /* use image in base.css */
}

.comment-author span {
  margin-top: 4px;
}

.comment-meta {
  margin: 2px 0;
}

.comment-edit-link {
  font-size: 12px;
}

.comment-content p:first-of-type {
  margin-top: 0;
}

.comment-content p:last-of-type {
  margin-bottom: 0;
}

.comment-reply {
  line-height: 1;
  margin-top: 8px;
}

/* [ Comment Form ] */

.comment-respond:focus {
  outline: 0;
}

.comment-respond .comment-reply-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
}

.comment-respond p {
  margin: 0 0 8px;
}

.comment-respond .form-submit {
  margin: 16px 0 0;
}

.comment-respond .comment-policy {
  margin-bottom: 16px;
}

.comment-reply-title > small,
.logged-in-as {
  display: block;
}

.comment-list .comment-reply-title > small {
  margin-top: 4px;
  margin-bottom: 12px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: none;
}

.comment-respond textarea {
  display: block;
  height: 100px;
}

.comment-form-cookies-consent input {
  float: left;
  margin-right: 4px;
}

/* ---------- [ Search ] ---------- */

.search-form {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 40px;
}

.search-form input {
  float: left;
  height: 32px;
  line-height: 32px;
  border: 0;
}

.search-form input[type='search'] {
  width: calc(100% - 48px);
  padding-right: 0;
  word-break: normal;
}

.search-form input[type='submit'] {
  width: 48px;
  text-indent: -9999px;
  padding: 0;
  background: transparent;
}

.search-submit-icon {
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 12px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.search-form input[type='submit']:hover + meta + .search-submit-icon {
  opacity: 0.8;
}

/* ================================
[ Reusable Classes ]
================================ */

/* [ Flexbox ] */

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.flexbox .sm-col-1,
.flexbox .sm-col-2,
.flexbox .sm-col-3,
.flexbox .sm-col-4,
.flexbox .sm-col-5,
.flexbox .sm-col-6,
.flexbox .sm-col-7,
.flexbox .sm-col-8,
.flexbox .sm-col-9,
.flexbox .sm-col-10,
.flexbox .md-col-1,
.flexbox .md-col-2,
.flexbox .md-col-3,
.flexbox .md-col-4,
.flexbox .md-col-5,
.flexbox .md-col-6,
.flexbox .md-col-7,
.flexbox .md-col-8,
.flexbox .md-col-9,
.flexbox .md-col-10,
.flexbox .lg-col-1,
.flexbox .lg-col-2,
.flexbox .lg-col-3,
.flexbox .lg-col-4,
.flexbox .lg-col-5,
.flexbox .lg-col-6,
.flexbox .lg-col-7,
.flexbox .lg-col-8,
.flexbox .lg-col-9,
.flexbox .lg-col-10 {
  margin-left: 8px;
  margin-right: 8px;
}

.flexbox .sm-col-1 {
  width: 100%;
}

.flexbox .sm-col-2 {
  width: calc(1 / 2 * 100% - 16px);
}

.flexbox .sm-col-3 {
  width: calc(1 / 3 * 100% - 16px);
}

.flexbox .sm-col-4 {
  width: calc(1 / 4 * 100% - 16px);
}

.flexbox .sm-col-5 {
  width: calc(1 / 5 * 100% - 16px);
}

.flexbox .sm-col-6 {
  width: calc(1 / 6 * 100% - 16px);
}

.flexbox .sm-col-7 {
  width: calc(1 / 7 * 100% - 16px);
}

.flexbox .sm-col-8 {
  width: calc(1 / 8 * 100% - 16px);
}

.flexbox .sm-col-9 {
  width: calc(1 / 9 * 100% - 16px);
}

.flexbox .sm-col-10 {
  width: calc(1 / 10 * 100% - 16px);
}

@media screen and (min-width: 768px) {
  .flexbox .md-col-1 {
    width: 100%;
  }

  .flexbox .md-col-2 {
    width: calc(1 / 2 * 100% - 16px);
  }

  .flexbox .md-col-3 {
    width: calc(1 / 3 * 100% - 16px);
  }

  .flexbox .md-col-4 {
    width: calc(1 / 4 * 100% - 16px);
  }

  .flexbox .md-col-5 {
    width: calc(1 / 5 * 100% - 16px);
  }

  .flexbox .md-col-6 {
    width: calc(1 / 6 * 100% - 16px);
  }

  .flexbox .md-col-7 {
    width: calc(1 / 7 * 100% - 16px);
  }

  .flexbox .md-col-8 {
    width: calc(1 / 8 * 100% - 16px);
  }

  .flexbox .md-col-9 {
    width: calc(1 / 9 * 100% - 16px);
  }

  .flexbox .md-col-10 {
    width: calc(1 / 10 * 100% - 16px);
  }
}

@media screen and (min-width: 1024px) {
  .flexbox .lg-col-1 {
    width: 100%;
  }

  .flexbox .lg-col-2 {
    width: calc(1 / 2 * 100% - 16px);
  }

  .flexbox .lg-col-3 {
    width: calc(1 / 3 * 100% - 16px);
  }

  .flexbox .lg-col-4 {
    width: calc(1 / 4 * 100% - 16px);
  }

  .flexbox .lg-col-5 {
    width: calc(1 / 5 * 100% - 16px);
  }

  .flexbox .lg-col-6 {
    width: calc(1 / 6 * 100% - 16px);
  }

  .flexbox .lg-col-7 {
    width: calc(1 / 7 * 100% - 16px);
  }

  .flexbox .lg-col-8 {
    width: calc(1 / 8 * 100% - 16px);
  }

  .flexbox .lg-col-9 {
    width: calc(1 / 9 * 100% - 16px);
  }

  .flexbox .lg-col-10 {
    width: calc(1 / 10 * 100% - 16px);
  }
}

/* ---------- [ Custom ] ---------- */

.clear {
  clear: both;
}

.disclaimer {
  font-size: 65%;
  opacity: 0.8;
}

.hidden,
.hide-on-mobile {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hide-on-mobile {
    display: inline-block; /* IE does not support 'initial' */
  }
  .visible-on-mobile {
    display: none;
  }
}

.toggle-button {
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

.toggle-button:hover {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .toggle-button:hover {
    cursor: default;
  }
  .toggle-button .svg-inline--fa {
    display: none !important;
  }
  .toggle-target {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .back-to-top:hover {
    cursor: pointer;
  }
}

/**
 *  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: this complements our `defaults` file and sets up
 *  a base for us by overwriting some fonts & colors #3
 */

/* ================================
[ Structure ]
================================ */

/* ---------- [ Table of Contents ] ---------- */

/**
 * Notes
 * - TOC (you are here)
 *
 * Elements
 * - Text
 * - Headings
 * - Links
 * - Forms
 *
 * Containers
 * - Content, Sidebar
 *
 * Navigation
 * - Toggles
 * - Generic Menu
 * - Pagination
 *
 * Sections
 * - Sidebar
 * - Footer
 *
 * Content
 * - Archive Description
 * - Comments
 * - Search
 */

/* ================================
[ Elements ]
================================ */

/* ---------- [ Text ] ---------- */

html {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #343434;
}

@media screen and (min-width: 320px) {
  html {
    /* Fluid Typography @see https://css-tricks.com/snippets/css/fluid-typography/ */
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (768 - 320)));
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

/* ---------- [ Headings ] ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 12px 0 16px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* ---------- [ Links ] ---------- */

a {
  color: #343434;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.6;
  }
}

/* [ Comment Links ] */

.comment-content a {
  color: #ee6464;
}

@media screen and (min-width: 1024px) {
  .comment-content a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

/* [ In-content Links ] */

.author-box a,
.error404 .entry-content a,
.singular .entry-content a:not([class^='wp-block']) {
  /*background-image: linear-gradient(180deg, transparent 0, #dbeeec 0, #dbeeec 0.5em, transparent 0.5em);
	background-position: 0 1em;
	background-repeat: no-repeat;*/
  color: #ee6464;
  transition: 250ms;
}

@media screen and (min-width: 1024px) {
  .author-box a:hover,
  .error404 .entry-content a:hover,
  .singular .entry-content a:hover:not([class^='wp-block']) {
    opacity: 1;
    /*background-position: 0 0.6em;*/
    text-decoration: underline;
  }
}

/* [ More Links ] */

.more-link-container {
  display: block;
  text-align: center;
  margin-top: 8px;
}

/* ---------- [ Forms ] ---------- */

input,
select,
textarea {
  color: #343434;
  font-size: 10px;
}

input,
textarea {
  border-color: #fff;
}

a.button,
.button,
input[type='button'],
input[type='submit'],
a.more-link,
.comment-reply a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #3da49a;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  a.button,
  .button,
  input[type='button'],
  input[type='submit'],
  a.more-link,
  .comment-reply a {
    padding: 8px 16px;
  }
}

@media screen and (min-width: 1024px) {
  a.button:hover,
  .button:hover,
  input[type='button']:hover,
  input[type='submit']:hover,
  a.more-link:hover,
  .comment-reply a:hover {
    opacity: 1;
    background: #92d0ca;
  }
}

.button a {
  color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343434;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #343434;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #343434;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #343434;
}

/* ================================
[ Containers ]
================================ */

/* ---------- [ Content, Sidebar ] ---------- */

.content-sidebar-wrap {
  margin: 16px auto;
}

@media screen and (min-width: 1024px) {
  .content-sidebar-wrap {
    margin-top: 24px;
  }

  .single .content-sidebar-wrap {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .content {
    max-width: 650px;
  }

  .content.flexbox {
    max-width: 666px;
    margin-left: calc((100% - 666px) / 2);
    margin-right: calc((100% - 666px) / 2);
  }
}

@media screen and (min-width: 1024px) {
  .content.flexbox {
    max-width: 650px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .full-width-content .content {
    max-width: 100%;
  }

  .single .content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1040px) {
  .full-width-content .content.flexbox {
    max-width: calc(100% + 16px);
    width: calc(100% + 16px);
  }
}

.sidebar {
  max-width: 650px;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    max-width: 340px;
  }
}

/* ================================
[ Navigation ]
================================ */

/* ---------- [ Toggles ] ---------- */

.generic-toggle,
.sub-menu-toggle {
  color: #1f4463;
}

.sub-menu-toggle {
  font-size: 18px;
}

/* ---------- [ Generic Menu ] ---------- */

@media screen and (min-width: 1024px) {
  .menu .sub-menu {
    background: #3da49a;
  }

  .menu .sub-menu .menu-item a {
    padding: 8px;
    color: #fff;
  }

  .menu .sub-menu .menu-item:hover > a {
    opacity: 1;
    background: #338b82;
  }
}

/* [ First sub-menu @todo ] */

@media screen and (min-width: 1024px) {
  .menu > .menu-item > .sub-menu {
    top: 44px; /* height of menu item + any psuedo-elements */
  }
}

/* [ Sub-menu Arrows ] */

@media screen and (min-width: 1024px) {
  .genesis-nav-menu > .menu-item > .sub-menu > li:first-of-type::before,
  .genesis-nav-menu > .menu-item > .sub-menu > li:first-of-type::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    content: '';
    border-top: 8px solid #fff;
    -webkit-transition: 400ms;
    transition: 400ms;
    z-index: 9;
  }

  .genesis-nav-menu > .menu-item > .sub-menu > li:first-of-type::before {
    border-right: 8px solid transparent !important;
  }

  .genesis-nav-menu > .menu-item > .sub-menu > li:first-of-type::after {
    right: 0;
    left: auto;
    border-left: 8px solid transparent; /* @todo improve placement of second and third (on the first item of the second) level menus */
  }
}

/* ---------- [ Pagination ] ---------- */

.pagination {
  margin: 16px 0 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}

.pagination .icon-font {
  font-size: 80%;
}

/* [ Archive Pagination ] */

.archive-pagination {
  width: 100%; /* flexbox fix */
  margin: 0;
}

.archive-pagination a,
.archive-pagination .pagination-omission {
  color: #fff;
  background: #1f4463;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
}

@media screen and (min-width: 1024px) {
  .archive-pagination a:hover {
    opacity: 1;
    background: #456d8e;
  }
}

.archive-pagination .active a {
  color: #1f4463;
  background: #fff;
  border: 2px solid #1f4463;
  line-height: 28px;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
  width: auto;
  padding: 0 12px;
}

/* [ Comment Pagination ] */

.comments-pagination a {
  display: inline-block;
  color: #fff;
  background: #1f4463;
  padding: 12px;
  border-radius: 8px;
}

@media screen and (min-width: 1024px) {
  .comments-pagination a {
    color: #1f4463;
    background: transparent;
    border: 1px solid #1f4463;
    border-radius: 40px;
    padding: 8px 12px 7px;
  }
}

.comments-pagination .pagination-previous .icon-font {
  margin-left: -0.5em;
  margin-right: 0.5em;
}

/* [ Entry Pagination ] */

.content .entry-pagination.pagination {
  text-transform: lowercase;
}

.content .entry-pagination.pagination a {
  display: inline-block;
  color: #fff;
  background: #1f4463;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
}

/* ================================
[ Sections ]
================================ */

/* ---------- [ Sidebar ] ---------- */

.widget {
  text-align: center;
  margin-bottom: 24px;
}

/* ---------- [ Footer ] ---------- */

.site-credits-container {
  margin-top: -4px;
}

@media screen and (min-width: 1024px) {
  .site-credits-container {
    padding-bottom: 0;
  }
}

.site-credits-box {
  color: #fff;
  background: #1f4463;
  bottom: 28px;
}

@media screen and (min-width: 1024px) {
  .site-credits-box {
    bottom: 24px;
  }
}

/* ================================
[ Content ]
================================ */

/* ---------- [ Archive Description ] ---------- */

.archive-description {
  width: 100%; /* flexbox fix */ /* technically not needed here, since we've moved this outside `content`, but better to keep around just in case */
}

/* ---------- [ Comments ] ---------- */

/* [ Comment Form ] */

.comment-respond {
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  border: 4px solid #1f4463;
  border-radius: 24px;
  padding: 28px 16px;
  margin: 0 0 20px; /* best spacing for replying to comments @todo move to defaults? */
  position: relative;
}

@media screen and (min-width: 768px) {
  .comment-respond {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 384px;
    padding-left: 28px;
    padding-right: 328px;
    position: relative;
  }
}

.bypostauthor + .comment-respond {
  margin-top: 20px;
}

.comment-respond .comment-reply-title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .comment-respond .comment-reply-title {
    color: #1f4463;
    margin-bottom: 20px;
  }

  .comment-respond .comment-reply-title::before {
    content: '';
    display: block;
    width: 44px;
    height: 40px;
    background: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/embellishment-comment.svg) center no-repeat;
    background-size: contain;
    margin: 0 auto 12px;
  }
}

.comment-reply-title a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  padding: 8px 0;
  margin-top: -8px;
}

.comment-respond p {
  margin-bottom: 12px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .comment-respond p {
    margin-bottom: 16px;
  }
}

.comment-form-url {
  display: none; /* removed via php, but hidden with css just in case */
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
  position: relative;
}

@media screen and (min-width: 768px) {
  .comment-form-comment,
  .comment-form-author,
  .comment-form-email,
  .comment-respond .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
  }

  .comment-respond .comment-form-comment,
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .form-submit {
    margin: 0;
  }

  .comment-form-author {
    top: 200px;
  }

  .comment-form-email {
    top: 248px;
  }

  .comment-respond .form-submit {
    top: 296px;
  }
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  display: block;
  position: absolute;
  top: 19px;
  left: 19px;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
}

.comment-form-comment label .required,
.comment-form-author label .required,
.comment-form-email label .required {
  display: none;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
  display: block;
  border: 4px solid #1f4463;
  padding: 12px 16px 12px 72px;
  min-height: 48px;
  font-size: 15px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .comment-form-comment textarea,
  .comment-form-author input,
  .comment-form-email input {
    border-right: 0;
    border-bottom: 0;
  }
}

.comment-respond textarea {
  padding-top: 40px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .comment-respond textarea {
    border-top: 0;
    height: 200px;
  }

  .logged-in .comment-respond textarea {
    height: 296px;
  }
}

.comment-respond .form-submit input {
  width: 100%;
  border-radius: 0;
  color: #b1cad6;
  background: #1f4463;
}

@media screen and (min-width: 768px) {
  .comment-respond .form-submit input {
    height: 80px;
    border-top: 4px solid #1f4463;
    border-left: 4px solid #1f4463;
  }
}

@media screen and (min-width: 1024px) {
  .comment-respond .form-submit input:hover {
    background: #456d8e;
  }
}

.comment-respond ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #a7a7a7;
}

.comment-respond ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: #a7a7a7;
}

.comment-respond :-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #a7a7a7;
}

.comment-respond :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: #a7a7a7;
}

/* [ Cookie Consent ] */

.comment-form-cookies-consent {
  text-align: left;
}

.comment-form-cookies-consent input {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}

/* [ Discussion ] */

.entry-comments {
  margin: 32px 0 24px;
  font-size: 15px;
}

.comment-list .comment {
  border-top: 1px solid #eaeaea;
}

.comment-list .comment.bypostauthor,
.comment-list > .comment:first-of-type {
  border-top: 0;
}

.comment.bypostauthor > article {
  background: #f4fafb;
}

.avatars-disabled .comment:not(.bypostauthor) > articles > .comment-header {
  margin-bottom: 0;
}

.comment-author {
  font-weight: 600;
  font-size: 16px;
  margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
  .comment-author {
    font-size: 18px;
  }
}

.comment-author,
.comment-author a {
  color: #1f4463;
}

.avatars-disabled .comment-header::before {
  content: none;
}

.avatars-disabled .bypostauthor > article .comment-header {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 0;
}

.avatars-disabled .bypostauthor > article .comment-header::before {
  content: '';
  background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/avatar-author.jpg);
  position: relative;
  top: -8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .avatars-disabled .bypostauthor > article .comment-header::before {
    background-image: url(/wp-content/themes/once-coupled-the-flavor-bender/assets/images/avatar-author@2x.jpg);
  }
}

.bypostauthor > article .comment-content,
.bypostauthor > article .comment-reply {
  padding-left: 62px;
}

.comment-time-link,
.comment-edit-link {
  color: #343434;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.comment-reply .comment-reply-link {
  font-size: 12px;
  padding: 8px 12px 6px;
  background: #ee6464;
  text-transform: none;
}

@media screen and (min-width: 1024px) {
  .comment-reply .comment-reply-link:hover {
    background: #ea5555;
  }
}

/* ---------- [ Search ] ---------- */

.search-form {
  border: 2px solid #000;
}

.search-form input {
  height: 32px;
  line-height: 32px;
  padding: 10px 16px 8px;
  font-size: 11px;
  color: #343434;
}

.search-form input,
.search-form input:hover {
  background: transparent;
}

.search-submit-icon {
  top: -1px;
}

/* [ Site Header Search ] */

.site-header .search-form input {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.site-header .search-submit-icon {
  top: 3px;
}
