/*!
Theme Name: The Nest
Version: 0.1
Author: Yolo 
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0x; }

hr,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Apercu';
  src: url("fonts/apercu-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/apercu-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/apercu-webfont.woff") format("woff"), url("fonts/apercu-webfont.ttf") format("truetype"), url("fonts/apercu-webfont.svg#773d68d038fe7c6746af87cbb1789f49") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Apercu-bold';
  src: url("fonts/apercu-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/apercu-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/apercu-bold-webfont.woff") format("woff"), url("fonts/apercu-bold-webfont.ttf") format("truetype"), url("fonts/apercu-bold-webfont.svg#0173572ae23caf3e4e6d6c9b98fd6474") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'Giorgio-Sans-Extra-light';
  src: url("fonts/Giorgio-Sans-Extra-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Giorgio-Sans-Extra-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Giorgio-Sans-Extra-Light.woff") format("woff"), url("fonts/Giorgio-Sans-Extra-Light.ttf") format("truetype"), url("fonts/Giorgio-Sans-Extra-Light.svg#8ac2aad4feaefe7b4d6ef78bdb5b9e15") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: 'Giorgio-Sans-Medium';
  src: url("fonts/Giorgio-Sans-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Giorgio-Sans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Giorgio-Sans-Medium.woff") format("woff"), url("fonts/Giorgio-Sans-Medium.ttf") format("truetype"), url("fonts/Giorgio-Sans-Medium.svg#8a9734d2596da548c7e2fc7427d97761") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  text-decoration: none; }

p {
  margin-bottom: 20px; }

p:last-child {
  margin: 0; }

strong {
  font-family: 'Apercu-bold'; }

.fa {
  font-size: 20px !important; }

/* Selected text
---------------------------------------------------------------------------- */
::selection {
  background: #eee; }

::-moz-selection {
  background: #eee; }

/* Headings
---------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin-bottom: 20px; }

h2 {
  font-size: 20px;
  text-transform: uppercase; }

h3 {
  color: #636363;
  font-size: 16px;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  margin-bottom: 10px; }

header {
  background: #000;
  width: 100%;
  z-index: 100;
  height: 54px;
  position: fixed; }

header h1 {
  float: left;
  margin: 0; }

header h1 a {
  position: relative;
  text-indent: -1000px;
  width: 130px;
  height: 40px;
  background: url(img/the-nest2.jpg) no-repeat;
  background-size: 100%;
  display: block;
  margin-top: 6px;
  margin-left: 12px; }

header .menu-link {
  display: none; }

header ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 14px;
  margin-top: 18px; }

header ul.menu li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 23px; }

header ul li.icons {
  padding-top: 2px; }

div#mailing-list-signup {
  width: 300px;
  position: absolute;
  top: 44px;
  right: 0px;
  text-align: center;
  padding: 10px 0;
  padding-bottom: 0;
  background: black;
  display: none;
  overflow: hidden;
  color: #fff; }

div#mailing-list-signup h2 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  padding-top: 8px;
  color: #fff; }

.mailing-list-date-picker .ui-datepicker-year {
  display: none !important; }

div#mailing-list-signup div.wpcf7-response-output.wpcf7-validation-errors, span.wpcf7-not-valid-tip,
div#mailing-list-signup div.wpcf7-response-output {
  padding: 0 !important;
  font-size: 13px !important;
  text-transform: uppercase; }

div#mailing-list-signup div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important; }

div#mailing-list-signup .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: white !important; }

header ul.menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

header .wpcf7-form {
  margin-bottom: 10px !important;
  width: 100% !important;
  padding-top: 0;
  margin-top: 18px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }

header .wpcf7-form input,
header .wpcf7-form .submit {
  text-align: center;
  width: 100% !important;
  float: none;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  height: auto;
  padding: 4px 0 !important; }

input#mailchimp-submit {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: black !important; }

header .wpcf7-form .submit {
  font-size: 13px; }

header .wpcf7-form .submit:hover {
  color: black !important;
  opacity: .9; }

header ul.menu a:hover {
  color: #bfbfbf; }

header ul.menu li ul {
  background: #000;
  float: left;
  left: -21px;
  opacity: 0;
  position: absolute;
  top: 35px;
  padding: 10px 0 8px 0;
  z-index: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  border-top: 1px solid #fff;
  text-align: center; }

header ul.menu li:hover ul {
  opacity: 1; }

header ul.menu li ul li {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
  border-top: 2px solid #000; }

header ul.menu li ul li a {
  padding: 6px 16px 8px 16px;
  color: #fff; }

header ul.menu li ul a:hover {
  color: #bfbfbf; }

header ul.menu li.form {
  padding-right: 0; }

header form input {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff !important;
  float: right;
  font-family: "Apercu";
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  width: auto; }

header form input.button:hover {
  background: #fff;
  color: #000 !important; }

header ul .fa {
  color: #fff;
  font-size: 25px;
  margin-right: 5px;
  display: inline-block !important;
  margin-top: -4px; }

@media screen and (max-width: 1300px) {
  header ul.menu li {
    padding-right: 20px; } }
@media screen and (max-width: 1120px) {
  header ul.menu li {
    padding-right: 12px;
    font-size: 13px; } }
@media screen and (max-width: 1023px) {
  header {
    position: relative; }

  header a.menu-link {
    display: block;
    color: #000;
    color: #fff;
    background: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    top: 6px;
    right: 12px;
    margin: 0;
    z-index: 4; }

  header ul.menu {
    float: none;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    text-align: left;
    position: relative;
    float: left;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 3;
    margin-top: 6px;
    background: #000;
    padding-top: 8px;
    padding-bottom: 12px; }

  #main-nav {
    display: none;
    overflow: hidden;
    clear: both;
    padding-bottom: 12px;
    width: 100% !important; }

  #social-nav {
    overflow: hidden;
    width: 100% !important; }

  header ul.menu li {
    display: block;
    position: relative;
    padding-right: 0;
    text-align: center;
    font-size: 1em;
    padding: 6px 0 !important; }

  header ul.menu li.icons.social {
    padding-top: 18px !important; }

  header ul.menu li.icons.social a {
    padding-right: 0; }

  header ul .fa {
    margin-right: 0;
    margin-left: 5px; }

  header ul.menu li ul {
    opacity: 1;
    position: relative;
    visibility: visible;
    float: none;
    top: 0;
    left: inherit;
    padding: 0;
    border: 0; }

  header ul.menu li ul li:first-child {
    padding-top: 10px !important; }

  header ul.menu li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0 !important; }

  header ul.menu li ul li a {
    color: #b3b3b3; }

  header ul.menu li ul li a:hover {
    color: #fff; }

  header ul.menu li ul {
    opacity: 1;
    visibility: visible; }

  header ul.menu li.menu-item {
    width: 100%; }

  header ul.menu li.menu-item a,
  header ul.menu li.icons {
    display: inline-block;
    border-right: none;
    margin: 0;
    width: 100%;
    margin-left: 0;
    border-radius: 0; }

  .sub-menu,
  header ul.menu li.menu-item,
  header ul.menu li.menu-item a {
    width: 100%;
    padding: 0;
    margin: 0; }

  header ul.menu li.icons {
    padding: 10px;
    padding-top: 3px; }

  li.menu-item {
    padding-top: 5px; }

  .active {
    max-height: 55em !important; }

  header ul.menu li.icons,
  header ul.menu li.form {
    display: block; }

  header ul.menu li.form {
    padding: 10px; }

  div#mailing-list-signup {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 6px; }

  header form input.email {
    width: 80%;
    margin: 0; }

  header form input.button {
    width: 20%;
    margin: 0; }

  header form input {
    height: auto; } }
/* Columns 
---------------------------------------------------------------------------- */
.col-10,
.col-15,
.col-20,
.col-25,
.col-30,
.col-33,
.col-40,
.col-50,
.col-60,
.col-66,
.col-70,
.col-75 {
  float: left; }

.col-10 {
  width: 10%; }

.col-15 {
  width: 15%; }

.col-20 {
  width: 20%; }

.col-25 {
  width: 25%; }

.col-33 {
  width: 33.333%; }

.col-30 {
  width: 30%; }

.col-40 {
  width: 40%; }

.col-50 {
  width: 50%; }

.col-60 {
  width: 60%; }

.col-66 {
  width: 66.666%; }

.col-70 {
  width: 70%; }

.col-75 {
  width: 75%; }

/* Padding
---------------------------------------------------------------------------- */
.padding-all {
  padding: 20px; }

.padding-top {
  padding-top: 20px; }

.padding-right {
  padding-right: 20px; }

.padding-bottom {
  padding-bottom: 20px; }

.padding-left {
  padding-left: 20px; }

.padding-sides {
  padding-left: 20px;
  padding-right: 20px; }

.padding-top-bottom {
  padding-top: 20px;
  padding-bottom: 20px; }

/* Float
---------------------------------------------------------------------------- */
.float-left {
  float: left; }

.float-right {
  float: right; }

/* Bullet point lists in articles
---------------------------------------------------------------------------- */
article ul {
  list-style: disc outside;
  margin: 0 20px 20px 20px; }

/* Article navigation (Breadcrumb / post nav)
---------------------------------------------------------------------------- */
article nav {
  margin-bottom: 30px; }

article nav .left,
article nav .right {
  width: 45%; }

article nav .left {
  float: left; }

article nav .right {
  text-align: right;
  float: right; }

@media screen and (max-width: 720px) {
  .col-25 {
    width: 100%;
    margin-bottom: 20px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url("img/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "FontAwesome";
  font-size: 60px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }

.slick-prev:before {
  content: "\f104"; }

.slick-next {
  right: 25px; }

.slick-next:before {
  content: "\f105"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 10px;
  width: 100%;
  background: #000; }

.slick-dots li {
  width: 10px;
  height: 10px;
  background: #353535;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #fff; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.a-slide {
  height: 100%;
  width: 100%;
  background-size: cover !important; }

.slick-slider {
  height: 100%; }

.slick-list,
.slick-track {
  height: 100%; }

/* TEXT POSITIONS 
---------------------------------------------------------------------------- */
.mc-image {
  display: table !important;
  position: relative;
  color: #fff; }

.slick-slider h2 {
  font-family: 'Giorgio-Sans-Medium';
  font-size: 100px;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }

.slick-slider h3 {
  font-family: 'Giorgio-Sans-Extra-light';
  font-size: 100px;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0;
  color: #fff; }

.slick-slider p {
  font-size: 22px;
  margin-top: 30px;
  line-height: 30px;
  color: #fff; }

.link {
  position: absolute;
  right: 5%;
  bottom: 130px; }

.link a {
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  text-decoration: none; }

.mc-image p a:hover {
  background: #fff;
  color: #000; }

.in-slide-content {
  position: absolute; }

.top-left {
  margin: auto;
  top: 200px;
  left: 5%; }

.centre-left {
  margin: auto;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.bottom-left {
  margin: auto;
  bottom: 200px;
  left: 5%; }

.top-centre {
  margin: auto;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.centre-centre {
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.bottom-centre {
  margin: auto;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.top-right {
  margin: auto;
  top: 200px;
  right: 5%; }

.centre-right {
  margin: auto;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.bottom-right {
  margin: auto;
  bottom: 200px;
  right: 5%; }

@media screen and (max-width: 720px) {
  .in-slide-content h2 {
    font-size: 50px;
    line-height: 40px; }

  .in-slide-content h3 {
    font-size: 50px;
    line-height: 40px; }

  .in-slide-content p {
    font-size: 16px;
    line-height: 20px; }

  .in-slide-content {
    bottom: 100px !important;
    left: auto !important;
    right: auto !important;
    padding: 20px;
    top: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 100%; }

  .in-slide-content img {
    width: 100%;
    height: auto; }

  .in-slide-content p,
  .in-slide-content h2,
  .in-slide-content h3 {
    text-align: center !important; }

  .in-slide-content p a {
    bottom: 130px;
    right: 50px;
    position: relative;
    text-align: center; }

  .slick-prev, .slick-next {
    display: none !important; }

  .slick-slider p {
    text-align: center !important; }

  .link {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center; }

  .link a {
    display: inline-block; } }
body.page-template-about {
  background: url(img/about.jpg) no-repeat fixed center center/cover;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #fff; }

body.page-template-about section {
  display: table;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-bottom: 68px; }

body.page-template-about article {
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 720px) {
  body.page-template-about section {
    font-size: 16px;
    line-height: 20px;
    padding: 0; } }
body.whats-on {
  background: #fff; }

body.weeknights .page-overlay,
body.weekends .page-overlay,
body.whats-on .page-overlay {
  opacity: 0; }

.whatson a {
  color: #000; }

.whatson h2 {
  border-bottom: solid 1px #000;
  padding-bottom: 4px; }

.whatson ul h2 {
  border: 0; }

.whatson h3 a {
  text-decoration: none; }

.whatson ul h2 {
  margin-bottom: 5px; }

.whatson ul h3 {
  margin-bottom: 5px; }

.whatson ul h4 {
  font-size: 26px;
  line-height: 28px; }

.whatson ul a.facebook {
  text-decoration: none;
  margin-right: 10px;
  margin-top: 6px;
  display: block; }

.whatson ul p {
  font-size: 15px;
  margin-top: 2px; }

ul.this-weekend {
  background: #e6e6e6;
  margin: 0 0 0 0;
  padding: 20px;
  list-style: none;
  position: relative;
  margin-bottom: 40px; }

ul.this-weekend li ul {
  list-style: none;
  margin: 0; }

ul.this-weekend .col-50:first-child {
  padding-right: 10px; }

ul.this-weekend .col-50:last-child {
  padding-left: 10px; }

ul.this-weekend .col-50 .col-70 {
  padding-right: 10px; }

ul.this-weekend img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  display: block; }

ul.this-weekend h2,
ul.this-weekend h4 {
  margin-bottom: 20px; }

ul.this-weekend .top {
  padding-bottom: 0px;
  margin-bottom: 20px; }

.top p {
  margin-bottom: 10px; }

h1.feature-day {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 6px; }

ul.events {
  list-style: none;
  margin: 0; }

ul.events > li {
  margin-bottom: 10px;
  background: #e6e6e6;
  padding: 20px; }

ul.events img {
  width: 100px;
  height: auto;
  float: right; }

.whatson li ul {
  text-transform: uppercase;
  color: #636363;
  line-height: 20px; }

.info {
  margin-bottom: 10px;
  background: #e1e1e1;
  padding: 20px; }

a.moreinfo {
  font-family: 'Apercu-bold';
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline; }

a.moreinfo:hover {
  text-decoration: none; }

a.tickets,
a.button.buy-tickets,
a.button.reserve-an-area {
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  border: 2px solid #000;
  background: #000;
  color: white; }

a.button.buy-tickets,
a.button.reserve-an-area:hover {
  border: solid 1px #fff;
  background: #000; }

a.button.reserve-an-area,
a.button.buy-tickets:hover {
  border: solid 1px #000;
  background: #fff;
  color: #000; }

a.tickets:hover {
  background: #fff;
  color: #000; }

a.tickets.book-area,
a.button.reserve-an-area {
  background: #fff;
  color: #000; }

a.tickets.book-area:hover,
a.button.reserve-an-area:hover {
  background: #000;
  color: #fff; }

a.button.buy-tickets:hover {
  border: solid 1px #000; }

a.button.reserve-an-area:hover {
  border: solid 1px #fff; }

.events a.tickets {
  margin-bottom: 10px;
  width: 160px; }

@media screen and (max-width: 1023px) {
  ul.this-weekend {
    background: none;
    border: none;
    margin: 0;
    padding: 0; }

  ul.this-weekend li {
    background: #e1e1e1;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 20px; }

  ul.this-weekend li ul li {
    padding: 0;
    margin: 0; }

  ul.this-weekend .col-50,
  ul.events .col-20,
  ul.events .col-30 {
    width: 100%; }

  ul.this-weekend .col-50 {
    padding: 20px !important; }

  ul.this-weekend > .col-50:first-child {
    margin-bottom: 20px; }

  ul.events .col-20,
  ul.events .col-30 {
    margin-bottom: 20px; }

  ul.events .col-20:last-child {
    margin: 0; }

  ul.events .col-20 img {
    float: none; }

  .events a.tickets {
    margin-bottom: 0; }

  ul.this-weekend .top {
    padding-bottom: 0;
    margin-bottom: 20px; }

  ul.this-weekend .bottom {
    position: relative;
    bottom: 0; } }
body.single-events {
  background: url(img/contact.jpg) no-repeat fixed center center/cover;
  width: 100%;
  color: #fff; }

.img-wrapper {
  max-height: 325px;
  overflow: hidden;
  border: solid 2px #fff;
  margin-bottom: 36px;
  border-radius: 3px; }

.img-wrapper img {
  width: 100%;
  height: 100%;
  margin-bottom: -10px; }

.event-details {
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 75px;
  border-bottom: solid 1px #fff; }

.single-events h2 {
  font-size: 16px; }

.event-details .event-time {
  width: 40%;
  float: left;
  text-align: left; }

.event-details .event-date {
  display: block;
  margin-bottom: 3px; }

.event-details .event-start-end {
  display: block; }

.event-details .event-links {
  width: 40%;
  float: right;
  text-align: right; }

.event-details .event-links a:nth-child(2) {
  margin-right: 0; }

.event-details .event-links a:nth-child(2):before {
  content: " ";
  width: 2px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -15px; }

.event-description {
  padding-top: 35px;
  font-size: 16px; }

.view-all-events {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px;
  margin-top: 40px;
  display: inline-block;
  font-size: 15px; }

#ui-datepicker-div {
  font-size: .8em; }

#colorbox-wrapper {
  color: #000;
  padding: 12px; }

#colorbox-wrapper .wpcf7-form {
  width: 100%;
  padding: 0;
  margin: 0; }

#colorbox-wrapper h4 {
  font-size: 20px;
  text-transform: uppercase; }

#colorbox-wrapper .wpcf7-form input, #colorbox-wrapper .wpcf7-form textarea {
  background: #000;
  margin: 0; }

#colorbox-wrapper div.wpcf7-response-output {
  margin-left: 0 !important;
  padding: 16px 0;
  clear: both;
  padding-bottom: 0; }

@media screen and (max-width: 1023px) {
  .site-width {
    width: 90%; }

  .event-details {
    padding-bottom: 40px; }

  .event-details .event-links,
  .event-details .event-time,
  .event-details .event-date {
    width: 100%;
    float: none; }

  .event-details .event-links {
    margin: 20px 0 0 0;
    text-align: left; }

  .event-details .event-links a:last-child:before {
    display: none; } }
body.page-template-bookings {
  background: url(img/contact.jpg) no-repeat fixed center center/cover;
  width: 100%;
  color: #fff; }

.bookings {
  text-align: center; }

.bookings article {
  padding: 20px;
  overflow: hidden; }

.bookings article p {
  width: 50%;
  margin: 0 auto 20px; }

.wpcf7-form {
  width: 50%;
  margin: 50px auto 0;
  text-align: left;
  padding: 20px; }

.wpcf7-form input,
.wpcf7-form textarea {
  border: none;
  padding: 15px;
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.5px; }

.wpcf7-form p {
  margin: 0 0 0 0 !important;
  width: 100% !important; }

.wpcf7-form .required {
  color: red; }

.wpcf7-submit {
  width: auto !important;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 46px !important;
  font-weight: 300 !important;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.wpcf7-submit:hover {
  background: #fff;
  color: #000; }

.wpcf7-not-valid-tip {
  margin-top: 10px; }

.ajax-loader {
  display: inline-block;
  clear: both;
  margin-left: 12px; }

#ajax-response.invalid {
  display: block;
  color: red; }

#ajax-response.valid {
  display: blockr;
  color: #fff; }

.wpcf7-not-valid-tip {
  color: #ee3b16; }

.wpcf7 span {
  position: relative; }

.wpcf7 p {
  width: 100%;
  float: left; }

.wpcf7-date,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
  width: 90%;
  padding: 6px;
  border: solid 1px #111;
  margin-bottom: 8px; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border: 0; }

div.wpcf7-response-output {
  margin-left: 0 !important;
  padding: 16px 0;
  clear: both; }

div.wpcf7-mail-sent-ng,
div.wpcf7-response-output.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  color: #ea4545;
  font-size: 14px;
  border: 0; }

span.wpcf7-not-valid-tip {
  font-size: 1em;
  display: block !important;
  position: absolute;
  text-indent: -9999px;
  border-left: solid 3px red;
  top: -15px;
  width: 3px !important;
  bottom: 0;
  height: 30px; }

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
  height: 120px; }

.wpcf7-form-control-wrap.textarea-950 span.wpcf7-not-valid-tip {
  top: -114px; }

.div#ui-datepicker-div {
  font-size: .8em; }

@media screen and (max-width: 1023px) {
  .bookings article p {
    width: 100%; }

  .wpcf7-form {
    width: 100%;
    margin: 50px auto 0;
    text-align: left; } }
body.page-template-contact {
  background: url(img/contact.jpg) no-repeat fixed center center/cover;
  width: 100%;
  color: #fff; }

.contact-box {
  border-bottom: 1px solid #fff;
  padding: 40px 0px 40px 0px; }

.faqs {
  padding: 40px 0px 20px 0px; }

.faqs strong {
  display: block;
  margin: 0px;
  padding: 0px; }

.contact-box .col-40 {
  padding-right: 20px; }

@media screen and (max-width: 1023px) {
  .contact-box .col-40 {
    margin-bottom: 40px; }

  .contact-box .col-40,
  .contact-box .col-60 {
    width: 100%; } }
@media screen and (max-width: 720px) {
  .contact-box {
    margin: 0 0 20px 0; } }
.mixes {
  width: 850px;
  margin: 0 auto; }

body.page-template-template-mixes {
  background: url(img/contact.jpg) no-repeat fixed center center/cover;
  width: 100%;
  color: #fff; }

body.page-template-template-mixes .intro {
  padding-top: 24px !important;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 25px; }

body.page-template-template-mixes h2 {
  padding-top: 24px !important;
  font-size: 20px;
  letter-spacing: 1.3px;
  line-height: 25px;
  text-align: left; }

@media screen and (max-width: 1023px) {
  .mixes {
    width: 100%; } }
body.error404 {
  background: url(img/contact.jpg) no-repeat fixed center center/cover;
  width: 100%;
  color: #fff; }
  body.error404 h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 60px; }

/* =Footer
-------------------------------------------------------------- */
footer {
  background: #000;
  width: 100%;
  padding: 8px 22px;
  font-size: 13px;
  position: relative; }
  footer address {
    display: inline-block; }
  footer a {
    display: inline-block;
    float: right; }
  @media screen and (max-height: 800px) {
    footer {
      position: relative !important;
      bottom: auto !important;
      top: auto !important; } }
  @media screen and (max-width: 600px) {
    footer {
      position: relative !important; }
      footer address, footer a {
        width: 100%;
        text-align: center;
        float: none; } }

body.home footer {
  display: none; }

@media screen and (max-width: 1300px) {
  .site-width {
    width: 1024px; } }
@media screen and (max-width: 1023px) {
  .site-width {
    width: 720px; } }
@media screen and (max-width: 720px) {
  .site-width {
    width: 100%; } }
body,
html {
  height: 100%; }

body {
  font-family: 'Apercu';
  font-size: 16px;
  line-height: 20px; }

.site-width {
  width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative; }

.page-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }

body.home .page-overlay {
  display: none; }

@media screen and (max-width: 1300px) {
  .site-width {
    width: 1024px; } }
@media screen and (max-width: 1023px) {
  .site-width {
    width: 720px; } }
@media screen and (max-width: 720px) {
  .site-width {
    width: 100%;
    padding: 20px; } }
