/* ----------------------------------------------------------------
        CSS Specific to the One Page Module

        Some of the CSS Codes have been modified from the Original
        style.css File to match the Minimal Styling of this Module

        Version: 4.3
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------------------
        Header
---------------------------------------------------------------------------- */

#header { border-bottom: 0; }

#header #header-wrap {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white !important;
    -webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
    transition: height .4s ease, background-color .4s ease, opacity .3s ease;
    height: 100px;
    /* background-image: url('images/topbkgd.png'); */
/*background-color: rgba(0,0,0,1) !important;*/
}

#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; }

#header.full-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05) !important; }

.dark #header.full-header.border-full-header #header-wrap,
/* #header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; } */

#header.transparent-header:not(.sticky-header) #header-wrap { background-color: transparent; }

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
    top: -70px;
    margin-bottom: -70px;
}

#header.full-header #logo { border-right: 0; }

#header.full-header #primary-menu > ul {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}


#header.show-on-sticky #header-wrap {
    opacity: 0;
    pointer-events: none;
}

#header.show-on-sticky.sticky-header #header-wrap {
    opacity: 1;
    pointer-events: auto;
}

#header {
    height:100px;
    display: block;
}
#header,
#header-wrap,
#logo img {
    /* height: 80px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease; */
    /* padding-bottom:10px; */
}

#logo img {
    width: 160px;
    /* -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease; */
    padding-bottom:10px;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
    box-shadow: none;
    /*border-bottom: 1px solid #F5F5F5 !important;*/
    -webkit-backface-visibility: hidden;
}


/* Side Header
---------------------------------------------------------------------------- */

@media (min-width: 1120px) {

    .side-header #header #header-wrap { position: relative; }

    .side-header #header,
    .side-header #header-wrap { height: 100%; }

    .side-header #header-wrap { width: 300px !important; }

    .side-header #logo,
    .side-header #logo img,
    .side-header #primary-menu:not(.style-2),
    .side-header #primary-menu:not(.style-2) > ul { height: auto; }

}


/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li a {
    padding: 34px 5px;
    font-size: 16px;
    font-weight: 700;}


/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container { right: 0; }

body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; }

body.side-panel-left.side-push-panel.stretched #header .container {
    left: 0;
    right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }

#side-panel-trigger {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* ----------------------------------------------------------------------------
        Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 120px 0; }
@media (min-width: 771px) {
.page-section { min-height:660px !important;}
}
.page-sections { padding: 60px 0;}

/* ----------------------------------------------------------------------------
        Heading Block
---------------------------------------------------------------------------- */

.heading-block h2 {
    font-family: 'DM Sans', sans-serif;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.5;
        color:#2d2d2d !important;
		letter-spacing: 1px;
        font-size: 22px !important;
}


/* ----------------------------------------------------------------------------
        Portfolio Overlay
---------------------------------------------------------------------------- */

.portfolio-overlay { background-color: rgba(255,255,255,0.9); }

.portfolio-overlay .portfolio-desc h3 {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d11d23;
}

.portfolio-overlay .portfolio-desc h3 a {
    color: #333 !important;
    text-shadow: none;
}

.portfolio-overlay .portfolio-desc span {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.portfolio-overlay .portfolio-desc span a {
    color: #999 !important;
    text-shadow: none;
}


/* ----------------------------------------------------------------------------
        Buttons
---------------------------------------------------------------------------- */

.button.button-border {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 13px;
}

.button.button-border.button-large {
    font-size: 15px;
}

.button.button-border.button-light {
    border-color: #F9F9F9;
    color: #F9F9F9;
}

.button.button-border.button-light:hover {
    background-color: #F9F9F9;
    color: #333;
    text-shadow: none;
}


/* More Link
---------------------------------------------------------------------------- */

.more-link {
    font-weight: 400;
    border-bottom-width: 1px;
    font-style: normal;
}

.more-link i.icon-angle-right {
    position: relative;
    top: 2px;
    margin-left: 3px;
}


.link-border {
    font-weight: 700;
    border-bottom: 3px solid #1ABC9C;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link-border:hover { border-color: #FFF; }


/* ----------------------------------------------------------------------------
        Team & Testimonials
---------------------------------------------------------------------------- */

.team-title h4 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
}

.team-title span {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 2px;
}

.team-social-icons {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.dark .team-overlay:before { background-color: rgba(0,0,0,0.9); }

.parallax .fslider * { -webkit-backface-visibility: hidden !important; }

.parallax .fslider .flex-control-paging * { -webkit-backface-visibility: visible !important; }

.parallax .testimonial .testi-content p {
    line-height: 1.6 !important;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Assistant', sans-serif;
    font-style: normal;
}

.parallax .testimonial .testi-meta {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}

.parallax .testimonial .testi-meta span {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}


/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu nav ul li { margin: 15px 6px; }

#page-menu.dots-menu nav li a { background-color: rgba(0,0,0,0.3); }

#page-menu.dots-menu nav li a:hover,
#page-menu.dots-menu nav li.current a { background-color: rgba(0,0,0,0.65) !important; }

#page-menu.dots-menu nav li .dots-menu-caption {
    background-color: #EEE !important;
    color: #333;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
}

#page-menu.dots-menu nav li .dots-menu-caption:after { border-left: 6px solid #EEE !important; }


/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'DM Sans', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}


/* ----------------------------------------------------------------------------
        Helper CSS Styles
---------------------------------------------------------------------------- */

.font-body { font-family: miller-display, serif !important; }

.font-primary { font-family: miller-display, serif !important; }



/* ----------------------------------------------------------------------------
        Footer Widgets
---------------------------------------------------------------------------- */

#footer .widget { padding: 30px 0; }

#footer .widget > h4 {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}



#footer .widget ul.footer-site-links li {
    margin: 5px 0;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
}


#footer .widget .form-control { text-align: center; }

.widget p.lead {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 1.6;
}


/* ----------------------------------------------------------------------------
        Services Grid
---------------------------------------------------------------------------- */

.grid-border { overflow: hidden; }

.grid-border [class^=col-]:before,
.grid-border [class^=col-]:after {
    content: '';
    position: absolute;
}

.grid-border [class^=col-]:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid rgba(0,0,0,0.05);
}

.grid-border [class^=col-]:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}


.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }


/* ----------------------------------------------------------------------------
        One Page Module: Slider Specifics
---------------------------------------------------------------------------- */

.one-page-arrow i {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}


/* Large One Word in Slider
---------------------------------------------------------------------------- */

.opm-large-word { font-size: 116px; }

.device-sm .opm-large-word { font-size: 96px; }

.device-xs .opm-large-word { font-size: 72px; }

.device-xxs .opm-large-word { font-size: 54px; }


/* Medium One Word in Slider
---------------------------------------------------------------------------- */

.opm-medium-word { font-size: 96px; }

.device-sm .opm-medium-word { font-size: 80px; }

.device-xs .opm-medium-word { font-size: 60px; }

.device-xxs .opm-medium-word { font-size: 48px; }


/* Medium Before Heading
---------------------------------------------------------------------------- */

.before-heading.opm-medium {
    font-size: 30px;
    font-style: normal;
    margin: 0 0 0 5px;
    line-height: 1;
    letter-spacing: 12px;
}

.device-sm .before-heading.opm-medium { font-size: 22px; }

.device-xs .before-heading.opm-medium { font-size: 18px; }

.device-xxs .before-heading.opm-medium { font-size: 14px; }


/* Large Counter in Slider
---------------------------------------------------------------------------- */

.opm-large-counter {
    font-size: 480px;
    color: #F2F2F2;
    line-height: 1;
}

.device-sm .opm-large-counter { font-size: 360px; }

.device-xs .opm-large-counter { font-size: 220px; }

.device-xxs .opm-large-counter { font-size: 150px; }


/* Slider Grid Blocks
---------------------------------------------------------------------------- */

.half-screen {
    position: relative;
    height: 50%;
}

.videoplay-on-hover .vertical-middle { z-index: 2; }

.videoplay-on-hover .video-wrap { z-index: 1; }

.videoplay-on-hover .vertical-middle h2 {
    font-size: 40px;
    font-weight: bold;
}

.device-xs .videoplay-on-hover .vertical-middle h2 { font-size: 32px; }

.device-xxs .videoplay-on-hover .vertical-middle h2 { font-size: 26px; }



/* Content Switch
---------------------------------------------------------------------------- */


.con-switch {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.con-switch .con-default,
.con-switch .con-show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.con-switch .con-show {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.con-switch:hover .con-show { opacity: 1; }

.con-switch:hover .con-default { opacity: 0; }



/* Hero Video Play Event
---------------------------------------------------------------------------- */

.big-video-button {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background-color: #333;
    color: #F5F5F5 !important;
    font-size: 24px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.big-video-button:hover { opacity: 0.9; }

.dark .big-video-button,
.big-video-button.dark {
    background-color: #F5F5F5;
    color: #333 !important;
    text-shadow: none;
}

.big-video-button i:nth-of-type(1) {
    position: relative;
    left: 3px;
}

.big-video-button i:nth-of-type(2),
.big-video-button.video-played i:nth-of-type(1) { display: none; }

.big-video-button.video-played i:nth-of-type(2) { display: block; }

.big-video-button.video-played { opacity: 0.1; }

#slider:hover .big-video-button.video-played { opacity: 1; }


.slider-caption h2 {
    font-size: 78px;
    letter-spacing: 3px;
    text-transform: lowercase;
    margin-bottom: 50px;
}

.slider-caption p {
    font-weight: 300;
    text-transform: lowercase;
    font-size: 26px;
    line-height: 1.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}



.testimonials-lg { overflow: visible; }

.testimonials-lg:before {
    position: absolute;
    top: -20px;
    left: -30px;
    content: "“";
    color: rgba(0,0,0,0.07);
    font-size: 144px;
    line-height: 1;
    font-family: 'Passion One';
}

.testimonials-lg .testi-content p {
    font-size: 26px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #111;
}

.testimonials-lg .testi-content p:before,
.testimonials-lg .testi-content p:after { content:''; }

.testimonials-lg .testi-meta {
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    color: #999;
}

.testimonials-lg .testi-meta span {
    font-size: 13px;
    font-weight: 300;
    color: #BBB;
}



/* ----------------------------------------------------------------------------
        Dark
---------------------------------------------------------------------------- */


.dark #header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap { border-bottom-color: rgba(255,255,255,0.1) !important; }


/* ----------------------------------------------------------------------------
        Responsive
---------------------------------------------------------------------------- */

@media (max-width: 1174px) {
    #shomelogo {
        text-align: center;
        max-width: 85%;
        margin: 0px auto;
    }
    /*ADDDED BY SHAUN*/
    #header,
    #header-wrap,
    #logo img {
        padding-bottom:3px;
    }
    /*FIN*/
    #logo { height: 70px !important; }

    #header { min-height: 7px; }

    #header.transparent-header:not(.sticky-header) #header-wrap {
        background-color: #FFF;
        border-bottom: 1px solid #EEE;
    }

    #header.transparent-header.dark:not(.sticky-header) #header-wrap {
        background-color: rgba(0,0,0,.8);

        /* border-bottom-color: rgba(255,255,255,0.1) !important; */
    }
    #header.transparent-header.pondhopper-header.dark:not(.sticky-header) #header-wrap {
        background-image: url(/images/topbkgd.png)
        /* border-bottom-color: rgba(255,255,255,0.1) !important; */
    }
    #header.transparent-header:not(.hidden) + #slider,
    #header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
    #header.transparent-header:not(.hidden) + #google-map,
    #slider + #header.transparent-header:not(.hidden) {
        top: 0;
        margin-bottom: 0;
    }

    #primary-menu-trigger { top: 60px !important;color: #787a7d; }

    #side-panel-trigger {
        margin: 25px 0 !important;
        right: 15px !important;
    }

    .dark #header.transparent-header #header-wrap,
    .dark #header.semi-transparent #header-wrap,
    #header.dark.transparent-header #header-wrap,
    #header.dark.semi-transparent #header-wrap {
        background-color: #333;
        border-bottom-color: rgba(255,255,255,0.1);
    }

    .dark.overlay-menu #primary-menu:not(.not-dark) ul,
    .overlay-menu #primary-menu.dark ul { background-color: transparent; }

}
.topimage {

    background-image: url('images/toppic1.jpg');
    background-size: cover; 
    background-position: center center;
    width:100%;
    height:60%;
    min-height:300px;
}

.vertical-middles {
    margin-top:20px;
}

.contentbottom {
    bottom:0px;
    width:100%;
    min-height:20%;
    position:absolute;
    background-image: url('images/darktrans.png');
    background-repeat: repeat;
    padding:20px;
}
#header.full-header #logo {
    padding-right:0px;
}
#section-eat {
    min-height:600px !important;
}
#section-drink {
    min-height:600px !important;
}

a {
    text-decoration: none !important;
    color: #d11d23;
    /* font-weight: 400; */
}
a:hover {
    color: #d11d23 !important;
    text-decoration: underline !important;
}

a.base {
    text-decoration: none !important;
    color: #ffffff;
}
a.base:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}


#primary-menu ul li > a {
    color:#787a7d;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration:none;
    color: #d11d23;
}
div.heading-block.nobottomborder.wtext, div.heading-block.nobottomborder.wtext h1 {
        color:#d11d23;

    padding-bottom: 25px;
        /* text-align:left; */
    }
@media (min-width: 771px) {
    .whatsoncontainer {
        display: -webkit-flex;
        display: flex;
        width:100%;
        /*max-width:970px;*/
    }

    

    .whatsonimage {
        -webkit-flex: initial;
        flex: initial;
        width: 50%;
        padding-right:10px;
    }
    .whatsoncontent {
            -webkit-flex: none;
    flex: none;
    width: 50%;
    background-color: transparent;
    padding: 10px;
    color: #000;
        /*background-color: rgba(229, 225, 219, .6);*/
    text-align: left;
    position: relative;
    font-size:110%;
    }
    
    .whatsoncontent h2 {
        color: #d11d23 !important;
font-size: 170%;
font-weight: normal !important;
margin-bottom: 10px;
}
.whatsoncontent h2 a {
    color: #d11d23 !important;
font-size: 130%;
font-weight: bold !important;
margin-bottom: 10px;
}
    .whatsonprim {
        width:80%;
    }
    .moreinfobutton {
                text-align: center;
    width: 93%;
    height: 43px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 20px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid black;
    }
    .whatsonwrapper {
        display: flex;
        width: 100%;
        /* max-height: 350px; */
        overflow:hidden;
    }

    .whatsonwrappers {
        display: flex;
        width: 100%;
        overflow:hidden;
    }
        .whatsonwrappere {
        display: flex;
        width: 100%;
    }
    #whatsonsmallimages {
        margin-top:20px;
        /*display:block;*/
    }
}
@media (max-width: 770px) {
    .whatsoncontainer {
        width:100%;
    }
    .whatsoncontent h2, .whatsoncontent h2 a {
        color: #d11d23 !important;
        font-size: 110%;
        margin-bottom: 10px;
     display: inline-block;
        margin-top:20px;
    font-weight:normal !important;
    }
    .whatsonimage {
        width: 100%;
        padding-bottom:10px;
    }
    .whatsoncontent {
        -webkit-flex: none;
        width: 100%;
        background-color:  transparent;
        padding:10px;
        color: #000;
        text-align:left;
        padding: 2px 20px;
    }
    .whatsonprim {
        width:100%;
    }
    .whatsonwrapper {
        width: 100%;
        margin-bottom:10px;
    }
    #whatsonsmallimages {
        display:none;
    }
    .whatsonwrapper{
        display:block !important;
    }
    .whatsonwrappere{
        margin-bottom:10px;
        display:block !important;
    }
    .contentbottom {
    
    padding:0px 5px;
}
.homecon {
    padding:0px 5px !important;
    margin-top:0px !important;height:625px !important;
}

}
.specbutton {

    font-size: 14px;
    background-color:  rgb(139,115,74);
    color: #FFF;
    border: 0px;
    float:left;
    padding:5px;
    min-width:150px;
    text-align:center;
    margin:10px;
}

.bigheading {
    font-size:180%;
    color:rgb(139,115,74);
    font-weight:lighter;
}

.openinghours {
    margin-top:20px;
}
#venuehours td {
    padding:3px 10px 3px 0px;
}

.classBorderOff {
    border: 0px dashed grey;
    display: block;
    
    opacity: .4;
}
.whatsOnclassBorderOn {
    
    display: block;
    padding:2px;
    opacity: 1;
}

.eventsClassBorderOn {
    opacity: 1;
    display: block;
    padding:2px 9px;
}


 .classBorderOff:hover {
    opacity:1 !important;
     width:100%;padding:5px;text-align:center;
   -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);    
  cursor:pointer;
}
.classBorderOff, .whatsOnclassBorderOn {
    color: #fff !important ;
    max-width: 220px;
}
.whats-on-image-container a {
    color: #787a7d !important ;
}
.bottompaddingsingle {
    padding-bottom:60px;
}
#content {
     background-color:#FFF !important;
}
.section {
     background-color:#FFF !important;
}
.enquirycolor {
     background-color:#fff !important;
}

#copyrights {
    font-size: 16px;
    color:#2d2d2d !important;
}
#copyrights a:link {
    color:#ffffff !important;
}
@media (max-width: 770px) {
    .addspace {
        padding-bottom:60px;
    }
}

.heading-block {
     margin-bottom: 0px !important; 
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    text-decoration: none;
    color:  #d11d23 !important;
}
.biggerIsBetter {
    font-weight:bold;
    font-size:130%;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1160px), not all, not all, not all, only screen and (max-width: 1160px) and (min-resolution: 192dpi), only screen and (max-width: 1160px) and (min-resolution: 2dppx) {
#logo a.retina-logo {
   display: block !important;
}
#logo img {
    display: block;
    padding: 10px 2px 0px 0px;
}
}

@media (max-width: 500px) {

#publinclogo {
    /*max-width:60%;*/ 
    /*margin-top:-30px;*/
}
}
@media (min-width: 500px) {
.contentbottom {
    min-height: 150px;
}

}
.button-border.button-amber {
    color: #d11d23 !important;
    border-color: #d11d23 !important;
        font-family: 'DM Sans', sans-serif;

        font-size: 100%;
}
.button-amber { background-color: #d11d23; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before { background-color: #d11d23 !important; color:#fff !important; }

.myicon {
        display: inline-block;
    padding-right: 10px;
        margin-bottom: 3px;
}


.button-border.button-mycolor {
    color: #d11d23 !important;
    border-color: #d11d23 !important;
    background-color: #fefefe !important;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold !important;
}
.button-mycolor { background-color: #000; }
.button-3d.button-mycolor:hover,
.button-reveal.button-mycolor:hover,
.button-border.button-mycolor:hover,
.button-border.button-mycolor.button-fill:before { background-color: #d11d23 !important; color:#FFF !important; border: 2px solid #fff !important; text-decoration: none !important;}



.publinclogodiv {
        margin-top:10% !important;
    }
/*@media (max-height: 870px) and (min-width:420px) {
    #publinclogo {
        height: 300px;
        
    }
    .publinclogodiv {
        margin-top:0px !important;
    }
}*/

@media (max-height: 940px) {
/*    #publinclogo {
        height: 300px;
        
    }*/
    .publinclogodiv {
        margin-top:10% !important;
    }
}
@media (max-height: 870px) {
/*    #publinclogo {
        height: 300px;
        
    }*/
    .publinclogodiv {
        margin-top:5% !important;
    }
}


@media (max-height: 825px) {
/*    #publinclogo {
        height: 300px;
        
    }*/
    .publinclogodiv {
        margin-top:0% !important;
    }
}
@media (max-height: 760px) {
    #publinclogo {
        height: 400px;
        
    }
    .publinclogodiv {
        margin-top:0% !important;
    }
}
@media (max-height: 680px) {
    #publinclogo {
        height: 300px;
        
    }
    .publinclogodiv {
        margin-top:0% !important;
    }
}
@media (max-width:765px) {
    .btn-block100 {
        width:100%;
    }


.btn-block101 {
    margin-left:0px !important;
    width:100%;
}
.doit {
     position:relative !important;
     margin-top:350px;
}
.doits {
     position:relative !important;margin-top:0px;
}
}
.whitetext {
    color:#868282 !important;
    font-size:15px;
}


#publinc-box {
	    /*height: 470px;*/
    width: 314px;
/*	background-color:rgba(45, 48, 57, 0.541176);
  	box-shadow:rgba(255, 255, 255, 0.592157) 0 0 6px 0 inset, rgba(255, 255, 255, 0.921569) 0 1px 0 0 inset, rgba(255, 255, 255, 0.2) 0 0 5px 0 inset;
	border-radius:5px;*/
	position:relative;
	padding:29px 16px 29px 16px;
	font-size:12px;
	color:#FFF;
        opacity:1;
                margin: 0px auto;
}
a#publincimage {
	color: #FFF;
	text-decoration: none;
}
a#publincimage:hover {
	color: #FFF;
	text-decoration: none;
}
@media (max-width: 765px) {
.dopublinc {
    position: relative !important;
    margin-top: 25px;
}
}
@media (max-width: 765px) {
.dopublinc {
    position: relative !important;
    margin-top: 25px;
}
}

@media (max-width:565px) {
    .si-sticky {
        top:22% !important;
        margin-top: -100px !important;
        z-index: 200 !important;
    }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}
[class^="icon-reorder"] {

    font-size: 200%;
    -moz-osx-font-smoothing: grayscale;
}

.qualfeedbackbutton {
    float: right; 
    width: 201px; 
    height: 90px; 
    margin-top: 10px; 
    margin-bottom: 10px;
}
@media (max-width:767px) {
    .qualfeedbackbutton {
    float: left; 
}
}
.sticky-side-element {
	position: fixed;
	top: 50%;
	margin-top: -24px;
	left: auto;
	right: -31px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	background-color: #1d648c;
            border: 1px solid white;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.modal-content {
  position: relative;
      /*background-color: #1c5c77;*/
    color: #000;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}


.iframesubscribe {
     width:100%;
     height:560px;
}
@media (max-width:767px) {

.iframesubscribe {
     width:100%;
     height:550px;
}
    }
    
 
body {
        background-color: transparent;
        color:#000;
        letter-spacing: 1px;
}
@media (max-width: 500px) {
h1 {
    font-size: 23px !important;
}

}

.button-mybutton {
     margin-left:0px;
     margin-bottom:20px;
}

@media (max-width: 767px) {
    .button-mybutton {
     margin-bottom:20px;
}

.button-mycolor {
min-width: 99%;
    text-align: center;
    font-weight:bold !important;
    font-size: 16px !important;
}
}
@media (min-width: 768px) {

.button-mybutton {
 margin-left:20px !important;
}
}
#copyrights {
    background-color: #292929;
    color: #ffffff !important;
    
}







div.MGLRow {
    clear: both;
    padding-bottom: 15px !important;
}
div.MGLField input[type=text] {
    padding: 0;
    width: 98%;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        border-radius: 9px;
}

div.MGLField textarea {
    padding: 0;
    width: 98%;
    height:190px;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        border-radius: 9px;
}

#MGLDOB {
        width: 100px;
}
div.MGLField select {
    padding: 5px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        background-color: #fff;
}
    div#MGLSubmit input {
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 1.5px;
        border-radius: 9px;
}
.button-border.button-mycolor.blackobutton {
    color:#000;
}

#primary-menu {
    /*margin-top: 15px !important;*/
}
.subscribelink:hover {
    background-color: #d1b287;
    color: #FFF;
    
}
.bookinglink:hover {
    background-color: #d1b287;
    color: #FFF;
    
}
.clubregolink:hover {
    background-color: #d1b287;
    color: #FFF;
    
}

@media (min-width: 1120px) {
#topboxes {
      position: absolute;
    line-height: 2.1 !important;
    clear: both;
    z-index: 2222;
    margin: 0px auto;
    /* left: 50%; */
    right: 0px;
    margin-right: 22px;
    height: 32px;
    line-height: 48px;
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    font-size: 14px;
}
.subscribelink {
        padding: 3px 7px;
    letter-spacing: 2.3px !important;
    background-color: #e5e1db;
    color: #d1b287;
        border-radius: 8px;
}

.bookinglink {
        padding: 3px 7px;
    letter-spacing: 2.3px !important;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
    
}

.clubregolink {
      padding: 3px 7px;
    letter-spacing: 2.3px !important;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
}



}



@media (max-width: 1174px) { 
#topboxes {
      
    position: fixed;
    line-height: 2.1 !important;
    clear: both;
    z-index: 2222;
    margin: 0px auto;
    left: 50%;
    bottom: 0;
    /* right: 0px; */
    width: 345px;
    /* margin-right: 22px; */
    height: 32px;
    line-height: 48px;
    padding: 0 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* display: block; */
    font-size: 14px;
    
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}
.subscribelink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
        border-radius: 8px;
    
}

.bookinglink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
    
}

.clubregolink {
      padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 12px;
        border-radius: 8px;
}


}

@media (max-width: 344px) { 
#topboxes {
      
    position: fixed;
    line-height: 2.1 !important;
    clear: both;
    z-index: 2222;
    margin: 0px auto;
    left: 50%;
    bottom: 0;
    /* right: 0px; */
    width: 184px;
    /* margin-right: 22px; */
    height: 32px;
    line-height: 48px;
    padding: 0 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* display: block; */
    font-size: 14px;
    
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}
.subscribelink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 0px;
    border-radius: 8px;
}

.bookinglink {
        padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    margin-right: 2px;
    border-radius: 8px;
    
}

.clubregolink {
      padding: 3px 7px;
    background-color: #e5e1db;
    color: #d1b287;
    display:none;
    border-radius: 8px;
}


}
.col_one_sixth {
    margin-bottom: 0px !important;
}
@media (max-width: 767px) {
.doits {
    position: relative !important;
    /* margin-top: 150px; */
}
}

.tipcompimage {
    max-width:300px !important;
    margin:10px 0px;
    float:left;
}

.qualimage {
    float: right;
    max-width: 230px !important;
    margin:10px 0px;
}

@media (max-width: 500px) {
.tipcompimage {
    max-width:100% !important;
    margin:10px 0px;
    float:none;
}

.qualimage {
    float: none;
    max-width: 100% !important;
    margin:10px 0px;
}
}


@media (min-width: 771px) {
    .thingstodocontainer {
        display: -webkit-flex;
        display: flex;
        width:100%;
        /*max-width:970px;*/
    }

    

    .thingstodoimage {
        -webkit-flex: initial;
        flex: initial;
        width: 50%;
        padding-right:10px;
    }
    .thingstodocontent {
            -webkit-flex: none;
    flex: none;
    width: 50%;
    background-color: transparent;
    padding: 10px;
    color: #fff;
        /*background-color: rgba(229, 225, 219, .6);*/
    text-align: left;
    }
    .thingstodocontent h2 {
            color: #d1b287 !important;
     font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 10px;
    }
    .thingstodoprim {
        width:80%;
    }
    .thingstodowrapper {
        display: flex;
        width: 100%;
    }
        .thingstodowrappere {
        display: flex;
        width: 100%;
    }
    #thingstodosmallimages {
        /*display:block;*/
    }
}
@media (max-width: 770px) {
    .thingstodocontainer {
        width:100%;
    }
    .thingstodocontent h2 {
        color:d1b287 !important;
        font-size: 20px !important;
        margin-bottom: 10px;
     display: inline-block;
        margin-top:20px;
    font-weight:normal !important;
    }
    .thingstodoimage {
        width: 100%;
        padding-bottom:10px;
    }
    .thingstodocontent {
        -webkit-flex: none;
        width: 100%;
        background-color:  transparent;
        padding:10px;
        color: #fff;
         text-align:left;
        padding: 2px 20px;
    }
    .thingstodoprim {
        width:100%;
    }
    .thingstodowrapper {
        width: 100%;
        margin-bottom:10px;
    }
    #thingstodosmallimages {
        display:none;
    }
    .thingstodowrapper{
        display:block !important;
    }
    .thingstodowrappere{
        margin-bottom:10px;
        display:block !important;
    }
}
@media (max-width: 500px) {
.publincbutton {
        margin-left: 0px;
    max-width: 250px;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align: center;
    height: 70px;
    margin: 0px auto;
    left: 10%;
}
}

#logo {
    width:200px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    /* -webkit-transform: translateX(-50%) scale(0.5, 0.5);
    -ms-transform: translateX(-50%) scale(0.5, 0.5);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    opacity: 0; */
    transition: width 1s !important;
    -webkit-transition: width 1s !important;
    -ms-transition: width 1s !important;
    -o-transition: width 1s !important;
}
.pondhopper-header #logo {
    transition: width 1s !important;
    -webkit-transition: width 1s !important;
    -ms-transition: width 1s !important;
    -o-transition: width 1s !important;
    width:122px;
    
}
@media (min-width: 1120px) {
    #logo img:not(.sticky-header) {
       opacity:0;
/*       transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
    }
    
    
    
#primary-menu {
/*     float: none;
    display: table;*/
    /* width: 100%; */
        position: absolute;
    /* margin-top: 10px; */
}
#thelogo {
    /* opacity:1; */
     /* width: 160px !important; */
     
     /* margin-top: -40px; */
     margin:0px auto;
     -webkit-transition: all 1s;
     -moz-transition: all 1s; 
     -ms-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
     width: 230px !important;
 }
.pondhopper-header #thelogo {
    
   /* opacity:1; */
    /* width: 160px !important; */
    
    margin-top: 5px !important;
    margin:0px auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s; 
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 120px !important;
}
.pondhopper-header #primary-menu ul li {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
 #primary-menu ul li {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    height:70px;
}
#header.full-header #primary-menu > ul {
    float: none;
/*    padding-right: 15px;
    margin-right: 15px;*/
    padding-left: 0px;
    /* margin: 0px auto !important; */
        /* margin-left: 50px; */
    display: table;
    /* width:800px; */
    padding-top:5px;
    height: 100px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pondhopper-header #primary-menu > ul {
    /* width:900px !important; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    /* margin-left: 30px !important; */
}
/* .pondhopper-header  #primary-menu > ul > li:first-child {
    margin-left: 10px;
}
.pondhopper-header #primary-menu ul > li:nth-child(3) {
    margin-right: 0%;
    border: 0;
    padding-right: 0%;
}
.pondhopper-header #primary-menu ul > li:nth-child(6) {
    margin-left: 2.5%;
    border: 0;
    padding-left: 8%;
    
} */
#primary-menu {
    /* margin-top: 11px !important; */
}
#header-wrap{
    background-color: white !important;
}
.pondhopper-header #header-wrap{
    background-color: white !important;
}
}

@media (max-width: 1120px) {
    #logo img:not(.pondhopper-header) {
       opacity:1;
        margin: 45px auto 0px auto;
        /* height: 65px; */
/*       transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;*/
    }
    
    #header #header-wrap {
            min-height: 80px !important;
    }
    .primary-menu-open #header-wrap{
        background-image: url(/images/topbkgd.png) !important;
    }
    #primary-menu {
        /* margin-top: 90px !important; */
    }
    #primary-menu ul li a div {
        text-align:center;
    }
.pondhopper-header #logo img {
   opacity:1;
    width: 160px !important;
    
     /* margin: 45px auto 0px auto; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

}


div.bootstrap-datetimepicker-widget.dropdown-menu.bottom  {
    color:#000 !important;
    padding:0px !important;
}
.hour {
    margin-left:10px;
}

.timepicker-hour {
        padding-left: 13px;
    font-size: 15px;
}
.timepicker-minute {
        padding-left: 13px;
    font-size: 15px;
}
.timepicker table {
    margin-bottom:0px !important
}
.picker-switch table {
    margin-bottom:0px !important
}
@media (min-width: 768px) {
.funcbox1 {
    min-height:146px;
}

.funcbox2 {
    min-height:125px;
}
}


div.MGLField input[type=text] {
     font-weight: normal  !important; 
     border-radius: 0px  !important; 
}

div.MGLField textarea {
    font-weight: normal  !important; 
     border-radius: 0px  !important; 
}

div.MGLField select {
     font-weight: normal  !important; 
     border-radius: 0px  !important; 
}
.hometemplate {
    position:relative;
    margin-top:200px
}
.longpage {
    position:relative;margin-top:300px
}
@media (max-width: 768px) {
.hometemplate {
    position:relative;
    margin-top:50px
    
}
#homelogo {
    margin-top: -100px;
}
.longpage {
    margin-top:130px
}
}
.noshow {
    display:none;
}
@media (max-width: 770px) {
    .noshow {
        display:block;
    }
    #header-wrap {
        /* margin-top:48px !important; */
    }
    #bookybookbook {
        width: 100%;
        padding: 6px;
        text-align: center;
        color: white;
        background-color: black;
        position: fixed;
        z-index: 200000;
        font-size: 140%;
        text-transform: uppercase;
        font-weight: bold;
    }
    #content {
        margin-top:70px;
    }
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 100px;
}

.insertBG {
    background-image: url('/images/topbkgdred.jpg');
}            #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {

    border: 0px solid #EEE;
    border-top: 2px solid #292E31;
    
    top:65px;
    }
    .sub-menu ul li {
        height:42px !important
    }

    .publincH1 {
        text-align: center;
        color:white !important;
        font-family: 'Noto Sans', sans-serif !important;
        text-transform:none ! important;
        font-size:26px !important;
    }
    
    .yellowbutton {
        background-color: #28344a !important;
        color:white !important;
        font-family: 'Noto Sans', sans-serif !important;
        text-transform: lowercase !important;
      }
    .yellowbutton:hover {
        background-color: #1A658F !important;
        color:white !important;
        font-family: 'Noto Sans', sans-serif !important;
        text-transform: lowercase !important;
      }
    
      .redPublincbutton {
        background-color: #f4364c !important;
        color: #fff !important;
        font-family: 'Noto Sans', sans-serif !important;
        text-transform: lowercase !important;
      }
    .redPublincbutton:hover {
        background-color: #fff !important;
        color: #28344a !important;
        font-family: 'Noto Sans', sans-serif !important;
        text-transform: lowercase !important;
      }
      .Noto SansText {
        font-family: 'Noto Sans', sans-serif !important;
      }
    
      .communitiesTallyTable {
    margin:0px auto;
    width:100%;
      }
      .communitiesTallyTable tr td {
          padding:10px;
          font-family: 'Noto Sans', sans-serif !important;
      }
      /* @media (max-width: 768px) { */
      .mobilenopad {
        padding:0px !important;
      }
    /* } */
   
.playeractivity {
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 60%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.GoodTimesGreatThings {
    max-width:320px;
    margin:0px auto;
    padding:20px;
}

.pondhopper-header  #mylog {
    display:inline-block !important;
    -webkit-transition: all 0.5s ease-in-out;
    padding-right: 10px;
}
    @media (max-width: 1120px) {
    #primary-menu > ul, #primary-menu > div > ul {

        margin-top: 100px !important;
    }
    #mylog {
        display:none !important;
    }
        #primary-menu ul > li:nth-child(1) {
            display:none !important;
        }
    }

  
  
    #logo {
        opacity: 0 !important;
    }
    
    @media (max-width: 1120px) {
        #logo {
            opacity: 1 !important;
        }
       
    }
    
    .nopondy {
        position: absolute !important;
    }

    .roomcontent {
        padding: 20px 0px;
        /* min-height:184px; */
        display: block;
    }
    .countmein h3 {
        padding: 10px 0px 0px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }




.p-room .fac-box{margin-bottom:60px;}
@media (max-width: 767px){
.p-room .l-title{text-align:left;}
.p-room .fac-box{margin-bottom:38px;}
}
.p-room .fac-box{justify-content:space-between;}


h3 a {
    color:#fff !important
}

.facilities__wrapper{margin-top:0px;display:inline-block;background-color: #292E31;    margin-bottom: 30px;}
.facilities__wrapper .col_half {margin-bottom:0px !important}
.fac-box{display:flex;flex-wrap:wrap;justify-content:space-around;list-style-type:none;padding:30px;color:#fff;background-color:#292E31;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.fac-box--list{padding-bottom:10px;}
.fac-box--item{display:flex;justify-content:start;align-items:center;width:100%;margin-bottom:20px;}
.fac-box--illustration{width:45px;height:45px;text-align:center;display:flex;justify-content:center;align-items:center;flex-shrink:0;overflow:hidden;}
.fac-box--illustration img{max-width:100%;max-height:100%;}
.fac-box--text{padding-left:15px;line-height:2.4rem;}
.fac-box--illustration img{max-width:30px;max-height:30px;}

.normallist {
    margin-left: 20px;
}

.icon-remove {
    font-size: 30px;
}
.fordesktop {
    display:block;
}
.formobile {
    display:none;
}

@media (max-width: 1160px){
    .fordesktop {
        display:none;
    }
    .formobile {
        display:block;
    }
}
@media (min-width: 1120px) {
#thehomelogo {
    /* opacity: 1; */
    /* width: 160px !important; */
    /* margin-top: -40px; */
    margin: 0px auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    /* width: 230px !important; */
    position: absolute;
    top: 30%;
    z-index: 12;
    left: calc(50% - 15%);
    top: calc(50% - 25%);
    /* padding: 50px; */
    /* background-color: rgba(0,0,0,.3); */
    /* border-radius: 10px; */
    max-width: 30%;
}
}
@media (max-width: 1160px) {
    #thehomelogo {
        display:none;
    }
}

.contItems {
    width:100px;
}
@media (max-width: 600px) {
    .contItems {
        width:65px;
    }
}

.bottomrow {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Create four equal columns */
  .bottomcolumn {
    flex: 33%;
    padding: 20px;
  }
  .bcol1 {
      order:1;
  }
  .bcol2 {
      order:2;
  }
  .bcol3 {
      order:3;
  }
  /* On screens that are 1120px wide or less, go from four columns to two columns */
  @media screen and (max-width: 1120px) {
    .column {
      flex: 50%;
    }
  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 767px) {
    .aboutboxflex {
        display: block !important;
    }
    .aboutlogo {
        width:50%;
    }
    .row {
      flex-direction: column;
    }
    .bcol1 {
      order:2;
  }
  .bcol2 {
      order:1;
      flex:100%;
  }
  .bcol3 {
      order:3;
  }
  }
  .buffcol {
    background-color: #fefefe;
    color: #000;
  }
  .buffcol p {
    text-align: center;
    padding: 10px;
    font-size: 170%;
    margin-bottom: 0px;
  }

  @media screen and (max-width: 600px) {
    .buffcol p {
        font-size: 110%;
      }
  }


  .bottleflex {
    display: flex;
    flex-wrap: wrap;
  flex-direction: column;
  height:450px;
  }
  .bottle1, .bottle2, .bottle3 {
    width: 50%;

  }
.bottle1 h2 {
    margin-top: 30px;
}
.bottle1 {
    flex: 0 1 auto;
}
.bottle2 {
    flex: 0 1 auto;
}
@media screen and (max-width: 1199px) {
    .bottle1 h2 {
        margin-top: 0px;
    }
    .bottleflex {

      height:360px;
      }
}

@media screen and (max-width: 1120px) {
    .bottleflex {

      height:320px;
      }
}
  @media screen and (max-width: 767px) {
  .bottleflex {
    flex-direction: column;
      height:auto
  }
  .bottle1, .bottle2, .bottle3 {
    width: 100%;

  }
  
  .bottle1 {
  order:1;
  }
  .bottle2 {
  order:3;
  padding-top:20px
  }
  .bottle3 {
  order:2;
  }
}


.bottleflex2 {
    display: flex;
    flex-wrap: wrap;
  flex-direction: column;
  height:490px;
  background-image: URL('/assets/56/floral.png');
  background-blend-mode: lighten;
  background-color: rgba(255,255,255,.3);
  }
  .bottle11, .bottle21, .bottle31 {
    flex: 0 1 auto;
    width: 50%;
  }

  .bottle41, .bottle51 {
    flex: 0 1 auto;
    width: 50%;
  }
  .bottle41 p {
    padding:10px;
  }
  .bottle51 img {
    width:89%;
  }


@media screen and (max-width: 1199px) {
    .bottleflex2 {
        display: flex;
        flex-wrap: wrap;
      flex-direction: column;
      height:540px;
    
      }
      .bottle11 h1 {
          margin-top:0px;
      }
}

@media screen and (max-width: 767px) {
    .bottleflex2 {
        flex-direction: column;
          height:auto
      }
    .bottle11, .bottle21, .bottle31, .bottle41, .bottle51 {
        width: 100%;
      }
      .bottle11 {
        order: 1
      } 
      .bottle21 {
        order:3
      } 
      .bottle31 {
        order:5;
        padding-top:20px;
      }
       .bottle41 {
        order:2
      }
      .bottle51 {
        order:4
      }
}

.contactreviews {
    min-height:calc(100VH / 3);
}

.contactreview1 {
    width:30%;
    position:absolute;
    left:10%;
    top:20%;
    background-color: rgb(229, 215, 195,.7);;
}
.contactreview2 {
    width:40%;
    position:absolute;
    left:55%;
    bottom:10%;
    background-color: rgb(229, 215, 195,.7);;
}
.contactreviewname {
    text-align:center;
    font-size:100%;
    padding:20px
}
.contactreviewcontent {
    text-align:center;
    font-size:120%;
    padding:0px 20px 20px 20px
}

@media screen and (max-width: 767px) {
    .contactreview1 {
        width:80%;
        position:relative;
        left:10%;
        margin-top:20px;
        background-color: rgb(229, 215, 195,.9);;
        display: inline-block;
    }
    .contactreview2 {
        width:80%;
        position:relative;
        left:10%;
        margin-top:20px;
        background-color: rgb(229, 215, 195,.8);;
        display: inline-block;
        margin-bottom:20px;
    }

    .contactreviews {
        min-height:calc(100VH / 2);
        padding-bottom:20px;
        color: #d11d23;
    }
    #copyrights {
        font-size: 11px !important;
    }

}

.contactreview1redo {
    width:80% !important;
    position:relative !important;
    left:10% !important;
    margin-top:20px !important;
    display: inline-block;
}
.contactreview2redo {
    width:80% !important;
    position:relative !important;
    left:10% !important;
    margin-top:20px !important;
    display: inline-block;
}



.functionflex {
    display: flex;
    flex-wrap: wrap;
  flex-direction: column;
  height:810px;
  }


  .function1, .function2, .function3 {
    width: 50%;
  }
  .function1flex {
    display: flex;
    flex-wrap: wrap;
  flex-direction: row;
  }
  .function1flexImage {
    width: 50%;
  }
.function1 {
    flex: 0 1 auto;
}
.function2 {
    flex: 0 1 auto;
}
.function3 {
    flex: 0 1 auto;
}

.function3 .contact-widget {
    padding:0px 60px;
}
.function3 .contact-widget h1{
    margin-top:0px;;
}
@media screen and (max-width: 1120px) {
    .function3 .contact-widget {
        padding:20px 0px;
    }
    .functionflex {
        display: flex;
        flex-wrap: wrap;
      flex-direction: row;
      height:auto;
      }
      .function1 {
        width:100%;
        order:3;
        margin-bottom:20px;
    }
    .function2 {
        width:100%;
        order:1;
    }
    .function3 {
        width:100%;
        order:2;
    }
}


  @media screen and (max-width: 767px) {
    .function1flex {
        display: flex;
        flex-wrap: wrap;
      flex-direction: row;
      }
      .function1flexImage {
        width: 100%;
      }
}

.homeslidertext {
    background-color: #787a7d;
    padding: 20px 0px;
    margin: 20px auto;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 115%;
    color: white;
}

.homedining {
    background-color: rgb(229 215 195 / 90%);
    padding: 20px;
    max-width: 50%;
    position: relative;
    margin: 120px 20px
}
.homediningimage {
 background-image:url('/assets/56/homedining.jpeg');
 position: absolute;
 right: 0%;
 top: 10%;
 width: 60%;
 bottom: 20%;
 background-position: center;
 background-size: cover;
}

.homediningheading {
    white-space: pre-wrap;
    color: #d11d23 !important;
    margin-top: 0px;
    font-weight: 700;
    font-size: 220%;
    font-family: 'Noto Sans';
    line-height: 1.2 !important;
}

@media screen and (max-width: 767px) {
    .homediningimage {
        width: 100%;
        bottom: 20%;
       }

       .homedining {
        background-color:rgb(229 215 195 / 90%);
        padding: 20px;
        max-width: 95%;
        position: relative;
        margin: 20px 20px 340px;
    }
    .homediningheading {
        
        font-size: 170%;
    }
}  

@media screen and (max-width: 500px) {
    .homediningimage {

        bottom: 23%;
       }

       .homedining {

        margin: 20px 20px 160px;
    }

}  

.homeinvite {
    width: 100%;padding: 30px;background-color:#fbf7ec;
    overflow: hidden;
}
.homeinvitecircle {
    position: absolute;
    width: 700px;
    height: 100%;
    right: -60px;
    top: -40px;
    /* clip-path: url(#5d46294…); */
    overflow: hidden;
    clip-path: ellipse(340px 330px at 90% 20%);
    object-fit: cover;
    object-position: calc(50%) calc(50%);
}
.homeinvitecircle img {
position: absolute;
right: -160px;
}
.homeinvitetext {
    width:75%;
    padding:20px;
}

@media screen and (max-width: 1199px) {
    .homeinvitetext {
        width:65%;
    }

} 

@media screen and (max-width: 939px) {
    .homeinvitetext {
        width:55%;
    }

} 

@media screen and (max-width:767px) {
    .homeinvitetext {
        width:100%;
        margin-top:70px;
    }
    .homeinvitecircle {
        position: absolute;
        width: 470px;
        height: 100%;
        right: -60px;
        top: -40px;
        /* clip-path: url(#5d46294…); */
        overflow: hidden;
        clip-path: ellipse(210px 220px at 80% 0%);
        object-fit: cover;
        object-position: calc(50%) calc(50%);
    }

} 
@media screen and (max-width: 1120px) {
    #primary-menu-trigger {
		opacity: 1;
		pointer-events: auto;
		margin-top: 56px !important;
		margin-top: 10px;
		right: 0;
		z-index: 1;
	}
.bookButton {
    margin-top: 16px;
    width: 114px;
    right: 10px;
    position: fixed;
}
}
.dayheads {
    white-space: pre-wrap;
    color: #d11d23 !important;
    margin-top: 0px;
    font-weight: 700;
    font-size: 150%;
    font-family: 'Noto Sans';
    line-height: 1.2 !important;
    padding: 10px 0px;
    text-transform: uppercase;
}
.whatsonheads {
    font-size: 120%;
}

.bookButton {
    position: absolute;
    right: 0px;
    background-color: #d11d23;
    padding: 7px 10px;
    margin: 25px 0px 10px 30px;
    display: block;
    /* width: 50%; */
    text-align: center;
    font-size: 115%;
    color: white;
    height: 38px;
    white-space: nowrap;
    /* margin-top: 26px; */
}

@media screen and (max-width:1120px) {
    .bookButton {
        margin-top: 16px;
        width: 114px;
        right: 10px;
        position: fixed;
    }
}

.parawhite{
    color:#292929 !important;
    font-weight:400! important;
    font-size:16px;
}
#function-widget .sm-form-control{

        color: #ffffff;
        border-bottom: 2px solid #ffffff;


}
#function-widget .sm-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,.71);
    opacity: .71; /* Firefox */
  }
  
  #function-widget .sm-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,.71);
  }
  
  #function-widget .sm-form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,.71);
  }