@charset "UTF-8";
/*!
Theme Name: Strauss' Houses
Theme URI: https://strausshouses.com
Author: Pierre Balian
Author URI: https://baliandesign.com
Description: Custom theme for Strauss' Houses, LLC — roofing and exteriors in Watertown, Wisconsin. Built on the Rocket55 starter with Bootstrap 5 and ACF blocks.
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-alto,
.has-alto-background-color {
  background-color: #ddd;
}

.color-alto,
.has-alto-color {
  color: #ddd;
}

.fill-alto {
  fill: #ddd;
}

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

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

.fill-black {
  fill: #000;
}

.background-blue,
.has-blue-background-color {
  background-color: #20739a;
}

.color-blue,
.has-blue-color {
  color: #20739a;
}

.fill-blue {
  fill: #20739a;
}

.background-cod-gray,
.has-cod-gray-background-color {
  background-color: #111;
}

.color-cod-gray,
.has-cod-gray-color {
  color: #111;
}

.fill-cod-gray {
  fill: #111;
}

.background-dove-gray,
.has-dove-gray-background-color {
  background-color: #666;
}

.color-dove-gray,
.has-dove-gray-color {
  color: #666;
}

.fill-dove-gray {
  fill: #666;
}

.background-gallery,
.has-gallery-background-color {
  background-color: #eee;
}

.color-gallery,
.has-gallery-color {
  color: #eee;
}

.fill-gallery {
  fill: #eee;
}

.background-gray,
.has-gray-background-color {
  background-color: #808080;
}

.color-gray,
.has-gray-color {
  color: #808080;
}

.fill-gray {
  fill: #808080;
}

.background-mineshaft,
.has-mineshaft-background-color {
  background-color: #333;
}

.color-mineshaft,
.has-mineshaft-color {
  color: #333;
}

.fill-mineshaft {
  fill: #333;
}

.background-silver,
.has-silver-background-color {
  background-color: #ccc;
}

.color-silver,
.has-silver-color {
  color: #ccc;
}

.fill-silver {
  fill: #ccc;
}

.background-tundora,
.has-tundora-background-color {
  background-color: #454545;
}

.color-tundora,
.has-tundora-color {
  color: #454545;
}

.fill-tundora {
  fill: #454545;
}

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

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

.fill-white {
  fill: #fff;
}

.background-whitesmoke,
.has-whitesmoke-background-color {
  background-color: #f1f1f1;
}

.color-whitesmoke,
.has-whitesmoke-color {
  color: #f1f1f1;
}

.fill-whitesmoke {
  fill: #f1f1f1;
}

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

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

hr {
  background-color: #ccc;
  border: 0;
}

figure {
  margin: 0;
}

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

a {
  color: #c89a5b;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

a:hover, a:active {
  color: #a87b3d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:focus {
  color: #a87b3d;
}

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: #e9edf0;
  font-family: "Inter Tight", "Inter Tight Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "liga", "kern";
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin-top: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h2,
.h2 {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin-top: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h3, blockquote,
q,
.h3,
.widget .widget-title {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin-top: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin-top: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h5,
.h5 {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin-top: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h6,
.h6 {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin-top: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h1,
.h1,
.has-large-font-size {
  font-size: clamp(3.25rem, 7vw, 5.25rem);
}

h2,
.h2 {
  font-size: 2.875rem;
}

h3, blockquote,
q,
.h3,
.widget .widget-title {
  font-size: 1.5625rem;
  font-weight: 700;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-size: 1.1875rem;
  font-weight: 700;
}

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

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

p {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin: 0;
}

.eyebrow {
  color: #c89a5b;
  font-family: "Inter Tight", "Inter Tight Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lead {
  color: #c3ccd2;
  font-size: 1.1875rem;
}

.text-mute {
  color: #8a97a1;
}

.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 #c89a5b;
  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: #f1f1f1;
  border: 1px solid #ccc;
  color: #808080;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.62;
  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: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125rem #fff inset;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0.125rem 0.5rem;
}

code {
  background-color: #eee;
  color: #454545;
  padding: 0.125rem 0.25rem;
}

abbr {
  border-bottom: 1px dotted #666;
  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;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

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

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 0;
  border-width: 2px;
  font-family: "Inter Tight", "Inter Tight Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 1rem 1.875rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #12161a;
}

.btn-primary:hover, .btn-primary:focus-visible {
  background-color: #a87b3d;
  border-color: #a87b3d;
  color: #12161a;
}

.btn-secondary {
  background-color: transparent;
  border-color: #6e7b85;
  color: #e9edf0;
}

.btn-secondary:hover, .btn-secondary:focus-visible {
  background-color: transparent;
  border-color: #c89a5b;
  color: #c89a5b;
}

.btn-text {
  background: none;
  border: 0;
  color: #c89a5b;
  letter-spacing: 0.04em;
  padding: 0;
}

.btn-text:hover {
  color: #a87b3d;
}

.r55-card {
  border: 1px solid #2a3238;
  color: #e9edf0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.r55-card:hover, .r55-card:focus-visible {
  border-color: #c89a5b;
  transform: translateY(-2px);
}

.r55-card .r55-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r55-card .r55-card-img-placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.55;
}

.r55-card .r55-card-media {
  background-color: #1f252b;
}

.r55-card h2 {
  color: #e9edf0;
}

.r55-card .r55-card-meta {
  color: #8a97a1;
}

.r55-card .r55-card-link {
  color: #c89a5b;
}

.r55-card:hover .r55-card-link, .r55-card:focus-visible .r55-card-link {
  color: #a87b3d;
}

: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: #080a0d;
  border-top: 1px solid #2a3238;
  color: #8a97a1;
  padding: 4.375rem 0 1.75rem;
}

.site-footer a {
  color: #8a97a1;
}

.site-footer a:hover {
  color: #c89a5b;
}

.site-footer h2,
.site-footer h3,
.site-footer blockquote,
.site-footer q,
.site-footer h4,
.site-footer h5,
.site-footer .h5,
.site-footer h6,
.site-footer .h6,
.site-footer .h4 {
  color: #c89a5b;
  font-family: "Inter Tight", "Inter Tight Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 0.5rem;
}

.site-info {
  border-top: 1px solid #2a3238;
  color: #5d6a73;
  font-size: 0.75rem;
  margin-top: 2.75rem;
  padding-top: 1.25rem;
}

.footer-brand {
  max-width: 14.375rem;
}

.footer-contact i {
  color: #c89a5b;
  flex: 0 0 1.125rem;
  font-size: 0.875rem;
}

.footer-contact address {
  font-style: normal;
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-towns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media (max-width: 575.98px) {
  .footer-towns {
    -moz-columns: 1;
         columns: 1;
  }
}
.footer-all-towns {
  color: #c89a5b !important;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 0.375rem;
  text-transform: uppercase;
}

.footer-badges .bbb-seal {
  aspect-ratio: 137/70;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 8.5625rem;
}

.footer-badges .secondary-logo {
  max-width: 7.5rem;
}

.footer-legal-menu {
  font-size: 0.75rem;
}

.footer-legal-menu li {
  margin-bottom: 0;
}

.bott-line {
  border-bottom: 1px solid #2a3238;
}

.social-links {
  margin-bottom: 1.25rem;
}

.social-links .social-icon svg {
  display: block;
  height: 1.375rem;
  width: 1.375rem;
}

.social-links .social-icon {
  color: #8a97a1;
  display: inline-flex;
}

.social-links .social-icon:hover {
  color: #c89a5b;
}

label,
.gform_wrapper .gfield_label,
.gform_wrapper legend.gform-field-label {
  color: #8a97a1;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.gform_wrapper .gform-field-label--type-sub {
  color: #8a97a1;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.25rem;
  text-transform: none;
}

.gform_wrapper .gchoice {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.gform_wrapper .gform-field-label--type-inline {
  color: #e9edf0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.gform_wrapper .gfield-choice-input {
  accent-color: #c89a5b;
  block-size: 1.0625rem;
  flex: 0 0 auto;
  inline-size: 1.0625rem;
  margin: 0;
}

.form-control,
.form-select,
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea,
select {
  background-color: #0e1114;
  border: 1px solid #2a3238;
  border-radius: 0;
  color: #e9edf0;
  padding: 0.875rem 1rem;
}

.form-control::-moz-placeholder, .form-select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #8a97a1;
}

.form-control::placeholder,
.form-select::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #8a97a1;
}

.form-control:focus,
.form-select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  background-color: #0e1114;
  border-color: #c89a5b;
  box-shadow: none;
  color: #e9edf0;
  outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0e1114 inset;
  -webkit-text-fill-color: #e9edf0;
  caret-color: #e9edf0;
}

.form-check-input {
  background-color: #0e1114;
  border-color: #39434b;
}

.form-check-input:checked {
  background-color: #c89a5b;
  border-color: #c89a5b;
}

.form-check-input:focus {
  border-color: #c89a5b;
  box-shadow: none;
}

.site-header {
  background-color: #0e1114;
  margin-bottom: 0;
}

.notification-bar {
  background-color: #d0453a;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 0.5625rem 0;
  text-align: center;
  text-transform: uppercase;
}

.notification-bar p {
  margin: 0;
}

.notification-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.notification-bar a:hover {
  color: #fff;
  opacity: 0.85;
}

.topbar {
  background-color: #0e1114 !important;
  border-bottom: 1px solid #2a3238;
}

.topbar .nav-link {
  color: #8a97a1;
  font-size: 0.8125rem;
}

.topbar .nav-link:hover {
  color: #c89a5b;
}

.navbar {
  border-bottom: 1px solid #2a3238;
}

.navbar .navbar-nav .nav-link {
  color: #e9edf0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus-visible, .navbar .navbar-nav .nav-link.active {
  color: #c89a5b;
}

.navbar .navbar-toggler {
  border-color: #39434b;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.custom-logo {
  width: 12.5rem;
  height: auto;
}

@media (max-width: 767.98px) {
  .custom-logo {
    width: 9.375rem;
  }
}
@media (max-width: 400px) {
  .custom-logo {
    width: 7.5rem;
  }
}
.site-title-fallback {
  color: #e9edf0;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-title-fallback:hover {
  color: #c89a5b;
}

.navbar-phone {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.4375rem 0.625rem;
  white-space: nowrap;
}

.navbar-phone i {
  margin-right: 0.375rem;
}

@media (max-width: 359.98px) {
  .navbar-phone .navbar-phone-number {
    display: none;
  }
  .navbar-phone i {
    margin-right: 0;
  }
}
.navbar-top-row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-top-row {
    display: contents;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-collapse {
    border-top: 1px solid #2a3238;
    margin-top: 0.75rem;
    padding: 0.375rem 0 0.625rem;
    width: 100%;
  }
  .navbar .navbar-nav {
    width: 100%;
  }
  .navbar .navbar-nav > .nav-item {
    border-bottom: 1px solid #2a3238;
  }
  .navbar .navbar-nav > .nav-item > .nav-link {
    display: block;
    padding: 0.875rem 0;
  }
  .navbar .dropdown-menu,
  .navbar .mega-menu {
    background: transparent;
    border: 0;
    padding: 0 0 0.375rem 0.875rem;
  }
}
.r55-breadcrumbs {
  color: #8a97a1;
  font-size: 0.8125rem;
}

.r55-breadcrumbs a {
  color: #8a97a1;
  text-decoration: none;
}

.r55-breadcrumbs a:hover {
  color: #c89a5b;
}

.r55-breadcrumbs .separator {
  margin: 0 0.5rem;
  opacity: 0.6;
}

.r55-breadcrumbs .last {
  color: #c3ccd2;
}

.entry-updated {
  color: #8a97a1;
  font-size: 0.75rem;
}

.navbar-brand img {
  width: 200px;
  height: auto;
}

.navbar-toggler {
  border: none;
  margin: 0 0 0;
  padding: 10px;
}

.navbar-toggler:not(.collapsed) #menu-icon span {
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before,
.navbar-toggler:not(.collapsed) #menu-icon span:after {
  top: 8px;
  left: 0;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) #menu-icon span:after {
  transform: rotate(-45deg);
}

.navbar-toggler #menu-icon {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 35px 10px 0;
  cursor: pointer;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.navbar-toggler #menu-icon span,
.navbar-toggler #menu-icon span:before,
.navbar-toggler #menu-icon span:after {
  display: block;
  position: absolute;
  height: 4px;
  width: 35px;
  top: 0;
  background: #000;
  border-radius: 1px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  content: "";
}

.navbar-toggler #menu-icon span:before {
  top: 8px;
}

.navbar-toggler #menu-icon span:after {
  top: 16px;
}

.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: 1.5rem 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1 1 15rem;
  min-width: 0;
}

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

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: #e9edf0;
  display: block;
  text-decoration: none;
}

.comment-navigation a:hover .nav-title, .comment-navigation a:focus-visible .nav-title,
.posts-navigation a:hover .nav-title,
.posts-navigation a:focus-visible .nav-title,
.post-navigation a:hover .nav-title,
.post-navigation a:focus-visible .nav-title {
  color: #c89a5b;
}

.comment-navigation .nav-label,
.posts-navigation .nav-label,
.post-navigation .nav-label {
  color: #c89a5b;
  display: block;
  font-family: "Inter Tight", "Inter Tight Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

.comment-navigation .nav-label i,
.posts-navigation .nav-label i,
.post-navigation .nav-label i {
  font-size: 0.625rem;
}

.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
  display: block;
  font-family: "Big Shoulders Display", "Big Shoulders Fallback", "Arial Narrow", Impact, sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.pagination-container .page-numbers {
  align-items: center;
  border: 1px solid #2a3238;
  color: #e9edf0;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0 0.75rem;
  text-decoration: none;
}

.pagination-container .page-numbers:hover, .pagination-container .page-numbers:focus-visible {
  border-color: #c89a5b;
  color: #c89a5b;
}

.pagination-container .page-numbers.current {
  background-color: #c89a5b;
  border-color: #c89a5b;
  color: #0e1114;
}

.pagination-container .page-numbers.dots {
  border-color: transparent;
  color: #8a97a1;
}

.pagination-container .page-numbers i {
  font-size: 0.6875rem;
}

.wp-block-button .wp-block-button__link {
  background: #333;
  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 #ccc;
  border-top: 2px solid #ccc;
}

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

.wp-block-separator {
  border-bottom: 1px solid #ccc;
  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%;
}

.error-404 {
  position: relative;
  overflow: hidden;
}

.error-404.error-404-has-image::before {
  background: var(--error-404-image) center/cover no-repeat;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.error-404.error-404-has-image::after {
  background: linear-gradient(180deg, rgba(14, 17, 20, 0.35) 0%, rgba(14, 17, 20, 0.82) 62%, rgba(14, 17, 20, 0.95) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.error-404 > .container-xl {
  position: relative;
  z-index: 1;
}

.error-404-title {
  font-size: clamp(2.5rem, 8vw, 6rem);
}

.error-404-search {
  max-width: 32.5rem;
}

.error-404-link {
  border: 1px solid var(--bs-border-color);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.error-404-link:hover, .error-404-link:focus-visible {
  border-color: var(--bs-primary);
  transform: translateY(-0.125rem);
}

.storm-stats .h1 {
  color: #c89a5b;
  letter-spacing: -0.02em;
}

.storm-narrative,
.storm-notes {
  color: #c3ccd2;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.text-bronze {
  color: #c89a5b !important;
}

.widget {
  margin: 0 0 1.5rem;
}

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

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

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