@charset "UTF-8";

/*
Theme Name: BFSF 2020
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Dean Pogni
*/
/**
 * @license
 * MyFonts Webfont Build ID 3116104, 2015-10-28T22:31:07-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF DIN Web Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/ot-bold/
 *
 * Webfont: FF DIN Web by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/ot-regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3116104
 * Licensed pageviews: 50,000
 * Webfonts copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/*
  Pulled from _s base.css



  Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.333;
}

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links

a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.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;
}

a:link,
a:visited {
  color: #231f20;
}

@media screen and (min-width: 768px) {
  .standard-content {
    align-items: start;
    display: grid;
    gap: 45px;
    grid-template-columns: 3fr 1fr;
    margin-top: 30px;
  }
}

hr {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#page {
  margin: 0 auto 1.5em;
  padding: 0 1.5em;
  max-width: 1040px;
}
@media screen and (max-width: 600px) {
  #page {
    padding: 0 0.5em 1.5em;
  }
}

h1.entry-title {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .page-template-default .hentry {
    max-width: 100%;
  }
}

.content-area b,
.content-area strong {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Bold";
  font-style: normal;
  font-weight: 700;
}
.content-area a:link,
.content-area a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #ab2328;
}
.content-area a:link:hover,
.content-area a:visited:hover {
  color: #ab2328;
}
.content-area a:link strong,
.content-area a:link b,
.content-area a:visited strong,
.content-area a:visited b {
  color: #231f20;
}
.content-area strong a:link,
.content-area strong a:visited,
.content-area b a:link,
.content-area b a:visited {
  color: #231f20;
}

.entry-content {
  margin: 0;
}
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  padding-left: 16px;
}
.entry-content ul li,
.entry-content ol li {
  padding-bottom: 3px;
}
.entry-content p {
  margin: 1rem 0;
}

.all-caps {
  text-transform: uppercase;
}

h1 {
  letter-spacing: 1px;
}

h1,
h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ab2328;
}

h2 + h4 {
  margin-top: -17px;
  font-weight: normal;
}

.home-hero {
  position: relative;
}

.home .entry-header h1 {
  margin: 0;
}
.home .hentry {
  display: none;
}
.home .hentry .entry-content {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .hentry .entry-content {
    text-align: left;
    width: 100%;
  }
}
.home .hentry .entry-content h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Bold";
  font-style: normal;
  font-weight: 700;
  color: #231f20;
  text-transform: none;
  margin-bottom: 0;
}
.home .hentry .entry-content p {
  margin: 0;
  line-height: 24px;
}

.three-col {
  width: 37%;
  float: left;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .three-col {
    width: 100%;
    float: none;
  }
}
.three-col:last-of-type {
  width: 26%;
  padding: 0;
}

.four-col {
  width: 25%;
  float: left;
}

.text p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  font-weight: 300;
}
.text p + p {
  margin-top: 20px;
}
.text p:first-child {
  margin-top: 0;
}

.home .menu_right_column h3 {
  font-size: 15.5px;
  font-size: 0.96875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Medium";
  font-style: normal;
  font-weight: 500;
  color: #ab2328;
  margin-bottom: 0;
}
.home .menu_right_column p {
  font-size: 15.5px;
  font-size: 0.96875rem;
}
.home .menu_right_column h3 + p {
  font-size: 15.5px;
  font-size: 0.96875rem;
  margin-top: 0;
}
.home .menu_right_column a:link,
.home .menu_right_column a:visited {
  color: black;
}
.home .menu_right_column a:hover {
  text-decoration: underline;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.entry-header {
  margin-top: 30px;
  margin-bottom: 20px;
}

.entry-title {
  font-size: 1.875rem;
}

.intro {
  font-size: 1.25rem;
}

.site-header {
  align-items: center;
  background-color: black;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-header {
    height: 150px;
  }
}

.site-description,
.site-title {
  display: none;
}

.header-accent {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Gotham Condensed";
  font-style: normal;
  font-weight: 400;
  color: white;
  display: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header-accent {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  margin-left: 12%;
  margin-right: 12%;
}
.site-branding img {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .site-branding img {
    width: 220px;
  }
}

.main-navigation {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  background-color: white;
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
}
.main-navigation.toggled {
  display: block;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}
.main-navigation .nav-menu {
  list-style: none;
  margin: 17px 0;
  max-width: 350px;
  width: calc(100vw - 0.5em);
}
.main-navigation .nav-menu .sub-menu {
  display: none;
  margin-left: 30px;
}
.main-navigation .nav-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.main-navigation li {
  position: relative;
}
.main-navigation li a {
  margin: 0 12px;
}
.main-navigation a:link,
.main-navigation a:visited {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #231f20;
  display: block;
  padding: 5px;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
.main-navigation .menu-item:not(.menu-item-has-children) a:hover {
  color: #ab2328;
}
.main-navigation .menu > .menu-item > a {
  text-transform: uppercase;
}
.main-navigation .sub-menu a:hover {
  color: #ab2328;
  text-decoration: none;
}

header .menu-toggle {
  background-repeat: no-repeat;
  background-size: cover;
  background: url("/wp-content/themes/bfsf-2020/images/threelines.svg");
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: block;
  font-size: 0;
  height: 18px;
  padding: 0;
  position: absolute;
  right: 30px;
  text-shadow: none;
  top: 30px;
  width: 36px;
}

@media screen and (max-width: 768px) {
  .menu-main-nav-container {
    clear: both;
  }
}

.sidebar h3 {
  color: #ab2328;
  font-size: 1.25rem;
  font-weight: 500;
}
.sidebar p:first-child {
  margin-top: 0;
}
.sidebar p {
  margin-top: 1em;
  margin-bottom: 0;
}
.sidebar a:hover,
.sidebar a:focus {
  color: #ab2328;
}
.sidebar p strong,
.sidebar p b {
  font-weight: 500;
}
.press .sidebar p strong,
.press .sidebar p b {
  font-weight: 700;
}
.sidebar a[href^="mailto:"] {
  color: black;
}
.sidebar a[href^="mailto:"]:hover, .sidebar a[href^="mailto:"]:focus {
  color: #ab2328;
}

.site-footer {
  margin-top: 40px;
  text-align: center;
}
.site-footer address {
  display: inline;
  font-style: normal;
}
.site-footer address a {
  text-decoration: none;
}

.footer-icons {
  display: flex;
  justify-content: center;
}
.footer-icons a {
  display: block;
  margin: 9px;
}
.footer-icons img {
  display: block;
  height: 27px;
  width: auto;
}

.main-column h2 {
  color: black;
  font-weight: 500;
  font-size: 1.25rem;
}
.main-column p:first-child {
  margin-top: 0;
}
.main-column p:last-child {
  margin-bottom: 0;
}
.main-column ul,
.main-column ol {
  padding-left: 0;
  margin-left: calc(1rem + 2px);
  font-size: 0.96875rem;
  font-weight: 400;
}
.main-column li {
  margin-top: 0.5rem;
}

.hero-tablet,
.hero-mobile,
.hero-desktop {
  width: 100%;
}
.hero-tablet img,
.hero-mobile img,
.hero-desktop img {
  display: block;
}

.hero-tablet,
.hero-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .hero-desktop {
    display: none;
  }

  .hero-tablet {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero-tablet {
    display: none;
  }

  .hero-mobile {
    display: block;
  }
}
.hero {
  margin: 18px 0 18px;
  position: relative;
  width: 100%;
}

.goldbelly-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .goldbelly-icon {
    width: 128px;
  }
}
.goldbelly-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.wp-caption {
  margin: 1rem 0;
  width: 100% !important;
  text-align: left;
}
.wp-caption.alignleft img {
  float: left;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .wp-caption.alignleft img {
    width: 50%;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 600px) {
  .wp-caption.alignleft img {
    width: 100%;
  }
}
.wp-caption .wp-caption-text {
  margin: 0 0 0 33.62%;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6d6e70;
  min-height: 156px;
}
@media screen and (max-width: 768px) {
  .wp-caption .wp-caption-text {
    clear: left;
    margin: 1rem 0;
    border-bottom: none;
  }
}
.wp-caption:last-of-type .wp-caption-text {
  margin-bottom: 0;
  border-bottom: none;
}

.bios__bio {
  border-top: 1px solid black;
  display: flex;
  flex-flow: column-reverse;
  margin-top: 35px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .bios__bio {
    flex-flow: row;
    flex-shrink: 0;
  }
}
.bios__text {
  flex-basis: 75%;
}
.bios p a:link,
.bios p a:visited {
  font-weight: bold;
}
.bios p a:hover {
  color: #ab2328;
}
.bios h3 {
  color: #ab2328;
  font-weight: 500;
  margin: 0;
}
.bios h4 {
  color: #ab2328;
  font-weight: 400;
  margin: 0;
}
.bios__headshot {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bios__headshot {
    flex-basis: 25%;
    margin-left: 45px;
    max-width: 300px;
  }
}
.bios p {
  font-size: 1rem;
}

.page-template-page-menu-php .hentry {
  float: right;
  width: 73.75%;
}
.page-template-page-menu-php .entry-content {
  color: #ab2328;
}
.page-template-page-menu-php .entry-content p {
  margin-top: 0;
}
.page-template-page-menu-php .entry-content ul {
  padding-left: 16px;
  color: #231f20;
  margin: 5px 0;
}
.page-template-page-menu-php .entry-content ul li {
  padding-bottom: 3px;
}

.menu-header {
  color: #ab2328;
}
.menu-header h1 {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.menu-header .subtitle {
  font-size: 16.5px;
  font-size: 1.03125rem;
}

.menu-sections {
  margin-top: 40px;
  display: grid;
  gap: 33px;
}
@media screen and (min-width: 768px) {
  .menu-sections {
    align-items: start;
    display: grid;
    gap: 45px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}

.menu-section {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.menu-section h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  color: #ab2328;
  margin: 0;
  text-transform: uppercase;
}
.menu-section .subheadline {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
.menu-section .menu-item {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 18px;
}
.menu-section .menu-item--no-title + .menu-item--no-title {
  margin-top: 0;
}
.menu-section .menu-item--no-title + .menu-item--no-title:before {
  content: "—";
  display: block;
}
.menu-section .menu-item--no-title + .menu-item--no-title .menu-item-list {
  margin-top: 0;
}
.menu-section .title,
.menu-section .price {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Bold";
  font-style: normal;
  font-weight: 700;
}
.menu-section .price {
  margin-left: 4px;
}
.menu-section .description {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.menu-course-navigation-menu-container {
  width: 16%;
  float: left;
}
@media screen and (max-width: 960px) {
  .menu-course-navigation-menu-container {
    width: 100%;
    float: none;
  }
}
.menu-course-navigation-menu-container ul {
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .menu-course-navigation-menu-container ul {
    margin: 0 0 40px;
    border-bottom: 1px solid #231f20;
  }
  .menu-course-navigation-menu-container ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
.menu-course-navigation-menu-container li {
  border-bottom: 1px solid #231f20;
}
@media screen and (max-width: 960px) {
  .menu-course-navigation-menu-container li {
    border: 0;
    float: left;
    margin-right: 5%;
    text-align: left;
  }
  .menu-course-navigation-menu-container li:last-of-type {
    margin-right: 0;
  }
}
.menu-course-navigation-menu-container li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .menu-course-navigation-menu-container li span {
    display: none;
  }
}
.menu-course-navigation-menu-container a:link,
.menu-course-navigation-menu-container a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  font-weight: normal;
  text-decoration: none;
  color: #6d6e70;
  letter-spacing: 1px;
  line-height: 1.333;
  padding: 11px 0;
}
@media screen and (max-width: 960px) {
  .menu-course-navigation-menu-container a:link,
.menu-course-navigation-menu-container a:visited {
    padding: 5px 0;
  }
}
.menu-course-navigation-menu-container a:hover {
  color: #231f20;
}

.menu-column {
  display: grid;
  gap: 33px;
}
.menu-column strong,
.menu-column b,
.menu-column h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu-column h2 {
  margin-top: 40px;
}
.menu-column h2:first-of-type {
  margin-top: 16px;
}

.menu-item-list {
  list-style: none;
  margin: 9px 0 0;
  padding: 0;
}
.menu-item-list .title,
.menu-item-list .price {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
}
.menu-item-list li {
  padding-top: 4px;
}

.menu-note {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0em;
  margin-top: 30px;
}

.menu-content {
  border: 1px solid black;
  margin-bottom: 27px;
  padding: 25px 25px 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-content {
    padding: 40px 40px 25px;
  }
}
.menu-content .hentry {
  float: none;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.surcharge-copy {
  clear: both;
  width: 100%;
}

.menu-page h1,
.menu-page .entry-content,
.menu-page .entry-content p {
  margin: 0;
}

.press__item h2 {
  margin-bottom: 5px;
  color: black;
}
.press__item:hover h2 {
  color: #ab2328;
}
.press__item a + p {
  margin-top: 0;
}

.press__item + .press__item {
  margin-top: 30px;
}

.sidebar {
  border-top: 1px solid black;
}
@media screen and (min-width: 768px) {
  .sidebar {
    border-top: 0;
  }
}
.sidebar a:hover strong {
  color: currentColor;
}

.page-id-234 .menu_right_column p, .parent-pageid-234 .menu_right_column p {
  margin-bottom: 12px;
}
.page-id-234 .menu_right_column strong, .parent-pageid-234 .menu_right_column strong {
  letter-spacing: 0;
}
.page-id-234 .surcharge-copy, .parent-pageid-234 .surcharge-copy {
  display: none;
}

.page-id-19 .hentry {
  max-width: 100%;
}
.page-id-19 p {
  width: 25%;
  float: left;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .page-id-19 p {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page-id-19 p {
    width: 100%;
    float: none;
  }
}
.page-id-19 p a:first-of-type {
  min-height: 130px;
  display: block;
}
.page-id-19 p a {
  color: #ab2328;
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham-Book";
  font-style: normal;
  font-weight: 400;
}

.page-template-page-two-column-php .hentry {
  max-width: 100%;
}
.page-template-page-two-column-php .entry-content {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media screen and (max-width: 600px) {
  .page-template-page-two-column-php .entry-content {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

/*# sourceMappingURL=style.css.map */
