:root {
  --primary-color: #AB9357;
  --gold: #AB9357;
  --primary-color-lighter: #AB9357;
  --gold-lighter: #AB9357;
  --primary-color-darker: #917D4A;
  --gold-darker: #917D4A;
  --secondary-color: #9FB6B9;
  --light-blue: #9FB6B9;
  --secondary-color-lighter: #9FB6B9;
  --light-blue-lighter: #9FB6B9;
  --secondary-color-darker: #8A9EA1;
  --light-blue-darker: #8A9EA1;
  --tertiary-color: #182238;
  --dark-blue: #182238;
  --tertiary-color-lighter: #182238;
  --dark-blue-lighter: #182238;
  --tertiary-color-darker: #161F33;
  --dark-blue-darker: #161F33;
  --quaternary-color: #FFFFFF;
  --white: #FFFFFF;
  --quaternary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --quaternary-color-darker: #F6F6F6;
  --white-darker: #F6F6F6;
}/* Franchise Site Tweaks */
.column-boxes .b-column__column { color: #182238 !important; padding: 30px; background-color: rgba(255,255,255,0.8); border-radius: 10px; -webkit-box-shadow: box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05), 0 4px 15px 0 rgba(0,0,0,0.1); height: 100%; }
.column-boxes .b-column__column .b-column__title, .column-boxes .b-column__column .b-column__content { color: #182238 !important; }
.c-header { border-top: 4px solid #AB9357; }
.c-footer { background-image: url('/assets/Uploads/Blocks/Images/chalkboard-blue.jpg'); background-position: center; }
.c-header__logo { padding: 10px 0px; }
.c-header.headroom--not-top .c-header__logo { padding: 10px 0px; }
.c-basic-hero__icon-image { max-width: 300px; }
.c-basic-hero__t-cell { padding-bottom: 50px; padding-top: 50px; }
.c-hero__t-cell { height: 360px; }
.four-column .b-column .col-md { max-width: 255px; }

/* Testimonial Block */
.b-testimonials__message { background-color: rgba(255,255,255,0.8); color: #182238; font-weight: 600; }
.b-testimonials__message:after { border-color: transparent transparent transparent rgba(255,255,255,0.8); }
.b-testimonials__name { font-weight: 700; text-transform: uppercase; color: #fff; }
.b-testimonials__position { font-weight: 700; text-transform: inherit; font-size: 1rem; color: #fff !important; padding-top: 10px;  }

/* Circle Columm Buttons */
.circle-buttons .b-column__button .c-button { height: 100px; width: 100px; background-color: rgba(0,0,0,0.5) !important; -webkit-box-shadow: 0px 0px 0px 2px #AB9357 inset; box-shadow: 0px 0px 0px 2px #AB9357 inset; border-radius: 50px; padding: 0px; line-height: 101px;}
.circle-buttons .b-column__button .c-button:hover { background-color: rgba(171,147,87,1) !important; }


/* .c-header { -webkit-transition: all 4000ms ease-in-out;  -o-transition: all 4000ms ease-in-out; transition: all 4000ms ease-in-out; }
body:hover .c-header { transform: rotate(3600deg); } */

@media (max-width:768px) {
.c-header__logo-image { max-width: 280px; }
}

/* Hiding uneeded items */
.c-newsletter { display: none !important; }
.f-mobile-menu { display: none !important; }
a.hamburger { display: none !important; }




/* Mobile Page Tweaks */
.page-container .food-item__price { position: relative; }
.page-container .food-item-currency { position: absolute; left: -12px; right: inherit; top: 7px; font-size: 1rem; line-height: 1rem; }

/* Removing Form Labels */
.no-labels .b-form-basic label.left { display: none; }
textarea { letter-spacing: inherit !important; }

/* Mobile Menu Fixes */
@media (max-width: 992px) {
.c-menu__list .featured-link__icon { display: none; }
.c-menu__list .featured-link { margin: 0px !important; border-radius: 0px; background-color: #002568 !important; }
.c-menu__list .featured-link--second { background-color: #001C4F !important; }
.c-menu__list { margin: 0px !important; padding: 0px !important; }
.c-menu__list .c-menu__link { padding: 20px !important; }
}

/* Removing BG Colour from FlipBook */
.b-flipbook .df-container { background: transparent !important; }

/* Small Text */
@media (max-width:768px) {
.text-small { font-size: 0.9rem !important; }
}

/* Setting a max width container on the content
body { background-color: #e6e6e6; }
div.main { max-width: 2200px; margin: 0 auto; background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); }  */

/* Booking Table */
.b-booking__table th, .b-booking__table td { vertical-align: middle; }

/* No Mobile Gap on Columns */
@media (max-width:768px) {
.no-mobile-gap .col-md { padding-bottom: 0px !important; }
.no-mobile-gap .b-column__content { padding-bottom: 10px !important; }
}

/* Table Styles */
.b-wysiwyg .table-responsive { overflow-x: inherit; }
.b-wysiwyg .table { border-radius: 5px; overflow: hidden; -webkit-box-shadow: box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); }
.b-wysiwyg .table td { padding-top: 1rem; }
.b-wysiwyg .table th { background-color: #002568; font-weight: 800; color: #fff; padding-top: 1rem; }
.b-wysiwyg .table-bordered th { border: 1px solid #002568;  }
.b-wysiwyg .table tbody tr:nth-child(even) { background-color: #ffffff; } 
.b-wysiwyg .table tbody tr:nth-child(odd) { background-color: #f6f6f6; } 

/* Mobile Fly-up Menu */
.f-mobile-menu__header { padding: 25px 15px; font-size: 16px; }
.f-mobile-menu__header-icon { top: 24px !important; }

/* Homepage Hero */
.c-basic-hero__icon-image { max-width: 300px; }
.c-basic-hero__t-cell { height: 80vh; vertical-align: middle; }
.c-basic-hero__main:before { background: rgba(0,0,0,0.3); }
@media (max-width:768px) {
.c-basic-hero__icon-image { max-width: 80vw; }
.c-basic-hero__t-cell { padding-bottom: 50px; padding-top: 0px; }
.c-basic-hero__content { max-width: 70vw; margin: 0 auto 2rem; text-shadow: none; }
.c-basic-hero__main:before { background: rgba(0,0,0,0.3); }
}

/* Column Buttons */
.b-column__button .c-button--size-small { padding: 13px 24px 10px; }

/* Loyal Pages */
.app-store.apple-store img { width: 205px; height: 70px; }
.app-store.google-play img { width: 231px; height: 70px; }
.loyal-iframe .container .mb-4 { margin-bottom: 0px !important; }
.iframe-block--no-ratio { margin-bottom: -10px; }

.food-image-menu-nav__link { min-height: 180px; }
.food-image-menu-nav__link:hover { color: #fff; transform: scale(1.05); }
.food-image-menu-nav__text { padding-bottom: 10px; }
.b-food-menu__carousel-item:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; content: ''; background: rgba(0,0,0,0.3); background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); border-radius: 10px; }
.b-food-menu__link-text { z-index: 20; }
.serif-heading h1 { font-family: SignPainter,sans-serif; font-size: 4rem; }
.serif-heading h2 { font-family: SignPainter,sans-serif; font-size: 3.4rem; }
.serif-heading h3 { font-family: SignPainter,sans-serif; font-size: 3rem; }
.serif-heading h4 { font-family: SignPainter,sans-serif; font-size: 2.8rem; }

.b-instagram-feed a { -webkit-transition: all 100ms ease-in-out;  -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.b-instagram-feed a:hover { transform: scale(1.1); }

.c-header__burger .hamburger:first-child .hamburger-text { margin-top: 3px; }
.c-header__burger { margin-top: 10px; }
.hamburger:hover { opacity: 1; }

.c-hero__pre-title { line-height: 1.1 !important; }

.b-tile__item-wrapper { background-size: cover !important; }

.no-shadow img { border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; }
@media (max-width: 991px) {
.no-img-xs img { display: none; }
.no-img-xs .main-content img { display: inherit; }
}

/* Location Page Hover Effects */
.location-region-list__item, .location-region-list__item .main-content, .restaurant-regions__link { -webkit-transition: all 100ms ease-in-out;  -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.location-region-list__item:hover, .restaurant-regions__link:hover { transform: scale(1.05); }
.location-region-list__item:hover .main-content { background-color: #eeeeee; }
.restaurant-regions__link:hover { background-color: #f6f6f6 !important; color: #002568 !important; }
.restaurant-regions__link { color: #002568 !important; }
.img-shadows img { border-radius: 6px; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15); }

/* Table Tweaks */
thead h1, thead h2, thead h3, thead h4, thead h5, thead h6 { margin-bottom: 0px !important; padding-bottom: 0px !important; }

/* Food Tweaks */
.food-item__wrap { min-height: 220px; }
.food-item__bg-image { background-position: center center; }
.food-item__title { font-size: 0.95rem; line-height: 1.2; }

/* Blog Tweaks */
.c-blog-article { padding-top: 0px; }
.c-hero__date { font-family: 'Homestead', serif; font-size: 0.9rem; }
.c-blogs__article { -webkit-box-shadow: box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); padding-bottom: 44px; }
.b-article__main { -webkit-box-shadow: box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); }
.b-article__title { min-height: 100px; padding: 20px; font-family: 'Homestead', serif; font-size: 1.4rem; line-height: 1.3; }
.c-blogs__article-image { }
.c-blogs__article-info { padding: 26px 20px 20px; }
.c-blogs__article-heading, .c-blogs__article-title { font-weight: normal; line-height: 1.2; font-size:1.6rem; }
.c-blogs__article-date { font-family: 'Homestead', serif; font-size: 0.9rem; padding-top: 10px; color: #95C9E5; opacity: 1; }
.c-blogs__article-content { font-weight: inherit; letter-spacing: inherit; padding-top: 10px; font-size: 1rem; line-height: 1.5; }
.c-blogs__article-content p:last-child { margin-bottom: 0px; }
.c-blogs__article-button { position: absolute; bottom: 0px; }

/* Location Pages */
.location-contact__details-title { line-height: 14px; padding: 6px 0px; }
a.color-orange, a.color-orange:hover { text-decoration: none; margin-top: 3px; font-weight: 700; }

/* List */
.main-content ol li~li, .main-content ul li~li { margin-top: 8px; }
.c-ul li:before { color: #AB9357; font-size: 14px; top: 2px; left: 16px; }
.c-ul.c-ul--style-bullet li:before { color: #00B3DC; font-size: 8px; top: -3px; left: 16px; }
ol.alpha li { list-style-type: lower-alpha; }
ol.roman li { list-style-type: lower-roman; }
ul { margin-bottom: 1.5625rem; }
ul li { line-height: 1.5; }
ul.c-ul { margin-bottom: 1.5625rem; }
ul.c-ul li { line-height: 1.5; }

.c-header.headroom--not-top .c-header__menu {  padding-top: 0px; }


/* Button Overrides */
.restaurant-location-action-btn { padding-left: inherit; padding-right: inherit; }

/* HR */
.main-content hr { border: none !important; height: 6px; border-radius: 3px; background-color: #95C9E5; margin: 20px auto 30px 0px; max-width: 260px; }



/* Service Holder */
.l-service-holder__grid-item { border-radius: 8px; overflow: hidden; }
.l-service-holder { padding-top: 60px; }
a.c-tiles { color: #222222; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
a.c-tiles:hover { color: #222222; transform: scale(1.025); }
.c-tiles__title { color: #00B3DC; }
.c-tiles__icon { padding: 0px; margin-top: 40px; margin-bottom: 20px; }
.c-tiles__icon img { border-radius: 4px; height: 200px; width: 200px; }
.c-tiles__summary { letter-spacing: inherit; font-size: 1rem; padding: 15px 30px 30px; }
.c-wide-tiles__icon { padding: 20px; }
.c-wide-tiles__icon img { border-radius: 10px; }
.c-wide-tiles__title { font-size: 1.3rem; color: #444; }
.c-wide-tiles__summary { letter-spacing: inherit; }

/* Embed Block */
.b-iframe .u-box-shadow { border-radius: 10px; overflow: hidden; }

/* Gallery Block */
.b-gallery__slider { overflow-x: inherit; }
.b-gallery__slider-image { overflow: hidden; border-radius: 4px; margin-top: 10px; margin-bottom: 15px; -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }
.b-gallery__slider-lightbox:before { overflow: hidden; border-radius: 4px; }

/* Tile Block */
.b-tile { padding-bottom: 60px; }
.b-tile .slick-list { padding-top: 20px; }
.b-tile .slick-list .b-tile__item-wrapper { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.b-tile__item-wrapper { position: relative; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0px 8px 20px rgba(0,0,0,0.1); box-shadow: 0px 8px 20px rgba(0,0,0,0.1); padding: 0 !important; margin-bottom: 2rem; -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.b-tile a:hover .b-tile__item-wrapper { transform: scale(1.05); }
.b-tile__title { display: block; position: absolute; bottom: 0px; padding: 10px !important; margin: 0 !important; width: 100%; background-color: rgba(0, 123, 255, 0.9); color: #fff; font-size: 0.9rem; font-weight: 700; line-height: 1.4; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); }
@media (min-width:991px) { .row-cols-lg-5 .b-tile__title { font-size: 0.8rem !important; line-height: 1.2; padding: 8px 12px !important; } }
.b-tile__img { -webkit-box-shadow: none; box-shadow: none; border-radius: 0px; margin: 0 !important; }

/* Testimonials */
.b-testimonials__message { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; }
.b-testimonials__name { font-size: 1.5rem; }
.b-testimonials-simple__content { background-color: #fff; }
.b-testimonials-simple__content:after { border-color: #fff transparent transparent; }
.b-testimonials-simple__author-name { font-weight: 700; font-size: 1.2rem; }
@media (max-width:1300px) { .b-testimonials .c-carousel__buttons { display: none; } }

/* Shadows (Global) */
.u-box-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 20%);
}

/* Top Nav */
.c-header { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0.15); }
.c-menu__link-icon:before { content: "\f0d7"; font-size: 0.7rem; }
.c-menu__ul__ul { background-color: #e6e6e6; min-width: 260px; }
.c-menu__ul__ul .c-childmenu__link { font-size: 0.9rem; }
.c-childmenu__link .fa-chevron-right { line-height: 20px; margin-right: 0px !important; font-size: 0.8rem; }
.c-childmenu__link .fa-chevron-right:before { content:"\f0da";  }
.c-menu__link-icon { margin-top: -1px; }
.c-menu__list { border-radius:4px; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-menu__list--has-menu { border-radius: 4px 4px 0px 0px; }
.c-menu__list:last-child:hover, .c-menu__list:last-child:active { background-color: transparent; }
.c-childmenu { border-left: 4px solid #007BFF; padding-top: 0px; border-radius: 0px 2px 2px 2px; width: 300px; max-width: 280px; }
.c-childmenu__ul { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0.15); }
.c-childmenu__link { -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-childmenu__link:hover { padding-left: 18px; padding-right: 12px; }

/* Column Block */
.b-column__icon { min-width: 160px; }
@media (max-width: 768px) { .b-column .col-md {  padding-bottom: 3rem; } }

/* Menu Chevron Alignment */
.c-menu__link-icon { top: 0px; font-size: 10px; left: -3px; }

/* Footer */
.c-footer__info-value { font-size: 1rem; }
.c-footer__text_social .c-footer__top_spacing { padding-top: 30px; }

/* Map Block */
.b-map { max-height: 400px; max-width: 1140px; margin: 0 auto; border-radius: 10px; overflow: hidden; -webkit-box-shadow: box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 4px 15px 0 rgba(0,0,0,0.2); }
@media (max-width:991px) { .b-map { max-height: 500px; height: 500px; border-radius: 0px; } }  

/* Inner Hero */
.c-breadcrumbs { display: none; }
.c-basic-hero__main { max-height: inherit; }
.c-hero__title { text-shadow: 1px 1px 4px rgba(0,0,0,0.3); }
.c-hero:before { background: rgba(0,0,0,0.3); }



/* Mobile Menu Dropdowns Fixing */
@media (max-width:991px) {
.c-menu__link-icon:before { font-size: 1.2rem; }
.c-menu__list .c-menu__link-icon { padding: 20px 10px; left: inherit; right: 0px; }
.c-menu__list .c-menu__link-icon.is-active { transform: rotate(180deg); }
.js-menu__link { padding-top: 0px; padding-bottom: 0px; }
.js-menu__link span { padding-top: 20px; padding-bottom: 20px; }
}

/* Footer Mobile Alignment */
.c-footer__info-value { font-size: 1rem; }
@media (max-width: 991px) {
.c-footer__menu { text-align: center; }
.c-footer__menu a:last-child { padding-right: 14px; }
}

/* User Forms */
.userform-fields .field { position: relative; }
.userform-fields .right-title { position: absolute; top: 0px; right: 0px; font-size: 0.8rem; }
.b-form-basic .btn-toolbar.Actions input[type="submit"] { font-family: Homestead,sans-serif; font-weight: 400; color: #ffffff; background-color: #AB9357; padding: 20px 60px 16px;  font-size: 1.4rem; -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25); box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25); }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { background-color: #917D4A; } 