/*
Theme Name: Theme Name
Theme URI: http://thestudioworks.com
Author: The Studio Works
Author URI: http://thestudioworks.com
Description: Theme Description
*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**©G
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ============================================================================ */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

video{
  display: block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* ------------- */
/* END NORMALIZE */
/* ------------- */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide {
    display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
}

.clear {
	clear:both;
}

.margin-top{
  margin-top: 60px;
}

.plainlist,
.inlinelist,
.inlinelist--ft {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.inlinelist > li {
    display: inline-block;
}

.inlinelist--ft > li{
    float: left;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.absolute {
	position:absolute;
}
.relative {
	position:relative;
}
.fixed {
    position: fixed;
}
.block {
	display:block;
}
.inline-block {
	display:inline-block;
}
.plainlink {
	text-decoration:none;
}
.plainlink:hover {
	text-decoration:none;
}
.uppercase {
	text-transform:uppercase;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-full {
  display: block;
  width: 100%;
  height: auto;
}
.event-image {
	width:auto;
	max-width:100%;
	max-height:100px;
	margin:0 auto;
}
.home-image {
	width:auto;
	max-width:100%;
	max-height:260px;
	margin:0 auto;
}
.center {
	text-align:center;
}
.center-block {
	margin-left: auto;
    margin-right: auto;
}

/* ------------------ */
/* END HELPER CLASSES */
/* ------------------ */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
}
.container.narrow {
    max-width: 1020px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float:left;
  word-wrap: break-word;
}
.col-12 {
	width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}

/* ---------------- */
/* END GDID COLUMNS */
/* ---------------- */

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.transition, .transition:hover {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body {
    background-color: #222222;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-weight: normal;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 28px 0;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}
p {
    margin: 0 0 28px 0;
    -webkit-font-smoothing: antialiased !important;
}
p a, .footer-inner ul.plainlist a, ul#menu-footer-menu.plainlist a{
      font-weight: normal;
}
/*
ul.plainlist a{
      font-weight: normal;
}
*/
a {
    text-decoration: none;
    color: #e54ba1;
}
a:hover {
    color: #fff;
}
.highlight-color{
    color: #b43e80;
}
.highlight-bgcolor {
    background-color: #bf4288;
}
.curved {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.screws {
    background-image: url(images/circle.png), url(images/circle.png), url(images/circle.png), url(images/circle.png);
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: no-repeat;
}
.events-grid .screws, .photos-grid .screws {
    background-image: url(images/circle-alt.png), url(images/circle-alt.png), url(images/circle-alt.png), url(images/circle-alt.png);
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: no-repeat;
}
.single-border {
    border: 4px solid #b43e80;
    position: relative;
    padding: 6px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.double-border {
    border: 2px solid #b43e80;
    position: relative;
    padding: 9px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.double-border:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px solid #b43e80;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.container.narrow .double-border {
    padding: 50px 135px 135px 135px;
}
.container.narrow.contact .double-border, .container.narrow.menu .double-border, .container.narrow.bookings .double-border {
    padding: 50px 60px 135px 60px;
}
.leaf {}
.leaf-top-right {
    top: 18px;
    right: 5px;
    width: 355px;
    height: 229px;
}
.leaf-behind {
    z-index: -1;
}
.leaf-front {
    z-index: 100;
}

.leaf-home-top-left {
    width: 189px;
    top: -23px;
    left: -50px;
}
.leaf-home-top-right {
    width: 230px;
    top: -26px;
    right: -65px;
}
.leaf-home-bottom-left {
    width: 418px;
    bottom: -54px;
    left: -64px;
}
.leaf-home-bottom-right {
    width: 258px;
    bottom: -63px;
    right: -54px;
}

.leaf-page-top-left {
    width: 204px;
    top: -20px;
    left: -58px;
}
.leaf-page-top-right {
    width: 197px;
    top: -32px;
    right: -50px;
}

.leaf-rooftop-left {
    width: 90px;
    top: -22px;
    left: -58px;
}
.leaf-rooftop-right {
    width: 141px;
    top: -42px;
    right: -51px;
}

.leaf-above-left {
    width: 103px;
    top: -35px;
    left: -49px;
}
.leaf-above-right {
    width: 168px;
    top: -66px;
    right: -44px;
}

.leaf-below-left {
    width: 117px;
    bottom: -48px;
    left: -35px;
}




.page-title {
    border: 2px solid #b43e80;
    position: relative;
    padding: 9px 0 8px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 300;
    width: 100%;
    max-width: 300px;
    margin-bottom: 31px;
}
.page-title.narrow {
    width: 100%;
    max-width: 170px;
}
.page-title:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 2px solid #b43e80;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #b43e80;
}
.alignleft {
	float: left;
    margin: 5px 25px 18px 0;
}
.alignright {
	float: right;
    margin: 5px 0 18px 25px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Header */

.site-navigation {
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 20px;
    padding: 136px 0 0 0;
}
.site-navigation a {
    text-decoration: none;
    color: #fff;
     font-weight: 300;
    padding: 4px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 3px;
}
.site-navigation a:hover, .site-navigation li.current-menu-item a, .site-navigation li.current-page-ancestor a {
    color: #b43e80;
    background-color: #fff;
    font-weight: 300;
    padding: 4px 10px;
}
.sub-menu {
    font-size: 18px;
   margin-top: 43px;
}
.sub-menu a:hover, .sub-menu a.active, .sub-menu .current_page_item a {
    background-color: #b43e80;
    color: #fff;
}
.error404 .sub-pages-menu {
    display: none;
}
.nav-toggle {
    display: none;
}
.social-links {
    top: 89px;
    right: 85px;
}
.social-links a {
    background-size: 122px 19px;
    background-image: url(images/social-sprite.png);
    background-image: url(images/social-sprite.svg);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    margin: 0 1px;
}
.ie7 .social-links a, .ie8 .social-links a {
    background-image: url(images/social-sprite.png);
}
.social-links a:hover {
    background-color: #b8357e;
}
.social-links a.facebook {
    background-position: 10px 6px;
}
.social-links a.twitter {
    background-position: -27px 6px;
}
.social-links a.instagram {
    background-position: -62px 6px;
}
.social-links a.signup-modal {
    background-position: -96px 6px;
}
.logo {
    width: 323px;
    margin: 0px;
    top: 28px;
}
.logo a {
    width: 151px;
    height: 151px;
    top: 23px;
    left: 61px;
}
.signup-box-wrap {
    padding-top: 30px;
    max-width: 640px;
}
.signup-box {
    background: #b43e80;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 20px;
    height: 49px;
    padding: 0 1px;
}
.signup-box span {
    margin-top: 7px;
    margin-left: 18px;
    margin-right: 38px;
}
.signup-box #mc_embed_signup form {
    background: none;
    padding: 2px 0;
}
.signup-box #mc_embed_signup #mce-EMAIL {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 500;
    padding: 10px 18px;
    width: 410px;
}
.signup-box #mc_embed_signup #mc-embedded-subscribe {
    border-radius: 0px;
    width: auto;
    height: auto;
    background: none;
    padding: 0px;
    margin: 6px 0 0 20px;
}
.signup-box #mc_embed_signup #mc-embedded-subscribe:hover {
    color: #000;
}

/* Structure */

.main-content {
    padding: 100px 0 0 0;
}
.home .main-content {
    padding-top: 28px;
}
.page-child .main-content {
   padding: 35px 0 0 0;
}
.page-whats-on .main-content {
    padding: 45px 0 0 0;
}

/* Home */

.slider-home {
    overflow: hidden;
    max-height:442.5px;
}
.homepage-boxes {
    padding-top: 60px;
}
.homepage-boxes .row {
    margin-bottom: 30px;
}
.homepage-boxes .row:last-child {
    margin-bottom: 80px;
}
.homepage-boxes .single-border {
    padding: 10px;
}
.homepage-boxes--events .screws {
    height: 485px;
}
.homepage-boxes--events {
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}
.homepage-boxes--events ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.homepage-boxes--events span.date {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.homepage-boxes--events img {
    margin-top: 18px;
}
.homepage-boxes--socialfeeds .single-border {
    height: 450px;
}
.homepage-boxes h3 {
    font-size: 22px;
    padding-top: 7px;
    margin-bottom: 15px;
}
.homepage-boxes--events h3 {
    margin-bottom: 32px;
}
.homepage-boxes--events ul {
    height: 384px;
    overflow-y: scroll;
}
.homepage-boxes h4 {
    font-size: 21px;
    padding-top: 7px;
    margin-bottom: 15px;
}
.homepage-boxes h3 a, .homepage-boxes h4 a {
    color: #fff;
}
.homepage-boxes .screws {
    padding: 0 23px;
}
.homepage-boxes .curved {
    background: #fff;
    padding: 20px;
    height: 307px;
}
.homepage-boxes .instagramfeed .curved {
    background: #fff;
    padding: 5px;
}
a.homepromobox:hover .highlight-color, .homepromobox a:hover .highlight-color{
    color: #fff;
}
.instagramfeed img {
    border-radius: 6px;
}
.facebookfeed iframe {
    border: none;
}
.instagramfeed.screws, .facebookfeed.screws, .twitterfeed.screws {
    background: none;
}
.homepage-boxes .social-icon {
    background-image: url(images/social-sprite-colour.svg);
    background-size: 81px 60px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.ie7 .homepage-boxes .social-icon, .ie8 .homepage-boxes .social-icon {
    background-image: url(images/social-sprite-colour.png);
}
.facebookfeed .social-icon {
    background-position: 0px 0px;
    width: 14px;
    height: 26px;
}
.facebookfeed .social-icon:hover {
    background-position: 0px -34px;
}
.twitterfeed .social-icon {
    background-position: -24px -2px;
    width: 24px;
    height: 23px;
}
.twitterfeed .social-icon:hover {
    background-position: -24px -36px;
}
.instagramfeed .social-icon {
    background-position: -58px -1px;
    width: 23px;
    height: 24px;
}
.instagramfeed .social-icon:hover {
    background-position: -58px -35px;
}

video{
  width: 1185px;
  max-width: 100%;
}

/* Contact */

.contact-map {
    margin-bottom: 60px;
}

/* About */

.sister-venues {
    margin-top: 78px;
}
.sister-venues .page-title {
    margin-bottom: 65px;
}
.sister-venue-name {
    font-weight: 300;
    font-size: 16px;
    margin: 0px;
}
.sister-venues-intro {
    margin-bottom: 65px;
}

/* Photos */

.photos-grid {
    margin-bottom: 60px;
}
.photos-grid .grid-item .curved {
    background: #fff;
    padding: 10px;
}
.photos-grid .grid-item a:hover {
    color: #000;
}
.photos-grid .grid-item {
    margin-bottom: 20px;
}
.photos-grid .grid-item .screws {
    padding-bottom: 45px;
}
.photos-grid .grid-item h3 {
    padding-top: 16px;
    font-size: 20px;
    height: 90px;
    margin: 0px;
}
.single-photos .photos-grid .gallery-full .screws {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 13px;
    padding-bottom: 91px;
}
.single-photos .gallery-title {
    font-size: 36px;
    height: auto;
    padding: 0px 0 10px 0;
    margin-bottom: 17px;
    line-height: normal;
    clear: both;
    max-width: 800px;
    margin: 0 auto;
}
.single-photos .page-gallery {
    background: none;
}
.page-gallery .rsThumbsHor {
    margin-top: 17px;
    background: none;
    height: 87px;
}
.page-gallery .rsThumb {
    width: 136px;
    padding-right: 6px;
    height: 87px;
    background: none;
}
.page-gallery .rsThumb.rsNavSelected {
    background: none;
}
.more-photos {
    padding-top: 30px;
}
.more-photos .page-title {
    margin-bottom: 60px;
}
.sharebtns {
    font-size: 15px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    top: 20px;
    right: 55px;
    width: 130px;
}
.sharebtns span {
    margin-top: 3px;
}
.sharebtns a {
    float: right;
    margin-left: 10px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: inline-block;
    font-size: 20px;
    padding-top: 1px;
}
.sharebtns a:hover {
    color: #fff!important;
    background: #333;
}
.rsSlideCount {
    font-size: 15px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    top: 20px;
    left: 55px;
    position: absolute;
}

/* Events */

.events-grid {
    margin-bottom: 60px;
}
.events-grid .grid-item .curved {
    padding: 10px;
}
.events-grid .grid-item .screws {
    padding: 6px 20px 0px 20px;
    height: 470px;
}
.events-grid .grid-item a, .events-grid .grid-item a:hover {
    color: #000;
}
.events-grid .event-date {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}
.events-grid .event-summary {
    letter-spacing: 0.05em;
    line-height: 19px;
    font-size: 12px;
    padding-top: 22px;
    height: 160px;
}
.events-grid .grid-item {
    margin-bottom: 30px;
}
.events-grid .grid-item h3 {
    padding-top: 6px;
    font-size: 22px;
    margin: 0 0 20px;
    color: #fff;
}

.events-grid .grid-item:hover h3 {
  color: #000;
}

.events-grid .rooftop-notice {
    background-image: url(images/rooftop-arrow.svg);
    background-repeat: no-repeat;
    background-size: 26px 10px;
    background-position: 50% 0%;
    bottom: 20px;
    left: 0px;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding-top: 18px;
}
.ie7 .events-grid .rooftop-notice, .ie8 .events-grid .rooftop-notice {
    background-image: url(images/rooftop-arrow.png);
}
.page-whats-on .sub-pages-menu, .page-event .sub-pages-menu {
    display: none;
}

/* Event Single */

.event-sidebar .curved {
    background-color: #F7F5FF;
}
.event-sidebar .follow-us-box .curved {
    background-color: #3C598F;
    color: #fff;
}
.event-sidebar .follow-us-box .grid-item h3 {
    color: #fff;
    padding-top: 13px;
    height: auto;
    margin-bottom: 10px;
}
.event-sidebar h4 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 45px;
}
.events-grid .event-sidebar .screws {
    height: auto;
}
.event-sidebar .grid-item h3 {
    color: #b43e80;
    height: auto;
    margin-bottom: 20px;
}
.events-grid .event-sidebar .event-summary {
    height: auto;
    padding-bottom: 20px;
}
.events-grid .event-main-content .grid-item .screws {
    height: auto;
}
.event-main-content .grid-item h3 {
    font-size: 36px;
    line-height: 43px;
    height: auto;
    margin-bottom: 38px;
}
.event-main-content .event-date {
    font-size: 30px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 25px;
}
.event-main-content .event-summary {
    font-size: 16px;
    text-transform: none;
    line-height: 30px;
    margin-bottom: 60px;
    padding-top: 30px;
}
.follow-us-box p {
    text-align: left;
    margin-bottom: 20px;
}
.follow-us-box .social-links a {
    background-color: #222222;
    width: 34px;
    height: 34px;
    margin: 0 6px;
}
.follow-us-box .social-links {
    margin-bottom: 25px;
}
.follow-us-box .social-links a.facebook {
    background-position: 12px 8px;
}
.follow-us-box .social-links a.twitter {
    background-position: -25px 7px;
}
.follow-us-box .social-links a.instagram {
    background-position: -60px 8px;
}

/* Venue */

.venue-listings {
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}
.venue-listings ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.venue-listings span.date {
    font-size: 15px;
    font-weight: 300;
    color: #c4c4c4;
}
.venue-listings h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.page-template-venue .main-content {
    margin-bottom: 80px;
}
.venue-header {
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}
.venue-header p {
    margin-bottom: 10px;
    font-size: 15px;
}
.venue-header h5 {
    font-size: 25px;
    margin-bottom: 10px;
}
.opening-notice {
    font-size: 18px;
    color: #46be25;
    margin-bottom: 7px;
}
.rooftop-overlay-info {
    width: 100%;
    max-width: 280px;
    top: 62%;
    background: #fff;
    padding: 17px;
    left: 50%;
    margin-left: -140px;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    color: #000;
    opacity: .9;
}
.rooftop-overlay-info a:hover {
    color: #000;
}
.rooftop-overlay-info p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
}
.page-venue .main-content {
    padding-top: 0px;
}
.venue-header {
    padding: 35px 0 5px 0;
}
.venue-info-toggle {
    width: 100%;
    height: 100%;
    z-index: 20;
    text-align: center;
    font-size: 60px;
    cursor: pointer;
}
.venue-info {
    display: none;
    margin-top: 30px;
    margin-bottom: 50px;
}
.venue-info-toggle i {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -24px;
}

/* Bookings */

.booking-widget {
    max-width: 300px;
    margin: 0 auto;
}
.dmn-form .powered-by {
    display: none;
}
.dmn-form {
    background: none!important;
    font-family: 'Oswald', sans-serif!important;
    font-family: 'Dosis', sans-serif!important;
    font-weight: 300!important;
    width: 100%!important;
}
.dmn-form label {
    color: #fff;
}
.dmn-form h1 {
    font-family: 'Oswald', sans-serif!important;
    font-family: 'Dosis', sans-serif!important;
    font-weight: 300!important;
    color: #fff!important;
}
.dmn-form .btn-primary {
    background: #b43e80!important;
    background: #b43e80!important;
    border: none!important;
}

.dmn-form .btn.submit {
    margin-top: 15px!important;
    width: 68%!important;
    }

.dmn-form{
    padding: 30px 7px!important;
}    

/* Menu */

.menu-section {
    margin-bottom: 20px;
}

/* Rooftop */

.page-template-rooftop .main-content{
  padding-top: 0;
}

.rooftop-content {
    width: 70%;
    margin: 0 auto;
     padding: 60px 0 40px 0;
}

.rooftop-images {
  padding: 0 30px;
  }

.rooftop-images img{
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.homepage-slider.single-border{
  padding: 0;
}

.download-btn{
    border: 4px solid #b43e80;
    padding: 7px 18px 7px 18px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
    background: #b43e80;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mute-toggle{
    border: 6px solid #000;
    position: absolute;
    z-index: 100;
    bottom: 21%;
    right: 7%;
    cursor: pointer;
    width: 52px;
    height: 52px;
    background-size: 40px;
    border-radius: 50%;
    background-color: #000;
    background-image: url(images/sound-on.svg);
}

.unmuted{
  background-image: url(images/sound-off.svg);
}

.muted{
  background-image: url(images/sound-on.svg);
}






/* Footer */

.site-footer {
    line-height: 30px;
    padding-bottom: 130px;
    font-size: 15px;
}
.site-footer h4 {
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    margin-bottom: 18px;
}
.site-footer ul {
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased !important;
}
.site-footer p {
    margin: 0 0 30px 0;
}
.footer-signup {
    padding: 10px 25px 10px 10px;
}
.footer-signup #mc_embed_signup form {
    background: none;
    display: block;
    padding: 0px;
}
.footer-signup #mc_embed_signup #mce-EMAIL {
    font-size: 15px;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    padding: 10px 20px 8px 20px;
    width: 80%;
}
.footer-signup .email {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.footer-signup #mc_embed_signup #mc-embedded-subscribe {
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    border-radius: 0px;
    width: auto;
    height: auto;
    background: none;
    text-align: right;
    padding: 0px;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding-top: 4px;
}
.footer-signup #mc_embed_signup #mc-embedded-subscribe:hover {
    color: #000;
}
.container.footer-inner {
    /*max-width: 880px;*/
    padding-top: 50px;
}
.footer-top {
    border-top: 2px solid #b43e80;
    border-bottom: 2px solid #b43e80;
    height: 6px;
    margin: 0px;
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 150px;
}
.ie7 .footer-logo, .ie8 .footer-logo {
    width: 125px;
    height: 125px;
}
.roof_open {
	font-weight:normal;
	text-transform:uppercase;
	color:#2abb2a;
    line-height: 23px;
    display: block;
    margin-bottom: 3px;
    padding-top: 4px;
}
.site-credit{
  font-size:13px;
}
.site-footer .social-links {
    top: 7px;
    right: 65px;
}

.notification {
    bottom: 40px;
    left: 25px;
    background: #b43e80;
    color: #fff;
    z-index: 2000;
    display: none;
    width: 325px;
    padding: 5px 30px 5px 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    font-family: 'Oswald', sans-serif;
    font-family: 'Dosis', sans-serif;
    -webkit-box-shadow: -3px 3px 4px 0px rgba(0,0,0,0.62);
    -moz-box-shadow: -3px 3px 4px 0px rgba(0,0,0,0.62);
    box-shadow: -3px 3px 4px 0px rgba(0,0,0,0.62);
}
.notification a {
    color: #fff;
}
.notification:hover a {
    color: #b43e80;
}
.notification img {
    float: left;
    margin: 0 15px 0 0;
    max-width: 125px;
    height: auto;
}
.notification:hover {
    background: #fff;
    color: #b43e80;
}
.notification .close {
    background-size: 15px 33px;
    background-image: url(images/close.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
    background-position: 0px -18px;
    cursor: pointer;
}
.ie7 .notification .close, .ie8 .notification .close {
    background-image: url(images/close.png);
}
.notification:hover .close {
    background-position: 0px 0px;
}
.notification span {
    padding-top: 35px;
}

/* Sign Up */

.modal-overlay {
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/*filter: alpha(opacity=30);*/
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:1000;
	position:fixed;
	display:none;
	cursor:pointer;
}
.modal-signup {
	background:#cbcbcb;
	width:460px;
	height:350px;
	position:fixed;
	left:50%;
	top:-445px;
	margin-left:-230px;
	margin-top:-190px;
	z-index:1001;
	/*display:none;*/
	color:#000;
	box-shadow: 10px 10px 0px 0px rgba(29, 29, 27, 0.1);
}
.modal-signup h3 {
    text-transform: uppercase;
}
.modal-close {
	cursor:pointer;
	top:25px;
	right:25px;
}
.modal-signup-form {
	padding: 35px 30px 30px 30px;
}
#mc_embed_signup form {
    background: #fff;
    padding: 8px;
    display: inline-block;
}
#mc_embed_signup #mc-embedded-subscribe {
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    background: #000;
    text-align: center;
    padding: 0px;
    padding-top: 1px;

}
#mc_embed_signup #mce-EMAIL {
    border: none;
    padding: 5px 10px;
    color: #000;
}
#mc_embed_signup #mce-EMAIL:focus {
    outline: none;
}
.event-sidebar #mc_embed_signup #mce-EMAIL {
    width: 70%;
}


/* Pop up plugin */

#sgcboxLoadedContent{
    font-weight: 300 !important;
    border: none !important;
    background: #1D1D1B !important;
    color: #fff !important;
}

#sgcboxLoadedContent h1, #sgcboxLoadedContent h2{
  margin-top: 30px !important;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase !important;
}

#sgcboxLoadedContent a{
  color: #fff !important;
  border-bottom: 2px solid #B43E80 !important;
}
#sgcboxLoadedContent a:hover{
  color: #B43E80 !important;
  cursor: pointer;
}

#sgcboxLoadedContent img{
  text-align: center;
  max-width: 500px;
}

#sgcboxLoadedContent h1, #sgcboxLoadedContent h2, #sgcboxLoadedContent h3, #sgcboxLoadedContent h4, #sgcboxLoadedContent h5, #sgcboxLoadedContent h6{
  font-size: 1.5rem !important;
}


#sgcboxLoadedContent p{
    font-weight: 300 !important;
  }

#sgcboxLoadedContent h6{
    text-align: center !important;
  } 

#sgcboxLoadedContent h6 a{
    color: #fff !important;
    border-bottom: none !important;
    padding: 9px !important;
    border-radius: 6px !important;
    color: #fff !important;
    width: auto !important;
    font-size: 1rem !important;
    background: #b33e7f !important;
   
}

#sgcboxLoadedContent h6 a:hover{
  color: #fff !important;
  cursor: pointer !important;
}

#sgcboxClose, #sgcboxClose:hover {
    position: absolute !important;
    top: -30px !important;
    right: -28px !important;
    display: block !important;
    background: url(images/close-pop3.png) no-repeat 2px 0 !important;
    text-indent: -9999px;
    width: 47px !important;
    height: 46px !important;
    padding: 0!important;
    cursor: pointer;
}

   


/* Responsive */


@media (max-width: 1100px) {
    .site-navigation {
        padding-left: 200px;
        line-height: 35px;
        margin-top: 20px;
    }
    .social-links {
        right: 15px;
    }
}
@media (max-width: 1000px) {
    .homepage-boxes .screws {
        padding: 0px;
    }
    .page-template-whats-on .events-grid .col {
        width: 50%;
    }
}
@media (max-width: 930px) {
    .site-footer .social-links {
        right: 15px!important;
    }
    .footer-signup #mc_embed_signup #mce-EMAIL {
        width: 71%;
    }
}

@media (max-width: 760px) {
    .homepage-boxes .col {
        width: 100%;
        margin-top: 20px;
    }
    .homepage-boxes .single-border, .homepage-boxes--events .screws, .homepage-boxes .curved {
        height: auto;
    }
    .homepage-boxes--events ul {
        padding-bottom: 20px;
    }
    .photos-grid .grid-item {
        width: 50%;
    }
    .photos-grid .grid-item.gallery-full {
        width: 100%;
    }
    .single-photos .photos-grid .grid-item .screws {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sharebtns {
        position: static;
        float: right;
        margin: 10px 20px 20px 0px;
    }
    .rsSlideCount {
        left: 20px;
    }
}
@media (max-width: 700px) {
    .site-footer .col, .bookings .col {
        width: 100%;
    }
    .modal-signup {
		width:100%;
		margin-left:-50%;
	}
    .leaf {
        display: none;
    }
    .logo a {
        top: -10px;
        left: 0px;
        width: 100px;
        height: 100px;
    }
    .social-links {
        top: 18px;
        right: 10px;
    }
    .site-navigation {
        text-align: center;
        margin-top: 20px;
        line-height: 40px;
        padding-top: 120px;
        padding-left: 0px;
    }
    .site-navigation a:hover, .site-navigation li.current-menu-item a, .site-navigation li.current-page-ancestor a {
        padding: 2px 7px 1px 7px
    }
    /*.slider-home, .slider-home .rsOverflow {
        height: 300px !important;
    }*/
    .main-content, .page-child .main-content, .page-whats-on .main-content {
        padding: 15px 0 0 0;
    }
    .homepage-boxes {
        padding-top: 0px;
    }
    .sub-menu {
        margin-top: 10px;
    }
    .container.narrow.contact .double-border, .container.narrow.menu .double-border, .container.narrow.bookings .double-border, .container.narrow .double-border {
        padding: 20px 20px 20px 20px;
    }
    .events-grid .col {
        width: 100%;
    }
    .events-grid .event-summary, .events-grid .grid-item h3, .events-grid .grid-item .screws {
        height: auto;
    }
    .events-grid .grid-item .screws {
        padding-bottom: 75px;
    }
    .events-grid .grid-item h3 {
        margin-bottom: 20px;
    }
    .homepage-slider {
        display: none;
    }
    .site-navigation a {
        padding: 2px 7px 1px 7px;
        margin: 0 2px;
    }
    .other-venue .venue-header {
        padding: 23px 0 13px 0;
    }
    .page-title {
        width: 90%;
    }
    .col {
        overflow: hidden;
    }
    .notification {
        bottom: 10px;
        right: 10px;
        width: 250px;
    }
    .notification img {
        margin: 0 5px 0 0;
        max-width: 80px;
    }
    .notification span {
        padding-top: 5px;
    }
    .site-credit {
        margin-top: 60px;
        display: block;
    }
    .signup-box-wrap {
        max-width: 440px;
    }
    .signup-box #mc_embed_signup #mce-EMAIL {
        width: 233px;
    }
    .signup-box span {
        margin-right: 18px;
    }
}
@media (max-width: 500px) {
    .signup-box-wrap {
        max-width: 300px;
    }
    .signup-box-wrap span {
        display: none;
    }
    .signup-box #mc_embed_signup #mce-EMAIL {
        width: 210px;
    }
}