/*
Theme Name: Bow House Theme
Theme URI: https://www.bowhouse.co.uk
Author: Bow House
Author URI: www.bowhouse.co.uk
Description: Theme by Bow House
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*!
Pure v1.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md

Requires normalize.css
Breakpoints: 600px, 900px, 1200px, 1500px
*/
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}

.pure-u,
.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}

/* RESPONSIVE */
@media screen and (min-width: 600px) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-12,
  .pure-u-sm-1-2,
  .pure-u-sm-1-24,
  .pure-u-sm-1-3,
  .pure-u-sm-1-4,
  .pure-u-sm-1-5,
  .pure-u-sm-1-6,
  .pure-u-sm-1-8,
  .pure-u-sm-10-24,
  .pure-u-sm-11-12,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-2-24,
  .pure-u-sm-2-3,
  .pure-u-sm-2-5,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24,
  .pure-u-sm-3-24,
  .pure-u-sm-3-4,
  .pure-u-sm-3-5,
  .pure-u-sm-3-8,
  .pure-u-sm-4-24,
  .pure-u-sm-4-5,
  .pure-u-sm-5-12,
  .pure-u-sm-5-24,
  .pure-u-sm-5-5,
  .pure-u-sm-5-6,
  .pure-u-sm-5-8,
  .pure-u-sm-6-24,
  .pure-u-sm-7-12,
  .pure-u-sm-7-24,
  .pure-u-sm-7-8,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-10-24,
  .pure-u-sm-5-12 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-14-24,
  .pure-u-sm-7-12 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-15-24,
  .pure-u-sm-5-8 {
    width: 62.5%;
  }
  .pure-u-sm-16-24,
  .pure-u-sm-2-3 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-18-24,
  .pure-u-sm-3-4 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-20-24,
  .pure-u-sm-5-6 {
    width: 83.3333%;
  }
  .pure-u-sm-21-24,
  .pure-u-sm-7-8 {
    width: 87.5%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-24-24,
  .pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-12,
  .pure-u-md-1-2,
  .pure-u-md-1-24,
  .pure-u-md-1-3,
  .pure-u-md-1-4,
  .pure-u-md-1-5,
  .pure-u-md-1-6,
  .pure-u-md-1-8,
  .pure-u-md-10-24,
  .pure-u-md-11-12,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-2-24,
  .pure-u-md-2-3,
  .pure-u-md-2-5,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24,
  .pure-u-md-3-24,
  .pure-u-md-3-4,
  .pure-u-md-3-5,
  .pure-u-md-3-8,
  .pure-u-md-4-24,
  .pure-u-md-4-5,
  .pure-u-md-5-12,
  .pure-u-md-5-24,
  .pure-u-md-5-5,
  .pure-u-md-5-6,
  .pure-u-md-5-8,
  .pure-u-md-6-24,
  .pure-u-md-7-12,
  .pure-u-md-7-24,
  .pure-u-md-7-8,
  .pure-u-md-8-24,
  .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-10-24,
  .pure-u-md-5-12 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-14-24,
  .pure-u-md-7-12 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-15-24,
  .pure-u-md-5-8 {
    width: 62.5%;
  }
  .pure-u-md-16-24,
  .pure-u-md-2-3 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-18-24,
  .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-20-24,
  .pure-u-md-5-6 {
    width: 83.3333%;
  }
  .pure-u-md-21-24,
  .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-24-24,
  .pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-12,
  .pure-u-lg-1-2,
  .pure-u-lg-1-24,
  .pure-u-lg-1-3,
  .pure-u-lg-1-4,
  .pure-u-lg-1-5,
  .pure-u-lg-1-6,
  .pure-u-lg-1-8,
  .pure-u-lg-10-24,
  .pure-u-lg-11-12,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-2-24,
  .pure-u-lg-2-3,
  .pure-u-lg-2-5,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24,
  .pure-u-lg-3-24,
  .pure-u-lg-3-4,
  .pure-u-lg-3-5,
  .pure-u-lg-3-8,
  .pure-u-lg-4-24,
  .pure-u-lg-4-5,
  .pure-u-lg-5-12,
  .pure-u-lg-5-24,
  .pure-u-lg-5-5,
  .pure-u-lg-5-6,
  .pure-u-lg-5-8,
  .pure-u-lg-6-24,
  .pure-u-lg-7-12,
  .pure-u-lg-7-24,
  .pure-u-lg-7-8,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-10-24,
  .pure-u-lg-5-12 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-14-24,
  .pure-u-lg-7-12 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-15-24,
  .pure-u-lg-5-8 {
    width: 62.5%;
  }
  .pure-u-lg-16-24,
  .pure-u-lg-2-3 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-18-24,
  .pure-u-lg-3-4 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-20-24,
  .pure-u-lg-5-6 {
    width: 83.3333%;
  }
  .pure-u-lg-21-24,
  .pure-u-lg-7-8 {
    width: 87.5%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-24-24,
  .pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-12,
  .pure-u-xl-1-2,
  .pure-u-xl-1-24,
  .pure-u-xl-1-3,
  .pure-u-xl-1-4,
  .pure-u-xl-1-5,
  .pure-u-xl-1-6,
  .pure-u-xl-1-8,
  .pure-u-xl-10-24,
  .pure-u-xl-11-12,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-2-24,
  .pure-u-xl-2-3,
  .pure-u-xl-2-5,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24,
  .pure-u-xl-3-24,
  .pure-u-xl-3-4,
  .pure-u-xl-3-5,
  .pure-u-xl-3-8,
  .pure-u-xl-4-24,
  .pure-u-xl-4-5,
  .pure-u-xl-5-12,
  .pure-u-xl-5-24,
  .pure-u-xl-5-5,
  .pure-u-xl-5-6,
  .pure-u-xl-5-8,
  .pure-u-xl-6-24,
  .pure-u-xl-7-12,
  .pure-u-xl-7-24,
  .pure-u-xl-7-8,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-10-24,
  .pure-u-xl-5-12 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-14-24,
  .pure-u-xl-7-12 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-15-24,
  .pure-u-xl-5-8 {
    width: 62.5%;
  }
  .pure-u-xl-16-24,
  .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-18-24,
  .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-20-24,
  .pure-u-xl-5-6 {
    width: 83.3333%;
  }
  .pure-u-xl-21-24,
  .pure-u-xl-7-8 {
    width: 87.5%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-24-24,
  .pure-u-xl-5-5 {
    width: 100%;
  }
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #433732;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: sans-serif;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  font-size: 22px;
  line-height: 1.4;
  color: #433732;
  margin-top: 0px;
}

li {
  margin: 6px 0px;
}

h1, h2, h3, h4, h5 {
  font-family: "Cabin Sketch", cursive;
  color: #7c1200;
  text-transform: uppercase;
  margin-top: 0px;
}

.vert {
  border-right: 1px solid #FFF;
  margin: 0px 12px;
  display: inline-block;
  height: 1em;
  margin-bottom: -2px;
}

a {
  color: #7c1200;
}
a:hover {
  color: #af1900;
}

.intro-wrapper {
  position: relative;
  width: 100%;
}
.intro-wrapper .intro-text {
  position: absolute;
  width: 90%;
  height: 90%;
  max-width: 600px;
  max-height: 397px;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 44px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .intro-wrapper .intro-text {
    font-size: 28px;
    top: 60%;
  }
}
@media only screen and (max-width: 899px) {
  .intro-wrapper .intro-text {
    font-size: 24px;
    top: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .intro-wrapper .intro-text {
    display: none;
  }
}
.intro-wrapper .intro-text .intro-text-author {
  color: #d0bbaf;
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 899px) {
  .intro-wrapper .intro-text .intro-text-author {
    font-size: 18px;
  }
}
.intro-wrapper .intro-texture {
  position: absolute;
  top: 0;
  left: 0;
  background: url("./images/bg-pattern.png");
  width: 100%;
  height: 100%;
  z-index: 5;
}
.intro-wrapper .intro-gradient {
  background: url("./images/bg-header-gradient.png") repeat-x;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .intro-wrapper .intro-gradient {
    height: 300px;
  }
}
.intro-wrapper.intro-home {
  margin-bottom: -30vh;
}
@media only screen and (max-width: 899px) {
  .intro-wrapper.intro-home {
    margin-bottom: 0;
  }
}
.intro-wrapper .intro-video {
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .intro-wrapper .intro-video {
    height: auto;
  }
}
.intro-wrapper.intro-page {
  margin-bottom: -200px;
}
.intro-wrapper .intro-banner {
  height: 500px;
  width: 100%;
}

.logo {
  position: absolute;
  width: 100px;
  top: 30px;
  left: 30px;
  z-index: 20;
}
@media only screen and (max-width: 899px) {
  .logo {
    left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    position: fixed;
    width: 150px;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.logo-small {
  width: 100px;
}

.box-margin {
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 899px) {
  .box-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.box-padding {
  padding: 80px 20px;
}

.center {
  text-align: center;
}

.bg-red {
  background: #7c1200;
}
.bg-red p {
  color: #FFF;
}

.bg-beige {
  background: #d0bbaf;
}

.button, input[type=submit] {
  position: relative;
  display: inline-block;
  background: #a5ca5e;
  -webkit-box-shadow: 0px 0px 6px 0px #433732;
          box-shadow: 0px 0px 6px 0px #433732;
  border: 0px;
  padding: 24px 50px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  font-size: 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.button:hover, input[type=submit]:hover {
  background: #b0d071;
}
.button:hover i, input[type=submit]:hover i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}
.button:after, input[type=submit]:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 70%;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.button i, input[type=submit] i {
  margin-left: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.site-wrapper {
  position: relative;
  z-index: 20;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1499px) {
  .site-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .site-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.menu-column {
  width: 260px;
  float: left;
}
.menu-column a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-column a:hover {
  color: #d0bbaf;
}
.menu-column .current-menu-item a {
  color: #d0bbaf;
}
.menu-column li {
  list-style: none;
  margin: 6px 0px;
}
.menu-column ul {
  padding: 0px;
  margin: 0px;
}
.menu-column .social-icons {
  margin-top: 30px;
}
.menu-column .social-icons i {
  font-size: 36px;
  margin-right: 12px;
}
.menu-column .book-tickets {
  margin-top: 30px;
  width: 180px;
  height: 180px;
  background: url("images/bt-book-tickets.png") no-repeat center/cover #a5ca5e;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-column .book-tickets:hover {
  background: url("images/bt-book-tickets.png") no-repeat center/cover #bad784;
}

.fixed {
  position: fixed;
  top: 140px;
  width: 260px;
  height: 300px;
}

.content-column {
  width: auto;
  overflow: hidden;
  background: #ddcdc5;
  border-top: 15px solid #7c1200;
}
@media only screen and (min-width: 1200px) {
  .content-column {
    margin-left: 260px;
  }
}

.content-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media only screen and (min-width: 900px) {
  .content-l {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 900px) {
  .content-r {
    padding-right: 30px;
  }
}

.ib-wrapper {
  background: #d0bbaf;
}

.ib-button {
  width: 100%;
  max-width: 380px;
  height: 270px;
  position: relative;
  border: 3px solid #433732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.ib-button p {
  margin: 0px;
  position: absolute;
  color: #FFF;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  z-index: 100;
  pointer-events: none;
  text-align: right;
  width: 100%;
  bottom: 10px;
  width: 165px;
  right: 20px;
}
.ib-button:hover {
  -webkit-box-shadow: inset 0 0 35px 5px #433732;
          box-shadow: inset 0 0 35px 5px #433732;
}

.ib-cover {
  opacity: 0.3;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.ib-cover:hover {
  background: #7c1200;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

@media only screen and (min-width: 900px) {
  .event-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .event-wrapper .pure-u-1:nth-child(1) {
    padding-right: 20px;
  }
  .event-wrapper .pure-u-1:nth-child(2) {
    padding: 0px 10px;
  }
  .event-wrapper .pure-u-1:nth-child(3) {
    padding-left: 20px;
  }
}
.testimonial-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 18, 0, 0.8)), to(rgba(124, 18, 0, 0.8))), url("images/bg-testimonials.jpg") no-repeat top center/cover;
  background: linear-gradient(rgba(124, 18, 0, 0.8), rgba(124, 18, 0, 0.8)), url("images/bg-testimonials.jpg") no-repeat top center/cover;
}
.testimonial-wrapper p {
  color: #FFF;
}

.testimonial-slick {
  text-align: center;
  color: #FFF;
}

.test-content {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}

.test-author {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #d0bbaf;
}

.gallery { /* Masonry container */
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 899px) {
  .gallery {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (max-width: 599px) {
  .gallery {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.gallery-item { /* Masonry bricks or child elements */
  display: inline-block;
  width: 100%;
}
.gallery-item img {
  max-width: 100%;
}

.contact-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 18, 0, 0.8)), to(rgba(124, 18, 0, 0.8))), url("images/bg-contact.jpg") no-repeat top center/cover;
  background: linear-gradient(rgba(124, 18, 0, 0.8), rgba(124, 18, 0, 0.8)), url("images/bg-contact.jpg") no-repeat top center/cover;
}
.contact-wrapper p {
  color: #FFF;
}
.contact-wrapper p.contact-intro {
  text-align: center;
  margin-bottom: 60px;
}
.contact-wrapper label {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: 150px;
  text-transform: uppercase;
  font-size: 24px;
  vertical-align: top;
}
@media only screen and (max-width: 899px) {
  .contact-wrapper label {
    display: block;
  }
}
.contact-wrapper span {
  display: inline;
}
.contact-wrapper input:not([type=submit]), .contact-wrapper textarea {
  padding: 20px;
  border: 3px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  color: #FFF;
}
.contact-wrapper input:not([type=submit]) {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .contact-wrapper input:not([type=submit]) {
    width: 100%;
  }
}
.contact-wrapper .wpcf7-validation-errors, .contact-wrapper .wpcf7-response-output {
  border: 0px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
}
.contact-wrapper span.wpcf7-not-valid-tip {
  display: block;
}
.contact-wrapper .contact-container {
  width: 90%;
  margin: 0px auto 0px auto;
}
.contact-wrapper input[type=submit], .contact-wrapper textarea {
  float: right;
}
.contact-wrapper textarea {
  margin-bottom: 20px;
  width: 70%;
  height: 180px;
}
@media only screen and (max-width: 899px) {
  .contact-wrapper textarea {
    width: 100%;
  }
}

.wrap-news .news-item {
  text-align: center;
  background: #FFF;
}
.wrap-news .news-item p {
  margin: 0px;
}
.wrap-news .news-item .news-image {
  width: 100%;
  height: 240px;
}
.wrap-news .news-item .news-summary {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 900px) {
  .wrap-show .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .wrap-show .pure-u-1:nth-child(2n+2) {
    padding-left: 10px;
    padding-bottom: 30px;
  }
  .wrap-show .pure-u-1:nth-child(2n+1) {
    padding-right: 10px;
    padding-bottom: 30px;
  }
}

.wrap-show-cat .show-item {
  text-align: center;
  background: #FFF;
}
.wrap-show-cat .show-item p {
  margin: 0px;
}
.wrap-show-cat .show-item h2 {
  padding: 20px 0px;
}
.wrap-show-cat .show-item .show-image {
  width: 100%;
  height: 240px;
}
.wrap-show-cat .show-item .show-summary {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 900px) {
  .wrap-news .pure-g > div, .wrap-show-cat .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
  }
  .wrap-news .pure-u-1:nth-child(3n+1), .wrap-show-cat .pure-u-1:nth-child(3n+1) {
    padding-right: 20px;
  }
  .wrap-news .pure-u-1:nth-child(3n+2), .wrap-show-cat .pure-u-1:nth-child(3n+2) {
    padding: 0px 10px 0px 10px;
  }
  .wrap-news .pure-u-1:nth-child(3n+3), .wrap-show-cat .pure-u-1:nth-child(3n+3) {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .wrap-news .pure-g > div, .wrap-show-cat .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
  }
  .wrap-news .pure-u-1:nth-child(2n+1), .wrap-show-cat .pure-u-1:nth-child(2n+1) {
    padding-right: 10px;
  }
  .wrap-news .pure-u-1:nth-child(2n+2), .wrap-show-cat .pure-u-1:nth-child(2n+2) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .wrap-news .pure-u-1, .wrap-show-cat .pure-u-1 {
    padding: 0px;
  }
}

.post-date {
  margin-top: -18px;
  color: #433732;
}

.single .news-image {
  width: 100%;
  max-width: 400px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
@media only screen and (max-width: 899px) {
  .single .news-image {
    max-width: 900px;
    float: none;
  }
}

@media only screen and (min-width: 900px) {
  .past-shows-wrapper .pure-g > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .past-shows-wrapper .pure-u-1:nth-child(2n+1) {
    padding-left: 10px;
    padding-bottom: 30px;
  }
  .past-shows-wrapper .pure-u-1:nth-child(2n+2) {
    padding-right: 10px;
    padding-bottom: 30px;
  }
}
.past-shows-wrapper .past-show-img {
  width: 100%;
  height: 300px;
}
.past-shows-wrapper .past-show-alt-bg {
  padding: 20px;
  width: 100%;
}
.past-shows-wrapper .past-show-alt-bg:nth-child(odd) {
  background: #d0bbaf;
}

.woocommerce ul.products li.product {
  background: #FFF;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4px;
}
.woocommerce ul.products li.product h2:hover {
  color: #af1900;
}

a.button.product_type_variable.add_to_cart_button {
  position: absolute;
  bottom: 0px;
}

a.button, button.button {
  background-color: #a5ca5e !important;
  padding: 15px 30px !important;
  color: #FFF !important;
}
a.button:hover, button.button:hover {
  background-color: #b0d071 !important;
  color: #FFF !important;
}

.woocommerce ul.products li.product .price {
  font-size: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1.7em;
}

.acf-woo-date {
  font-size: 24px;
  color: #7c1200;
}

.acf-woo-location {
  font-size: 20px;
  color: #7c1200;
  margin-bottom: 10px;
}

h1.product_title.entry-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #7c1200;
}

table.variations {
  background: #d0bbaf;
}
table.variations th {
  background: #7c1200;
  color: #FFF;
  text-transform: uppercase;
}
table.variations td {
  padding: 10px !important;
}
table.variations span.attr {
  font-size: 1.25em;
  color: #433732;
}
table.variations input.qty {
  padding: 8px;
  border: #433732;
}

.woocommerce .quantity .qty {
  padding: 6px;
}

.acf-woo-date-shop {
  font-weight: 700;
  font-size: 26px;
  width: 33%;
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  .acf-woo-date-shop {
    width: inherit;
    display: block;
  }
}

.acf-woo-location-shop {
  width: 33%;
  font-size: 26px;
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  .acf-woo-location-shop {
    width: inherit;
    display: block;
  }
}

.button-ticket {
  display: inline-block;
  width: 33%;
}
@media only screen and (max-width: 899px) {
  .button-ticket {
    width: inherit;
    margin: 10px;
  }
}
.button-ticket .button {
  margin: 0px !important;
  padding: 12px 30px;
}

.input-text.qty, input#coupon_code {
  min-height: 46px;
}

input#coupon_code {
  width: 100%;
  max-width: 130px;
}

.ticket-basket {
  position: fixed;
  bottom: 0px;
  right: 30px;
  background: #a5ca5e;
  padding: 16px;
  -webkit-box-shadow: 0px 0px 6px 0px #433732;
          box-shadow: 0px 0px 6px 0px #433732;
  z-index: 999;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
.ticket-basket:hover {
  background: #bad784;
}
@media only screen and (max-width: 899px) {
  .ticket-basket span {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    float: none;
  }
}
.wrap-sidebar {
  background: #d0bbaf;
  padding: 20px;
}
@media only screen and (min-width: 900px) {
  .wrap-sidebar {
    margin-left: 20px;
  }
}

.wrap-ticket-info {
  margin-bottom: 20px;
}

.ticket-info {
  margin-top: 12px;
  display: none;
  padding: 20px 16px;
  background: #d0bbaf;
}

footer {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  width: 100%;
  clear: both;
}
footer p {
  color: #FFF;
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  footer {
    padding-left: 260px;
  }
}
@media only screen and (max-width: 1499px) {
  footer {
    margin-left: 30px;
    margin-right: 30px;
    width: inherit;
  }
}
footer .lottery-logo {
  float: left;
  height: 80px;
}
@media only screen and (max-width: 899px) {
  footer .lottery-logo {
    float: none;
    display: inline-block;
  }
}
footer a {
  color: #a5ca5e;
}
footer a:hover {
  color: #8eb83d;
}date-shop {
  font-weight: 700;
  font-size: 26px;
  width: 33%;
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  .acf-woo-date-shop {
    width: inherit;
    display: block;
  }
}

.acf-woo-location-shop {
  width: 33%;
  font-size: 26px;
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  .acf-woo-location-shop {
    width: inherit;
    display: block;
  }
}

.button-ticket {
  display: inline-block;
  width: 33%;
}
@media only screen and (max-width: 899px) {
  .button-ticket {
    width: inherit;
    margin: 10px;
  }
}
.button-ticket .button {
  margin: 0px !important;
  padding: 12px 30px;
}

.input-text.qty, input#coupon_code {
  min-height: 46px;
}

input#coupon_code {
  width: 100%;
  max-width: 130px;
}

.ticket-basket {
  position: fixed;
  bottom: 0px;
  right: 30px;
  background: #a5ca5e;
  padding: 16px;
  -webkit-box-shadow: 0px 0px 6px 0px #433732;
          box-shadow: 0px 0px 6px 0px #433732;
  z-index: 999;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
.ticket-basket:hover {
  background: #bad784;
}
@media only screen and (max-width: 899px) {
  .ticket-basket span {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    float: none;
  }
}
.wrap-sidebar {
  background: #d0bbaf;
  padding: 20px;
}
@media only screen and (min-width: 900px) {
  .wrap-sidebar {
    margin-left: 20px;
  }
}

.wrap-ticket-info {
  margin-bottom: 20px;
}

.ticket-info {
  margin-top: 12px;
  display: none;
  padding: 20px 16px;
  background: #d0bbaf;
}

footer {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  width: 100%;
  clear: both;
}
footer p {
  color: #FFF;
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  footer {
    padding-left: 260px;
  }
}
@media only screen and (max-width: 1499px) {
  footer {
    margin-left: 30px;
    margin-right: 30px;
    width: inherit;
  }
}
footer .lottery-logo {
  float: left;
  height: 80px;
}
@media only screen and (max-width: 899px) {
  footer .lottery-logo {
    float: none;
    display: inline-block;
  }
}
footer a {
  color: #a5ca5e;
}
footer a:hover {
  color: #8eb83d;
}