@charset "UTF-8";
/**
 * Theme Name: Good in Every Grain
 * Theme URI: https://goodineverygrain.ca
 * Author: Phil Buchanan
 * Author URI: https://aubsandmugg.com/
 * Description: A responsive, accessible WordPress theme for Good in Every Grain. Developed to support WordPress version 5.2 and Gutenberg.
 * Version: 1.0.6
 * License: Copyright 2019
 */
@font-face {
  font-family: "Socicon";
  src: url("fonts/Socicon.eot?6abp0d");
  src: url("fonts/Socicon.eot?6abp0d#iefix") format("embedded-opentype"), url("fonts/Socicon.woff2?6abp0d") format("woff2"), url("fonts/Socicon.ttf?6abp0d") format("truetype"), url("fonts/Socicon.woff?6abp0d") format("woff"), url("fonts/Socicon.svg?6abp0d#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header, footer, main, article, aside, details,
figcaption, figure, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

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

html {
  color: #000;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-y: scroll;
  min-height: 100%;
}

body {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6 {
  line-height: 1.2;
  margin: 0;
}

h1,
.c-h1 {
  font-size: 2.125rem;
  font-weight: 600;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 475px) {
  h1,
.c-h1 {
    font-size: 2.5rem;
  }
}

h2,
.c-h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

h3,
.c-h3 {
  font-size: 1.3125rem;
  margin-bottom: 0.5em;
}

h4,
.c-h4 {
  font-size: 1.125rem;
}

h5,
.c-h5 {
  font-size: 0.875rem;
}

h6,
.c-h6 {
  font-size: 0.75rem;
}

p {
  margin-bottom: 1em;
}
p.is-style-intro {
  color: #956502;
  font-size: 1.125rem;
}
@media screen and (min-width: 475px) {
  p.is-style-intro {
    font-size: 1.3125rem;
  }
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

cite {
  font-style: italic;
}

caption {
  font-style: italic;
}

kbd,
code,
var {
  color: #000;
  background-color: #fafafa;
  font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 0.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.1em 0.25em;
}

pre code {
  display: block;
  margin-bottom: 1rem;
}

kbd {
  border-bottom-width: 3px;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.8125em;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.3em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

big {
  font-size: 2.5rem;
}

small {
  font-size: 0.75rem;
}

dfn {
  font-style: italic;
}

abbr {
  border-bottom: 1px dotted currentColor;
}

hr {
  border: solid #bfbfbf;
  border-width: 1px 0 0;
  height: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd,
ol,
ul {
  margin-left: 2.5em;
  margin-bottom: 1em;
}

a {
  color: #956502;
  background-color: transparent;
}
a:hover {
  color: #270800;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

figure img {
  margin-bottom: 6px;
}

figcaption {
  font-size: 0.75rem;
  font-style: italic;
}

.wp-block-image {
  margin-bottom: 1rem;
}
.wp-block-image img {
  width: 100%;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  background: none;
  font: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  white-space: normal;
  box-shadow: none;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
}

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

label,
legend {
  display: block;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=range],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  background-color: transparent;
  border: 1px solid #956502;
  width: 100%;
  padding: 1em;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=range]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  outline: none;
  box-shadow: 0 13px 27px -5px rgba(149, 101, 2, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

[type=checkbox],
[type=radio] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

select {
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4"><polygon points="8 0 4 4 0 0 8 0" fill="%23000"/></svg>');
  background-size: 8px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 30px;
  -moz-padding-end: 30px;
}
select::-ms-expand {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=submit] {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 2px solid #000;
  padding: 0;
  transition: border-color 0.2s, transform 0.2s;
}
button:hover,
[type=button]:hover,
[type=submit]:hover {
  border-color: transparent;
}

[type=submit]:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

[type=reset] {
  color: #e00;
  text-decoration: underline;
}

[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.wpforms-field {
  margin-bottom: 12px;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.4rem;
}

th {
  font-weight: 700;
}

tr:not(:last-child) td {
  border-bottom: 1px solid #e5e5e5;
}

thead tr:last-child th {
  border-bottom: 1px solid #bfbfbf;
}

tfoot tr:first-child th {
  border-top: 1px solid #bfbfbf;
}

.o-box {
  display: block;
  padding: 24px;
}
.o-box > :last-child {
  margin-bottom: 0;
}

.o-box--flush {
  padding-left: 0;
  padding-right: 0;
}

.o-box--flat {
  padding-top: 0;
  padding-bottom: 0;
}

.o-button-bare, .slick-arrow, .wp-block-pb-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o-container {
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
}

.o-container {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .o-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.o-list-bare, .wp-block-gallery {
  list-style: none;
  margin: 0;
}

.o-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.o-col {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.o-col--first {
  order: -1;
}

.o-col--last {
  order: 1;
}

@media screen and (min-width: 475px) {
  .o-col--first-sm {
    order: -1;
  }

  .o-col--last-sm {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .o-col--first-md {
    order: -1;
  }

  .o-col--last-md {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .o-col--first-lg {
    order: -1;
  }

  .o-col--last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .o-col--first-xl {
    order: -1;
  }

  .o-col--last-xl {
    order: 1;
  }
}
.o-block-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.o-block-grid__item {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.o-block-grid-1 .o-block-grid__item {
  width: 100%;
}

.o-block-grid-2 .o-block-grid__item {
  width: 50%;
}

.o-block-grid-3 .o-block-grid__item {
  width: 33.3333333333%;
}

.o-block-grid-4 .o-block-grid__item {
  width: 25%;
}

.o-block-grid-5 .o-block-grid__item {
  width: 20%;
}

@media screen and (min-width: 475px) {
  .o-block-grid-1-sm .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-sm .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-sm .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-sm .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-sm .o-block-grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .o-block-grid-1-md .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-md .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-md .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-md .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-md .o-block-grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .o-block-grid-1-lg .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-lg .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-lg .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-lg .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-lg .o-block-grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .o-block-grid-1-xl .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-xl .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-xl .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-xl .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-xl .o-block-grid__item {
    width: 20%;
  }
}
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1em;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -16px;
  margin-right: -16px;
  max-width: calc(100% + (16px * 2));
  width: calc(100% + (16px * 2));
}

@media screen and (min-width: 768px) {
  .alignwide {
    margin-left: -24px;
    margin-right: -24px;
    max-width: calc(100% + (24px * 2));
    width: calc(100% + (24px * 2));
  }
}
.wp-block-embed {
  margin-bottom: 1rem;
}

.o-ratio,
.wp-block-embed__wrapper {
  position: relative;
}
.o-ratio:before,
.wp-block-embed__wrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.o-ratio .o-ratio__content,
.o-ratio iframe,
.wp-block-embed__wrapper .o-ratio__content,
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.o-ratio--21-9:before,
.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-bottom: 42.8571428571%;
}

.o-ratio--18-9:before,
.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-bottom: 50%;
}

.o-ratio--16-9:before,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-bottom: 56.25%;
}

.o-ratio--4-3:before,
.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-bottom: 75%;
}

.o-ratio--1-1:before,
.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-bottom: 100%;
}

.o-ratio--9-6:before,
.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-bottom: 66.6666666667%;
}

.o-ratio--1-2:before,
.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-bottom: 200%;
}

.wp-block-pb-button {
  color: #000;
  background-color: #d1991f;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 12px 24px;
  transition: color 0.2s, background-color 0.2s;
}
.wp-block-pb-button:hover {
  color: #fff;
  background-color: #270800;
}
.wp-block-pb-button.is-full-width {
  width: 100%;
}
.wp-block-pb-button.is-style-ko {
  color: #000;
  background-color: #fff;
}
.wp-block-pb-button.is-style-outlined {
  background-color: transparent;
  border: 1px solid #956502;
}
.wp-block-pb-button.is-style-outlined:hover {
  color: #000;
  border-color: #270800;
  background-color: #d1991f;
}
.wp-block-pb-button.is-style-outlined.is-style-ko {
  border-color: #fff;
}
.wp-block-pb-button.is-style-outlined.is-style-ko:hover {
  border-color: #270800;
}
.wp-block-pb-button.is-style-submit {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  border-bottom: 2px solid #000;
  padding: 0;
  transition: border-color 0.2s, transform 0.2s;
}
.wp-block-pb-button.is-style-submit:hover {
  color: #000;
  border-color: transparent;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.wp-block-pb-callout {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 72px;
  margin-bottom: 72px;
}
.wp-block-pb-callout [type=date],
.wp-block-pb-callout [type=datetime],
.wp-block-pb-callout [type=datetime-local],
.wp-block-pb-callout [type=email],
.wp-block-pb-callout [type=month],
.wp-block-pb-callout [type=number],
.wp-block-pb-callout [type=password],
.wp-block-pb-callout [type=range],
.wp-block-pb-callout [type=search],
.wp-block-pb-callout [type=tel],
.wp-block-pb-callout [type=text],
.wp-block-pb-callout [type=time],
.wp-block-pb-callout [type=url],
.wp-block-pb-callout [type=week],
.wp-block-pb-callout textarea,
.wp-block-pb-callout select {
  border-color: #fff;
}

.wp-block-pb-callout__content {
  background-color: #d1991f;
}

.wp-block-pb-callout__content-inner {
  padding: 48px;
}

.wp-block-pb-callout__image-container {
  order: -1;
}
.wp-block-pb-callout__image-container img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wp-block-pb-callout {
    display: block;
    margin-top: 102px;
  }

  .wp-block-pb-callout__content,
.wp-block-pb-callout__image-container {
    width: 60%;
  }

  .wp-block-pb-callout__content-inner {
    width: 66.6666666667%;
  }

  .wp-block-pb-callout__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
}
.wp-block-pb-card {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
}
.wp-block-pb-card.is-style-outlined .wp-block-pb-card__inner {
  background-color: transparent;
  border: 1px solid #d1991f;
}
.wp-block-pb-card.is-style-gold .wp-block-pb-card__inner {
  background-color: #d1991f;
}
.wp-block-pb-card.has-background-image {
  display: flex;
}
.wp-block-pb-card.has-background-image .wp-block-pb-card__inner {
  background-color: #d1991f;
  background-image: url("images/assets/block-graphic-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.wp-block-pb-card.has-background-image .wp-block-pb-card__content {
  background-color: #d1991f;
  max-width: 444px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-pb-card.is-style-full-height {
  height: 100%;
  margin-bottom: 0;
}
.wp-block-pb-card.is-style-full-height .wp-block-pb-card__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.wp-block-pb-card__inner {
  display: block;
  background-color: #f6f4f0;
}

a.wp-block-pb-card__inner {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
a.wp-block-pb-card__inner:hover {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  box-shadow: 0 13px 27px -5px rgba(149, 101, 2, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}
a.wp-block-pb-card__inner:hover .wp-block-pb-card__button {
  border-color: #270800;
}

.wp-block-pb-card__image-container img {
  width: 100%;
}

.wp-block-pb-card__content {
  padding: 24px;
}
.wp-block-pb-card__content > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-card__button {
  display: inline-block;
  color: #000;
  background-color: transparent;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #fff;
  padding: 12px 24px;
  transition: border-color 0.2s;
}

@media screen and (min-width: 475px) {
  .wp-block-pb-card.has-background-image .wp-block-pb-card__inner {
    padding: 72px;
  }
}
.o-block-grid .wp-block-pb-card,
.o-block-grid .wp-block-pb-card__inner {
  height: 100%;
  margin-bottom: 0;
}

.wp-block-pb-image-banner.has-background-image .wp-block-pb-card__content {
  margin-left: 0;
  max-width: 320px;
}
.wp-block-pb-image-banner .wp-block-pb-card__button {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #d1991f;
}

.wp-block-pb-display-posts {
  position: relative;
  margin-top: 72px;
  margin-bottom: 72px;
}
.wp-block-pb-display-posts.is-style-medium .wp-block-pb-display-posts__title, .wp-block-pb-display-posts.is-style-dark .wp-block-pb-display-posts__title {
  color: #fff;
}
.wp-block-pb-display-posts.is-style-medium .wp-block-pb-display-posts__title-wrapper {
  background-color: #956502;
}
.wp-block-pb-display-posts.is-style-dark .wp-block-pb-display-posts__title-wrapper {
  background-color: #270800;
}

.wp-block-pb-display-posts--feature .wp-block-pb-card__inner {
  background-color: #fff;
  border: 1px solid #f6f4f0;
}

.wp-block-pb-display-posts__background {
  background-color: #f6f4f0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: calc(100% - (48px * 2) - 45px - (16px));
  z-index: -1;
}

.wp-block-pb-display-posts__title-wrapper {
  background-color: #d1991f;
  background-image: url("images/assets/block-graphic-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 150px;
  margin-bottom: 16px;
  padding: 24px;
}

.wp-block-pb-display-posts__title {
  font-family: "Courgette", cursive;
}

@media screen and (min-width: 475px) {
  .wp-block-pb-display-posts--feature .o-block-gird__item-3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-pb-display-posts__title-wrapper:after {
    display: block;
    content: "";
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-pb-display-posts--feature .o-block-gird__item-3 {
    display: block;
  }
}
.wp-block-file {
  margin-bottom: 1rem;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 12px 16px 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  text-align: center;
  width: 100%;
  max-height: 100%;
  padding: 40px 12px 12px;
  overflow: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 475px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - (16px * (3 - 1))) / 3);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - (16px * (4 - 1))) / 4);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - (16px * (5 - 1))) / 5);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - (16px * (6 - 1))) / 6);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - (16px * (7 - 1))) / 7);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - (16px * (8 - 1))) / 8);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 16px;
}
.wp-block-media-text.is-vertically-aligned-top {
  align-items: start;
}
.wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  align-items: end;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 0 0 16px;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
}
.wp-block-pb-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f6f4f0;
}
.wp-block-pb-section.is-style-dark {
  color: #fff;
  background-color: #222;
}
.wp-block-pb-section.is-style-white {
  background-color: #fff;
}
.wp-block-pb-section > :last-child {
  margin-bottom: 0;
}

.wp-block-table td {
  border: none;
}
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) th,
.wp-block-table.is-style-stripes tr:nth-child(odd) td {
  background-color: #fafafa;
}
.wp-block-table.is-style-stripes td {
  border: none;
}

.c-main-content {
  margin-bottom: 48px;
}
.c-main-content .wp-block-pb-section:first-child {
  margin-top: -24px;
}

@media screen and (min-width: 768px) {
  .c-main-content {
    margin-bottom: 24px;
  }
  .c-main-content .wp-block-pb-section:first-child {
    margin-top: -36px;
  }
}
.c-post {
  margin-bottom: 72px;
}

.c-post__header,
.c-post__body,
.c-post__content,
.c-post__content-inner,
.c-post__footer {
  margin-bottom: 48px;
}

.c-post__sharing {
  margin-top: 24px;
}

.c-post__sharing-title {
  display: none;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.c-post__sharing-feedback-button {
  margin-bottom: 12px;
}

.c-post__sharing-feedback-form {
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-post__featured-image {
  box-shadow: 16px 16px 0 0 #d1991f;
}
.c-post__featured-image img {
  width: 100%;
  margin-bottom: 0;
}

.c-post__thumbnail-image {
  display: none;
  flex: 0 0 auto;
  width: 100px;
  margin-right: 16px;
}

.c-post__meta {
  font-size: 0.875rem;
  margin-bottom: 14px;
}

.c-post__date:not(:first-child),
.c-post__categories:not(:first-child),
.c-post__author:not(:first-child),
.c-post__tags:not(:first-child) {
  margin-left: 12px;
}
.c-post__date:not(:last-child),
.c-post__categories:not(:last-child),
.c-post__author:not(:last-child),
.c-post__tags:not(:last-child) {
  margin-right: 12px;
}

.c-post__category-slug {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.c-post__tags a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #956502;
  border-radius: 20px;
  margin: 0 6px 6px 0;
  padding: 5px 10px;
  transition: color 0.2s, border-color 0.2s;
}
.c-post__tags a:hover {
  color: #270800;
  border-color: #270800;
}

@media screen and (min-width: 475px) {
  .c-post__thumbnail-image {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-post__thumbnail-image {
    width: 125px;
  }

  .c-post__sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c-post__sharing-title {
    display: block;
  }

  .c-post__sharing-feedback-button {
    margin-bottom: 0;
    order: -1;
  }
}
@media screen and (min-width: 1024px) {
  .c-post__header {
    margin-bottom: 72px;
  }
}
.c-sidebar--pre-footer .c-widget {
  margin-bottom: 24px;
}

.c-sidebar--footer {
  margin-bottom: 24px;
}

@media screen and (min-width: 475px) {
  .c-sidebar--pre-footer .c-widget {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .c-sidebar--footer {
    margin-bottom: 0;
  }
  .c-sidebar--footer .c-widget {
    margin-bottom: 0;
  }
}
.c-widget {
  margin-bottom: 16px;
}

.c-widget__title-wrapper {
  position: relative;
}
.c-widget__title-wrapper:before {
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  content: "";
  border-bottom: 1px solid #d1991f;
  width: 100%;
}
.c-widget__title-wrapper .c-widget__title {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  padding-right: 12px;
  z-index: 1;
}
.c-widget__title-wrapper .c-widget__title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.c-widget__title {
  font-family: "Courgette", cursive;
  font-weight: 400;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-caption img {
  margin-bottom: 0.6em;
}

.wp-caption-text {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
  font-style: italic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  margin-bottom: 1em;
  vertical-align: middle;
}

p embed,
p iframe,
p object,
p video {
  margin-bottom: 0;
}

.c-site-header {
  margin-bottom: 24px;
  border-top: 6px solid #d1991f;
  border-bottom: 1px solid #d1991f;
}

.c-site-header__content {
  padding-top: 12px;
}

.c-site-header__logo {
  display: inline-block;
  width: 120px;
  margin-bottom: 12px;
}

@media screen and (min-width: 767px) {
  .c-site-header__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .c-site-header__logo {
    width: 200px;
  }

  .c-site-header__navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .c-site-header__super-nav-container {
    display: flex;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-site-header {
    margin-bottom: 36px;
  }
}
.c-page-header {
  text-align: center;
  margin-top: -24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f6f4f0;
}
.c-page-header > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-page-header {
    margin-top: -36px;
    margin-bottom: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.c-site-footer {
  border-top: 6px solid #270800;
}

.c-footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-footer__bottom-bar {
  color: #fff;
  background-color: #270800;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-footer__gfo {
  display: flex;
  align-items: center;
  max-width: 330px;
  margin-bottom: 48px;
  font-size: 0.75rem;
}

.c-footer__gfo-image {
  flex: 0 0 auto;
  width: 60px;
  margin-right: 16px;
}

@media screen and (min-width: 475px) {
  .c-footer__bottom-bar-content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-footer__content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .c-footer__content {
    flex-direction: row;
    justify-content: space-between;
  }

  .c-footer__gfo {
    margin-bottom: 0;
  }
}
.c-nav-toggle {
  position: absolute;
  top: 34px;
  right: 8px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 14px;
}
.c-nav-toggle:hover {
  background-color: transparent;
}
.c-nav-toggle.is-open .c-nav-toggle__inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-nav-toggle.is-open .c-nav-toggle__inner, .c-nav-toggle.is-open .c-nav-toggle__inner:before, .c-nav-toggle.is-open .c-nav-toggle__inner:after {
  background-color: #4d4d4d;
}
.c-nav-toggle.is-open .c-nav-toggle__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.15s ease;
}
.c-nav-toggle.is-open .c-nav-toggle__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 767px) {
  .c-nav-toggle {
    display: none;
  }
}

.c-nav-toggle__box {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.c-nav-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-nav-toggle__inner, .c-nav-toggle__inner:before, .c-nav-toggle__inner:after {
  position: absolute;
  background-color: #4d4d4d;
  width: 16px;
  height: 2px;
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: ease;
}
.c-nav-toggle__inner:before, .c-nav-toggle__inner:after {
  content: "";
  display: block;
}
.c-nav-toggle__inner:before {
  top: -5px;
  transition: top 0.075s 0.15s ease, opacity 0.075s ease;
}
.c-nav-toggle__inner:after {
  bottom: -5px;
  transition: bottom 0.075s 0.15s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.c-button-search {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-left: 24px;
  margin-right: 24px;
}
.c-button-search:hover {
  color: #956502;
  text-decoration: underline;
}
.c-button-search:hover .c-button-search__icon {
  fill: #956502;
}

.c-button-search__icon {
  margin-right: 4px;
}

@media screen and (max-width: 766px) {
  .c-button-search {
    position: absolute;
    top: 34px;
    right: 52px;
    margin: 0;
    padding: 14px;
  }
  .c-button-search .c-button-search__icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .c-button-search__label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.c-primary-nav__list a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.c-primary-nav__list a:hover {
  color: #956502;
}
.c-primary-nav__list .current-menu-item > a,
.c-primary-nav__list .current-menu-ancestor > a,
.c-primary-nav__list .current-page-item > a,
.c-primary-nav__list .current-page-ancestor > a,
.c-primary-nav__list .current_page_parent > a {
  border-bottom-color: #d1991f;
}
.c-primary-nav__list .sub-menu {
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 766px) {
  .c-primary-nav__list {
    display: none;
    margin-left: -16px;
    margin-right: -16px;
  }
  .c-primary-nav__list > li {
    border-top: 1px solid #cecece;
    padding: 24px 16px;
  }
  .c-primary-nav__list > li > a {
    font-weight: 700;
  }
  .c-primary-nav__list.is-open {
    display: block;
  }
  .c-primary-nav__list .sub-menu {
    display: flex;
    padding-top: 24px;
  }
  .c-primary-nav__list .sub-menu li {
    width: 50%;
    padding-right: 16px;
  }
}
@media screen and (min-width: 475px) {
  .c-primary-nav__list .sub-menu li {
    width: 33.333333%;
  }
}
@media screen and (min-width: 767px) {
  .c-primary-nav__list {
    display: flex;
  }
  .c-primary-nav__list > li:not(:last-child) {
    margin-right: 20px;
  }
  .c-primary-nav__list > li:hover .sub-menu, .c-primary-nav__list > li.is-focused .sub-menu {
    left: auto;
  }
  .c-primary-nav__list .sub-menu {
    background-color: #fff;
    position: absolute;
    left: -9999px;
    min-width: 160px;
    z-index: 9;
    box-shadow: 0 13px 27px -5px rgba(149, 101, 2, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  }
  .c-primary-nav__list .sub-menu li {
    width: 100%;
  }
  .c-primary-nav__list .sub-menu a {
    display: block;
    padding: 6px 12px;
    border-bottom: none;
  }
  .c-primary-nav__list .sub-menu a:hover {
    color: #000;
    background-color: #f6f4f0;
  }
}
.c-header-links__list {
  display: flex;
}
.c-header-links__list li {
  margin-right: 24px;
}
.c-header-links__list li:last-child {
  margin-right: 0;
}
.c-header-links__list a {
  color: #000;
  font-size: 0.75rem;
  text-decoration: none;
}
.c-header-links__list a:hover {
  color: #956502;
  text-decoration: underline;
}

@media screen and (max-width: 766px) {
  .c-header-links__list {
    display: none;
  }
}
.c-footer-nav {
  display: flex;
}
.c-footer-nav li {
  margin-right: 20px;
}
.c-footer-nav a {
  display: block;
  color: inherit;
  font-size: 0.75rem;
  text-decoration: none;
}
.c-footer-nav a:hover {
  text-decoration: underline;
}

.c-social-nav__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.c-social-nav__list li:not(:first-child) {
  margin-left: 8px;
}
.c-social-nav__list li:not(:last-child) {
  margin-right: 8px;
}
.c-social-nav__list a {
  color: #956502;
  font-family: "Socicon";
  text-decoration: none;
}
.c-social-nav__list a:hover {
  color: #270800;
  text-decoration: none;
}
.c-social-nav__list [href*="facebook.com"]:before {
  content: "\e028";
}
.c-social-nav__list [href*="instagram.com"]:before {
  content: "\e044";
}
.c-social-nav__list [href*="linkedin.com"]:before {
  content: "\e04c";
}
.c-social-nav__list [href*="pinterest.com"]:before {
  content: "\e063";
}
.c-social-nav__list .rss a:before {
  content: "\e071";
}
.c-social-nav__list [href*="twitter.com"]:before {
  content: "\e08d";
}
.c-social-nav__list [href*="yelp.com"]:before {
  content: "\e0a3";
}
.c-social-nav__list [href*="youtube.com"]:before {
  content: "\e0a5";
}
.c-social-nav__list [href*="vimeo.com"]:before {
  content: "\e093";
}

.c-site-header .c-social-nav__list a {
  font-size: 0.875rem;
}

.nav-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 48px;
}

.page-numbers {
  margin: 0 1px 1px 0;
  color: #000;
  background-color: #d1991f;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #d1991f;
  min-width: 70px;
  padding: 12px 0;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.page-numbers.current {
  background-color: transparent;
  border-color: #956502;
}
.page-numbers.dots {
  background-color: transparent;
  min-width: 35px;
  padding-left: 0;
  padding-right: 0;
}
.page-numbers.prev, .page-numbers.next {
  min-width: 141px;
}

a.page-numbers:hover {
  color: #fff;
  background-color: #270800;
  border-color: #270800;
}

@media screen and (min-width: 768px) {
  .page-numbers:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .page-numbers:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.search-form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.search-form label {
  flex-grow: 1;
}
.search-form .search-field {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #956502;
  border-right: none;
  padding: 12px 12px 12px 24px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.search-form .search-submit {
  flex-grow: 0;
  color: #fff;
  background-color: #956502;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 12px 30px 12px 24px;
  border-bottom: none;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  transition: background-color 0.2s;
}
.search-form .search-submit:hover {
  color: #fff;
  background-color: #270800;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ss-inline-share-wrapper {
  margin: 0;
}

.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
  margin-bottom: 0 !important;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a {
  text-align: center;
  line-height: 45px;
  background-color: #d1991f;
  width: 45px;
  height: 45px;
  transition: color 0.2s, background-color 0.2s;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:focus, .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:hover {
  background-color: #000;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:focus i, .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:hover i {
  color: #fff;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a i {
  color: #000;
  width: 45px;
  min-width: 45px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 48px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 1024px) {
  .slick-slider {
    margin-bottom: 0;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 12px;
  display: inline-block;
  color: #000;
  background-color: #fafafa;
  font-size: 1.5rem;
  line-height: 1;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-bottom: 3px;
  z-index: 90;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow:hover {
  background-color: #d1991f;
  border-color: #d1991f;
}
.slick-arrow.slick-next {
  left: auto;
  right: 12px;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  color: transparent;
  background: #bfbfbf;
  font-size: 0px;
  line-height: 0;
  border-radius: 50%;
  border: 0;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #956502;
}
.slick-dots li.slick-active button {
  background-color: #956502;
}

.wp-block-pb-slide {
  margin-bottom: 0;
}
.wp-block-pb-slide .wp-block-pb-card__inner .wp-block-pb-card__content {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-pb-slide__title {
  font-size: 2.125rem;
  margin-bottom: 0.3em;
}

.u-sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-skip-link {
  color: #956502;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  outline: none;
  transition: 0s;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.u-skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 900;
}

.u-flex {
  display: flex !important;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-space-between {
  justify-content: space-between !important;
}

.u-justify-content-space-around {
  justify-content: space-around !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 474px) {
  .u-hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .u-hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-hidden-xl {
    display: none !important;
  }
}
.u-margin-xs {
  margin: 6px !important;
}

.u-margin-top-xs {
  margin-top: 6px !important;
}

.u-margin-bottom-xs {
  margin-bottom: 6px !important;
}

.u-margin-sm {
  margin: 12px !important;
}

.u-margin-top-sm {
  margin-top: 12px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 12px !important;
}

.u-margin-md {
  margin: 24px !important;
}

.u-margin-top-md {
  margin-top: 24px !important;
}

.u-margin-bottom-md {
  margin-bottom: 24px !important;
}

.u-margin-lg {
  margin: 48px !important;
}

.u-margin-top-lg {
  margin-top: 48px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 48px !important;
}

.u-margin-xl {
  margin: 72px !important;
}

.u-margin-top-xl {
  margin-top: 72px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 72px !important;
}

.u-padding-xs {
  padding: 6px !important;
}

.u-padding-top-xs {
  padding-top: 6px !important;
}

.u-padding-bottom-xs {
  padding-bottom: 6px !important;
}

.u-padding-sm {
  padding: 12px !important;
}

.u-padding-top-sm {
  padding-top: 12px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 12px !important;
}

.u-padding-md {
  padding: 24px !important;
}

.u-padding-top-md {
  padding-top: 24px !important;
}

.u-padding-bottom-md {
  padding-bottom: 24px !important;
}

.u-padding-lg {
  padding: 48px !important;
}

.u-padding-top-lg {
  padding-top: 48px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 48px !important;
}

.u-padding-xl {
  padding: 72px !important;
}

.u-padding-top-xl {
  padding-top: 72px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 72px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-text-left,
.has-text-align-left {
  text-align: left !important;
}

.u-text-right,
.has-text-align-right {
  text-align: right !important;
}

.u-text-center,
.has-text-align-center {
  text-align: center !important;
}

.u-no-wrap {
  white-space: nowrap !important;
}

.u-text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.u-text-display {
  font-family: "Courgette", cursive;
}

.u-text-small {
  font-size: 0.75rem !important;
}

.u-text-no-decoration {
  text-decoration: none !important;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-strikethrough {
  text-decoration: line-through !important;
}

.u-text-muted {
  opacity: 0.5 !important;
}

.u-text-error {
  color: #e00 !important;
}

.u-text-success {
  color: #080 !important;
}

.u-text-ko {
  color: #fff !important;
}

.u-1of12 {
  width: 8.3333333333% !important;
}

.u-offset-1of12 {
  margin-left: 8.3333333333% !important;
}

.u-2of12 {
  width: 16.6666666667% !important;
}

.u-offset-2of12 {
  margin-left: 16.6666666667% !important;
}

.u-3of12 {
  width: 25% !important;
}

.u-offset-3of12 {
  margin-left: 25% !important;
}

.u-4of12 {
  width: 33.3333333333% !important;
}

.u-offset-4of12 {
  margin-left: 33.3333333333% !important;
}

.u-5of12 {
  width: 41.6666666667% !important;
}

.u-offset-5of12 {
  margin-left: 41.6666666667% !important;
}

.u-6of12 {
  width: 50% !important;
}

.u-offset-6of12 {
  margin-left: 50% !important;
}

.u-7of12 {
  width: 58.3333333333% !important;
}

.u-offset-7of12 {
  margin-left: 58.3333333333% !important;
}

.u-8of12 {
  width: 66.6666666667% !important;
}

.u-offset-8of12 {
  margin-left: 66.6666666667% !important;
}

.u-9of12 {
  width: 75% !important;
}

.u-offset-9of12 {
  margin-left: 75% !important;
}

.u-10of12 {
  width: 83.3333333333% !important;
}

.u-offset-10of12 {
  margin-left: 83.3333333333% !important;
}

.u-11of12 {
  width: 91.6666666667% !important;
}

.u-offset-11of12 {
  margin-left: 91.6666666667% !important;
}

.u-12of12 {
  width: 100% !important;
}

.u-offset-12of12 {
  margin-left: 100% !important;
}

.u-offset-0of12 {
  margin-left: 0 !important;
}

@media screen and (min-width: 475px) {
  .u-1of12-sm {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-sm {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-sm {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-sm {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-sm {
    width: 25% !important;
  }

  .u-offset-3of12-sm {
    margin-left: 25% !important;
  }

  .u-4of12-sm {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-sm {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-sm {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-sm {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-sm {
    width: 50% !important;
  }

  .u-offset-6of12-sm {
    margin-left: 50% !important;
  }

  .u-7of12-sm {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-sm {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-sm {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-sm {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-sm {
    width: 75% !important;
  }

  .u-offset-9of12-sm {
    margin-left: 75% !important;
  }

  .u-10of12-sm {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-sm {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-sm {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-sm {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-sm {
    width: 100% !important;
  }

  .u-offset-12of12-sm {
    margin-left: 100% !important;
  }

  .u-offset-0of12-sm {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-1of12-md {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-md {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-md {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-md {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-md {
    width: 25% !important;
  }

  .u-offset-3of12-md {
    margin-left: 25% !important;
  }

  .u-4of12-md {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-md {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-md {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-md {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-md {
    width: 50% !important;
  }

  .u-offset-6of12-md {
    margin-left: 50% !important;
  }

  .u-7of12-md {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-md {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-md {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-md {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-md {
    width: 75% !important;
  }

  .u-offset-9of12-md {
    margin-left: 75% !important;
  }

  .u-10of12-md {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-md {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-md {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-md {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-md {
    width: 100% !important;
  }

  .u-offset-12of12-md {
    margin-left: 100% !important;
  }

  .u-offset-0of12-md {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-1of12-lg {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-lg {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-lg {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-lg {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-lg {
    width: 25% !important;
  }

  .u-offset-3of12-lg {
    margin-left: 25% !important;
  }

  .u-4of12-lg {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-lg {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-lg {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-lg {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-lg {
    width: 50% !important;
  }

  .u-offset-6of12-lg {
    margin-left: 50% !important;
  }

  .u-7of12-lg {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-lg {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-lg {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-lg {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-lg {
    width: 75% !important;
  }

  .u-offset-9of12-lg {
    margin-left: 75% !important;
  }

  .u-10of12-lg {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-lg {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-lg {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-lg {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-lg {
    width: 100% !important;
  }

  .u-offset-12of12-lg {
    margin-left: 100% !important;
  }

  .u-offset-0of12-lg {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-1of12-xl {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-xl {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-xl {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-xl {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-xl {
    width: 25% !important;
  }

  .u-offset-3of12-xl {
    margin-left: 25% !important;
  }

  .u-4of12-xl {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-xl {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-xl {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-xl {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-xl {
    width: 50% !important;
  }

  .u-offset-6of12-xl {
    margin-left: 50% !important;
  }

  .u-7of12-xl {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-xl {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-xl {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-xl {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-xl {
    width: 75% !important;
  }

  .u-offset-9of12-xl {
    margin-left: 75% !important;
  }

  .u-10of12-xl {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-xl {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-xl {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-xl {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-xl {
    width: 100% !important;
  }

  .u-offset-12of12-xl {
    margin-left: 100% !important;
  }

  .u-offset-0of12-xl {
    margin-left: 0 !important;
  }
}
.u-reset-width {
  width: auto !important;
  max-width: none !important;
}

.u-full-height {
  height: 100% !important;
}

/*# sourceMappingURL=style.css.map */
