/* icons */
/* Orelega One */
@font-face {
  font-family: "Orelega One";
  font-style: normal;
  font-weight: 400;
  src: local("Orelega One"), url("../fonts/orelega-one-400.woff2") format("woff2"), url("../fonts/orelega-one-400.woff") format("woff");
  font-display: swap;
}
/* Raleway */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-600.woff2") format("woff2"), url("../fonts/raleway-600.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/raleway-800.woff2") format("woff2"), url("../fonts/raleway-800.woff") format("woff");
  font-display: swap;
}
/**
 * This is our own custom CSS reset; it will rarely
 * change & should be overwritten instead.
 */
/* ---------- [ github.com/necolas/normalize.css v8.0.0 | MIT License ] ---------- */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

p:empty {
  display: none;
}

p.wp-block-paragraph:empty {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-align: inherit;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* ---------- [ Box Sizing ] ---------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

/* ---------- [ Accessibility ] ---------- */
/* [ Accessible Menu ] */
/*.menu .menu-item:focus {position:static}.menu .menu-item > a:focus + ul.sub-menu,.menu .menu-item.sf-hover > ul.sub-menu{left:auto;opacity:1}*/
/* [ Screen Reader Text ] */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #211e1f;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #eee;
}

.more-link {
  position: relative;
}

/* [ Skip Links ] */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}

/* ---------- [ Admin Bar ] ---------- */
#wpadminbar {
  position: fixed !important;
}

/* ---------- [ HTML ] ---------- */
html {
  overflow-x: hidden;
}

@media screen and (max-width: 1023px) {
  /* only hack this on mobile to minimize user confusion */
  /* Hide scrollbar for Chrome, Safari and Opera */
  html::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  html {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}
/* ---------- [ Body ] ---------- */
.nav-visible {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .nav-visible {
    overflow: auto;
  }
}
/* ---------- [ Text ] ---------- */
body {
  font-weight: 400;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

p,
address {
  margin: 12px 0 0;
  padding: 0;
}

p:first-child {
  margin-top: 0;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  padding-left: 1rem;
  margin-left: 0;
  margin-right: 0;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

small,
cite {
  font-size: 12px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding: 0;
}

* + ol,
* + ul {
  margin-top: 12px;
}

/* ---------- [ Links ] ---------- */
a {
  -webkit-transition: 400ms;
  transition: 400ms;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  a img {
    display: block;
    -webkit-transition: 400ms;
    transition: 400ms;
    will-change: opacity;
  }
  a:hover img {
    /* adds fade on images in links, but may cause double-fade on some. */
    opacity: 0.8;
  }
}
/* ---------- [ Embeds ] ---------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

iframe {
  width: 100%;
}

figure,
.wp-caption {
  margin: 0;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

pre {
  font-family: monospace;
  white-space: pre-wrap;
}

code,
.wp-block-code code {
  display: block;
  padding: 4px 8px;
  color: #fff;
  background: #211e1f;
}

.wp-block-verse {
  font-family: inherit;
  padding: 0;
  color: inherit;
  background: inherit;
}

.wp-block-comment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-comment-content .tasty-recipes-ratings {
  order: -1;
  margin: 0 0 12px;
}

.wp-caption-text {
  font-size: 80%;
  font-style: italic;
  margin: -0.2em 0 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 28px 0 0;
}

/* 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-right: auto !important;
  margin-left: auto !important;
}

.twitter-tweet {
  margin-right: auto;
  margin-left: 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-top: 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-right: auto;
  margin-left: auto;
}

/* [ Autofill ] */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* [ Placeholders ] */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--placeholder-color, #211e1f);
  text-transform: var(--placeholder-text-transform, initial);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--placeholder-color, #211e1f);
  text-transform: var(--placeholder-text-transform, initial);
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--placeholder-color, #211e1f);
  text-transform: var(--placeholder-text-transform, initial);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--placeholder-color, #211e1f);
  text-transform: var(--placeholder-text-transform, initial);
}

::placeholder {
  color: var(--placeholder-color, #211e1f);
  text-transform: var(--placeholder-text-transform, initial);
}

/* [ 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;
}

.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;
}

img.alignnone,
.alignnone {
  margin-top: 8px;
}

a.alignleft,
img.alignleft,
.alignleft,
.wp-caption.alignleft {
  margin: 8px 16px 0 0;
}

a.alignright,
img.alignright,
.alignright,
.wp-caption.alignright {
  margin: 8px 0 0 16px;
}

.post-listing .entry-image,
.post-listing .wp-post-image {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-listing .entry-image,
  .post-listing .wp-post-image {
    margin: 4px auto 0;
  }
}

/* ---------- [ Avatars ] ---------- */
.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

/* ---------- [ Galleries ] ---------- */
.gallery {
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  flex-wrap: wrap;
}

.gallery-item {
  margin: 20px 8px 0;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  flex-basis: calc(50% - 16px);
}

.gallery-columns-3 .gallery-item {
  flex-basis: calc(33.3333333333% - 16px);
}

.gallery-columns-4 .gallery-item {
  flex-basis: calc(25% - 16px);
}

.gallery-columns-5 .gallery-item {
  flex-basis: calc(20% - 16px);
}

.gallery-columns-6 .gallery-item {
  flex-basis: calc(16.6666666667% - 16px);
}

.gallery-columns-7 .gallery-item {
  flex-basis: calc(14.2857142857% - 16px);
}

.gallery-columns-8 .gallery-item {
  flex-basis: calc(12.5% - 16px);
}

.gallery-columns-9 .gallery-item {
  flex-basis: calc(11.1111111111% - 16px);
}

/* ---------- [ Forms ] ---------- */
input,
select,
textarea {
  font-weight: inherit;
  width: 100%;
  padding: 8px 16px;
  border: 0;
  border-radius: 0;
  outline: none;
  background: #fff;
}

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] {
  font-size: inherit;
  line-height: 1;
  width: auto;
  cursor: pointer;
  transition: 400ms;
  border: 0;
  border-radius: 0;
}

a.button,
.button,
input[type=button],
input[type=submit],
a.more-link,
.comment-reply a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background: #211e1f;
  line-height: 1;
  min-height: 48px;
}

@media (hover: hover) {
  a.button:hover,
  .button:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  a.more-link:hover,
  .comment-reply a:hover {
    text-decoration: none;
    transform: scale(1.05);
  }
}
.button a {
  color: #fff;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
  color: #fff;
}

.wp-block-button {
  margin: 12px 0 0;
}

/* ---------- [ Blocks ] ---------- */
.wp-block-columns {
  justify-content: space-between;
  justify-content: space-evenly;
}

.wp-block-columns .wp-block-column {
  margin-right: 0;
  margin-left: 12px;
}

.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;
}

/* ---------- [ Gallery ] ---------- */
.wp-block-gallery {
  margin: 0;
  list-style-type: none;
}
.wp-block-gallery ul {
  padding-left: 0 !important;
}

* + .wp-block-gallery {
  margin-top: 20px;
}

.wp-block-gallery.alignfull > .blocks-gallery-grid {
  width: 100%;
}

/* ---------- [ Wrappers ] ---------- */
.site-container > * > .wrap,
.site-inner > * > .wrap,
.site-footer > .wrap > * > .wrap {
  width: calc(100% - 20px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-container > * > .wrap,
  .site-inner > * > .wrap,
  .site-footer > .wrap > * > .wrap {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .site-container > * > .wrap,
  .site-inner > * > .wrap,
  .site-footer > .wrap > * > .wrap {
    width: unset;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1080px) {
  .site-container > * > .wrap,
  .site-inner > * > .wrap,
  .site-footer > .wrap > * > .wrap {
    width: 1020px;
  }
}
@media (min-width: 1200px) {
  .site-container > * > .wrap,
  .site-inner > * > .wrap,
  .site-footer > .wrap > * > .wrap {
    width: 1100px;
  }
}
.site-footer > .wrap {
  width: 100%;
}

/* ---------- [ Content, Sidebar ] ---------- */
.full-width-content .content-sidebar-wrap {
  display: grid;
  grid-template-columns: 10px 1fr 10px;
}
@media (min-width: 768px) {
  .full-width-content .content-sidebar-wrap {
    grid-template-columns: 20px 1fr 20px;
  }
}
@media (min-width: 1024px) {
  .full-width-content .content-sidebar-wrap {
    grid-template-columns: 1fr 1000px 1fr;
  }
}
@media (min-width: 1080px) {
  .full-width-content .content-sidebar-wrap {
    grid-template-columns: 1fr 1020px 1fr;
  }
}
@media (min-width: 1200px) {
  .full-width-content .content-sidebar-wrap {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
.full-width-content .content-sidebar-wrap > * {
  grid-column: 2;
}
.full-width-content .content-sidebar-wrap .featured-content {
  grid-column: 1/-1;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .full-width-content .content-sidebar-wrap .featured-content {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .full-width-content .content-sidebar-wrap .featured-content {
    margin-top: 40px;
  }
}

/* Layout: Content, Sidebar */
.content-sidebar .content-sidebar-wrap {
  display: grid;
  grid-template-columns: calc(100% - 20px);
  justify-content: center;
}
@media (min-width: 768px) {
  .content-sidebar .content-sidebar-wrap {
    grid-template-columns: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .content-sidebar .content-sidebar-wrap {
    grid-template-columns: 630px 340px;
    gap: 30px;
  }
}
@media (min-width: 1080px) {
  .content-sidebar .content-sidebar-wrap {
    grid-template-columns: 650px 340px;
  }
}
@media (min-width: 1200px) {
  .content-sidebar .content-sidebar-wrap {
    grid-template-columns: 700px 340px;
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .single .content-sidebar-wrap .content {
    max-width: 700px;
    margin: 0 auto;
  }
}
/* ---------- [ Entries ] ---------- */
.post-listing #genesis-content > div.entry {
  width: 100%; /* flexbox fix for when no posts are found (otherwise container would be 'article') */
}

@media (hover: hover) {
  .entry-image-link:hover + .entry-title .entry-title-link,
  .entry-image-link:hover + .entry-content .entry-title-link {
    text-decoration-line: underline;
  }
}
/* ---------- [ Featured Content ] ---------- */
.featured-content > .wrap {
  max-width: calc(100vw - 20px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .featured-content > .wrap {
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .featured-content > .wrap {
    max-width: 1000px;
  }
}
@media (min-width: 1080px) {
  .featured-content > .wrap {
    max-width: 1020px;
  }
}
@media (min-width: 1200px) {
  .featured-content > .wrap {
    max-width: 1100px;
  }
}

/* ---------- [ Pagination ] ---------- */
.pagination {
  clear: both;
  text-align: center;
  line-height: 1;
}

.pagination a,
.pagination .pagination-omission,
.pagination .active a,
.pagination .post-page-numbers {
  border-radius: 100px;
}

@media (hover: hover) {
  .pagination a:hover {
    transform: scale(0.95);
  }
}
.pagination ul {
  margin: 0;
}

.pagination .pagination-previous a,
.pagination .pagination-next a {
  font-size: 16px;
  padding: 14px;
  border-bottom: none;
  width: auto;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  .pagination .pagination-previous a,
  .pagination .pagination-next a {
    padding: 0;
  }
}

/* [ Adjacent Entry Pagination ] */
.adjacent-entry-pagination {
  display: flex;
  flex-wrap: wrap;
}

.adjacent-entry-pagination .pagination-next {
  margin-left: auto;
}

.adjacent-entry-pagination a {
  display: inline-block;
  color: inherit;
  padding: 4px 0;
}

/* [ Archive Pagination ] */
.archive-pagination {
  width: calc(100% - 16px); /* flexbox fix */
  margin: 0 auto;
  --color-primary: #211e1f;
  --color-secondary: #fff;
}

.archive-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.archive-pagination li {
  display: flex;
  justify-content: center;
  margin: 0 4px;
}
@media (min-width: 1024px) {
  .archive-pagination li {
    display: inline-block;
    align-content: center;
  }
}

.archive-pagination a,
.archive-pagination .pagination-omission {
  width: 44px;
  height: 44px;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .archive-pagination a,
  .archive-pagination .pagination-omission {
    width: 42px;
    height: 42px;
  }
}

@media (hover: hover) {
  .archive-pagination a:hover {
    text-decoration: none;
    color: var(--color-secondary);
    background-color: var(--color-primary);
  }
}

.archive-pagination .active a {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
@media (hover: hover) {
  .archive-pagination .active a:hover {
    cursor: auto;
    transform: none;
    background-color: var(--color-primary);
    color: var(--color-secondary);
  }
}

.archive-pagination .pagination-previous,
.archive-pagination .pagination-next {
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  .archive-pagination .pagination-previous,
  .archive-pagination .pagination-next {
    flex: initial;
  }
}

.archive-pagination .pagination-previous {
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .archive-pagination .pagination-previous {
    margin: 0 8px 0 0;
  }
}

.archive-pagination .pagination-next {
  margin: 12px 0 0 0;
}
@media (min-width: 1024px) {
  .archive-pagination .pagination-next {
    margin: 0 0 0 8px;
  }
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
  --color-primary: #fff;
  --color-secondary: #211e1f;
  border: 0;
}
@media (min-width: 1024px) {
  .archive-pagination .pagination-previous a,
  .archive-pagination .pagination-next a {
    border-bottom: 2px solid transparent;
    padding: 0;
  }
}
@media (min-width: 1024px) and (hover: hover) {
  .archive-pagination .pagination-previous a:hover,
  .archive-pagination .pagination-next a:hover {
    background-color: transparent;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    transform: none;
  }
}

/* [ Comment Pagination ] */
.comments-pagination a {
  display: inline-block;
  color: inherit;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

@media (hover: hover) {
  .comments-pagination a:hover {
    background-color: transparent;
    text-decoration: none;
    border-bottom: 2px solid #211e1f;
    transform: none;
  }
}
/* [ Entry Pagination ] */
.entry-pagination .post-page-numbers {
  width: 28px;
  height: 28px;
  line-height: 24px;
  color: inherit;
  background: transparent;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px 4px;
}

.entry-pagination .post-page-numbers:first-child {
  margin-left: 8px;
}

@media (hover: hover) {
  .entry-pagination a:hover {
    border-color: #211e1f;
    text-decoration: none;
  }
}
.entry-pagination .current {
  border-color: #211e1f;
}

/* ---------- [ Header ] ---------- */
.site-title {
  margin: 0;
}

.site-description {
  height: 0;
  margin: 0;
  text-indent: -9999px;
}

/* ---------- [ Sidebar ] ---------- */
.widget {
  clear: both;
  margin-top: 20px;
}

/* ---------- [ Footer ] ---------- */
.site-credits-container {
  position: relative;
  display: block;
  padding: 4px 0;
}

@media (min-width: 1024px) {
  .site-credits-container {
    display: inline-block;
  }
}
.credits-text {
  display: inline-block;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media (hover: hover) {
  .site-credits-container:hover .credits-text {
    cursor: pointer;
  }
}
.site-credits-box {
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  z-index: 9;
  bottom: 24px;
  left: 50%;
  overflow: hidden;
  width: 128px;
  max-height: 0;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: 400ms;
  transition: 400ms;
  transform: translateX(-50%);
  text-align: center;
  color: #211e1f;
  background: #123852;
}

.site-credits-container .credits-text:focus + .site-credits-box {
  max-height: 120px;
  padding: 8px;
}

.site-credits-box .credit {
  display: block;
  padding: 2px 8px;
}

/* ---------- [ Archive Description ] ---------- */
.archive-description p:first-of-type,
.blog-description .section-description p:first-of-type,
.search-description .section-description p:first-of-type {
  margin-top: 0;
}

/* ---------- [ Home Title ] ---------- */
.home.entry > .entry-header {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
}

/* ---------- [ Author Box ] ---------- */
@media (max-width: 1023px) {
  .author-box .avatar {
    float: none;
  }
}
.author-box p:first-of-type {
  margin-top: 0;
}

/* ---------- [ Comments ] ---------- */
.comment-respond {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .comment-respond {
    margin-top: 40px;
  }
}
.comment-respond .comment-form label {
  margin-bottom: 0;
}
.comment-respond .comment-form label::after {
  content: ":";
}

.comment-list {
  margin: 0;
}

/* all comments */
.comment {
  position: relative;
  list-style-type: none;
}

.comment.bypostauthor > article {
  padding: 12px;
}

@media (min-width: 768px) {
  .comment.bypostauthor > article {
    padding: 20px;
  }
}
.bypostauthor .bypostauthor {
  padding: 0;
}

/* depth-1 */
/* all children */
.comment .children {
  margin: 12px 0 0 12px;
}

@media (min-width: 768px) {
  .comment .children {
    margin: 0 -1px -1px 20px;
  }
}
.children .comment + .comment {
  border-top: 0;
}

.children .comment + .comment.bypostauthor {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .children .comment + .comment.bypostauthor {
    margin-top: 20px;
  }
}
/* depth-2 */
.comment-list > .comment > .children > .comment {
  padding-right: 12px;
}

@media (min-width: 768px) {
  .comment-list > .comment > .children > .comment {
    padding-right: 20px;
  }
}
/* depth-3+ */
.comment .children .children {
  margin-right: -1px;
}

/* depth-4+ (stop visual nesting) */
@media (max-width: 767px) {
  .comment .children .children .children {
    margin-left: 0;
  }
}
/* comment innards */
.comment-header {
  line-height: 1;
}

.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 {
  margin: -8px 12px 0 0;
  border-radius: 100%;
}

.avatars-disabled .comment-header::before {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: -5px 12px 0 0;
  content: "";
  border-radius: 100%;
  background-color: #dededf; /* use image in base.css */
  background-size: contain;
}

.avatars-disabled .bypostauthor > article .comment-header::before {
  background-color: #fff; /* use image in base.css */
}

.comment-meta {
  margin: 2px 0 0;
}

.comment-edit-link {
  font-size: 12px;
}

.comment-content p {
  line-height: 1.4;
}

.comment-content p:first-of-type {
  margin-top: 0;
}

.comment-reply {
  line-height: 1;
  margin-top: 8px;
}

/* [ Comment Form ] */
.comment-respond {
  background-color: #eee;
  padding: 20px;
  text-align: center;
}

.comment-respond:focus {
  outline: 0;
}

.comment-respond .comment-reply-title {
  position: relative;
  margin-top: 0;
}

.comment-reply-title > small,
.logged-in-as {
  display: block;
}

.comment-reply-title a {
  display: inline-block;
  padding: 8px 0;
  margin: 0 0 -8px;
}

.comment-respond p {
  margin: 8px;
  width: 100%;
}

.comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  p.comment-form-author,
  p.comment-form-email {
    display: inline-block;
    width: 49%;
  }
  p.comment-form-email {
    margin-left: 2%;
  }
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  position: absolute;
  top: 12px;
  left: 16px;
}

.comment-form-comment label .required,
.comment-form-author label .required,
.comment-form-email label .required {
  margin-left: -4px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
  display: block;
  padding: 12px 16px 12px 80px;
  min-height: 48px;
  line-height: 1;
}

.comment-respond textarea {
  padding-top: 40px;
  padding-left: 16px;
}

.comment-form-cookies-consent {
  position: relative;
  text-align: left;
  padding-left: 28px;
  line-height: 1.2;
}

.comment-respond input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.comment-respond input[type=checkbox] + * {
  position: relative;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  display: flex;
  align-items: center;
}

.comment-respond input[type=checkbox] + *::before {
  content: "";
  height: 28px;
  width: 28px;
  display: inline-block;
  border: 2px solid #211e1f;
  border-radius: 3px;
  pointer-events: none;
  background: #fff;
  margin-right: 8px;
}

.comment-respond input[type=checkbox] + *::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 6px;
  width: 7px;
  height: 15px;
  border: solid #211e1f;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 250ms ease;
}

.comment-respond input[type=checkbox]:checked + *::after {
  opacity: 1;
}

.comment-respond .form-submit {
  width: 100%;
  margin: 0;
  text-align: left;
}

.comment-respond .form-submit input {
  width: 100%;
}

@media (min-width: 768px) {
  .comment-respond .form-submit input {
    width: auto;
  }
}
/* ---------- [ Search ] ---------- */
.search-form {
  position: relative;
  border: 3px solid #211e1f;
  background-color: #fff;
  border-radius: 48px;
  display: flex;
}

.search-form input {
  background: transparent;
  border: 0;
}

.search-form input[type=search] {
  padding: 4px 0 4px 16px;
  word-break: normal;
  --placeholder-text-transform: lowercase;
}

.search-form input[type=submit] {
  color: inherit;
  width: 48px;
  padding: 0;
  text-indent: -9999px;
  background: transparent;
}

.search-submit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: -1px;
  right: 12px;
  -webkit-transition: 400ms;
  transition: 400ms;
  pointer-events: none;
  --color-icon: currentColor;
}
.search-submit-icon::after {
  content: "";
  height: 1em;
  width: 1em;
  -webkit-mask-image: url(/wp-content/themes/once-coupled-project-meal-plan/assets/images/fa/solid/search.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/wp-content/themes/once-coupled-project-meal-plan/assets/images/fa/solid/search.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--color-icon);
  display: inline-block;
  justify-self: center;
}
.search-submit-icon::hover::after {
  background-color: var(--color-icon_hover, --color-icon);
}

@media (hover: hover) {
  .search-form-submit:hover ~ .search-submit-icon {
    transform: scale(1) rotate(-5deg);
  }
}
/* ---------- [ ACF ] ---------- */
/* [ Descriptions ] */
.entry-description p:first-of-type,
.section-description p:first-of-type {
  margin-top: 0;
}

/* ---------- [ Custom ] ---------- */
.clear {
  clear: both;
}

.disclaimer {
  font-size: 65%;
  opacity: 0.8;
}

.hidden,
.hide-on-mobile,
.hidden-on-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hide-on-mobile {
    display: inline-block; /* IE does not support 'initial' */
  }
  .hidden-on-mobile {
    display: flex;
  }
  .visible-on-mobile {
    display: none;
  }
}
.toggle-button {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .toggle-target {
    display: block;
  }
}
@media (hover: hover) {
  .back-to-top:hover {
    cursor: pointer;
  }
}
/* ---------- [ Flexbox ] ---------- */
.flexbox {
  --column-gap: 8;
  display: flex;
  flex-direction: row;
  margin-right: -8px;
  margin-right: calc(var(--column-gap) * -1px);
  margin-left: -8px;
  margin-left: calc(var(--column-gap) * -1px);
  margin-bottom: -16px;
  margin-bottom: calc(var(--column-gap) * -2px);
  flex-wrap: wrap;
}

.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-right: 8px;
  margin-right: calc(var(--column-gap) * 1px);
  margin-left: 8px;
  margin-left: calc(var(--column-gap) * 1px);
  margin-bottom: 8px;
  margin-bottom: calc(var(--column-gap) * 2px);
}

@media (min-width: 768px) {
  .flexbox {
    --column-gap: 12;
  }
}
.flexbox .sm-col-1 {
  width: calc(100% - 16px);
  width: calc(100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-2 {
  width: calc(1 / 2 * 100% - 16px);
  width: calc(1 / 2 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-3 {
  width: calc(1 / 3 * 100% - 16px);
  width: calc(1 / 3 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-4 {
  width: calc(1 / 4 * 100% - 16px);
  width: calc(1 / 4 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-5 {
  width: calc(1 / 5 * 100% - 16px);
  width: calc(1 / 5 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-6 {
  width: calc(1 / 6 * 100% - 16px);
  width: calc(1 / 6 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-7 {
  width: calc(1 / 7 * 100% - 16px);
  width: calc(1 / 7 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-8 {
  width: calc(1 / 8 * 100% - 16px);
  width: calc(1 / 8 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-9 {
  width: calc(1 / 9 * 100% - 16px);
  width: calc(1 / 9 * 100% - var(--column-gap) * 2px);
}

.flexbox .sm-col-10 {
  width: calc(1 / 10 * 100% - 16px);
  width: calc(1 / 10 * 100% - var(--column-gap) * 2px);
}

@media (min-width: 768px) {
  .flexbox .md-col-1 {
    width: calc(100% - 16px);
    width: calc(100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-2 {
    width: calc(1 / 2 * 100% - 16px);
    width: calc(1 / 2 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-3 {
    width: calc(1 / 3 * 100% - 16px);
    width: calc(1 / 3 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-4 {
    width: calc(1 / 4 * 100% - 16px);
    width: calc(1 / 4 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-5 {
    width: calc(1 / 5 * 100% - 16px);
    width: calc(1 / 5 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-6 {
    width: calc(1 / 6 * 100% - 16px);
    width: calc(1 / 6 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-7 {
    width: calc(1 / 7 * 100% - 16px);
    width: calc(1 / 7 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-8 {
    width: calc(1 / 8 * 100% - 16px);
    width: calc(1 / 8 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-9 {
    width: calc(1 / 9 * 100% - 16px);
    width: calc(1 / 9 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .md-col-10 {
    width: calc(1 / 10 * 100% - 16px);
    width: calc(1 / 10 * 100% - var(--column-gap) * 2px);
  }
}
@media (min-width: 1024px) {
  .flexbox .lg-col-1 {
    width: calc(100% - 16px);
    width: calc(100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-2 {
    width: calc(1 / 2 * 100% - 16px);
    width: calc(1 / 2 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-3 {
    width: calc(1 / 3 * 100% - 16px);
    width: calc(1 / 3 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-4 {
    width: calc(1 / 4 * 100% - 16px);
    width: calc(1 / 4 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-5 {
    width: calc(1 / 5 * 100% - 16px);
    width: calc(1 / 5 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-6 {
    width: calc(1 / 6 * 100% - 16px);
    width: calc(1 / 6 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-7 {
    width: calc(1 / 7 * 100% - 16px);
    width: calc(1 / 7 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-8 {
    width: calc(1 / 8 * 100% - 16px);
    width: calc(1 / 8 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-9 {
    width: calc(1 / 9 * 100% - 16px);
    width: calc(1 / 9 * 100% - var(--column-gap) * 2px);
  }
  .flexbox .lg-col-10 {
    width: calc(1 / 10 * 100% - 16px);
    width: calc(1 / 10 * 100% - var(--column-gap) * 2px);
  }
}
.flexbox > .featured-content,
.site-inner > .featured-content,
.content > .featured-content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .flexbox > .featured-content,
  .site-inner > .featured-content,
  .content > .featured-content {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .flexbox > .featured-content,
  .site-inner > .featured-content,
  .content > .featured-content {
    margin-top: 40px;
  }
}

.flexbox > .featured-content:not(:last-child) {
  margin-bottom: 0;
}

/* ---------- [ Full Width ] ---------- */
.full-width {
  position: relative;
  width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: 0 !important;
}

.full-width > .wrap {
  width: calc(100vw - 20px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .full-width > .wrap {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .full-width > .wrap {
    width: 1000px;
  }
}
@media (min-width: 1080px) {
  .full-width > .wrap {
    width: 1020px;
  }
}
@media (min-width: 1200px) {
  .full-width > .wrap {
    width: 1100px;
  }
}

@media (min-width: 1024px) {
  .disable-full-width-desktop {
    position: revert;
    width: revert !important;
    left: revert;
    right: revert;
    margin-left: revert !important;
    margin-right: revert !important;
  }
}
@media (min-width: 1024px) {
  .disable-full-width-desktop > .wrap {
    width: auto;
  }
}
