@charset "UTF-8";
/*
 * Theme Name:        Aubrey
 * Theme URI:         https://themeforest.net/
 * Author:            Subatomic Themes
 * Author URI:        https://themeforest.net/user/subatomicthemes
 * Description:       Aubrey is a theme designed for fashion, and is the perfect starting point for your personal blog. Whether you're just starting out, or simply want a new look - we're sure you'll find this design very flexible and intuitive. It's fully optimized for the WordPress block editor and has plenty of styling options for the customizer so you can get the exact look you want.
 * Version:           1.0.1
 * Requires at least: 5.3
 * Requires PHP:      5.6
 * Tested up to:      5.8
 * License:           See "Licenses" Folder
 * License URI:       See "Licenses" Folder
 * Text Domain:       aubrey
 * Tags:              blog, grid-layout, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-colors, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks
 *
 * Table of Contents
 * ----------------------------------------------------------------------------
 *
 * Bootstrap
 * Root
 * Typography
 * Buttons
 * Labels
 * Site Header
 * Wp Block Theme Colors
 * Wp Block Font Sizes
 * Wp Block Alignment
 * Wp Block Dropcap
 * Wp Block List
 * Wp Block Quote
 * Wp Block Code
 * Wp Block Classic Block
 * Wp Block Preformatted
 * Wp Block Pullquote
 * Wp Block Table
 * Wp Block Verse
 * Wp Block Image
 * Wp Block Gallery
 * Wp Block Audio
 * Wp Block Cover
 * Wp Block File
 * Wp Block Media Text
 * Wp Block Video
 * Wp Block Buttons
 * Wp Block Columns
 * Wp Block Group
 * Wp Block Separator
 * Wp Block Embed
 * Wp Block Search
 * Wp Block Widgets
 * Wp Block Latest Posts & RSS Feed
 * Wp Block Latest Comments
 * Wp Block Social Links
 * Wp Block Query
 * Custom Block Patterns
 * Classic Editor
 * Posts
 * Page Header
 * Section Title
 * Forms
 * Comments
 * Widgets
 * Sliders
 * Post Banners
 * Promotional Boxes
 * Post Listings
 * Post(s)/Comment(s) Navigation/Pagination/Page Links
 * Instagram Feed
 * Site Footer
 * 404 & Search Results
 * Off-Canvas Elements
 *
 */

/*
 * Bootstrap
 * ----------------------------------------------------------------------------
 *
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--aubrey-body-font-family);
  font-size: var(--aubrey-body-font-size);
  font-weight: var(--aubrey-body-font-weight);
  line-height: var(--aubrey-body-line-height);
  color: var(--aubrey-body-color);
  text-align: var(--aubrey-body-text-align);
  background-color: var(--aubrey-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 38px;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

h1 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 32px;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--accent);
  text-decoration: underline;
}

a:hover {
  color: var(--accent);
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1rem;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1rem;
  color: var(--black);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: var(--white);
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--aubrey-gutter-x, 15px);
  padding-left: var(--aubrey-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1236px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.row {
  --aubrey-gutter-x: 30px;
  --aubrey-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--aubrey-gutter-y) * -1);
  margin-right: calc(var(--aubrey-gutter-x) * -.5);
  margin-left: calc(var(--aubrey-gutter-x) * -.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--aubrey-gutter-x) * .5);
  padding-left: calc(var(--aubrey-gutter-x) * .5);
  margin-top: var(--aubrey-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --aubrey-gutter-x: 0;
}

.g-0,
.gy-0 {
  --aubrey-gutter-y: 0;
}

.g-1,
.gx-1 {
  --aubrey-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --aubrey-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --aubrey-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --aubrey-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --aubrey-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --aubrey-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --aubrey-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --aubrey-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --aubrey-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --aubrey-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --aubrey-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --aubrey-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --aubrey-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --aubrey-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --aubrey-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --aubrey-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --aubrey-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --aubrey-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --aubrey-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --aubrey-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --aubrey-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --aubrey-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --aubrey-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --aubrey-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --aubrey-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --aubrey-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --aubrey-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --aubrey-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --aubrey-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --aubrey-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --aubrey-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --aubrey-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --aubrey-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --aubrey-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --aubrey-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --aubrey-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --aubrey-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --aubrey-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --aubrey-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --aubrey-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --aubrey-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --aubrey-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --aubrey-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --aubrey-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --aubrey-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --aubrey-gutter-y: 3rem;
  }
}

@media (min-width: 1236px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --aubrey-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --aubrey-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --aubrey-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --aubrey-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --aubrey-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --aubrey-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --aubrey-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --aubrey-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --aubrey-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --aubrey-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --aubrey-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --aubrey-gutter-y: 3rem;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-opacity-25 {
  --aubrey-text-opacity: 0.25;
}

.text-opacity-50 {
  --aubrey-text-opacity: 0.5;
}

.text-opacity-75 {
  --aubrey-text-opacity: 0.75;
}

.text-opacity-100 {
  --aubrey-text-opacity: 1;
}

.bg-opacity-10 {
  --aubrey-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --aubrey-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --aubrey-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --aubrey-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --aubrey-bg-opacity: 1;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1236px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*
 * Root
 * ----------------------------------------------------------------------------
 *
 */
:root {
  --body-bg:                    #ffffff;
  --body-color:                 var(--gray-700);
  --white:                      #ffffff;
  --gray-100:                   #f5f5f5;
  --gray-200:                   #eeeeee;
  --gray-300:                   #e0e0e0;
  --gray-400:                   #bdbdbd;
  --gray-500:                   #9e9e9e;
  --gray-600:                   #757575;
  --gray-700:                   #616161;
  --gray-800:                   #424242;
  --gray-900:                   #212121;
  --black:                      #000000;
  --accent:                     #000000;
  --font-family-base:           Inter, sans-serif;
  --font-weight-base:           400;
  --headings-font-family:       Merriweather, Georgia, serif;
  --headings-font-weight:       700;
  --site-header-height:         90px;
  --site-header-height-t:       120px;
  --site-header-height-n:       -90px;
  --site-content-padding-top:   90px;
  --site-content-padding-top-n: -90px;
}

/*
 * Typography
 * ----------------------------------------------------------------------------
 *
 */
body {
  background-color: var(--body-bg);
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-base);
  color: var(--body-color);
  font-size: 1rem;
  line-height: 28px;
  overflow-x: hidden;
}

p img {
  height: auto;
}

p.has-background {
  padding: 32px;
}

.archive-description {
  padding-top: 60px;
}

.archive-description p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  height: auto;
}

h1 code,
h1 kbd, h2 code,
h2 kbd, h3 code,
h3 kbd, h4 code,
h4 kbd, h5 code,
h5 kbd, h6 code,
h6 kbd {
  font-size: inherit;
}

code,
kbd {
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  padding: 6px 8px;
  background-color: var(--gray-100);
  border-radius: 0;
}

.has-text-color code, .has-text-color
kbd {
  background-color: rgba(255, 255, 255, 0.18);
  color: inherit;
}

kbd {
  background-color: var(--black);
  color: var(--white);
}

blockquote {
  margin: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.aubrey-single-post strong,
.is-root-container strong {
  font-weight: 700;
}

.aubrey-single-post h1 strong, .aubrey-single-post h2 strong, .aubrey-single-post h3 strong, .aubrey-single-post h4 strong, .aubrey-single-post h5 strong, .aubrey-single-post h6 strong,
.is-root-container h1 strong,
.is-root-container h2 strong,
.is-root-container h3 strong,
.is-root-container h4 strong,
.is-root-container h5 strong,
.is-root-container h6 strong {
  font-weight: 900;
}

.aubrey-single-post a,
.is-root-container a {
  transition: all 0.25s ease;
  text-decoration: underline;
  text-decoration-color: var(--accent);
}

.aubrey-single-post a:hover,
.is-root-container a:hover {
  text-decoration: underline;
  text-decoration-color: transparent;
}

.aubrey-single-post .has-text-color a:not(.wp-block-button__link),
.is-root-container .has-text-color a:not(.wp-block-button__link) {
  color: inherit;
}

.aubrey-single-post .has-text-color a:not(.wp-block-button__link):hover,
.is-root-container .has-text-color a:not(.wp-block-button__link):hover {
  text-decoration: none;
}

.aubrey-single-post img,
.aubrey-single-post figure.wp-caption,
.is-root-container img,
.is-root-container figure.wp-caption {
  max-width: 100%;
  height: auto;
}

.aubrey-single-post figure,
.is-root-container figure {
  margin-bottom: 32px;
}

.aubrey-single-post .gallery .gallery-item,
.is-root-container .gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.aubrey-single-post .gallery .gallery-item a,
.is-root-container .gallery .gallery-item a {
  display: block;
}

.aubrey-single-post .gallery .gallery-item a:focus img,
.is-root-container .gallery .gallery-item a:focus img {
  outline-offset: -2px;
}

.aubrey-single-post .gallery .gallery-item .gallery-caption,
.is-root-container .gallery .gallery-item .gallery-caption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
  border: 0;
}

.aubrey-single-post .gallery .gallery-item .gallery-caption img,
.is-root-container .gallery .gallery-item .gallery-caption img {
  height: auto;
}

.has-dark-style .aubrey-single-post .gallery .gallery-item .gallery-caption, .has-dark-style
.is-root-container .gallery .gallery-item .gallery-caption {
  border-bottom: 1px solid var(--gray-900);
}

.aubrey-single-post .gallery.gallery-columns-2 .gallery-item,
.is-root-container .gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.aubrey-single-post .gallery.gallery-columns-3 .gallery-item,
.is-root-container .gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.aubrey-single-post .gallery.gallery-columns-4 .gallery-item,
.is-root-container .gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.aubrey-single-post .gallery.gallery-columns-5 .gallery-item,
.is-root-container .gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.aubrey-single-post .gallery.gallery-columns-6 .gallery-item,
.is-root-container .gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.aubrey-single-post .gallery.gallery-columns-7 .gallery-item,
.is-root-container .gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.aubrey-single-post .gallery.gallery-columns-8 .gallery-item,
.is-root-container .gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.aubrey-single-post .gallery.gallery-columns-9 .gallery-item,
.is-root-container .gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.aubrey-single-post .attachment,
.is-root-container .attachment {
  text-align: center;
}

.attachment .wp-video {
  margin: 0 auto;
}

.h-100 {
  height: 100%;
}

/*
 * Buttons
 * ----------------------------------------------------------------------------
 *
 */
.btn,
.aubrey-single-post .btn {
  display: inline-block;
  text-decoration: none;
  padding: 8px 32px;
  box-shadow: none;
  transition: all 0.25s ease;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent);
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--accent);
  color: var(--white);
}

.btn:hover, .btn:active,
.aubrey-single-post .btn:hover,
.aubrey-single-post .btn:active {
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.btn.btn-sm,
.aubrey-single-post .btn.btn-sm {
  padding: 2px 24px;
  font-size: 11px;
  letter-spacing: 2px;
}

.btn.btn-xs,
.aubrey-single-post .btn.btn-xs {
  padding: 0 12px 0 16px;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 2px;
}

.btn.btn-alt,
.aubrey-single-post .btn.btn-alt {
  padding: 9px 32px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  background-color: var(--white);
  color: var(--black);
}

.btn.btn-alt:hover, .btn.btn-alt:active,
.aubrey-single-post .btn.btn-alt:hover,
.aubrey-single-post .btn.btn-alt:active {
  box-shadow: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-alt.btn-sm,
.aubrey-single-post .btn.btn-alt.btn-sm {
  padding: 3px 24px;
}

/*
 * Labels
 * ----------------------------------------------------------------------------
 *
 */
.label {
  display: inline-block;
  background-color: var(--black);
  padding: 2px 12px;
  font-family: var(--font-family-base);
  font-size: 10px;
  font-weight: var(--font-weight-base);
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 99px;
  color: var(--white);
}

.label.label-sm {
  padding: 4px 10px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 99px;
}

.label.label-alt {
  background-color: var(--gray-200);
  color: var(--black);
}

/*
 * Site Header
 * ----------------------------------------------------------------------------
 *
 */
.site-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--site-header-height);
  background-color: var(--white);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  z-index: 1100;
  transition: all 0.25s ease;
}

.site-header .site-header-desktop,
.site-header .site-header-mobile {
  width: 100%;
}

.site-header .container-fluid, .site-header .container-sm, .site-header .container-md, .site-header .container-lg, .site-header .container-xl {
  width: 100%;
  padding: 0 32px;
  transition: all 0.25s ease;
}

.site-header .container-fluid .row, .site-header .container-sm .row, .site-header .container-md .row, .site-header .container-lg .row, .site-header .container-xl .row {
  width: 100%;
}

.site-header .site-header-mobile .container-fluid, .site-header .site-header-mobile .container-sm, .site-header .site-header-mobile .container-md, .site-header .site-header-mobile .container-lg, .site-header .site-header-mobile .container-xl {
  padding: 0 24px;
}

.site-header .site-header-mobile .container-fluid .row, .site-header .site-header-mobile .container-sm .row, .site-header .site-header-mobile .container-md .row, .site-header .site-header-mobile .container-lg .row, .site-header .site-header-mobile .container-xl .row {
  width: auto;
}

.site-header .site-header-branding .site-title {
  margin: 0;
  position: relative;
  font-size: 32px;
  line-height: normal;
  color: var(--black);
}

.site-header .site-header-branding .site-title a {
  text-decoration: none;
  transition: all 0.25s ease;
  color: var(--black);
}

.site-header .site-header-branding .site-title a:hover {
  text-decoration: none;
  color: var(--accent);
}

.site-header .site-header-branding .site-description {
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 12px;
  font-weight: var(--font-weight-base);
  line-height: 24px;
  color: var(--gray-600);
}

.site-header .site-header-branding .custom-logo-link {
  display: inline-block;
}

.site-header .site-header-branding .custom-logo-link .custom-logo {
  width: auto;
  height: 60px;
  transition: all 0.25s ease;
}

.site-header .site-header-navigation .navigation {
  padding-left: 28px;
  padding-right: 28px;
}

.site-header .site-header-navigation .navigation .menu {
  margin: 0;
  padding: 0;
}

.site-header .site-header-navigation .navigation .menu .menu-item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 28px;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* Remove Y margins added via the customizer! */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.site-header .site-header-navigation .navigation .menu .menu-item:before {
  display: none;
}

.site-header .site-header-navigation .navigation .menu .menu-item a {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
  color: var(--black);
  transition: all 0.25s ease;
}

.site-header .site-header-navigation .navigation .menu .menu-item a:hover, .site-header .site-header-navigation .navigation .menu .menu-item a:active {
  text-decoration: none;
  color: var(--accent);
}

.site-header .site-header-navigation .navigation .menu .menu-item a .label {
  position: relative;
  bottom: 0;
  margin-left: 10px;
}

.site-header .site-header-navigation .navigation .menu .menu-item:first-child a {
  margin-left: 0;
}

.site-header .site-header-navigation .navigation .menu .menu-item:last-child a {
  margin-right: 0;
}

.site-header .site-header-navigation .navigation .menu .menu-item:hover, .site-header .site-header-navigation .navigation .menu .menu-item:focus-within {
  cursor: pointer;
}

.site-header .site-header-navigation .navigation .menu .menu-item:hover > .sub-menu, .site-header .site-header-navigation .navigation .menu .menu-item:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.site-header .site-header-navigation .navigation .menu .menu-item.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  width: 9px;
  height: 9px;
  top: calc(50% - 5px);
  right: -14px;
  margin-left: 6px;
  opacity: 0.36;
  transition: all 0.25s ease;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: auto;
  position: absolute;
  top: 100%;
  transform: translateY(-6px);
  left: -24px;
  padding: 12px 0;
  background-color: var(--white);
  min-width: 280px;
  box-shadow: 0 32px 36px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item {
  font-family: var(--font-family-base);
  font-size: 13px;
  font-weight: var(--font-weight-base);
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item a {
  height: auto;
  color: var(--black);
  line-height: 28px;
  padding: 4px 24px;
  background-color: transparent;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item a:hover, .site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item a:active {
  padding: 4px 24px 4px 28px;
  color: var(--accent);
  background-color: transparent;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item:last-child > a {
  border: 0;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item.menu-item-has-children > a:after {
  position: absolute;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  opacity: 0.36;
  right: 18px;
  top: 15px;
}

.site-header .site-header-navigation .navigation .menu .menu-item .sub-menu .menu-item .sub-menu {
  right: auto;
  top: -12px;
  left: 100%;
}

.site-header .site-header-navigation.is-at-start .navigation {
  padding-left: 0;
}

.site-header .site-header-navigation.is-at-start .navigation .menu .menu-item:first-child {
  margin-left: 0;
}

.site-header .site-header-navigation.is-at-end .navigation {
  padding-right: 0;
}

.site-header .site-header-navigation.is-at-end .navigation .menu .menu-item:last-child {
  margin-right: 0;
}

.site-header .site-header-navigation.is-flipped .navigation .menu-item .sub-menu .menu-item .sub-menu {
  right: 100%;
  left: auto;
}

.site-header .site-header-icons {
  margin: 0;
  padding: 0;
  display: flex;
}

.site-header .site-header-icons li {
  display: block;
}

.site-header .site-header-icons li .site-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  margin: 0 2px;
  width: 36px;
  height: 36px;
  /* Remove Y margins added via the customizer! */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.site-header .site-header-icons li .site-header-icon svg {
  transition: all 0.25s ease;
  height: 18px;
  fill: var(--black);
}

.site-header .site-header-icons li .site-header-icon svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 0;
}

.site-header .site-header-icons li .site-header-icon:hover, .site-header .site-header-icons li .site-header-icon:active {
  transform: scale(1.25);
}

.site-header .site-header-icons li .site-header-icon:hover svg, .site-header .site-header-icons li .site-header-icon:active svg {
  fill: var(--accent);
}

.site-header .site-header-icons li .site-header-icon:hover svg.feather, .site-header .site-header-icons li .site-header-icon:active svg.feather {
  fill: none;
  stroke: var(--accent);
}

.site-header .site-header-icons li:before {
  display: none;
}

.site-header .site-header-icons li:first-child > .site-header-icon {
  margin-left: 0;
}

.site-header .site-header-icons li:last-child > .site-header-icon {
  margin-right: 0;
}

.site-header .site-header-icons.site-header-icons-lg li .site-header-icon {
  width: 48px;
  height: 48px;
}

.site-header .site-header-icons.site-header-icons-lg li .site-header-icon svg {
  height: 24px;
}

.site-header .site-header-icons.site-header-icons-lg li .site-header-icon.off-canvas-sidebar-open {
  justify-content: flex-start;
}

.site-header .site-header-icons.site-header-icons-lg li .site-header-icon.off-canvas-search-open {
  justify-content: flex-end;
}

.site-header .site-header-icons.site-header-icons-lg li .menu-text {
  display: none;
  transition: all 0.25s ease;
  margin-left: 0;
  font-size: 13px;
  font-weight: var(--font-weight-base);
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}

.site-header .site-header-divider {
  width: 1px;
  height: 36px;
  margin: 14px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.25s ease;
}

.has-transparent-header .site-header {
  height: var(--site-header-height-t);
  background-color: transparent;
  box-shadow: none;
}

.has-transparent-header .site-header .container-fluid, .has-transparent-header .site-header .container-sm, .has-transparent-header .site-header .container-md, .has-transparent-header .site-header .container-lg, .has-transparent-header .site-header .container-xl {
  padding: 0 48px;
}

.has-transparent-header .site-header .site-header-mobile .container-fluid, .has-transparent-header .site-header .site-header-mobile .container-sm, .has-transparent-header .site-header .site-header-mobile .container-md, .has-transparent-header .site-header .site-header-mobile .container-lg, .has-transparent-header .site-header .site-header-mobile .container-xl {
  padding: 0 24px;
}

.has-transparent-header .site-header .site-header-branding .site-title {
  color: var(--white);
}

.has-transparent-header .site-header .site-header-branding .site-title a {
  color: var(--white);
}

.has-transparent-header .site-header .site-header-branding .site-title a:hover {
  color: var(--white);
}

.has-transparent-header .site-header .site-header-branding .site-description {
  color: var(--white);
}

.has-transparent-header .site-header .site-header-navigation .navigation .menu .menu-item a {
  line-height: 1.2;
  color: var(--white);
}

.has-transparent-header .site-header .site-header-navigation .navigation .menu .menu-item a:hover, .has-transparent-header .site-header .site-header-navigation .navigation .menu .menu-item a:active {
  color: var(--gray-200);
}

.has-transparent-header .site-header .site-header-navigation .navigation .menu .menu-item.menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  top: calc(50% - 5px);
  opacity: 0.48;
}

.has-transparent-header .site-header .site-header-navigation .navigation .menu .menu-item .sub-menu {
  top: 100%;
}

.has-transparent-header .site-header .site-header-navigation .navigation > .menu > .menu-item > a > .label {
  background-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.has-transparent-header .site-header .site-header-navigation .navigation > .menu > .menu-item > a > .label.label-alt {
  background-color: var(--white);
  color: var(--black);
}

.has-transparent-header .site-header .site-header-icons li .site-header-icon svg {
  fill: var(--white);
}

.has-transparent-header .site-header .site-header-icons li .site-header-icon svg.feather {
  fill: none;
  stroke: var(--white);
}

.has-transparent-header .site-header .site-header-icons li .site-header-icon:hover svg, .has-transparent-header .site-header .site-header-icons li .site-header-icon:active svg {
  fill: var(--gray-200);
}

.has-transparent-header .site-header .site-header-icons li .site-header-icon:hover svg.feather, .has-transparent-header .site-header .site-header-icons li .site-header-icon:active svg.feather {
  fill: none;
  stroke: var(--gray-200);
}

.has-transparent-header .site-header .site-header-icons.site-header-icons-lg li .menu-text {
  color: var(--white);
}

.has-transparent-header .site-header .site-header-divider {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 768px) {
  .site-header-mobile .site-header-icons.site-header-icons-lg li .menu-text {
    display: block;
  }
}

body:not(.has-slider) .consider-header {
  margin-top: var(--site-header-height);
}

.site-content {
  padding-bottom: 120px;
}

.page-content,
.aubrey-single-post {
  padding-top: var(--site-content-padding-top);
}

.wp-custom-logo .site-header .site-header-branding {
  position: relative;
}

.wp-custom-logo .site-header .site-header-branding .size-full {
  position: absolute;
  width: auto;
  left: 0;
  right: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  height: 60px;
  transition: all 0.25s ease;
}

.wp-custom-logo .site-header .centered-logo .site-header-branding .size-full {
  left: auto;
  right: auto;
}

.wp-custom-logo .site-header .right-logo .site-header-branding .size-full {
  left: auto;
  right: 0;
}

.has-transparent-header.wp-custom-logo .site-header .site-header-branding .custom-logo {
  opacity: 0;
}

.has-transparent-header.wp-custom-logo .site-header .site-header-branding .size-full {
  visibility: visible;
  opacity: 1;
}

/*
 * Wp Block Theme Colors
 * ----------------------------------------------------------------------------
 *
 */
.has-text-color.has-accent-color {
  color: var(--accent);
}

.has-text-color.has-accent-color a {
  text-decoration-color: var(--accent);
}

.has-text-color.has-white-color {
  color: var(--white);
}

.has-text-color.has-white-color a {
  text-decoration-color: var(--white);
}

.has-text-color.has-gray-100-color {
  color: var(--gray-100);
}

.has-text-color.has-gray-100-color a {
  text-decoration-color: var(--gray-100);
}

.has-text-color.has-gray-200-color {
  color: var(--gray-200);
}

.has-text-color.has-gray-200-color a {
  text-decoration-color: var(--gray-200);
}

.has-text-color.has-gray-300-color {
  color: var(--gray-300);
}

.has-text-color.has-gray-300-color a {
  text-decoration-color: var(--gray-300);
}

.has-text-color.has-gray-400-color {
  color: var(--gray-400);
}

.has-text-color.has-gray-400-color a {
  text-decoration-color: var(--gray-400);
}

.has-text-color.has-gray-500-color {
  color: var(--gray-500);
}

.has-text-color.has-gray-500-color a {
  text-decoration-color: var(--gray-500);
}

.has-text-color.has-gray-600-color {
  color: var(--gray-600);
}

.has-text-color.has-gray-600-color a {
  text-decoration-color: var(--gray-600);
}

.has-text-color.has-gray-700-color {
  color: var(--gray-700);
}

.has-text-color.has-gray-700-color a {
  text-decoration-color: var(--gray-700);
}

.has-text-color.has-gray-800-color {
  color: var(--gray-800);
}

.has-text-color.has-gray-800-color a {
  text-decoration-color: var(--gray-800);
}

.has-text-color.has-gray-900-color {
  color: var(--gray-900);
}

.has-text-color.has-gray-900-color a {
  text-decoration-color: var(--gray-900);
}

.has-text-color.has-black-color {
  color: var(--black);
}

.has-text-color.has-black-color a {
  text-decoration-color: var(--black);
}

.has-text-color.has-background-color {
  color: #ffffff;
}

.has-text-color.has-background-color a {
  text-decoration-color: #ffffff;
}

.has-text-color.has-drop-cap:not(:focus):first-letter {
  color: inherit;
}

.is-root-container .has-inline-color.has-accent-color,
.aubrey-single-post .has-inline-color.has-accent-color {
  color: var(--accent);
}

.is-root-container .has-inline-color.has-accent-color a,
.aubrey-single-post .has-inline-color.has-accent-color a {
  text-decoration-color: var(--accent);
}

.is-root-container .has-inline-color.has-white-color,
.aubrey-single-post .has-inline-color.has-white-color {
  color: var(--white);
}

.is-root-container .has-inline-color.has-white-color a,
.aubrey-single-post .has-inline-color.has-white-color a {
  text-decoration-color: var(--white);
}

.is-root-container .has-inline-color.has-gray-100-color,
.aubrey-single-post .has-inline-color.has-gray-100-color {
  color: var(--gray-100);
}

.is-root-container .has-inline-color.has-gray-100-color a,
.aubrey-single-post .has-inline-color.has-gray-100-color a {
  text-decoration-color: var(--gray-100);
}

.is-root-container .has-inline-color.has-gray-200-color,
.aubrey-single-post .has-inline-color.has-gray-200-color {
  color: var(--gray-200);
}

.is-root-container .has-inline-color.has-gray-200-color a,
.aubrey-single-post .has-inline-color.has-gray-200-color a {
  text-decoration-color: var(--gray-200);
}

.is-root-container .has-inline-color.has-gray-300-color,
.aubrey-single-post .has-inline-color.has-gray-300-color {
  color: var(--gray-300);
}

.is-root-container .has-inline-color.has-gray-300-color a,
.aubrey-single-post .has-inline-color.has-gray-300-color a {
  text-decoration-color: var(--gray-300);
}

.is-root-container .has-inline-color.has-gray-400-color,
.aubrey-single-post .has-inline-color.has-gray-400-color {
  color: var(--gray-400);
}

.is-root-container .has-inline-color.has-gray-400-color a,
.aubrey-single-post .has-inline-color.has-gray-400-color a {
  text-decoration-color: var(--gray-400);
}

.is-root-container .has-inline-color.has-gray-500-color,
.aubrey-single-post .has-inline-color.has-gray-500-color {
  color: var(--gray-500);
}

.is-root-container .has-inline-color.has-gray-500-color a,
.aubrey-single-post .has-inline-color.has-gray-500-color a {
  text-decoration-color: var(--gray-500);
}

.is-root-container .has-inline-color.has-gray-600-color,
.aubrey-single-post .has-inline-color.has-gray-600-color {
  color: var(--gray-600);
}

.is-root-container .has-inline-color.has-gray-600-color a,
.aubrey-single-post .has-inline-color.has-gray-600-color a {
  text-decoration-color: var(--gray-600);
}

.is-root-container .has-inline-color.has-gray-700-color,
.aubrey-single-post .has-inline-color.has-gray-700-color {
  color: var(--gray-700);
}

.is-root-container .has-inline-color.has-gray-700-color a,
.aubrey-single-post .has-inline-color.has-gray-700-color a {
  text-decoration-color: var(--gray-700);
}

.is-root-container .has-inline-color.has-gray-800-color,
.aubrey-single-post .has-inline-color.has-gray-800-color {
  color: var(--gray-800);
}

.is-root-container .has-inline-color.has-gray-800-color a,
.aubrey-single-post .has-inline-color.has-gray-800-color a {
  text-decoration-color: var(--gray-800);
}

.is-root-container .has-inline-color.has-gray-900-color,
.aubrey-single-post .has-inline-color.has-gray-900-color {
  color: var(--gray-900);
}

.is-root-container .has-inline-color.has-gray-900-color a,
.aubrey-single-post .has-inline-color.has-gray-900-color a {
  text-decoration-color: var(--gray-900);
}

.is-root-container .has-inline-color.has-black-color,
.aubrey-single-post .has-inline-color.has-black-color {
  color: var(--black);
}

.is-root-container .has-inline-color.has-black-color a,
.aubrey-single-post .has-inline-color.has-black-color a {
  text-decoration-color: var(--black);
}

.is-root-container .has-inline-color.has-background-color,
.aubrey-single-post .has-inline-color.has-background-color {
  color: #ffffff;
}

.is-root-container .has-inline-color.has-background-color a,
.aubrey-single-post .has-inline-color.has-background-color a {
  text-decoration-color: #ffffff;
}

.has-background.has-accent-background-color,
.has-background-color.has-accent-background-color {
  background-color: var(--accent);
}

.has-background.has-white-background-color,
.has-background-color.has-white-background-color {
  background-color: var(--white);
}

.has-background.has-gray-100-background-color,
.has-background-color.has-gray-100-background-color {
  background-color: var(--gray-100);
}

.has-background.has-gray-200-background-color,
.has-background-color.has-gray-200-background-color {
  background-color: var(--gray-200);
}

.has-background.has-gray-300-background-color,
.has-background-color.has-gray-300-background-color {
  background-color: var(--gray-300);
}

.has-background.has-gray-400-background-color,
.has-background-color.has-gray-400-background-color {
  background-color: var(--gray-400);
}

.has-background.has-gray-500-background-color,
.has-background-color.has-gray-500-background-color {
  background-color: var(--gray-500);
}

.has-background.has-gray-600-background-color,
.has-background-color.has-gray-600-background-color {
  background-color: var(--gray-600);
}

.has-background.has-gray-700-background-color,
.has-background-color.has-gray-700-background-color {
  background-color: var(--gray-700);
}

.has-background.has-gray-800-background-color,
.has-background-color.has-gray-800-background-color {
  background-color: var(--gray-800);
}

.has-background.has-gray-900-background-color,
.has-background-color.has-gray-900-background-color {
  background-color: var(--gray-900);
}

.has-background.has-black-background-color,
.has-background-color.has-black-background-color {
  background-color: var(--black);
}

.has-background.has-background-background-color,
.has-background-color.has-background-background-color {
  background-color: var(--body-bg);
}

.has-background.has-accent-to-dark-gray-gradient-background,
.has-background-color.has-accent-to-dark-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-800) 100%);
}

.has-background.has-accent-to-gray-gradient-background,
.has-background-color.has-accent-to-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-500) 100%);
}

.has-background.has-accent-to-light-gray-gradient-background,
.has-background-color.has-accent-to-light-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-200) 100%);
}

.has-background.has-dark-gray-to-gray-gradient-background,
.has-background-color.has-dark-gray-to-gray-gradient-background {
  background-color: var(--gray-700);
  background-image: linear-gradient(160deg, var(--gray-700) 0%, var(--gray-500) 100%);
}

.has-background.has-gray-to-light-gray-gradient-background,
.has-background-color.has-gray-to-light-gray-gradient-background {
  background-color: var(--gray-500);
  background-image: linear-gradient(160deg, var(--gray-500) 0%, var(--gray-200) 100%);
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 32px;
}

/*
 * Wp Block Font Sizes
 * ----------------------------------------------------------------------------
 *
 */
.has-large-font-size,
.has-large-font-size li,
.wp-block-code.has-large-font-size code,
.wp-block-preformatted.has-large-font-size {
  font-size: 20px;
  line-height: 32px;
}

.has-extra-large-font-size,
.has-extra-large-font-size li,
.wp-block-code.has-extra-large-font-size code,
.wp-block-preformatted.has-extra-large-font-size {
  font-size: 24px;
  line-height: 36px;
}

/*
 * Wp Block Alignment
 * ----------------------------------------------------------------------------
 *
 */
.alignleft,
.wp-block-pullquote.alignleft,
.wp-block-image .alignleft,
.wp-block-gallery.alignleft,
.wp-block-cover.alignleft,
.wp-block-tag-cloud.alignleft,
.wp-block-archives.alignleft,
.wp-block-archives-dropdown.alignleft,
.wp-block-categories.alignleft,
.wp-block-latest-posts.alignleft,
.wp-block-rss.alignleft,
.alignright,
.wp-block-pullquote.alignright,
.wp-block-image .alignright,
.wp-block-gallery.alignright,
.wp-block-cover.alignright,
.wp-block-tag-cloud.alignright,
.wp-block-archives.alignright,
.wp-block-archives-dropdown.alignright,
.wp-block-categories.alignright,
.wp-block-latest-posts.alignright,
.wp-block-rss.alignright {
  max-width: 100%;
  width: 100%;
  margin: 0 0 32px 0;
}

.aligncenter {
  clear: both;
  display: block;
  float: none;
  max-width: 400px;
  margin: 0 auto 38px auto;
}

.aligncenter.wp-block-categories {
  margin: 0 auto 38px auto;
}

.no-sidebar .alignfull,
.no-sidebar .wp-block-pullquote.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  clear: both;
}

.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-file.alignfull,
.no-sidebar .wp-block-archives.alignfull,
.no-sidebar .wp-block-archives-dropdown.alignfull,
.no-sidebar .wp-block-categories.alignfull {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .alignleft,
  .wp-block-pullquote.alignleft,
  .wp-block-image .alignleft,
  .wp-block-gallery.alignleft,
  .wp-block-cover.alignleft,
  .wp-block-tag-cloud.alignleft,
  .wp-block-archives.alignleft,
  .wp-block-archives-dropdown.alignleft,
  .wp-block-categories.alignleft,
  .wp-block-latest-posts.alignleft,
  .wp-block-rss.alignleft {
    float: left;
    max-width: 400px;
    width: 400px;
    margin: 8px 38px 26px 0;
  }
  .alignright,
  .wp-block-pullquote.alignright,
  .wp-block-image .alignright,
  .wp-block-gallery.alignright,
  .wp-block-cover.alignright,
  .wp-block-tag-cloud.alignright,
  .wp-block-archives.alignright,
  .wp-block-archives-dropdown.alignright,
  .wp-block-categories.alignright,
  .wp-block-latest-posts.alignright,
  .wp-block-rss.alignright {
    float: right;
    max-width: 400px;
    width: 400px;
    margin: 8px 0 26px 38px;
  }
}

@media (min-width: 1236px) {
  .no-sidebar .alignleft,
  .no-sidebar .wp-block-image .alignleft,
  .no-sidebar .wp-block-pullquote.alignleft,
  .no-sidebar .wp-block-gallery.alignleft,
  .no-sidebar .wp-block-button.alignleft {
    margin-left: -200px;
  }
  .no-sidebar .alignright,
  .no-sidebar .wp-block-image .alignright,
  .no-sidebar .wp-block-pullquote.alignright,
  .no-sidebar .wp-block-gallery.alignright,
  .no-sidebar .wp-block-button.alignright {
    margin-right: -200px;
  }
  .no-sidebar .alignwide,
  .no-sidebar .wp-block-pullquote.alignwide {
    margin-left: -200px;
    margin-right: -200px;
  }
}

/*
 * Wp Block Dropcap
 * ----------------------------------------------------------------------------
 *
 */
.has-drop-cap:not(:focus):first-letter {
  font-family: var(--headings-font-family);
  font-size: 90px;
  font-weight: var(--headings-font-weight);
  font-style: normal;
  line-height: 0.86;
  text-transform: uppercase;
  color: var(--black);
  float: left;
  margin: 6px 16px 0 0;
}

.has-drop-cap.has-large-font-size:not(:focus):first-letter {
  font-size: 104px;
}

.has-drop-cap.has-extra-large-font-size:not(:focus):first-letter {
  font-size: 116px;
}

/*
 * Wp Block List
 * ----------------------------------------------------------------------------
 *
 */
ul, ol {
  margin-bottom: 32px;
  padding-left: 36px;
}

ul li, ol li {
  line-height: 32px;
}

ul li img, ol li img {
  height: auto;
}

ul.has-background, ol.has-background {
  padding: 32px;
  padding-left: 64px;
}

ul ul, ol ul {
  list-style: none;
}

ul {
  margin-left: 0;
  list-style: none;
}

ul > li {
  position: relative;
}

ul > li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -16px;
  width: 6px;
  height: 6px;
  background-color: var(--accent);
  border-radius: 6px;
}

ul ol > li:before {
  display: none;
}

/*
 * Wp Block Quote
 * ----------------------------------------------------------------------------
 *
 */
body :not(.wp-block-pullquote) > blockquote,
.wp-block-quote {
  position: relative;
  margin: 38px auto;
  padding: 52px 60px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

body :not(.wp-block-pullquote) > blockquote p,
.wp-block-quote p {
  font-family: var(--headings-font-family);
  font-size: 24px;
  font-style: normal;
  line-height: 36px;
  color: var(--black);
}

body :not(.wp-block-pullquote) > blockquote p code,
body :not(.wp-block-pullquote) > blockquote p kbd,
.wp-block-quote p code,
.wp-block-quote p kbd {
  font-size: inherit;
}

body :not(.wp-block-pullquote) > blockquote cite,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}

body :not(.wp-block-pullquote) > blockquote cite:before,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation:before,
.wp-block-quote cite:before,
.wp-block-quote .wp-block-quote__citation:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
  width: 30px;
  height: 1px;
}

body :not(.wp-block-pullquote) > blockquote cite img,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation img,
.wp-block-quote cite img,
.wp-block-quote .wp-block-quote__citation img {
  height: auto;
}

body :not(.wp-block-pullquote) > blockquote cite code,
body :not(.wp-block-pullquote) > blockquote cite kbd,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation code,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation kbd,
.wp-block-quote cite code,
.wp-block-quote cite kbd,
.wp-block-quote .wp-block-quote__citation code,
.wp-block-quote .wp-block-quote__citation kbd {
  font-size: inherit;
}

body :not(.wp-block-pullquote) > blockquote cite a,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation a,
.wp-block-quote cite a,
.wp-block-quote .wp-block-quote__citation a {
  text-decoration: none;
  font-style: normal;
}

body :not(.wp-block-pullquote) > blockquote cite a:hover,
body :not(.wp-block-pullquote) > blockquote .wp-block-quote__citation a:hover,
.wp-block-quote cite a:hover,
.wp-block-quote .wp-block-quote__citation a:hover {
  text-decoration: underline;
}

body :not(.wp-block-pullquote) > blockquote:before,
.wp-block-quote:before {
  position: absolute;
  display: block;
  text-align: center;
  top: calc(50% - 32px);
  right: auto;
  bottom: auto;
  left: -32px;
  content: "“";
  width: 64px;
  height: 64px;
  padding: 42.66667px 0 0 0;
  font-family: Georgia, serif;
  font-size: 96px;
  color: var(--accent);
  background-color: var(--body-bg);
}

body :not(.wp-block-pullquote) > blockquote.has-text-align-center,
.wp-block-quote.has-text-align-center {
  text-align: center;
  padding: 52px 60px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

body :not(.wp-block-pullquote) > blockquote.has-text-align-center:before,
.wp-block-quote.has-text-align-center:before {
  top: -32px;
  right: auto;
  bottom: auto;
  left: calc(50% - 32px);
}

body :not(.wp-block-pullquote) > blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  text-align: right;
  padding: 52px 60px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

body :not(.wp-block-pullquote) > blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  top: calc(50% - 32px);
  right: -32px;
  bottom: auto;
  left: auto;
}

body :not(.wp-block-pullquote) > blockquote.is-style-large, body :not(.wp-block-pullquote) > blockquote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
  margin: 38px auto;
  padding: 54px 60px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

body :not(.wp-block-pullquote) > blockquote.is-style-large p, body :not(.wp-block-pullquote) > blockquote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p {
  font-size: 30px;
  font-style: normal;
  line-height: 42px;
}

body :not(.wp-block-pullquote) > blockquote.is-style-large cite,
body :not(.wp-block-pullquote) > blockquote.is-style-large .wp-block-quote__citation, body :not(.wp-block-pullquote) > blockquote.is-large cite,
body :not(.wp-block-pullquote) > blockquote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation {
  text-align: left;
  font-size: 15px;
}

body :not(.wp-block-pullquote) > blockquote.is-style-large.has-text-align-center cite,
body :not(.wp-block-pullquote) > blockquote.is-style-large.has-text-align-center .wp-block-quote__citation, body :not(.wp-block-pullquote) > blockquote.is-large.has-text-align-center cite,
body :not(.wp-block-pullquote) > blockquote.is-large.has-text-align-center .wp-block-quote__citation,
.wp-block-quote.is-style-large.has-text-align-center cite,
.wp-block-quote.is-style-large.has-text-align-center .wp-block-quote__citation,
.wp-block-quote.is-large.has-text-align-center cite,
.wp-block-quote.is-large.has-text-align-center .wp-block-quote__citation {
  text-align: center;
}

body :not(.wp-block-pullquote) > blockquote.is-style-large.has-text-align-right cite,
body :not(.wp-block-pullquote) > blockquote.is-style-large.has-text-align-right .wp-block-quote__citation, body :not(.wp-block-pullquote) > blockquote.is-large.has-text-align-right cite,
body :not(.wp-block-pullquote) > blockquote.is-large.has-text-align-right .wp-block-quote__citation,
.wp-block-quote.is-style-large.has-text-align-right cite,
.wp-block-quote.is-style-large.has-text-align-right .wp-block-quote__citation,
.wp-block-quote.is-large.has-text-align-right cite,
.wp-block-quote.is-large.has-text-align-right .wp-block-quote__citation {
  text-align: right;
}

/*
 * Wp Block Code
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-code {
  margin-bottom: 32px;
  padding: 38px;
  border-width: 0;
  border-radius: 0;
  background-color: var(--gray-100);
}

.wp-block-code code {
  padding: 0;
  background-color: transparent;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 28px;
  color: var(--black);
}

.wp-block-code code code {
  display: inline-block;
  background-color: var(--gray-200);
}

.wp-block-code img {
  height: auto;
}

/*
 * Wp Block Preformatted
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-preformatted {
  margin-bottom: 32px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 28px;
  color: var(--black);
}

.wp-block-preformatted code,
.wp-block-preformatted kbd {
  font-size: inherit;
}

.wp-block-preformatted img {
  height: auto;
}

/*
 * Wp Block Pullquote
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-pullquote {
  margin: 38px auto;
  padding: 54px 60px 44px 60px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

.wp-block-pullquote:not(.is-style-solid-color).has-accent-background-color, .wp-block-pullquote:not(.is-style-solid-color).has-dark-gray-background-color, .wp-block-pullquote:not(.is-style-solid-color).has-gray-background-color, .wp-block-pullquote:not(.is-style-solid-color).has-light-gray-background-color {
  background: none;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) p {
  margin: 0;
  font-family: var(--headings-font-family);
  font-size: 24px;
  line-height: 36px;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) p code,
.wp-block-pullquote blockquote:not(.wp-block-quote) p kbd {
  font-size: inherit;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) cite,
.wp-block-pullquote blockquote:not(.wp-block-quote) .wp-block-pullquote__citation {
  color: inherit;
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) cite img,
.wp-block-pullquote blockquote:not(.wp-block-quote) .wp-block-pullquote__citation img {
  height: auto;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) cite code,
.wp-block-pullquote blockquote:not(.wp-block-quote) cite kbd,
.wp-block-pullquote blockquote:not(.wp-block-quote) .wp-block-pullquote__citation code,
.wp-block-pullquote blockquote:not(.wp-block-quote) .wp-block-pullquote__citation kbd {
  font-size: inherit;
}

.wp-block-pullquote blockquote:not(.wp-block-quote) cite:before,
.wp-block-pullquote blockquote:not(.wp-block-quote) .wp-block-pullquote__citation:before {
  content: "";
  display: block;
  margin: 16px auto;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  margin-bottom: 16px;
  padding: 38px;
}

.wp-block-pullquote.alignleft blockquote p, .wp-block-pullquote.alignright blockquote p {
  font-size: 20px;
  line-height: 32px;
}

.wp-block-pullquote.alignleft blockquote p code, .wp-block-pullquote.alignright blockquote p code {
  font-size: inherit;
}

.wp-block-pullquote.alignleft blockquote cite, .wp-block-pullquote.alignright blockquote cite {
  font-size: 11px;
}

.wp-block-pullquote.alignleft blockquote cite code, .wp-block-pullquote.alignright blockquote cite code {
  font-size: inherit;
}

.wp-block-pullquote.alignwide {
  padding: 54px 60px;
}

.wp-block-pullquote.alignwide blockquote p {
  font-size: 30px;
  line-height: 42px;
}

.wp-block-pullquote.alignwide blockquote p code {
  font-size: inherit;
}

.wp-block-pullquote.alignwide blockquote cite {
  font-size: 15px;
}

.wp-block-pullquote.alignwide blockquote cite code {
  font-size: inherit;
}

.wp-block-pullquote.alignfull {
  padding: 90px;
}

.wp-block-pullquote.alignfull blockquote p {
  font-size: 42px;
  line-height: 64px;
}

.wp-block-pullquote.alignfull blockquote p code {
  font-size: inherit;
}

.wp-block-pullquote.alignfull blockquote cite {
  font-size: 18px;
}

.wp-block-pullquote.alignfull blockquote cite code {
  font-size: inherit;
}

.wp-block-pullquote.is-style-solid-color, .wp-block-pullquote.is-style-solid-color-borderless {
  border: 0;
  position: relative;
  background-color: var(--accent);
}

.wp-block-pullquote.is-style-solid-color.has-accent-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-accent-background-color {
  background-color: var(--accent);
}

.wp-block-pullquote.is-style-solid-color.has-white-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-white-background-color {
  background-color: var(--white);
}

.wp-block-pullquote.is-style-solid-color.has-gray-100-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-100-background-color {
  background-color: var(--gray-100);
}

.wp-block-pullquote.is-style-solid-color.has-gray-200-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-200-background-color {
  background-color: var(--gray-200);
}

.wp-block-pullquote.is-style-solid-color.has-gray-300-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-300-background-color {
  background-color: var(--gray-300);
}

.wp-block-pullquote.is-style-solid-color.has-gray-400-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-400-background-color {
  background-color: var(--gray-400);
}

.wp-block-pullquote.is-style-solid-color.has-gray-500-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-500-background-color {
  background-color: var(--gray-500);
}

.wp-block-pullquote.is-style-solid-color.has-gray-600-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-600-background-color {
  background-color: var(--gray-600);
}

.wp-block-pullquote.is-style-solid-color.has-gray-700-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-700-background-color {
  background-color: var(--gray-700);
}

.wp-block-pullquote.is-style-solid-color.has-gray-800-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-800-background-color {
  background-color: var(--gray-800);
}

.wp-block-pullquote.is-style-solid-color.has-gray-900-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-gray-900-background-color {
  background-color: var(--gray-900);
}

.wp-block-pullquote.is-style-solid-color.has-black-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-black-background-color {
  background-color: var(--black);
}

.wp-block-pullquote.is-style-solid-color.has-background-background-color, .wp-block-pullquote.is-style-solid-color-borderless.has-background-background-color {
  background-color: var(--body-bg);
}

.wp-block-pullquote.is-style-solid-color blockquote, .wp-block-pullquote.is-style-solid-color-borderless blockquote {
  max-width: inherit;
  text-align: center;
  color: var(--white);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-accent-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-accent-color {
  color: var(--accent);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-accent-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-accent-color a {
  text-decoration-color: var(--accent);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-white-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-white-color {
  color: var(--white);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-white-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-white-color a {
  text-decoration-color: var(--white);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-100-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-100-color {
  color: var(--gray-100);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-100-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-100-color a {
  text-decoration-color: var(--gray-100);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-200-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-200-color {
  color: var(--gray-200);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-200-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-200-color a {
  text-decoration-color: var(--gray-200);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-300-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-300-color {
  color: var(--gray-300);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-300-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-300-color a {
  text-decoration-color: var(--gray-300);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-400-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-400-color {
  color: var(--gray-400);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-400-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-400-color a {
  text-decoration-color: var(--gray-400);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-500-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-500-color {
  color: var(--gray-500);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-500-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-500-color a {
  text-decoration-color: var(--gray-500);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-600-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-600-color {
  color: var(--gray-600);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-600-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-600-color a {
  text-decoration-color: var(--gray-600);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-700-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-700-color {
  color: var(--gray-700);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-700-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-700-color a {
  text-decoration-color: var(--gray-700);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-800-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-800-color {
  color: var(--gray-800);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-800-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-800-color a {
  text-decoration-color: var(--gray-800);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-900-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-900-color {
  color: var(--gray-900);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-gray-900-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-gray-900-color a {
  text-decoration-color: var(--gray-900);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-black-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-black-color {
  color: var(--black);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-black-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-black-color a {
  text-decoration-color: var(--black);
}

.wp-block-pullquote.is-style-solid-color blockquote.has-background-color, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-background-color {
  color: #ffffff;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-background-color a, .wp-block-pullquote.is-style-solid-color-borderless blockquote.has-background-color a {
  text-decoration-color: #ffffff;
}

.wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-pullquote.is-style-solid-color-borderless blockquote p {
  font-size: 24px;
}

.wp-block-pullquote.is-style-solid-color blockquote a, .wp-block-pullquote.is-style-solid-color-borderless blockquote a {
  color: inherit;
  text-decoration: underline;
  text-shadow: none;
}

.wp-block-pullquote.is-style-solid-color blockquote a:hover, .wp-block-pullquote.is-style-solid-color-borderless blockquote a:hover {
  text-decoration: none;
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation, .wp-block-pullquote.is-style-solid-color-borderless blockquote cite,
.wp-block-pullquote.is-style-solid-color-borderless blockquote .wp-block-pullquote__citation {
  color: inherit;
  text-transform: uppercase;
}

.wp-block-pullquote.is-style-solid-color blockquote cite:before,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation:before, .wp-block-pullquote.is-style-solid-color-borderless blockquote cite:before,
.wp-block-pullquote.is-style-solid-color-borderless blockquote .wp-block-pullquote__citation:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
}

.wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) cite,
.wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) .wp-block-pullquote__citation, .wp-block-pullquote.is-style-solid-color-borderless blockquote:not(.has-text-color) cite,
.wp-block-pullquote.is-style-solid-color-borderless blockquote:not(.has-text-color) .wp-block-pullquote__citation {
  color: var(--white);
}

.wp-block-pullquote.is-style-solid-color blockquote:after, .wp-block-pullquote.is-style-solid-color-borderless blockquote:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--white);
}

.wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright, .wp-block-pullquote.is-style-solid-color-borderless.alignleft, .wp-block-pullquote.is-style-solid-color-borderless.alignright {
  margin-bottom: 16px;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p, .wp-block-pullquote.is-style-solid-color-borderless.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color-borderless.alignright blockquote p {
  font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color.alignwide blockquote p, .wp-block-pullquote.is-style-solid-color-borderless.alignwide blockquote p {
  font-size: 30px;
}

.wp-block-pullquote.is-style-solid-color.alignfull blockquote p, .wp-block-pullquote.is-style-solid-color-borderless.alignfull blockquote p {
  font-size: 42px;
}

.wp-block-pullquote.is-style-solid-color.alignfull blockquote:after, .wp-block-pullquote.is-style-solid-color-borderless.alignfull blockquote:after {
  width: 100%;
  left: 0;
  border-left: 0;
  border-right: 0;
}

.wp-block-pullquote.is-style-solid-color-borderless blockquote:after {
  display: none;
}

/*
 * Wp Block Table
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-table figcaption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
}

.wp-block-table figcaption img {
  height: auto;
}

.has-dark-style .wp-block-table figcaption {
  border-bottom: 1px solid var(--gray-900);
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.alignleft table th,
.wp-block-table.alignleft table td, .wp-block-table.alignright table th,
.wp-block-table.alignright table td, .wp-block-table.aligncenter table th,
.wp-block-table.aligncenter table td {
  padding: 8px 16px;
  font-size: 14px;
}

.wp-block-table.alignleft figcaption, .wp-block-table.alignright figcaption, .wp-block-table.aligncenter figcaption {
  border-bottom: 0;
  padding-bottom: 0;
}

.wp-block-table.alignwide table th,
.wp-block-table.alignwide table td {
  padding: 16px 32px;
  font-size: 18px;
}

.wp-block-table.alignfull table th,
.wp-block-table.alignfull table td {
  padding: 32px;
  font-size: 20px;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: var(--gray-100);
}

.wp-block-table.is-style-stripes table th,
.wp-block-table.is-style-stripes table td {
  border-color: transparent;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-light-gray-background-color th,
.wp-block-table.is-style-stripes table.has-background.has-subtle-light-gray-background-color td {
  border: 0;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #d1e7b7;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-green-background-color th,
.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-green-background-color td {
  border: 0;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #9addfb;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-blue-background-color th,
.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-blue-background-color td {
  border: 0;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #f6a5c1;
}

.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-pink-background-color th,
.wp-block-table.is-style-stripes table.has-background.has-subtle-pale-pink-background-color td {
  border: 0;
}

table:not(.wp-calendar-table) {
  margin-bottom: 32px;
}

table:not(.wp-calendar-table) thead {
  border-bottom: 2px solid var(--gray-200);
}

table:not(.wp-calendar-table) thead th {
  font-weight: 400;
}

table:not(.wp-calendar-table) th,
table:not(.wp-calendar-table) td {
  padding: 16px 32px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--gray-200);
}

table:not(.wp-calendar-table) th img,
table:not(.wp-calendar-table) td img {
  max-width: 100%;
  height: auto;
}

table:not(.wp-calendar-table) tfoot {
  border-top: 2px solid var(--gray-200);
}

table:not(.wp-calendar-table).has-background.has-subtle-light-gray-background-color {
  background-color: #f5f5f5;
}

table:not(.wp-calendar-table).has-background.has-subtle-light-gray-background-color th,
table:not(.wp-calendar-table).has-background.has-subtle-light-gray-background-color td {
  border-color: #eeeeee;
  color: #757575;
}

table:not(.wp-calendar-table).has-background.has-subtle-pale-green-background-color {
  background-color: #e8f3db;
}

table:not(.wp-calendar-table).has-background.has-subtle-pale-green-background-color th,
table:not(.wp-calendar-table).has-background.has-subtle-pale-green-background-color td {
  border-color: #d1e7b7;
  color: #6f9c3b;
}

table:not(.wp-calendar-table).has-background.has-subtle-pale-blue-background-color {
  background-color: #cdeefd;
}

table:not(.wp-calendar-table).has-background.has-subtle-pale-blue-background-color th,
table:not(.wp-calendar-table).has-background.has-subtle-pale-blue-background-color td {
  border-color: #9addfb;
  color: #0287c3;
}

table:not(.wp-calendar-table).has-background.has-subtle-pale-pink-background-color {
  background-color: #fbd2e0;
}

table:not(.wp-calendar-table).has-background.has-subtle-pale-pink-background-color th,
table:not(.wp-calendar-table).has-background.has-subtle-pale-pink-background-color td {
  border-color: #f6a5c1;
  color: #ba184f;
}

/*
 * Wp Block Verse
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-verse {
  margin-bottom: 32px;
  padding: 38px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  background-color: var(--white);
  font-family: var(--font-family-base);
  font-size: 18px;
  line-height: 30px;
  color: var(--black);
}

.wp-block-verse img {
  height: auto;
}

/*
 * Wp Block Image
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-image {
  margin-bottom: 32px;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  transition: all 1s ease;
}

.wp-block-image a {
  display: inline-block;
  overflow: hidden;
  box-shadow: none;
}

.wp-block-image a:hover img {
  filter: grayscale(1);
  transform: scale(1.075);
}

.wp-block-image figcaption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
}

.wp-block-image figcaption img {
  height: auto;
}

.has-dark-style .wp-block-image figcaption {
  border-bottom: 1px solid var(--gray-900);
}

.wp-block-image figcaption a {
  display: inline;
}

.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
  border-bottom: 0;
  padding-bottom: 0;
}

.wp-block-image .aligncenter {
  max-width: 100%;
}

/*
 * Wp Block Gallery
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-gallery {
  margin-bottom: 32px;
}

.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-gallery .blocks-gallery-grid {
  width: 100%;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
  max-width: 100%;
  border: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 70%, transparent);
  padding: 38px 8px 16px;
  font-size: 14px;
  line-height: 26px;
  color: var(--white);
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption a {
  color: var(--white);
  text-decoration: underline;
  box-shadow: none;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img {
  transition: all 1s ease;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a {
  overflow: hidden;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a + figcaption {
  pointer-events: none;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover img {
  filter: grayscale(1);
  transform: scale(1.075);
}

.wp-block-gallery figcaption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
  padding-top: 16px;
}

.wp-block-gallery figcaption img {
  height: auto;
}

.has-dark-style .wp-block-gallery figcaption {
  border-bottom: 1px solid var(--gray-900);
}

.wp-block-gallery.alignleft figcaption, .wp-block-gallery.alignright figcaption, .wp-block-gallery.aligncenter figcaption {
  border-bottom: 0;
  padding-bottom: 0;
}

/*
 * Wp Block Audio
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-audio {
  margin-bottom: 32px;
}

.wp-block-audio audio:focus {
  outline-offset: 6px;
  outline: 2px solid var(--accent);
}

.wp-block-audio figcaption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
  padding-top: 16px;
}

.wp-block-audio figcaption img {
  height: auto;
}

.has-dark-style .wp-block-audio figcaption {
  border-bottom: 1px solid var(--gray-900);
}

.wp-block-audio.alignleft figcaption, .wp-block-audio.alignright figcaption, .wp-block-audio.aligncenter figcaption {
  border-bottom: 0;
  padding-bottom: 0;
}

/*
 * Wp Block Cover
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-cover {
  padding: 0;
  height: auto;
  margin-bottom: 32px;
}

.wp-block-cover.has-accent-background-color {
  background-color: var(--accent);
}

.wp-block-cover.has-white-background-color {
  background-color: var(--white);
}

.wp-block-cover.has-gray-100-background-color {
  background-color: var(--gray-100);
}

.wp-block-cover.has-gray-200-background-color {
  background-color: var(--gray-200);
}

.wp-block-cover.has-gray-300-background-color {
  background-color: var(--gray-300);
}

.wp-block-cover.has-gray-400-background-color {
  background-color: var(--gray-400);
}

.wp-block-cover.has-gray-500-background-color {
  background-color: var(--gray-500);
}

.wp-block-cover.has-gray-600-background-color {
  background-color: var(--gray-600);
}

.wp-block-cover.has-gray-700-background-color {
  background-color: var(--gray-700);
}

.wp-block-cover.has-gray-800-background-color {
  background-color: var(--gray-800);
}

.wp-block-cover.has-gray-900-background-color {
  background-color: var(--gray-900);
}

.wp-block-cover.has-black-background-color {
  background-color: var(--black);
}

.wp-block-cover.has-background-background-color {
  background-color: var(--body-bg);
}

.wp-block-cover .wp-block-cover__gradient-background.has-accent-to-dark-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-800) 100%);
}

.wp-block-cover .wp-block-cover__gradient-background.has-accent-to-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-500) 100%);
}

.wp-block-cover .wp-block-cover__gradient-background.has-accent-to-light-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-200) 100%);
}

.wp-block-cover .wp-block-cover__gradient-background.has-dark-gray-to-gray-gradient-background {
  background-color: var(--gray-700);
  background-image: linear-gradient(160deg, var(--gray-700) 0%, var(--gray-500) 100%);
}

.wp-block-cover .wp-block-cover__gradient-background.has-gray-to-light-gray-gradient-background {
  background-color: var(--gray-500);
  background-image: linear-gradient(160deg, var(--gray-500) 0%, var(--gray-200) 100%);
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-text {
  padding: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover .wp-block-cover-text > *:first-child {
  margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover .wp-block-cover-text > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container:not(.has-text-color),
.wp-block-cover .wp-block-cover-text:not(.has-text-color) {
  color: var(--white);
}

.wp-block-cover .wp-block-cover__inner-container:not(.has-text-color) a,
.wp-block-cover .wp-block-cover-text:not(.has-text-color) a {
  color: var(--white);
  text-decoration-color: var(--white);
}

.wp-block-cover.alignwide {
  width: auto;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 770px;
}

/*
 * Wp Block File
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-file {
  margin-bottom: 32px;
}

.wp-block-file img {
  height: auto;
}

.wp-block-file a.wp-block-file__button,
.wp-block-file div.wp-block-file__button {
  display: inline-block;
  text-decoration: none;
  padding: 8px 32px;
  box-shadow: none;
  transition: all 0.25s ease;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent);
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--accent);
  color: var(--white);
  margin-left: 16px;
}

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:active,
.wp-block-file div.wp-block-file__button:hover,
.wp-block-file div.wp-block-file__button:active {
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.wp-block-file a.wp-block-file__button.btn-sm,
.wp-block-file div.wp-block-file__button.btn-sm {
  padding: 2px 24px;
  font-size: 11px;
  letter-spacing: 2px;
}

.wp-block-file a.wp-block-file__button.btn-xs,
.wp-block-file div.wp-block-file__button.btn-xs {
  padding: 0 12px 0 16px;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 2px;
}

.wp-block-file a.wp-block-file__button.btn-alt,
.wp-block-file div.wp-block-file__button.btn-alt {
  padding: 9px 32px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  background-color: var(--white);
  color: var(--black);
}

.wp-block-file a.wp-block-file__button.btn-alt:hover, .wp-block-file a.wp-block-file__button.btn-alt:active,
.wp-block-file div.wp-block-file__button.btn-alt:hover,
.wp-block-file div.wp-block-file__button.btn-alt:active {
  box-shadow: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.wp-block-file a.wp-block-file__button.btn-alt.btn-sm,
.wp-block-file div.wp-block-file__button.btn-alt.btn-sm {
  padding: 3px 24px;
}

.wp-block-file a:not(.wp-block-file__button),
.wp-block-file div:not(.wp-block-file__button) {
  box-shadow: none;
  transition: all 0.25s ease;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 18px;
  line-height: 1;
  color: var(--accent);
}

.wp-block-file.alignleft, .wp-block-file.alignright, .wp-block-file.aligncenter {
  max-width: 100%;
  margin-top: 16px;
}

/*
 * Wp Block Media Text
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-media-text {
  margin-bottom: 32px;
}

.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__media a {
  display: block;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
}

.wp-block-media-text .wp-block-media-text__media a:hover img {
  filter: grayscale(1);
  transform: scale(1.075);
}

.wp-block-media-text .wp-block-media-text__media img {
  height: auto;
  transition: all 1s ease;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 38px;
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content .has-drop-cap:not(:focus):first-letter {
  color: inherit;
}

.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 60px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media a {
  display: block;
  width: 100%;
  height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  display: none;
}

/*
 * Wp Block Video
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-video {
  margin-bottom: 32px;
}

.wp-block-video figcaption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
  padding-top: 16px;
}

.wp-block-video figcaption img {
  height: auto;
}

.has-dark-style .wp-block-video figcaption {
  border-bottom: 1px solid var(--gray-900);
}

.wp-block-video.alignleft figcaption, .wp-block-video.alignright figcaption, .wp-block-video.aligncenter figcaption {
  border-bottom: 0;
  padding-bottom: 0;
}

.wp-block-video.alignfull video {
  width: 100%;
}

/*
 * Wp Block Buttons
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-buttons {
  display: flex;
  margin-bottom: 32px;
}

.wp-block-buttons.alignleft, .wp-block-buttons.alignright {
  max-width: 100%;
  margin-bottom: 2px;
}

.wp-block-buttons.aligncenter {
  max-width: 100%;
  justify-content: center;
}

.wp-block-buttons.alignleft .wp-block-button {
  margin-right: 16px;
}

.wp-block-buttons.alignright .wp-block-button {
  margin-left: 16px;
}

.wp-block-button {
  margin-top: 0;
  margin-bottom: 32px;
}

.wp-block-button .wp-block-button__link {
  border: 0;
  text-decoration: none;
  display: inline-block;
  padding: 10px 32px;
  box-shadow: none;
  transition: all 0.25s ease;
  border-radius: 6px;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--accent);
  color: var(--white);
}

.wp-block-button .wp-block-button__link.has-accent-background-color {
  background-color: var(--accent);
}

.wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: var(--white);
}

.wp-block-button .wp-block-button__link.has-gray-100-background-color {
  background-color: var(--gray-100);
}

.wp-block-button .wp-block-button__link.has-gray-200-background-color {
  background-color: var(--gray-200);
}

.wp-block-button .wp-block-button__link.has-gray-300-background-color {
  background-color: var(--gray-300);
}

.wp-block-button .wp-block-button__link.has-gray-400-background-color {
  background-color: var(--gray-400);
}

.wp-block-button .wp-block-button__link.has-gray-500-background-color {
  background-color: var(--gray-500);
}

.wp-block-button .wp-block-button__link.has-gray-600-background-color {
  background-color: var(--gray-600);
}

.wp-block-button .wp-block-button__link.has-gray-700-background-color {
  background-color: var(--gray-700);
}

.wp-block-button .wp-block-button__link.has-gray-800-background-color {
  background-color: var(--gray-800);
}

.wp-block-button .wp-block-button__link.has-gray-900-background-color {
  background-color: var(--gray-900);
}

.wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: var(--black);
}

.wp-block-button .wp-block-button__link.has-background-background-color {
  background-color: var(--body-bg);
}

.wp-block-button .wp-block-button__link.has-accent-color {
  color: var(--accent);
}

.wp-block-button .wp-block-button__link.has-accent-color a {
  text-decoration-color: var(--accent);
}

.wp-block-button .wp-block-button__link.has-white-color {
  color: var(--white);
}

.wp-block-button .wp-block-button__link.has-white-color a {
  text-decoration-color: var(--white);
}

.wp-block-button .wp-block-button__link.has-gray-100-color {
  color: var(--gray-100);
}

.wp-block-button .wp-block-button__link.has-gray-100-color a {
  text-decoration-color: var(--gray-100);
}

.wp-block-button .wp-block-button__link.has-gray-200-color {
  color: var(--gray-200);
}

.wp-block-button .wp-block-button__link.has-gray-200-color a {
  text-decoration-color: var(--gray-200);
}

.wp-block-button .wp-block-button__link.has-gray-300-color {
  color: var(--gray-300);
}

.wp-block-button .wp-block-button__link.has-gray-300-color a {
  text-decoration-color: var(--gray-300);
}

.wp-block-button .wp-block-button__link.has-gray-400-color {
  color: var(--gray-400);
}

.wp-block-button .wp-block-button__link.has-gray-400-color a {
  text-decoration-color: var(--gray-400);
}

.wp-block-button .wp-block-button__link.has-gray-500-color {
  color: var(--gray-500);
}

.wp-block-button .wp-block-button__link.has-gray-500-color a {
  text-decoration-color: var(--gray-500);
}

.wp-block-button .wp-block-button__link.has-gray-600-color {
  color: var(--gray-600);
}

.wp-block-button .wp-block-button__link.has-gray-600-color a {
  text-decoration-color: var(--gray-600);
}

.wp-block-button .wp-block-button__link.has-gray-700-color {
  color: var(--gray-700);
}

.wp-block-button .wp-block-button__link.has-gray-700-color a {
  text-decoration-color: var(--gray-700);
}

.wp-block-button .wp-block-button__link.has-gray-800-color {
  color: var(--gray-800);
}

.wp-block-button .wp-block-button__link.has-gray-800-color a {
  text-decoration-color: var(--gray-800);
}

.wp-block-button .wp-block-button__link.has-gray-900-color {
  color: var(--gray-900);
}

.wp-block-button .wp-block-button__link.has-gray-900-color a {
  text-decoration-color: var(--gray-900);
}

.wp-block-button .wp-block-button__link.has-black-color {
  color: var(--black);
}

.wp-block-button .wp-block-button__link.has-black-color a {
  text-decoration-color: var(--black);
}

.wp-block-button .wp-block-button__link.has-background-color {
  color: #ffffff;
}

.wp-block-button .wp-block-button__link.has-background-color a {
  text-decoration-color: #ffffff;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active {
  text-decoration: none;
  opacity: 0.65;
}

.wp-block-button .wp-block-button__link strong {
  font-weight: bolder;
}

.wp-block-button .wp-block-button__link img {
  height: auto;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  padding: 8px 32px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent);
  color: var(--accent);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-background-color {
  background-color: var(--accent);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color {
  background-color: var(--white);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-100-background-color {
  background-color: var(--gray-100);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-200-background-color {
  background-color: var(--gray-200);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-300-background-color {
  background-color: var(--gray-300);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-400-background-color {
  background-color: var(--gray-400);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-500-background-color {
  background-color: var(--gray-500);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-600-background-color {
  background-color: var(--gray-600);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-700-background-color {
  background-color: var(--gray-700);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-800-background-color {
  background-color: var(--gray-800);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-900-background-color {
  background-color: var(--gray-900);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
  background-color: var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-background-background-color {
  background-color: var(--body-bg);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-to-dark-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-800) 100%);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-to-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-500) 100%);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-to-light-gray-gradient-background {
  background-color: var(--accent);
  background-image: linear-gradient(160deg, var(--accent) 0%, var(--gray-200) 100%);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-dark-gray-to-gray-gradient-background {
  background-color: var(--gray-700);
  background-image: linear-gradient(160deg, var(--gray-700) 0%, var(--gray-500) 100%);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-to-light-gray-gradient-background {
  background-color: var(--gray-500);
  background-image: linear-gradient(160deg, var(--gray-500) 0%, var(--gray-200) 100%);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-color {
  border-color: var(--accent);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  border-color: var(--white);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-100-color {
  border-color: var(--gray-100);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-200-color {
  border-color: var(--gray-200);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-300-color {
  border-color: var(--gray-300);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-400-color {
  border-color: var(--gray-400);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-500-color {
  border-color: var(--gray-500);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-600-color {
  border-color: var(--gray-600);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-700-color {
  border-color: var(--gray-700);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-800-color {
  border-color: var(--gray-800);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-900-color {
  border-color: var(--gray-900);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color {
  border-color: var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-background-color {
  border-color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-color {
  color: var(--accent);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-accent-color a {
  text-decoration-color: var(--accent);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  color: var(--white);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color a {
  text-decoration-color: var(--white);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-100-color {
  color: var(--gray-100);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-100-color a {
  text-decoration-color: var(--gray-100);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-200-color {
  color: var(--gray-200);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-200-color a {
  text-decoration-color: var(--gray-200);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-300-color {
  color: var(--gray-300);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-300-color a {
  text-decoration-color: var(--gray-300);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-400-color {
  color: var(--gray-400);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-400-color a {
  text-decoration-color: var(--gray-400);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-500-color {
  color: var(--gray-500);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-500-color a {
  text-decoration-color: var(--gray-500);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-600-color {
  color: var(--gray-600);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-600-color a {
  text-decoration-color: var(--gray-600);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-700-color {
  color: var(--gray-700);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-700-color a {
  text-decoration-color: var(--gray-700);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-800-color {
  color: var(--gray-800);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-800-color a {
  text-decoration-color: var(--gray-800);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-900-color {
  color: var(--gray-900);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-900-color a {
  text-decoration-color: var(--gray-900);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color {
  color: var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color a {
  text-decoration-color: var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-background-color {
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-background-color a {
  text-decoration-color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.65;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-button.alignleft {
  float: left;
  width: auto;
  margin: 8px 38px 26px 0;
  margin-top: 6px;
}

.wp-block-button.alignright {
  float: right;
  width: auto;
  margin: 8px 0 26px 38px;
  margin-top: 6px;
}

/*
 * Wp Block Columns
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-columns {
  margin-bottom: 32px;
}

.wp-block-columns.has-background {
  padding: 32px 32px 0 32px;
}

.wp-block-columns.alignfull {
  padding-left: 32px;
  padding-right: 32px;
}

@media (min-width: 780px) {
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .wp-block-columns.has-background {
    padding: 32px;
  }
}

/*
 * Wp Block Group
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-group {
  margin-bottom: 32px;
}

.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: 32px;
  margin-bottom: 32px;
}

/*
 * Wp Block Separator
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-separator {
  opacity: 1;
  clear: both;
  margin-top: 38px;
  margin-bottom: 38px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--gray-200);
}

.wp-block-separator.is-style-wide {
  border-width: 0 0 2px 0;
}

.wp-block-separator.is-style-dots {
  border: 0;
  color: var(--gray-200);
}

.wp-block-separator.is-style-dots.has-accent-color {
  color: var(--accent);
}

.wp-block-separator.is-style-dots.has-accent-color a {
  text-decoration-color: var(--accent);
}

.wp-block-separator.is-style-dots.has-white-color {
  color: var(--white);
}

.wp-block-separator.is-style-dots.has-white-color a {
  text-decoration-color: var(--white);
}

.wp-block-separator.is-style-dots.has-gray-100-color {
  color: var(--gray-100);
}

.wp-block-separator.is-style-dots.has-gray-100-color a {
  text-decoration-color: var(--gray-100);
}

.wp-block-separator.is-style-dots.has-gray-200-color {
  color: var(--gray-200);
}

.wp-block-separator.is-style-dots.has-gray-200-color a {
  text-decoration-color: var(--gray-200);
}

.wp-block-separator.is-style-dots.has-gray-300-color {
  color: var(--gray-300);
}

.wp-block-separator.is-style-dots.has-gray-300-color a {
  text-decoration-color: var(--gray-300);
}

.wp-block-separator.is-style-dots.has-gray-400-color {
  color: var(--gray-400);
}

.wp-block-separator.is-style-dots.has-gray-400-color a {
  text-decoration-color: var(--gray-400);
}

.wp-block-separator.is-style-dots.has-gray-500-color {
  color: var(--gray-500);
}

.wp-block-separator.is-style-dots.has-gray-500-color a {
  text-decoration-color: var(--gray-500);
}

.wp-block-separator.is-style-dots.has-gray-600-color {
  color: var(--gray-600);
}

.wp-block-separator.is-style-dots.has-gray-600-color a {
  text-decoration-color: var(--gray-600);
}

.wp-block-separator.is-style-dots.has-gray-700-color {
  color: var(--gray-700);
}

.wp-block-separator.is-style-dots.has-gray-700-color a {
  text-decoration-color: var(--gray-700);
}

.wp-block-separator.is-style-dots.has-gray-800-color {
  color: var(--gray-800);
}

.wp-block-separator.is-style-dots.has-gray-800-color a {
  text-decoration-color: var(--gray-800);
}

.wp-block-separator.is-style-dots.has-gray-900-color {
  color: var(--gray-900);
}

.wp-block-separator.is-style-dots.has-gray-900-color a {
  text-decoration-color: var(--gray-900);
}

.wp-block-separator.is-style-dots.has-black-color {
  color: var(--black);
}

.wp-block-separator.is-style-dots.has-black-color a {
  text-decoration-color: var(--black);
}

.wp-block-separator.is-style-dots.has-background-color {
  color: #ffffff;
}

.wp-block-separator.is-style-dots.has-background-color a {
  text-decoration-color: #ffffff;
}

.wp-block-separator.is-style-dots:before {
  content: "•••";
  font-size: 24px;
  letter-spacing: 24px;
  padding-left: 24px;
}

.wp-block-separator.has-background:not(.is-style-dots) {
  height: 2px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 120px;
}

.wp-block-separator.alignwide:not(.is-style-dots) {
  max-width: none;
}

.wp-block-separator.alignfull:not(.is-style-dots) {
  max-width: 100vw;
}

/*
 * Wp Block Embed
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-embed {
  margin-bottom: 32px;
}

.wp-block-embed figcaption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
  padding-top: 16px;
}

.wp-block-embed figcaption img {
  height: auto;
}

.has-dark-style .wp-block-embed figcaption {
  border-bottom: 1px solid var(--gray-900);
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block-embed.aligncenter {
  max-width: 300px;
}

.wp-block-embed.alignleft figcaption, .wp-block-embed.alignright figcaption, .wp-block-embed.aligncenter figcaption {
  border-bottom: 0;
  padding-bottom: 0;
}

/*
 * Wp Block Search
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-search {
  margin-bottom: 32px;
}

.wp-block-search .wp-block-search__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray-900);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  display: inline-block;
  text-decoration: none;
  padding: 8px 32px;
  box-shadow: none;
  transition: all 0.25s ease;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent);
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--accent);
  color: var(--white);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:active {
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.btn-sm {
  padding: 2px 24px;
  font-size: 11px;
  letter-spacing: 2px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.btn-xs {
  padding: 0 12px 0 16px;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 2px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.btn-alt {
  padding: 9px 32px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  background-color: var(--white);
  color: var(--black);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.btn-alt:hover, .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.btn-alt:active {
  box-shadow: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.btn-alt.btn-sm {
  padding: 3px 24px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  padding-left: 16px;
  padding-right: 16px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  transition: all 0.25s ease;
  fill: var(--white);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:hover svg {
  fill: var(--accent);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 0;
  padding: 10px 16px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 8px 32px;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 5px;
}

/*
 * Wp Block Widgets
 * ----------------------------------------------------------------------------
 *
 */
.aligncenter.wp-block-tag-cloud {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-categories__list {
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-categories__list li {
  position: relative;
  display: block;
  font-family: var(--headings-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: var(--gray-400);
}

.wp-block-archives li:before,
.wp-block-categories li:before,
.wp-block-categories__list li:before {
  display: none;
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-categories__list li a {
  display: block;
  box-shadow: none;
  transition: all 0.25s ease;
  color: var(--black);
  padding: 6px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--gray-200);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-categories__list li a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.wp-block-archives li li,
.wp-block-categories li li,
.wp-block-categories__list li li {
  font-weight: 400;
}

.wp-block-archives li li a,
.wp-block-categories li li a,
.wp-block-categories__list li li a {
  padding-left: 16px;
  color: var(--gray-600);
}

.wp-block-archives li li li a,
.wp-block-categories li li li a,
.wp-block-categories__list li li li a {
  padding-left: 32px;
}

.wp-block-archives li .post-count,
.wp-block-archives li .wp-block-categories__post-count,
.wp-block-categories li .post-count,
.wp-block-categories li .wp-block-categories__post-count,
.wp-block-categories__list li .post-count,
.wp-block-categories__list li .wp-block-categories__post-count {
  position: absolute;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  background-color: var(--accent);
  font-family: var(--font-family-base);
  font-size: 11px;
  font-weight: var(--font-weight-base);
  color: var(--white);
}

.wp-block-archives li:first-child a,
.wp-block-categories li:first-child a,
.wp-block-categories__list li:first-child a {
  border: 0;
}

.wp-block-archives li:first-child li a,
.wp-block-archives li:first-child ~ li a,
.wp-block-categories li:first-child li a,
.wp-block-categories li:first-child ~ li a,
.wp-block-categories__list li:first-child li a,
.wp-block-categories__list li:first-child ~ li a {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--gray-200);
}

.has-dark-style .wp-block-archives li:first-child ~ li a, .has-dark-style
.wp-block-categories li:first-child ~ li a, .has-dark-style
.wp-block-categories__list li:first-child ~ li a {
  border-color: rgba(255, 255, 255, 0.06);
}

.wp-block-archives li .children,
.wp-block-categories li .children,
.wp-block-categories__list li .children {
  padding-left: 0;
}

.wp-block-archives-dropdown select {
  padding: 14px 16px 15px;
}

/*
 * Wp Block Latest Posts & RSS Feed
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-latest-posts,
.wp-block-rss {
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-bottom: 12px;
}

.wp-block-latest-posts.has-dates:not(.has-author) .wp-block-latest-posts__post-date,
.wp-block-rss.has-dates:not(.has-author) .wp-block-latest-posts__post-date {
  padding-left: 30px;
}

.wp-block-latest-posts.has-author .wp-block-latest-posts__post-author,
.wp-block-rss.has-author .wp-block-latest-posts__post-author {
  padding-left: 30px;
}

.wp-block-latest-posts.has-author .wp-block-latest-posts__post-date:before,
.wp-block-rss.has-author .wp-block-latest-posts__post-date:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 2px 11px;
  width: 4px;
  height: 4px;
  background-color: var(--gray-200);
  border-radius: 4px;
  opacity: 1;
}

.wp-block-latest-posts li,
.wp-block-rss li {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.wp-block-latest-posts li::after,
.wp-block-rss li::after {
  display: block;
  clear: both;
  content: "";
}

.wp-block-latest-posts li:before,
.wp-block-rss li:before {
  display: none;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image a,
.wp-block-rss li .wp-block-latest-posts__featured-image a {
  margin: 0;
  padding: 0;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image a img,
.wp-block-rss li .wp-block-latest-posts__featured-image a img {
  margin-bottom: -30px;
  max-width: 100%;
  height: auto;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
.wp-block-rss li .wp-block-latest-posts__featured-image.alignleft {
  margin: 0;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
.wp-block-rss li .wp-block-latest-posts__featured-image.alignright {
  margin: 0;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
.wp-block-rss li .wp-block-latest-posts__featured-image.aligncenter {
  margin: 0 auto;
}

.wp-block-latest-posts li a,
.wp-block-rss li a {
  display: block;
  padding: 30px 30px 0 30px;
  margin-bottom: 6px;
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  font-size: 22px;
  line-height: 34px;
  text-decoration-color: transparent;
}

.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {
  text-decoration-color: var(--accent);
}

.wp-block-latest-posts li .wp-block-latest-posts__post-author,
.wp-block-latest-posts li .wp-block-rss__item-author,
.wp-block-latest-posts li .wp-block-latest-posts__post-date,
.wp-block-latest-posts li .wp-block-rss__item-publish-date,
.wp-block-rss li .wp-block-latest-posts__post-author,
.wp-block-rss li .wp-block-rss__item-author,
.wp-block-rss li .wp-block-latest-posts__post-date,
.wp-block-rss li .wp-block-rss__item-publish-date {
  display: inline-block;
  margin-bottom: 12px;
  font-family: var(--headings-font-family);
  font-size: 12px;
  line-height: 24px;
  color: var(--gray-600);
}

.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts li .wp-block-rss__item-excerpt,
.wp-block-rss li .wp-block-latest-posts__post-excerpt,
.wp-block-rss li .wp-block-rss__item-excerpt {
  margin: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 26px;
}

.wp-block-latest-posts:not(.has-author) .wp-block-latest-posts__featured-image.alignleft ~ .wp-block-latest-posts__post-date {
  padding-left: 0;
}

.wp-block-rss li .wp-block-rss__item-author,
.wp-block-rss li .wp-block-rss__item-publish-date {
  display: block;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft,
  .wp-block-rss li .wp-block-latest-posts__featured-image.alignleft {
    max-width: 50%;
    width: auto;
    margin: 0 30px 0 0;
  }
  .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright,
  .wp-block-rss li .wp-block-latest-posts__featured-image.alignright {
    max-width: 50%;
    width: auto;
    margin: 0 0 0 30px;
  }
  .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter,
  .wp-block-rss li .wp-block-latest-posts__featured-image.aligncenter {
    max-width: 50%;
    width: auto;
    margin: 0 auto;
  }
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft ~ .wp-block-latest-posts__post-author {
    padding-left: 0;
  }
}

/*
 * Wp Block Latest Comments
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-latest-comments {
  padding: 0;
  margin-left: auto;
  margin-bottom: 32px;
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin: 16px 0 0 58px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 46px;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .avatar {
  margin: 6px 16px 0 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-family: var(--headings-font-family);
  font-size: 18px;
  font-weight: var(--headings-font-weight);
  line-height: 30px;
  color: var(--gray-500);
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  transition: all 0.25s ease;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link:hover {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--accent);
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-family: var(--headings-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 36px;
  color: var(--gray-500);
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray-700);
}

/*
 * Wp Block Social Links
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-social-links li:before {
  display: none;
}

.wp-block-social-links .wp-social-link {
  transition: all 0.25s ease;
}

/*
 * Wp Block Query
 * ----------------------------------------------------------------------------
 *
 */
.wp-block-post-template li:before,
.wp-block-query-loop li:before {
  display: none;
}

.wp-block-post-template.columns-2.alignwide, .wp-block-post-template.columns-3.alignwide, .wp-block-post-template.columns-4.alignwide, .wp-block-post-template.columns-5.alignwide, .wp-block-post-template.columns-6.alignwide,
.wp-block-query-loop.columns-2.alignwide,
.wp-block-query-loop.columns-3.alignwide,
.wp-block-query-loop.columns-4.alignwide,
.wp-block-query-loop.columns-5.alignwide,
.wp-block-query-loop.columns-6.alignwide {
  max-width: none;
}

.aubrey-single-post .wp-block-post-title {
  margin-bottom: 24px;
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
}

.aubrey-single-post .wp-block-post-title a {
  text-decoration: underline;
  text-decoration-color: transparent;
}

.aubrey-single-post .wp-block-post-title a:hover {
  text-decoration-color: var(--accent);
}

.wp-block-post-date {
  margin-bottom: 8px;
}

.wp-block-post-date time {
  font-family: var(--headings-font-family);
  font-size: 12px;
  line-height: 24px;
}

.wp-block-post-date time a {
  color: var(--gray-600);
  text-decoration-color: transparent;
}

.wp-block-post-date time a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  font-size: 14px;
  line-height: 26px;
}

.wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  text-decoration: none;
}

/*
 * Custom Block Patterns
 * ----------------------------------------------------------------------------
 *
 */
.aubrey-single-post .aubrey-call-to-action h2:not(.post-title) {
  margin-bottom: 24px;
}

.aubrey-single-post .aubrey-call-to-action p {
  margin-bottom: 48px;
}

.aubrey-single-post .aubrey-call-to-action .wp-block-buttons .wp-block-button {
  margin-bottom: 28px;
}

.aubrey-single-post .aubrey-call-to-action .wp-block-buttons .wp-block-button.is-style-outline a {
  padding-top: 9px;
  padding-bottom: 9px;
}

.aubrey-about-us .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

.aubrey-about-us.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .aubrey-single-post .aubrey-call-to-action .wp-block-buttons .wp-block-button {
    margin-right: 32px;
    margin-bottom: 0;
  }
  .aubrey-single-post .aubrey-call-to-action .wp-block-buttons .wp-block-button:last-of-type {
    margin-right: 0;
  }
  .aubrey-about-us .wp-block-media-text__content {
    padding-left: 82px;
    padding-right: 0;
  }
  .aubrey-about-us.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 82px;
  }
}

/*
 * Classic Editor
 * ----------------------------------------------------------------------------
 *
 */
.wp-caption-text {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
}

.wp-caption-text img {
  height: auto;
}

.has-dark-style .wp-caption-text {
  border-bottom: 1px solid var(--gray-900);
}

.alignnone {
  margin-bottom: 0;
}

.alignright .wp-caption-text,
.alignleft .wp-caption-text,
.aligncenter .wp-caption-text {
  border: 0;
  padding-bottom: 0;
}

img.alignleft,
figure.wp-caption.alignleft,
.wp-block-image .alignleft {
  width: auto;
  float: left;
  margin: 8px 38px 26px 0;
}

img.alignright,
figure.wp-caption.alignright,
.wp-block-image .alignright {
  width: auto;
  float: right;
  margin: 8px 0 26px 38px;
}

blockquote:not(.wp-block-quote) p {
  margin-bottom: 0;
}

hr:not(.wp-block-separator) {
  opacity: 1;
  margin: 38px 0 38px 0;
  height: 2px;
  background-color: var(--gray-200);
}

/*
 * Posts
 * ----------------------------------------------------------------------------
 *
 */
.post-header {
  position: relative;
}

.post-header.post-header-full-width, .post-header.post-header-split {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  clear: both;
}

.post-header.post-header-full-width {
  margin-top: -90px;
  margin-bottom: 60px;
  height: 72vh;
  min-height: 480px;
  background-color: var(--black);
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
}

.post-header.post-header-full-width .post-header-content-wrapper {
  width: 100%;
  height: 100%;
}

.post-header.post-header-full-width .post-header-content-wrapper .post-header-content .post-title {
  position: relative;
  padding: 0;
}

.post-header.post-header-full-width .post-header-content-wrapper .post-header-content .post-meta {
  position: relative;
  margin-bottom: 0;
}

.post-header.post-header-full-width .post-header-content-wrapper .post-header-content .post-meta.is-inverted span,
.post-header.post-header-full-width .post-header-content-wrapper .post-header-content .post-meta.is-inverted a {
  color: var(--white);
}

.post-header.post-header-full-width:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
}

.post-header.post-header-full-width.post-header-full-height {
  height: calc(100vh + var(--site-header-height-n));
  min-height: 640px;
}

.post-header.post-header-split {
  margin-top: -90px;
  margin-bottom: 60px;
  background-color: var(--gray-100);
}

.post-header.post-header-split .post-meta {
  margin-bottom: 0;
}

.post-header.post-header-split .post-header-split-content {
  padding: 120px 32px 120px;
}

.post-header.post-header-split .post-header-split-image {
  width: 100%;
  height: 380px;
  background-color: var(--black);
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

@media (min-width: 768px) {
  .post-header.post-header-split .post-header-split-image {
    height: 640px;
  }
}

@media (min-width: 992px) {
  .post-header.post-header-split {
    height: calc(100vh + var(--site-header-height-n));
    min-height: 640px;
  }
  .post-header.post-header-split .post-header-split-content {
    width: 50%;
    padding: 0 4%;
  }
  .post-header.post-header-split .post-header-split-image {
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 1236px) {
  .post-header.post-header-full-width {
    height: 60vh;
  }
  .post-header.post-header-full-width .post-header-content-wrapper .post-header-content .post-title {
    padding: 0 240px;
  }
  .post-header.post-header-full-width.post-header-full-height .post-header-content-wrapper .post-header-content .post-title {
    padding: 0 120px;
  }
}

.post-categories {
  position: relative;
  flex-wrap: wrap;
}

.post-categories a,
.post-categories span {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 28px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--accent);
  padding: 7px 12px 7px 14px;
  border-radius: 99px;
  box-shadow: none;
  transition: all 0.25s ease;
}

.post-categories a:hover, .post-categories a:active,
.post-categories span:hover,
.post-categories span:active {
  text-decoration: none;
  color: var(--white);
  background-color: var(--black);
  box-shadow: none;
}

.post-categories.justify-content-start {
  margin-left: -8px;
}

.post-categories.justify-content-end {
  margin-right: -8px;
}

.post-categories.is-inverted a,
.post-categories.is-inverted span {
  color: var(--accent);
  background-color: var(--white);
}

.post-categories.is-inverted a:hover, .post-categories.is-inverted a:active,
.post-categories.is-inverted span:hover,
.post-categories.is-inverted span:active {
  color: var(--black);
  background-color: var(--white);
}

.post-categories.post-categories-lg a,
.post-categories.post-categories-lg span {
  font-size: 13px;
  letter-spacing: 2px;
  padding: 9px 17px 8px 19px;
}

.post-categories.has-divider {
  margin-bottom: 56px;
}

.post-categories.has-divider:after {
  content: "";
  position: absolute;
  display: flex;
  bottom: -48px;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
}

.post-categories.has-divider.is-inverted:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
}

.post-title {
  word-wrap: break-word;
  margin-bottom: 18px;
  font-family: var(--headings-font-family);
  font-size: 40px;
  font-weight: var(--headings-font-weight);
  line-height: 52px;
  text-align: center;
  color: var(--black);
}

.post-title a {
  box-shadow: none;
  transition: all 0.25s ease;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.post-title a:hover, .post-title a:active {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.post-title.is-inverted {
  color: var(--white);
}

.post-title.is-inverted a {
  color: var(--white);
}

.post-title.is-inverted a:hover, .post-title.is-inverted a:active {
  color: var(--accent);
}

@media (min-width: 992px) {
  .post-header .post-title {
    padding: 0 60px;
  }
  .post-title {
    padding: 0;
  }
  .post-title.post-title-lg {
    padding: 0 120px;
    font-size: 60px;
    line-height: 80px;
  }
}

.site-content .avatar {
  border-radius: 99px;
}

.post-meta {
  margin-bottom: 32px;
}

.post-meta .avatar {
  display: none;
  margin-right: 8px;
  margin-bottom: 4px;
}

.post-meta > span {
  font-family: var(--headings-font-family);
  font-size: 12px;
  line-height: 24px;
  color: var(--gray-600);
}

.post-meta > span a {
  box-shadow: none;
  color: var(--gray-600);
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}

.post-meta > span a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.post-meta > span.post-author {
  display: none;
}

.post-meta > span.post-author a {
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
}

.post-meta > span.post-author a:hover {
  text-decoration: underline;
}

.post-meta > span.post-author-byline {
  display: none;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  margin-right: 4px;
}

.post-meta > span:not(.post-author-byline):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 2px 11px;
  width: 4px;
  height: 4px;
  background-color: var(--gray-200);
  border-radius: 4px;
  opacity: 1;
}

.post-meta > span:last-child:after {
  display: none;
}

.post-meta.is-inverted > span {
  color: var(--gray-600);
}

.post-meta.is-inverted > span a {
  color: var(--gray-600);
  text-decoration-color: transparent;
}

.post-meta.is-inverted > span a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.post-meta.is-inverted > span.post-author a {
  color: var(--white);
}

.post-meta.is-inverted > span:not(.post-author-byline):after {
  background-color: var(--white);
  opacity: 0.12;
}

.post-meta.post-meta-lg > span {
  font-size: 12px;
  line-height: 24px;
}

.post-meta.post-meta-lg > span.post-author-byline {
  letter-spacing: 0;
}

.post-meta.post-meta-lg > span:not(.post-author-byline):after {
  margin: 0 12px 2px 11px;
}

@media (min-width: 768px) {
  .post-meta .avatar {
    display: inline;
  }
  .post-meta > span.post-author, .post-meta > span.post-author-byline {
    display: inline;
  }
}

.aubrey-single-post .post-thumbnail {
  text-align: center;
  margin-bottom: 64px;
}

.post-tags-list {
  padding: 0;
  margin: 0 0 28px 0;
}

.post-tags-list li {
  font-family: var(--headings-font-family);
  font-size: 12px;
  font-weight: var(--headings-font-weight);
  line-height: 1;
}

.post-tags-list li:before {
  display: none;
}

.post-tags-list li a {
  display: block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 7px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  color: var(--black);
  background-color: var(--white);
}

.post-tags-list li a:hover {
  text-decoration: none;
  color: var(--white);
  border-color: var(--accent);
  background-color: var(--accent);
}

.post-tags-list li:last-of-type a {
  margin-right: 0;
}

.post-footer {
  clear: both;
  margin-bottom: 60px;
}

.post-share-icons {
  position: relative;
}

.post-share-icons .continue-reading {
  position: absolute;
  left: 0;
  background-color: var(--body-bg);
  padding-right: 20px;
  top: 3px;
}

.post-share-icons .continue-reading .continue-reading-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 22px 9px;
  color: var(--black);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  transition: all 0.25s ease;
}

.post-share-icons .continue-reading .continue-reading-link:hover {
  text-decoration: none;
  color: var(--white);
  background-color: var(--accent);
  border-color: var(--accent);
}

.post-share-icons.mb {
  margin-bottom: 90px;
}

.share-icons-list {
  margin: 0;
  padding: 0;
}

.share-icons-list:before, .share-icons-list:after {
  content: "";
  display: block;
  align-self: center;
  width: 100%;
  height: 1px;
  background-color: var(--gray-200);
}

.share-icons-list:before {
  margin-right: 20px;
}

.share-icons-list:after {
  margin-left: 20px;
}

.share-icons-list.has-read-more-link:after {
  display: none;
  width: 0;
  margin-left: 0;
}

.share-icons-list li .share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 36px;
  background-color: var(--white);
  box-shadow: none;
}

.share-icons-list li .share-icon svg {
  transition: all 0.25s ease;
  height: 15px;
  fill: var(--black);
}

.share-icons-list li .share-icon svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 0;
}

.share-icons-list li .share-icon:hover, .share-icons-list li .share-icon:active {
  border-color: var(--accent);
  background-color: var(--accent);
}

.share-icons-list li .share-icon:hover svg, .share-icons-list li .share-icon:active svg {
  fill: var(--white);
}

.share-icons-list li .share-icon:hover svg.feather, .share-icons-list li .share-icon:active svg.feather {
  fill: none;
  stroke: var(--white);
}

.share-icons-list li:before {
  display: none;
}

.share-icons-list li:first-child .share-icon {
  margin-left: 0;
}

.share-icons-list li:last-child .share-icon {
  margin-right: 0;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.post-navigation .nav-links .nav-previous {
  width: 50%;
}

.post-navigation .nav-links .nav-previous .post-nav-title {
  overflow-wrap: break-word;
  padding-right: 10%;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
  width: 50%;
}

.post-navigation .nav-links .nav-next .post-nav-title {
  overflow-wrap: break-word;
  padding-left: 10%;
}

.post-navigation .nav-links a {
  text-decoration: none;
  transition: all 0.25s ease;
}

.post-navigation .nav-links a:hover .post-nav-title {
  color: var(--accent-color);
  text-decoration-color: var(--black);
}

.post-navigation .nav-links .post-nav-text {
  display: block;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-500);
}

.post-navigation .nav-links .post-nav-title {
  display: block;
  transition: all 0.25s ease;
  font-family: var(--headings-font-family);
  font-size: 20px;
  font-weight: var(--headings-font-weight);
  line-height: 32px;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

/*
 * Author Bio
 * ----------------------------------------------------------------------------
 *
 */
.author-bio-wrapper {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 90px;
  padding: 38px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.author-bio-wrapper .avatar {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 120px;
  height: 120px;
  bottom: 98px;
  margin-bottom: -82px;
}

.author-bio-wrapper .todays-author {
  display: block;
  font-family: var(--headings-font-family);
  font-size: 12px;
  font-style: italic;
  color: var(--gray-500);
}

.author-bio-wrapper .author-name {
  margin-bottom: 24px;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}

.author-bio-wrapper .author-name a {
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.author-bio-wrapper .author-name a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.author-bio-wrapper .author-description p:last-child {
  margin-bottom: 0;
}

.author-bio-wrapper .author-social-profiles {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 28px 0 0 0;
}

.author-bio-wrapper .author-social-profiles li {
  line-height: 1;
}

.author-bio-wrapper .author-social-profiles li:before {
  display: none;
}

.author-bio-wrapper .author-social-profiles li:first-child .profile-icon {
  margin-left: 0;
}

.author-bio-wrapper .author-social-profiles li:last-child .profile-icon {
  margin-right: 0;
}

.author-bio-wrapper .author-social-profiles .profile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  box-shadow: none;
}

.author-bio-wrapper .author-social-profiles .profile-icon svg {
  transition: all 0.25s ease;
  height: 15px;
  fill: var(--black);
}

.author-bio-wrapper .author-social-profiles .profile-icon svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 0;
}

.author-bio-wrapper .author-social-profiles .profile-icon:hover, .author-bio-wrapper .author-social-profiles .profile-icon:active {
  transform: scale(1.25);
}

.author-bio-wrapper .author-social-profiles .profile-icon:hover svg, .author-bio-wrapper .author-social-profiles .profile-icon:active svg {
  fill: var(--accent);
}

.author-bio-wrapper .author-social-profiles .profile-icon:hover svg.feather, .author-bio-wrapper .author-social-profiles .profile-icon:active svg.feather {
  fill: none;
  stroke: var(--accent);
}

@media (min-width: 768px) {
  .author-bio-wrapper.is-aligned-left {
    position: relative;
    text-align: left;
    margin-top: 60px;
    padding: 38px 38px 38px 90px;
  }
  .author-bio-wrapper.is-aligned-left .avatar {
    position: absolute;
    bottom: auto;
    right: auto;
    top: 50%;
    margin: -60px 0 0 0;
    left: -60px;
  }
  .author-bio-wrapper.is-aligned-left .author-social-profiles {
    position: absolute;
    left: auto;
    top: 8px;
    right: 38px;
  }
  .author-bio-wrapper.is-aligned-right {
    position: relative;
    text-align: right;
    margin-top: 60px;
    padding: 38px 90px 38px 38px;
  }
  .author-bio-wrapper.is-aligned-right .avatar {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 50%;
    margin: -60px 0 0 0;
    right: -60px;
  }
  .author-bio-wrapper.is-aligned-right .author-social-profiles {
    position: absolute;
    right: auto;
    top: 8px;
    left: 38px;
  }
}

/*
 * Page Header
 * ----------------------------------------------------------------------------
 *
 */
.page-header {
  position: relative;
  margin-bottom: 0;
  padding: 60px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--gray-300);
  background-color: var(--gray-200);
}

.page-header .page-subtitle {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 30px 0;
  font-family: var(--font-family-base);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}

.page-header .page-subtitle:after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
}

.page-header .page-title {
  margin: 0;
  text-align: center;
}

.page-header .avatar {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -48px;
  margin-left: -48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

/*
 * Section Title
 * ----------------------------------------------------------------------------
 *
 */
.section-title {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
}

/*
 * Forms
 * ----------------------------------------------------------------------------
 *
 */
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.post-password-form label {
  margin-left: 0;
  color: var(--gray-700);
}

form:not(.post-password-form):not(.mc4wp-form) p:not(.comment-notes):not(.comment-form-cookies-consent) {
  margin: 0;
}

input[type="text"]:not([aria-label="Read more link text"]),
input[type="email"],
input[type="url"],
input[type="search"],
select,
textarea,
.post-password-form input[type="password"] {
  display: block;
  width: 100%;
  margin: 0 0 32px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray-900);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
}

input[type="text"]:not([aria-label="Read more link text"]):focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
.post-password-form input[type="password"]:focus {
  outline: none;
  border-color: var(--gray-300);
}

input[type="text"]:not([aria-label="Read more link text"])::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder {
  opacity: 1;
  color: var(--gray-400);
}

input[type="text"]:not([aria-label="Read more link text"])::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: var(--gray-400);
}

input[type="text"]:not([aria-label="Read more link text"])::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
select::placeholder,
textarea::placeholder,
.post-password-form input[type="password"]::placeholder {
  opacity: 1;
  color: var(--gray-400);
}

input[type="checkbox"] {
  display: inline;
  vertical-align: middle;
}

textarea {
  height: 160px;
}

label {
  display: inline;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  color: var(--gray-500);
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]),
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]) {
  display: inline-block;
  text-decoration: none;
  padding: 8px 32px;
  box-shadow: none;
  transition: all 0.25s ease;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent);
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--accent);
  color: var(--white);
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]):hover, input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]):active,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]):hover,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]):active {
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-sm,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-sm {
  padding: 2px 24px;
  font-size: 11px;
  letter-spacing: 2px;
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-xs,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-xs {
  padding: 0 12px 0 16px;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 2px;
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt {
  padding: 9px 32px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  background-color: var(--white);
  color: var(--black);
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt:hover, input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt:active,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt:hover,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt:active {
  box-shadow: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt.btn-sm,
button:not(.components-button):not(.customize-partial-edit-shortcut-button):not([id^="mceu"]).btn-alt.btn-sm {
  padding: 3px 24px;
}

input[type="submit"].customize-partial-edit-shortcut-button svg:hover,
button.customize-partial-edit-shortcut-button svg:hover {
  background: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 0.65em auto;
}

.comment-form .comment-form-cookies-consent {
  margin: -8px 0 32px 0;
}

.post-password-form p {
  display: flex;
  margin-bottom: 32px;
}

.post-password-form input[type="password"] {
  display: inline-block;
  width: auto;
  margin: 0;
}

@media (min-width: 768px) {
  form.comment-form {
    display: flex;
    flex-wrap: wrap;
  }
  form.comment-form .comment-form-comment,
  form.comment-form .comment-form-cookies-consent,
  form.comment-form .comment-form-url {
    flex-basis: 100%;
  }
  form.comment-form .comment-form-author {
    flex-basis: 50%;
    padding-right: 16px;
  }
  form.comment-form .comment-form-email {
    flex-basis: 50%;
    padding-left: 16px;
  }
}

/*
 * Comments
 * ----------------------------------------------------------------------------
 *
 */
.post-comments-area {
  margin-bottom: 90px;
}

.comments-list {
  margin: 0 0 60px 0;
  padding: 0;
}

.comments-list .comment {
  padding: 36px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--gray-200);
}

.comments-list .comment:last-child {
  border: 0;
  padding-bottom: 0;
}

.comments-list .comment:before {
  display: none;
}

.comments-list .comment .comment-body .comment-meta .comment-author .avatar {
  float: left;
  position: relative;
  top: 6px;
  width: 42px;
  height: 42px;
}

.comments-list .comment .comment-body .comment-meta .comment-author .fn {
  display: block;
  margin-left: 60px;
  font-family: var(--headings-font-family);
  font-size: 20px;
  font-weight: var(--headings-font-weight);
  line-height: 30px;
  color: var(--black);
}

.comments-list .comment .comment-body .comment-meta .comment-author .fn a {
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.comments-list .comment .comment-body .comment-meta .comment-author .fn a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.comments-list .comment .comment-body .comment-meta .comment-author .says {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.comments-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 60px;
  margin-bottom: 16px;
  font-family: var(--headings-font-family);
  font-size: 12px;
  line-height: 20px;
  color: var(--gray-500);
}

.comments-list .comment .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
  color: var(--gray-500);
}

.comments-list .comment .comment-body .comment-meta .comment-metadata a:hover {
  color: var(--accent);
}

.comments-list .comment .comment-body .comment-meta .comment-metadata .edit-link:before {
  content: "–";
  margin-right: 4px;
}

.comments-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-left: 60px;
  font-size: 14px;
  font-style: normal;
  background-color: var(--gray-100);
  color: var(--gray-500);
  padding: 16px 24px;
  margin-bottom: 16px;
  border-radius: 6px;
}

.comments-list .comment .comment-body .comment-content {
  margin-left: 60px;
}

.comments-list .comment .comment-body .reply {
  margin-top: -8px;
  margin-left: 60px;
}

.comments-list .comment .comment-body .reply .comment-reply-link {
  display: inline-block;
  text-decoration: none;
  padding: 8px 32px;
  box-shadow: none;
  transition: all 0.25s ease;
  border-width: 1px;
  border-style: solid;
  border-color: var(--accent);
  border-radius: 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--accent);
  color: var(--white);
  padding: 9px 32px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  background-color: var(--white);
  color: var(--black);
  padding: 0 12px 0 16px;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 2px;
}

.comments-list .comment .comment-body .reply .comment-reply-link:hover, .comments-list .comment .comment-body .reply .comment-reply-link:active {
  opacity: 1;
  text-decoration: none;
  box-shadow: none;
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--accent);
}

.comments-list .comment .comment-body .reply .comment-reply-link.btn-sm {
  padding: 2px 24px;
  font-size: 11px;
  letter-spacing: 2px;
}

.comments-list .comment .comment-body .reply .comment-reply-link.btn-xs {
  padding: 0 12px 0 16px;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 2px;
}

.comments-list .comment .comment-body .reply .comment-reply-link.btn-alt {
  padding: 9px 32px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 99px;
  background-color: var(--white);
  color: var(--black);
}

.comments-list .comment .comment-body .reply .comment-reply-link.btn-alt:hover, .comments-list .comment .comment-body .reply .comment-reply-link.btn-alt:active {
  box-shadow: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.comments-list .comment .comment-body .reply .comment-reply-link.btn-alt.btn-sm {
  padding: 3px 24px;
}

.comments-list .comment .comment-body .reply .comment-reply-link:hover, .comments-list .comment .comment-body .reply .comment-reply-link:active {
  box-shadow: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.comments-list .comment .comment-body .reply .comment-reply-link.btn-sm {
  padding: 3px 24px;
}

.comments-list .comment .comment-respond {
  margin-top: 60px;
  padding: 60px;
  background-color: var(--white);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.comments-list .comment .comment-respond .comment-reply-title {
  font-size: 12px;
  line-height: 20px;
}

.comments-list .comment .comment-respond .comment-reply-title a {
  position: relative;
  display: inline-block;
  box-shadow: none;
  margin-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.comments-list .comment .children {
  padding-left: 0;
}

.comments-list .comment .children > .comment:first-child {
  margin-top: 36px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--gray-200);
}

.comments-list .comment .children .comment .comment-body {
  padding-left: 60px;
}

.comments-list > .comment:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  .comments-list .comment .comment-body .comment-meta {
    position: relative;
  }
  .comments-list .comment .comment-body .comment-meta .comment-author .avatar {
    width: 64px;
    height: 64px;
  }
  .comments-list .comment .comment-body .comment-meta .comment-author .fn {
    margin-left: 100px;
    margin-bottom: 16px;
  }
  .comments-list .comment .comment-body .comment-meta .comment-metadata {
    position: absolute;
    margin-left: 0;
    right: 0;
    top: 6px;
  }
  .comments-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 100px;
  }
  .comments-list .comment .comment-body .comment-content {
    margin-left: 100px;
  }
  .comments-list .comment .comment-body .reply {
    margin-left: 100px;
  }
  .comments-list .comment.bypostauthor > .comment-body .comment-meta .comment-author .fn:after {
    content: "Author";
    position: relative;
    bottom: 4px;
    margin-left: 12px;
    display: inline-block;
    background-color: var(--black);
    padding: 2px 12px;
    font-family: var(--font-family-base);
    font-size: 10px;
    font-weight: var(--font-weight-base);
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 99px;
    color: var(--white);
    padding: 4px 10px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 99px;
  }
  .comments-list .comment.bypostauthor > .comment-body .comment-meta .comment-author .fn:after.label-sm {
    padding: 4px 10px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 99px;
  }
  .comments-list .comment.bypostauthor > .comment-body .comment-meta .comment-author .fn:after.label-alt {
    background-color: var(--gray-200);
    color: var(--black);
  }
  .comments-list .comment .children .comment .comment-body {
    padding-left: 100px;
  }
  .comments-list .comment .children .comment .children .comment .comment-body {
    padding-left: 200px;
  }
}

/*
 * Widgets
 * ----------------------------------------------------------------------------
 *
 */
.widget-title {
  margin-bottom: 32px;
  padding: 8px;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--black);
  color: var(--white);
}

.widget-title a {
  text-decoration: none;
  color: var(--white);
}

.widget-title a img {
  position: relative;
  bottom: 1px;
  margin-right: 12px;
}

.sidebar {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .sidebar {
    margin-top: 0;
  }
}

@media (min-width: 1236px) {
  .sidebar {
    margin-left: 70px;
    margin-right: 0;
  }
  .sidebar-left .sidebar {
    margin-left: 0;
    margin-right: 70px;
  }
}

.widget {
  margin-bottom: 60px;
}

.widget p:empty {
  display: none;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.has-dark-style .widget p {
  color: var(--gray-600);
}

.has-dark-style .widget p strong {
  color: var(--white);
}

.tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 28px 0;
}

.tagcloud .tag-cloud-link,
.wp-block-tag-cloud .tag-cloud-link {
  display: block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 7px 10px;
  font-family: var(--headings-font-family);
  font-size: 12px !important;
  /* Override WordPress inline styles */
  font-weight: var(--headings-font-weight);
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  color: var(--black);
  background-color: var(--white);
  transition: all 0.25s ease;
}

.tagcloud .tag-cloud-link:hover,
.wp-block-tag-cloud .tag-cloud-link:hover {
  text-decoration: none;
  color: var(--white);
  border-color: var(--accent);
  background-color: var(--accent);
}

.tagcloud .tag-cloud-link:before,
.wp-block-tag-cloud .tag-cloud-link:before {
  display: none;
}

.tagcloud .tag-cloud-link .tag-link-count,
.wp-block-tag-cloud .tag-cloud-link .tag-link-count {
  font-weight: var(--font-weight-base);
}

.has-dark-style .tagcloud .tag-cloud-link {
  border-color: #121212;
  color: var(--white);
  background-color: transparent;
}

.has-dark-style .tagcloud .tag-cloud-link:hover {
  color: var(--black);
  border-color: var(--white);
  background-color: var(--white);
}

.widget-area ul {
  margin: 0;
  padding: 0;
}

.widget-area ul li {
  position: relative;
  display: block;
  font-family: var(--headings-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: var(--gray-400);
}

.widget-area ul li:before {
  display: none;
}

.widget-area ul li a {
  display: block;
  box-shadow: none;
  transition: all 0.25s ease;
  color: var(--black);
  padding: 6px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--gray-200);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.widget-area ul li a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.widget-area ul li li {
  font-weight: 400;
}

.widget-area ul li li a {
  padding-left: 16px;
  color: var(--gray-600);
}

.widget-area ul li li li a {
  padding-left: 32px;
}

.widget-area ul li .post-count,
.widget-area ul li .wp-block-categories__post-count {
  position: absolute;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  background-color: var(--accent);
  font-family: var(--font-family-base);
  font-size: 11px;
  font-weight: var(--font-weight-base);
  color: var(--white);
}

.widget-area ul li:first-child a {
  border: 0;
}

.widget-area ul li:first-child li a,
.widget-area ul li:first-child ~ li a {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--gray-200);
}

.has-dark-style .widget-area ul li:first-child ~ li a {
  border-color: rgba(255, 255, 255, 0.06);
}

.widget_recent_entries ul li {
  display: flex;
  justify-content: space-between;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--gray-200);
}

.widget_recent_entries ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
}

.widget_recent_entries ul li .post-date {
  display: block;
  flex-basis: 50%;
  text-align: right;
  padding: 6px 0 0;
  font-weight: 400;
}

.widget_recent_entries ul li:last-child {
  border: 0;
}

.has-dark-style .widget_recent_entries ul li {
  border-color: rgba(255, 255, 255, 0.06);
}

.widget_recent_comments ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--gray-200);
  font-weight: 400;
  padding: 6px 0;
  line-height: 15px;
}

.widget_recent_comments ul li a {
  padding-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget_recent_comments ul li .comment-author-link a {
  padding-left: 1px;
  padding-right: 6px;
}

.widget_recent_comments ul li:first-child ~ li a {
  border: 0;
}

.widget_recent_comments ul li:last-child {
  border: 0;
}

.has-dark-style .widget-area ul li {
  color: var(--gray-600);
}

.has-dark-style .widget-area ul li a {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.06);
}

.has-dark-style .widget-area ul li a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.has-dark-style .widget-area ul li .post-count,
.has-dark-style .widget-area ul li .wp-block-categories__post-count {
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.has-dark-style .widget-area ul li li a {
  border-color: rgba(255, 255, 255, 0.06);
  color: var(--gray-600);
}

.has-dark-style .widget_recent_comments ul li {
  border-color: rgba(255, 255, 255, 0.06);
}

.has-dark-style .widget_recent_comments ul li a,
.has-dark-style .widget_recent_comments ul li .comment-author-link {
  color: var(--white);
}

.mejs-button > button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  transition: none;
}

.format-audio .mejs-container {
  margin-bottom: 32px;
}

.wp-block-calendar .wp-calendar-table,
.wp-calendar-table {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
}

.wp-block-calendar .wp-calendar-table caption,
.wp-calendar-table caption {
  padding-top: 20px;
  font-family: var(--headings-font-family);
  font-size: 14px;
  font-weight: var(--headings-font-weight);
  line-height: 20px;
  text-align: center;
  color: var(--black);
}

.wp-block-calendar .wp-calendar-table th,
.wp-block-calendar .wp-calendar-table td,
.wp-calendar-table th,
.wp-calendar-table td {
  padding: 0;
}

.wp-block-calendar .wp-calendar-table th,
.wp-calendar-table th {
  font-family: var(--headings-font-family);
  font-size: 14px;
  font-weight: var(--headings-font-weight);
  line-height: 36px;
  background-color: var(--white);
  color: var(--black);
}

.wp-block-calendar .wp-calendar-table td,
.wp-calendar-table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  background-color: var(--gray-100);
  color: var(--gray-900);
}

.wp-block-calendar .wp-calendar-table td a,
.wp-calendar-table td a {
  display: block;
  text-decoration: none;
  transition: all 0.25s ease;
  color: var(--white);
  background-color: var(--accent);
}

.wp-block-calendar .wp-calendar-table td a:hover,
.wp-calendar-table td a:hover {
  color: var(--gray-900);
  background-color: var(--gray-100);
}

.wp-block-calendar .wp-calendar-table td.pad,
.wp-calendar-table td.pad {
  background-color: transparent;
}

.wp-block-calendar {
  margin-bottom: 32px;
}

.wp-block-calendar .wp-calendar-table {
  max-width: 100%;
}

.wp-block-calendar .wp-calendar-table thead th {
  border: 0;
  line-height: 72px;
}

.wp-block-calendar .wp-calendar-table tbody td {
  border: 0;
  line-height: 72px;
}

.wp-block-calendar.alignleft .wp-calendar-table thead th, .wp-block-calendar.alignright .wp-calendar-table thead th, .wp-block-calendar.aligncenter .wp-calendar-table thead th {
  line-height: 36px;
}

.wp-block-calendar.alignleft .wp-calendar-table tbody td, .wp-block-calendar.alignright .wp-calendar-table tbody td, .wp-block-calendar.aligncenter .wp-calendar-table tbody td {
  line-height: 36px;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.wp-calendar-nav span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
}

.wp-calendar-nav span a {
  transition: all 0.25s ease;
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.wp-calendar-nav span a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.has-dark-style .wp-calendar-table caption {
  color: var(--white);
}

.has-dark-style .wp-calendar-table th {
  background-color: transparent;
  color: var(--white);
}

.has-dark-style .wp-calendar-table td {
  background-color: var(--black);
  color: var(--white);
}

.has-dark-style .wp-calendar-table td a {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.06);
}

.has-dark-style .wp-calendar-table td a:hover {
  color: var(--black);
  background-color: var(--white);
}

.has-dark-style .wp-calendar-table td.pad {
  background-color: transparent;
}

.has-dark-style .wp-calendar-nav span {
  color: var(--white);
}

.has-dark-style .wp-calendar-nav span a {
  color: var(--white);
  text-decoration-color: transparent;
}

.has-dark-style .wp-calendar-nav span a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.widget_media_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.widget_media_gallery .gallery .gallery-item {
  width: 100%;
  margin: 0;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon a {
  display: block;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon a img {
  width: 100%;
  height: auto;
  transition: all 0.25s ease;
}

.widget_media_gallery .gallery .gallery-item .gallery-icon a:hover img {
  opacity: 0.65;
}

.widget_media_gallery .gallery .gallery-item .gallery-caption {
  margin: 0 auto;
  max-width: 770px;
  padding: 24px 32px 32px;
  border-bottom: 1px solid var(--gray-200);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: var(--gray-600);
  border: 0;
}

.widget_media_gallery .gallery .gallery-item .gallery-caption img {
  height: auto;
}

.has-dark-style .widget_media_gallery .gallery .gallery-item .gallery-caption {
  border-bottom: 1px solid var(--gray-900);
}

.widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
  flex-basis: 100%;
}

.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
}

.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33%;
}

.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
}

.widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
  flex-basis: 20%;
}

.widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
  flex-basis: 16.66%;
}

.widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
  flex-basis: 14.28%;
}

.widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
  flex-basis: 12.5%;
}

.widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
  flex-basis: 11.11%;
}

.widget_media_gallery .gallery.gallery-columns-3 .gallery-item .gallery-caption, .widget_media_gallery .gallery.gallery-columns-4 .gallery-item .gallery-caption, .widget_media_gallery .gallery.gallery-columns-5 .gallery-item .gallery-caption, .widget_media_gallery .gallery.gallery-columns-6 .gallery-item .gallery-caption, .widget_media_gallery .gallery.gallery-columns-7 .gallery-item .gallery-caption, .widget_media_gallery .gallery.gallery-columns-8 .gallery-item .gallery-caption, .widget_media_gallery .gallery.gallery-columns-9 .gallery-item .gallery-caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.widget_media_image .wp-caption {
  max-width: 100%;
  height: auto;
}

.widget_media_image .wp-caption .wp-caption-text {
  border: 0;
  padding-bottom: 0;
}

.widget_media_image .image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  transition: all 0.25s ease;
}

.widget_media_image a:hover .image {
  opacity: 0.65;
}

.widget_rss ul li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--gray-200);
}

.widget_rss ul li .rsswidget {
  display: block;
  margin-bottom: 8px;
}

.widget_rss ul li a {
  display: inline;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  font-family: var(--headings-font-family);
  font-weight: var(--headings-font-weight);
  color: var(--black);
}

.widget_rss ul li .rss-date {
  display: block;
  margin-bottom: 12px;
  font-family: var(--headings-font-family);
  font-size: 12px;
  color: var(--gray-600);
}

.widget_rss ul li .rssSummary {
  font-family: var(--font-family-base);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 26px;
  color: var(--gray-600);
}

.widget_rss ul li cite {
  font-style: normal;
  font-size: 12px;
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
}

.widget_rss ul li:first-child ~ li a {
  border: 0;
}

.widget_rss ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.has-dark-style .widget_rss ul li {
  border-color: rgba(255, 255, 255, 0.06);
}

.has-dark-style .widget_rss ul li a {
  color: var(--white);
}

.has-dark-style .widget_rss ul li .rss-date {
  color: var(--gray-600);
}

.has-dark-style .widget_rss ul li cite {
  color: var(--white);
}

.search-form {
  position: relative;
}

.search-form .search-field {
  margin: 0;
  padding-right: 64px;
}

.search-form .search-submit:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
}

.search-form .search-submit:not(.components-button):not(.customize-partial-edit-shortcut-button):hover {
  opacity: 0;
}

.search-form .search-icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
  width: 48px;
  height: 48px;
  background-color: transparent;
}

.search-form .search-icon svg {
  height: 16px;
  fill: var(--black);
}

.search-form .search-icon svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 2px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-header-image {
  position: relative;
  display: block;
  max-width: 240px;
  margin-bottom: 32px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-header-image.header-image-lg {
  max-width: 300px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-header-image.aubrey-profile-avatar-circle {
  overflow: hidden;
  border-radius: 999px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-header-image.aubrey-profile-avatar-fold-left img {
  clip-path: polygon(0% 85%, 100% 100%, 100% 0%, 0% 0%);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-header-image.aubrey-profile-avatar-fold-right img {
  clip-path: polygon(0% 100%, 100% 85%, 100% 0%, 0% 0%);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-header-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-name {
  z-index: 1;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 10px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-byline {
  z-index: 1;
  font-family: var(--headings-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--gray-600);
  margin-bottom: 16px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-bio {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons {
  margin-bottom: 0;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li {
  margin: 0 6px;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 40px;
  background-color: var(--white);
  box-shadow: none;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a svg {
  transition: all 0.25s ease;
  height: 17px;
  fill: var(--black);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 0;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:hover, .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:active {
  border-color: var(--accent);
  background-color: var(--accent);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:hover svg, .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:active svg {
  fill: var(--white);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:hover svg.feather, .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:active svg.feather {
  fill: none;
  stroke: var(--white);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li span {
  display: block;
  text-align: center;
  padding: 12px 0 0 0;
  font-family: var(--font-family-base);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li:first-child {
  margin-left: 0;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li:last-child {
  margin-right: 0;
}

.aubrey-profile .aubrey-profile-content .aubrey-profile-footer-image {
  max-width: 100%;
  height: auto;
}

.aubrey-profile .aubrey-profile-content hr:not(.wp-block-separator) {
  width: 100%;
  height: 1px;
  margin: 32px 0;
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-name {
  color: var(--white);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-byline {
  color: var(--gray-600);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a svg {
  fill: var(--white);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a svg.feather {
  fill: none;
  stroke: var(--white);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:hover, .has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:active {
  border-color: transparent;
  background-color: var(--white);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:hover svg, .has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:active svg {
  fill: var(--black);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:hover svg.feather, .has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li a:active svg.feather {
  fill: none;
  stroke: var(--black);
}

.has-dark-style .aubrey-profile .aubrey-profile-content .aubrey-profile-social-icons li span {
  color: var(--white);
}

.has-dark-style .aubrey-profile .aubrey-profile-content hr:not(.wp-block-separator) {
  background-color: rgba(255, 255, 255, 0.06);
}

.aubrey-newsletter {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 38px 28px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.aubrey-newsletter .aubrey-newsletter-heading {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--black);
}

.aubrey-newsletter .aubrey-newsletter-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 26px;
}

.aubrey-newsletter input[type="email"] {
  margin-bottom: 15px;
}

.aubrey-newsletter input[type="submit"] {
  width: 100%;
  margin: 0;
}

.aubrey-newsletter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 24 24' fill='none' stroke='%23f5f5f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3e%3c/path%3e%3cpolyline points='22,6 12,13 2,6'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 54% 20px;
  transform: rotate(-8deg);
  z-index: -1;
}

.has-dark-style .aubrey-newsletter {
  background-color: #101010;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.98);
}

.has-dark-style .aubrey-newsletter .aubrey-newsletter-heading {
  color: var(--white);
}

.has-dark-style .aubrey-newsletter .aubrey-newsletter-text {
  font-size: var(--gray-600);
}

.has-dark-style .aubrey-newsletter:before {
  display: none;
}

.post-content .mc4wp-form {
  margin-bottom: 32px;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post {
  margin-bottom: 30px;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .post-thumbnail {
  margin: 0;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .post-thumbnail .wp-post-image {
  max-width: 80px;
  max-height: 80px;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content {
  padding: 0 0 0 20px;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content .post-title {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content .post-meta {
  margin: 0;
  padding-top: 2px;
}

.aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post:last-of-type {
  margin-bottom: 0;
}

.has-dark-style .aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content .post-title a {
  color: var(--white);
}

.has-dark-style .aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content .post-title a:hover {
  text-decoration-color: var(--white);
}

.has-dark-style .aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content .post-meta a {
  color: var(--gray-700);
}

.has-dark-style .aubrey-featured-posts .aubrey-featured-posts-list .aubrey-featured-post .aubrey-featured-post-content .post-meta a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.widget_instagram-feed-widget #sb_instagram {
  background-color: transparent !important;
}

.widget_instagram-feed-widget #sb_instagram .sb_instagram_header {
  position: static;
  height: auto;
  margin-bottom: 24px !important;
}

.post-content #sb_instagram {
  margin-bottom: 32px;
}

/*
 * Sliders
 * ----------------------------------------------------------------------------
 *
 */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.post-slider {
  height: 100vh;
  background-color: var(--black);
  min-height: 640px;
}

.post-slider .post-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  filter: contrast(2) brightness(0);
  transition: all 0.1s ease;
}

.post-slider .post-slide .post-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
}

.post-slider .post-slide .post-slide-content-wrapper {
  width: 100%;
  height: 100%;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content {
  padding-top: 48px;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-categories {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(12px);
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-categories a {
  transition: all 0.25s ease;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 7px 12px 7px 14px;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-categories a:hover {
  background-color: rgba(255, 255, 255, 0.84);
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-title {
  position: relative;
  visibility: hidden;
  opacity: 0;
  max-width: 100%;
  padding: 0 16px;
  font-size: 26px;
  line-height: 40px;
  transition: all 1s ease;
  transform: translateY(12px);
  transition-delay: 0.25s;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-title a {
  text-decoration: none;
  transition: all 0.25s ease;
  color: var(--white);
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-title a:hover {
  color: var(--white);
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-meta {
  position: relative;
  visibility: hidden;
  opacity: 0;
  color: var(--white);
  transition: all 1s ease;
  transform: translateY(12px);
  transition-delay: 0.5s;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-meta > span {
  color: var(--white);
  font-size: 12px;
  line-height: 24px;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-meta a {
  text-decoration: underline;
  text-decoration-color: transparent;
  color: var(--white);
  transition: all 0.25s ease;
}

.post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-meta a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.post-slider .post-slide .post-slide-author {
  position: absolute;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(-12px);
  transition-delay: 0.75s;
  padding-bottom: 32px;
}

.post-slider .post-slide .post-slide-author .post-author-byline {
  font-family: var(--headings-font-family);
  font-size: 10px;
  font-weight: var(--headings-font-weight);
  font-style: italic;
  line-height: 26px;
  color: var(--white);
}

.post-slider .post-slide .post-slide-author .post-author {
  font-family: var(--font-family-base);
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}

.post-slider .post-slide .post-slide-author .post-author a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}

.post-slider .post-slide .post-slide-author .post-author a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.post-slider .post-slide.slide-in, .post-slider .post-slide.tns-slide-active {
  filter: contrast(1) brightness(1);
}

.post-slider .post-slide.slide-in .post-slide-content-wrapper .post-slide-content .post-categories,
.post-slider .post-slide.slide-in .post-slide-content-wrapper .post-slide-content .post-title,
.post-slider .post-slide.slide-in .post-slide-content-wrapper .post-slide-content .post-meta, .post-slider .post-slide.tns-slide-active .post-slide-content-wrapper .post-slide-content .post-categories,
.post-slider .post-slide.tns-slide-active .post-slide-content-wrapper .post-slide-content .post-title,
.post-slider .post-slide.tns-slide-active .post-slide-content-wrapper .post-slide-content .post-meta {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.post-slider .post-slide.slide-in .post-slide-author, .post-slider .post-slide.tns-slide-active .post-slide-author {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .post-slider .post-slide .post-slide-content-wrapper .post-slide-content {
    padding-top: 92px;
  }
  .post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-title {
    font-size: 36px;
    line-height: 52px;
  }
}

@media (min-width: 992px) {
  .post-slider .post-slide .post-slide-content-wrapper .post-slide-content {
    padding-top: 98px;
  }
  .post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-categories a {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 9px 17px 8px 19px;
  }
  .post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-title {
    padding: 0;
    font-size: 60px;
    line-height: 80px;
    max-width: 960px;
  }
  .post-slider .post-slide .post-slide-content-wrapper .post-slide-content .post-meta > span {
    font-size: 12px;
    line-height: 24px;
  }
  .post-slider .post-slide .post-slide-author .post-author-byline {
    font-size: 10px;
    line-height: 30px;
  }
  .post-slider .post-slide .post-slide-author .post-author {
    font-size: 12px;
    line-height: 16px;
  }
}

.tns-outer .tns-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  left: 48px;
  width: 20px;
}

.tns-outer .tns-nav button:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  display: block;
  padding: 0;
  margin: 7px auto;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--white);
  border-radius: 99px;
}

.tns-outer .tns-nav button:not(.components-button):not(.customize-partial-edit-shortcut-button):focus {
  outline: 0;
}

.tns-outer .tns-nav button:not(.components-button):not(.customize-partial-edit-shortcut-button):hover, .tns-outer .tns-nav button:not(.components-button):not(.customize-partial-edit-shortcut-button).tns-nav-active {
  transform: scale(1.33333);
  background-color: var(--white);
  border-color: var(--white);
}

@media (min-width: 1236px) {
  .tns-outer .tns-nav {
    display: flex;
  }
}

/*
 * Post Banners
 * ----------------------------------------------------------------------------
 *
 */
.section-post-banners {
  border-left: 0;
  border-right: 0;
  padding: 90px 0 60px;
}

.section-post-banners .post-banner {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: transform 0.6s ease-out;
  min-height: 320px;
  background-color: var(--gray-800);
  margin-bottom: 30px;
}

.section-post-banners .post-banner.has-post-thumbnail {
  background-color: transparent;
}

.section-post-banners .post-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0) 50%, transparent);
  transition: transform 0.6s ease-out;
}

.section-post-banners .post-banner .wp-post-image,
.section-post-banners .post-banner .size-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  will-change: transform;
  transition: transform 0.6s ease-out;
}

.section-post-banners .post-banner .post-banner-content {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 30px 28px 24px 28px;
}

.section-post-banners .post-banner .post-banner-content .post-categories {
  align-self: flex-start;
  overflow: hidden;
  transition: all 0.25s ease;
  max-height: 26px;
}

.section-post-banners .post-banner .post-banner-content .post-categories span {
  margin: 0 8px 8px 2 0;
}

.section-post-banners .post-banner .post-banner-content .post-banner-content-bottom {
  transition: all 0.25s ease;
}

.section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-title {
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}

.section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta {
  margin: 8px 0 0 0;
}

.section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta .avatar {
  display: none;
}

.section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta .post-author {
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}

.section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta span {
  color: var(--gray-600);
}

.section-post-banners .post-banner:hover {
  text-decoration: none;
}

.section-post-banners .post-banner:hover .wp-post-image,
.section-post-banners .post-banner:hover .size-full {
  transform: scale(1.06);
}

.section-post-banners .post-banner.post-banner-tall {
  min-height: 320px;
}

.section-post-banners .post-banner.post-banner-tall .wp-post-image,
.section-post-banners .post-banner.post-banner-tall .size-full {
  object-position: top right;
}

.section-post-banners .post-banner.post-banner-wide {
  min-height: 320px;
}

.section-post-banners .post-banner.post-banner-wide .wp-post-image,
.section-post-banners .post-banner.post-banner-wide .size-full {
  object-position: top right;
}

@media (min-width: 768px) {
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta .avatar {
    display: inline;
  }
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta .post-comments-link {
    position: relative;
    right: 5px;
  }
}

@media (min-width: 992px) {
  .section-post-banners .post-banner {
    min-height: 320px;
  }
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta {
    margin: 9px 0 0 0;
  }
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-title {
    padding: 0;
  }
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-author {
    font-weight: 500;
    color: var(--white);
  }
  .section-post-banners .post-banner.post-banner-tall {
    min-height: 440px;
  }
  .section-post-banners .post-banner.post-banner-wide {
    min-height: 205px;
  }
  .section-post-banners .post-banner.post-banner-wide .post-banner-content .post-banner-content-bottom .post-title {
    padding: 0 200px 0 0;
  }
}

@media (min-width: 1236px) {
  .section-post-banners .post-banner {
    min-height: 380px;
  }
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-title {
    font-size: 24px;
    line-height: 36px;
    padding: 0 180px 0 0;
  }
  .section-post-banners .post-banner .post-banner-content .post-banner-content-bottom .post-meta {
    margin: 10px 0 0 0;
  }
  .section-post-banners .post-banner.post-banner-tall {
    min-height: 510px;
  }
  .section-post-banners .post-banner.post-banner-tall .post-banner-content .post-banner-content-bottom .post-title {
    padding: 0;
  }
  .section-post-banners .post-banner.post-banner-wide {
    min-height: 240px;
  }
  .section-post-banners .post-banner.post-banner-wide .post-banner-content .post-banner-content-bottom .post-title {
    padding: 0 320px 0 0;
  }
}

/*
 * Promotional Boxes
 * ----------------------------------------------------------------------------
 *
 */
.section-promotional-boxes {
  border-left: 0;
  border-right: 0;
  padding: 90px 0 60px;
}

.promotional-box {
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 32px;
  min-height: 168px;
  transition: all 0.6s ease-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.promotional-box .promotional-box-title {
  display: block;
  padding: 11px 16px;
  font-family: var(--headings-font-family);
  font-size: 14px;
  font-weight: var(--headings-font-weight);
  line-height: 1;
  color: var(--black);
  background-color: var(--white);
}

.promotional-box:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 16px;
  left: 16px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--white);
  transition: all 0.6s ease-out;
}

.promotional-box:hover {
  text-decoration: none;
  background-size: 104%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.promotional-box:hover:after {
  opacity: 0;
}

.widget.aubrey-promotional-box {
  margin-bottom: 0;
}

.widget.aubrey-promotional-box .promotional-box-widget {
  text-decoration: none;
  transition: all 0.6s ease-out;
}

.widget.aubrey-promotional-box .promotional-box-widget:not(.reduce-margin) {
  margin-bottom: 60px;
}

.has-dark-style .widget.aubrey-promotional-box .promotional-box-widget {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.98);
}

.has-dark-style .widget.aubrey-promotional-box .promotional-box-widget:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.98);
}

@media (min-width: 992px) {
  .promotional-box {
    min-height: 192px;
  }
  .col-lg-3 .promotional-box:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    border-width: 1px;
  }
  .col-lg-3 .promotional-box .promotional-box-title {
    padding: 10px 14px;
    font-size: 12px;
  }
}

@media (min-width: 1236px) {
  .promotional-box {
    min-height: 240px;
  }
  .widget.aubrey-promotional-box .promotional-box {
    min-height: 200px;
  }
  .col-lg-6 .promotional-box {
    min-height: 370px;
  }
  .col-lg-6 .promotional-box:after {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    top: 24px;
    left: 24px;
    border-width: 2px;
  }
  .col-lg-6 .promotional-box .promotional-box-title {
    padding: 14px 20px;
    font-size: 16px;
  }
  .col-lg-3 .promotional-box {
    min-height: 176px;
  }
}

/*
 * Post Listings
 * ----------------------------------------------------------------------------
 *
 */
.section-post-listings {
  padding: 90px 0 0 0;
}

.section-post-listings .masonry-item {
  width: calc(100% - 30px);
}

.section-post-listings .post-listing {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.section-post-listings .post-listing .post-listing-content-wrapper {
  min-width: 1%;
}

.section-post-listings .post-listing .post-listing-content {
  min-width: 1%;
  padding: 30px;
  background-color: var(--white);
}

.section-post-listings .post-listing .post-listing-content a {
  transition: all 0.25s ease;
}

.section-post-listings .post-listing .post-listing-content p {
  margin: 0;
}

.section-post-listings .post-listing .post-listing-content .post-categories a,
.section-post-listings .post-listing .post-listing-content .post-categories span {
  margin-bottom: 16px;
}

.section-post-listings .post-listing .post-listing-content .post-title {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 12px;
}

.section-post-listings .post-listing .post-listing-content .post-meta {
  margin-bottom: 12px;
}

.section-post-listings .post-listing .post-listing-content .post-excerpt {
  font-size: 14px;
  line-height: 26px;
}

.section-post-listings .post-listing .post-thumbnail {
  margin: 0;
}

.section-post-listings .post-listing .post-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section-post-listings .post-listing.sticky .post-thumbnail, .section-post-listings .post-listing.post .post-thumbnail {
  position: relative;
}

.section-post-listings .post-listing.sticky .post-thumbnail .sticky-tag, .section-post-listings .post-listing.post .post-thumbnail .sticky-tag {
  position: absolute;
  top: 15px;
  right: -15px;
  left: auto;
  padding: 4px 15px;
  font-family: var(--headings-font-family);
  font-size: 14px;
  font-weight: var(--headings-font-weight);
  font-style: italic;
  color: var(--black);
  background-color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.section-post-listings .post-listing.sticky .post-thumbnail .sticky-tag:before, .section-post-listings .post-listing.post .post-thumbnail .sticky-tag:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  bottom: -10px;
  right: 5px;
  background-color: transparent;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--black) transparent;
  opacity: 0.1;
}

.section-post-listings .post-listing.post-listing-lg {
  box-shadow: none;
  margin-bottom: 60px;
}

.section-post-listings .post-listing.post-listing-lg .post-listing-header .post-title {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
  padding: 0 32px;
}

.section-post-listings .post-listing.post-listing-lg .post-listing-header .post-meta {
  margin-bottom: 26px;
}

.section-post-listings .post-listing.post-listing-lg .post-listing-content {
  padding: 26px 0;
}

.section-post-listings .post-listing.post-listing-lg .post-listing-content .post-excerpt {
  font-size: 1rem;
  line-height: 28px;
}

.section-post-listings.related-posts {
  padding-top: 0;
  padding-bottom: 30px;
}

.section-post-listings.related-posts .post-listing .post-listing-content .post-meta {
  margin-bottom: 0;
}

.section-post-listings.related-posts.no-bio {
  margin-top: 80px;
}

.site-content:not(.no-sidebar) .section-post-listings.related-posts .post-listing .post-listing-content .post-title {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .section-post-listings .masonry-item {
    width: 45.835%;
  }
  .section-post-listings .post-listing.post-listing-style-list {
    display: flex;
    flex-direction: row;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-thumbnail {
    flex-basis: 40%;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-listing-content-wrapper {
    flex-basis: 60%;
    display: flex;
    align-items: center;
  }
  .section-post-listings .post-listing.post-listing-lg .post-listing-header .post-title {
    font-size: 40px;
    line-height: 52px;
  }
  .section-post-listings .post-listing-staggered-wrapper .post-listing {
    margin-bottom: 60px;
  }
  .section-post-listings .post-listing-staggered-wrapper .post-listing.post-listing-style-list {
    box-shadow: none;
    justify-content: space-between;
  }
  .section-post-listings .post-listing-staggered-wrapper .post-listing.post-listing-style-list .post-thumbnail {
    flex-basis: 562.8px;
  }
  .section-post-listings .post-listing-staggered-wrapper .post-listing.post-listing-style-list .post-listing-content-wrapper {
    height: 100%;
  }
  .section-post-listings .post-listing-staggered-wrapper .post-listing.post-listing-style-list .post-listing-content-wrapper .post-listing-content {
    height: 100%;
    margin-right: 0;
    position: relative;
    background-color: var(--white);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    margin-left: -30px;
    top: 30px;
  }
  .section-post-listings .post-listing-staggered-wrapper:nth-child(odd) .post-listing.post-listing-style-list {
    flex-direction: row-reverse;
  }
  .section-post-listings .post-listing-staggered-wrapper:nth-child(odd) .post-listing.post-listing-style-list .post-listing-content-wrapper .post-listing-content {
    margin-left: 0;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .section-post-listings .masonry-item {
    width: 45.313%;
  }
  .section-post-listings.is-full-width-grid .masonry-item {
    width: 30.209%;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-thumbnail {
    flex-basis: 34%;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-listing-content-wrapper {
    flex-basis: 66%;
  }
}

@media (min-width: 1236px) {
  .section-post-listings .masonry-item {
    width: 46.25%;
  }
  .section-post-listings.is-full-width-grid .masonry-item {
    width: 30.834%;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-thumbnail {
    flex-basis: 48.125%;
  }
  .section-post-listings .post-listing.post-listing-style-list .post-listing-content-wrapper {
    flex-basis: 51.975%;
  }
}

.is-only-blog .section-post-listings {
  padding-top: var(--site-content-padding-top);
}

/*
 * Post(s)/Comment(s) Navigation/Pagination/Page Links
 * ----------------------------------------------------------------------------
 *
 */
.pagination,
.comments-pagination {
  margin-top: 30px;
}

.pagination .nav-links,
.comments-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .nav-links .page-numbers,
.comments-pagination .nav-links .page-numbers {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  font-size: 12px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--black);
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 36px;
  width: 36px;
  height: 36px;
  margin: 0 6px;
}

.pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots),
.comments-pagination .nav-links .page-numbers:not(.prev):not(.next):not(.dots) {
  letter-spacing: 0;
}

.pagination .nav-links .page-numbers svg,
.comments-pagination .nav-links .page-numbers svg {
  transition: all 0.25s ease;
  height: 13px;
  fill: var(--black);
}

.pagination .nav-links .page-numbers svg.feather,
.comments-pagination .nav-links .page-numbers svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 0;
}

.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next,
.comments-pagination .nav-links .page-numbers.prev,
.comments-pagination .nav-links .page-numbers.next {
  width: auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  letter-spacing: 1px;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover,
.comments-pagination .nav-links .page-numbers.prev:hover,
.comments-pagination .nav-links .page-numbers.next:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.pagination .nav-links .page-numbers.prev svg, .pagination .nav-links .page-numbers.next svg,
.comments-pagination .nav-links .page-numbers.prev svg,
.comments-pagination .nav-links .page-numbers.next svg {
  position: relative;
  bottom: 1px;
}

.pagination .nav-links .page-numbers.prev,
.comments-pagination .nav-links .page-numbers.prev {
  margin-left: 0;
  margin-right: 24px;
}

.pagination .nav-links .page-numbers.prev svg,
.comments-pagination .nav-links .page-numbers.prev svg {
  margin-right: 6px;
}

.pagination .nav-links .page-numbers.next,
.comments-pagination .nav-links .page-numbers.next {
  margin-right: 0;
  margin-left: 24px;
}

.pagination .nav-links .page-numbers.next svg,
.comments-pagination .nav-links .page-numbers.next svg {
  margin-left: 6px;
}

.pagination .nav-links .page-numbers.current:not(.prev):not(.next):not(.dots), .pagination .nav-links .page-numbers:hover:not(.prev):not(.next):not(.dots),
.comments-pagination .nav-links .page-numbers.current:not(.prev):not(.next):not(.dots),
.comments-pagination .nav-links .page-numbers:hover:not(.prev):not(.next):not(.dots) {
  text-decoration: none;
  color: var(--white);
  background-color: var(--accent);
  border-color: var(--accent);
}

.comments-pagination {
  margin-bottom: 90px;
}

.page-links {
  clear: both;
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
}

.page-links a {
  color: var(--black);
}

.page-links .post-page-numbers {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: var(--white);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-200);
  border-radius: 36px;
  width: 36px;
  height: 36px;
  margin: 0 6px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  text-decoration: none;
  color: var(--white);
  background-color: var(--accent);
  border-color: var(--accent);
}

/*
 * Instagram Feed
 * ----------------------------------------------------------------------------
 *
 */
#sb_instagram {
  position: relative;
}

#sb_instagram .sb_instagram_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

#sb_instagram .sb_instagram_header .sbi_header_link {
  pointer-events: auto;
  display: flex;
  align-items: center;
  background-color: var(--white);
  padding: 4px 0 4px 26px;
  outline: 6px solid rgba(255, 255, 255, 0.32);
  transition: all 0.25s ease;
}

#sb_instagram .sb_instagram_header .sbi_header_link:hover {
  outline: 6px solid white;
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text {
  padding-top: 0;
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text h3 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text p {
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_bio {
  margin-left: 38px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img {
  width: 28px;
  background-color: transparent;
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img .sbi_header_hashtag_icon {
  color: var(--black);
}

#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img .sbi_header_hashtag_icon .sbi_new_logo {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_link .sbi_header_img {
  width: 40px;
  height: 60px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_link .sbi_header_img .sbi_header_hashtag_icon .sbi_new_logo {
  width: 20px;
  height: 20px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_link .sbi_header_text p {
  font-size: 14px;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_link .sbi_header_img {
  width: 48px;
  height: 68px;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_link .sbi_header_img .sbi_header_hashtag_icon .sbi_new_logo {
  width: 24px;
  height: 24px;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_link .sbi_header_text p {
  font-size: 16px;
}

@media (max-width: 480px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
    width: 50%;
  }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo,
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    height: 200px;
  }
}

/*
 * Site Footer
 * ----------------------------------------------------------------------------
 *
 */
.site-footer {
  background-color: #0a0a0a;
}

.site-footer .site-footer-widgets {
  padding: 90px 0 30px;
}

.site-footer .site-footer-widgets .site-footer-sidebar {
  margin: 0;
}

.site-footer .site-footer-bottom {
  padding: 48px 0;
  background-color: var(--black);
}

.site-footer .site-footer-bottom .site-footer-colophon {
  text-align: center;
  margin: 0 0 38px 0;
  font-family: var(--headings-font-family);
  font-size: 12px;
  font-weight: var(--headings-font-weight);
  line-height: 24px;
  color: var(--gray-600);
}

.site-footer .site-footer-bottom .site-footer-colophon a {
  transition: all 0.25s ease;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.site-footer .site-footer-bottom .site-footer-colophon a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.site-footer .site-footer-bottom .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.site-footer .site-footer-bottom .menu .menu-item {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer .site-footer-bottom .menu .menu-item:before {
  display: none;
}

.site-footer .site-footer-bottom .menu .menu-item:after {
  content: "/";
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
  color: var(--gray-900);
}

.site-footer .site-footer-bottom .menu .menu-item a {
  display: block;
  transition: all 0.25s ease;
  margin: 0 12px;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.site-footer .site-footer-bottom .menu .menu-item a:hover {
  color: var(--white);
  text-decoration-color: var(--white);
}

.site-footer .site-footer-bottom .menu .menu-item a .label {
  display: none;
}

.site-footer .site-footer-bottom .menu .menu-item:first-child a {
  margin-left: 0;
}

.site-footer .site-footer-bottom .menu .menu-item:last-child a {
  margin-right: 0;
}

.site-footer .site-footer-bottom .menu .menu-item:last-child:after {
  display: none;
}

.site-footer .site-footer-bottom .menu .menu-item .sub-menu {
  display: none;
}

@media (min-width: 992px) {
  .site-footer .site-footer-bottom {
    padding: 24px 0;
  }
  .site-footer .site-footer-bottom .site-footer-colophon {
    text-align: left;
    margin: 0;
  }
  .site-footer .site-footer-bottom .menu {
    text-align: left;
  }
}

/*
 * 404 & Search Results
 * ----------------------------------------------------------------------------
 *
 */
.error-404 .not-found-title,
.search-results .not-found-title {
  margin-bottom: -24px;
  font-family: var(--headings-font-family);
  font-size: 160px;
  font-weight: var(--headings-font-weight);
  line-height: 160px;
  letter-spacing: -12px;
  color: var(--gray-100);
}

.error-404 .search-form,
.search-results .search-form {
  min-width: 320px;
  margin-bottom: 32px;
}

.error-404,
.search-results-not-found {
  padding-top: var(--site-content-padding-top);
}

.not-found-subtitle,
.search-results-not-found-title {
  margin-bottom: 32px;
  font-family: var(--headings-font-family);
  font-size: 28px;
  font-weight: var(--headings-font-weight);
  line-height: 40px;
  color: var(--black);
}

@media (min-width: 992px) {
  .error-404 .not-found-title {
    font-size: 256px;
    line-height: 256px;
  }
}

/*
 * Off-Canvas Elements
 * ----------------------------------------------------------------------------
 *
 */
.flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.36s ease-out;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 1800;
}

.flyout-overlay.in {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.flyout-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-400px);
  transition: all 0.36s ease-out;
  z-index: 1801;
  background-color: var(--white);
  box-shadow: 32px 0 36px rgba(0, 0, 0, 0.08);
  scrollbar-width: 6px;
  scrollbar-color: var(--gray-100) var(--gray-400);
}

.flyout-sidebar::-webkit-scrollbar {
  width: 6px;
}

.flyout-sidebar::-webkit-scrollbar-track {
  background: var(--gray-100);
}

.flyout-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-100);
  border-radius: 4px;
}

.flyout-sidebar.in {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.flyout-sidebar.right {
  left: auto;
  right: 0;
  transform: translateX(400px);
}

.flyout-sidebar.right.in {
  transform: translateX(0);
}

.flyout-sidebar .flyout-sidebar-header {
  position: relative;
  padding: 42px 30px 0 30px;
  border-bottom: 1px solid var(--gray-100);
  background-color: var(--white);
}

.flyout-sidebar .flyout-sidebar-header .site-title {
  position: relative;
  bottom: 6px;
  font-size: 24px;
  line-height: normal;
  color: var(--black);
}

.flyout-sidebar .flyout-sidebar-header .site-title a {
  text-decoration: none;
  color: var(--black);
}

.flyout-sidebar .flyout-sidebar-header .site-title a:hover {
  color: var(--accent);
}

.flyout-sidebar .flyout-sidebar-header .custom-logo {
  width: auto;
  position: relative;
  bottom: 20px;
  height: 60px;
}

.flyout-sidebar .off-canvas-sidebar {
  margin: 0;
  padding: 60px 30px 30px;
}

.flyout-sidebar .flyout-sidebar-navigation {
  padding: 0;
}

.flyout-sidebar .flyout-sidebar-navigation .menu {
  margin: 0;
  padding: 0;
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item {
  display: block;
  position: relative;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.96;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  background-color: var(--white);
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item.menu-item-has-children .dropdown-arrow {
  display: block;
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: var(--gray-100);
  background-color: var(--white);
  background-size: 42%;
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item.menu-item-has-children .dropdown-arrow.active {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item:before {
  display: none;
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item a {
  display: block;
  text-decoration: none;
  padding: 8px 8px 8px 30px;
  color: var(--black);
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-100);
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item a .label {
  position: relative;
  bottom: 0;
  margin-left: 10px;
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item .sub-menu {
  display: none;
  padding: 0;
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item .sub-menu .menu-item {
  font-family: var(--font-family-base);
  font-size: 13px;
  font-weight: var(--font-weight-base);
  line-height: 1.8;
  letter-spacing: 0;
  text-transform: none;
  color: var(--gray-600);
  background-color: var(--white);
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item .sub-menu .menu-item a {
  padding: 8px 8px 8px 42px;
  color: var(--gray-600);
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-100);
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  padding: 8px 8px 8px 54px;
}

.flyout-sidebar .flyout-sidebar-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .sub-menu .menu-item a {
  padding: 8px 8px 8px 66px;
}

@media (min-width: 768px) {
  .flyout-sidebar {
    width: 400px;
  }
}

.off-canvas-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 32px;
  right: 12px;
  transition: all 0.25s ease;
  width: 36px;
  height: 36px;
  border-radius: 99px;
  background-color: var(--white);
  box-shadow: none;
}

.off-canvas-close svg {
  transition: all 0.25s ease;
  height: 19px;
  fill: var(--black);
}

.off-canvas-close svg.feather {
  fill: none;
  stroke: var(--black);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 0;
}

.off-canvas-close:hover {
  background-color: var(--accent);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  transform: scale(1.125);
}

.off-canvas-close:hover svg {
  fill: var(--white);
}

.off-canvas-close:hover svg.feather {
  fill: none;
  stroke: var(--white);
}

.off-canvas-search {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 568px;
  background-color: var(--white);
  z-index: 1900;
  transition: all 0.24s ease-out;
}

.off-canvas-search.in {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.off-canvas-search .search-form .search-field {
  border: 0;
  background-color: transparent;
  font-family: var(--headings-font-family);
  font-size: 32px;
  font-weight: var(--headings-font-weight);
  line-height: 32px;
  text-align: center;
  color: var(--black);
  padding-right: 16px;
}

.off-canvas-search .search-form .search-field::-webkit-input-placeholder {
  color: var(--gray-400);
}

.off-canvas-search .search-form .search-field::-moz-placeholder {
  color: var(--gray-400);
}

.off-canvas-search .search-form .search-field::placeholder {
  color: var(--gray-400);
}

.off-canvas-search .search-form .search-submit:not(.components-button):not(.customize-partial-edit-shortcut-button) {
  display: none;
  width: 100px;
  height: 100px;
}

.off-canvas-search .search-form .search-icon {
  display: none;
  background-color: transparent;
  width: 100px;
  height: 100px;
}

.off-canvas-search .search-form .search-icon svg {
  height: 64px;
  stroke-width: 3px;
  stroke: var(--black);
}

.off-canvas-search .off-canvas-search-info {
  margin: 0;
  position: absolute;
  padding: 0 16px;
  bottom: 16px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.off-canvas-search .off-canvas-search-info strong {
  color: var(--black);
}

@media (min-width: 768px) {
  .off-canvas-search .search-form .search-field {
    font-size: 64px;
    line-height: 64px;
    text-align: left;
    padding-right: 96px;
  }
  .off-canvas-search .search-form .search-submit,
  .off-canvas-search .search-form .search-icon {
    display: flex;
  }
  .off-canvas-search .off-canvas-search-info {
    bottom: 64px;
    font-size: 18px;
    line-height: 30px;
  }
}
