* {margin:0; padding:0;}

html, body {height: 100%;}

body {font-family: Gotham; font-size:18px; line-height:29px; letter-spacing:0.5px; color:#52504c; background:#ffffff;}

.clear {display:block; clear:both; height:0;}

a img {border:none;}

a {outline:none;}



header, nav, section, article, aside, footer {display:block;}



.loaded *, .loaded {-moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in;}

img {-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;}

input[type="submit"] {-webkit-appearance: none;}


.column ul li strong {  font-family: Gotham-Bold;}


/***** Fonts *****/

@font-face {

	font-family: 'Gotham';

	src: url('fonts/Gotham-Book.eot');

	src: local('☺'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

    font-family: 'Gotham-Light';

    src: url('fonts/GothamLight.eot');

    src: url('fonts/GothamLight.eot') format('embedded-opentype'),

         url('fonts/GothamLight.woff2') format('woff2'),

         url('fonts/GothamLight.woff') format('woff'),

         url('fonts/GothamLight.ttf') format('truetype'),

         url('fonts/GothamLight.svg#GothamLight') format('svg');

}



@font-face {

	font-family: 'Gotham-Medium';

	src: url('fonts/Gotham-Medium.eot');

	src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

    font-family: 'Gotham-Bold';

    src: url('fonts/GothamBold.eot');

    src: url('fonts/GothamBold.eot') format('embedded-opentype'),

         url('fonts/GothamBold.woff2') format('woff2'),

         url('fonts/GothamBold.woff') format('woff'),

         url('fonts/GothamBold.ttf') format('truetype'),

         url('fonts/GothamBold.svg#GothamBold') format('svg');

}





#book-now-submit {display:none}



/***** Header *****/

#header {text-align:center; position:fixed; left:0; top:0; z-index:9999; width:100%; background-color:#ffffff; background:rgba(255,255,255,0.9);}

#header #center {display:inline-block; padding:23px 15px 17px 15px;}



#header.scrolled #center {padding:6px 15px 12px 15px;}

#header.scrolled #logo {display:none !important;}

#header.scrolled #logo-scroll {display:block !important;}





/***** Social Icons *****/

#social-icons {position:absolute; right:2px; top:0;}

#social-icons a {display:block; float:left; width:37px; height:37px; margin:8px 9px 0 9px; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0);}

#social-icons .dimmi {display:block; float:left;}
#social-icons .dimmi a {width:auto;}
#social-icons .dimmi a img {height:38px;}

#social-icons a.facebook {background: transparent url(images/facebook-icon.png) no-repeat left top;}

#social-icons a.instagram {background: transparent url(images/instagram-icon.png) no-repeat left top;}

#social-icons a.tripadvisor {background: transparent url(images/tripadvisor-icon.png) no-repeat left top;}

#social-icons a:hover {opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80);}





/***** Logo *****/

#logo {display:block; margin:16px auto; width:127px; height:80px; background: transparent url(images/logo.png) no-repeat left top; background-size:127px 80px;}

#logo img {display:block; max-width:100%; height:auto;}



#logo-scroll {display:none; width:57px; height:36px; background: transparent url(images/logo.png) no-repeat left top; background-size:57px 36px; position:absolute; left:11px; top:8px;}





/***** Menu *****/

#menu {list-style:none;}

#menu li {display:inline-block; margin:6px 35px 0 35px;}

#menu li a {text-decoration:none; text-transform:uppercase; color:#888888; font-size:16px; line-height:20px;}

#menu li.current-menu-item a, #menu li a:hover, #menu li a.active{color:#4b4a4a;}





/***** Slider *****/
#slider-container {position:relative;}
#slider {text-align:center; position:relative;}

#slider .slides li {position:relative; height:704px; background-size:cover !important;}

#slider li img {display:none; width:100%; height:auto;}



#slider .slide-content {position:absolute; left:0; bottom:78px; width:100%; z-index:1000; /* padding-right:525px; */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

#slider .slide-content .inner {max-width:1090px; margin:0 auto; padding:0 15px;}



#slider .slide-content .inner h1 {display:block; max-width:424px; width:100%; padding:38px 15px 38px 15px; font-weight:normal; color:#ffffff; text-transform:uppercase; border:4px solid #ffffff; margin:0 auto; font-family:Gotham-Light; font-size:43px; line-height:55px; letter-spacing:12px; background-color:#000000; background: rgba(0,0,0,0.36);}

#slider .slide-content .inner p {color:#ffffff; font-size:18px; line-height:29px; text-transform:uppercase; padding:38px 0 0 0; letter-spacing:3.5px;}

#slider .slide-content .inner blockquote {display:block; font-size:45px; line-height:55px; font-weight:normal; font-style:normal; font-family:Gotham-Light; color:#ffffff; padding:0 0 27px 0;}

#slider .slide-content .inner cite {display:block; font-size:36px; line-height:44px; font-weight:normal; font-style:normal; font-family:Gotham-Light; color:#ffffff; padding:0 0 91px 0;}





#slider .flex-control-nav {position:absolute; left:0; bottom:20px; z-index:1500; width:100%; text-align:center; /* padding-right:525px; */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 

#slider .flex-control-nav li {display:inline-block; text-indent:-9999px; text-align:left; margin:0 13px;}

#slider .flex-control-nav li a {text-indent:-9999px; text-align:left; width:12px; height:12px; display:block; background-color:#ffffff; background: rgba(255,255,255,0.20); cursor:pointer; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}

#slider .flex-control-nav li a:hover, #slider .flex-control-nav li a.flex-active {background-color:#ffffff;}





/***** Booking *****/

#booking-container {background-color:#d6d4d0; padding:77px 15px 47px 15px; overflow-x:hidden;}

#booking {max-width:1276px; margin:0 auto;}



#booking #booking-info {float:left; width:26%; padding-top:20px;}



#booking h1 {display:block; text-transform:uppercase; color:#52504c; font-family:Gotham-Medium; font-weight:normal; font-size:27px; line-height:34px; border:4px solid #ffffff; text-align:center; letter-spacing:8px; padding:27px 15px 22px 15px;}

#booking p {padding:14px 0;}

#booking strong {font-weight:normal; font-family:Gotham-Medium;}



#booking #form-container {float:left; width:70%; margin-right:4%; padding-top:25px;}

#booking #form-container p:first-child {padding-bottom:60px;}

#booking #form-container .form-column {float:left; width:48%; margin-right:4%;}

#booking #form-container .form-column.last {margin-right:0;}



#booking form .form-field {position:relative; padding-left:134px; margin-bottom:10px;}

#booking form .form-field:after {content:""; display:table; clear:both;}

#booking form p {padding:0;}

#booking form label {font-size:20px; line-height:42px; font-family:Gotham-Medium; color:#52504c; position:absolute; left:0; top:0; width:134px; display:block;}

#booking form label.two-line {line-height:23px;}

#booking form label.two-line.padding {top:28px;}

#booking form input {width:100%; height:42px; line-height:42px; border:none; background-color:#ffffff; color:#52504c; font-size:20px; font-family:Gotham; padding-left:17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

#booking form textarea {max-width:100%; min-width:100%; width:100%; min-height:146px; height:146px; line-height:26px; border:none; background-color:#ffffff; color:#52504c; font-size:20px; font-family:Gotham; padding-left:17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top:8px;}



.wpcf7 br {display:none;}



.customSelectContainer.smaller {float:left; width:69px; margin-right:14px;}

.customSelectContainer.small {max-width:84px;}

.customSelectContainer.medium {float:left; max-width:210px;}

.customSelect {width:100%; height:42px; line-height:42px; border:none; background:#ffffff url(images/select-arrow.png) no-repeat right center; color:#52504c; font-size:20px; font-family:Gotham; padding-left:17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.customSelect option {padding-left:6px;}



#booking button {display:block; text-decoration:none; color:#ffffff; text-transform:uppercase; text-align:center; font-size:29px; line-height:37px; font-family:Gotham-Light; background-color:#49453f; border:4px solid #49453f; width:100%; padding:11px 0 11px 0;}

#booking button:hover {cursor:pointer; background-color:#ffffff; color:#49453f;}





/***** Restaurant Menu *****/

#restaurant-menu-container {padding:120px 15px 0 15px; background-color:#ffffff;}

#restaurant-menu {max-width:1260px; margin:0 auto;}

#restaurant-menu .columns {padding-top:22px;}

#restaurant-menu .column {float:left; width:28.75%; margin-right:6.875%; padding:0 0 35px 0;}



#restaurant-menu .column:nth-child(3n) {margin-right:0;}

#restaurant-menu .column:nth-child(3n+1) {clear:left;}



#restaurant-menu h1 {display:block; text-transform:uppercase; color:#49453f; font-family:Gotham-Light; font-weight:normal; font-size:43px; line-height:55px; border:4px solid #49453f; text-align:center; letter-spacing:8px; padding:38px 15px 41px 15px; max-width:424px; margin:0 auto;}

#restaurant-menu h2 {font-weight:normal; text-transform:uppercase; color:#52504c; font-size:18px; line-height:29px; font-family:Gotham-Bold; padding-top:38px; padding-bottom:16px;}



#restaurant-menu ul {list-style:none; padding:0;}

#restaurant-menu ul li {position:relative; display:block; padding:14px 105px 14px 0;}

#restaurant-menu ul li .price {position:absolute; right:0; top:14px; font-size:18px; line-height:29px; color:#52504c; font-family:Gotham;}



#restaurant-menu .columns.download-buttons {padding-top:50px;}

#restaurant-menu .columns.download-buttons .column {border-bottom:none;}

#restaurant-menu a.download-menu {text-decoration:none; color:#49453f; font-size:20px; line-height:23px; text-align:center; display:block; border:2px solid #49453f; padding:21px 10px 22px 10px;}

#restaurant-menu a.download-menu span {display:inline-block; color:#49453f; font-size:20px; line-height:23px; font-family:Gotham-Light; background: transparent url(images/pdf-button-icon.png) no-repeat left center; padding-left:97px;}

#restaurant-menu a.download-menu:hover {background-color:#49453f; color:#ffffff;}

#restaurant-menu a.download-menu:hover span {color:#ffffff;}





/***** Contact *****/

#contact-container {padding:107px 15px 0 15px; background-color:#ffffff;}

#contact {max-width:1260px; margin:0 auto;}

#contact h1 {display:block; text-transform:uppercase; color:#49453f; font-family:Gotham-Light; font-weight:normal; font-size:43px; line-height:55px; border:4px solid #49453f; text-align:center; letter-spacing:8px; padding:38px 15px 41px 15px; max-width:424px; margin:0 auto;}

#contact p {padding:12px 0;}

#contact a {color:#52504c;}

#contact a:hover {text-decoration:none;}

#contact strong {font-weight:normal; font-family:Gotham-Medium;}



#contact .columns {padding:46px 0;}

#contact .columns .column {float:left; width:47.5%; margin-right:5%; padding:20px 0;}

#contact .columns .column.last {margin-right:0;}



#contact #map {position: relative; padding-bottom: 62%; height: 0; overflow: hidden; margin-top:23px;}

#contact #map iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}





/***** Footer *****/

#footer {text-align:center; position:relative; background-color:#ffffff;}

#footer #footer-center {display:inline-block; padding:27px 15px 133px 15px;}





/***** Footer Social Icons *****/

#footer-social-icons {position:absolute; right:2px; bottom:124px;}

#footer-social-icons a {display:block; float:left; width:37px; height:37px; margin:8px 9px 0 9px; -webkit-transform: translatez(0); -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0);}

#footer-social-icons a.facebook {background: transparent url(images/facebook-icon.png) no-repeat left top;}

#footer-social-icons a.instagram {background: transparent url(images/instagram-icon.png) no-repeat left top;}

#footer-social-icons a.tripadvisor {background: transparent url(images/tripadvisor-icon.png) no-repeat left top;}

#footer-social-icons a:hover {opacity:0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80);}





/***** Footer Logo *****/

#footer-logo {display:block; margin:16px auto 23px auto; width:127px; height:80px; background: transparent url(images/logo.png) no-repeat left top; background-size:127px 80px;}

#footer-logo img {display:block; max-width:100%; height:auto;}





/***** Footer Menu *****/

#footer-menu {list-style:none;}

#footer-menu li {display:inline-block; margin:6px 35px 0 35px;}

#footer-menu li a {text-decoration:none; text-transform:uppercase; color:#888888; font-size:16px; line-height:20px;}

#footer-menu li.current-menu-item a, #footer-menu li a:hover, #footer-menu li a.active {color:#4b4a4a;}





/***** Credits *****/

#credits {position:absolute; right:50px; bottom:38px; text-decoration:none; text-transform:uppercase; color:#4b4a4a; font-size:16px; line-height:27px;}

#credits:hover {color:#888888;}





/***** Events *****/

#events-container {background-color:#d6d4d0; padding:77px 15px 47px 15px; overflow-x:hidden;}

#events {max-width:1276px; margin:0 auto;}



#events h1 {display:block; text-transform:uppercase; color:#52504c; font-family:Gotham-Medium; font-weight:normal; font-size:27px; line-height:34px; border:4px solid #ffffff; text-align:center; letter-spacing:8px; padding:27px 15px 22px 15px; max-width:272px; margin:0 auto;}



#events #events-info {text-align:center; padding:70px 0 20px 0;}

#events #events-info p {font-size:20px; line-height:29px;}

#events #events-info p strong {font-weight:normal; font-family:Gotham-Medium;}



#events #events-list {list-style:none; display:block; text-align:center; padding:40px 0;}

#events #events-list li {display:block; color:#52504c; font-size:20px; line-height:29px; padding:25px 0;}

#events #events-list li span {display:inline-block; padding-left:72px; background: transparent url(images/pdf-icon.png) no-repeat left 3px;}

#events #events-list li a {color:#52504c; font-size:17px; line-height:29px}

#events #events-list li a:hover {text-decoration:none;}





/***** Gallery *****/

#gallery-container {position:relative;} 



#gallery h1 {display:block; max-width:424px; width:100%; padding:38px 15px 38px 15px; font-weight:normal; color:#ffffff; text-transform:uppercase; border:4px solid #ffffff; font-family:Gotham-Light; font-size:43px; line-height:55px; letter-spacing:12px; background-color:#000000; background: rgba(0,0,0,0.36); text-align:center; position:absolute; left:50%; top:70px; margin-left:-231px; z-index:1000;}

#gallery li img {display:block; width:100%; height:auto;}



#gallery .flex-control-nav {position:absolute; left:0; bottom:29px; z-index:1500; width:100%; text-align:center;} 

#gallery .flex-control-nav li {display:inline-block; text-indent:-9999px; text-align:left; margin:0 13px;}

#gallery .flex-control-nav li a {text-indent:-9999px; text-align:left; width:12px; height:12px; display:block; background-color:#ffffff; background: rgba(255,255,255,0.20); cursor:pointer; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}

#gallery .flex-control-nav li a:hover, #gallery .flex-control-nav li a.flex-active {background-color:#ffffff;}





/***** Vouchers *****/

#vouchers-container {background-color:#d6d4d0; padding:77px 15px 61px 15px; overflow-x:hidden;}

#vouchers {max-width:1276px; margin:0 auto;}

#vouchers .inner {max-width:570px; margin:0 auto;}



#vouchers h1 {display:block; text-transform:uppercase; color:#52504c; font-family:Gotham-Medium; font-weight:normal; font-size:27px; line-height:34px; border:4px solid #ffffff; text-align:center; letter-spacing:8px; padding:27px 15px 22px 15px; margin:0 auto;}



#vouchers p {font-size:20px; line-height:33px;}

#vouchers p.intro {max-width:566px; margin:0 auto; padding:36px 0 42px 0;}

#vouchers p.success {display:block; text-align:center; padding-top:29px;}

#vouchers p.info {position:absolute; left:110%; bottom:5px; padding:0; width:466px;}



#vouchers form {max-width:394px; margin:0 auto; position:relative;}

#vouchers form .form-field {position:relative; padding-left:134px; margin-bottom:10px;}

#vouchers form .form-field:after {content:""; display:table; clear:both;}

#vouchers form p {padding:0;}

#vouchers form label {font-size:20px; line-height:42px; font-family:Gotham-Medium; color:#52504c; position:absolute; left:0; top:0; width:134px; display:block;}

#vouchers form label.two-line {line-height:23px;}

#vouchers form label.two-line.padding {top:28px;}

#vouchers form input {width:100%; height:42px; line-height:42px; border:none; background-color:#ffffff; color:#52504c; font-size:20px; font-family:Gotham; padding-left:17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

#vouchers form textarea {max-width:100%; min-width:100%; width:100%; min-height:146px; height:146px; line-height:26px; border:none; background-color:#ffffff; color:#52504c; font-size:20px; font-family:Gotham; padding-left:17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top:8px;}

#vouchers form input[type="submit"] {padding:0; width:100%; text-align:center; border:none; height:70px; line-height:70px; color:#ffffff; text-transform:uppercase; background-color:#49453f; font-size:29px; font-family:Gotham-Light; letter-spacing:6px;}

#vouchers form input[type="submit"]:hover {cursor:pointer; background-color:#ffffff; color:#49453f;}



.wpcf7-response-output {border: none !important; margin: 0!important; padding: 0 !important;}



span.wpcf7-not-valid-tip {font-size:14px;}





/**


    ------------------
    JOSH EDITS 21/10/15
    ------------------


**/

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

#reviews {
    background: #52504C;
    padding: 30px;
}

#reviews header {
    position: relative;
    max-width: 960px;
    margin: 0 auto 1em auto;
}

#reviews .reviews__header--button {
    position: absolute;
    top: 110px;
    z-index: 10;
    width: 60px;
    height: 60px;
    border: 2px solid #FFF;
    border-radius: 60px;
    text-indent: -9999px;
    opacity: 0.4;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 22px 32px;
}

#reviews .reviews__header--button:hover {
    opacity: 1;
}

#reviews .reviews__header--button-prev {
    background-image: url('images/reviews-left-arrow.png');
    background-position: top 50% left 44%;
    left: 0;
}

#reviews .reviews__header--button-next {
    background-image: url('images/reviews-right-arrow.png');
    background-position: top 50% right 44%;
    right: 0;
}

#reviews h1 {
    display: block;
    text-transform: uppercase;
    color: #FFF;
    font-family: Gotham-Light;
    font-weight: normal;
    font-size: 43px;
    line-height: 55px;
    border: 4px solid #FFF;
    text-align: center;
    letter-spacing: 8px;
    padding: 38px 15px 41px 15px;
    max-width: 424px;
    margin: 0 auto;
}

.slick-track {
    /*display: flex !important;*/
}

.reviews__no-results {
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 2em 0;
}

.reviews__list--item {
    position: relative;
    /*margin-right: 15px;*/
    padding-bottom: 3em;
    outline: none;
    width: 310px;
    float: left;
    padding: 10px;
}

.reviews__list--item p a,
.reviews__list--item p a span {
    color: #cc8800 !important;
}

.reviews__list--item .image {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 145px;
}

.reviews__list--item  h2 {
    font-family: Gotham-Medium;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 5px;
}

.reviews__list--item  .title {
    text-transform: uppercase;
    font-family: Gotham-Light;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    margin-bottom: 0;
}

.reviews__list--item p {
    color: #FFF;
    font-family: Gotham-Light;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.reviews__list--item .copy {
    padding-top: 1em;
    padding-bottom: 4em;
    word-wrap: break-word;
}

.reviews__list--item .button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.reviews__list--item .button {
    display: block;
    width: 100%;
    background: #FFF;
    text-align: center;
    color: #52504C;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
    border: 2px solid #FFF;
}

.reviews__list--item .button:hover {
    background: #52504C;
    color: #FFF
}

.reviews__list {
    padding-top: 80px;
}

@media screen and (min-width: 640px) {
    .reviews__list {
        padding-top: 0;
    }

    #reviews .reviews__header--button {
        top: 30px;
    }

}


@media screen and (min-width: 480px) {
    .reviews__list--item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reviews__list--item .button {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}

/* From desktop */
@media screen and (min-width: 1160px) {

    #reviews .reviews__header--button {
        top: 40px;
    }

    #reviews {
        /*padding: 60px;*/
    }

    .reviews__list--item p {
        font-size: 17px;
    }

    #reviews header {
        margin-bottom: 75px;
    }
}




/***** Slider Sidebar *****/
#slider-sidebar {position:absolute; right:0; top:0; height:100%; z-index:1000; width:525px; background:rgba(255,255,255,0.92); text-align:center;}
#slider-sidebar .inner {max-width:376px; margin:0 auto; padding:54px 15px;}

#slider-sidebar h1 {font-family:Gotham-Light; font-weight:normal; color:#000000; padding:31px 0 28px 0; font-size:27px; line-height:38px;}
#slider-sidebar h2 {font-family:Gotham-Light; font-weight:normal; color:#000000; padding:28px 0 0 0; font-size:20px; line-height:36px; text-transform:uppercase;}
#slider-sidebar h3 {font-family:Gotham-Light; font-weight:normal; color:#000000; padding:0 0 28px 0; font-size:16px; line-height:20px;}
#slider-sidebar h3 small {display:block; font-size:13px; line-height:16px; font-family:Gotham-Light; padding-top:6px;}
#slider-sidebar p {font-family:Gotham; color:#000000; padding:0 0 20px 0; font-size:16px; line-height:20px;}
#slider-sidebar .sidebar-button {display:block; max-width:304px; margin:0 auto; text-transform:uppercase; text-decoration:none; background-color:#ffffff; border:2px solid #6e6e6e; color:#000000; font-size:23px; line-height:31px; font-family:Gotham-Light; text-align:center; padding:6px 0;}
#slider-sidebar .sidebar-button:hover {color:#ffffff; background-color:#000000;}

#gfm-logo {display:block; max-width:317px; margin:0 auto;}
#gfm-logo img {max-width:100%; height:auto; display:block;}


#purchase-ticket-form {display:none; z-index:99999;}
#purchase-ticket-form form {padding:15px;}
#purchase-ticket-form form .form-field {position:relative; padding-left:215px; margin-bottom:10px;}
#purchase-ticket-form form .form-field:after {content:""; display:table; clear:both;}
#purchase-ticket-form form p {padding:0;}
#purchase-ticket-form form label {font-size:20px; line-height:42px; font-family:Gotham-Medium; color:#52504c; position:absolute; left:0; top:0; width:215px; display:block;}
#purchase-ticket-form form input {width:100%; height:42px; line-height:42px; border:none; background-color:#ffffff; color:#52504c; font-size:20px; font-family:Gotham; padding-left:8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#purchase-ticket-form form textarea {max-width:100%; min-width:100%; width:100%; min-height:146px; height:146px; line-height:26px; border:none; background-color:#ffffff; color:#52504c; font-size:20px; font-family:Gotham; padding-left:17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top:8px;}
#purchase-ticket-form form input[type="submit"] {padding:0; width:100%; text-align:center; border:none; height:70px; line-height:70px; color:#ffffff; text-transform:uppercase; background-color:#49453f; font-size:29px; font-family:Gotham-Light; letter-spacing:6px;}
#purchase-ticket-form form input[type="submit"]:hover {cursor:pointer; background-color:#ffffff; color:#49453f;}
#purchase-ticket-form div.wpcf7-validation-errors {text-align:center; color:#f00 !important; font-family:Gotham-Bold;}










/***** Media Queries *****/

@media screen and (max-width: 1460px){

    #menu li {display:inline-block; margin:6px 15px 0 15px;}

    #center { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

}



@media screen and (max-width: 1400px){
4
    #vouchers p.info {position:relative; left:auto; bottom:auto; width:auto; padding-top:10px;}

}



@media screen and (max-width: 1400px){

    #slider .slides li {height:500px;}

    #slider .slide-content {bottom:40px;}

    #slider .slide-content .inner h1 {max-width:340px; padding:25px 15px 25px 15px; font-size:34px; line-height:40px; letter-spacing:8px;}

    #slider .slide-content .inner p {font-size:16px; line-height:25px; padding:25px 0 0 0; letter-spacing:3px;}

    #slider .slide-content .inner blockquote {font-size:36px; line-height:50px; padding:0 0 20px 0;}

    #slider .slide-content .inner cite {font-size:30px; line-height:38px; padding:0 0 50px 0;}

    #slider .flex-control-nav {bottom:0px;}

    #gallery .flex-control-nav {bottom:0px;}


    #gallery h1 {max-width:340px; padding:25px 15px 25px 15px; font-size:34px; line-height:40px; letter-spacing:8px; margin-left:-189px; top:50px;}


    #slider .slide-content {padding-right:406px;} 
    #slider .flex-control-nav {padding-right:406px;} 

    #slider-sidebar {width:406px;}
    #slider-sidebar .inner {padding:15px 15px;}
    
    #slider-sidebar h1 {padding:15px 0 15px 0; font-size:23px; line-height:30px;}
    #slider-sidebar h2 {padding:15px 0 0 0;}
    #slider-sidebar h3 {padding:0 0 15px 0;}
    #slider-sidebar p {padding:0 0 14px 0; font-size:14px; line-height:18px;}
    #slider-sidebar .sidebar-button {font-size:21px; line-height:29px; padding:4px 0;}
    
    #gfm-logo {max-width:250px;}
}



@media screen and (max-width: 1240px){

    #header #center {padding:6px 15px 12px 15px;}

    #header #logo {display:none !important;}

    #header #logo-scroll {display:block !important;}

    #header #center {width:100% !important; display:block; margin-top:40px !important; padding:12px 15px 5px 15px !important;}

    

    #restaurant-menu a.download-menu {padding:16px 10px;}

    #restaurant-menu a.download-menu span {font-size:18px; line-height:21px; padding-left:77px;}

}



@media screen and (max-width: 1160px){    

    #booking-container {padding:30px 15px 30px 15px;}

    #booking h1 {font-size:24px; line-height:30px; letter-spacing:6px; padding:20px 15px 20px 15px;}

    #booking #form-container {float:none; width:100%; margin-right:0;}

    #booking form label {font-size:18px; line-height:36px;}

    #booking #booking-info {float:none; width:100%; padding-top:10px;}

    #booking #form-container p:first-child {padding-bottom:30px;}

    

    #booking button {font-size:26px; line-height:30px; padding:8px 0 8px 0;}

    

    #restaurant-menu-container {padding:30px 15px 0 15px;}

    #restaurant-menu h1 {font-size:36px; line-height:48px; letter-spacing:6px; padding:28px 15px 28px 15px; max-width:360px;}
    #reviews h1 {font-size:36px; line-height:48px; letter-spacing:6px; padding:28px 15px 28px 15px; max-width:360px;}

    #restaurant-menu .columns {padding-top:10px;}

    #restaurant-menu .column {float:left; width:45%; margin-right:10%; padding:35px 0 25px 0; border-top:1px solid #c9c9c9; border-bottom:none !important;}

    #restaurant-menu .column:nth-child(1), #restaurant-menu .column:nth-child(2) {border-top:none;}

    #restaurant-menu .column:nth-child(3n) {margin-right:10%;}

    #restaurant-menu .column:nth-child(2n) {margin-right:0;}

    #restaurant-menu .column:nth-child(3n+1) {clear:none;}

    #restaurant-menu .column:nth-child(2n+1) {clear:left !important;}

        

    #restaurant-menu .columns.download-buttons .column {float:left; width:31%; margin-right:3.5%; padding:38px 0 35px 0; border:none;}

    #restaurant-menu .columns.download-buttons .column:nth-child(3n) {margin-right:0;}

    #restaurant-menu .columns.download-buttons .column:nth-child(3n+1) {clear:left;}

    #restaurant-menu .columns.download-buttons .column:nth-child(2n+1) {clear:none !important;}



    #contact-container {padding:30px 15px 0 15px;}

    #contact h1 {font-size:36px; line-height:48px; letter-spacing:6px; padding:28px 15px 28px 15px; max-width:360px;}

    

    #contact #map {padding-bottom: 70%;}

    

    #footer {text-align:center; padding-bottom:20px;}

    #footer #footer-center {padding:25px 0;}

    #footer-social-icons {position:relative; right:auto; bottom:auto; width:100%; text-align:center;}

    #footer-social-icons a {float:none; display:inline-block; margin:4px;}

    #credits {position:relative; right:auto; bottom:auto; text-align:center; display:inline-block;}

    

    #events-container {padding:30px 15px 30px 15px;}

    #events #events-info {text-align:center; padding:40px 0 10px 0;}

    #events #events-list {padding:15px 0;}

    

    #vouchers-container {padding:30px 15px 30px 15px;}
    
    
    #slider .slide-content {padding-right:300px;} 
    #slider .flex-control-nav {padding-right:300px;} 

    #slider-sidebar {width:300px;}
    #slider-sidebar .inner {padding:25px 15px;}
    
    #slider-sidebar h1 {padding:15px 0 15px 0; font-size:23px; line-height:30px;}
    #slider-sidebar h2 {padding:15px 0 0 0;}
    #slider-sidebar h3 {font-size:14px; line-height:18px; padding:0 0 15px 0;}
    #slider-sidebar p {font-size:13px; line-height:17px; padding:0 0 8px 0;}
    #slider-sidebar .sidebar-button {font-size:18px; line-height:26px; padding:4px 0;}
    
    #gfm-logo {max-width:225px;}

}



@media screen and (max-width: 960px){

    #logo-scroll {width:57px; height:36px; background: transparent url(images/logo.png) no-repeat left top; background-size:57px 36px; top:14px;}

    #social-icons {top:6px;}

    #social-icons a {width:25px; height:25px; margin:8px 4px 0 4px; background-size:25px 25px !important;}

    

    #contact #map {padding-bottom: 80%;}

    

    #restaurant-menu a.download-menu {padding:12px 10px;}

    #restaurant-menu a.download-menu span {font-size:16px; line-height:19px; padding-left:50px; background-size:28px auto;}

    #slider .slide-content {padding-right:0;} 
    #slider .flex-control-nav {padding-right:0;} 

    #slider-sidebar {width:auto; position:relative; height:auto; right:auto; top:auto; background-color:#ffffff;}
    #slider-sidebar .inner {padding:25px 15px; max-width:none;}
    
    #slider-sidebar h1 {padding:20px 0 15px 0; font-size:23px; line-height:30px;}
    #slider-sidebar h2 {padding:15px 0 0 0;}
    #slider-sidebar h3 {padding:0 0 15px 0;}
    #slider-sidebar p {font-size:13px; line-height:17px; padding:0 0 8px 0;}
    #slider-sidebar .sidebar-button {font-size:18px; line-height:26px; padding:4px 0;}
    
    #gfm-logo {max-width:250px;}
    
    
    
    #purchase-ticket-form form {padding:0;}
    #purchase-ticket-form form .form-field {padding-left:0; margin-bottom:10px;}
    #purchase-ticket-form form label {font-size:18px; line-height:26px; position:relative; left:auto; top:auto; width:auto;}
    #purchase-ticket-form form input {height:38px; line-height:38px; font-size:18px; padding-left:6px;}
    #purchase-ticket-form form input[type="submit"] {height:50px; line-height:50px; font-size:26px; letter-spacing:3px;}
}



@media screen and (max-width: 800px){

    #slider .slides li {height:360px;}

    #slider .slide-content {bottom:33px;}

    #slider .slide-content .inner h1 {max-width:260px; padding:15px 15px 15px 15px; font-size:28px; line-height:36px; letter-spacing:6px;}

    #slider .slide-content .inner p {padding:20px 0 0 0; letter-spacing:2px;}

    #slider .slide-content .inner blockquote {font-size:26px; line-height:36px;}

    #slider .slide-content .inner cite {font-size:22px; line-height:28px; padding:0 0 30px 0;}

    #slider .slide-content .inner .empty {display:none;}

    

    #logo-scroll {top:10px; left:15px; width:80px; height:50px; background-size:80px 50px !important;}

    #social-icons {top:2px; right:15px;}

    #header #center {width:100% !important; display:block; margin-top:50px !important; padding:12px 15px 5px 15px !important;}



    #booking #form-container .form-column {float:none; width:100%; margin-right:0;}

    

    #contact .columns {padding:15px 0;}

    #contact #map {padding-bottom: 70%; margin-top:0;}

    #contact .columns .column {float:none; width:100%; margin-right:0%;}

    #contact .columns .column.last {padding-top:0;}

    

    #slider .flex-control-nav {bottom:-6px;}

    #slider .flex-control-nav li {margin:0 6px;}

    

    #gallery .flex-control-nav li {margin:0 6px;}

    

    #gallery h1 {max-width:260px; padding:15px 15px 15px 15px; font-size:28px; line-height:36px; letter-spacing:6px; margin-left:-149px; top:40px;}

    

    #restaurant-menu a.download-menu span {font-size:14px; line-height:17px; padding-left:44px; background-size:28px auto;}

}



@media screen and (max-width: 640px){

    #slider .slide-content .inner h1 {max-width:260px; padding:15px 15px 15px 15px; font-size:28px; line-height:36px; letter-spacing:6px;}

    #slider .slide-content .inner blockquote {font-size:22px; line-height:30px; padding:0 0 10px 0;}

    #slider .slide-content .inner cite {font-size:18px; line-height:24px; padding:0 0 25px 0;}

    

    #menu li {display:block; float:left; margin:0 15px 0 0;}

    #menu li a {font-size:14px; line-height:14px;}

    

    #booking h1 {font-size:20px; line-height:26px; letter-spacing:4px; padding:15px 15px 15px 15px;}

    #booking p {padding:8px 0;}

    #booking button {font-size:20px; line-height:26px; padding:6px 0 6px 0; margin-top:8px;}

    

    #restaurant-menu h1 {font-size:30px; line-height:36px; letter-spacing:4px; padding:15px 15px 15px 15px; max-width:none;}
    #reviews h1 {font-size:30px; line-height:36px; letter-spacing:4px; padding:15px 15px 15px 15px; max-width:none;}

    #contact h1 {font-size:30px; line-height:36px; letter-spacing:4px; padding:15px 15px 15px 15px; max-width:none;}

    

    #restaurant-menu .column {float:none; width:100% !important; margin-right:0 !important; padding:35px 0 25px 0;}

    #restaurant-menu .column:nth-child(2) {border-top:1px solid #c9c9c9 !important;}

    

    #footer-menu li {display:block; margin:6px 0 0 0; width:100%; line-height:20px;}

    

    #events h1 {max-width:none; font-size:20px; line-height:26px; letter-spacing:4px; padding:15px 15px 15px 15px;}

    

    #gallery h1 {max-width:200px; padding:5px 15px 5px 15px; font-size:28px; line-height:36px; letter-spacing:6px; top:20px; margin-left:-119px;}

    

    #vouchers h1 {font-size:20px; line-height:26px; letter-spacing:4px; padding:15px 15px 15px 15px;}

    

    #vouchers form input[type="submit"] {height:60px; line-height:60px; font-size:26px; letter-spacing:3px;}

    

    #restaurant-menu .columns.download-buttons {padding-top:25px;}

    #restaurant-menu .columns.download-buttons .column {border:none !important; padding:5px 0 !important;}

    #restaurant-menu .columns.download-buttons .column span {min-width:120px;}

    #restaurant-menu a.download-menu {padding:8px 10px; border-width:1px;}



}



@media screen and (max-width: 500px){

    #booking form label {position:relative; top:auto; right:auto; display:block; width:auto;}

    #booking form label.two-line.padding {top:auto !important;}

    #booking form label.two-line {line-height:36px !important;}

    #booking form .form-field {padding-left:0;}

    

    #vouchers form label {position:relative; top:auto; right:auto; display:block; width:auto;}

    #vouchers form label.two-line.padding {top:auto !important;}

    #vouchers form label.two-line {line-height:36px !important;}

    #vouchers form .form-field {padding-left:0;}

    #vouchers form input[type="submit"] {margin-top:10px;}

    

    #footer #footer-center {display:block;}

    #footer-logo {margin-bottom:0;}

    #footer-social-icons {display:none;}

    #footer-menu {display:none;}
    
    
    
    #purchase-ticket-form form label {font-size:16px; line-height:24px; padding-bottom:2px;}
    #purchase-ticket-form form input {height:34px; line-height:34px; font-size:16px;}
    #purchase-ticket-form form input[type="submit"] {height:44px; line-height:44px; font-size:22px; letter-spacing:1px;}
    #purchase-ticket-form p.info {font-size:16px; line-height:24px;} 
}


















/** Slick Slider **/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    top: 0;
    left: 0;
    display: block;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -ms-grab;
}

.slick-track:focus {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -ms-grabbing;
}

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

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

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

.slick-slide {
    display: none;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.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;
}

.slick-arrow.slick-hidden {
    display: none;
}




























.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
}

#open-closed-fancybox {display:none;}
#closed-fancybox {display:none; text-transform:uppercase; font-size:20px; line-height:26px; text-align:center; color:#100f10; font-family:Gotham-Medium; background-color:#f4f3ef; width:550px; padding:85px 20px 31px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#closed-fancybox strong {font-family:Gotham-Bold; font-weight:normal;}
#closed-fancybox .inner {max-width:430px; margin:0 auto;}
#closed-fancybox p {padding-bottom:26px;}
#closed-fancybox .button {text-decoration:none; display:inline-block; width:173px; height:54px; line-height:54px; color:#f4f3ef; font-size:23px; background-color:#6b6b6c;}
#closed-fancybox .button:hover {background-color:#000000;}

.custom-fancybox .fancybox-close {width:34px; height:34px; border-radius:17px; top:27px; right:29px; background:#6b6b6c url(images/fancybox-close-icon.png) no-repeat center center !important; text-indent:-9999px; background-size:18px auto !important;}
.custom-fancybox .fancybox-close:hover {background-color:#000000 !important;}


/***** Media Queries *****/
@media screen and (max-width: 700px){
    #closed-fancybox {width:100%; font-size:16px; line-height:22px; padding:50px 15px 20px 15px;}
    #closed-fancybox  p {padding-bottom:18px;}
    
    .custom-fancybox .fancybox-close {width:28px; height:28px; right:15px; top:15px; background-size:12px auto !important;}
    #closed-fancybox .button {width:auto; height:auto; line-height:28px; padding:8px 20px; font-size:18px;}
}