/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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;
  /* 1 */
  font: inherit
  /* 2 */ }

.clearfix:after, .container:after, #header #menu:after, #sidebar:after, #sidebar .null-instagram-feed:after, #sidebar .null-instagram-feed ul:after, #nav-below:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  display: none; }

body {
  background: #FAFAFA;
  color: #000000;
  font-family: "Brandon", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0; }
  body.fixed #wrapper {
    padding-top: 120px; }

#wrapper {
  background: #FFFFFF; }

#container {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto; }

.container {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto; }

@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_thin-webfont.woff2") format("woff2"), url("../fonts/brandon_thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_light-webfont.woff2") format("woff2"), url("../fonts/brandon_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_reg-webfont.woff2") format("woff2"), url("../fonts/brandon_reg-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_thin_it-webfont.woff2") format("woff2"), url("../fonts/brandon_thin_it-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_light_it-webfont.woff2") format("woff2"), url("../fonts/brandon_light_it-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_reg_it-webfont.woff2") format("woff2"), url("../fonts/brandon_reg_it-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_med_it-webfont.woff2") format("woff2"), url("../fonts/brandon_med_it-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_bld_it-webfont.woff2") format("woff2"), url("../fonts/brandon_bld_it-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Brandon';
  src: url("../fonts/brandon_blk_it-webfont.woff2") format("woff2"), url("../fonts/brandon_blk_it-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
h1, h2, h3, h4, h5 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase; }

a {
  color: #f26122;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
  a:hover, a:focus {
    color: #000000; }

cite {
  font-style: normal; }

#header {
  background: #FFFFFF;
  padding: 40px 0; }
  @media (min-width: 768px) {
    #header {
      text-align: center; } }
  #header #branding {
    -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
    @media (max-width: 767px) {
      #header #branding {
        float: left; } }
    #header #branding img {
      display: block;
      max-width: 600px;
      height: auto;
      margin: 0 auto;
      -webkit-transition: all 0.2s ease-out;
              transition: all 0.2s ease-out; }
  #header #site-title h1 {
    margin: 0; }
  #header #site-title a {
    display: block; }
  @media (max-width: 767px) {
    #header #site-title img {
      max-width: 150px;
      height: auto; } }
  #header #menu {
    -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
    #header #menu .menu-menu-1-container {
      background: #FFFFFF;
      clear: both;
      display: none; }
      @media (min-width: 768px) {
        #header #menu .menu-menu-1-container {
          clear: none;
          display: block; } }
    #header #menu .menu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        #header #menu .menu {
          float: left; } }
      #header #menu .menu li {
        display: block;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 0.875em;
        letter-spacing: 2px; }
        @media (min-width: 768px) {
          #header #menu .menu li {
            display: inline-block; } }
        #header #menu .menu li a {
          display: block;
          padding: 20px; }
          @media (min-width: 768px) {
            #header #menu .menu li a {
              display: inline-block; } }
    #header #menu .mobile-menu {
      display: block;
      width: 30px;
      float: right;
      margin: 15px 0; }
      @media (min-width: 768px) {
        #header #menu .mobile-menu {
          display: none; } }
      #header #menu .mobile-menu span {
        display: block;
        width: 100%;
        height: 3px;
        background: #f26122;
        margin: 0 0 6px;
        -webkit-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out; }
      #header #menu .mobile-menu:hover, #header #menu .mobile-menu:focus {
        outline: none; }
        #header #menu .mobile-menu:hover span, #header #menu .mobile-menu:focus span {
          background: #000000; }
  @media (min-width: 768px) {
    #header.condensed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.25);
      padding: 20px 0; }
      #header.condensed #branding {
        float: left; }
      #header.condensed #site-title img {
        max-width: 150px;
        height: auto; }
      #header.condensed #menu {
        float: right; }
        #header.condensed #menu .menu {
          float: left; } }

#footer {
  background: #FAFAFA;
  margin: 0;
  padding: 50px 0;
  font-size: 0.875em; }
  #footer #copyright {
    margin: 10px 0;
    color: #f26122; }
    @media (min-width: 768px) {
      #footer #copyright {
        float: left; } }
  #footer .social {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    font-size: 20px; }
    @media (min-width: 768px) {
      #footer .social {
        float: right; } }
    #footer .social li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #footer .social li a {
        display: inline-block;
        margin: 0 10px 0 0; }
        @media (min-width: 768px) {
          #footer .social li a {
            margin: 0 0 0 10px; } }

#sidebar {
  padding: 50px 0; }
  #sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #sidebar li {
    margin: 0;
    padding: 0; }
  #sidebar .widget-container {
    box-sizing: border-box; }
    @media (min-width: 768px) {
      #sidebar .widget-container {
        float: left;
        width: 50%;
        padding: 0 0 20px 0; } }
    #sidebar .widget-container:nth-child(odd) {
      padding: 0 20px 20px 0; }
  #sidebar .null-instagram-feed li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 10px 10px 0;
    box-sizing: border-box; }
    #sidebar .null-instagram-feed li a {
      display: block; }
    #sidebar .null-instagram-feed li img {
      display: block;
      max-width: 100%;
      height: auto; }

.entry-meta,
.entry-footer {
  font-size: 0.875em; }

.entry-footer {
  margin: 0 0 30px; }

.entry-content {
  margin: 30px 0; }

#comments {
  border-top: 1px solid #000000; }
  #comments .comments > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #comments .comments .comment .avatar {
    display: none; }

.comment-meta {
  font-size: 0.875em; }

#commentform textarea {
  display: block;
  width: 100%;
  resize: none; }

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=search],
textarea {
  display: block;
  border: 1px solid #FAFAFA;
  background: #FAFAFA;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%; }
  input[type=text]:hover, input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=date]:hover,
  input[type=date]:focus,
  input[type=search]:hover,
  input[type=search]:focus,
  textarea:hover,
  textarea:focus {
    outline: none; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=date]:focus,
  input[type=search]:focus,
  textarea:focus {
    background: #FFFFFF; }

input[type=submit] {
  border: 1px solid #000000;
  background: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  padding: 10px 15px;
  font-size: 0.875em;
  vertical-align: top; }
  input[type=submit]:hover, input[type=submit]:focus {
    border-color: #f26122;
    background: #f26122;
    cursor: pointer; }

label {
  font-weight: 600; }

.tribe-theme-leakestcafeteria .entry-title {
  display: none; }

.single-tribe_events .tribe-events-single .tribe-events-schedule {
  background: transparent;
  border: 0;
  margin: 0 0 30px; }
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  font-size: 16px;
  background: #FAFAFA;
  border: 0; }
  .single-tribe_events .tribe-events-single .tribe-events-event-meta dt {
    font-weight: 600; }
  .single-tribe_events .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 20px;
    font-weight: 600; }
.single-tribe_events .tribe-events-single .tribe-events-single-event-title {
  float: left; }
.single-tribe_events .tribe-events-single .tribe-events-schedule {
  clear: both; }
  .single-tribe_events .tribe-events-single .tribe-events-schedule h2 {
    font-weight: 600;
    margin: 0; }
  .single-tribe_events .tribe-events-single .tribe-events-schedule h2,
  .single-tribe_events .tribe-events-single .tribe-events-schedule .tribe-events-divider,
  .single-tribe_events .tribe-events-single .tribe-events-schedule .tribe-events-cost {
    display: inline-block;
    font-size: 1.5em;
    line-height: 35px;
    vertical-align: top; }

#tribe-bar-collapse-toggle {
  background: #FAFAFA; }

#tribe-bar-form {
  background: #FAFAFA;
  border: 1px solid #FAFAFA; }
  #tribe-bar-form input[type=text] {
    border-bottom: 0;
    font-style: normal;
    background: #FFFFFF;
    padding: 10px;
    font-weight: 400; }
    #tribe-bar-form input[type=text]:focus {
      outline: 0; }
  #tribe-bar-form .tribe-bar-submit {
    padding-top: 33px; }
    #tribe-bar-form .tribe-bar-submit input[type=submit] {
      font-weight: 400;
      letter-spacing: 2px;
      background: #000000;
      -webkit-transition: all 0.2s ease-out;
              transition: all 0.2s ease-out; }
      #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
        background: #f26122; }

#tribe-bar-views .tribe-bar-views-inner {
  padding-bottom: 57px;
  background: #FFFFFF; }
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
  #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:focus {
    background: #FAFAFA; }
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background: #FAFAFA; }

#tribe-events-header,
#tribe-events-footer {
  display: none; }

.tribe-events-notices {
  background: #FFFFFF;
  color: #f26122;
  border-radius: 0;
  border: 1px solid #f26122;
  text-shadow: none; }

#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #FAFAFA; }
  @media (max-width: 767px) {
    #tribe-events-content table.tribe-events-calendar {
      margin-bottom: 30px; } }
  #tribe-events-content table.tribe-events-calendar th {
    color: #000000;
    background: #FAFAFA; }
  #tribe-events-content table.tribe-events-calendar td {
    color: #000000;
    border: 1px solid #FAFAFA; }
  #tribe-events-content table.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-family: "Brandon", Helvetica, Arial, sans-serif; }
  #tribe-events-content table.tribe-events-calendar div[id*=tribe-events-daynum-],
  #tribe-events-content table.tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background: #FFFFFF; }
  #tribe-events-content table.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
  #tribe-events-content table.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    color: #f26122; }

#tribe-events .tribe-events-button,
.tribe-events-button {
  background: #000000;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 0; }
  #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:focus,
  .tribe-events-button:hover,
  .tribe-events-button:focus {
    background: #f26122;
    color: #FFFFFF; }

.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active.tribe-events-past div[id*=tribe-events-daynum-] > a {
  color: #999; }

.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after,
.tribe-events-calendar td.mobile-active {
  color: #000000; }

.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar .tribe-events-past.tribe-events-has-events:after,
.tribe-events-calendar td.mobile-active,
.tribe-events-calendar .tribe-events-present,
.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar td.tribe-events-present.mobile-active {
  background: #FFFFFF; }

.page #comments {
  display: none; }

.blog .post.has-post-thumbnail {
  padding-left: 120px;
  position: relative; }
  @media (max-width: 767px) {
    .blog .post.has-post-thumbnail {
      padding-left: 0; } }
.blog .attachment-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto; }
  @media (max-width: 767px) {
    .blog .attachment-post-thumbnail {
      display: none; } }

.single .attachment-post-thumbnail {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  height: auto; }
  @media (max-width: 767px) {
    .single .attachment-post-thumbnail {
      float: none;
      margin: 0 0 20px;
      max-width: 100%; } }
.single .entry-links {
  clear: both; }

#nav-below {
  padding: 50px 0 0; }
  #nav-below .nav-previous {
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box; }
  #nav-below .nav-next {
    float: left;
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: right; }
  #nav-below a {
    display: block; }
