/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: 
Description: 
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  z-index: 5;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Sohne', sans-serif;
  color: #231F20;
  font-size: 16px;
  font-size: 1.6rem;
}
h1 {
  color: #000;
  font-size: 120px;
  font-size: 12rem;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h2 {
  color: #000;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h3 {
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 20px 0;
}
h4 {
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 20px 0;
}
h5 {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body p {
    line-height: 1.6;
  }
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: 500;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
  color: #000;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
  background-color: #333333;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 30px 30px 0;
}
#mobileNav.menuOpen {
  z-index: 99;
  opacity: 1;
}
#mobileNav h2 {
  margin: 0;
  color: #000 !important;
}
#mobileNav ul {
  display: block;
  margin: 0 0 60px 0;
  padding: 0;
}
#mobileNav ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#mobileNav ul li a {
  display: block;
  color: #fff;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  margin: 0 0 0 0;
}
body.menuOpenWrap #header {
  position: fixed;
}
body.menuOpenWrap #header .header-logo {
  color: #fff !important;
}
body.menuOpenWrap.admin-bar #header {
  top: 32px;
}
footer.menuOpenWrap {
  position: relative;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #mobileNav {
    padding: 30px 15px;
  }
  #mobileNav h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #mobileNav ul {
    margin: 0 0 0 0;
  }
  #mobileNav ul li a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #mobileNav h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #mobileNav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* Contact Nav
==============================*/
#contactNav {
  background-color: #FAF5F0;
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
#contactNav .contact-inner {
  max-width: 600px;
  width: 100%;
}
#contactNav.contactOpen {
  right: 0;
}
#contactNav .contactToggle {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 100px;
  min-height: 30px;
}
#contactNav .contactToggle .menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #231F20;
  top: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#contactNav .contactToggle .top {
  transform: rotate(20deg);
}
#contactNav .contactToggle .bottom {
  transform: rotate(-20deg);
}
footer.contactOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.contactNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1000;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #contactNav {
    width: 100%;
    right: -100%;
  }
  #wrap.contactOpenWrap {
    right: 100%;
  }
  footer.contactOpenWrap {
    right: 100%;
  }
}
/* Header
==============================*/
#header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px;
}
#header .header-logo {
  color: #fff;
  text-transform: uppercase;
}
#header .header-logo:hover {
  text-decoration: none;
}
#header .navToggle {
  width: 100px;
  float: right;
  display: inline-block;
  min-height: 30px;
}
#header .navToggle .menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 10px 0;
  top: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .navToggle.open .menu-bar {
  margin: 0;
  background-color: #fff !important;
  top: 10px;
}
#header .navToggle.open .top {
  transform: rotate(20deg);
}
#header .navToggle.open .bottom {
  transform: rotate(-20deg);
}
#header.dark-header .header-logo {
  color: #231F20;
}
#header.dark-header .menu-bar {
  background-color: #231F20;
}
.menuOpenWrap #header .header-logo {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #header {
    padding: 30px 15px;
  }
  #header .navToggle {
    width: 32px;
    position: relative;
    top: -2px;
  }
}
/* Default
==============================*/
#default-banner img {
  width: 100%;
}
.primary-btn {
  border: 1px solid #231F20;
  border-radius: 30px;
  display: inline-block;
  padding: 4px 30px 5px 30px;
}
.primary-btn:hover {
  background-color: #231F20;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.intro {
  padding-top: 60px;
  padding-bottom: 240px;
}
.intro h2 {
  max-width: 320px;
}
.intro h4 {
  margin-left: 30px;
  position: relative;
}
.page-template-default {
  background-color: #FAF5F0;
}
.page-template-default .intro {
  padding-top: 180px;
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .intro {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .intro h4 {
    margin-left: 0px;
  }
}
/* Home
==============================*/
.page-template-home-page {
  background-color: #FAF5F0;
}
.page-template-home-page #home-banner {
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-grid {
  margin-bottom: 60px;
}
.link-grid .link-grid-item {
  padding: 0;
}
.link-grid .link-grid-item a {
  position: relative;
}
.link-grid .link-grid-item a h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .page-template-home-page #home-banner {
    background-position: right bottom;
  }
  .link-grid {
    margin-bottom: 60px;
  }
  .link-grid .link-grid-item {
    padding: 0 30px;
  }
  .link-grid .link-grid-item a {
    position: relative;
  }
  .link-grid .link-grid-item a h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* Venue
==============================*/
.venue-body .venue-content-header {
  margin: 60px 0 240px 0;
}
.venue-body .venue-content .primary-btn {
  margin-top: 20px;
}
.venue-navigation {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 40px;
}
.venue-navigation .nav-btn {
  min-width: 220px;
  display: inline-block;
  position: relative;
}
.venue-navigation .nav-btn a {
  width: 100%;
  display: block;
  text-align: left;
  padding-right: 15px;
}
.venue-navigation .nav-btn a br {
  display: none;
}
.venue-navigation .nav-btn i {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.gallery {
  margin-top: 60px;
}
.gallery .carousel-control-prev,
.gallery .carousel-control-next {
  border: none;
  background-color: transparent;
  opacity: 1;
  padding: 0;
}
.gallery .carousel-control-prev {
  justify-content: flex-start;
}
.gallery .carousel-control-next {
  justify-content: flex-end;
}
.gallery .gallery-btn {
  background-color: #fff;
  color: #231F20;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-size: 2.5rem;
}
.gallery.ilex-gallery {
  padding-bottom: 60px;
}
#venue-gallery {
  padding: 0;
}
#venue-gallery .gallery-btn {
  background-color: #231F20;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .venue-body .venue-content-header {
    margin: 30px 0 30px 0;
  }
  #venue-gallery {
    margin-top: 90px;
    padding: 0 0 0 0!important;
  }
  .gallery {
    margin-top: 0;
    padding: 0 15px;
  }
  .gallery .gallery-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.venue-multi {
  border-top: 1px solid #231F20;
  padding-top: 30px;
  margin-top: 60px;
}
.venue-multi .venue-multi-header {
  margin-bottom: 120px;
}
.venue-multi .features {
  margin: 0 0 40px 0;
  padding: 0;
  border-bottom: 1px solid #231F20;
  max-width: 380px;
}
.venue-multi .features li {
  border-top: 1px solid #231F20;
  display: block;
  padding: 10px 0 11px 0;
}
.venue-multi .pricing {
  margin: 0 0 0 0;
  padding: 0;
  border-bottom: 1px solid #231F20;
  max-width: 380px;
}
.venue-multi .pricing li {
  border-top: 1px solid #231F20;
  display: block;
  padding: 10px 0 11px 0;
}
.venue-multi .pricing li span {
  display: inline-block;
  min-width: 125px;
  margin-left: 15px;
}
.venue-multi .primary-btn {
  margin-top: 40px;
}
.venue-multi .gallery {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .venue-multi {
    border: none;
    padding-top: 0px;
  }
  .venue-multi .venue-multi-header h3 {
    padding-top: 30px;
    border-top: 1px solid #231F20;
  }
  .venue-multi .primary-btn {
    margin-top: 10px;
  }
  .venue-multi .features {
    max-width: 100%;
  }
  .venue-multi .features li {
    padding: 5px 0 6px 0;
  }
  .venue-multi .pricing {
    max-width: 100%;
  }
  .venue-multi .pricing li {
    padding: 5px 0 6px 0;
  }
  .venue-multi .gallery {
    padding: 30px 0 0 0!important;
  }
}
/* Weddings
==============================*/
.page-template-weddings .gallery {
  margin-bottom: 60px;
}
.page-template-weddings .gallery .carousel-control-prev,
.page-template-weddings .gallery .carousel-control-next {
  padding: 0 7.5px;
}
.page-template-weddings .gallery .carousel-control-next {
  right: 0!important;
}
.page-template-weddings .gallery .gallery-btn {
  background-color: #231F20;
  color: #fff;
}
.tabs {
  margin-top: 120px;
}
.tabs .tab-header {
  border-top: 1px solid #231F20;
  margin: 0;
  position: relative;
  padding: 10px 0;
}
.tabs .tab-header i {
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs .tab-header.collapsed i {
  transform: rotate(0deg);
}
.tabs .tab-wrap:last-child h4 {
  border-bottom: 1px solid #231F20;
}
.tabs .tab-links {
  margin: 0 0 30px 0;
  padding: 0;
  border-top: 1px solid #231F20;
}
.tabs .tab-links li {
  display: block;
  border-bottom: 1px solid #231F20;
}
.tabs .tab-links li h4 {
  margin: 0;
  border-bottom: 1px solid transparent;
}
.tabs .tab-links li h4 a {
  padding: 5px 0 4px 0;
  display: block;
}
.tabs .tab-links li h4 a:hover {
  text-decoration: none;
}
.tabs .tab-links li:hover h4 {
  border-bottom: 1px solid #231F20;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tabs {
    padding: 0 7.5px 30px;
  }
}
/* Eats/events pages
==============================*/
.header-banner {
  text-align: center;
  padding: 240px 0;
}
.intro-btns .primary-btn {
  margin-bottom: 30px;
  margin-right: 15px;
}
.left-col {
  display: flex;
  justify-content: flex-end;
}
.left-col .left-inner {
  max-width: 650px;
  width: 100%;
}
.right-col {
  display: flex;
  justify-content: flex-start;
}
.right-col .right-inner {
  max-width: 650px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-banner {
    padding: 120px 15px;
  }
  .left-col .left-inner {
    max-width: 100%;
  }
  .right-col .right-inner {
    max-width: 100%;
  }
}
#header-gallery {
  padding: 0!important;
}
#header-gallery .carousel-control-next {
  right: 0;
}
.heading-gallery {
  position: relative;
}
.heading-gallery::after {
  content: '';
  width: 30000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
}
.heading-gallery .container-fluid {
  position: relative;
  z-index: 2;
}
.heading-gallery .left-col .left-inner {
  display: flex;
  flex-flow: row wrap;
}
.heading-gallery .left-col .left-inner h4 {
  margin-top: auto;
  margin: auto 0 0;
}
.heading-gallery .gallery-col {
  padding: 0;
}
.heading-gallery .gallery-col .gallery {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .heading-gallery {
    padding: 0 15px;
  }
}
.image-text {
  padding: 0;
}
.image-text .left-inner {
  padding: 30px 30px 30px 0;
}
.image-text .right-inner {
  padding: 30px 0 30px 30px;
}
.image-text .full-text h1,
.image-text .full-text h2,
.image-text .full-text h3,
.image-text .full-text h4,
.image-text .full-text h5 {
  max-width: 410px;
}
.image-text .image-col {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-text .btn-col {
  margin-top: 90px;
}
.image-text .left-inner,
.image-text .right-inner {
  display: flex;
  flex-flow: row wrap;
}
.image-text .left-inner .list-row,
.image-text .right-inner .list-row {
  margin-top: auto;
  width: 100%;
}
.image-text .left-inner .list-row.text-list-row,
.image-text .right-inner .list-row.text-list-row {
  margin-top: 0;
}
.image-text .left-inner .list-row .link-title,
.image-text .right-inner .list-row .link-title {
  font-weight: 500;
}
.image-text .left-inner .list-row ul,
.image-text .right-inner .list-row ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}
.image-text .left-inner .list-row ul li,
.image-text .right-inner .list-row ul li {
  display: block;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
.image-text .left-inner .list-row .times-list,
.image-text .right-inner .list-row .times-list {
  margin-top: 60px;
}
.image-text .left-inner .list-row .times-list span,
.image-text .right-inner .list-row .times-list span {
  min-width: 100px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-text .left-inner {
    padding: 30px 0 30px 0;
  }
  .image-text .right-inner {
    padding: 30px 0 30px 0;
  }
}
.text-list .right-col,
.grey-bg .right-col {
  position: relative;
  overflow: hidden;
}
.text-list .right-col::after,
.grey-bg .right-col::after {
  content: '';
  background-color: #fbfbfb;
  width: 30000px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.text-list .right-col .right-inner,
.grey-bg .right-col .right-inner {
  position: relative;
  z-index: 2;
}
.text-list .footer-image img,
.grey-bg .footer-image img {
  margin: 60px 0 0 0;
}
.food-menus {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
}
.food-menus::after {
  content: '';
  background-color: #000;
  width: 30000px;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
}
.food-menus .container-fluid {
  position: relative;
  z-index: 2;
}
.food-menus .left-inner {
  padding-right: 30px;
}
.food-menus .left-inner .sticky-menu {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
.food-menus .left-inner .menu-header {
  margin-bottom: 30px;
}
.food-menus .left-inner a,
.food-menus .left-inner h2 {
  color: #fff;
  margin: 0;
}
.food-menus .right-inner {
  padding-left: 30px;
}
.food-menus .right-inner .row {
  margin-bottom: 5px;
}
.food-menus .right-inner .header-row {
  margin-top: 45px;
}
.food-menus .right-inner .header-row .menu-text {
  font-weight: 500;
}
.food-menus .right-inner .dietary {
  text-align: center;
}
.food-menus .right-inner .price {
  text-align: right;
}
.food-menus .right-inner h4,
.food-menus .right-inner p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .food-menus {
    color: #fff;
  }
  .food-menus::after {
    right: 0;
  }
  .food-menus .menu-header {
    color: #fff;
  }
  .food-menus .container-fluid {
    position: relative;
    z-index: 2;
  }
  .food-menus .left-inner .sticky-menu {
    margin-top: 30px;
    position: relative;
  }
  .food-menus .right-inner {
    padding-left: 0px;
  }
}
.text-gallery .left-col .left-inner {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 30px 0;
}
.text-gallery .left-col .left-inner .btn-col {
  display: flex;
}
.text-gallery .left-col .left-inner .btn-col a {
  margin-top: auto;
}
.text-gallery .right-col .right-inner {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0 30px 30px;
}
.text-gallery .right-col .right-inner .btn-col {
  display: flex;
}
.text-gallery .right-col .right-inner .btn-col a {
  margin-top: auto;
}
.text-gallery .gallery-col {
  padding: 0;
}
.text-gallery .gallery-col .gallery {
  padding: 0;
  margin: 0;
}
.image-image .image-col {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .text-gallery .left-col .left-inner {
    padding: 30px 0 30px 0;
  }
  .text-gallery .right-col .right-inner {
    padding: 30px 0 30px 0;
  }
}
.page-template-lucky-duck {
  background-color: #FFF7F7;
}
.page-template-lucky-duck #header .header-logo {
  color: #FF0046;
}
.page-template-lucky-duck #header .menu-bar {
  background-color: #FF0046;
}
.page-template-lucky-duck h1,
.page-template-lucky-duck h2,
.page-template-lucky-duck h3,
.page-template-lucky-duck h4,
.page-template-lucky-duck h5,
.page-template-lucky-duck p,
.page-template-lucky-duck li,
.page-template-lucky-duck a {
  color: #FF0046;
}
.page-template-lucky-duck .primary-btn {
  border: 1px solid #FF0046;
}
.page-template-lucky-duck .primary-btn:hover {
  background-color: #FF0046;
  color: #fff;
}
.page-template-lucky-duck .gallery-btn {
  background-color: #FF0046;
  color: #fff;
}
.page-template-lucky-duck .image-text-lucky {
  padding: 30px 0;
  position: relative;
}
.page-template-lucky-duck .image-text-lucky::after {
  content: '';
  width: 30000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
}
.page-template-lucky-duck .image-text-lucky .container-fluid {
  position: relative;
  z-index: 2;
}
.page-template-lucky-duck .image-text-lucky .left-inner {
  padding-right: 30px;
}
.page-template-lucky-duck .image-text-lucky .right-inner {
  padding-left: 30px;
}
.page-template-lucky-duck .heading-gallery h1 {
  font-size: 150px;
  font-size: 15rem;
  line-height: 1;
  font-weight: 500;
}
.page-template-lucky-duck .food-menus:after {
  background-color: #FF0046;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .page-template-lucky-duck .heading-gallery {
    background-color: #fff;
  }
  .page-template-lucky-duck .heading-gallery .container-fluid {
    padding: 0;
  }
  .page-template-lucky-duck .heading-gallery .container-fluid .right-col {
    padding: 30px 0 0 0;
  }
  .page-template-lucky-duck .image-text-lucky h1,
  .page-template-lucky-duck .heading-gallery h1 {
    font-size: 100px;
    font-size: 10rem;
  }
  .page-template-lucky-duck .image-text-lucky::after,
  .page-template-lucky-duck .heading-gallery::after {
    display: none;
  }
  .page-template-lucky-duck .image-text-lucky .left-inner,
  .page-template-lucky-duck .heading-gallery .left-inner {
    padding-right: 0;
  }
  .page-template-lucky-duck .image-text-lucky .right-inner,
  .page-template-lucky-duck .heading-gallery .right-inner {
    padding-left: 0;
  }
  .page-template-lucky-duck .food-menus {
    color: #fff;
  }
  .page-template-lucky-duck .food-menus p,
  .page-template-lucky-duck .food-menus h4 {
    color: #fff;
  }
}
.page-template-superluxe {
  background-color: #000;
}
.page-template-superluxe .intro h1,
.page-template-superluxe .intro h2,
.page-template-superluxe .intro h3,
.page-template-superluxe .intro h4,
.page-template-superluxe .intro h5,
.page-template-superluxe .intro p,
.page-template-superluxe .intro li,
.page-template-superluxe .intro a {
  color: #fff;
}
.page-template-superluxe .intro-btns .primary-btn {
  border: 1px solid #fff;
  color: #fff;
}
.page-template-superluxe .intro-btns .primary-btn:hover {
  background-color: #fff;
  color: #000;
}
.superluxe-content {
  background-color: #fff;
}
.page-template-origin {
  background-color: #EFE3D6;
}
.page-template-origin #header .header-logo {
  color: #231F20;
}
.page-template-origin #header .menu-bar {
  background-color: #231F20;
}
.page-template-origin .food-menus:after {
  background-color: #FF3800;
}
.page-template-origin .gallery .gallery-btn {
  background-color: #FF3800;
  color: rgba(255, 255, 255, 0.8);
}
.origin-content {
  background-color: #FAF5F0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .page-template-origin .food-menus h2,
  .page-template-origin .food-menus a {
    color: #231F20 !important;
  }
  .page-template-origin .food-menus:after {
    background-color: #FAF5F0;
  }
  .origin-content {
    background-color: #FAF5F0;
  }
}
.page-template-ilex-cafe,
.page-template-ilex-events {
  background-color: #fbfbfb;
}
.page-template-ilex-cafe h3,
.page-template-ilex-events h3 {
  font-weight: 400;
}
.page-template-ilex-cafe h1,
.page-template-ilex-events h1,
.page-template-ilex-cafe h2,
.page-template-ilex-events h2,
.page-template-ilex-cafe h3,
.page-template-ilex-events h3,
.page-template-ilex-cafe h4,
.page-template-ilex-events h4,
.page-template-ilex-cafe h5,
.page-template-ilex-events h5,
.page-template-ilex-cafe p,
.page-template-ilex-events p,
.page-template-ilex-cafe li,
.page-template-ilex-events li,
.page-template-ilex-cafe a,
.page-template-ilex-events a {
  color: #878787;
}
.page-template-ilex-cafe #header .header-logo,
.page-template-ilex-events #header .header-logo {
  color: #231F20;
}
.page-template-ilex-cafe #header .menu-bar,
.page-template-ilex-events #header .menu-bar {
  background-color: #231F20;
}
.page-template-ilex-cafe .primary-btn,
.page-template-ilex-events .primary-btn {
  border: 1px solid #878787;
  color: #878787;
}
.page-template-ilex-cafe .primary-btn:hover,
.page-template-ilex-events .primary-btn:hover {
  background-color: #878787;
  color: #fff;
}
.page-template-ilex-cafe .text-gallery .left-col,
.page-template-ilex-events .text-gallery .left-col,
.page-template-ilex-cafe .image-text .left-col,
.page-template-ilex-events .image-text .left-col,
.page-template-ilex-cafe .text-gallery .right-col,
.page-template-ilex-events .text-gallery .right-col,
.page-template-ilex-cafe .image-text .right-col,
.page-template-ilex-events .image-text .right-col {
  background-color: #fff;
}
.page-template-ilex-cafe .text-gallery .left-col .left-inner,
.page-template-ilex-events .text-gallery .left-col .left-inner,
.page-template-ilex-cafe .image-text .left-col .left-inner,
.page-template-ilex-events .image-text .left-col .left-inner,
.page-template-ilex-cafe .text-gallery .right-col .left-inner,
.page-template-ilex-events .text-gallery .right-col .left-inner,
.page-template-ilex-cafe .image-text .right-col .left-inner,
.page-template-ilex-events .image-text .right-col .left-inner {
  padding: 60px 30px 60px 0;
}
.page-template-ilex-cafe .text-gallery .left-col .right-inner,
.page-template-ilex-events .text-gallery .left-col .right-inner,
.page-template-ilex-cafe .image-text .left-col .right-inner,
.page-template-ilex-events .image-text .left-col .right-inner,
.page-template-ilex-cafe .text-gallery .right-col .right-inner,
.page-template-ilex-events .text-gallery .right-col .right-inner,
.page-template-ilex-cafe .image-text .right-col .right-inner,
.page-template-ilex-events .image-text .right-col .right-inner {
  padding: 60px 0 60px 30px;
}
.page-template-ilex-cafe .image-text .left-inner .list-row ul,
.page-template-ilex-events .image-text .left-inner .list-row ul,
.page-template-ilex-cafe .image-text .right-inner .list-row ul,
.page-template-ilex-events .image-text .right-inner .list-row ul {
  border-top: 1px solid #878787;
}
.page-template-ilex-cafe .image-text .left-inner .list-row ul li,
.page-template-ilex-events .image-text .left-inner .list-row ul li,
.page-template-ilex-cafe .image-text .right-inner .list-row ul li,
.page-template-ilex-events .image-text .right-inner .list-row ul li {
  border-bottom: 1px solid #878787;
}
.page-template-ilex-cafe .food-menus,
.page-template-ilex-events .food-menus {
  background-color: #fbfbfb;
}
.page-template-ilex-cafe .food-menus:after,
.page-template-ilex-events .food-menus:after {
  background-color: #fff;
}
.page-template-ilex-cafe .food-menus .left-inner a,
.page-template-ilex-events .food-menus .left-inner a,
.page-template-ilex-cafe .food-menus .left-inner h2,
.page-template-ilex-events .food-menus .left-inner h2 {
  color: #878787;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .page-template-ilex-cafe .text-gallery .left-col .left-inner,
  .page-template-ilex-events .text-gallery .left-col .left-inner,
  .page-template-ilex-cafe .image-text .left-col .left-inner,
  .page-template-ilex-events .image-text .left-col .left-inner,
  .page-template-ilex-cafe .text-gallery .right-col .left-inner,
  .page-template-ilex-events .text-gallery .right-col .left-inner,
  .page-template-ilex-cafe .image-text .right-col .left-inner,
  .page-template-ilex-events .image-text .right-col .left-inner {
    padding: 60px 0 60px 0;
  }
  .page-template-ilex-cafe .text-gallery .left-col .right-inner,
  .page-template-ilex-events .text-gallery .left-col .right-inner,
  .page-template-ilex-cafe .image-text .left-col .right-inner,
  .page-template-ilex-events .image-text .left-col .right-inner,
  .page-template-ilex-cafe .text-gallery .right-col .right-inner,
  .page-template-ilex-events .text-gallery .right-col .right-inner,
  .page-template-ilex-cafe .image-text .right-col .right-inner,
  .page-template-ilex-events .image-text .right-col .right-inner {
    padding: 60px 0 60px 0;
  }
  .page-template-ilex-cafe .food-menus,
  .page-template-ilex-events .food-menus {
    color: #878787;
  }
  .page-template-ilex-cafe .food-menus:after,
  .page-template-ilex-events .food-menus:after {
    background-color: #fbfbfb;
  }
  .page-template-ilex-cafe .food-menus .menu-header,
  .page-template-ilex-events .food-menus .menu-header {
    color: #878787;
  }
  .page-template-ilex-cafe .food-menus .left-inner a,
  .page-template-ilex-events .food-menus .left-inner a,
  .page-template-ilex-cafe .food-menus .left-inner h2,
  .page-template-ilex-events .food-menus .left-inner h2 {
    color: #878787;
  }
}
/* Gforms
==============================*/
.gform_wrapper {
  margin-top: 240px;
}
.gform_wrapper .gfield label.gfield_label {
  font-weight: 400;
}
.gform_wrapper .gfield label.gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container textarea {
  border: none;
  background-color: transparent;
  border: 1px solid #000;
}
.gform_wrapper .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gfield .ginput_container_select select {
  border: none;
  background-color: transparent;
  border: 1px solid #000;
  padding-right: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.gform_wrapper .gfield .ginput_container_select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  pointer-events: none;
  background-image: url('images/arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_footer .button {
  background-color: transparent;
  border: 1px solid #000;
  width: 100%;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #000;
  color: #fff;
}
/* Footer
==============================*/
#footer {
  background-color: #FAF5F0;
  position: relative;
  z-index: 5;
}
#footer .logo {
  margin-top: 20px;
  display: block;
}
#footer .contact {
  margin-left: 30px;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #footer {
    padding: 0  0 0 30px;
  }
}
