/*
Theme Name: Libreria
Author:  LeCollective
Author URI: https://lecollective.co.uk/
Description: Theme for Libreria by Utile Studio, developed by LeCollective
Version: 1.1.1
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

body {
    background: #ffffff;
}

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

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
    color: #fff;
}

a img {
    border: 0;
}

.clear {
    clear: both;
}

/* Main / Home */
@font-face {
    font-family: 'lineto-couriersans-regular-s';
    src: url('fonts/lineto-couriersans-regular-s.eot');
    src: url('fonts/lineto-couriersans-regular-s.eot?#iefix') format('embedded-opentype'),
    url('fonts/lineto-couriersans-regular-s.woff') format('woff'),
    url('fonts/lineto-couriersans-regular-s.ttf') format('truetype'),
    url('fonts/lineto-couriersans-regular-s.svg#avenir_65medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lineto-couriersans-light-s';
    src: url('fonts/lineto-couriersans-light-s.eot');
    src: url('fonts/lineto-couriersans-light-s.eot?#iefix') format('embedded-opentype'),
    url('fonts/lineto-couriersans-light-s.woff') format('woff'),
    url('fonts/lineto-couriersans-light-s.ttf') format('truetype'),
    url('fonts/lineto-couriersans-light-s.svg#avenir_65medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_65medium';
    src: url('fonts/avenir-medium-webfont.eot');
    src: url('fonts/avenir-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/avenir-medium-webfont.woff2') format('woff2'),
    url('fonts/avenir-medium-webfont.woff') format('woff'),
    url('fonts/avenir-medium-webfont.ttf') format('truetype'),
    url('fonts/avenir-medium-webfont.svg#avenir_65medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_35_lightregular';
    src: url('fonts/avenir-light-webfont.eot');
    src: url('fonts/avenir-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/avenir-light-webfont.woff2') format('woff2'),
    url('fonts/avenir-light-webfont.woff') format('woff'),
    url('fonts/avenir-light-webfont.ttf') format('truetype'),
    url('fonts/avenir-light-webfont.svg#avenir_35_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #fff;
    font-family: 'lineto-couriersans-regular-s',sans-serif;
    background: #27292e;
	-webkit-overflow-scrolling: touch;
}

a, a:visited {
    color: #fff;
}

.ease {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mob {
    display: none;
}

#page {
    width: 100%;
    height: 100%;
    position: relative;
}

#mobmenu, #mob-cont {
    display: none;
}

#fullpage, .home #header, #primary {
    opacity: 0;
}

#fullpage.show, #header.show, #primary.show {
    opacity: 1;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100px;
}
#cookie {
	z-index: 999999999;
	position: fixed;
	display: none;
	top: 0px;
	padding: 20px 225px 20px 30px;
	color: #000000;
	margin: auto;
	left: 0;
	right: 0;
	background: rgb(252, 201, 76);
	width:100%;
}
#aac {
	position: absolute;
    right: 30px;
    top: 50%;
    color: #000;
    border: 1px solid #000;
    padding: 4px 10px;
    cursor: pointer;
    transform: translateY(-50%);
}
#cookie p {
	margin-bottom: 0;
	text-align: left;
}
#cookie p a {
	text-decoration: underline;
	color: #000;
}
#clink {
	display: none;
	position: absolute;
    right: 30px;
    top: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 45px;
    font-weight: 100;
    font-family: initial;
}
.fp-viewing-0 #header {
    height: 100%;
}

.section {
    background: center no-repeat;
    background-size: cover;
    position: relative;
}

.section.featured {
    background: #fcc94c;
}

#logo {
    width: 12%;
    max-width: 200px;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.fp-viewing-0 #logo, #smlogo {
    width: 30%;
    max-width: 450px;
    height: 100%;
}
#primary.newsletter {
	padding-top: 17vw;
	width: 50%;
	margin: auto;
}
#logo img {
    width: 100%;
    top: 55px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#logo img.drk {
    opacity: 0;
}

.single #logo img.lght {
    display: none;
}

.single #logo img.drk {
    opacity: 1;
}

#menu_but {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#clock, .hours.show, .closed.show {
    display: inline-block;
}

.hours, .closed {
    display: none;
}

.close, .single-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2vw;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999999999;
}

.single-close {
    z-index: 9;
}

.close img, .single-close img {
    width: 100%;
    height: auto;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transition: transform .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.close:hover img, .single-close:hover img {
    transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
}

#closer {
    display: none;
}

.section h2 {
    font-size: 2.5vw;
	font-size:1.8vw;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    font-family: 'lineto-couriersans-regular-s';
    transform: translateY(-50%);
	padding:0 15%;
}
.section h2 p {
	margin-bottom:20px;
}
.section h2 p:last-item {
	margin-bottom:0px;
}
.section h2 span.sub {
	font-size:1vw;
	line-height:1.5vw;
	margin-top:10px;
	font-family: 'lineto-couriersans-regular-s';
	display: block;
}
.section h2 span.sub br {
   margin: 5px 0;
}
.section .ovlay span a {
	text-decoration:underline;
	pointer-events: auto;
}
.section h2 span {
    font-size:1.5vw;
}
.overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.active .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.sml {
    font-size: 1vw;
    font-size: 14px;
}

#footer {
    position: fixed;
    bottom: 20px;
    z-index: 999999999;
    width: 100%;
}

#email_social, #time {
    right: 20px;
    display: inline-block;
    position: absolute;
    vertical-align: bottom;
    width: 40%;
    bottom: 0;
}

#time {
    text-align: right;
    cursor: pointer;
}

#time_detail, #location_detail {
    opacity: 0;
    opacity: 1;
    padding-bottom: 20px;
    line-height: 1.4em;
    cursor:pointer;
}
#location_detail {
    cursor:default;
}
#time:hover > #time_detail {
    opacity: 1;
}

#time_detail.hide {
    opacity: 0 !important;
    opacity: 1 !important;
}

.hours.show {
    display: inline-block;
}

.closed.show {
    display: inline-block;
}

#email_social {
    right: inherit;
    left: 20px;
}

#email_social a {
    text-decoration: none;
}

ul#sicons {
    display: none;
    text-align: center;
}

ul#sicons li {
    display: inline-block;
    padding: 0 5px;
    width: 40px;
}

ul#sicons li:hover {
    opacity: 0.6;
}

ul#sicons li img {
    width: 100%;
    height: auto;
}

#overlay {
    position: absolute;
    width: 100%;
    height: 66%;
    top: 0;
    left: 0;
    right: 0;
    margin: 9% auto;
    display: none;
    z-index: 9;
    bottom: 0;
}

.inner.show {
    height: 100%;
}

#map {
    width: 100%;
    display: none;
    height: 86%;
	border-top: 2px solid #c8c6c7;
    border-bottom: 2px solid #c8c6c7;

}

#directions {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

#directions a {
    text-decoration: none;
}

#libreria_add {
    font-family: 'lineto-couriersans-regular-s', sans-serif;
    color: #27292e;
    padding: 20px;
    text-align: center;
}

#marker {
    display: none;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    padding-bottom: 5px;
}

#marker.show {
    display: inline-block;
    text-align: center;
}

#menu-cont {
    background: #27292e;
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#menu-cont, #menu-cont a {
    color: #fff;
}

/* .fp-viewing-3 #menu-cont, .fp-viewing-3 #menu-cont a {
	color: #000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
} */

#smlogo {
    width: 30%;
    margin: 0 auto 2% auto;
}

#smlogo img {
    width: 100%;
    height: auto;
}

.main_menu li {
    padding: 1% 0;
}

.main_menu li a, .main_menu li {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.newsletter-copy {
	font-size: 16px;
	
}
.newsletter-copy p {
	margin-bottom: 1em;
}
#newsletter {
    font-size: 16px;
    padding: 10px 20px;
    margin: 1% 0;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
}

.inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;

}

#menu-cont.active {
    top: 0;
}

.whatsOn {
    height: 100%;
}

.avenir, .form-page input[type='submit'], .button {
    font-family: 'avenir_35_lightregular';
}

body.page-template-whatson,
body.single,
body.page-id-331 {
    background: #fcc94c;
    color: #27292e;
}

body.page-template-whatson #logo img.lght,
body.page-id-331 #logo img.lght {
    display: none;
}

body.page-template-whatson #logo img.drk,
body.page-id-331 #logo img.drk {
    /*display:block;*/
    opacity: 1;
}

body.page-template-whatson a, body.single a {
    color: #27292e;
}

/* body.page-template-whatson #header, body.page-template-recommend #header {
    position:relative;
} */

body.page-template-whatson #header:after,
body.page-template-recommend #header:after,
body.single #header:after,
body.page-template-page-forms #header:after, 
body.page-template-werecommend #header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

body.single #header:after {
    height: 80px;
}

body.page-template-whatson #header:after,
body.single #header:after,
body.page-template-page-forms.page-id-331 #header:after {
    background: #fcc94c;
}

body.page-template-werecommend #header:after,
body.page-template-recommend #header:after,
body.page-template-page-forms #header:after {
    background: #27292e;
}

body.page-template-whatson #footer,
body.single #footer,
body.page-template-werecommend #footer,
body.page-template-recommend #footer,
body.page-template-page-forms #footer,
body.page-template-hire-php #footer {
    display: none;
}
body.page-template-whatson.menu-active #footer,
body.single.menu-active #footer,
body.page-template-recommend.menu-active #footer,
body.page-template-werecommend.menu-active #footer,
body.page-template-page-forms.menu-active #footer {
    display: block;
}
body.page-template-whatson #footer.show, body.single #footer.show, body.page-template-recommend #footer.show, body.page-template-werecommend #footer.show {
    display: block;
}

#page_heading {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100000;
}

#page_heading a {
    text-decoration: none;
}

#whats-content {
    padding: 2% 3%;
}

#whats-content ul li {
    width: 24.66%;
    padding: 0 1% 2% 1%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 1;
}

#whats-content ul li:hover {
    opacity: 0.8;
}

.image img {
    width: 100%;
    height: auto;
    display: block;
}

#whats-content ul li h2 {

    width: 95%;
    margin-top: 10%;
}

#whats-content .date, .readmore {
    margin-top: 10%;
    font-size: 14px;
}

#recommend-content .copy {
    display: none;
}

.readmore a {
    text-decoration: underline;
}

.post {
    padding-top: 15%;
    bottom: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.content {
    background: #fff;
    padding: 20px 2%;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 2%;
    position: relative;
}

.content .left {
    width: 47%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.content .left h1 {
    font-size: 1.8vw;
    /*width:80%;*/
}

.content .left .date {
    font-size: 1.2vw;
    margin-top: 6%;
}

.content .left #social {
    margin-top: 4%;
}

.content .left .copy {
    overflow-y: scroll;
    margin-top: 6%;
    margin-bottom: 0.5%;
    max-height: 50%;
    padding-right: 15px;
    color: #7f7f7f;
    font-size: 14px;
}

.content .left .copy p {
    padding-bottom: 20px;
}

.content .left #rsvp {
    margin-top: 4%;
}

.content .right {
    width: 47%;
    /* display: inline-block; */
    height: 100%;
    vertical-align: top;
    text-align: right;
    float: right;
}

.content .right img {
    width: 100%;
    height: auto;
}

.copy::-webkit-scrollbar {
    width: 8px;
}

.copy::-webkit-scrollbar-thumb {
    background: #e5e5e5;
}

.copy::-webkit-scrollbar-thumb:window-inactive {
    background: #e5e5e5;
}

.single-close {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 2vw;
    cursor: pointer;
}

#external, #rsvp .addeventatc {
    margin: 10px 0 0 0 !important;
    padding: 7px 10px !important;
    color: #7f7f7f !important;
    border: 1px solid #7f7f7f !important;
    font-family: 'avenir_65medium' !important;
    font-size: 14px !important;
    text-decoration: none !important;
    outline: none !important;
    vertical-align: middle !important;
    background: #fff !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0) inset !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background-image:none !important;
    zoom: 1 !important;
    display: inline-block !important;
    font-weight:300;
    line-height: inherit !important;
    -webkit-font-smoothing: antialiased!important;
}

.addeventatc .addeventatc_icon {
    display:none !important;
}
#external {
    margin-top: 2%;
}

#external:hover {
    background: #7f7f7f;
    color: #fff;
}

.recommend,
.form-page {
    padding: 2% 0;
    width: 77%;
    margin: auto;
}

.form-page {
    width: 92%;
}

#recommend-content li {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    font-size: 1vw;
    font-family: 'avenir_65medium';
}

#recommend-content li .image img {
    width: 100%;
    height: auto;
}

body.page-template-recommend, body.page-template-werecommend {
    color: #fff;
    background: #27292e;
}

#recommend-content h2 {
    margin-top: 8%;
}

#recommend-content .author {
    margin-top: 8%;
}

#recommend-content .copy {
    margin-top: 8%;
}

#recommend-content .copy p br {
    line-height: 2.5vw;
}

#recommend-content .hashtag {
    margin-top: 8%;
}

#signup, #thankyou {
    display: none;
}

#quote {
    display: block;
    width: 50%;
    font-size: 1.6em;
    margin: 20px auto;
    line-height: 1.8em;
}

#quoted {
    font-size: 1.8vw;
    font-family: 'lineto-couriersans-regular-s', "Century Schoolbook L", "Times New Roman", serif;
    color: #d7d4d4;
    margin-bottom: 20px;
}

#thankyou {
    font-size: 1.8vw;
    font-family: 'lineto-couriersans-regular-s', "Century Schoolbook L", "Times New Roman", serif;
    color: #fff;
    position: absolute;
    width: 100%;
}

#mc_embed_signup {
    border: 0;
    width: 40%;
    margin: auto;
}
#mc_embed_signup h3{
    margin-bottom: 20px;
    font-size: 20px;
}

.mc-field-group {
    width: 100%;
    position: relative;
}

.button, input {
    display: inline-block;
    border-radius: 0;
}

input[type="email"] {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 20px;
    appearance: none;
    box-shadow: none;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    font-family: 'lineto-couriersans-regular-s',sans-serif;
    margin-bottom: 10px;
    padding: 10px;

}

.button {
    width: 100%;
    padding: 20px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: #fff;
    font-size: 20px;
}

body.newsletter .newsletter-wrapper{
    height: 35%;
    min-height: 250px;
    position: relative;
}
.response {
    position: fixed;
    top: 50%;
    left: 0;
    width: 50%;
    margin: auto;
    right: 0;
}

input[type="email"]:focus, input[type="submit"]:focus {
    outline: none;
}

input[type="text"] {
    display: none;
}

#email {
    position: fixed;
    bottom: 28px;
    font-size: 1em;
    padding-bottom: 2px;
    left: 5%;
    border-bottom: 1px solid transparent;
    z-index: 9;
}

#email:hover {
    border-bottom: 1px solid #fff;
}

body.newsletter #menu-cont {
    background: #5e5858;
	height: 100%
}

body.newsletter .inner {
	top: 50%;
    transform: translateY(-50%);
}
body.newsletter #menu-cont #signup {
    display: block;
    position: absolute;
    width: 100%;
}

.feat {
    padding: 0 4%;
}

.section .feat h2 {
    top: auto;
    font-size: 1.8vw;
    transform: none;
    position: relative;
}

.feat .image {
    width: 70vh;
    margin: auto;
    padding: 2% 0;
}

.feat .copy {
    width: 50%;
    margin: auto;
    font-size: 14px;
    text-align: center;
}
.feat .copy p {
	padding-bottom:20px;
}
.feat .copy p a {
	color:#000;
}
#previous {
    display: none;
}

.centerico {
    position: fixed;
    bottom: 4%;
    display: inline;
    left: 50%;
    cursor: pointer;
    z-index: 9;
    transform: translateX(-50%);
    transition: opacity .3s ease;
    transition-delay: .3s;
    -webkit-transition: opacity 1s ease;
    -webkit-transition-delay: .3s;
    -moz-transition: opacity 1s ease;
    -moz-transition-delay: .5s;
    -webkit-animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-name: bounce;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

.menu-active .centerico, .page-template-newsletter .centerico {
    display: none !important;
}

.menu-active #footer,
.menu-active #footer a {
    color: #fff;
    font-size: 14px;
}
.tbl {
    display:none;
    width:66%;
    margin: 10px auto 0 auto;
    padding: 10% 0 7% 0;
    max-width: 100%;
}
.tbl img {
    width:100%;
}
@keyframes bounce {
    from,
    to {
        botttom: 0;
        animation-timing-function: ease-out
    }
    50% {
        bottom: 6%;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes bounce {
    from,
    to {
        botttom: 0;
        animation-timing-function: ease-out
    }
    50% {
        bottom: 2%;
        animation-timing-function: ease-in
    }
}

body.menu-active .centerico, #mobile_cont, #mob-image {
    display: none;
}

/*
 * Oct 17 Edits
**/

.drk-downarrow {
    display: none
}

/* .fp-viewing-3 .wht-downarrow {
    display: none
}

.fp-viewing-3 .drk-downarrow {
    display: inline
} */

#home-newsletter {
   /* display: none;
    font-size: 0.5vw;
    text-align: center;
    bottom: -100%;*/
	font-size: 14px;
    position: fixed;
    right: 20px;
    bottom: 140px;
	cursor: pointer;
	display: none;
}

/* .fp-viewing-3 #home-newsletter {
	color: #000;
} */

/*.fp-viewing-0 #home-newsletter {
    position: fixed;
    display: block;
    bottom: 15%;
	right: auto;
    left: 50%;
	cursor: default;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    border: 2px solid #fff;
    padding: 10px 10px;
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
    width: auto;
}*/

body.newsletter #newsletter {
	width: 200px;
	margin: auto;
    border: 2px solid #fff;
    padding: 10px 10px;
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}

/*
 * Newsletter
 */

body.map-open #menu-cont #overlay {
    height: 86%;
    margin: 7% auto 0;
}

body.map-open #footer.show {
    display: none;
}

.map-arrow {
    position: absolute;
    bottom: -4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#thankyou #quote {
    font-size: 1em;
}

#thankyou #quoted,
#thankyou #message {
    font-size: 0.65em;
}

div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 5px 0 0 0;
}

div.wpcf7 img.ajax-loader {
    margin-left: 0px;
    position: absolute;
}
div.wpcf7-validation-errors, div.wpcf7-response-output {
    border: 0px;
    font-size: 1.1vw;
}
@media only screen and (max-width: 768px) {

    .page-template-newsletter #logo, .centerico, #footer #time, #marker, #footer #email_social a.ft-email, #time_detail, #location_detail, .section h2 span, #aac, #cookie p span {
        display: none !important;
    }
	#home-newsletter {
		display: inline-block;
	}
	#cookie {
		font-size: 10px;
		padding: 12px 50px 12px 30px;
		top: auto;
		bottom:0;
		z-index: 9999999999;
	}
    .tbl {
        display:block;
    }
	#clink {
		display: inline-block;
		position: absolute;
		right: 12px;
		top: -5px;
		font-weight: 100;
		font-family: 'lineto-couriersans-regular-s';
		transform: rotate(45deg) scale(0.7);
	}
    .close {
        right: 7%;
    }

    #header {
        position: relative;
        padding: 30px 0;
    }

    body.home #header:after, body.page-id-331 #header:after, body.page-id-321 #header:after, body.page-template-newsletter #header:after, body.page-template-whatson #header:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        opacity: 0.9;
        z-index: 9;
    }
    #menu_but {
        z-index:10;
    }
    body.home #header:after, body.page-id-321 #header:after, body.page-template-newsletter #header:after {
        background: #27292e;
    }

    body.page-template-whatson #header, body.page-template-recommend #header, body.page-template-werecommend #header {
        position: fixed;
    }

    body.page-template-whatson #logo, body.page-template-recommend #logo, body.page-template-werecommend #logo {
        display: none;
    }

    .fp-viewing-0 #logo, #logo {
        width: 60%;
        padding-top: 10%;
        max-width: 100%;
    }

    .main_menu li a, .main_menu li, #newsletter {
        font-size: 4vw;
    }
	.newsletter #the_menu, #home-newsletter {
		display: none;
	}
    #mobile_cont {
        display: block;
        padding-top: 0;
		height: 50vh;
    }

    /* .block, #recommend-content .copy {
        display:block;
        overflow-x: hidden;
    } */

    #block0 {
        display: none;
    }

    .block h2 {
        padding: 10% 2%;
        text-align: center;
        font-size: 18px;
    }

    .block h2 p {
        padding-bottom: 5px;
    }

    .feat {
        padding: 0;
    }

    .feat .image {
        width: 100%;
        padding: 0;
    }

    .block img {
        width: 100%;
        height: auto;
    }

    .featured {
        padding-top: 0 !important;
    }

    .feat .copy {
        width: 70%;
        padding: 10% 0;
    }

    #smlogo {
        width: 80%;
    }

    #newsletter {
        padding: 3% 2%;
        margin: 3% 0;
        width: 80%;
    }

    .main_menu li {
        padding: 3% 0;
    }

    .fp-viewing-0 #logo, #logo, .fp-viewing-0 #header {
        height: 50%;
    }


    html.fp-enabled, .fp-enabled body {
        overflow-x: visible !important;
    }

    #email_social, #time {
        right: 0;
        left: 0;
        display: block;
        position: relative;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    #time_detail {
        opacity: 0;
        display: none;
    }

    #time_detail.mob {
        opacity: 1;
        display: block !important;
        padding: 20px 0 30px 0;
    }

    #whats-content {
        padding: 0 3%;
    }

    #whats-content ul li {
        width: 100%;
        padding: 0 1% 2% 1%;
        display: block;
        margin-bottom: 20px;
    }

    #whats-content ul li h2 {
        width: 95%;
        margin: 4% auto;
    }

    #whats-content .date {
        margin: 4% auto;
        width: 95%;
    }

    #whats-content ul li h2, #whats-content .date, .readmore {
        font-size: 14px !important;
    }

    .readmore {
        width: 95%;
        margin: auto;
    }

    #mob-img {
        display: block;
    }

    #mob-img img {
        width: 100%;
    }

    #single-post {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .content .left .copy {
        overflow: visible;
        max-height: none;
        width: 90%;
        margin: 5% auto;
    }

    .content {
        padding: 2%;
        width: 100%;
        overflow: visible;
        margin-top: 0;
        height: auto;
    }

    .content .left {
        width: 100%;
        display: block;
    }

    .post {
        height: 100%;
        position: relative;
    }

    #page_heading {
        top: 20px;
    }

    .content .left .date, .content .left h1 {
        /*font-size:4vw;*/
        font-size: 14px;
        width: 90%;
        margin: 8% auto;
    }

    .content .left #social {
        width: 90%;
        margin: auto;
    }

    .atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus, #external, .addtocalendar {
        display: block;
        text-align: center;
        width: 90%;
        margin: 4% auto 0 auto;
    }

    .addtocalendar {
        width: 100%;
    }

    .recommend {
        padding: 8% 0%;
        width: 90%;
    }

    #recommend-content li {
        width: 100%;
        display: block;
        padding: 1%;
        font-size: 4vw;
        margin-bottom: 5%;
    }

    #mc_embed_signup {
        width: 90%;
        margin-top: 10%;
    }

    #quote {
        width: 60%;
        font-size: 2.8vw;
    }

    #quoted {
        font-size: 2.8vw;
    }

    #thankyou {
        font-size: 3.8vw;
    }

    #markerlink {
        display: block;
        margin: 0 auto 6%;
        text-align: center;
    }
	body.newsletter .inner, body.menu-active .inner {
		top: auto;
		transform: none;
		padding-top: 20%;
	}

    #home-newsletter {
        bottom:0px;
        top: auto;
		left: 0;
		color: #fff !important;
		padding: 20px;
		right: 0;
		margin: auto;
		text-align: center;
		display: block;
		z-index: 9999999;
		background-color: rgba(39,41,46,0.9);
    }
	#home-newsletter a, #time_detail a {
		text-decoration: none;
	}
	#footer {
		display: none;
	}
	body.newsletter #footer, body.menu-active #footer {
		display: block;
	}
	
   /* .fp-viewing-0 #home-newsletter {
        display: none;
    }*/

    .page-id-321 .block {
        display: flex;
        flex-direction: column;
    }

    .page-id-321 .block-image,
    .page-id-321 .enquiry-container {
        width: 100%;
    }

}

/*
 * October 6th Edits
 */

@media only screen and (min-width: 769px) {
    .fp-viewing-0 #logo img {
        position: absolute;
        top: 16%;
	/*	
		top: 55px;
		width: 85%;
		margin: auto;
		left: 0;
		right: 0;*/
    }

    /* .fp-viewing-3 #logo img.lght {
        opacity: 0;
        display: none;
    }

    .fp-viewing-3 #logo img.drk {
        opacity: 1;
    } */

    /* .fp-viewing-3 #menu_but,
    .fp-viewing-3 #time,
    .fp-viewing-3 #email_social a,
    .fp-viewing-3 #location_detail,
    .fp-viewing-3 #page_heading a {
        color: #000;
    } */

    /* .menu-active.fp-viewing-3 #menu_but,
    .menu-active.fp-viewing-3 #time,
    .menu-active.fp-viewing-3 #email_social a,
    .menu-active.fp-viewing-3 #location_detail {
        color: #fff;
    } */

    .feat-box {
        position: absolute;
        top: 20%;
		padding-top: 40px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
		left:0;
		right:0;
    }
}

/*
 * High Density resolutions 4K, 5K ,Retina
**/
@media screen and (min-width: 2000px) {
    #smlogo {
        width: 20%;
    }

    .main_menu li a,
    .main_menu li {
        font-size: 1vw;
    }

    #email_social .sml {
        font-size: 0.8vw;
    }

    #email_social ul li {
        width: 89px;
    }

    .feat-box {
        width: 100%;
    }
}

.threesixtymob {
    height: 500px
}

@media screen and (max-width: 768px) {
    .threesixty .ovlay {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .threesixty .ovlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
        z-index: 100;
        opacity:1;
    }
    .threesixty.active .ovlay{
        -webkit-transition: opacity 1s 3s ease-in-out;
        -moz-transition: opacity 1s 3s ease-in-out;
        -ms-transition: opacity 1s 3s ease-in-out;
        -o-transition: opacity 1s 3s ease-in-out;
        transition: opacity 1s 3s ease-in-out;
        opacity: 0;

    }
}

/*
 * Form Pages
 */

.form-page article,
.form-page figure {
    width: 48%;
    float: left;
}

.form-page figure {
    float: right;
    margin: 0;
    text-align: right;
}

.form-page figure .image {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    background: center no-repeat;
    background-size: cover;
    padding-top: 48%;
}

.form-page figure .image {
    background-image:none !important;
    padding-top:0;
}
.form-page figure .image img {
    display:block;
}

.form-page figure .image:nth-child(2n+2) {
    float: right;
}

.form-page figure .image:nth-child(3n+3) {
    width: 100%;
}

.page-id-331 .form-page figure .image:nth-child(3n+3) {
    width: 48%;
}

.page-id-321 .form-page figure .image:nth-child(3n+3), .page-id-321 .form-page figure .image {
    width: 100%;
}

.form-page figure img {
    max-width: 100%;
    height: auto;
}

.form-page article h2 {
    font-size: 1.8vw;
    margin-bottom: 30px;
    font-family: 'lineto-couriersans-regular-s', sans-serif;
}

.form-page article p {
    font-size: 1.1vw;
    margin-bottom: 20px;
}
.form-page article p em, .form-page article p i {
	font-style:italic;
}
.form-page article p b, .form-page article p strong {
    font-family: 'avenir_65medium';
}

.form-page article p:last-of-type {
    padding-top: 20px;
}
.wpcf7-form p:first-of-type {
	margin-bottom:0px;
}
.form-page article p.SelectBox {
	padding:5px 10px;
}
.form-page article p .price {
    font-size: 1.4vw;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

body.page-id-331 .form-page article p a {
    color: #000;
}

.form-page input[type='text'],
.form-page input[type='email'],
.form-page input[type='tel'],
.form-page textarea {
    display: block;
    width: 100%;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #000000;
    font-family: inherit;
}

.form-page label {
    display: block;
    margin-bottom: 10px;
}

.form-page input[type='submit'] {
    display: block;
    max-width: 300px;
    width: 100%;
    background: none;
    padding: 10px;
    text-align: center;
    border: 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    cursor: pointer;
}

.page-template-page-forms .form-page input[type='submit'] {
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
}

body.page-id-331 .form-page input[type='submit'] {
    border-color: #000;
    color: #000;
}

@media screen and (max-width: 768px) {
    .form-page article,
    .form-page figure {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .form-page figure {
        text-align: center;
    }

    .form-page article h2 {
        font-size: 20px;
    }

    .form-page article p {
        font-size: 14px;
    }

    .form-page article p .price {
        font-size: 16px;
    }

}

@media screen and (max-width: 568px) {
    .main_menu li a, .main_menu li, #newsletter {
        font-size: 4vw;
    }
	/* .fp-viewing-3 #menu-cont, .fp-viewing-3 #menu-cont a {
    color: #fff;
	} */

}

/*
 * Popup
 */
html.popupopen {
    overflow: hidden;
}

.popupbackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fcc94c;
    opacity: 0.9;
    z-index: 500;
}

.popup {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: -1;
    top: 0;
    left: 0;
}

.popup.open {
    width: 100%;
    height: 100%;
    z-index: 510;

}

.popup::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    display: none;
}

.popclose {
    position: absolute;
    cursor: pointer;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transition: transform .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    top: 20px;
    right: 2%;
    z-index: 99;
}

.popclose:hover {
    transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg)
}

.popupcontainer {
    position: absolute;
    top: 20%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

article.single-post {
    -webkit-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 15px -7px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
}

article.single-post .single-ft-image {
    margin: 0;
    padding: 60px 0 0 0;
}

article.single-post .single-ft-image img {
    max-width: 100%;
}

#logo img.large {
    opacity: 0;
}

.fp-viewing-0 #logo img {
    opacity: 0;

}

.fp-viewing-0 #logo img.large {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #logo img.large {
        opacity: 0;
        display: none;
    }

    body.page-template-home #logo img {
        opacity: 0;
        display: none;
    }

    body.page-template-home #logo img.large {
        opacity: 1;
        display: block;
    }

    .popupcontainer {
        top: 0px !important;
    }
    
    .page-id-331 #header {
        padding:30px 0 0 0;
    }
    article.single-post .single-ft-image {
        display: block;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    article.single-post .single-ft-image img {

        margin: auto;
        width: 90%;
    }

    #primary {
        padding-top: 150px;
    }

    .single-popupcontainer {
        top: -40px;
    }

    .popclose {
        top: 2%;
        right: 7%;
    }

    .popup.open {
        z-index: 999999;
    }

    #email_social ul li {
        margin: 0 20px;
    }

    .fp-viewing-0 #logo,
    #logo,
    .fp-viewing-0 #header,
    #header {
        height: 50vh;
    }
	.page-template-newsletter #header, .page-template-recommend #header {
		height: auto;
	} 
	#primary.newsletter {
		padding-top: 0;
		width: 98%;
	}
    #logo img {
        position: relative;
        top: auto;
    }

    #logo img.drk {
        display: none;
    }

    body.page-template-whatson #logo img.drk, body.page-id-331 #logo img.drk {
        display: inline;
    }

    #primary {
        padding-top: 20px;
    }

    #menu-cont {
        overflow-y: scroll;
    }

    #time_detail.mob span {
        text-decoration: none;
    }

}


/*Regular Tablet only*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .fp-viewing-0 #header {
        height: 50px;
    }
    .fp-viewing-0 #logo img {
        top: 300%
    }
	#header {
		padding-top: 0;
		height: 100px;
	}
	#menu-cont {
	    top: 0px;
	}
    .section h2 {
        font-size: 2vw;
    }
	.feat-box {
    	margin-top: 0px;
	}

    #whats-content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}
/*iPad Pro only*/
@media only screen
and (min-device-width : 1024px) 
and (max-device-width : 1024px) 
and (min-device-height : 1366px) 
and (max-device-height : 1366px) 
and (min-width: 1024px) 
and (max-width: 1024px) {
    .fp-viewing-0 #logo img {
        top: 35vh
    }
}
@media only screen 
and (min-device-width : 1366px) 
and (max-device-width : 1366px) 
and (min-device-height : 1024px) 
and (max-device-height : 1024px) 
and (min-width: 1366px) 
and (max-width: 1366px){
    .fp-viewing-0 #header {
        height: 50px;
    }
    .fp-viewing-0 #logo img {
        top: 25vh
    }
}
.section .main-image{
    display: none;
    margin: 0;
    font-size:0;
}
@media screen and (max-width: 768px){
    .section{
        background-image: none !important;
    }
    .section#section1{
        display: none;
    }
    .section .main-image{
        display: block;
        font-size: 0;
    }
    .section .overlay{
        display: none;
    }
    .section h2,
    .section .feat h2
    {
        position: relative;
        padding: 10% 2%;
        text-align: center;
        font-size: 18px;
        top:auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .fp-responsive .section{
        height: auto !important;
    }
    .fp-responsive .section.threesixty{
        height: 500px !important;
    }
}

.loading{
    position: fixed;
    top:0;
    left:0;
    z-index: 999999;
    padding: 20px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    display: none;
}
.loading img{
    position: absolute;
    width: 50px;
    padding: 5px;
    display: block;
    border-radius:3px;
    background: #fff;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


@media screen and (min-width: 1440px) and (max-height: 700px){
	.fp-viewing-0 #home-newsletter {
		display:none;
	}
}
/*@media screen and (max-height: 700px){
	.fp-viewing-0 #home-newsletter {
		display:none;
	}
}*/
#full-height, .block, .block-image {
	height: 100%;
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#full-height {
	position: relative;
	text-align: center;
	opacity: 0;
}
#blocks, .form-page {
	opacity: 0;
}
#full-height.show, #blocks.show, .form-page.show {
	opacity: 1;
}
.block-image, .enquiry-container {
	width: 50%;
	float: left;
	height: 100%;
	vertical-align: top;
}

.enquiry-container {
	text-align: center;
	font-size: 1.8vw;
	position: relative;
}
.enquiry-content {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
    width: 100%;
    padding: 0 15%;
}
.block:nth-child(even) .block-image {
	float: right;
}
.form-page {
	background:rgb(252, 201, 76);
    width: 100%;
    padding: 2% 4%;
}
body.page-template-page-forms #header:after {
	background: none;
}
.scroll-button {
	border: 2px solid #fff;
	font-size: 1.1vw;	
    padding: 1% 5%;
    display: inline-block;
	cursor: pointer;
	text-decoration: none;
    margin-top: 7%;
}
.scroll-button:hover {
	background: #fff;
	color: #27292e;
}
.form-page label, .form-page article p, .form-page article p a, .form-page article h2 {
	color: #000;
}
#full-height .enquiry-content p {
    font-size: 2.8vw;
}
.hire article p:last-of-type {
    padding-top: 0px;
}
ul#sicons li.gry {
	display: none;
}
@media screen and (min-width: 769px) {
	#page_heading, #menu_but, .close, #smlogo, .newsletter-wrapper, #newsletter, body.newsletter #the_menu {
		display: none;
	}
	body.newsletter .close, body.newsletter #smlogo, body.newsletter .newsletter-wrapper, body.newsletter #newsletter, body.newsletter #marker {
		display: block;
	}
	#header {
		padding-top: 0px;
	    height: 140px;
	}
	ul#sicons {
		display: block;
		text-align: left;
	}
	ul#sicons li {
		display: inline-block;
		padding: 0 10px 0 0px;
		width: 40px;
		margin-bottom: 20px;
	}
	/* .fp-viewing-3 ul#sicons li.wht-ico {
		display: none;
	}
	.fp-viewing-3 ul#sicons li.gry {
		display: inline-block;
	} */
	#menu-cont {
		background: none;
		position: fixed;
		top: 15px;
		height:  auto;
	}
	.hire figure {
		width: 33%;
	}
/*
	#the_menu {
		display: block;
	}
*/
	.main_menu ul {
		padding: 0 75px;
        width: 100%;
        list-style: none;
        display: flex;
        justify-content: space-between;
	}
/*
	.main_menu li {
		display:table-cell;
	}
*/
	.main_menu li.current_page_item a, .main_menu li a:hover {
		text-decoration: underline;
	}
	.page-template-whatson #menu-cont, .page-template-whatson #menu-cont a, .page-template-page-forms #menu-cont, .page-template-page-forms #menu-cont a, .form-in-view #menu-cont, .form-in-view #menu-cont a{
		color: #000;
	}
	.form-in-view #logo img.drk {
		opacity: 1;
	}
	.form-in-view #logo img.lght {
		opacity: 0;
	}
/* adding: 0 0 0 30px;
	} */
	.inner {
		position: absolute;
		top: 0;
		transform: none;
	}
}



@media screen and (max-width: 768px) {
	.block-image, .enquiry-container {
		width:100%;
		height: 35%;
	}
	.block-image {
		height: 65%;
	}
	#the_menu ul {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu-item-348 {
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
	}
	.hire {
		height: auto !important;
	}
	.form-page input[type='text'], .form-page input[type='email'], .form-page input[type='tel'], .form-page textarea, .form-page input[type='submit'] {
		max-width: none;
    }
    
	#full-height .enquiry-content p {
		font-size: 4.8vw !important;
    }
    
	.section h2, .section .feat h2 {
	    font-size: 14px;
	}
	.block {
		height: 650px !important;
	}
	.block, .block-image, .enquiry-container {
		display: block;
	}
	.block-image, .enquiry-container {
		float: none !important;
	}
	.block:first-of-type .block-image {
		display: none;
	}
	.block:first-of-type {
		height: 250px !important;
	}
	.block:first-of-type .enquiry-container {
		height: 100%;
	}
	#primary.form-page.hire.show {
		padding-top: 20px !important;
	}
	.enquiry-container {
	    font-size: 3.8vw;
	}
	.scroll-button {
		font-size: 3.1vw;
	}
}
/* Viewport
Window
×
×
× */