/*!
Theme Name: R55 Starter
Theme URI: https://r55starter.rocket55dev.com
Author: Rocket55
Author URI: https://www.rocket55.com
Description: Rocket55 Starter Kit
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rocket55
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
.container-xl-left {
  margin-right: 0;
  max-width: none;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

@media screen and (max-width: 1199px) {
  .container-xl-left {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container-xl-left {
    margin-left: calc((100vw - 1140px) / 2);
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .container-xl-left {
    margin-left: calc((100vw - 1320px) / 2);
  }
}
.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

* {
  box-sizing: border-box;
}

.z-index-up {
  z-index: 1;
}

.background-creme,
.has-creme-background-color {
  background-color: #F7F6F2;
}

.color-creme,
.has-creme-color {
  color: #F7F6F2;
}

.fill-creme {
  fill: #F7F6F2;
}

.background-gold,
.has-gold-background-color {
  background-color: #90683C;
}

.color-gold,
.has-gold-color {
  color: #90683C;
}

.fill-gold {
  fill: #90683C;
}

.background-cool-text,
.has-cool-text-background-color {
  background-color: #35373F;
}

.color-cool-text,
.has-cool-text-color {
  color: #35373F;
}

.fill-cool-text {
  fill: #35373F;
}

.background-light-text,
.has-light-text-background-color {
  background-color: #CECECE;
}

.color-light-text,
.has-light-text-color {
  color: #CECECE;
}

.fill-light-text {
  fill: #CECECE;
}

.background-oyster,
.has-oyster-background-color {
  background-color: #DFDEDB;
}

.color-oyster,
.has-oyster-color {
  color: #DFDEDB;
}

.fill-oyster {
  fill: #DFDEDB;
}

.background-color-lighter,
.has-color-lighter-background-color {
  background-color: #F2F2F2;
}

.color-color-lighter,
.has-color-lighter-color {
  color: #F2F2F2;
}

.fill-color-lighter {
  fill: #F2F2F2;
}

.background-sk-black,
.has-sk-black-background-color {
  background-color: #020303;
}

.color-sk-black,
.has-sk-black-color {
  color: #020303;
}

.fill-sk-black {
  fill: #020303;
}

.background-black,
.has-black-background-color {
  background-color: #020303;
}

.color-black,
.has-black-color {
  color: #020303;
}

.fill-black {
  fill: #020303;
}

.background-white,
.has-white-background-color {
  background-color: #fff;
}

.color-white,
.has-white-color {
  color: #fff;
}

.fill-white {
  fill: #fff;
}

.alignleft {
  margin: 0 1.5rem 0 0;
  display: block;
  float: left;
}

.alignright {
  margin: 0 0 0 1.5rem;
  display: block;
  float: right;
}

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

.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.card-product {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-product .card-product-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.card-product .card-product-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.card-product .card-product-image::after {
  background: linear-gradient(to bottom, transparent 60%, #F2F2F2 100%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.card-product .card-product-body {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-top: auto;
  padding: 1rem 1.5rem;
  position: relative;
}

.card-product .card-product-body::before {
  border-top: 1px solid rgba(144, 104, 60, 0.2);
  content: "";
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

.card-product .card-product-title {
  color: #020303;
  flex: 1 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.card-product .card-product-arrow {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  transition: transform 0.2s ease;
  width: 2rem;
}

.card-product .card-product-arrow svg {
  display: block;
  transition: color 0.2s ease;
}

.card-product:hover {
  opacity: 1;
}

.card-product:hover .card-product-arrow {
  transform: translateX(0.3125rem);
}

.card-product:hover .card-product-arrow svg path {
  fill: #90683C;
}

.card-category {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-category .card-category-image {
  aspect-ratio: 464/322;
  border-radius: 0.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.card-category .card-category-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.card-category .card-category-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.5rem;
  flex: 1;
}

.card-category .card-category-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card-category .card-category-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.card-category .card-category-description {
  color: #35373F;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.card-category .card-category-link {
  align-items: center;
  color: #020303;
  display: flex;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.75rem;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.card-category .card-category-link img {
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}

.card-category .card-category-link:hover {
  color: #90683C;
  opacity: 1;
}

.card-category.card-category--gold .card-category-link {
  color: #90683C;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  background-color: rgba(144, 104, 60, 0.2);
  border: 0;
}

figure {
  margin: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

a {
  color: #90683C;
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.0625rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  a {
    font-size: 0.875rem;
  }
}
a:hover, a:active {
  color: #90683C;
  opacity: 0.6;
}

a:focus {
  color: #90683C;
}

img {
  max-width: 100%;
  height: auto;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  height: auto;
  max-width: 100%;
}

.wp-caption {
  margin: 0 0 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  margin: 0 auto;
  display: block;
}

.wp-caption.aligncenter {
  margin: 0 auto 1.5rem auto;
}

.wp-caption.alignleft {
  margin-right: 1.5rem;
}

.wp-caption.alignright {
  margin-left: 1.5rem;
}

.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin: 0 0 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.image-background {
  -o-object-position: center center;
     object-position: center center;
}

.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ie .video-background,
.edge .video-background {
  height: auto;
}

.svg-defs {
  display: none;
}

/*To change link styling, please change in _links.scss*/
body,
button,
input,
select,
textarea {
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #35373F;
  font-family: "Instrument Sans", sans-serif;
  font-feature-settings: "liga", "kern";
  font-size: 0.875rem;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h2,
.h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h5,
.h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h6,
.h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1,
.h1,
.has-large-font-size {
  font-size: 2.25rem;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) {
  h1,
  .h1,
  .has-large-font-size {
    font-size: 3.75rem;
  }
}
h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2.3125rem;
  }
}
h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  h3, blockquote,
  q,
  .h3,
  .widget .widget-title {
    font-size: 1.375rem;
  }
}
h4, h6,
.h6, h5,
.h5,
.h4 {
  font-size: 1.125rem;
  line-height: 1.2;
}

h5,
.h5 {
  font-style: italic;
}

h6,
.h6 {
  font-style: italic;
}

p {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin: 0;
}

.eyebrow {
  font-family: "Raleway", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .eyebrow {
    font-size: 0.75rem;
  }
}
.has-small-font-size {
  font-size: 0.75rem;
}

.has-huge-font-size {
  font-size: 3.125rem;
}

b,
strong {
  font-weight: 700;
}

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

blockquote,
q {
  margin: 0 1.5rem 1.5rem;
  font-style: italic;
  quotes: '" "';
}

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

blockquote {
  border-left: 4px solid #020303;
  font-style: italic;
  margin-left: 0;
  padding-left: 1.25rem;
}

blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  margin: 0 0 1.5rem -1.5rem;
  padding: 1.5rem;
  background-color: #F7F6F2;
  border: 1px solid #CECECE;
  color: #CECECE;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.75;
  overflow: auto;
  white-space: pre;
  word-break: normal;
  word-wrap: normal;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

kbd {
  background-color: #F7F6F2;
  border: 1px solid #CECECE;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0 rgba(2, 3, 3, 0.2), 0 0 0 0.125rem #fff inset;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0.125rem 0.5rem;
}

code {
  background-color: #DFDEDB;
  color: #35373F;
  padding: 0.125rem 0.25rem;
}

abbr {
  border-bottom: 1px dotted #CECECE;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

.not-ready {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}

.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  [class*=container] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.bg-image {
  background-size: cover;
  background-position: center;
}

img:not(input) {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.btn, button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 6.25rem;
  border-width: 2px;
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.0625rem;
  padding: 0.53125rem 1.5rem;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@media only screen and (min-width: 992px) {
  .btn, button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 0.875rem 2rem;
  }
}
.btn-gold {
  background-color: transparent;
  border-color: #90683C;
  color: #fff;
}

.btn-gold:hover, .btn-gold:focus {
  background-color: #90683C;
  border-color: #90683C;
  color: #fff;
  opacity: 1;
}

.btn-gold-solid {
  background-color: #90683C;
  border-color: #90683C;
  color: #fff;
}

.btn-gold-solid:hover, .btn-gold-solid:focus {
  background-color: rgb(115.2, 83.2, 48);
  border-color: rgb(115.2, 83.2, 48);
  color: #fff;
  opacity: 1;
}

.btn-outline-gold {
  background-color: transparent;
  border-color: #90683C;
  color: #020303;
}

.btn-outline-gold:hover, .btn-outline-gold:focus {
  background-color: #90683C;
  border-color: #90683C;
  color: #F7F6F2;
  opacity: 1;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 var(--bs-focus-ring-width, 0.25rem) var(--bs-focus-ring-color, rgba(var(--bs-primary-rgb, 13, 110, 253), 0.25));
}

.edit-link {
  margin: 0 0 0 0.3125rem;
}

.edit-link a {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: lowercase;
}

.edit-link a::before {
  content: "(";
}

.edit-link a::after {
  content: ")";
}

.site-footer {
  background-color: #020303;
}

.site-footer__logo-wrap {
  padding: 2rem 0;
}

@media only screen and (min-width: 992px) {
  .site-footer__logo-wrap {
    padding: 3.625rem 0;
  }
}
.site-footer__logo-wrap a {
  display: inline-block;
}

.site-footer__logo-wrap img,
.site-footer__logo-wrap .custom-logo,
.site-footer__logo-wrap .footer-logo {
  display: block;
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .site-footer__logo-wrap img,
  .site-footer__logo-wrap .custom-logo,
  .site-footer__logo-wrap .footer-logo {
    width: 25rem;
  }
}
.site-footer__columns {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 2.625rem;
}

@media only screen and (min-width: 992px) {
  .site-footer__columns {
    flex-direction: row;
  }
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}

.site-footer__heading {
  color: #90683C;
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}

.site-footer__text {
  color: #CECECE;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.site-footer__text p {
  margin: 0;
  line-height: 1.2;
}

.site-footer__link {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.site-footer__link:hover {
  color: #fff;
  opacity: 1;
}

.site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav-list li a {
  color: #CECECE;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
}

.site-footer__nav-list li a:hover {
  color: #fff;
  opacity: 1;
}

.site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(206, 206, 206, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.site-footer__social {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.site-footer__social a,
.site-footer__social img,
.site-footer__social svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.site-footer__social a {
  opacity: 0.8;
}

.site-footer__social a:hover {
  opacity: 1;
}

.site-footer__copyright {
  color: #959393;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  text-align: right;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header__notification {
  background-color: #90683C;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.375rem 0;
  text-align: center;
}

.site-header__logo-anchor {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.site-header__logo-anchor .container-xl {
  pointer-events: none;
}

.site-header__logo-box {
  background-color: #90683C;
  box-shadow: 0 0.4375rem 1rem rgba(2, 3, 3, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 9.375rem;
  padding: 1.75rem;
  pointer-events: all;
  width: 9.375rem;
}

.site-header__logo-box a {
  display: flex;
  align-items: center;
}

.site-header__logo-box img,
.site-header__logo-box .custom-logo {
  display: block;
  height: 6.25rem;
  width: 5.9375rem;
}

.site-header__logo-mobile {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding: 0.75rem 1rem;
}

.site-header__logo-mobile a {
  display: flex;
  align-items: center;
}

.site-header__logo-mobile img,
.site-header__logo-mobile .custom-logo {
  display: block;
  height: 2.375rem;
  width: auto;
}

.site-header__utility {
  background-color: #F7F6F2;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .site-header__utility .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header__utility-inner {
  display: flex;
  align-items: center;
  height: 4.125rem;
}

@media only screen and (min-width: 992px) {
  .site-header__utility-inner {
    height: 2.625rem;
  }
}
.site-header__utility-links {
  align-self: center;
  margin-left: auto;
}

.site-header__utility-links .nav {
  gap: 2rem;
}

.site-header__utility-links .nav-item {
  list-style: none;
}

.site-header__utility-links .nav-link {
  color: #90683C;
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
}

.site-header__utility-links .nav-link:hover {
  opacity: 0.7;
}

.site-header__toggle {
  align-items: center;
  align-self: stretch;
  background-color: #90683C;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  padding: 0.625rem 0.75rem;
  width: 4.125rem;
  flex-shrink: 0;
}

.site-header__toggle-icon {
  display: flex;
  flex-direction: column;
  height: 1.625rem;
  justify-content: space-between;
  width: 100%;
}

.site-header__toggle-icon span {
  background-color: #fff;
  border-radius: 0.0625rem;
  display: block;
  height: 0.125rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
}

.site-header__toggle:not(.collapsed) .site-header__toggle-icon span:nth-child(1) {
  transform: translateY(0.75rem) rotate(45deg);
}

.site-header__toggle:not(.collapsed) .site-header__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle:not(.collapsed) .site-header__toggle-icon span:nth-child(3) {
  transform: translateY(-0.75rem) rotate(-45deg);
}

.site-header__nav {
  background-color: #fff;
  height: 5rem;
  position: relative;
  z-index: 1;
}

.site-header__nav .container-xl {
  height: 100%;
}

.site-header__mobile-menu {
  background-color: #fff;
  border-top: 1px solid rgba(144, 104, 60, 0.2);
  position: relative;
  z-index: 999;
}

.site-header__mobile-inner {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.site-header__mobile-utility {
  margin-top: 0;
}

.site-header__mobile-utility .nav-link {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header__mobile-cta {
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.site-header__nav {
  --bs-nav-link-color: #35373F;
  --bs-nav-link-hover-color: #90683C;
  --bs-navbar-color: #35373F;
  --bs-navbar-hover-color: #90683C;
}

.site-header__nav .navbar-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__nav .nav-item {
  position: relative;
}

.site-header__nav .nav-link {
  color: #35373F;
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header__nav .nav-link:hover, .site-header__nav .nav-link:focus {
  color: #90683C;
  opacity: 1;
}

.site-header__nav .nav-link.dropdown-toggle {
  align-items: center;
  display: inline-flex;
  gap: 0.375rem;
}

.site-header__nav .nav-link.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06055 1.06067L5.06055 5.06067L1.06055 9.06067' stroke='%2390683C' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.6875rem;
  transition: transform 0.2s ease;
  width: 0.375rem;
}

.site-header__nav .nav-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}

.site-header__nav .nav-item.btn-gold,
.site-header__nav .nav-item.btn-outline-gold {
  flex-shrink: 0;
}

.site-header__nav .nav-item.btn-gold:hover,
.site-header__nav .nav-item.btn-outline-gold:hover {
  background: transparent;
}

.site-header__nav .nav-item.btn-gold > .nav-link,
.site-header__nav .nav-item.btn-outline-gold > .nav-link {
  border-radius: 6.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.625rem 1.5rem;
  text-transform: uppercase;
}

.site-header__nav .nav-item.btn-gold > .nav-link {
  background-color: #90683C;
  border: 2px solid #90683C;
  color: #fff;
}

.site-header__nav .nav-item.btn-gold > .nav-link:hover {
  background-color: rgb(115.2, 83.2, 48);
  border-color: rgb(115.2, 83.2, 48);
  color: #fff;
  opacity: 1;
}

.site-header__nav .nav-item.btn-outline-gold > .nav-link {
  background-color: transparent;
  border: 2px solid #90683C;
  color: #020303;
}

.site-header__nav .nav-item.btn-outline-gold > .nav-link:hover {
  background-color: #90683C;
  color: #fff;
  opacity: 1;
}

.site-header__nav .nav-link {
  border: none;
  border-radius: 0;
  margin: 0;
}

.site-header__nav .dropdown-menu {
  --bs-dropdown-link-color: #35373F;
  --bs-dropdown-link-hover-color: #90683C;
  --bs-dropdown-link-hover-bg: transparent;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.5rem 1.5rem rgba(2, 3, 3, 0.08);
  clip-path: inset(0 -2rem -2rem -2rem);
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  left: -1rem !important;
  min-width: 15rem;
  padding: 1rem;
  position: absolute;
  top: calc(100% + 1.7rem) !important;
  transform: none !important;
}

.site-header__nav .dropdown-menu.show {
  display: flex;
}

.site-header__nav .dropdown-item {
  color: #35373F;
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.0625rem;
  padding: 0;
  text-transform: capitalize;
  white-space: nowrap;
}

.site-header__nav .dropdown-item:hover, .site-header__nav .dropdown-item:focus {
  background: none;
  color: #90683C;
}

.site-header__nav .current-menu-item .dropdown-item.active {
  background-color: transparent;
  color: #90683C;
  pointer-events: none;
}

.site-header__mobile-menu {
  --bs-nav-link-color: #35373F;
  --bs-nav-link-hover-color: #90683C;
  --bs-navbar-color: #35373F;
}

.site-header__mobile-menu .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__mobile-menu .nav-item {
  border: none;
}

.site-header__mobile-menu .nav-link {
  color: #35373F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.875rem 0;
  text-transform: uppercase;
}

.site-header__mobile-menu .nav-link:hover {
  color: #90683C;
}

.site-header__mobile-menu .nav-link.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06055 1.06067L5.06055 5.06067L1.06055 9.06067' stroke='%2390683C' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.6875rem;
  transition: transform 0.2s ease;
  width: 0.375rem;
}

.site-header__mobile-menu .nav-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}

.site-header__mobile-menu .dropdown-menu {
  --bs-dropdown-link-color: #35373F;
  --bs-dropdown-link-hover-color: #90683C;
  --bs-dropdown-link-hover-bg: transparent;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 0 0.5rem 0.75rem;
  position: static !important;
  transform: none !important;
}

.site-header__mobile-menu .dropdown-menu.show {
  display: block;
}

.site-header__mobile-menu .dropdown-item {
  color: #35373F;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.8125rem;
  padding: 0.625rem 0;
  text-transform: capitalize;
}

.site-header__mobile-menu .dropdown-item:hover {
  background: none;
  color: #90683C;
}

.site-header__mobile-menu .dropdown-item.active {
  background-color: transparent;
  color: #90683C;
  pointer-events: none;
}

.site-header__mobile-cta .btn, .site-header__mobile-cta button,
.site-header__mobile-cta input[type=button],
.site-header__mobile-cta input[type=reset],
.site-header__mobile-cta input[type=submit] {
  background-color: #90683C;
  border-color: #90683C;
  color: #F7F6F2;
}

.site-header__mobile-cta .btn:hover, .site-header__mobile-cta button:hover,
.site-header__mobile-cta input[type=button]:hover,
.site-header__mobile-cta input[type=reset]:hover,
.site-header__mobile-cta input[type=submit]:hover, .site-header__mobile-cta .btn:focus, .site-header__mobile-cta button:focus,
.site-header__mobile-cta input[type=button]:focus,
.site-header__mobile-cta input[type=reset]:focus,
.site-header__mobile-cta input[type=submit]:focus {
  background-color: rgb(115.2, 83.2, 48);
  border-color: rgb(115.2, 83.2, 48);
  color: #F7F6F2;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega {
  position: static;
}

.navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  border-top: 0;
  width: 100%;
  max-width: 1320px;
  top: auto;
  padding: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1.5rem 1.875rem;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1), 0 38px 38px 0 rgba(0, 0, 0, 0.09), 0 85px 51px 0 rgba(0, 0, 0, 0.05), 0 151px 60px 0 rgba(0, 0, 0, 0.01);
  min-width: 12.5rem;
}

.mega-menu-title {
  font-size: inherit;
  font-weight: 700;
  white-space: normal;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 73.125rem;
}

@media screen and (min-width: 1194px) {
  .comment-navigation,
  .posts-navigation,
  .post-navigation {
    padding: 0;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  margin-top: 1.5rem;
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  margin-right: auto;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.pagination-container .page-numbers.current {
  font-weight: 700;
}

.resource-single {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.625rem 0;
}

.resource-single__breadcrumb a {
  align-items: center;
  color: #90683C;
  display: inline-flex;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.375rem;
  line-height: 1.2;
  text-decoration: none;
  text-underline-offset: 0.1875rem;
}

.resource-single__breadcrumb a span {
  display: inline-block;
  text-decoration: none;
}

.resource-single__breadcrumb a span.underline {
  text-decoration: underline;
}

.resource-single__breadcrumb a:hover {
  opacity: 0.8;
}

.resource-single__title {
  color: #35373F;
  font-family: "Raleway", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .resource-single__title {
    font-size: 2.25rem;
  }
}
.resource-single__intro {
  color: #35373F;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0;
}

.resource-single__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.resource-single__content h2, .resource-single__content h3, .resource-single__content blockquote,
.resource-single__content q {
  color: #35373F;
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.resource-single__content p {
  color: #35373F;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0;
}

.resource-single__content ul, .resource-single__content ol {
  color: #35373F;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75;
}

.wp-block-button .wp-block-button__link {
  background: #90683C;
  border-radius: 0;
}

.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  opacity: 0.8;
}

.wp-block-gallery {
  margin: 0;
  padding: 0;
}

.wp-block-pullquote {
  border-bottom: 2px solid rgba(144, 104, 60, 0.2);
  border-top: 2px solid rgba(144, 104, 60, 0.2);
}

.wp-block-quote cite {
  font-style: italic;
}

.wp-block-separator {
  border-bottom: 1px solid rgba(144, 104, 60, 0.2);
  max-width: 100%;
}

.wp-block-table {
  display: table;
}

.wp-block-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget {
  margin: 0 0 1.5rem;
}

.widget select {
  max-width: 100%;
}

.widget_search .search-submit {
  display: none;
}

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