/*
Theme Name: Peach Pubs
Theme URI:
Author: CAB
Author URI:
Description:
Version: 0.2
Tags: Simple, responsive, white, clean, plain
Text Domain:

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses EM font values,


/* =Reset
-------------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    font-size: 0.625em;
    /*font-family: 'Caslon', arial, Helvetica, sans-serif;
    background: #4D311D url('images/bg.png') 50% 0;*/
    height: 100%;
}

ol, ul {
    list-style: none;
}
/*
blockquote, q {
    quotes: none;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}

a:focus {
    outline: thin dotted;
}

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

audio, canvas, video {
    display: inline-block;
}

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

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 1em 0;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats 
.clear:after, .wrapper:after, .format-status .entry-header:after {
    clear: both;
}

.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
    display: table;
    content: "";
}

.alignleft {
    float: left;
    display: inline-block;
    margin: 1em 1em 0.5em 0;
}

.alignright {
    float: right;
    display: inline-block;
    margin: 1em 0 0.5em 1em;
}

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

pre {
    overflow: hidden;
}

.pch-mobile-only{
    display: none !important;
}

@media screen and (max-width: 660px){
    .pch-mobile-only{
        display: block !important;
    }
    .pch-desktop-only{
        display: none !important;
    }
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
}

a {
    outline: none;
    text-decoration: none;
}

/*Book now Button
a.book-now {
    display: block;
    background: url('images/book-now.png') no-repeat 0 0;
    background-size: contain;
    padding: 0.8em;
    max-width: 145px;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: uppercase;
}

a.book-now:hover {
    color: #333;
}

a.book-now-mobile {
    display: none;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    background: url('images/book-now-mobile.png') no-repeat 0 0;
    font-size: 2.2em;
    max-width: 291px;
    height: 68px;
    margin: 1em auto;
    text-transform: uppercase;
    color: #010101;
    font-weight: bold;
}

.rooms-ava a.book-now-mobile {
    width: 42%;
    font-size: 2em;
    background-size: contain;
    height: auto;
    min-width: 230px;
    float: left;
    margin-right: 0;
}

.rooms-ava a.book-now-mobile:nth-of-type(2) {
    float: right;
}

.btn-primary{
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #FFF !important;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}

.btn-small{
    font-size: 14px;
}

/* Page structure */
.hold {
    width: 960px;
    margin: 0 auto;
}

/* fix uncentered heading on sites without rooms or members button 
.inside:not(.rooms-ava) .hold {
    position: relative;
}

#page {
    padding-bottom: 4em;
}

.alt-logo {
    display: none;
    background-size: contain;
    padding: 1.5em 4em;
    background-repeat: no-repeat;
    background-position: 0;
}

.breadcrumbs {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
}

.breadcrumbs a {
    color: #fff;
}

/* =Bootstrap Overrides 
-------------------------------------------------------------- */

.row.narrow-gutter{
    margin-right: -5px;
    margin-left: -5px;
}

.row.narrow-gutter > div{
    padding-left: 5px;
    padding-right: 5px;
}

/* =Header and Banner - Homepage
-------------------------------------------------------------- */
/* Header 
.site-header {
    width: 100%;
}

.site-header:after {
    content: "";
    clear: both;
    display: block;
}

.site-header .logo {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    background: no-repeat 50% 20%;
    height: 85%;
    text-indent: -9999px;
}

#thefleece .site-header .logo {
    background: no-repeat 50% 90%;
    bottom: 40%;
}

.site-header h2 {
    display: inline-block;
    font-size: 2em;
    float: right;
    clear: none;
}

.site-header button{
    outline: none;
    border: none;
}

.book-block {
    float: left;
    font-size: 1em;
    margin-top: 1em;
    color: #fff;
    display: inline-block;
    width: 20%;
    text-align: center;
    z-index: 99;
    position: relative;
}

.site-header .pch-floating-book-btn{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 100;
    box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(300px, 0);
    transform: translate(200px, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.site-header .pch-floating-book-btn.pch-sticky{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.site-header .pch-header-phone{
    display: block;
    margin-bottom: 10px;
}

/* fix uncentered heading on sites without rooms or members button */
/*
.inside:not(.rooms-ava) .book-block {
    position: absolute;
    left: 0;
}

.header-row:after {
    display: block;
    clear: both;
    content: '';
}

.rooms-ava .header-col-left {
    float: left;
}

.rooms-ava .header-col-right {
    float: right;
}

.header-row .phone {
    font-size: 14px;
    line-height: 18px;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 0;
    color: #4e1c64;
}

.header-row .phone:hover {
    color: #4e1c64;
}

@media only screen and (max-width: 565px) {
    .header-row .phone {
        margin: 9px 0;
    }
}

.header-row .phone-col {
    text-align: center;
    overflow: hidden;
}

.header-row .phone:after {
    content: '';
    width: 30px;
    height: 40px;
    background: url('images/sprite.png') no-repeat -355px -250px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -15px;
}

.book-block p {
    font-size: 1.4em;
    width: 180px;
    padding: 0.5em 0;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    line-height: 1.4em;
}

.book-block a.book-now {
    padding-top: 0.5em;
}

.book-block a.book-now {
    margin: 0.25em auto;
    font-size: 1.4em;
    height: 45px;
    width: 143px;
}

.book-block p:nth-of-type(2) {
    font-size: 1.8em;
}

.book-block p:nth-of-type(3) {
    font-size: 2.2em;
}

.book-block .gallery {
    position: relative;
    background: url(images/bg-offers-gallery.png) no-repeat;
    width: 189px;
    min-height: 228px;
    padding: 50px 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 19px 0 0;
    background-size: 100% 100%;
}

.book-block #offers-gallery h3, .book-block #offers-gallery p{
    font-family: FlorinSansBD;
    font-weight: bold; 
    font-style: normal; 
}

.book-block .gallery .mask {
    width: 100%;
    overflow: hidden;
}

.book-block .gallery p {
    font-size: inherit;
    width: auto;
    padding: 0;
    border-bottom: 0;
    text-transform: uppercase;
    line-height: inherit;
    min-height: 65px;
    overflow: hidden;
    max-height: 65px;
}

.book-block .gallery .slideset {
    width: 99999px;
    overflow: hidden;
}

.book-block .gallery .slide {
    float: left;
    width: 100px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    position: relative;
    padding: 0 0 44px;
}

.book-block .gallery a {
    outline: none;
}

.book-block .gallery .slide .btn {
    position: absolute;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    left: 50%;
    margin: 0 0 0 -49px;
    bottom: 0;
    width: 97px;
    height: 30px;
    background: url(images/bg-more.png) no-repeat;
}

.book-block .gallery .slide .btn span {
    display: block;
    padding: 5px 0 0;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.book-block .gallery .btn-prev,
.book-block .gallery .btn-next {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    left: -53px;
    top: 50%;
    line-height: 37px;
    font-weight: bold;
    font-size: 37px;
    text-align: center;
    margin: -8px 0 0;
}

.book-block .gallery .btn-next {
    left: auto;
    right: -53px;
}

.book-block .gallery h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-block .gallery .
.rooms-ava .book-block {
    font-size: 1em;
    width: 28%;
}

.rooms-ava .book-block a.book-now {
    display: inline-block;
    width: 130px;
    height: 40px;
    padding-top: 10px;
}

.rooms-ava .book-block p {
    width: 100%;
    padding-top: 10px;
}

div.local-life {
    margin-top: 2em;
    width: 20%;
    float: right;
    padding: 10em 5em;
    background: url('images/local-life-on-tap.png') no-repeat 0 0;
}

.center-stage p.down-to {
    text-transform: uppercase;
    width: 175px;
    font-size: 2em;
    line-height: 1.2em;
    padding: 1.5em 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
    background: url('images/white-border.png') no-repeat 50% 100%;
    clear: both;
    z-index: 99;
}

header > p.down-to {
    text-transform: uppercase;
    width: 175px;
    font-size: 2em;
    line-height: 1.2em;
    padding: 1.5em 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
    background: url('images/white-border.png') no-repeat 50% 100%;
    clear: both;
    position: absolute;
    z-index: 99;
    left: 42%;
    right: 42%;
    bottom: 10%;
}

p.down-to a {
    color: #fff;
}

div.center-stage {
    width: 365px;
    text-align: center;
    position: absolute;
    /*bottom: 10%;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
}

.center-stage a.superoffer {
    display: inline-block;
    padding: 0.97em 1em;
    font-size: 1.4em;
    margin: 2em 0;
    text-align: center;
    color: #fff;
    background: url('images/homebutton.png');
    text-transform: uppercase;
    position: relative;
    font-family: FlorinSansBD;
}

#thehighfieldedgbaston div.center-stage .center-state-text {
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    margin: 20px auto 20px 0;
    color: #fff;
    text-align: center;
    letter-spacing: 0.25em;
    font-weight: bold;
}

.center-stage a.superoffer img {
    position: absolute;
    right: 0;
    top: 0;
}

.home-banner {
    min-height: 610px;
    position: relative;

}

/* Navigation Menu */
/* menu fix */
.home-banner, .inside {
    text-align: center;
}

.home-banner .main-navigation li {
    margin-right: 5px !important;
}

.inside .main-navigation li {
    margin-right: 5px !important;
}

.home-banner .main-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    background: url('images/nav-bg.png') 0 0;
    background: rgba(39, 5, 54, 0.8);
    /*transition: all 1s ease-in-out;*/
}

.home-banner .main-navigation li, .inside .main-navigation li {
    /*float: left;*/
    display: inline-block;
    margin-right: 1em;
}

.home-banner .main-navigation li:last-of-type, .inside .main-navigation li:last-of-type {
    margin-right: 0 !important;
}

.home-banner .main-navigation a {
    text-decoration: none;
    display: block;
    font-size: 1.9em;
    text-transform: uppercase;
    padding: 0.5em;
}

.home-banner .main-navigation ul.nav-menu > li > a:hover, .home-banner .main-navigation li.current-menu-item > a {
    color: #fff;
    background: url('images/active-link.png') no-repeat 50% 80%;
}

.main-navigation ul.sub-menu li.food-menu.current-menu-item a {
    background: none;
}

.home-banner .main-navigation ul.sub-menu > li > a:hover {
    color: #fff;
}

.home .site-header.inside {
    display: none;
}

.home .site-header.inside.cooking {
    display: block;
}

/**
	On page Active Menu
**/
.home-banner .main-navigation.on-page-active, .home-banner .main-navigation.on-page-active .sub-menu {
    background: #fff !important;
}

.home-banner .main-navigation.on-page-active li.current-menu-item a, .home-banner .main-navigation.on-page-active li a:hover {
    color: #A0A0A0 !important
}

.home-banner .book-block a.book-now {
    font-size: 1.4em;
}

/* Inside Page Header */

.site-header.inside {
    background: #fff;
}

.site-header.inside a.book-now {
    margin: 0;
}

.site-header.inside .altlogo {
    margin: 0 auto;
    width: 40%;
    padding-left: 1em;
    display: inline-block;
    float: left;
    clear: none;
    margin-top: 1em;
    margin-bottom: 1em;
    min-width: 325px;
}

.inside:not(.rooms-ava) .altlogo {
    text-align: center;
    float: none;
    display: block;
    padding-left: 0px;
}

.site-header.inside .altlogo a {
    display: block;
    text-indent: -9999px;
    background: no-repeat 50% 0;
    font-size: 6em;
    margin: 0 auto;
    background-size: contain;
    width: 100%;
}

@media (max-width: 660px) {
    .site-header.inside .altlogo {
        float: none;
        width: 100% !important;
    }

    .inside:not(.rooms-ava) .hold {
        position: static !important;
    }

    .site-header.inside .altlogo a {
        background-position: center center;
    }
}

.site-header.inside #site-navigation {
    clear: both;
    padding: 1em 0 0;
}

.site-header.inside #site-navigation:after {
    content: "";
    clear: both;
    display: block;
}

.inside .main-navigation a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0.4em 0.8em;
    text-transform: uppercase;

}

.inside .main-navigation li.current-menu-item > a, .inside .main-navigation ul.nav-menu > li > a:hover {
    color: #8c8888;
    background: url('images/inside-active.png') no-repeat 50% 80%;
}

p.old-chat {
    float: right;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background: url('images/call-bg.png') no-repeat 0 0;
    width: 170px;
    height: 45px;
    padding: 1.1em 0em;
    margin-top: 1.2em;
    background-size: contain
}

.inside:not(.rooms-ava) p.old-chat {
    position: absolute;
    right: 0;
    top: 0;
}

.rooms-ava.site-header.inside .altlogo {
    width: 32%;
}

/*****
Sub Menu
*****/

ul.sub-menu {
    position: absolute;
    padding: 2em;
    background-color: #fff;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 0.9em;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}

.main-navigation ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.main-navigation ul.sub-menu li {
    float: none;
    display: block;
    text-align:left;
}

.main-navigation ul.sub-menu li.nav-title a {
    font-size: 2.8em;
    text-transform: uppercase;
    padding-left: 0;
    font-family: 'Economica', arial, Helvetica, sans-serif;
    padding-left: 4px;
}

.main-navigation ul.sub-menu li a:hover {
    color: #ccc !important;
}

.main-navigation ul.sub-menu li.food-menu {
    /*float: left;
	width*/
/*: 50 %;*/
}

.main-navigation ul.sub-menu li a {
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    font-size: 1.5em;
    text-transform: none;
    text-transform: uppercase;
}

ul.sub-menu li.food-menu a {
    font-style: italic;
}

/* =Social and Search Bar
-------------------------------------------------------------- */
.social-search {
    width: 100%;
    padding: 0.3em;
    background: #101010;
    color: #8e8e8e;
    font-size: 1.6em;
    min-height: 2.5em;
    margin-top: -1px;
    z-index: 99;
}

.home .social-search.top {
    display: none !important;
}

.social-search.bottom {
    position: fixed;
    bottom: 0;
}

.social-search > div > ul, 
.social-search > div > form, 
.social-seach > div,
.social-search > div > .pch-footer-float{
    float: left;
    width: 176px;
}
.social-search > div > .pch-footer-float .button{
    width: 176px;
}

.home .social-search > div > form {
    display: none;
}

.social-search > div > ul {
    width: 33%;
}

.social-search > div > ul li:first-child {
    padding-top: 0.4em;
}

.social-search > div > ul li {
    float: left;
    margin-right: 0.4em;
    font-size: 1.1em;
    text-transform: uppercase;
}

.social-search form {
    width: 50%;
}

.social-search form input {
    margin: 0;
    width: 90%;
    padding: 0.35em 0.4em;
    font-family: 'Economica', arial, Helvetica, sans-serif;
    font-size: 1em;
    border: none;
    background: url('images/search-bg.png') no-repeat 0 0;
    float: left;
    max-width: 320px;
    font-style: italic;
}

.social-search form button {
    border: none;
    background: url('images/signup-button.png') no-repeat 0 0;
    height: 29px;
    width: 8%;
    margin: 0;
    min-width: 42px;
    float: left;
    text-transform: uppercase;
}

.social-search .get-in-touch {
    float: right;
}

.social-search .get-in-touch a {
    margin-top: -1.3em;
    padding-top: 1.8em;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    background: url('images/plus.png') no-repeat 50% 0;
}

.social-search.active .get-in-touch a {
    background: url('images/minus.png') no-repeat 50% 0;
}

.social-search .get-in-touch a:hover {
    color: #fff;
}

#navicon {
    display: none;
    height: 24px;
    width: 31px;
    background: #4e2466 url('images/navicon.png');
    float: right;
    margin-top: 3em;
    z-index: 999;
    position: relative;
    margin: 1em 2em;
}

.home #main {
    padding-bottom: 2em;
}

/* =Homepage
-------------------------------------------------------------- */

#page .content {
    padding-top: 1em;
    padding-bottom: 4em;
}

#page .content:after {
    display: block;
    clear: both;
    content: '';
}

#page .content .homebox {
    display: inline-block;
    width: 32%;
    padding: 1em;
    background: #fff;
    position: relative;
    margin-right: 2%;
    float: left;
}

#page .content .homebox img {
    max-width: 100%;
}

#page .content .homebox.last {
    margin-right: 0;
}

#page .content .homebox h2 {
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    padding: 0 2em;
    width: 100%;
    line-height: 2.2em;

}

#page .content .homebox h2 span {
    font-size: 3em;
    display: block;
}

#page .content .homebox > div {
    padding: 2.75em 2em 2em 2em;
    background: url('images/black-border.png') no-repeat 0 0;
    background-size: cover;
    margin-top: 1em;
    min-height: 212px;
}

#page .content .homebox p {
    font-size: 1.5em;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #2E2E2E;
}

#page .content .homebox a.button, 
.sidebar .offer a.button,
.pch-form .button{
    background: #000;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5em auto;
    color: #FFFFFF;
    background-size: contain;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0.5em;
    position: absolute;
    bottom: 1em;
    left: 0;
}

#page .content .homebox h2.local-life {
    text-indent: -9999px;
    background: url('images/local-life-large.png') no-repeat 50% 0;
    padding: 3em;
}

#page .content .homebox section {
    position: relative;
}

/* =Inside Static Default Page
-------------------------------------------------------------- */
#page .inside {
    width: 68.5%;
    display: inline-block;
    float: left;
    min-height: 400px
}

#page .local-life {
    width: 100%;
    display: block;
    float: none;
}

.site-header > header:after {
    display: block;
    clear: both;
    content: '';
}

.site-header.home-banner > header {
    margin-bottom: 2em;
    padding-top: 5em;

}

.site-header > header {
    margin-bottom: 2em;
}

.inside article {
    width: 97%;
}

.local-life.inside article {
    width: 100%;
}

.inside article p {
    width: 97%;
}

.inside section.mini-gallery {
    width: 100%;
}

.inside article h1:first-of-type {
    margin-top: 0;
}

.inside article h1 {
    font-size: 2.8em;
    color: #020202;
    text-transform: uppercase;
    margin: 1em 0 1em 0;
    clear: none;
}

.inside article h2 {
    width: 90%;
    font-size: 2.4em;
    color: #020202;
    text-transform: uppercase;
    margin: 1em 0 0.5em 0;
    clear: none;
}

.inside article h3 {
    font-size: 2em;
    color: #020202;
    text-transform: uppercase;
    margin: 1em 0 0.5em 0;
}

.inside article p {
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 1.5em;
    font-style: normal;
    font-weight: 400;
}

.inside article a {
    color: #010101;
    text-decoration: none;
    font-style: italic;
}

.inside article img {
    padding: 0.5em;
    background: url('images/grain-bg.jpg') 0 0;
    box-shadow: 3px 3px 3px #666;
    margin-bottom: 1em;
    max-width: 100%;
}

.inside article img.no-back {
    padding: 0;
    background: none;
    box-shadow: none;

}

.content section.sidebar {
    width: 31%;
    float: right;
    margin-top: 3.3em;
}

.content section.sidebar aside {
    margin-bottom: 2em;
    width: 100%;
    overflow: hidden;
}

.content section.sidebar .offer,
.clipboard-card {
    padding: 0.5em 0.5em 0 0.5em;
    background: #fff;
    position: relative;
    text-align: center;
}

.clipboard-card {
    width: 100%;
    background-color: #eee;
}

.content section.sidebar aside img,
.clipboard-card img {
    max-width: 100%;
}

.content section.sidebar .offer .pch-image-constrainer,
.clipboard-card .pch-image-constrainer {
    width: 100%;
    position: relative;
    height: 0;
    padding: 0;
    padding-bottom: 85%;
    background-size: cover;
    background-position: center center;
    min-height: 0;
    margin-top: 0;
}

.content section.sidebar .offer h4,
.clipboard-card h4 {
    position: absolute;
    top: 10%;
    font-size: 2.4em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.2em;
}

.content section.sidebar .offer h4 span,
.clipboard-card h4 span {
    display: block;
    font-size: 1.8em;
    letter-spacing: 0;
}

.content section.sidebar .offer div,
.clipboard-card .clipboard-card-content {
    background: url('images/sidebar-border.jpg') no-repeat 0 0;
    padding: 3em 5em 0;
    margin-top: 1em;
    min-height: 19.5em;
}

.clipboard-card .clipboard-card-content {
    background-image: none;
    background-size: contain;
    position: relative;
    padding: 0 0 0.5em;
    min-height: auto;
}

.clipboard-card .clipboard-card-content::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 67%;
    background: url('images/sidebar-border.jpg') no-repeat center center;
    background-size: contain;
}

.clipboard-card .clipboard-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 577px) {
    .clipboard-card .clipboard-card-inner {
        padding: 2em 5em;
    }
}

@media (min-width: 992px) {
    .clipboard-card .clipboard-card-inner {
        padding: 2em 3em;
    }
}

.content section.sidebar .offer div p,
.clipboard-card div p {
    font-size: 1.2em;
    line-height: 1.6em;
    text-transform: uppercase;
    font-weight: 600;
    color: #2E2E2E;
}

.content section.sidebar .offer a.button,
.clipboard-card a.button {
    position: static;
}

.clipboard-card a.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    padding: 0.5em;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5em auto;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0.5em;
    bottom: 1em;
    left: 0;
    position: static;
}

/******
Food Menus
*******/

aside.menus {
    text-transform: uppercase;
    color: #fff;
    width: 24%;
    min-width: 155px;
    float: right;
    text-align: center;
    margin-left: 6em;
    margin-bottom: 6em;
}

.inside article aside.menus p {
    font-family: 'Economica', arial, Helvetica, sans-serif;
    font-size: 1.6em;
    padding: 0 1.6em;
    margin-bottom: 0.5em;
    line-height: 1.4em
}

aside.menus a.food-menu {
    display: block;
    padding: 0.6em;
    font-size: 17px;
    margin-bottom: 1em;
    background: #000;
    color: #FFF;
    width: 100%;
    font-weight: bold;
    font-style: normal;
}

.seasonal-thinking {
    background: url('images/seasonal-thinking.png') no-repeat;
    background-size: contain;
    min-height: 184px;
    color: #010101;
    padding: 1.5em;
}

.inside article .seasonal-thinking h3 {
    margin-top: 0;
}

.inside article .seasonal-thinking p {
    color: #010101;
    font-size: 1.3em;
    font-style: italic;
    background: url('images/bottom-seasonal.png') no-repeat 0 100%;
    padding-bottom: 1.5em;
}

/* =Events Page
-------------------------------------------------------------- */
section.post {
    margin-bottom: 2em;
}

/*#page .content .inside.post  {
	width: 100%;
}*/
#page .content .inside.post article {
    overflow: hidden;
    padding-left: 10.5em;
    position: relative;
    padding: 2em 0 2em 10.5em;
    background: url('images/white-article-border.png') no-repeat 0 100%;
    width: 98%;
    min-height: 16em;
}


.page-template-template-wifi-php #page .content .inside.post article {
    background: url('images/white-article-border.png') no-repeat 0 100%,url('images/white-article-border.png') no-repeat 0 0;
}

#page .content .inside.post article time {
    font-size: 1.4em;
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
    font-style: italic;
    color: #010101;
}

#page .content .inside.post article time.event-date {
    display: block;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    background: url('images/date.png') no-repeat;
    width: 82px;
    height: 92px;
    text-align: center;
    padding: 2.5em 0 0 0;
    font-style: normal;
    top: 2em;
    text-transform: uppercase;
}

#page .content .inside.post article time.event-date.cross span {
    font-size: 0.9em;
}

#page .content .inside.post article time.event-date span {
    display: block;
}

#page .content .inside.post article figure.featured-image {
    float: right;
    margin-left: 3em;
    max-width: 20.1em;
    margin-top: 2em;
}

#page .content .inside.post article p {
    width: 70%;
}

#page .content .inside.post.events article p {
    width: 90%;
}

#page .content .inside.post article.no-img p {
    width: 90%;
}

div.contact {
    font-size: 1.8em;
    color: #fff;
    text-transform: uppercase;
}

div.contact a.button, .community-board a.button, .gform_wrapper input.button, a.button {
    display: inline-block;
    margin: 0;
    width: 157px;
    height: 34px;
    background: url('images/contact-button-bg.png') no-repeat 0 0;
    text-align: center;
    padding: 0.5em;
    color: #010101;
    text-decoration: none;
    margin-right: 1em;
    margin-left: 1em;
    text-transform: uppercase;
}

a.return {
    padding: 0.5em 4em 0.5em 0;
    display: block;
    float: right;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #fff;
    background: url('images/back-arrow.png') no-repeat 100% 50%;
}

.post article a.book-now {
    font-size: 1.8em;
    background-size: contain;
    padding: 0.5em 1.5em;
    float: right;
    margin-right: 0.5em;
    clear: right;
}

.post.local-life article a.button, .inside.news article a.button {
    font-size: 1.8em;
    float: right;
    margin-right: 0.5em;
}

article ul ul ul {
    padding-left: 10px;

}

article > ul > li, .kwayy-html-sitemap-wrapper li {
    font-size: 16px;
    margin: 5px 0;
}

#page .content .inside.post.events article time.event-date {
    position: relative;
    top: -2px;
    z-index: 99;

}

#page .content .inside.post.events article {
    padding-left: 0;
}

.events .left-event {
    display: inline-block;
    width: 13%;
    min-width: 85px;
}

.events .left-event img {
    height: auto;
    margin-bottom: -3px !important;
    padding: 0.2em;
}

.events .event-content {
    width: 85%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

/* =News Index Page
-------------------------------------------------------------- */
#page .inside.news {
    width: 100%;
}

#page .content .inside.post.news article figure.featured-image {
    max-width: 26em;
}

#page .content .inside.post.news article figure.featured-image img {
    height: auto;
}

/* =Local Life
-------------------------------------------------------------- */
/********************
Local Life Navigation
*********************/
nav#local-life-nav {
    width: 100%;
    padding: 0 1em 1em;
    overflow: hidden;
    background: url('images/black-hr.png') repeat-x 0 100%;
    margin-bottom: 2em;
}

nav#local-life-nav ul li {
    float: left;
    margin-bottom: 1em;
    font-size: 1.8em;

}

nav#local-life-nav ul li a {
    padding: 0.5em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
}

nav#local-life-nav li.current-menu-item a, nav#local-life-nav ul li a:hover {
    color: #010101;
}

section.local-life {
    margin-top: 5em;
}

.local-life article hr {
    height: 5px;
    background: url('images/white-hr.png') repeat-x 0 0;
    margin: 1em 0 0 0;
}

.inside article hr {
    width: 100%;
    padding: 0 1em 1em;
    overflow: hidden;
    background: url('images/black-hr.png') repeat-x 0 100%;
    margin: 1em 0;
}

div.postnav {
    padding-top: 2em;
}

div.postnav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6em;
}

div.postnav .newerpost {
    float: right;
    width: 10%;
    display: block;
}

.share-buttons {
    float: right;
    color: #010101;
    font-size: 2em;
}

.share-buttons img {
    margin-left: 0.3em;
}

.share-buttons span {
    display: inline-block;
    vertical-align: middle;
    padding: 1em 0.5em;
    margin-top: -25px;
}

.share-buttons.whats-on {
    float: left;
    display: block;
}

.share-buttons.whats-on img {
    padding: 0;
    margin-bottom: 0;
}

/* =Community Board
-------------------------------------------------------------- */
.community-board {
    padding-top: 3em;
}

.community-board article {
    width: 31%;
    padding: 0.8em;
    background: url('images/grain-bg.jpg') 0 0;
    box-shadow: 3px 3px 3px #666;
    margin-right: 3%;
    height: 31.5em;
    float: left;
    display: inline-block;
    margin-bottom: 2em;
}

.community-board article:nth-of-type(3n) {
    margin-right: 0
}

.community-board article div {
    padding: 3.5em 2.5em;
    background: #558a94;
    text-align: center;
    min-height: 30em;
}

.community-board article h3 {
    color: #010101;
    font-size: 2.4em;
    margin-bottom: 0.5em;
}

.community-board article small > p {
    font-size: 1.3em;
    color: #010101;
    font-style: italic;
    margin-bottom: 1.5em;
    display: block;
    font-family: 'Avenir', Helvetica, arial, sans-serif;
}

.community-board article p {
    font-size: 1.4em;
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    color: #fff;
    line-height: 1.6em;
    margin-bottom: 2em;
}

.community-board a.button {
    font-size: 1.8em;
}

.community-board #infscr-loading {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6em;
    color: #fff;
}

#nav-below {
    display: none;
}

.community-board article:nth-child(4) div, .community-board article:nth-child(5) div, .community-board article:nth-child(6) div {
    background: #69b184;
}

/* =Mini Gallery
-------------------------------------------------------------- */
section.mini-gallery {
    width: 68%;
    overflow: hidden;
    margin-bottom: 1em;
    display: inline-block;
    margin-top: 3.2em;
}

section.mini-gallery img {
    padding: 0.5em;
    float: left;
    background: url('images/grain-bg.jpg') 0 0;
    box-shadow: 3px 3px 3px #666;
    margin-bottom: 1em;
}

section.mini-gallery img.feat {
    margin-right: 0.8em;
}

/* =Clipboard
-------------------------------------------------------------- */
.clipboard {
    background: url('images/clipboard.png') no-repeat 0 0;
    padding: 7em 2em 2em 2em;
    display: inline-block;
    width: 31%;
    float: right;
    text-transform: uppercase;
    text-align: center;
    color: #020202;
    min-height: 35.6em;
}

.clipboard h3 {
    font-size: 2.4em;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

.clipboard p {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
    color: #2E2E2E;
}

.clipboard.quote p.quote {
    margin-top: 1em;
    padding: 3em 1.5em;
    letter-spacing: 0.1em;
    background: url('images/quote.png') no-repeat 50% 0;
}

#social-side {
    position: fixed;
    right: 0;
    top: 50%;
    width: 3em;
    z-index: 999;
}

.clipboard .signup, .center-stage .signup {
    overflow: hidden;
    margin-bottom: 20px;
}

.clipboard .signup input, .center-stage .signup input {
    margin: 0;
    width: 80%;
    padding: 0.5em 0.4em;
    font-family: 'Economica', arial, Helvetica, sans-serif;
    font-size: 1.4em;
    border: none;
    background: url('images/search-bg-clip.png') no-repeat 0 0;
    float: left;
    font-style: italic;
}

.clipboard .signup button, .center-stage .signup button {
    border: none;
    background: url('images/signup-button.png') no-repeat 0 0;
    height: 29px;
    width: 8%;
    margin: 0;
    min-width: 42px;
    float: left;
    text-transform: uppercase
}

.clipboard:after {
    clear: both;
}

.center-stage .signup input {
    width: 88%;
    background: url('images/search-bg.png') no-repeat 0 0;
}

/* =wifi offers */
.page-template-template-wifi-php .landing-area{
  padding-bottom: 20px;
  padding-top: 20px;
}
/*
.page-template-template-wifi-php .events h1,.page-template-template-wifi-php .events h2,.page-template-template-wifi-php .events h3,.page-template-template-wifi-php .events h4{
        font-size: 70px; 
        text-align: center; 
        color: white; 
        margin-bottom: 20px;
}
*/
.page-template-template-wifi-php .post a{
    color: #BD955A;
}
.wifi-content{
    padding-top: 5em;
}
.wifi-content p{
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
}

.wifi-post:after{
    content: '';
    display: table;
    clear: both;
}

.wifi-post-image{
    float:left;
    width: 25%;
}

.wifi-post-image a.featured-image-link {
    pointer-events: none;
}

@media screen and ( min-width: 781px ) {
    .wifi-post-image a.featured-image-link.show-link-desktop {
        pointer-events: all;
    }
}

@media screen and ( min-width: 661px ) and ( max-width: 780px ) {
    .wifi-post-image a.featured-image-link.show-link-tablet {
        pointer-events: all;
    }
}

@media screen and ( max-width: 660px ) {
    .wifi-post-image a.featured-image-link.show-link-mobile {
        pointer-events: all;
    }
}

.wifi-post-image img{
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0.3em;
    background: url('images/grain-bg.jpg') 0 0;
}

.wifi-post-content{
    float:left;
    width: 75%;
    padding: 10px;
}

.wifi-post-content h1,.wifi-post-content h2,.wifi-post-content h3,.wifi-post-content h4,.wifi-post-content h5{
    font-size: 70px !important; 
    text-align: center; 
    color: white !important; 
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.thank-you{
    font-size: 70px !important; 
    text-align: center; 
    color: white !important; 
    margin-bottom: 20px;
    text-transform: none !important;
}
.thank-you-mobile{
    display: none;
}

@media only screen and ( max-width: 780px ) {
    .thank-you-mobile{
        display: block !important;
    }
    .thank-you{
        display: none;
    }
    .wifi-post-content{
        float:left;
        width: 100%;
        padding: 10px;
    }
    .wifi-post-image{
        float:left;
        width: 100%;
    }
    .wifi-post-image img{
        margin: 0 auto;
    }
}

/* =Contact Us Page
-------------------------------------------------------------- 
.contact-details {
    overflow: hidden;
    padding-bottom: 2em;
    background: url('images/black-hr.png') repeat-x 0 100%;
    margin-bottom: 4em;
}

.contact-details div {
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 10%;
}

.contact-details div.opent {
    margin-right: 0;
    width: 50%;
}

.contact-details h5 {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0.5em;
    font-family: 'Avenir', Helvetica, arial, sans-serif;
}

.contact-details div ul {
    width: 50%;
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    float: left;
    line-height: 1.7em;
    font-family: 'Avenir', Helvetica, arial, sans-serif;
}

.contact-page hr {
    height: 3px;
    background: url('images/black-hr.png') repeat-x 0 0;
    margin: 3em 0;
}

.gform_wrapper {
    color: #fff;
    width: 100%;
    font-family: 'Avenir', Helvetica, arial, sans-serif;
}

span.gform_description {
    font-size: 1.3em;
    margin-bottom: 1em;
    display: block;
    line-height: 1.6em;
}

li.gfield {
    margin-bottom: 1em;
    position: relative;
    clear: both;
}

li.gfield label {
    width: 11.5em;
    display: inline-block;
    float: left;
    color: #010101;
    font-size: 1.3em;
    padding-top: 0.5em;
}

li.gfield input {
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    height: 34px;
    background: url('images/input-box.png') no-repeat;
    width: 336px;
    border: none;
    background-size: contain;
    padding: 0.5em;
}

li.gfield textarea {
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    padding: 0.5em;
    width: 336px;
    border: 2px solid black;
    font-size: 1.3em
}

.validation_error {
    display: none;
}

.validation_message {
    font-size: 1.3em;
    margin-bottom: 1em;
    float: right;
}

#gform_wrapper_1 li.gfield textarea {
    background-size: cover;
}

.map-wrapper {
    margin-top: 3.2em;
    padding: 1em;
    background: url('images/grain-bg.jpg');
    width: 98%;
    margin-bottom: 2em;
}

#map {
    width: 100%;
    height: 30em;
}

#fmap {
    height: 140px;
    width: 260px;
}

.directions {
    font-style: italic;
}

.directions form {
    float: right;
    padding: 0.2em;
    background: #fff;
}

.directions form input[type="text"] {
    height: 38px;
    border: none;
    background: url('images/postcode.png') no-repeat 0 0;
    width: 108px;
    font-style: 1.4em;
    padding-left: 0.5em;
    display: inline-block;
    float: left;
}

.directions form input[type="submit"] {
    border: none;
    background: url('images/go.png') no-repeat 0 0;
    text-indent: -9999px;
    width: 49px;
    height: 38px;
}

#main {
    float: none !important;
}

.gform_wrapper input.button {
    font-size: 1.4em;
    border: none;
    text-transform: uppercase;
    float: right;
    margin: 0.5em 0;
    clear: both;
}

#gform_wrapper_1 {
    width: 53%;
}

#gform_wrapper_1 input.button {
    float: right;
    margin-right: 2em
}

.charleft {
    margin: 0.5em 0;
}

#gform_2 {
    width: 77%;
}

.post-pagination {
    margin-top: 15px;
    font-size: 1.8em;
}

.post-pagination a {
    display: inline-block;
    margin: 0 3px 0;
}

/* main layout */
.main-area h1, .main-area h2, .main-area h3, .main-area h4, .main-area h5, .main-area h6, b, strong, th {
    font-weight: bold;
}

.main-area h1, .main-area h2, .main-area h3, .main-area h4, .main-area h5, .main-area h6 {
    color: #000;
}

.main-area h1 mark, .main-area h2 mark, .main-area h3 mark, .main-area h4 mark, .main-area h5 mark, .main-area h6 mark {
    color: #000;
    background: none;
}

.main-area h1 {
    font-size: 200%;
}

.main-area h2 {
    font: bold 36px/40px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 5px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.main-area h3 {
    font: bold 26px/30px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.main-area h4 {
    font: bold 20px/24px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.main-area h5 {
    font: bold 15px/18px Economica, Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 12px;
}

.main-area h6 {
    font-size: 90%;
}

.hidden-holder {
    display: none;
}

.main-area {
    margin: 0 auto;
    max-width: 1024px;
}

#twocolumns {
    width: 100%;
}

#twocolumns:after {
    content: "";
    clear: both;
    display: block;
}

.main-area .content, .main-area #content {
    float: left;
    width: 68%;
}

.main-area #sidebar, .main-area .aside {
    float: right;
    width: 30%;
}

.main-place {
    padding: 13px 14px;
}

.main-place h3 {
    margin-bottom: 10px;
}

.main-place .page-title {
    border-bottom: 1px solid #ccc;
    margin: 0 -14px;
    padding: 0 14px 14px;
}

.main-place #twocolumns {
    margin: 0 -14px;
    padding: 14px;
}

/* visual */
.visual {
    margin-left: -10px;
    margin-right: -10px;
}

.visual .head-title {
    font-size: 29px;
    left: 0;
    letter-spacing: 3px;
    line-height: 32px;
    margin: 0;
    top: 90px;
    width: 100%;
}

.sub-page .visual .logo, .landing-page .visual .logo, .blog-page .visual .logo, .visual .logo {
    position: absolute;
    background: url("../images/logo-mobile.png") no-repeat scroll 0 -200px rgba(0, 0, 0, 0);
    height: 60px;
    left: 33px;
    margin: 0;
    top: 8px;
    width: 50px;
    z-index: 10;
}

/* form-signup */
.form-signup {
    float: left;
    margin: 0;
}

.form-signup .signup-holder {
    background: #fff url(images/sprite.png) no-repeat 100% -800px;
    padding: 0 2px 0 0;
}

.form-signup .signup-frame {
    padding: 2px 38px 2px 0;
    position: relative;
    height: 32px;
    background: url(images/sprite.png) no-repeat 0 -1050px;
    overflow: hidden;
}

.form-signup input[type=email] {
    float: left;
    padding: 3px 9px;
    margin: 0;
    width: 100%;
    border: none;
    background: none;
    color: #8d8c8e;
    font: italic 17px/22px Economica, Arial, Helvetica, Verdana, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-signup ::-webkit-input-placeholder {
    color: #8d8c8e;
}

.form-signup ::-moz-placeholder {
    opacity: 1;
    color: #8d8c8e;
}

.form-signup :-moz-placeholder {
    color: #8d8c8e;
}

.form-signup :-ms-input-placeholder {
    color: #8d8c8e;
}

.form-signup input[type=submit] {
    position: absolute;
    right: 1px;
    top: 2px;
    width: 42px;
    height: 28px;
    background: #fcb543 url(images/sprite.png) no-repeat -200px -150px;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    border: none;
}

/* sidebar bloks */
.block-in {
    margin: 0 0 20px;
}

.block-in.indent {
    margin-bottom: 45px;
}

.block-in .form-signup {
    float: none;
    margin: 0;
}

.box .heading {
    background: #e4e4e4;
    color: #000;
    font: 20px/24px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 1px;
    margin: -8px -7px 12px -8px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.simple-list {
    font-family: Economica, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.simple-list li {
    list-style: none outside none;
    overflow: hidden;
}

.simple-list a {
    color: #fcb643;
    display: block;
    overflow: hidden;
    padding: 8px 10px;
    text-decoration: none;
}

.simple-list h3 {
    color: #000;
    font: bold 18px/22px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0;
    margin: 0 0 3px;
    text-transform: none;
}

.simple-list p {
    margin: 0;
}

.simple-list a:hover {
    background: #393939;
    color: #fff;
    text-decoration: none;
}

.simple-list a:hover h3 {
    color: #fcb643;
}

.simple-list .text {
    overflow: hidden;
}

.simple-list.color a:hover h3 {
    color: #000;
}

.simple-list.color a {
    padding-bottom: 11px;
    padding-top: 11px;
}

.image-holder {
    border: 1px solid #e3e3e3;
    float: left;
    margin: 0 10px 0 0;
}

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

.image-block {
    border: 1px solid #e3e3e3;
    margin: 0 0 15px;
}

.list {
    color: #020202;
    font: bold 16px/23px Economica, Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 0 -15px;
    text-align: center;
    text-transform: uppercase;
}

.list > li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 -4px 0 0;
    vertical-align: top;
    width: 25%;
}

.list > li > .holder {
    background: #fffdfd;
    margin: 0 0 15px 15px;
    padding: 8px;
}

.list figure {
    left: 0;
    margin: 0 0 6px;
    position: relative;
}

.list .bed-icon figure:after {
    background: url("images/sprite.png") no-repeat scroll -500px -150px rgba(0, 0, 0, 0);
    bottom: 3px;
    content: "";
    height: 19px;
    position: absolute;
    right: 3px;
    width: 25px;
    z-index: 20;
}

.list > li > .holder:hover figure, .list .hover-tile {
    left: -9999px;
    position: absolute;
}

.list > li > .holder:hover .hover-tile {
    left: 0;
    position: relative;
}

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

.list .box {
    margin-bottom: 0;
}

/* box  */
.box {
    background: url("../images/bg-box-rb.png") no-repeat scroll 100% 100% #fffdfd;
    line-height: 16px;
    margin: 0 0 20px;
    padding: 0 2px 2px 0;
}

.box-holder {
    background: url("../images/bg-box-lt.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 184px;
    padding: 12px 9px 9px 12px;
}

.box address {
    font-style: normal;
    margin: 0 0 15px;
}

.box .social-networks {
    margin: 0 0 15px;
}

#sidebar .box {
    margin-bottom: 49px;
}

/* block */
.block {
    background: url("../images/bg-block-lt.png") no-repeat scroll 0 0 #fff;
    color: #020202;
    font: bold 16px/23px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 2px 0 0 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.block > .holder {
    background: url("../images/bg-block-rb.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
    min-height: 240px;
    padding: 20px 22px 22px 20px;
    position: relative;
}

.block.decor > .holder {
    padding-top: 46px;
}

.article-simple .block > .holder {
    min-height: 110px;
}

.block.decor {
    margin-bottom: 45px;
}

.block.decor:after {
    background: url("images/sprite.png") no-repeat scroll -200px 0 rgba(0, 0, 0, 0);
    content: "";
    height: 63px;
    left: 50%;
    margin: 0 0 0 -65px;
    position: absolute;
    top: -33px;
    width: 130px;
}

.block h2 {
    color: #3f4236;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 20px;
}

.block h2 a {
    color: #3f4236;
    text-decoration: underline;
}

.block p {
    margin: 0 0 37px;
}

/* post */
.main-area .post {
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 20px;
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
}
#blackhorse .main-area .post {color: #444;}
.main-area .post .header {
    margin: 0 0 12px;
    overflow: hidden;
}

.main-area .post .header .image-holder {
    margin-top: 3px;
}

.main-area .post .header .text {
    overflow: hidden;
}

.main-area .post .header p {
    margin-bottom: 0;
}

.main-area .post .header h4 {
    color: #000;
    font: 20px/22px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: none;
}

.main-area .post p {
    margin-bottom: 18px;
}

.main-area .post h4 {
    font: bold 16px/20px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.main-area .post .date {
    color: #000;
    display: block;
    font: bold 14px/18px Economica, Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.main-area .post .meta {
    overflow: hidden;
}

.main-area .post .meta .btn {
    float: left;
}

.main-area .post .meta .share-area {
    float: right;
}

.pagination {
    font: 20px/36px Economica, Arial, Helvetica, Verdana, sans-serif;
    padding: 20px 0 0;
    text-align: center;
}

.pagination ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.pagination .current, .wp-pagenavi a, .pagination li {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 2px solid #fcb643;
    color: #000;
    float: left;
    height: 36px;
    list-style: none outside none;
    margin: 0 9px 0 0;
    text-decoration: none;
    width: 36px;
}

.pagination ul a {
    color: #000;
    display: block;
    text-decoration: none;
}

.wp-pagenavi a:hover, .pagination .current, .pagination ul a:hover {
    background-color: #fcb643;
}

.pagination .prev, .pagination .next {
    border: medium none;
    height: 40px;
    width: 40px;
}

.pagination ul .prev a, .pagination ul .next a {
    background: url("images/sprite.png") no-repeat scroll -350px -150px rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background: url("images/sprite.png") no-repeat scroll -350px -150px rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
}

.wp-pagenavi .nextpostslink, .pagination ul .next a {
    background-position: -350px -200px;
}

.wp-pagenavi .previouspostslink:hover, .pagination ul .prev a:hover {
    background-color: transparent;
    background-position: -400px -150px;
}

.wp-pagenavi .nextpostslink:hover, .pagination ul .next a:hover {
    background-color: transparent;
    background-position: -400px -200px;
}

/* comments */
.comments {
    padding: 0 0 40px;
    margin: 0;
}

.comments li {
    margin: 0 0 15px;
    list-style: none outside;
    /* old styles */
    /*border: 1px solid #ccc;
    background: #efefef;*/
    padding: 10px;
}

.comments .header {
    overflow: hidden;
    margin: 0 0 10px;
}

.comments .text {
    overflow: hidden;
}

.comments h4 {
    margin: 0 0 6px;
    text-transform: none;
}

.comments time {
    display: block;
    color: #000;
    /* old styles */
    /*color: #fcb643;*/
    font: bold 13px/16px Economica, Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comments time mark {
    color: #000;
    background: none;
}

.comments p {
    margin: 0;
}

.comments .children {
    margin: 20px 0 0;
}

/* form-comment */
.form-comment {
    margin: 0;
    text-align: left;
    padding: 10px 0;
}

.form-comment .row:after {
    content: "";
    clear: both;
    display: block;
}

.form-comment .row {
    padding: 0 0 20px 121px;
}

.form-comment .row:last-child {
    padding-bottom: 0;
}

.form-comment label {
    float: left;
    margin: 10px 0 0 -121px;
    width: 115px;
    font-size: 18px;
    line-height: 22px;
}

.form-comment ::-webkit-input-placeholder {
    color: #c5c5c5;
    font-style: italic;
}

.form-comment ::-moz-placeholder {
    opacity: 1;
    color: #c5c5c5;
    font-style: italic;
}

.form-comment :-moz-placeholder {
    color: #c5c5c5;
    font-style: italic;
}

.form-comment :-ms-input-placeholder {
    color: #c5c5c5;
    font-style: italic;
}

.form-comment input[type=email],
.form-comment input[type=text] {
    float: left;
    padding: 10px 12px;
    margin: 0;
    width: 100%;
    background: #efefef;
    border: 1px solid #c6c5c5;
    font: bold 18px/22px Economica, Arial, Helvetica, Verdana, sans-serif;
    color: #292929;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 43px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-comment textarea {
    background: #efefef;
    border: 1px solid #c6c5c5;
    font: bold 18px/22px Economica, Arial, Helvetica, Verdana, sans-serif;
    color: #292929;
    overflow: auto;
    padding: 10px 12px;
    text-transform: uppercase;
    width: 100% !important;
    max-width: 100%;
    height: 106px;
    min-height: 106px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-comment input[type=submit] {
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    width: 128px;
    height: 31px;
    background: url(images/sprite.png) no-repeat -100px -300px;
    font: bold 16px/22px Economica, Arial, Helvetica, Verdana, sans-serif;
    color: #020202;
    text-transform: uppercase;
}

/*.form-comment input[type=submit]:hover{background-position: -100px -350px;}*/

/* popup signUp style */
.fancybox-inner .sign-up-popup {
    text-align: center;
    max-width: 500px;
    overflow: hidden;
    padding: 102px 15px 15px;
    background-size: 100% 100%;
    position: relative;
}

.sign-up-popup h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 0 18px;
    letter-spacing: -2px;
}

.sign-up-popup .subtitle {
    display: block;
    margin: 0 0 21px;
    font-size: 24px;
    line-height: 30px;
    color: #706d6d;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.sign-up-popup .fancybox-cancel {
    position: absolute;
    right: 20px;
    top: 20px;
    text-indent: -9999px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    /* background-color: #300; */
    /* z-index: 3000; */
    text-indent: 0;
}

.sign-up-popup .fancybox-cancel:before{
    content: "\2716";
    position: relative;
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 1;
}

.sign-up-popup .email-holder {
    padding: 15px 0 0;
    position: relative;
}

.sign-up-popup .email-holder:after {
    /*content:'';*/
    /*width:54px;*/
    /*height:40px;*/
    /*margin:0 0 0 -27px;*/
    /*background:url(images/sprite.png) no-repeat 0 -413px;*/
    /*position:absolute;*/
    /*left:50%;*/
    /*top:0;*/
}

.sign-up-popup input[type="email"],
.sign-up-popup input[type="text"] {
    margin: 0;
    padding: 0;
    display: block;
    width: 245px;
    color: #000;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 18px;
    border: 0;
    margin: 0 auto;
    font-style: italic;
    outline: none;
    background: url(images/sprite.png) no-repeat -145px -413px;
}

/* =Footer
-------------------------------------------------------------- */
footer#page-foot {
    width: 100%;
    background: #fff;
    padding: 3em 0;
    overflow: hidden;
    color: #8e8d8d;
    font-size: 0.6em;
    display: none;
}

.active footer#page-foot {

}

footer#page-foot section {
    display: inline-block;
    float: left;
    margin-right: 3%;
    font-size: 1.7em;
}

footer#page-foot h5 {
    margin-bottom: 0.25em;
    font-weight: 400;
}

footer#page-foot section.contact {
    width: 15%;
    font-size: 1.7em;
}

footer#page-foot section.contact p {
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

footer#page-foot section.contact p a {
    font-weight: 700;
    color: #8e8d8d;
}

section.opening {
    font-size: 1.7em;
    width: 20%;
}

section.opening ul {
    width: 33%;
    float: left;
}

section.opening ul.last, section.opening ul:nth-of-type(2) {
    width: 55%;
}

section.opening ul li {
    margin: 0 0 0.5em 0
}

footer#page-foot section.last {
    margin-right: 0;
}

footer#page-foot nav {
    clear: both;
    font-size: 1.6em;
    margin: 1em 0 0 0;
    overflow: hidden;
}

.footernav > div {
    float: left;
    margin-right: 1em;
}

footer#page-foot nav li {
    float: left;
    margin: 0 0.5em;
}

footer#page-foot nav li a {
    color: #8E8D8D;
}

#gforms_confirmation_message {
    font-size: 1.8em;
    color: #FFF;
    text-align: center;
}

.gravpop #gforms_confirmation_message {
    color: #010101;
}

/****
Lets start some seriously Custom Shizzle
****/

.social-search .get-in-touch a:hover {
    color: #fff !important;
}

@media only screen and ( max-width: 780px ) {
    .fancybox-inner {
        height: 525px !important;
    }

}

@media only screen and ( max-width: 630px ) {
    .fancybox-inner {
        height: 800px !important;
    }
}

@media only screen and ( max-width: 460px ) {
    .fancybox-inner {
        height: 880px !important;
    }
}

@media (min-height: 1000px) {
    iframe {
        height: 1000px;
    }
}

@media (min-height: 1800px) {
    iframe {
        height: 700px;
    }
}

@media (max-height: 800px) {
    .center-stage a.superoffer {
        margin: 0em;
    }
}

@media (max-height: 690px) {
    .home-banner {
        min-height: 690px;
    }
}

iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow-x: hidden;
}

body.page-id-900 .content.hold {
    width: 100%;
    margin: 0;
}

.members-button .book-block {
    width: 32%;
}

.members-button .book-block p {
    text-align: left;
    width: auto;
}

.members-button .book-block a {
    display: inline-block;
    margin-right: 15px !important;
    text-align: center;
}

.members-button .book-block a:last-of-type {
    margin-right: 0 !important;
}

.site-header.inside.members-button .altlogo {
    min-width: 300px;
    width: 28%;
}

/* book form styles */

.booking-page {
    max-width: 1030px;
    margin: 0 auto;
}
/*
.page-template-page-templatesbooking-php .inside-frame article{
    text-align: center;
}
.page-template-page-templatesbooking-php .inside-frame *{
    color: black;
}
*/
.inner-content {
    padding: 19px;
    margin: 0 0 20px 320px;
}
#page .content.booking-page {
    padding-top: 69px;
}

.booking-page .clipboard {
    font-weight: bold;
    background-size: 100% 100%;
}

.booking-page .clipboard a {
    color: #72297a;
}

#page .booking-page .inside {
    overflow: hidden;
    margin: 32px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: left;
}

.booking-page .inside-frame {
    padding: 19px;
    margin: 0 0 20px 320px;
    background: #fff;
    border-top: 9px solid #712a7a;
}

.content.booking-page section.sidebar {
    width: 298px;
    float: left;
    margin: 0 0 0 -100%;
    margin-top: 32px;
}

.content .booking-page section.sidebar aside {
    float: left;
}

.booking-page .clipboard {
    height: 312px;
}
#spam_email{
    display:none;
}
.booking-page .clipboard:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -10px;
}

.booking-page .clipboard .clipboard-frame {
    display: inline-block;
    vertical-align: middle;
}

.booking-page section.mini-gallery {
    width: 105%;
    margin: 0 0 20px;
}

.booking-page section.mini-gallery img {
    background: #712a7a;
    padding: 4px;
}

.booking-page section.mini-gallery img.feat {
    margin: 0 10px 10px 0;
}

.booking-page section.mini-gallery img {
    margin: 0 10px 10px 0;
}

.booking-page .inside h1 {
    color: #501468;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 20px;
}

.booking-page .inside h1.confirmed {
    position: relative;
    padding: 0 0 0 35px;
    letter-spacing: 1px;
}

.booking-page .inside h1.confirmed:after {
    content: '';
    width: 21px;
    height: 21px;
    background: url(images/sprite.png) no-repeat 0 -500px;
    position: absolute;
    left: 2px;
    top: 1px;
}

.booking-page .inside-frame > div {
    margin: 0 0 20px;
}

.booking-page .subtitle {
    display: block;
    margin: 0 0 20px;
    font-size: 1.182em;
    line-height: 1.154em;
    text-transform: uppercase;
}

.booking-page .subtitle a {
    color: #72297a;
    text-decoration: underline;
}

.booking-page .subtitle a:hover {
    text-decoration: none;
}

.booking-page .text-holder {
    background: #e9eaeb;
    font-size: 18px;
    height: 24px;
    padding: 42px 30px 30px;
    font-weight: bold;
    margin: 0 0 31px;
    letter-spacing: 3px;
    min-height: 252px;
}

.booking-page .box-holder .img-holder {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em;
    background: url('images/grain-bg.jpg') 0 0;
    box-shadow: 3px 3px 3px #666;
    margin-bottom: 1em;
}

.booking-page .link {
    margin: 0 0 20px;
    font-size: 1em;
    line-height: 1.091em;
    font-weight: bold;
    letter-spacing: 3px;
}

.booking-page .link a {
    text-decoration: underline;
    color: #7e7e7e;
}

.booking-page .link a:hover {
    text-decoration: none;
}

.booking-page .confirmed-block {
    position: relative;
    padding: 0 0 50px
}

.booking-page .confirmed-block .btn {
    margin: 0 auto;
    min-width: 217px;
}

.booking-page .confirmed-block .subtitle {
    letter-spacing: 3px;
    margin: 0 0 39px;
}

.booking-page .row-center {
    text-align: center;
}

.booking-page .row-right {
    text-align: right;
}

.booking-page .row-center:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .btn {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1.45em;
    line-height: 1.063em;
    font-weight: bold;
    letter-spacing: 4px;
    position: relative;
    padding: 9px 19px;
    background: #72297a;
}

.booking-page .btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/sprite.png) no-repeat;
    position: absolute;
    background: url(images/bg-btn.png) no-repeat;
    background-size: 100% 100%;
    left: -4px;
    top: -5px;
    padding: 5px 4px 8px;
}

.booking-page .btn:hover {
    color: #fff;
    cursor: pointer;
}

.booking-page .step-1.booking-form .btn-small {
    margin: 0;
}

.booking-page .title {
    text-transform: uppercase;
    display: block;
    padding: 0 0 19px;
    margin: 0 0 37px;
    letter-spacing: 2px;
    color: #757575;
    font-size: 1em;
    line-height: 1.091em;
    border-bottom: 1px solid #757575;
}

.booking-page h2 {
    text-transform: uppercase;
    font-size: 1.182em;
    line-height: 1.077em;
    margin: 0 0 43px;
    letter-spacing: 3px;
}

.booking-page .col-holder {
    margin: 0 0 15px;
}

.booking-page .col-holder:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .col-holder .column {
    float: left;
    width: 44%;
    padding: 0 5% 0 0;
}

.booking-page .col-holder .column.alignright {
    float: right;
    padding: 0 0 0 5%;
}

.booking-page .items {
    color: #757575;
    font-size: 0.909em;
    line-height: 1.091em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.booking-page .items.col-holder .column {
    margin: 0 74px 20px 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 252px;
    text-align: left;
}

.booking-page .items.col-holder {
    margin: 0 -74px 0 0;
}

.booking-page .items img {
    display: block;
    width: 100%;
    height: auto;
    border: 4px solid #72297a;
    -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 14px;
}

.booking-page .items h3 {
    color: #72297a;
    margin: 0 0 6px;
    font-size: 1.182em;
    line-height: 1.077em;
}

.booking-page .items .description {
    font-weight: bold;
}

.booking-page .items .link {
    line-height: 1.1em;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.booking-page .items .link a {
    color: inherit;
    text-decoration: underline;
}

.booking-page .items .link a:hover {
    text-decoration: none;
}

.booking-page .items address {
    font-style: normal;
    display: block;
    margin: 0 0 24px;
}

.booking-page .items .time-holder:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .items .time-holder {
    padding: 0 0 11px;
}

.booking-page .items .time-holder .btn {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 9px 0;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 3px 2px 5px;
}

.booking-page .items .time-holder .btn span {
    padding: 2px 10px 3px;
    min-width: 102px;
}

.booking-page .details-form {
    margin: 0 0 20px;
}

.booking-page .details-form .row-frame {
    padding: 0 0 7px;
}

.booking-page .details-form > .row,
.booking-page .details-form .row-frame:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .details-form .row-frame {
    margin: 0 -10px 0 0;
}

.booking-page .details-form .row-frame .row {
    float: left;
    width: 50%;
    padding: 0 10px 15px 0;
}

.booking-page label {
    display: block;
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.booking-page label span {
    color: #72297a;
    font-size: 26px;
}

.booking-page input[type="number"],
.booking-page input[type="time"],
.booking-page input[type="email"],
.booking-page input[type="text"] {
    margin: 0;
    padding: 7px 10px 9px;
    display: block;
    width: 100%;
    color: #000;
    border: 0;
    font-size: 16px;
    line-height: 18px;
    background: url(images/bg-text.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
    font-family: 'Economica', arial, Helvetica, sans-serif;
}

.booking-page .area {
    background: url(images/bg-textarea.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 7px 0 9px 10px;
    height: 99px;
    margin: 0 0 35px;
}

.booking-page textarea {
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    color: #000;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    resize: none;
    height: 100%;
    outline: none;
}

.booking-page .details-form .head-holder:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .details-form .head-holder label {
    float: left;
    margin: 0 0 5px;
}

.booking-page .details-form .head-holder > span {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.53em;
    letter-spacing: 2px;
}

.booking-page .details-form .custom-row {
    background: #e9eaeb;
    padding: 35px 29px 37px;
    margin: 0 0 37px;
}

.booking-page .details-form .custom-row label {
    font-size: 1.182em;
    line-height: 1.077em;
    text-transform: none;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.booking-page .details-form .row .btn {
    float: right;
}

.booking-page .details-form .subtitle {
    margin: 0 0 30px;
    letter-spacing: 3px;
}

.booking-page .details-form .btn {
    min-width: 209px;
}

.booking-page [type="checkbox"]:not(:checked),
.booking-page [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.booking-page [type="checkbox"]:not(:checked) + label,
.booking-page [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.booking-page [type="checkbox"]:not(:checked) + label:before,
.booking-page [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background: none;
}

.booking-page [type="checkbox"]:not(:checked) + label:after,
.booking-page [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    transition: all .2s;
}

.booking-page [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.booking-page [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.booking-page [type="checkbox"]:disabled:not(:checked) + label:before,
.booking-page [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.booking-page [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.booking-page [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* radio styles */
.booking-page [type="radio"]:not(:checked),
.booking-page [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.booking-page [type="radio"]:not(:checked) + label,
.booking-page [type="radio"]:checked + label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.booking-page [type="radio"]:not(:checked) + label:before,
.booking-page [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 2px solid #000;
    border-radius: 50%;
    background: none;
}

.booking-page [type="radio"]:not(:checked) + label:after,
.booking-page [type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #72297a;
    transition: all .2s;
}

.booking-page [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.booking-page [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.booking-page [type="radio"]:disabled:not(:checked) + label:before,
.booking-page [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.booking-page [type="radio"]:disabled:checked + label:after {
    color: #999;
}

.booking-page [type="radio"]:disabled + label {
    color: #aaa;
}

.booking-page .avalable-section h1 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 3px;
    margin: 0 0 14px;
}

.booking-page .note {
    display: block;
    padding: 10px;
    margin: 0 0 48px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    background: #e9eaeb;
}

.booking-page .note.add {
    text-transform: none;
    padding: 15px 21px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 3px;
    margin: 0 0 13px;
}

.booking-page .note a {
    color: #72297a;
    text-decoration: underline;
}

.booking-page .link-holder {
    text-align: right;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: bold;
}

.booking-page .link-holder a {
    text-decoration: underline;
    color: #000;
}

.booking-page .link-holder a:hover,
.booking-page .note a:hover {
    text-decoration: none;
}

.booking-page .gorisontal-gallery {
    margin: 0 0 40px;
}

.booking-page .gorisontal-gallery .btn-prev,
.booking-page .gorisontal-gallery .btn-next {
    display: inline-block;
    padding: 0 0 0 47px;
    letter-spacing: 3px;
    color: #747474;
    font-weight: bold;
    font-size: 1.182em;
    line-height: 1.077em;
    position: relative;
    margin: 0 0 16px;
}

.booking-page .gorisontal-gallery .btn-prev:after,
.booking-page .gorisontal-gallery .btn-next:after {
    content: '';
    width: 30px;
    height: 15px;
    background: url(images/sprite.png) no-repeat -66px -500px;
    position: absolute;
    left: 3px;
    top: 0;
}

.booking-page .gorisontal-gallery .btn-next:after {
    background-position: -132px -500px;
    left: 6px;
    top: 3px;
}

.booking-page .gorisontal-gallery .slide {
    display: block;
    margin: 0 0 26px;
}

.booking-page .gorisontal-gallery .slide:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .gorisontal-gallery .btn {
    float: right;
    width: 34%;
    font-size: 1.45em;
    line-height: 1.063em;
}

.booking-page .gorisontal-gallery .time-holder:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .gorisontal-gallery .time-holder {
    width: 60%;
    float: left;
    background: url(images/bg-btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 5px 5px 7px;
    font-size: 1.45em;
    line-height: 1.063em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}

.booking-page .gorisontal-gallery .mask {
    max-height: 350px;
    overflow: hidden;
}

.booking-page .gorisontal-gallery .time-holder .frame {
    float: left;
    width: 50%;
    color: #72297a;
    background: #d4d4d4;
    padding: 5px 7px;
    font-size: 0.8125em;
}

.booking-page .gorisontal-gallery .time-holder .holder {
    float: left;
    width: 50%;
    padding: 4px;
}

.booking-page .gorisontal-gallery .holder img,
.booking-page .gorisontal-gallery .holder span {
    display: inline-block;
    vertical-align: middle;
}

.booking-page .gorisontal-gallery .holder img {
    margin: 0 10px 0 0;
}

.booking-page .booking-form p {
    margin: 0 0 20px;
}

.booking-page .booking-form .row-holder {
    margin: 0 0 17px;
}

.booking-page .booking-form .row-holder .row:after {
    display: block;
    clear: both;
    content: '';
}

.booking-page .booking-form .time {
    width: 32%;
    float: left;
}

.booking-page .booking-form ul {
    margin: 0;
    padding: 2px 0 0 7px;
    list-style: none;
    float: left;
    font-size: 24px;
    font-weight: bold;
}

.booking-page .booking-form ul label {
    line-height: 19px;
    font-size: 17px;
}

.booking-page .booking-form ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
}

.booking-page .booking-form ul label {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}

.booking-page .booking-form input[type="number"],
.booking-page .booking-form input[type="time"],
.booking-page .booking-form input[type="email"],
.booking-page .booking-form input[type="text"] {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 3px;
    padding: 4px 11px;
    margin: 0 5px 0 0;
}

.booking-page .booking-form input.text {
    float: left;
    width: 32%;
    padding: 6px 9px;
}

.booking-page .booking-form input.text.max {
    width: 58%;
}

.booking-page .booking-form img.ui-datepicker-trigger {
    display: inline-block;
    margin: -2px 0 0 3px;
}

.booking-page .inside .booking-form h1 {
    margin: 0 0 8px;
}

.booking-page .inside .booking-form .subtitle {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 3px;
    margin: 0 0 21px;
}

.booking-page .booking-form {
    font-size: 16px;
    line-height: 20px;
}

.booking-page .booking-form p {
    letter-spacing: 3px;
    font-weight: bold;
    color: #767676;
    margin: 0 0 42px;
}

.booking-page .booking-form p a {
    font-weight: bold;
    color: #72297a;
}

.booking-page .booking-form label {
    margin: 0 0 8px;
    font-weight: bold;
}

.booking-page .booking-form .btn {
    margin: 10px 0 0;
    min-width: 217px;
    letter-spacing: 4px;
    font-size: 20px;
}

@media only screen and (max-width: 860px) {
    .booking-page .gorisontal-gallery .time-holder {
        font-size: 1em;
    }
}

@media only screen and (max-width: 780px) {
    #page .booking-page .inside {
        display: block;
        width: 100%;
        float: none;
    }

    .content.booking-page section.sidebar {
        float: none;
        margin: 0 auto;
    }

    .booking-page .inside-frame, .inner-content {
        margin: 0 0 20px;
    }

    .booking-page section.mini-gallery {
        width: 100%;
        margin: 0 0 10px;
    }

    .booking-page .booking-form input.text.max {
        width: 50%;
    }

    .booking-page .gorisontal-gallery .btn {
        font-size: 19px;
        width: 33%;
    }

    .booking-page .gorisontal-gallery .btn span {
        padding: 3px 10px;
    }

    .booking-page .gorisontal-gallery .time-holder .frame {
        font-size: 15px;
        padding: 6px 5px;
    }

    .booking-page .gorisontal-gallery .slide {
        margin: 0 0 20px;
    }

    .booking-page .gorisontal-gallery .mask {
        max-height: 295px;
        margin: 0 0 20px;
    }

    .booking-page .gorisontal-gallery .btn-prev, .booking-page .gorisontal-gallery .btn-next {
        margin: 0;
    }

    .booking-page .inside .booking-form h1 {
        margin: 0 0 6px;
    }

    .booking-page .inside .booking-form .subtitle {
        margin: 0 0 16px;
    }

    .booking-page .booking-form p {
        font-weight: normal;
        margin: 0 0 34px;
    }

    .booking-page label {
        font-size: 14px;
    }

    .booking-page .booking-form ul {
        padding: 0 0 0 7px;
    }

    .booking-page .booking-form .row-holder {
        margin: 0 0 10px;
    }

    .booking-page .booking-form .btn {
        min-width: 192px;
    }

    .booking-page .note {
        margin: 0 0 38px;
    }

    .booking-page .link-holder {
        font-size: 19px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 639px) {
    .booking-page .inside .booking-form h1 {
        margin: 0 0 8px;
    }

    .booking-page .inside .booking-form .subtitle {
        font-size: 13px;
        margin: 0 0 21px;
    }

    .booking-page .booking-form {
        font-size: 14px;
        line-height: 17px;
    }

    .booking-page .details-form .row-frame {
        margin: 0;
    }

    .booking-page label {
        font-size: 17px;
    }

    .booking-page .booking-form input[type="number"],
    .booking-page .booking-form input[type="time"],
    .booking-page .booking-form input[type="email"],
    .booking-page .booking-form input[type="text"] {
        padding: 6px 11px 8px;
    }

    .booking-page .booking-form .time {
        width: 48%;
    }

    .booking-page .booking-form ul li {
        margin: 5px 17px 0 0;
    }

    .booking-page .booking-form input.text.max {
        width: 33%;
    }

    .booking-page .booking-form input.text {
        width: 100%;
    }

    .booking-page .booking-form input#datepicker {
        width: 50%;
    }

    .booking-page .booking-form .btn {
        display: block;
        margin: 40px auto 0;
        width: 192px;
    }

    #page .content.booking-page {
        padding-top: 0;
    }

    .booking-page .avalable-section h1 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 14px;
    }

    .booking-page .note.add {
        font-size: 14px;
        line-height: 16px;
    }

    .booking-page .link-holder {
        font-size: 16px;
        line-height: 18px;
    }

    .booking-page .details-form .row-frame .row {
        width: 100%;
        float: none;
        padding: 0 0 17px;
    }

    .booking-page .inside h1 {
        font-size: 20px;
        margin: 0 0 11px;
    }

    .booking-page .details-form .subtitle {
        margin: 0 0 43px;
    }

    .booking-page .details-form label {
        margin: 0 0 6px;
    }

    .booking-page .details-form .head-holder > span {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 6px;
        width: 62%;
        font-weight: normal;
    }

    .booking-page .area {
        height: 54px;
        margin: 0 0 28px;
    }

    .booking-page .details-form .custom-row {
        margin: 0 0 40px;
        padding: 19px 21px 22px;
    }

    .booking-page [type="checkbox"]:not(:checked) + label::before,
    .booking-page [type="checkbox"]:checked + label::before {
        height: 12px;
        top: 1px;
        width: 12px;
    }

    .booking-page [type="checkbox"]:not(:checked) + label::after, .booking-page [type="checkbox"]:checked + label::after {
        font-size: 12px;
        left: 3px;
        line-height: 12px;
        top: 2px;
    }

    .booking-page [type="checkbox"]:not(:checked) + label,
    .booking-page [type="checkbox"]:checked + label {
        padding-left: 26px;
    }

    .booking-page .confirmed-block .btn,
    .booking-page .details-form .row .btn {
        float: none;
        display: block;
        width: 209px;
        margin: 0 auto;
    }

    .booking-page .confirmed-block .subtitle {
        margin: 0 0 30px;
    }

    .booking-page .text-holder {
        height: auto;
        min-height: 0;
        overflow: hidden;
        padding: 19px 10px 30px;
    }

    .booking-page .confirmed-block .btn {
        position: relative;
    }

    .booking-page .confirmed-block {
        padding: 0;
    }
}

.booking-page .slideset {
    height: 100%;
    position: relative;
}

.booking-page .slideshow {
    position: relative;
}

.booking-page .slideshow .slide {
    position: absolute;
    z-index: 1;
}

.slideshow .slide.active {
    z-index: 2;
}

/* datapicker styles */
.ui-datepicker {
    z-index: 1000;
}

.ui-datepicker.ui-widget {
    font-family: 'Economica', arial, Helvetica, sans-serif;
    width: 263px;
    padding: 0;
}

.ui-datepicker.ui-widget-content {
    background: url(images/bg-datapicker.png) no-repeat;
    background-size: 100% 100%;
    padding: 1px 2px;
    border: 0;
}

.ui-datepicker th,
.ui-datepicker .ui-widget-header {
    background: #2e3641;
}

.ui-datepicker th {
    color: #fff;
    font-size: 15px;
}

.ui-datepicker table td span, .ui-datepicker table td a {
    display: block;
    padding: .32em;
    font-weight: normal !important;
}

.ui-datepicker .ui-widget-header {
    border: 0;
    font-size: 20px;
}

.ui-corner-all,
.ui-datepicker .ui-corner-all {
    border-radius: 0 !important;
}

.ui-datepicker .ui-widget-content {
    background: #adadad;
}

.ui-datepicker table {
    background: #adadad;
}

.ui-datepicker table td {
    font-size: 20px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-datepicker table td a {
    color: #fff !important;
    background: none !important;
    border: 0 !important;
    font-weight: normal !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 46px !important;
    height: 45px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    width: 46px !important;
    height: 45px !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAtCAIAAABeT87OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjI2QjJDQTY0NEYyMTFFNTg2RDlDNUQ2NkZFNEM4NEQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjI2QjJDQTc0NEYyMTFFNTg2RDlDNUQ2NkZFNEM4NEQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MjZCMkNBNDQ0RjIxMUU1ODZEOUM1RDY2RkU0Qzg0RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MjZCMkNBNTQ0RjIxMUU1ODZEOUM1RDY2RkU0Qzg0RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PinUcCgAAAFcSURBVHjaYtQzc2QYHICJYdCAUaeMOmXUKaNOGXXKqFNGnTLqlMHuFBZqGWRjYWxjZf7k6fMlK9cPmFOC/TxsbSzNTI25ubg2bd42AKEiJSEWFRZgYW4qLyfLxsYGFDl99tyO3fvp6hQNVaWEmHBzMxMhIUEg9/2HD+s3btm+a+/tuw++fP1OV6d0ttYpyMsBGa9evV6yfPXCZWuoktqYxaUVSdVjYqgrLSXJwsLy6dPnX79+iQoLAt307fuPAXDKoSMn7t279/v3b20tDS1NdRtrCxsrM2VF+c+fP7149YauTvnz9+/d+4/2Hjhy+MjxXz9/SElKykhL6Whrujk7cLCxnj53kX5OgYM3794fPXFm05Ydb968EREWEhQUfPL02cEjJwbAKRDw4+evK9duXr9+88eP7y9fvb5w6Rp55jCO9plHnTLqlFGnjDpl1CmjThl1yqhTiAUAAQYA1px5x+jOowAAAAAASUVORK5CYII=') !important;
    background-position: 0 0 !important;
}

.ui-datepicker .ui-datepicker-next span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAtCAIAAABeT87OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDNEOEI1ODU0NEYyMTFFNTg1RjlGMEFDNjlDN0E5RDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDNEOEI1ODY0NEYyMTFFNTg1RjlGMEFDNjlDN0E5RDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowM0Q4QjU4MzQ0RjIxMUU1ODVGOUYwQUM2OUM3QTlEMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowM0Q4QjU4NDQ0RjIxMUU1ODVGOUYwQUM2OUM3QTlEMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjHrF/MAAAFMSURBVHjaYtEzc2QYHICJYdCAUaeMOmXUKaNOGXXKqFNGnTLqlMHuFBaydcaEB8pISx45dvLIibNUcQqzuLQieTpDA31Cgvwd7G10tdW5OTmu37wzYE759fOnmJiIgrycooK8pYWpu4u9nIzkg4ePP3/5Sp6BjJQ0s3m4OVWVFTzdnN1cnQQFBIAi7969P3nqzIIlK2/cvkdXpyCD+KiQmMhQMTFRIPvBw0f+YQn0S7ZwICos6GRvraaq/PfvXyD3x48ft+/cpWsOAgIDXQ0vd1cTYwMlRQVGRsafP39u3b7rwKEjh46eoqtTslPjoiNDubm5gew3b97u3L1309ZdZCQRKjhFWFiImZnl5q3bm7bs2LJ9z4dPnwesiHv85OmqNet27Tl49cbtf///U57mGEf7zKNOGXXKqFNGnTLqlFGnjDpl1CnEAoAAAwBsvWTCRn7/UQAAAABJRU5ErkJggg==') !important;
    background-position: 0 0 !important;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker.ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
    border: 0;
    background: none;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker table td a.ui-state-hover,
.ui-datepicker table td a.ui-state-focus,
.ui-datepicker table td a.ui-state-active {
    background: #2e3641 !important;
    font-weight: bold !important;
}

/****
Cabs Style for Wifi
*****/
/*.page-template-wifi-signup-php .hold,
.page-template-wifi-page-php .hold
{
	width: 100%;
}
.page-template-wifi-signup-php .site-header.inside .altlogo,
.page-template-wifi-page-php .site-header.inside .altlogo
{
	width: 100%;
	min-width: 100px;
}
.page-template-wifi-signup-php .site-header.inside .altlogo a,
.page-template-wifi-page-php .site-header.inside .altlogo a

{
    background-position: 50% 0px;
}*/

.fishesbutton {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: url('images/call-bg.png') no-repeat 0 0;
    padding: 0.7em 0em;
    margin-top: 1.2em;
    background-size: cover;
    display: inline-block;
    width: 170px;
    height: 45px;
    margin-right: 20px;
}

.page-template-wifi-signup-php .wifi-page h1,
.page-template-wifi-page-php .wifi-page h1 {
    margin: 30px 0 20px 0;
    font-size: 3em;
    color: rgb(2, 2, 2);
    text-align: center;
}

.page-template-wifi-page-php .wifi_links {
    width: 90%;
    margin: 0 auto;
}

.page-template-wifi-page-php .wifi_links li {
    float: left;
    width: 20%;
    margin: 20px 2% 0 2%;
}

.page-template-wifi-page-php .wifi-page a.wifi {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-size: 1.8em;
    text-align: center;
    color: #fff;
    background: url('images/homebutton.png');
    background-color: rgb(0, 118, 122);
    text-transform: uppercase;
    position: relative;
}

.page-template-wifi-page-php .wifi-page a.wifi span {
    display: block;
    padding: 0.64em 0;
    background: url('images/rightbut.png') no-repeat right top;
}

.page-template-wifi-signup-php .wifi-page form {
    width: 310px;
    margin: 0 auto;
}

.page-template-wifi-page-php .wifi-page input,
.page-template-wifi-page-php .wifi-page textarea,
.page-template-wifi-signup-php .wifi-page input {
    font-family: inherit;
}

.page-template-wifi-page-php .wifi-page input[type=email],
.page-template-wifi-signup-php .wifi-page input[type=email] {
    border: 1px solid #ccc;
    width: 282px;
    margin: 20px 10px;
    padding: 10px;
    font-size: 1.7em;
}

.support-form {
    text-align: center;
}

.page-template-wifi-page-php .wifi-page .support-form textarea, .page-template-wifi-page-php .wifi-page .support-form input {
    width: 300px;
    margin: 10px 0;
}

.page-template-wifi-page-php .wifi-page .support-form textarea {
    height: 150px;
}

.page-template-wifi-page-php .wifi-page input[type=submit],
.page-template-wifi-signup-php .wifi-page input[type=submit] {
    width: 130px;
    margin: 0 10px;
    padding: 0.5em 0;
    border: 0;
    background: url('images/homebutton.png'), url('images/rightbut.png') no-repeat right;
    background-color: rgb(0, 118, 122);
    color: #fff;
    font-size: 1.8em;
}

input[type=submit]:hover {
    cursor: pointer;
}

.page-template-wifi-signup-php .wifi-page p {
    max-width: 700px;
    margin: 60px auto 0 auto;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
}

.wifi-page > p {
    font-family: 'Avenir', Helvetica, arial, sans-serif;
    font-size: 1.4em;
    color: #FFF;
    line-height: 1.8em;
    margin-bottom: 1.5em;
    font-style: normal;
    font-weight: 400;
}

.page-template-wifi-signup-php .wifi-page .terms a {
    color: #010101;
}

@media all and (max-width: 700px) {
    .page-template-wifi-php .wifi_links li {
        width: 46%;
    }
}

@media all and (max-width: 500px) {
    .page-template-wifi-php .wifi_links li {
        width: 90%;
    }
}

@media all and (max-width: 400px) {
    .fishesbutton {
        margin: 20px auto !important;
        display: block;
    }
}

input.error.email {
    border: 1px solid #E44545 !important;
}

/* blackhorse font color changes */
#blackhorse .inside article p {
    color: #444 !important;
}

#blackhorse .gform_wrapper {
    color: #444 !important;
}

#blackhorse .contact-details h5 {
    color: #444;
}

#blackhorse ul {
    color: #444 !important;
}

@media only screen and (min-width: 740px) {
    .phone-col {
        display: none;
    }
}

/* search section styles */
.filters-section {
    background: #fff;
    padding: 43px 9999px;
    width: 100%;
    margin: -1em -9999px;
    text-align: center;
    border-top: 13px solid #501468;
}

.filters-section label {
    display: block;
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.filters-section .col {
    display: inline-block;
    padding: 0 7px;
    vertical-align: top;
    text-align: left;
}

.filters-section input[type="number"],
.filters-section input[type="text"] {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 6px 11px 7px;
    margin: 0;
    width: 140px;
    background: url(images/bg-text.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
    font: bold 18px/20px 'Economica', arial, Helvetica, sans-serif;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.filters-section .text {
    background: url(images/bg-text.png) no-repeat;
    background-size: 100% 100%;
}

.filters-section .text input[type="text"] {
    background-size: auto;
    background: none;
}

.filters-section .row {
    display: inline-block;
}

.filters-section input[type="text"].datepicker {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODdBQzAxRjAwRTE0MTFFNTkxNDI5QjQ3NTU5REFGOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODdBQzAxRjEwRTE0MTFFNTkxNDI5QjQ3NTU5REFGOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4N0FDMDFFRTBFMTQxMUU1OTE0MjlCNDc1NTlEQUY4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4N0FDMDFFRjBFMTQxMUU1OTE0MjlCNDc1NTlEQUY4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PljDuagAAALBSURBVHjaZFPNSptRED03+dTE+P9LcSG60EXRILhwIRYJrRaDvoEIPoHP4Kq4kLpQ+wQu3EgXIl1KsQY1RUPEkChSm5iaxJ/EaDUxt/eMmLZ64Usmk/PNnHNmLrTW+PdJJBL69vZWP89fX1/rVCr1Im/DszM9PY1QKPQ8jfX1r5ibm3uRt/jBysfHP/Dw8IB4/Aw7O9+Rzxd0oVCQLna7HcFgECcnUWxv+zVQQEdHB6qqqpRKp9N6cnISZ2dJ1NXVobKyEiUlJTg4OIBSqki1s7MTLGgkIpvNSoH5+XnYLi4uEIvFpDs7eb1etLe3w2azSY6HcXd3N4aGhgTDfDgchvEKiuasrX3B/f1vQzuP+vp6ZDKZYkEexmTldDpxeZmWfEVFBYaH38G6urrC0tKS0Gen8/NzuFwulJWV0XkBOxwO0y1rmtyjpqbGFNTScHDwDSyhYbTOzHwQ8OLiIjwej2hcXl6Wwh7PW/h832Q64+Pj0mRqagq5XA4WDSovL0d1dbUiXfOtm5ubyUIZOZqSXC6namho0PF4XPJkaORoNrbMQTKZxMLCJ00JW1tbxukUvdD7+/tSPBAI6ljsp5nUGf3RNzc3MgnihQHN6evrM1I0otETdHW9RmtrqwFlyAi9vb1mDx59Ic6MHpubmzJWiw6TUk+PWyT4/X7d39+P2tpaFY1GdVNTE9xutyJlToIxccYrYSwSOImVlc+iydA1DufR0vJK+3w+WSwWOjw8xOnpKUpLHZr07+5yT6tse7wUphofSVrccP62jCz7fzH/I4xyBcvlMXQxOuoVaonELz02NsbxKcuy6cbGRnqgQqGw3tvbw8jIe8Gtrq5qyrc4e65zIBAQTZFIBBsbG2hra5MpcHGof3c3gKOjCC+VJp6y+a4i/dnZjwawW7yizD1dpL+nUIz44sDAACYmJtQfAQYAjWuYA+WoEjoAAAAASUVORK5CYII=');
    background-position: 96% 43%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 172px;
}

.filters-section .submit-button {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 4px 4px 6px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    background: url(images/bg-text.png) no-repeat;;
    background-size: 100% 100%;
    letter-spacing: 3px;
    margin: 23px 0 0;
}

.filters-section .submit-button span {
    padding: 5px 18px 5px;
    display: inline-block;
}

.filters-section .submit-button:hover {
    color: #fff;
}

.filters-section .time-holder {
}

.filters-section .time-holder .holder {
    display: inline-block;
    vertical-align: top;
}

.filters-section .labels-holder {
    padding: 0 0 0 7px;
}

.filters-section .labels-holder label {
    float: left;
}

.filters-section .labels-holder ul {
    padding: 35px 0 0;
}

.filters-section .labels-holder ul:after {
    display: block;
    clear: both;
    content: '';
}

.filters-section .labels-holder ul li {
    float: left;
}

.filters-section .labels-holder ul input[type="radio"] {
    float: left;
}

.filters-section .time-holder input[type="text"] {
    width: 70px;
}

.ui-datepicker {
    z-index: 1000 !important;
}

@media only screen and (max-width: 959px) {
    .filters-section {
        padding: 43px 0;
        width: 100%;
        margin: -1em 0;
    }
}

@media only screen and (max-width: 909px) {
    .filters-section input[type="text"] {
        font-size: 14px;
        padding: 9px 5px 7px;
    }

    .filters-section select {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 560px) {
    .filters-section .col {
        display: block;
        margin: 0 0 5px;
    }
}

.reservation-block {
    text-align: center;
    width: 100%;
    margin: -10px 0 20px 0;
}

.centred-title {
    text-align: center;
}

.sign-up-popup .email-holder {
    padding: 15px 0;
    position: relative;
}

.sign-up-popup .button {
    background: url('images/black-button-border.png') no-repeat 50% 0;
    display: block;
    width: 250px;
    text-align: center;
    color: 000000;
    background-size: contain;
    text-decoration: none;
    line-height: 18px;
    text-transform: uppercase;
    padding-top: 0.5em;
    margin: 15px auto 0;
    height: 45px;
}

/* kyle form */
.couponForm .gform_wrapper {
    background-color: white;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.couponForm .gform_heading .gform_title {
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.couponForm .gform_heading .gform_description {
    font-size: 18px;
}

.couponForm .gform_wrapper .ginput_complex span {
    display: block;
    margin-bottom: 1em;
}

.couponForm .ginput_left {
    width: 48%;
    float: left;
}

.couponForm .ginput_right {
    width: 48%;
    float: right;
}

.couponForm .gform_wrapper li.gfield input {
    background: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 45px;
}

.couponForm .gform_wrapper .top_label li:first-of-type > label {
    display: none;
}

.couponForm .gform_wrapper li.gfield label {
    float: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Economica', arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #444;
}

.couponForm .gform_wrapper li.gfield:last-of-type label {
    font-size: 12px;
    width: 100%;
    text-transform: none;
    margin-bottom: 0px;
}

.couponForm .gform_footer {
    text-align: right;
}

.couponForm .gform_wrapper input.button {
    float: none;
}

.couponForm .gfield_checkbox {
    /*
    margin-top: 5px;
    height:40px;
    float:left;
    */
}

.couponForm .gfield_checkbox input {
    width: auto !important;
}

.couponForm input[type="checkbox"] {

}

.couponForm .gfield_checkbox li label {
    display: block !important;
    width: auto !important;
    line-height: 40px;
    padding-left: 0px;
    float: right !important;
}

.couponForm .gform_wrapper .gfield_checkbox li label {
    margin: 0px !important;
    height: auto !important;
    line-height: 40px !important;
    vertical-align: middle !important;
}

.couponForm .gfield_checkbox li:first-of-type {
    width: 100%;
}

.couponForm .gform_wrapper .gfield_checkbox li input {
    float: none !important;
    display: inline-block !important;
}

.couponForm .gform_wrapper .gfield_checkbox li label {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px !important;
    height: auto !important;
    line-height: 14px !important;
    vertical-align: top !important;
    margin-top: 13px !important;

}

@media only screen and (max-width: 565px) {
    .couponForm .gform_wrapper .gfield_checkbox li label {
        max-width: 200px !important;
    }
}

.couponForm .gfield_description {
    margin-top: 10px;
    color: black;
}

.book-block p{
    border-bottom: none;
}

.clearfix::before, .clearfix::after{
    content: " ";
    display: table;
}
.clearfix::after{
    clear: both;
}

/*@import 'https://fonts.googleapis.com/css?family=Bitter';*/

.single-post .post p{
    font-family: 'Avenir', serif;
}

.event-blank-left{
   display: inline-block;
    width: 13%;
    min-width: 85px; 
    min-width: 0;
}
.event-thumbnail{
    width: 85%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}
.event-thumbnail img{
    width: 100%;
    height: auto;
}

/* Forms */

.pch-form{
    text-align: left;
    background-color: rgba(255,255,255,0.2);
    padding: 10px;
}

.pch-form label{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.pch-form .pch-inline-label{
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.5;
}

.pch-form input,
.pch-form select{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 20px;
}

.pch-form .pch-info-panel{
    margin-bottom: 10px;
    font-size: 12px;
}

.pch-form input[type="checkbox"]{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.pch-form .button{
    position: relative;
    left: 0;
    top: 0;
    max-width: 180px;
    width: 100%;
}

.pch-form .val-errors{
    background-color: #FF8888;
    border: 1px solid #FF4444;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.pch-form .val-errors p{
    margin-bottom: 10px;
}

.pch-form .val-errors p:last-child{
    margin-bottom: 0;
}

/* New menu UI */

.pch-menu{
    padding-top: 30px;
}

.pch-menu-category-select{
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 30px;
    padding: 0 10px;
}

.pch-menu-category-btn{
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

.pch-menu-category-btn.pch-selected{
    background-color: #fff;
}

.pch-menu-category-btn h2{
    font-size: 20px;
    display: block;
    padding: 10px;
}

.pch-menu-category{
    display: none;
}

.pch-menu-category .pch-menu-cat-img{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.pch-menu-subcategory{
    margin-bottom: 20px;
    font-size: 16px;
}
.page-id-3117 .pch-menu-subcategory{
    background:#b4a698 !important;
}
.pch-menu-subcategory-leveltwo{
    margin-bottom: 20px;
}

.pch-menu-subcategory h3,
.pch-menu-subcategory h4{
    margin-bottom: 10px;
}

.pch-single-menu-item{
    margin-bottom: 20px;
}

.pch-single-menu-item:after{
    content: '';
    display: table;
    clear: both;
}

.pch-single-menu-item .pch-menu-item-desc{
    float: left;
    width: 70%;
}

.pch-single-menu-item .pch-menu-item-price{
    float: right;
    width: 30%;
    text-align: right;
    font-weight: bold;
}

.pch-single-menu-item .pch-menu-price-separator{
    color: rgba(0, 0, 0, 0.2);
}

.pch-menu-pdf-section{
    text-align: center;
}

.pch-menu-pdf-section h4{
    font-size: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.pch-menu-links a {
    color: #333;
    display: inline-block;
    font-size: 16px;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

.pch-menu-pdf-section .pch-menu-pdf-links{
    margin-top: 20px;
}

.pch-menu-pdf-section .pch-menu-pdf-links li{
    margin-top: 10px;
}

.pch-menu-pdf-section .pch-menu-pdf-links li a{
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.page-id-2968 .pch-menu-category-btn a, .page-id-2560 .pch-menu-category-btn a, .page-id-2557 .pch-menu-category-btn a {
    color: #3a3a3a;
}
@media only screen and (max-width: 768px){
    #page .inside {
        min-height: 0;
    }

    .pch-single-menu-item{
        font-size: 14px;
        line-height: 1.2;
    }

    .pch-single-menu-item .pch-menu-price-separator{
        display: none;
    }

    .pch-single-menu-item .pch-menu-price{
        display: block;
    }

    .pch-single-menu-item .pch-menu-item-desc{
        width: 70%;
    }
    
    .pch-single-menu-item .pch-menu-item-price{
        width: 30%;
    }
}

/* Carousels */

.pch-carousel{
    display: block;
    position: relative;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: 20px;
}

.pch-carousel .pch-carousel-inner{
    position: relative;
    overflow: hidden;
}

.pch-carousel .pch-carousel-inner .item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: -webkit-opacity 0.5s, opacity 0.5s;
    transition: opacity 0.5s;
}

.pch-carousel .pch-carousel-inner .item.active{
    position: relative;
    -webkit-opacity: 1;
    opacity: 1;
}

.pch-carousel .pch-carousel-indicators{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.pch-carousel .pch-carousel-indicators .pch-carousel-indicator{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border-radius: 13px;
    border: 1px solid #FFF;
    cursor: pointer;
    z-index: 0;
}

.pch-carousel .pch-carousel-indicators .pch-carousel-indicator.active{
    background-color: #FFF;
    cursor: default;
    z-index: 1;
}

/* EU Cookie message */

.pch-cookie-message{
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #222;
    z-index: 1000000;
}

.pch-cookie-message .pch-cookie-text-area{
    font-size: 14px;
    color: #FFF;
    margin-bottom: 10px;
}

.pch-cookie-message .pch-button-area{
    text-align: right;
}

.pch-cookie-message .pch-button-area button{
    display: inline-block;
}

/* Footer */

.pch-footer-widget{
    max-width: 190px;
    text-align: center;
    margin: 0 auto;
}

.pch-footer-widget aside{
    display: inline-block;
}
#food_menu_tab .pch-menu-cat-img {
    height: 326px;
    padding-bottom: 0px !important;
    overflow:hidden;
}
.page-id-2573 #food_menu_tab table th, .page-id-2573 #food_menu_tab table td {
    background: transparent;
    border: none !important;
    color: #fff;
}
#food_menu_tab table th, #food_menu_tab table td{
    background:transparent;
    border: none !important;
}
#food_menu_tab table tr td{
    font-weight:bold;
}
#food_menu_tab table tr td:first-child {
    font-weight: normal;
}
#food_menu_tab table tr td:first-child {
    font-weight: normal;
}
#food_menu_tab table caption{
    display:none;
}
#food_menu_tab .pch-menu-cat-img img{
    width: 100%;
    height: 100%;
    object-position: bottom !important;
    object-fit: cover;
}
#food_menu_tab .pch-menu-category{
    display:none !important;
}
#food_menu_tab .pch-menu-category.tab-active{
    display:block !important;
}
.pch-menu-category-btn.active{
    background: #fff;
}
.pch-menu-category-btn a:hover{
    color:inherit;
}
.page-id-2573 .pch-menu-category-btn.active{
    background:#627688 !important;
}

.page-id-2573 .pch-menu-category-btn a {
    display: block;
    color: #fff;
}

.page-id-2573 .pch-menu-category-btn.active a {
    color: #444;
}
a:focus {
    outline: none;
}

.page-id-2388 .pch-menu-category-btn a {
    color: #fff;
}

.page-id-2388 .pch-menu-category-btn.active a {
    color: #b04628;
}

.page-id-2388 .pch-menu-category-btn a:hover {
    color: #fff;
}
.page-id-2388 .pch-menu-category-btn.active a:hover {
    color: #b04628;
}
.page-id-81 .pch-menu-category-btn a {
    color: #545454;
}
.page-id-2454 .pch-menu-category-btn a {
    color: #545454;
}

/*lastest css*/
span.leaf-veg {
    font-size: 0;
    background: url(https://www.thealmanack-kenilworth.co.uk/wp-content/uploads/sites/5/2020/07/leaf.png);
    width: 39px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

hr {
    border-top: 0px solid;
}

button[type="submit"]{
    width: auto;
}

.inside article img {
    display: block;
    margin: 10px auto;
}

#sb_instagram .sb_instagram_header.sbi_medium,
#sb_instagram .sb_instagram_header.sbi_medium a.sbi_header_link,
#sb_instagram #sbi_load span.sbi_follow_btn.sbi_custom,
#sb_instagram #sbi_load span.sbi_follow_btn a {
	display: none !important;
	visibility: hidden !important;
}