/*!
Theme Name: Stag
Theme URI: http://underscores.me/
Author: The 861 Groupe
Author URI: http://the861groupe.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stag
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Stag is based on Underscores http://underscores.me/, (C) 2012-2015 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 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
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*
 *
 * Sans-serifs
 *
 */

 @font-face {
    font-family: 'burfordbase';
    src: url('../fonts/burford_base-webfont.woff2') format('woff2'), url('../fonts/burford_base-webfont.woff') format('woff'), url('../fonts/burford_base-webfont.ttf') format('ttf'), url('../fonts/burford_base-webfont.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'burfordinline';
    src: url('../fonts/burford_inline-webfont.woff2') format('woff2'), url('../fonts/burford_inline-webfont.woff') format('woff'), url('../fonts/burford_inline-webfont.ttf') format('ttf'), url('../fonts/burford_inline-webfont.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'majesti_bannerheavy';
  src: url("../fonts/majesti-banner-heavy-webfont.eot");
  src: url("../fonts/majesti-banner-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/majesti-banner-heavy-webfont.woff2") format("woff2"), url("../fonts/majesti-banner-heavy-webfont.woff") format("woff"), url("../fonts/majesti-banner-heavy-webfont.ttf") format("truetype"), url("../fonts/majesti-banner-heavy-webfont.svg#majesti_bannerheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'signikaregular';
  src: url("../fonts/signika-regular-webfont.eot");
  src: url("../fonts/signika-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-regular-webfont.woff2") format("woff2"), url("../fonts/signika-regular-webfont.woff") format("woff"), url("../fonts/signika-regular-webfont.ttf") format("truetype"), url("../fonts/signika-regular-webfont.svg#signikaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Brandon Printed */
/*
 *
 * Serifs
 *
 */
/*
 *
 * Script
 *
 */
@font-face {
  font-family: 'maulinaregular';
  src: url("../fonts/maulina-webfont.eot");
  src: url("../fonts/maulina-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/maulina-webfont.woff2") format("woff2"), url("../fonts/maulina-webfont.woff") format("woff"), url("fonts/maulina-webfont.ttf") format("truetype"), url("../fonts/maulina-webfont.svg#maulinaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 *
 * Icon Font
 *
 */
@font-face {
  font-family: "stag";
  src: url("../fonts/stag.eot");
  src: url("../fonts/stag.eot?#iefix") format("embedded-opentype"), url("../fonts/stag.woff") format("woff"), url("../fonts/stag.ttf") format("truetype"), url("../fonts/stag.svg#stag") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "stag" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="stag-icon-"]:before,
[class*=" stag-icon-"]:before {
  font-family: "stag" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stag-icon-envelope:before {
  content: "\61";
}

.stag-icon-dots:before {
  content: "\62";
}

.stag-icon-direction:before {
  content: "\63";
}

/*
 *
 * Typography Variables
 *
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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 40px;
}

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 {
  color: #404040;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  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;
  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, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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
--------------------------------------------------------------*/
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;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-nav__wrapper {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 11;
}

#site-navigation ul {
  list-style: none;
  margin: 120px 0 0;
  padding-left: 0;
  text-align: center;
}

#site-navigation ul li:hover > ul,
#site-navigation ul li.focus > ul {
  left: auto;
}

#site-navigation li {
  opacity: 0;
  position: relative;
}

#site-navigation a {
  display: block;
  padding: 8px 11px;
  color: #A78E63;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all, 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all, 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#site-navigation a:hover {
  color: #b21f2c;
}

#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a {
  color: #b21f2c;
}

.burger-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: auto;
  outline: none;
  position: absolute;
  top: 32px;
  right: 41px;
  width: 38px;
  z-index: 20;
}

@media (max-width: 560px) {
  .burger-icon {
    top: 20px;
    right: 20px;
  }
}

.burger-icon span {
  background-color: #A78E63;
  display: block;
  height: 4px;
  width: 38px;
  margin-top: 4px;
  opacity: .7;
  position: absolute;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.burger-icon:hover span {
  opacity: 1 !important;
}

.burger-bun-top {
  top: 0;
  -webkit-transform-origin: 10px 2px;
          transform-origin: 10px 2px;
}

.burger-middle {
  top: 11px;
}

.burger-bun-bottom {
  bottom: 0;
  -webkit-transform-origin: 10px 2px;
          transform-origin: 10px 2px;
}

.open-burger .burger-bun-top {
  -webkit-animation: burger-top-open 0.3s linear normal;
          animation: burger-top-open 0.3s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.open-burger .burger-middle {
  -webkit-animation: burger-middle-open 0.3s linear normal;
          animation: burger-middle-open 0.3s linear normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.open-burger .burger-bun-bottom {
  -webkit-animation: burger-bottom-open 0.3s linear normal;
          animation: burger-bottom-open 0.3s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burger-top-open {
  0% {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  30% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes burger-top-open {
  0% {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  30% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes burger-middle-open {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes burger-middle-open {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

@-webkit-keyframes burger-bottom-open {
  0% {
    bottom: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  30% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes burger-bottom-open {
  0% {
    bottom: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  30% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.closed-burger span {
  opacity: 1;
}

.closed-burger .burger-bun-top {
  -webkit-animation: burger-top-close 0.3s linear normal;
          animation: burger-top-close 0.3s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.closed-burger .burger-middle {
  -webkit-animation: burger-middle-close 0.3s linear normal;
          animation: burger-middle-close 0.3s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.closed-burger .burger-bun-bottom {
  -webkit-animation: burger-bottom-close 0.3s linear normal;
          animation: burger-bottom-close 0.3s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    top: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes burger-middle-close {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes burger-middle-close {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes burger-bottom-close {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes burger-bottom-close {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    bottom: 17px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*
 *
 * Site Pages
 *
 */
/* Global */
/**----------------------------------
 *
 *	Global styles for the site
 *
 **--------------------------------*/
::-moz-selection {
  background: #b21f2c;
  color: #FAFAFA;
}

::selection {
  background: #b21f2c;
  color: #FAFAFA;
}

html,
body {
  background: black;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  position: relative;
}

body * {
  -webkit-font-smoothing: antialiased;
}

.image--left {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.image--center {
  display: block;
  margin: 30px auto;
}

.decorative-title {
  text-align: center;
}

.decorative-title h4 {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #b21f2c;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .decorative-title h4 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .decorative-title h4 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.4;
  }
}

.decorative-title h4::before, .decorative-title h4::after {
  display: block;
  position: relative;
}

.decorative-title h4::before {
  content: url("images/global/decoration__top--red.svg");
  top: 15px;
}

@media (max-width: 640px) {
  .decorative-title h4::before {
    top: 22px;
  }
}

@media (max-width: 480px) {
  .decorative-title h4::before {
    top: 28px;
  }
}

.decorative-title h4::after {
  content: url("images/global/decoration__bottom--red.svg");
  bottom: 50px;
}

.decorative-title h4 span {
  padding-left: 30px;
  padding-right: 30px;
}

/*
 * Shortcode
 */
.color--red {
  color: #b21f2c;
}

/**----------------------------------
 *	Set styles for containers/rows
 **--------------------------------*/
.container {
  content: "";
  display: table;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1400px;
  width: 100%;
}

.row {
  content: "";
  display: table;
  display: block;
}

/*
 *
 * Header
 *
 */
.site-header {
  min-height: 120px;
}

@media (max-width: 560px) {
  .site-header {
    min-height: 150px;
  }
}

.site-branding {
  position: absolute;
  top: 22px;
  left: 28px;
  z-index: 20;
}

@media (max-width: 560px) {
  .site-branding {
    top: 12px;
    left: 20px;
  }
}

@media (max-width: 480px) {
  .site-branding {
    left: 10px;
  }
}

.site-title {
  margin: 0;
}

.site-title a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  height: 106px;
  width: 105px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-title a:hover {
  -webkit-animation: logoPulse 0.5s linear 1;
          animation: logoPulse 0.5s linear 1;
}

@media (max-width: 560px) {
  .site-title a {
    height: 65px;
    width: 65px;
  }
}

@-webkit-keyframes logoPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.center-zone {
  position: relative;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  text-align: center;
}

@media (max-width: 920px) {
  .center-zone {
    top: 21px;
  }
}

.center-zone p {
  margin: 0;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 20.8px;
  font-size: 1.3rem;
}

@media (max-width: 920px) {
  .center-zone p span {
    display: block;
  }
}

.center-zone p span.red {
  color: #b21f2c;
}

@media (max-width: 920px) {
  .center-zone p span.red {
    display: none;
  }
}

@media (max-width: 920px) {
  .center-zone p span.red-dash {
    display: inline;
  }
}

.center-zone sup {
  position: relative;
  top: -3px;
}

@media (max-width: 560px) {
  .center-zone .sm-remove {
    display: none;
  }
}

.header-line {
  background-color: rgba(167, 142, 99, 0.5);
  display: block;
  height: 2px;
  position: absolute;
  top: 49px;
  -webkit-transition: width 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 920px) {
  .header-line {
    display: none;
  }
}

.header-line__left {
  left: 157px;
}

.header-line__right {
  right: 103px;
}

/*
 * Side Nav 
 *
 */
.side-social {
  position: absolute;
  top: 80px;
  right: 25px;
  z-index: 10;
}

@media (max-width: 768px) {
  .side-social {
    display: none;
  }
}

.side-social a {
  display: block;
  line-height: 1;
}

/*
 * Side Nav 
 *
 */
.side-nav {
  overflow: hidden;
  position: absolute;
  top: 250px;
  right: -10px;
  z-index: 10;
}

@media (max-width: 768px) {
  .side-nav {
    top: 100px;
  }
}

@media (max-width: 560px) {
  .side-nav {
    top: 75px;
  }
}

.side-nav a {
  background: url("../images/side-nav__bg.svg") center no-repeat;
  display: block;
  height: 50px;
  width: 297px;
  margin-bottom: 12px;
  padding: 9px 20px 9px 23px;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 33.6px;
  font-size: 2.1rem;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none;
}

.side-nav a img {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 10px;
  vertical-align: middle;
}

.side-nav .side-nav__specials {
  letter-spacing: -2px;
}

.side-nav__menu-button {
  right: -100px;
  -webkit-transition: right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: right 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.side-nav__menu-button:hover {
  right: 0 !important;
}

.side-nav__menu-button span {
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 30.4px;
  font-size: 1.9rem;
  letter-spacing: 0.13em;
}

.side-nav__menu-item {
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.side-nav__menu-item:hover {
  color: #162349;
}

.side-nav__kitchen span {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 0.8;
}

/*
 *
 * Newsletter Sign-up
 *
 */
.newsletter__signup {
  background: url("images/global/newsletter-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 30px 0;
  /* Form */
}

.newsletter__signup .newsletter__column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.newsletter__signup .newsletter__column:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .newsletter__signup .newsletter__column {
    width: 100%;
    margin-right: 0;
  }
}

.newsletter__signup .newsletter__text {
  padding-top: 20px;
  text-align: center;
}

@media (max-width: 560px) {
  .newsletter__signup .newsletter__text {
    margin-bottom: 30px;
  }
}

.newsletter__signup .newsletter__text h3 {
  margin: 0;
  padding: 0;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  font-size: 5rem;
  letter-spacing: -0.08em;
  line-height: 0.7;
}

@media (max-width: 480px) {
  .newsletter__signup .newsletter__text h3 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.newsletter__signup .newsletter__text p {
  margin: 0;
  color: #A78E63;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.newsletter__signup .newsletter__form {
  padding-bottom: 20px;
}

.newsletter__signup .gform_wrapper {
  margin: 0;
}

.newsletter__signup .gform_wrapper form {
  text-align: center;
}

.newsletter__signup .gform_body {
  display: inline-block;
  margin-right: 42px;
  width: 58%;
}

@media (max-width: 560px) {
  .newsletter__signup .gform_body {
    width: 100%;
  }
}

.newsletter__signup .ginput_container {
  position: relative;
}

.newsletter__signup .gfield_label {
  display: none !important;
}

.newsletter__signup #input_1_1 {
  background-color: #b21f2c;
  border: 2px solid #e2d6c3;
  border-radius: 0;
  box-shadow: 0 0 0 10px #b21f2c;
  display: inline-block;
  padding: 22px 20px;
  width: 100%;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  -webkit-transition: border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.newsletter__signup #input_1_1:focus {
  border-color: #162349;
  outline: none;
}

@media (max-width: 640px) {
  .newsletter__signup #input_1_1 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media (max-width: 560px) {
  .newsletter__signup #input_1_1 {
    text-align: center;
  }
}

::-webkit-input-placeholder {
  position: relative;
  top: 3px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 640px) {
  ::-webkit-input-placeholder {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media (max-width: 560px) {
  ::-webkit-input-placeholder {
    text-align: center;
  }
}

:-moz-placeholder {
  position: relative;
  top: 3px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 640px) {
  :-moz-placeholder {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media (max-width: 560px) {
  :-moz-placeholder {
    text-align: center;
  }
}

::-moz-placeholder {
  position: relative;
  top: 3px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 640px) {
  ::-moz-placeholder {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media (max-width: 560px) {
  ::-moz-placeholder {
    text-align: center;
  }
}

:-ms-input-placeholder {
  position: relative;
  top: 3px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 640px) {
  :-ms-input-placeholder {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

@media (max-width: 560px) {
  :-ms-input-placeholder {
    text-align: center;
  }
}

.newsletter__signup .gform_footer {
  display: inline-block;
}

.newsletter__signup .gform_footer input[type="submit"] {
  background-color: transparent;
  border: 2px solid white;
  display: inline-block;
  padding: 20px 30px;
  color: white;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px !important;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter__signup .gform_footer input[type="submit"]:hover {
  background-color: white;
  color: #162349;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.newsletter__signup .gform_confirmation_message {
  margin-top: 20px;
  color: #F8E9EA;
  font-family: BrandonPrinted-One;
  font-weight: normal;
  font-style: normal;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.newsletter__signup .gform_wrapper div.validation_error {
  color: #F8E9EA;
}

.newsletter__signup .gform_wrapper .gfield_description.validation_message,
.newsletter__signup .gform_wrapper .top_label .gfield_description.validation_message {
  padding: 10px 20px !important;
}

#content {
  box-shadow: inset 0px -56px 48px -27px black;
}

/*
 *
 * Footer
 *
 */
.site-footer {
  background: black;
  padding: 60px 0;
}

.site-footer .footer__logo {
  max-height: 248px;
  max-width: 357px;
}

.site-footer .footer__widget:first-of-type {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  text-align: center;
}

.site-footer .footer__widget:first-of-type:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .site-footer .footer__widget:first-of-type {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .site-footer .footer__widget:first-of-type:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .site-footer .footer__widget:first-of-type {
    width: 100%;
    margin-right: 0;
  }
}

.site-footer .footer__widget:first-of-type .footer__social--icons {
  margin-top: 30px;
}

.site-footer .footer__widget:last-of-type {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
  padding-top: 4.5%;
  text-align: left;
}

.site-footer .footer__widget:last-of-type:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .site-footer .footer__widget:last-of-type {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .site-footer .footer__widget:last-of-type:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .site-footer .footer__widget:last-of-type {
    width: 100%;
    text-align: center;
  }
}

.site-footer .footer__widget:last-of-type a {
  display: block;
  margin-bottom: 20px;
  color: #DFD6C4;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
}

.site-footer .footer__widget:last-of-type a:last-of-type {
  margin-bottom: 0;
}

.site-footer .footer__widget:last-of-type a:last-of-type i {
  font-size: 43.2px;
  font-size: 2.7rem;
}

@media (max-width: 1024px) {
  .site-footer .footer__widget:last-of-type a:last-of-type i {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
}

@media (max-width: 1024px) {
  .site-footer .footer__widget:last-of-type a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.site-footer .footer__widget:last-of-type a i {
  margin-right: 20px;
  position: relative;
  top: 15px;
  color: #A78E63;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 1024px) {
  .site-footer .footer__widget:last-of-type a i {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* Home */
/*
 *
 * Home Page
 *
 */
/*
 *
 * Home Main
 *
 */
.page-template-template-home {
  position: relative;
  background-color: transparent;
}

.page-template-template-home::before {
  content: ' ';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  background: url("images/home/home-bg.jpg") no-repeat top center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

.page-template-template-home .content {
  text-align: center;
}

.home__intro {
  padding: 5% 0 150px;
  position: relative;
  text-align: center;
}

@media (max-width: 640px) {
  .home__intro {
    padding: 5% 0 50px;
  }
}

.home__intro .intro__badge {
  display: block;
  height: 258px;
  width: 258px;
  position: absolute;
  bottom: -129px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .home__intro .intro__badge {
    height: 160px;
    width: 160px;
    bottom: -80px;
  }
}

@media (max-width: 640px) {
  .home__intro .intro__badge {
    display: none;
  }
}

.home__logo {
  display: block;
  margin: auto auto 40px;
}

/*
 *
 * Home Featured Items
 *
 */
.home__featured {
  clear: left;
  overflow: hidden;
  /* Text Block */
  /* Image Blocks */
}

.home__featured .featured-kitchen__column,
.home__featured .featured-bar__column {
  display: block;
  float: left;
  min-height: 1px;
}

@media (max-width: 640px) {
  .home__featured .featured-kitchen__column,
  .home__featured .featured-bar__column {
    float: none;
  }
}

.home__featured .kitchen__intro,
.home__featured .bar__intro {
  background-size: cover;
  padding: 5%;
  width: 40%;
}

@media (max-width: 640px) {
  .home__featured .kitchen__intro,
  .home__featured .bar__intro {
    width: 100%;
  }
}

.home__featured .kitchen__intro h3,
.home__featured .bar__intro h3 {
  margin: 0;
  color: white;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 59.2px;
  font-size: 3.7rem;
  line-height: 1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

.home__featured .kitchen__intro p,
.home__featured .bar__intro p {
  color: #E2D1CA;
  font-family: 'signikaregular';
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
}

.home__featured .kitchen__intro a,
.home__featured .bar__intro a {
  background-color: transparent;
  border: 2px solid #F8E9EA;
  display: inline-block;
  padding: 20px 30px;
  color: white;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.home__featured .kitchen__intro a:hover,
.home__featured .bar__intro a:hover {
  background-color: #F8E9EA;
}

.home__featured .featured-food,
.home__featured .featured-cocktail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 30%;
}

@media (max-width: 640px) {
  .home__featured .featured-food,
  .home__featured .featured-cocktail {
    display: none;
  }
}

.home__featured .featured-food::after,
.home__featured .featured-cocktail::after {
  background: -webkit-radial-gradient(center ellipse, transparent 30%, rgba(0, 0, 0, 0.95) 100%);
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.95) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.home__featured .featured-food h5,
.home__featured .featured-cocktail h5 {
  position: absolute;
  bottom: 16px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: #7C766B;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: -1px;
  line-height: 1;
  z-index: 10;
}

/*
 *
 * Home Featured Food
 *
 */
.home__kitchen {
  /* Text Block */
}

.home__kitchen .kitchen__intro {
  background: url("images/home/brown-deer.jpg") right bottom no-repeat;
  background-size: cover;
}

.home__kitchen .kitchen__intro a:hover {
  color: #A78E63;
}

/*
 *
 * Home Featured Drinks
 *
 */
.home__bar .bar__intro {
  background: url("images/home/red-block.jpg") center no-repeat;
  background-size: cover;
}

.home__bar .bar__intro a:hover {
  color: #b21f2c;
}

/*
 *
 * Home Instagram
 *
 */
.home__instagram {
  background-color: black;
  padding-bottom: 20px;
}

.home__instagram .instagram__intro {
  background: url("images/home/instagram__header-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
}

.home__instagram .instagram__intro a {
  background: url("images/global/banner-bg--red.svg") center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  padding: 18px 63px;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100px;
  font-size: 6.25rem;
  letter-spacing: -0.1em;
  line-height: 0.6;
  text-decoration: none;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.home__instagram .instagram__intro a:hover {
  color: #A78E63;
}

@media (max-width: 920px) {
  .home__instagram .instagram__intro a {
    padding: 18px 32px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 560px) {
  .home__instagram .instagram__intro a {
    padding: 18px 32px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 480px) {
  .home__instagram .instagram__intro a {
    padding: 18px 20px;
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

.home__instagram .instagram__intro a span.gold {
  color: #A78E63;
}

.home__instagram .instagram__intro a span {
  font-size: 145px;
  font-size: 9.0625rem;
}

@media (max-width: 920px) {
  .home__instagram .instagram__intro a span {
    font-size: 87px;
    font-size: 5.4375rem;
  }
}

@media (max-width: 480px) {
  .home__instagram .instagram__intro a span {
    font-size: 52.2px;
    font-size: 3.2625rem;
  }
}

/*
 *
 * Home History Intro
 *
 */
.home__history-intro {
  background: url("images/home/home-wood.jpg") center no-repeat;
  background-size: cover;
  box-shadow: inset 0px 10px 18px -7px rgba(0, 0, 0, 0.8);
  padding: 6% 0;
  text-align: center;
}

.home__history-intro img {
  display: block;
  margin: auto;
}

.home__history-intro .history__ornament {
  height: 40px;
  width: 554px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.home__history-intro p {
  margin-bottom: 60px;
  color: #E5E5E5;
  font-family: 'majesti_bannerheavy';
  font-weight: 700;
  text-transform: uppercase;
}

.home__history-intro p span {
  display: block;
  font-size: 27.2px;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 1;
}

.home__history-intro p span:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #DFD6C4;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: -5px;
}

/*
 *
 * Home History
 *
 */
.home__history {
  background: url("../images/history-bg.jpg") center no-repeat;
  background-size: cover;
  box-shadow: inset 0px -56px 48px -27px black;
  padding: 5% 0 10%;
  text-align: center;
}

.home__history .container {
  padding: 0 43px;
}

@media (max-width: 640px) {
  .home__history .container {
    padding: 0 30px;
  }
}

.home__history h3 {
  margin-top: 20px;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.9;
}

.home__history h3 span {
  color: #C42230;
}

@media (max-width: 640px) {
  .home__history h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.home__history .history__info {
  overflow: hidden;
  outline: 3px solid #A78E63;
  outline-offset: 20px;
}

@media (max-width: 640px) {
  .home__history .history__info {
    outline-offset: 10px;
  }
}

.home__history .history__info div {
  float: left;
  width: 50%;
  position: relative;
}

@media (max-width: 640px) {
  .home__history .history__info div {
    float: none;
    width: 100%;
  }
}

.home__history .history__info--image {
  background: url("images/home/history-photo.jpg") center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 1px;
}

.home__history .history__info--text {
  background: url("images/home/history-leather.jpg") top center no-repeat;
  background-size: cover;
  padding: 8.3%;
  position: relative;
}

.home__history .history__info--text .info--text__text {
  z-index: 1;
}

.home__history .history__info--text p {
  margin-bottom: 60px;
  color: #191919;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: left;
}

.home__history .history__info--text a {
  background-color: #191919;
  border: 2px solid #191919;
  padding: 16px 25px;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.home__history .history__info--text a:hover {
  background-color: transparent;
}

/* History */
/*
 *
 * History Page
 *
 */
.page-template-template-history {
  background: black url("../images/history-bg.jpg") top center no-repeat;
  background-size: 100% auto;
}

.history__intro {
  padding-top: 10%;
  text-align: center;
}

.history__intro img {
  display: block;
  margin: auto auto 30px;
}

.history__intro p {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #FAFAFA;
  font-family: 'majesti_bannerheavy';
  font-weight: 700;
  text-transform: uppercase;
}

.history__intro p span {
  display: block;
  font-size: 27.2px;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 1;
}

.history__intro p span:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 3px;
  color: #A78E63;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: -5px;
}

.history__body {
  padding-bottom: 100px;
}

.history__body p {
  margin-top: 0;
  color: #A78E63;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.9;
}

@media (max-width: 640px) {
  .history__body p {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

.history__body img {
  border: 2px solid #C1B8A8;
}

.history__body h3 {
  margin: 20px auto 0;
  max-width: 1200px;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 0.85;
  text-align: center;
}

.history__body h3 span {
  color: #C42230;
}

@media (max-width: 640px) {
  .history__body h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}

/* About */
/*
 *
 * About Page
 *
 */
.page-template-template-about {
  background: black url("../images/history-bg.jpg") top center no-repeat;
  background-size: 100% auto;
}

.about__intro {
  padding: 5% 0;
}

.about__main {
  padding-bottom: 10%;
}

.about__main .container {
  max-width: 1200px;
}

.about__main p {
  color: #A78E63;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .about__main p {
    font-size: 21.6px;
    font-size: 1.35rem;
  }
}

@media (max-width: 480px) {
  .about__main p {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

.about__tagline {
  margin-bottom: 60px;
  max-width: 1300px;
  text-align: center;
}

.about__tagline h3 {
  margin: 0;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 0.85;
}

@media (max-width: 768px) {
  .about__tagline h3 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {
  .about__tagline h3 {
    font-size: 44.8px;
    font-size: 2.8rem;
  }
}

.about__tagline h3 span {
  color: #C42230;
}

/* Press */
/**
 *
 * Press Page styles
 *
 *
 **/
/* Set background for page */
.post-type-archive-press {
  background: black url("../images/history-bg.jpg") top center no-repeat;
  background-size: 100% auto;
}

.press__intro {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 640px) {
  .press__intro {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .press__intro {
    margin-bottom: 30px;
  }
}

.press__intro img {
  display: block;
  margin: 0 auto;
  max-width: 198px;
  max-height: 102px;
}

.press__intro h1 {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 96px;
  font-size: 6rem;
  letter-spacing: -0.075em;
  line-height: 1.2;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #b21f2c;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .press__intro h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .press__intro h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.press__intro h1::before, .press__intro h1::after {
  display: block;
  position: relative;
  line-height: 0.5;
}

@media (max-width: 640px) {
  .press__intro h1::before, .press__intro h1::after {
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .press__intro h1::before, .press__intro h1::after {
    line-height: 1.2;
  }
}

.press__intro h1::before {
  content: url("images/global/decoration__top--red.svg");
  top: 15px;
}

@media (max-width: 640px) {
  .press__intro h1::before {
    top: 22px;
  }
}

@media (max-width: 480px) {
  .press__intro h1::before {
    top: 24px;
  }
}

.press__intro h1::after {
  content: url("images/global/decoration__bottom--red.svg");
  bottom: 50px;
}

@media (max-width: 480px) {
  .press__intro h1::after {
    bottom: 40px;
  }
}

.press__intro h1 span {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 480px) {
  .press__intro h1 span {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.press__image-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding-right: 20px;
}

.press__image-container:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  .press__image-container {
    display: none;
  }
}

.press__image-container img {
  border: 2px solid #b21f2c;
}

.press__text-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.press__text-container:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  .press__text-container {
    width: 100%;
  }
}

.press__text-container h2, .press__text-container h3 {
  margin-top: 0;
  line-height: 1;
}

.press__text-container h2 {
  margin-bottom: 10px;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.08em;
}

.press__text-container h3 {
  color: #A78E63;
  font-family: 'signikaregular';
  font-weight: 400;
}

.press__text-container p {
  color: #e2d6c3;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.press__text-container .entry-footer p, .press__text-container .entry-footer a {
  font-family: 'signikaregular';
  font-weight: 400;
}

.press__text-container a {
  color: #b21f2c;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.press__text-container a:hover {
  color: #A78E63;
}

/* Drinks */
/*
 *
 * Drinks Page
 *
 */
/*
 *
 * General
 *
 */
.page-template-template-menu__drink {
  background: url("images/global/wood-bg.jpg") center repeat-y;
  background-size: 100% auto;
}

.drink-menu {
  padding-bottom: 16%;
}

.drinks__hero {
  padding: 20px;
  text-align: center;
}

.drinks__hero svg {
  margin: auto;
  max-width: 511px;
}

.drink-cocktails .drinks__title {
  margin: 50px auto 120px;
  text-align: center;
}

@media (max-width: 640px) {
  .drink-cocktails .drinks__title {
    margin: 40px auto 60px;
  }
}

.drink-cocktails .drinks__title h3 {
  margin: 16px auto;
  padding: 0;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #b21f2c;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .drink-cocktails .drinks__title h3 {
    font-size: 64px;
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .drink-cocktails .drinks__title h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.drink-menu__title {
  text-align: center;
}

.drink-menu__title h4 {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #b21f2c;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .drink-menu__title h4 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.2;
  }
}

.drink-menu__title h4::before, .drink-menu__title h4::after {
  display: block;
  position: relative;
}

.drink-menu__title h4::before {
  content: url("images/global/decoration__top--red.svg");
  top: 15px;
}

@media (max-width: 640px) {
  .drink-menu__title h4::before {
    top: 22px;
  }
}

.drink-menu__title h4::after {
  content: url("images/global/decoration__bottom--red.svg");
  bottom: 50px;
}

.drink-menu__title h4 span {
  padding-left: 30px;
  padding-right: 30px;
}

/*
 *
 * Cocktails
 *
 */
.cocktail-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-bottom: 2.3576515979%;
  text-align: center;
}

.cocktail-item:last-child {
  margin-right: 0;
}

.cocktail-item:nth-child(3n) {
  margin-right: 0;
}

.cocktail-item:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 768px) {
  .cocktail-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .cocktail-item:last-child {
    margin-right: 0;
  }
  .cocktail-item:nth-child(3n) {
    margin-right: 2.3576515979%;
  }
  .cocktail-item:nth-child(3n+1) {
    clear: none;
  }
  .cocktail-item:nth-child(2n) {
    margin-right: 0;
  }
  .cocktail-item:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 560px) {
  .cocktail-item {
    width: 100%;
    margin-right: 0;
  }
}

.cocktail-item__image {
  border: 5px solid #7C766B;
  box-shadow: 3px 4px 10px 2px rgba(0, 0, 0, 0.52);
  margin: auto;
  max-width: 300px;
  position: relative;
  line-height: 0.7;
}

.cocktail-item__image::after {
  box-shadow: inset 1px -40px 40px -1px rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cocktail-item__title {
  margin: 10px auto 0;
  color: #A78E63;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .cocktail-item__title {
    font-size: 36.8px;
    font-size: 2.3rem;
  }
}

.cocktail-item__description {
  margin-top: 10px;
  color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: 'signikaregular';
  font-weight: 400;
}

/*
 *
 * Beer
 *
 */
.drink-beer {
  max-width: 1300px;
}

.beer-item {
  margin-top: 0;
  margin-bottom: 5px;
  color: #E5E5E5;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'signikaregular';
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .beer-item {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

/*
 *
 * Whiskey
 *
 */
.drink-whiskey {
  margin-bottom: 60px;
  max-width: 1540px;
}

.drink-whiskey h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #A78E63;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 41.6px;
  font-size: 2.6rem;
  letter-spacing: 2px;
  line-height: 1;
}

.whiskey-item {
  margin-top: 0;
  margin-bottom: 5px;
  color: #E5E5E5;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'signikaregular';
  font-weight: 400;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .whiskey-item {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

.whiskey-item span {
  display: inline-block;
  float: right;
  margin-right: 10%;
}

.drink-whiskey .whiskey-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-bottom: 2.3576515979%;
}

.drink-whiskey .whiskey-column:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  .drink-whiskey .whiskey-column {
    width: 100%;
    margin-right: 0;
  }
}

/* Kitchen */
/*
 *
 * Kitchen Page
 *
 */
/*
 *
 * General
 *
 */
.page-template-template-menu__kitchen {
  background: url("images/global/wood-bg.jpg") center repeat-y;
  background-size: 100% auto;
}

.kitchen__hero {
  padding: 20px;
  text-align: center;
}

.kitchen__hero svg {
  margin: auto;
  max-width: 511px;
}

/* Section Titles */
.food-menu__title {
  text-align: center;
}

.food-menu__title h3 {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #b21f2c;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .food-menu__title h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.2;
  }
}

.food-menu__title h3::before, .food-menu__title h3::after {
  display: block;
  position: relative;
}

.food-menu__title h3::before {
  content: url("images/global/decoration__top--red.svg");
  top: 15px;
}

@media (max-width: 640px) {
  .food-menu__title h3::before {
    top: 22px;
  }
}

.food-menu__title h3::after {
  content: url("images/global/decoration__bottom--red.svg");
  bottom: 50px;
}

.food-menu__title h3 span {
  padding-left: 30px;
  padding-right: 30px;
}

/*
 *
 * Meatballs
 *
 */
.kitchen__meatballs .meatball--images {
  text-align: center;
}

@media (max-width: 1024px) {
  .kitchen__meatballs .meatball--images {
    margin: auto;
    max-width: 900px;
  }
}

.kitchen__meatballs .meatball__image {
  display: inline-block;
  margin-right: 1.5%;
  position: relative;
  width: 23%;
  text-align: left;
}

@media (max-width: 1024px) {
  .kitchen__meatballs .meatball__image {
    margin-bottom: 1.5%;
    width: 48.5%;
  }
  .kitchen__meatballs .meatball__image:nth-of-type(2n) {
    margin-right: 0;
  }
}

.kitchen__meatballs .meatball__image::after {
  box-shadow: inset 0 0 0 3px #b11f2c, inset 0 0 0 5px #4f0011, inset 0 0 0 8px #781b26, inset 0px -44px 39px -13px rgba(0, 0, 0, 0.65), 3px 3px 5px 1px rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kitchen__meatballs .meatball__image:last-of-type {
  margin-right: 0;
}

.kitchen__meatballs .meatball__image img {
  position: relative;
  z-index: 0;
}

.kitchen__meatballs .meatball__image span {
  position: absolute;
  bottom: 10px;
  left: 16px;
  padding-right: 10px;
  z-index: 10;
  color: #A78E63;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: -1px;
  line-height: 1;
}

@media (max-width: 480px) {
  .kitchen__meatballs .meatball__image span {
    display: none;
  }
}

.kitchen__meatballs .meatball-text {
  margin-top: 60px;
}

.kitchen__meatballs .meatball-text .mb__sub-title {
  margin-bottom: 20px;
  color: #A78E63;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Meatball Steps */
.mb-steps {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}

.mb-steps:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .mb-steps {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .mb-steps:last-child {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .mb-steps {
    width: 100%;
    float: none;
    margin: auto;
    max-width: 390px;
  }
}

.mb-steps .mb-step__description {
  padding-left: 30px;
  position: relative;
}

.mb-steps .mb-step__description::before {
  position: absolute;
  left: 0;
  color: #A78E63;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.mb-steps .mb-step__description:first-of-type::before {
  content: "1";
  left: 5px;
}

.mb-steps .mb-step__description:nth-of-type(2)::before {
  content: "2";
}

.mb-steps .mb-step__description:last-of-type::before {
  content: "3";
}

.mb-steps .mb-step__description h4 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #b21f2c;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: -0.075em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.mb-steps .mb-step__description p {
  margin-top: 0;
  color: #E5E5E5;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

/* Meatball Choices */
.mb-choices {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}

.mb-choices:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .mb-choices {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-right: 0;
  }
  .mb-choices:last-child {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .mb-choices {
    width: 100%;
    float: none;
    margin: auto;
    max-width: 274px;
    text-align: center;
  }
}

.mb-choices .mb-choices__text span {
  display: inline-block;
}

.mb-choices .mb-choices__title {
  margin-right: 10px;
  color: #b21f2c;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: -0.075em;
  line-height: 1;
  vertical-align: sub;
  -webkit-font-smoothing: antialiased;
}

.mb-choices .mb-choices__price {
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

/* Meatball Monday */
.mb-monday {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  text-align: center;
}

.mb-monday:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .mb-monday {
    width: 100%;
    margin-right: 0;
  }
}

.mb-monday .mbm--intro {
  margin-bottom: 20px;
  color: #b21f2c;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.mb-monday .mbm--intro span {
  display: block;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: -0.075em;
  line-height: 0.75;
}

.mb-monday .mbm--intro span:first-of-type {
  margin-top: 16px;
  color: #e2d6c3;
}

.mb-monday .mbm--intro span:last-of-type {
  color: #A78E63;
}

.mb-monday .mbm--price {
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #e2d6c3;
  -webkit-font-smoothing: antialiased;
}

.mb-monday .mbm--price span {
  display: inline-block;
  color: #b21f2c;
}

/*
 *
 * Pizza
 *
 */
/* Pizza Intro */
.pizza__intro {
  background: url("images/kitchen/banner-bg--red.svg") center no-repeat;
  background-size: 100% 100%;
  max-width: 1200px;
  padding: 24px 63px;
  color: #e2d6c3;
}

@media (max-width: 920px) {
  .pizza__intro {
    padding: 24px 32px;
  }
}

@media (max-width: 768px) {
  .pizza__intro {
    background: url("images/kitchen/pizza-bg--tablet.svg") center no-repeat;
  }
}

@media (max-width: 640px) {
  .pizza__intro {
    background: url("images/kitchen/pizza-bg--mobile.svg") center no-repeat;
  }
}

@media (max-width: 480px) {
  .pizza__intro {
    padding: 24px 20px;
  }
}

.pizza__intro--text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}

.pizza__intro--text:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pizza__intro--text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .pizza__intro--text:last-child {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .pizza__intro--text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.pizza__intro--text p {
  margin: 0;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 44.8px;
  font-size: 2.8rem;
  letter-spacing: -0.075em;
  line-height: 0.75;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1024px) {
  .pizza__intro--text p {
    font-size: 38.4px;
    font-size: 2.4rem;
  }
}

.pizza__intro--sizes {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}

.pizza__intro--sizes:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pizza__intro--sizes {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0;
  }
  .pizza__intro--sizes:last-child {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .pizza__intro--sizes {
    width: 100%;
    text-align: center;
  }
}

.pizza__intro--sizes p {
  margin: 6px 0 0;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 54.4px;
  font-size: 3.4rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1024px) {
  .pizza__intro--sizes p {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (max-width: 920px) {
  .pizza__intro--sizes p {
    font-size: 41.6px;
    font-size: 2.6rem;
  }
}

.pizza__intro--gluten {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  text-align: center;
}

.pizza__intro--gluten:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pizza__intro--gluten {
    width: 100%;
    margin-top: 20px;
  }
}

.pizza__intro--gluten p {
  margin: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  .pizza__intro--gluten p {
    display: inline-block;
  }
}

.pizza__intro--gluten p:first-of-type {
  margin-top: 12px;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: -0.075em;
}

@media (max-width: 768px) {
  .pizza__intro--gluten p:first-of-type {
    margin-right: 10px;
  }
}

.pizza__intro--gluten p:last-of-type {
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22.4px;
  font-size: 1.4rem;
}

/* Pizza Items */
.pizza__items {
  margin-top: 80px;
}

.pizza-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  text-align: center;
}

.pizza-item:last-child {
  margin-right: 0;
}

.pizza-item:nth-child(3n) {
  margin-right: 0;
}

.pizza-item:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 920px) {
  .pizza-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .pizza-item:last-child {
    margin-right: 0;
  }
  .pizza-item:nth-child(3n) {
    margin-right: 2.3576515979%;
  }
  .pizza-item:nth-child(3n+1) {
    clear: none;
  }
  .pizza-item:nth-child(2n) {
    margin-right: 0;
  }
  .pizza-item:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 560px) {
  .pizza-item {
    width: 100%;
    margin-right: 0;
  }
}

.pizza-item .pizza-item__image {
  margin: auto;
  max-width: 360px;
  position: relative;
}

.pizza-item .pizza-item__image::after {
  box-shadow: inset 0 0 0 3px #b11f2c, inset 0 0 0 5px #4f0011, inset 0 0 0 8px #781b26, inset 0px -44px 39px -13px rgba(0, 0, 0, 0.65), 3px 3px 5px 1px rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pizza-item .pizza-item__title {
  margin-top: 20px;
  margin-bottom: 0;
  color: #b21f2c;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: -0.075em;
  line-height: 0.75;
  -webkit-font-smoothing: antialiased;
}

.pizza-item .pizza-item__description {
  margin-top: 10px;
  margin-bottom: 0;
  color: #E5E5E5;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

.pizza-item .pizza-item__price {
  margin-top: 10px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

/*
 *
 * Salads
 *
 */
.salad-item,
.brunch-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  text-align: center;
}

.salad-item:last-child,
.brunch-item:last-child {
  margin-right: 0;
}

.salad-item:nth-child(3n),
.brunch-item:nth-child(3n) {
  margin-right: 0;
}

.salad-item:nth-child(3n+1),
.brunch-item:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 920px) {
  .salad-item,
  .brunch-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .salad-item:last-child,
  .brunch-item:last-child {
    margin-right: 0;
  }
  .salad-item:nth-child(3n),
  .brunch-item:nth-child(3n) {
    margin-right: 2.3576515979%;
  }
  .salad-item:nth-child(3n+1),
  .brunch-item:nth-child(3n+1) {
    clear: none;
  }
  .salad-item:nth-child(2n),
  .brunch-item:nth-child(2n) {
    margin-right: 0;
  }
  .salad-item:nth-child(2n+1),
  .brunch-item:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 560px) {
  .salad-item,
  .brunch-item {
    width: 100%;
    margin-right: 0;
  }
}

.salad-item .salad-item__image,
.salad-item .brunch-item__image,
.brunch-item .salad-item__image,
.brunch-item .brunch-item__image {
  margin: auto;
  max-width: 360px;
  position: relative;
}

.salad-item .salad-item__image::after,
.salad-item .brunch-item__image::after,
.brunch-item .salad-item__image::after,
.brunch-item .brunch-item__image::after {
  box-shadow: inset 0 0 0 3px #b11f2c, inset 0 0 0 5px #4f0011, inset 0 0 0 8px #781b26, inset 0px -44px 39px -13px rgba(0, 0, 0, 0.65), 3px 3px 5px 1px rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.salad-item .salad-item__title,
.salad-item .brunch-item__title,
.brunch-item .salad-item__title,
.brunch-item .brunch-item__title {
  margin-top: 20px;
  margin-bottom: 0;
  color: #b21f2c;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: -0.075em;
  line-height: 0.75;
  -webkit-font-smoothing: antialiased;
}

.salad-item .salad-item__description,
.salad-item .brunch-item__description,
.brunch-item .salad-item__description,
.brunch-item .brunch-item__description {
  margin-top: 10px;
  margin-bottom: 0;
  color: #E5E5E5;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

.salad-item .salad-item__price,
.salad-item .brunch-item__price,
.brunch-item .salad-item__price,
.brunch-item .brunch-item__price {
  margin-top: 10px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

/*
 *
 * Appetizers
 *
 */
.appetizer-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  text-align: center;
}

.appetizer-item:last-child {
  margin-right: 0;
}

.appetizer-item:nth-child(3n) {
  margin-right: 0;
}

.appetizer-item:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 920px) {
  .appetizer-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .appetizer-item:last-child {
    margin-right: 0;
  }
  .appetizer-item:nth-child(3n) {
    margin-right: 2.3576515979%;
  }
  .appetizer-item:nth-child(3n+1) {
    clear: none;
  }
  .appetizer-item:nth-child(2n) {
    margin-right: 0;
  }
  .appetizer-item:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 560px) {
  .appetizer-item {
    width: 100%;
    margin-right: 0;
  }
}

.appetizer-item .appetizer-item__image {
  margin: auto;
  max-width: 360px;
  position: relative;
}

.appetizer-item .appetizer-item__image::after {
  box-shadow: inset 0 0 0 3px #b11f2c, inset 0 0 0 5px #4f0011, inset 0 0 0 8px #781b26, inset 0px -44px 39px -13px rgba(0, 0, 0, 0.65), 3px 3px 5px 1px rgba(0, 0, 0, 0.65);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.appetizer-item .appetizer-item__title {
  margin-top: 20px;
  margin-bottom: 0;
  color: #b21f2c;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: -0.075em;
  line-height: 0.75;
  -webkit-font-smoothing: antialiased;
}

.appetizer-item .appetizer-item__description {
  margin-top: 10px;
  margin-bottom: 0;
  color: #E5E5E5;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

.appetizer-item .appetizer-item__price {
  margin-top: 10px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

.kitchen__brunch .food-category-description p {
  margin-top: 0;
  margin-bottom: 40px;
  color: #E5E5E5;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}

.kitchen__brunch p {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #e2d6c3;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}

/*
 *
 * Bottom CTA
 *
 */
.kitchen__cta {
  background: url("images/kitchen/bottom-cta__bg.jpg") top center no-repeat;
  background-size: cover;
  margin-top: 200px;
  padding: 10% 0;
  position: relative;
  color: #e2d6c3;
  text-align: center;
}

@media (max-width: 560px) {
  .kitchen__cta {
    padding: 80px 0;
  }
}

.kitchen__cta::before {
  content: url(images/kitchen/bottom-cta__top.png);
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: -54px;
}

.kitchen__cta h3 {
  margin: 0;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 93px;
  font-size: 5.8125rem;
  letter-spacing: -0.045em;
  line-height: 0.75;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 560px) {
  .kitchen__cta h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.kitchen__cta p {
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
}

.kitchen__cta a {
  background-color: transparent;
  border: 2px solid #e2d6c3;
  display: inline-block;
  padding: 20px 30px;
  color: #e2d6c3;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-font-smoothing: antialiased;
}

.kitchen__cta a:hover {
  background-color: #e2d6c3;
  color: #191919;
}

/* Specials */
/*
 *
 * Specials Page
 *
 */
.page-template-template-specials {
  background: black url("images/specials/specials-bg.jpg") top center no-repeat;
  background-size: cover;
}

.page-template-template-brunch {
  background: url("images/global/wood-bg.jpg") center repeat-y;
  background-size: 100% auto;
}
/*
 *
 * Specials Header
 *
 */
.specials__header {
  margin-bottom: 60px;
}

.specials__header .container {
  max-width: 512px;
}

/*
 *
 * Specials Happy Hour
 *
 */
.specials__happy-hour {
  margin-bottom: 60px;
  text-align: center;
}

.specials__happy-hour .decoration {
  display: block;
  margin: 0 auto;
  max-width: 590px;
}

.specials__happy-hour .decoration:first-of-type {
  margin-bottom: 60px;
}

.specials__happy-hour .decoration:last-of-type {
  margin-top: 60px;
}

.happy-hour__details {
  margin-top: 50px;
}

.happy-hour__details p {
  display: inline-block;
  margin-right: 5%;
  margin-bottom: 0;
  color: #e2d6c3;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  vertical-align: text-top;
}

.happy-hour__details p:last-of-type {
  margin-right: 0;
}

.happy-hour__details p .hh-price {
  color: #b21f2c;
}

.happy-hour__details p .hh-text span {
  display: block;
  font-size: 28.8px;
  font-size: 1.8rem;
}

/*
 *
 * Specials Days
 *
 */
.specials__daily-specials {
  margin-bottom: 200px;
}

.specials__daily-specials .container {
  max-width: 1600px;
}

.specials__daily-specials .daily-special {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  text-align: center;
}

.specials__daily-specials .daily-special:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .specials__daily-specials .daily-special {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .specials__daily-specials .daily-special:last-child {
    margin-right: 0;
  }
  .specials__daily-specials .daily-special:nth-child(2n) {
    margin-right: 0;
  }
  .specials__daily-specials .daily-special:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 560px) {
  .specials__daily-specials .daily-special {
    width: 100%;
    margin-right: 0;
  }
}

.specials__daily-specials .special-item__image {
  max-width: 300px;
  margin: auto;
}

.specials__daily-specials .special-item__image img {
  border: 5px solid #b21f2c;
}

.specials__daily-specials .special-item__title {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #A78E63;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.specials__daily-specials .special-item__title span {
  display: block;
  color: #e2d6c3;
}

.specials__daily-specials .special-item__description p {
  margin: 0;
  color: #e2d6c3;
  font-family: 'maulinaregular';
  font-weight: 400;
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
}

/* Gallery */
/*
 *
 * Gallery Page
 *
 */
.page-template-template-gallery {
  background: black url("images/specials/specials-bg.jpg") top center no-repeat;
  background-size: cover;
}

.page-template-template-gallery .entry-header {
  display: none;
}

.page-template-template-gallery .pswp__caption__center {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.gallery__title {
  text-align: center;
}

.gallery__title h3 {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #b21f2c;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .gallery__title h3 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.2;
  }
}

.gallery__title h3::before, .gallery__title h3::after {
  display: block;
  position: relative;
}

.gallery__title h3::before {
  content: url("images/global/decoration__top--red.svg");
  top: 15px;
}

@media (max-width: 640px) {
  .gallery__title h3::before {
    top: 22px;
  }
}

.gallery__title h3::after {
  content: url("images/global/decoration__bottom--red.svg");
  bottom: 50px;
}

.gallery__title h3 span {
  padding-left: 30px;
  padding-right: 30px;
}

.photoswipe_gallery figure figcaption {
  display: none;
}

/* Contact */
/*
 *
 * Contact Page
 *
 */
.page-template-template-contact {
  background: black url("images/contact/contact-bg.jpg") top center no-repeat;
  background-size: cover;
}

.contact__main {
  text-align: center;
}

@media (max-width: 920px) {
  .contact__main {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .contact__main {
    margin-top: 10px;
  }
}

.contact__main img {
  display: block;
  margin: 0 auto;
  max-width: 198px;
  max-height: 102px;
}

@media (max-width: 480px) {
  .contact__main img {
    margin-bottom: 30px;
  }
}

/*
 *
 * Contact Info
 *
 */
.contact__info {
  margin-bottom: 60px;
}

.contact__info .contact__info--name {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #b21f2c;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 96px;
  font-size: 6rem;
  letter-spacing: -0.075em;
  line-height: 1;
  text-shadow: 3px 0 0 #2C2B2B, 6px 0 0 #e2d6c3;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  .contact__info .contact__info--name {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.2;
  }
}

@media (max-width: 640px) {
  .contact__info .contact__info--name {
    font-size: 54.4px;
    font-size: 3.4rem;
    line-height: 1;
  }
}

.contact__info .contact__address {
  margin-bottom: 40px;
  color: #e2d6c3;
  font-family: "burfordbase", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 52px;
  font-size: 3.25rem;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

@media (max-width: 480px) {
  .contact__info .contact__address {
    font-size: 41.6px;
    font-size: 2.6rem;
  }
}

.contact__info .contact__address p {
  margin: 0;
}

.contact__info .contact__country .red {
  color: #b21f2c;
}

.contact__info .contact__country .blue {
  color: #2A428A;
}

.contact__info--contact a {
  display: inline-block;
  color: #e2d6c3;
  font-family: "burfordinline", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 480px) {
  .contact__info--contact a {
    font-size: 32px;
    font-size: 2rem;
  }
}

.contact__info--contact a:hover {
  color: #b21f2c;
}

.contact__info--contact a:first-of-type {
  margin-right: 40px;
}

.contact__info--contact a:first-of-type i {
  top: 6px;
}

.contact__info--contact a i {
  position: relative;
  top: 2px;
  color: #A78E63;
}

/*
 *
 * Contact Map
 *
 */
.contact__map {
  margin-bottom: 150px;
  max-width: 900px;
  /* Get Directions Form*/
}

.contact__map .wpgmza_map {
  border: 5px solid #b21f2c;
}

.contact__map .wpgmaps_directions_outer_div {
  background-color: #DFD6C4;
  padding: 20px;
  font-family: 'signikaregular';
  font-weight: 400;
}

.contact__map #wpgmaps_directions_editbox_1 td {
  padding-bottom: 10px;
}

.contact__map #wpgmaps_directions_editbox_1 input[type="text"] {
  border-radius: 0;
  padding: 3px 5px;
}

.contact__map #wpgmaps_directions_editbox_1 input[type="button"] {
  background-color: transparent;
  border: 3px solid #b21f2c;
  padding: 4px 24px;
  color: #b21f2c;
  font-family: 'signikaregular';
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.contact__map #wpgmaps_directions_editbox_1 input[type="button"]:hover {
  background-color: #b21f2c;
  color: #DFD6C4;
}

/*--------------------------------------------------------------
# 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;
}
/*# sourceMappingURL=style.css.map */
