﻿
body {
    background: #ebe8E8 !important;
}

header {
    display: flex;
    width: 100%;
    padding: 10px;
    background: #123133 !important;
    position: relative !important;
    z-index: 9;
}


.main-menu-wrpr {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nav-menu {
    width: 33px;
    height: 33px;
    padding: 5px;
    display: block;
    cursor: pointer;
    position: relative;
    float: left;
    right: 0px;
    z-index: 99;
}

    .nav-menu span {
        cursor: pointer;
        height: 3px;
        width: 33px;
        margin-bottom: 8px;
        background: #fff;
        position: relative;
        right: 0;
        display: block;
        transform: rotate(0deg);
        transition: .7s ease;
    }

.main-menu-wrpr .logo-wrpr {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .main-menu-wrpr .logo-wrpr img {
        width: 160px;
    }
	
	.main-menu-wrpr .logo-wrpr a {
        color: #ebe8E8;
		text-decoration: none;
		font-size: 32px;
		font-weight: 700;
    }

#navigation {
    background: #123133;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.main-menu-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .main-menu-section ul {
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .main-menu-section ul li {
            list-style: none;
        }

            .main-menu-section ul li a {
                font-size: 28px;
                color: #fff;
                text-decoration: none;
            }

.slideOutLeft {
    animation-duration: .5s;
}

.hidden {
    opacity: 0;
    transition-delay: .5s;
    pointer-events: none;
    cursor: default;
}

.slideInLeft {
    animation-duration: .5s;
}

.visible {
    opacity: 1;
}

.nav-menu.open span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
    transition: .7s ease;
    background: #fff;
}

.nav-menu.open span:nth-child(2) {
    opacity: 0;
    right: 100px;
    background: #fff;
}

.nav-menu.open span:nth-child(3) {
    top: -10px;
    transform: rotate(-135deg);
    transition: .7s ease;
    background: #fff;
}


.bannercontact .row {
    background: #F0BF35;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

    .bannercontact .row .text-left {
        margin-top: 4px;
    }

        .bannercontact .row .text-left a {
            color: #0F1921;
            text-decoration: none;
        }

    .bannercontact .row .bannerbtn {
        background-color: #F0BF35;
        text-align: center;
        padding: 4px 11px;
        color: #0F1921;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        border: 2px solid #0F1921;
        float: right;
    }


header {
    z-index: 9;
}

.banner-sec {
    display: block !important;
}

.banner-sec .banner-container {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.owl-controls.clickable {
    display: none !important;
}

.owl-carousel {
    height: 100%;
}

.owl-wrapper-outer, .owl-wrapper, .owl-item, .carousel-vi {
    height: 100%;
}

.carousel-vi {
    align-items: center;
    display: flex;
    justify-content: center;
}

.carimage {
    height: 100%;
    width: 100%;
}

.carousel-vi.hidetext .banner-wrap {
    visibility: hidden;
}

#gtcp {
    margin-top: 250px
}

.greybg {
    background: #ebe8E8;
}

.christmassec {
    background: #ebe8E8;
}

    .christmassec .section-padding {
        padding: 0px 0px;
    }

.imgfix {
    height: 480px;
}

.christmassec .second-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .christmassec .second-img h1 {
        color: #ebe8E8;
    }
	
	
	.banner-sec .carousel-vi.hidetext h2, .banner-sec .carousel-vi.hidetext h3 {
        display: none;
    }

    .banner-sec .carousel-vi.hidebutton a {
        display: none;
    }


/* .giftsection { */
    /* margin-bottom: 50px; */
/* } */

.giftplugin img {
    width: 100%;
}

.giftsection .container.section-padding {
    padding-bottom: 0px;
    margin-bottom: -50px;
}

.giftplugin {
    bottom: 80px;
    position: absolute;
    width: 100%;
}

.gift-container {
    height: 100%;
    position: relative;
}

    .gift-container .giftplugin h2 {
        font-weight: bold;
        color: #ebe8E8;
        font-size: 50px;
    }

    .gift-container .giftplugin h3 {
        font-size: 21px;
        color: #ebe8E8;
    }

    .gift-container .giftplugin.hidetext h2, .gift-container .giftplugin.hidetext h3 {
        display: none;
    }

    .gift-container .giftplugin.hidebutton a {
        display: none;
    }

.booking-sec {
    margin-top: 50px;
    text-align: center;
}

    .booking-sec h3 {
        text-align: center;
    }

    .booking-sec p {
        text-align: center;
    }

    .booking-sec .content-area h3 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .booking-sec .content-area a {
        background-color: #EF8400;
        text-align: center;
        padding: 12px 45px;
        color: #ebe8E8;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        margin-top: 10px;
        display: inline-block;
    }

    .booking-sec .content-area.hidetext h3, .booking-sec .content-area.hidetext p {
        display: none;
    }

    .booking-sec .content-area.hidebutton a {
        display: none;
    }

.blurb-section-wrap.offerpage {
    justify-content: center;
}

    .blurb-section-wrap.offerpage .img-wrap {
        /* max-width: 300px; */
    }

    .blurb-section-wrap.offerpage .blurb-section .btn-wrap {
        background: none !important;
    }


.drinkssection .menu-content {
    width: 46%;
    float: left;
    /* margin-right: 2%; */
    /* margin-left: 2%; */
}



    .drinkssection .menu-content img {
        width: 110px;
    }

.menu-content-sec .drinkssection .row:last-of-type .menu-content:last-of-type {
    /* border-bottom: 1px solid #D8D8D8 !important; */
}

.foodsection.menu-content-sec .col-md-6 {
    padding: 0 40px;
    margin-bottom: 0px;
}


    .foodsection.menu-content-sec .col-md-6:first-of-type {
        padding-right: 40px;
        margin-bottom: 60px;
    }

.has-error input, .has-error select {
    border: 1px solid red;
    background: #ffcccc;
}

.footerpolicylink a {
    text-decoration: none;
    color: #fff;
}

.logoHeader {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    width: 150px;
    text-align: center;
    font-size: 19px;
}

#placegallery .holder img {
    width: 100%;
}

div.galleryimages {
    margin: 0px 5%;
    width: 90%;
}

#placegallery .holder {
    width: 31%;
    margin: 1%;
}

.contactsection [type="radio"]:checked + label, .contactsection [type="radio"]:not(:checked) + label {
    color: #212529;
}

.drinkheadersection .title-wrap.bordered-txt {
    margin-bottom: 0px;
}

.termscontent a {
    padding-left: 0px !important;
    display: contents;
}

.hiveheader {
    background: #14232E;
    opacity: 0.85;
    height: 65px;
}

    .hiveheader .nav-item a.nav-link.currentselected {
        color: #F8C500 !important;
    }

.food-blurb .img-wrap img {
    max-width: 100%;
	width:100%
}

.offerimages {
    margin-top: 60px !important;
}

    .offerimages .blurb-section-wrap.offerpage {
        justify-content: space-between;
    }

.food-blurb .img-wrap {
    height: auto !important;
}


.food-offers .section-padding.container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.whiteborder {
    border-top: 2px solid #fff;
    position: relative;
    top: -15px;
    /* width: 86%; */
    margin: 0 7%;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
    display: none;
    position: absolute;
}

.holdertri {
    display: none;
    width: 10px;
    margin-left: calc(50% - 5px);
}

.currentselected .holdertri {
    display: block !important;
}


.currentselected .triangle-up {
    display: block !important;
}


.banner-sec.imgfix {
    background-size: 100% 100% !important;
    
}

.pagecontentsec {
    font-size: 26px;
}

header {
    margin-bottom: -2px !important;
    position: inherit !important;
}

.owl-buttons {
    display: none;
}

.offerlinkdesc p {
    text-align: center;
}

.offerlinkdesc .offerlinkdescbtn {
    text-align: center;
}

    .offerlinkdesc .offerlinkdescbtn .btn-wrap {
        margin: 0 5px;
        display: inline-block;
    }

.food-offers .title-wrap {
    margin-bottom: 0px;
}

.food-offers .offerimages {
    margin-top: 20px !important;
	border-top: 1px solid #272F35;
	border-bottom: 1px solid #272F35;
	padding-top: 20px;
	padding-bottom: 20px;
}

.carouselmenu .menu-carousel {
    /* margin-top:0px; */
}

.foodsection .section-padding {
    padding-top: 0px;
}

    .foodsection .section-padding .fullwidthmenu {
        margin-top: 0px !important;
    }

.form-sec .container.section-padding.contactsection {
    padding-top: 0px;
}

.drinkheadersection .title-wrap {
	margin-top: 50px;
	margin-bottom: 40px;
}

.drinkssection .drinksubheader{
	text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 50px;
	color: #272F35;
}

.drinkssection .drinkItem h4, .drinkssection .drinkItem h5, .drinkssection .drinkItem p, .drinkssection .drinkItem h6{
	color: #272F35;
}

.event-sec.greybg {
	padding-bottom: 50px;
}

.foodsection h2, .foodsection h3, .foodsection h4, .foodsection p, .foodsection h6 {
	color: #272F35;
}

@media (max-width: 900px) {
    #gtcp {
        margin-top: 150px
    }
}

@media (max-width: 600px) {
    #gtcp {
        margin-top: 120px
    }
}

@media (max-width: 500px) {
    #gtcp {
        margin-top: 75px
    }
}

@media (max-width: 400px) {
    #gtcp {
        margin-top: 60px
    }
}

@media (max-width: 900px) {
    #placegallery .holder {
        width: 47%;
        margin: 1%;
    }

    
}

@media (min-width: 767px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (max-width: 767px) {
    .whiteborder {
        display: none;
    }

    .currentselected .holdertri {
        display: none !important;
    }

    .currentselected .triangle-up {
        display: none !important;
    }

    .hiveheader {
        background: none !important;
    }

    .pagecontentsec {
        font-size: 18px;
    }

    

    .hdrbtnsiz {
        font-size: 15px !important;
        padding: 7px 19px !important;
    }

    .event-sec .container.section-padding {
        max-width: 100%;
    }

        .event-sec .container.section-padding .blurb-section-wrap {
            display: inline-block;
			width:100%;
        }

            .event-sec .container.section-padding .blurb-section-wrap .blurb-section {
                width: 100%;
				margin: 0px 0px 0px 0px;
				padding: 0px 15%;
            }
			
				.event-sec .container.section-padding .blurb-section-wrap .blurb-section .content-wrap {
					padding: 15px 0 25px 0 !important; 
				}

    .event-sec .blurb-section .img-wrap {
        height: auto;
    aspect-ratio: 1;
    width: 100%;
    }

    .main-menu-sec.carouselmenu .row {
        margin-bottom: 0px !important;
    }

    .gift-container .giftplugin h2 {
        font-size: 42px !important;
    }

    .gift-container .giftplugin h3 {
        font-size: 18px !important;
    }

    /* .gift-container .giftplugin a { */
        /* font-size: 18px !important; */
        /* padding: 10px 30px !important; */
    /* } */

    .gift-container .giftplugin {
        bottom: 40px !important;
    }
}

@media (max-width: 600px) {
    #placegallery .holder {
        width: 98%;
    }
	
    .pagecontentsec {
        font-size: 14px;
    }

    .hdrbtnsiz {
        font-size: 13px !important;
        padding: 6px 13px !important;
    }

    .gift-container .giftplugin h2 {
        font-size: 34px !important;
    }

    .gift-container .giftplugin h3 {
        font-size: 16px !important;
    }

    /* .gift-container .giftplugin a { */
        /* font-size: 16px !important; */
        /* padding: 8px 22px !important; */
    /* } */

    .gift-container .giftplugin {
        bottom: 20px !important;
    }

    .blurb-section {
        margin-bottom: 30px;
    }
	
	.blurb-section-wrap.offerpage .food-blurb:last-child {
		margin-bottom: 0px;
	}
}

@media (max-width: 550px) {


   

    .hdrbtnsiz {
        font-size: 11px !important;
        padding: 4px 11px !important;
    }

    .bannercontact .row .bannerbtn, .bannercontact .row .text-left a {
        font-size: 16px !important;
    }
}


@media (max-width: 500px) {

    

    .banner-sec h1 {
        font-size: 30px;
    }

    .banner-sec a {
        padding: 7px 23px;
        font-size: 15px;
    }

    .banner-wrap {
        margin-top: 45px;
    }

    .bannercontact .row .bannerbtn, .bannercontact .row .text-left a {
        font-size: 12px !important;
    }

    .bannercontact .row .text-left {
        margin-top: 0px !important;
    }

    .gift-container .giftplugin h2 {
        font-size: 28px !important;
    }

    .gift-container .giftplugin h3 {
        font-size: 14px !important;
    }

    /* .gift-container .giftplugin a { */
        /* font-size: 14px !important; */
        /* padding: 6px 14px !important; */
    /* } */

    .gift-container .giftplugin {
        bottom: 20px !important;
    }

    .booking-sec .content-area h3 {
        font-size: 16px !important;
        margin-bottom: 22px !important;
    }

    .booking-sec .content-area p {
        font-size: 15px !important;
        padding: 0px 5px !important;
    }

    
}

@media (max-width: 430px) {

    .banner-wrap {
        margin-top: 50px;
    }

    .banner-sec h4 {
        margin-bottom: 0;
    }

    .banner-sec p {
        margin-bottom: 19px;
    }
}

@media (max-width: 380px) {

    .banner-sec p {
        margin-bottom: 9px;
    }

    .bannercontact .row .bannerbtn, .bannercontact .row .text-left a {
        font-size: 10px !important;
    }
}


.fullwidthmenu {
    width: 100% !important;
}

    .fullwidthmenu .menu-content p {
        width: 100%;
        max-width: 100%;
    }
