/*!
Theme Name: Superior Grocers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: superior-grocers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Superior Grocers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.hero {
  margin-bottom: 3em;
}
.hero .hero-content .hero-photo {
  height: 26em;
  width: 100%;
}
.hero .hero-content .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-content .hero-photo.hero-slideshow {
  position: relative;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-list,
.hero .hero-content .hero-photo.hero-slideshow .slick-track,
.hero .hero-content .hero-photo.hero-slideshow .hero-slide {
  height: 100%;
}
.hero .hero-content .hero-photo.hero-slideshow .hero-slide img {
  height: 26em;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-prev,
.hero .hero-content .hero-photo.hero-slideshow .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transition: background 0.2s ease;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-prev:hover,
.hero .hero-content .hero-photo.hero-slideshow .slick-next:hover {
  background: rgba(0, 0, 0, 0.65);
}
.hero .hero-content .hero-photo.hero-slideshow .slick-prev::before,
.hero .hero-content .hero-photo.hero-slideshow .slick-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 600px) {
  .hero .hero-content .hero-photo.hero-slideshow .slick-prev,
  .hero .hero-content .hero-photo.hero-slideshow .slick-next {
    width: 32px;
    height: 32px;
  }
  .hero .hero-content .hero-photo.hero-slideshow .slick-prev::before,
  .hero .hero-content .hero-photo.hero-slideshow .slick-next::before {
    width: 8px;
    height: 8px;
  }
}
.hero .hero-content .hero-photo.hero-slideshow .slick-prev {
  left: 1em;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.hero .hero-content .hero-photo.hero-slideshow .slick-next {
  right: 1em;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.hero .hero-content .hero-photo.hero-slideshow .slick-dots {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-dots li {
  display: inline-block;
  margin: 0 0.25em;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.hero .hero-content .hero-photo.hero-slideshow .slick-dots li.slick-active button {
  background: #fff;
}
.hero .hero-content .hero-title {
  margin: 0 auto;
  margin-top: 3em;
  max-width: 50em;
  text-align: center;
  padding: 0 2em;
}
.hero .hero-content .hero-title h1 {
  font-family: "Roboto", sans-serif;
  color: #d83832;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 880px) {
  .hero .hero-content .hero-title h1 {
    font-size: 56px;
  }
}
.hero .hero-content .hero-title h2 {
  color: #221f20;
  font-size: 30px;
  margin: 0;
  margin-top: 0.5em;
}
.hero .hero-content .hero-title h3 {
  color: #000000;
  font-size: 40px;
  margin: 0.5em 0;
}

.content-block {
  margin-top: 2em;
}
.content-block .content-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0;
  margin: 0;
  background-color: #d83832;
}
@media screen and (min-width: 880px) {
  .content-block .content-container {
    flex-direction: row;
  }
}
.content-block .content-container .content-body {
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 2em;
}
@media screen and (min-width: 880px) {
  .content-block .content-container .content-body {
    text-align: left;
    width: 50%;
    padding: 4em;
    text-align: left;
  }
}
.content-block .content-container .content-body h1, .content-block .content-container .content-body h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: 120%;
}
.content-block .content-container .content-body h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 1em;
}
.content-block .content-container .content-body p {
  font-size: 18px;
}
.content-block .content-container.additional .content-body {
  padding: 2em;
}
.content-block .content-container.split .content-body:last-child {
  background-color: #e3e3e4;
  color: #000000;
}
.content-block .content-container.split .content-body:last-child h1, .content-block .content-container.split .content-body:last-child h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: 120%;
  color: #d83832;
}
.content-block .content-container.split .content-body:last-child h3, .content-block .content-container.split .content-body:last-child h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #d83832;
}
.content-block .content-container.split .content-body:last-child h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  margin: 0;
  margin-bottom: 1em;
}
.content-block .content-container .content-photo {
  width: 100%;
  align-self: end;
}
@media screen and (min-width: 880px) {
  .content-block .content-container .content-photo {
    width: 50%;
  }
}
.content-block .content-container .content-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-block .content-container pre {
  overflow: visible;
  font-family: "Roboto", sans-serif;
  background-color: inherit;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-top: 3em;
}
.content-block .content-container pre a:link, .content-block .content-container pre a:visited {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5em 3em;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.content-alt-block .content-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0;
  margin: 0;
  background-color: #e3e3e4;
}
@media screen and (min-width: 880px) {
  .content-alt-block .content-container {
    flex-direction: row;
  }
}
.content-alt-block .content-container .content-body {
  width: 100%;
  text-align: center;
  color: #000000;
  display: inline-block;
  padding: 2em;
}
@media screen and (min-width: 880px) {
  .content-alt-block .content-container .content-body {
    width: 50%;
    display: inline-block;
    padding: 4em;
    text-align: left;
  }
  .content-alt-block .content-container .content-body.full-width {
    width: 100%;
  }
}
.content-alt-block .content-container .content-body h1, .content-alt-block .content-container .content-body h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: 120%;
  color: #d83832;
}
.content-alt-block .content-container .content-body h3, .content-alt-block .content-container .content-body h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 120%;
  color: #d83832;
}
.content-alt-block .content-container .content-body h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 1em;
}
.content-alt-block .content-container .content-body p {
  font-size: 18px;
}
.content-alt-block .content-container .content-photo {
  width: 100%;
  align-self: end;
}
@media screen and (min-width: 880px) {
  .content-alt-block .content-container .content-photo {
    width: 50%;
  }
}
.content-alt-block .content-container .content-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-dept-block .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin: 0;
  background-color: #e3e3e4;
}
@media screen and (min-width: 880px) {
  .content-dept-block .content-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.content-dept-block .content-container .content-body {
  width: 100%;
  text-align: center;
  color: #000000;
  display: inline-block;
  padding: 2em 2em 1em;
}
@media screen and (min-width: 880px) {
  .content-dept-block .content-container .content-body {
    width: 50%;
    display: inline-block;
    padding: 4em 4em 1em;
    text-align: left;
  }
  .content-dept-block .content-container .content-body.full-width {
    width: 100%;
  }
}
.content-dept-block .content-container .content-body .common-container {
  padding: 20px 40px 40px;
}
.content-dept-block .content-container .content-body h1, .content-dept-block .content-container .content-body h2 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  padding: 10px 0;
  color: #d83832;
}
.content-dept-block .content-container .content-body h3, .content-dept-block .content-container .content-body h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  padding: 10px 0;
  color: #d83832;
}
.content-dept-block .content-container .content-body h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  margin: 0;
  margin-bottom: 1em;
}
.content-dept-block .content-container .content-body p {
  font-size: 18px;
}
.content-dept-block .content-container .content-photo {
  width: 100%;
  align-self: stretch;
}
@media screen and (min-width: 880px) {
  .content-dept-block .content-container .content-photo {
    width: 50%;
  }
}
.content-dept-block .content-container .content-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-dept-block .content-container hr {
  background-color: white;
  height: 40px;
  width: 100%;
}

.content-grid-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 880px) {
  .content-grid-container {
    padding-left: 4em;
    flex-direction: row;
    align-items: start;
    padding: 0 2em;
  }
}
.content-grid-container .content-grid-item {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 880px) {
  .content-grid-container .content-grid-item {
    flex-direction: row;
  }
}
.content-grid-container .content-grid-item.alt {
  flex-direction: column-reverse;
}
@media screen and (min-width: 880px) {
  .content-grid-container .content-grid-item.alt {
    flex-direction: row-reverse;
  }
}
.content-grid-container .content-grid-item .content-grid-image {
  width: 100%;
}
@media screen and (min-width: 880px) {
  .content-grid-container .content-grid-item .content-grid-image {
    width: 50%;
  }
}
.content-grid-container .content-grid-item .content-grid-image img {
  width: 100%;
  height: 100%;
}
.content-grid-container .content-grid-item .content-grid-content {
  color: #000000;
  width: 100%;
  padding: 2.75em;
  text-align: center;
}
@media screen and (min-width: 880px) {
  .content-grid-container .content-grid-item .content-grid-content {
    text-align: left;
    width: 50%;
  }
}
.content-grid-container .content-grid-item .content-grid-content h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 22px;
  line-height: 120%;
  margin: 0;
  margin-bottom: 1em;
}
.content-grid-container .content-grid-item .content-grid-content h3 {
  font-size: 35px;
  line-height: 120%;
  color: #d83832;
  margin: 0;
}
.content-grid-container .content-grid-item .content-grid-content p {
  font-size: 18px;
}

.home-navigation-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: left;
  padding: 0 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (min-width: 880px) {
  .home-navigation-container {
    padding: 0;
  }
}
.home-navigation-container .home-navigation-item {
  width: 48%;
  margin: 1%;
}
.home-navigation-container .home-navigation-item:hover {
  filter: brightness(100%);
}
@media screen and (min-width: 880px) {
  .home-navigation-container .home-navigation-item {
    width: 18%;
  }
}
.home-navigation-container .home-navigation-item .home-navigation-item-image {
  position: relative;
  height: 10em;
  background-size: cover;
  filter: brightness(60%);
}
.home-navigation-container .home-navigation-item .home-navigation-item-image:hover {
  filter: brightness(90%);
}
.home-navigation-container .home-navigation-item a:link, .home-navigation-container .home-navigation-item a:visited {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home-navigation-container .home-navigation-item h3 {
  position: relative;
  top: -5.5em;
  font-family: "Roboto Condensed", serif;
  letter-spacing: 3px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  color: white;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 880px) {
  .home-navigation-container .home-navigation-item h3 {
    top: -4.5em;
    font-size: 21px;
  }
}

.table-grid-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  padding: 0 4em;
  margin-top: 2em;
}
@media screen and (min-width: 880px) {
  .table-grid-container {
    flex-direction: row;
    padding: 0 6em;
  }
}
.table-grid-container .table_grid_title {
  display: block;
  width: 100%;
}
.table-grid-container .table_grid_title h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  color: #d83832;
}
.table-grid-container .table_grid_title h2 {
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  padding: 5px;
  color: #d83832;
}
.table-grid-container .table-grid-item {
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (min-width: 880px) {
  .table-grid-container .table-grid-item {
    border-right: none;
  }
}
.table-grid-container .table-grid-item:last-child {
  border-right: 1px solid #000000;
}
.table-grid-container .table-grid-item .table-grid-image {
  max-width: 24em;
  border: 0.75em solid #ffffff;
}
.table-grid-container .table-grid-item .table-grid-image img {
  width: 100%;
  height: 100%;
}
.table-grid-container .table-grid-item .table-grid-content {
  color: #000000;
  min-height: 8em;
  margin: 1em;
}
@media screen and (min-width: 880px) {
  .table-grid-container .table-grid-item .table-grid-content {
    margin: 0.75em;
    margin-right: 1em;
  }
}
.table-grid-container .table-grid-item .table-grid-content h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin: 0.25em 0;
}
.table-grid-container .table-grid-item .table-grid-content h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  color: #000000;
  margin: 0.25em 0;
  margin-bottom: 0.75em;
}
.table-grid-container .table-grid-item .table-grid-content p {
  font-size: 15px;
  margin: 0;
}
.table-grid-container .table-grid-item .table-grid-content ul {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-left: 2em;
  font-size: 15px;
}

.social {
  margin-top: 4em;
  background-color: #e3e3e4;
}

.social-banner {
  text-align: center;
}
.social-banner h4 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 3px;
}

.social-header {
  display: none;
}
@media screen and (min-width: 880px) {
  .social-header {
    display: inline-block;
    position: absolute;
    z-index: 9999999;
    width: 0.8em;
    top: 20em;
    right: 3em;
  }
  .social-header .social-item {
    margin-top: 0.5em;
  }
}

.social-footer .social-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  margin: 0 auto;
  width: 10em;
}
@media screen and (min-width: 880px) {
  .social-footer .social-container {
    margin-top: 5.5em;
  }
}
.social-footer .social-container .social-item {
  width: 30%;
  width: 1.7em;
}

body.page {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
body.page a, body.page a:link, body.page a:visited {
  color: #000000;
  text-decoration: none;
}
body.page a:hover {
  color: #221f20;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
}

.hide-mobile {
  display: none;
}
@media screen and (min-width: 880px) {
  .hide-mobile {
    display: inline-block;
  }
}

.hide-desktop {
  display: inline-block;
}
@media screen and (min-width: 880px) {
  .hide-desktop {
    display: none;
  }
}

.button, input[type=submit].ninja-forms-field {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #000000;
  width: 100%;
  padding: 0.5em;
}

.site {
  max-width: 1400px;
  margin: 0 auto;
}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
header .site-banner {
  display: flex;
  height: 2em;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #d83832;
  padding: 1.5em 2em;
}
header .site-banner a:link, header .site-banner a:visited {
  font-size: 16px;
  color: #ffffff;
}
header .site-banner a:link.link, header .site-banner a:visited.link {
  margin-right: 2em;
}
header .site-banner a:link.social-icon, header .site-banner a:visited.social-icon {
  margin-right: 0.5em;
}
header .site-banner .icon {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
}
header .site-banner .banner-left {
  width: 50%;
}
header .site-banner .banner-right {
  width: 50%;
  text-align: right;
}
header .site-branding img {
  width: 100%;
  max-width: 15em;
  margin: 1em;
}
header .main-navigation {
  flex: 1;
  margin-left: auto;
}
header .main-navigation .menu-toggle {
  background: none;
  border: none;
  height: 2em;
  width: 4em;
  float: right;
  position: relative;
  z-index: 999999;
}
header .main-navigation.toggled .menu-main-navigation-container {
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 5em;
  width: 100%;
  background-color: #e3e3e4;
  float: initial;
  text-align: center;
}
header .main-navigation.toggled .menu-main-navigation-container ul {
  float: initial;
  text-align: center;
  padding: 2em;
  max-width: 20em;
  margin: 0 auto;
}
header .main-navigation.toggled .menu-main-navigation-container ul li {
  margin-bottom: 1em;
}
header .main-navigation ul.menu {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
header .main-navigation ul.menu a {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
  font-size: 24px;
  color: #000;
}
header .main-navigation ul.menu li {
  padding: 0.25em 0.75em;
  margin-right: 0.25em;
}
header .main-navigation ul.menu li:first-child {
  border: 2px solid #000000;
}

.page-header {
  background-color: #e3e3e4;
  min-height: 22em;
  margin-top: 2em;
  margin-bottom: -12em;
}
.page-header h1 {
  font-size: 47px;
  text-align: center;
  padding: 1em;
  padding-bottom: 0.25em;
  color: #000000;
  margin: 0;
}
.page-header h2 {
  margin: 0;
  font-size: 22px;
  text-align: center;
  color: #000000;
}

.page-header-alt h1 {
  font-size: 47px;
  text-align: center;
  padding: 1em;
  padding-bottom: 0;
  color: #000000;
  margin: 0;
}
.page-header-alt h2 {
  margin: 0;
  font-size: 22px;
  text-align: center;
  color: #000000;
}
.page-header-alt p {
  font-size: 18px;
  text-align: center;
  color: #000000;
}

.page .entry-content {
  padding: 0 2em;
}
.page .entry-content h1 {
  text-transform: uppercase;
}
.page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4 {
  color: #d83832;
}

footer {
  margin-top: 0;
  color: #000;
}
footer .footer-container {
  display: flex;
  align-items: start;
  flex-direction: column-reverse;
  background-color: #e3e3e4;
  padding-top: 3em;
}
@media screen and (min-width: 880px) {
  footer .footer-container {
    height: 29em;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-container .footer-nav {
  width: 100%;
  padding: 0.25em;
  text-align: center;
}
@media screen and (min-width: 880px) {
  footer .footer-container .footer-nav {
    text-align: left;
    width: 21%;
  }
}
footer .footer-container .footer-nav ul.menu {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 880px) {
  footer .footer-container .footer-nav ul.menu {
    margin-left: 4em;
  }
}
footer .footer-container .footer-nav ul.menu li {
  margin-bottom: 1em;
}
footer .footer-container .footer-nav ul.sub-menu {
  font-family: "Roboto", sans-serif;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0.25em;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
footer .footer-container .footer-nav ul.sub-menu li {
  margin-bottom: 0em;
}
footer .footer-container .footer-subscribe {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  padding-bottom: 2em;
}
@media screen and (min-width: 880px) {
  footer .footer-container .footer-subscribe {
    width: 35%;
    text-align: left;
  }
}
footer .footer-container .footer-subscribe input[type=email] {
  display: inline-block;
  width: 60%;
  color: #000000;
  padding: 0.25em;
  font-size: 20px;
  background-color: transparent;
  border-width: 2px;
  border-color: #000000;
  border-radius: 0;
}
footer .footer-container .footer-subscribe input[type=email]::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}
footer .footer-container .footer-subscribe input[type=email]:focus-visible {
  outline-color: #221f20;
}
footer .footer-container .footer-subscribe button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  width: 30%;
  background-color: #221f20;
  color: #ffffff;
  padding: 0.55em;
  font-size: 20px;
  letter-spacing: 3px;
  border-color: #221f20;
  border-radius: 0;
  padding-right: 1em;
  margin-left: -0.25em;
  text-align: center;
}
footer .footer-container h2 {
  margin: 0;
  margin-bottom: 1em;
  font-size: 33px;
  line-height: 1.5em;
  color: #221f20;
}
footer .copyright, footer .bottom-footer {
  margin: 1em;
  font-size: 15px;
}
footer .copyright .menu-bottom-footer-container ul, footer .bottom-footer .menu-bottom-footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  margin-top: 1em;
}
footer .copyright .menu-bottom-footer-container ul li, footer .bottom-footer .menu-bottom-footer-container ul li {
  display: inline;
  margin-right: 1em;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 880px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


/* 2026 critical slideout menu styles
 *
 * These rules live in style.css because it is the base WordPress stylesheet
 * that is visibly loading on the dev site. The separate _css/styles.css file
 * can be delayed, cached, or CDN-served, so it is not safe as the only place
 * to hide the slideout menu before JavaScript runs.
 */
#sg-slideout-menu {
  background: #231f20;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block !important;
  max-width: 86vw;
  min-height: 100vh;
  overflow-y: auto;
  padding: 54px 26px 40px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 280ms ease, visibility 280ms ease;
  visibility: hidden;
  width: 320px;
  z-index: 100000;
}

.slideout-open #sg-slideout-menu {
  transform: translateX(0);
  visibility: visible;
}

#sg-slideout-panel {
  background: #fff;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

#sg-slideout-menu .slideout-container {
  display: block !important;
  padding-bottom: 80px;
}

#sg-slideout-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sg-slideout-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.28);
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

#sg-slideout-menu a {
  color: #fff;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding: 16px 4px;
  text-decoration: none;
  text-transform: uppercase;
}

#sg-slideout-menu a:hover,
#sg-slideout-menu a:focus {
  background: #fff;
  color: #231f20;
  outline: none;
  padding-left: 12px;
}

#sg-slideout-menu .slideout-x {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  height: 34px;
  justify-content: center;
  padding: 6px;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
}

#sg-slideout-menu .slideout-x:focus {
  border-color: #fff;
}

#sg-slideout-menu .slideout-x img {
  display: block;
  filter: brightness(0) invert(1);
  height: 14px;
  width: 14px;
}

.site-header .header-desktop-hamburger {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #231f20;
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: auto;
  justify-content: center;
  margin-left: 22px;
  padding: 6px 0;
  position: relative;
  width: 58px;
  z-index: 3;
}

.site-header .header-desktop-hamburger .hamburger-lines,
.site-header .header-desktop-hamburger .hamburger-lines span {
  display: block;
}

.site-header .header-desktop-hamburger .hamburger-lines {
  width: 44px;
}

.site-header .header-desktop-hamburger .hamburger-lines span {
  background: #231f20;
  height: 4px;
  margin: 5px 0;
  width: 100%;
}

.site-header .header-desktop-hamburger .hamburger-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.site-header .header-desktop-hamburger:hover .hamburger-lines span,
.site-header .header-desktop-hamburger:focus .hamburger-lines span {
  background: #ed1c24;
}

.site-header .header-desktop-hamburger:hover .hamburger-label,
.site-header .header-desktop-hamburger:focus .hamburger-label {
  color: #ed1c24;
}

.site-header .main-navigation .menu-toggle {
  display: none !important;
}

@media screen and (max-width: 879px) {
  .site-header .header-desktop-hamburger {
    margin: 6px auto 0;
    width: 52px;
  }

  .site-header .header-desktop-hamburger .hamburger-lines {
    width: 38px;
  }
}
