/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
  2.0 Layout
    2.1 Blocks
    2.2 Grid
  3.0 Module
    3.1 Parts
    3.2 Sections
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
@font-face {
  font-family: "manus";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/manustrial/manus_trial.eot?#iefix") format("embedded-opentype"), url("./fonts/manustrial/manus_trial.woff2") format("woff2"), url("./fonts/manustrial/manus_trial.woff") format("woff"), url("./fonts/manustrial/manus_trial.ttf") format("truetype"), url("./fonts/manustrial/manus_trial.svg#manus") format("svg"); }

@font-face {
  font-family: "jannasue";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/jennasue/jennasue-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/jennasue/jennasue-webfont.woff2") format("woff2"), url("./fonts/jennasue/jennasue-webfont.woff") format("woff"), url("./fonts/jennasue/jennasue-webfont.ttf") format("truetype"), url("./fonts/jennasue/jennasue-webfont.svg#jannasue") format("svg"); }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 55%; } }

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  line-height: 1;
  overflow-x: hidden;
  font-family: "proxima-nova-n4", "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #5d5d5d; }
  body * {
    background-repeat: no-repeat;
    outline: 0; }

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

figure {
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

hr {
  margin: 7.5% 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05); }

img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
  border: 0; }

table {
  width: 100%;
  max-width: none;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed; }
  table tr th, table tr td {
    text-align: left;
    border: none;
    line-height: 1.5; }
  table tr th {
    text-transform: uppercase;
    letter-spacing: 0px; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0; }
  ul > li {
    display: block;
    padding: 0 0 13px 20px;
    position: relative; }
    ul > li:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: white;
      border: 1px solid #8ea127;
      border-radius: 50%;
      position: absolute;
      top: 4px;
      left: 2px; }
  ul.ticks li {
    padding: 0 0 13px 40px; }
    ul.ticks li:before {
      width: 9px;
      height: 18px;
      background: white;
      border: 0;
      border-right: 2px solid #8ea127;
      border-bottom: 2px solid #8ea127;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      border-radius: 0;
      position: absolute;
      top: -2px;
      left: 11px; }

ol {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0; }
  ol > li {
    display: block;
    font-size: 2rem;
    padding: 0 0 13px 30px;
    position: relative; }
    ol > li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #8ea127;
      position: absolute;
      top: 0;
      left: 2px; }

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 3rem;
  color: #8ea127;
  padding-bottom: 10px;
  padding-top: 5px; }

h2 {
  font-size: 2.5rem;
  font-weight: 400;
  padding-bottom: 10px; }

h3 {
  font-size: 2rem;
  padding: 20px 0 10px;
  color: #8ea127; }

h4 {
  font-size: 3.5rem;
  font-family: "jannasue";
  font-weight: normal;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
  padding: 10px 0;
  margin-bottom: 30px; }

h5 {
  font-size: 1.5rem; }

p {
  margin: 0 0 1em;
  padding: 0;
  line-height: 140%;
  color: #737071; }
  p a {
    color: #737071;
    text-decoration: underline; }
  p.small {
    font-size: 1.4rem;
    color: #737373;
    line-height: 140%; }

a {
  text-decoration: underline; }

blockquote {
  margin: 2.5% 0;
  padding: 0;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 3.0rem;
  line-height: 1.25; }
  @media screen and (max-width: 767px) {
    blockquote {
      font-size: 1.6rem; } }

/* 1.3 Forms
  -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="radio"] {
  height: auto; }

legend {
  padding: 0;
  border: 0; }

label {
  font-weight: normal; }

input, textarea, select {
  padding: 12px 15px;
  height: 50px;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 2rem;
  border: 1px solid #dadada;
  background: white;
  outline: none; }

textarea {
  padding: 12px 15px;
  height: 150px; }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999; }

::-moz-placeholder {
  color: #999999; }

:-ms-input-placeholder {
  color: #999999; }

form > p {
  width: 50%;
  float: left;
  padding-bottom: 28px;
  padding-right: 18px;
  position: relative;
  margin: 0 !important;
  color: #5d5d5d;
  font-size: 1.4rem; }
  form > p input[type=text],
  form > p input[type=number],
  form > p input[type=email],
  form > p input[type=tel],
  form > p select,
  form > p textarea {
    width: 100%;
    margin-top: 3px; }
  form > p:nth-of-type(2n) {
    padding-right: 0px; }
  form > p.small {
    width: 25%; }
    form > p.small:nth-of-type(2n) {
      padding-right: 18px; }
    form > p.small:nth-of-type(4n) {
      padding-right: 0px; }
  form > p.full {
    width: 100%;
    padding-right: 0; }
  form > p:last-child {
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    form > p {
      width: 100%;
      padding-right: 0; }
      form > p.small {
        width: 100%;
        padding-right: 0 !important; } }

.button-container {
  margin-top: 30px;
  text-align: right; }

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  #site-wrap .page-row {
    display: table-row;
    min-height: 1px;
    overflow: hidden; }
  #site-wrap .page-row-expanded {
    height: 100%; }

#site-header {
  background-color: #8ea127;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #site-header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 30px);
    width: calc(100% - 345px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 767px) {
      #site-header .logo {
        width: calc(100% - 140px);
        height: calc(100% - 10px); } }
  #site-header .call {
    float: left;
    display: block;
    width: 155px;
    height: 130px;
    border-right: 1px solid #73812c;
    color: white; }
    #site-header .call:before {
      content: '';
      width: 70px;
      height: 70px;
      background: url(../img/sprite_icons.png) 0 0 no-repeat;
      display: block;
      margin: 15px auto 0; }
    #site-header .call:hover {
      background-color: #73812c; }
    @media screen and (max-width: 767px) {
      #site-header .call {
        width: 60px;
        height: 60px;
        text-indent: -9999px; }
        #site-header .call:before {
          width: 60px;
          height: 60px;
          margin: 0 auto 20px;
          background-size: 105px; } }
  #site-header .menu-builder {
    float: right;
    display: block;
    width: 155px;
    height: 130px;
    border-left: 1px solid #73812c;
    color: white;
    font-family: "manus", serif;
    font-size: 2.4rem; }
    #site-header .menu-builder:before {
      content: '';
      width: 60px;
      height: 60px;
      background: url(../img/sprite_icons.png) 0 -70px no-repeat;
      display: block;
      margin: 15px auto 10px; }
    #site-header .menu-builder:hover {
      background-color: #73812c; }
    @media screen and (max-width: 767px) {
      #site-header .menu-builder {
        width: 60px;
        height: 60px;
        text-indent: -9999px; }
        #site-header .menu-builder:before {
          margin: 0 auto 20px;
          background-position: 0 -60px;
          background-size: 105px; } }

.site-main {
  margin: 60px 0 40px;
  float: left;
  width: calc(100% - 400px); }
  .site-main.full-width {
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .site-main {
      width: 100%;
      margin: 20px 0; } }
  .site-main p.callout {
    font-size: 2rem;
    line-height: 140%; }
  .site-main figure {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
    margin: 0 0 25px; }
    .site-main figure img {
      width: 100%; }
    .site-main figure figcaption {
      background-color: rgba(237, 237, 237, 0.7);
      position: absolute;
      bottom: 20px;
      width: 100%;
      padding: 15px 30px;
      font-size: 1.5rem;
      color: #363636; }

#site-aside {
  margin: 60px 0 40px;
  float: right;
  width: 360px; }
  @media screen and (max-width: 1024px) {
    #site-aside {
      width: 100%; } }
  #site-aside h4 {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin: 20px 0;
    padding: 17px 10px 8px 10px;
    text-align: center; }
  #site-aside .menu-builder {
    display: block;
    padding: 52px 20px 50px;
    width: 360px;
    color: white;
    background-color: #8ea127;
    font-family: "manus", serif;
    font-size: 6.0rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #site-aside .menu-builder {
        width: 100%; } }
    #site-aside .menu-builder:before {
      content: '';
      width: 124px;
      height: 124px;
      background: url(../img/sprite_icons.png) 0 -280px no-repeat;
      display: block;
      margin: 0 auto 23px; }
    #site-aside .menu-builder:hover {
      background-color: #73812c; }
  #site-aside .package-col {
    display: block;
    height: 405px;
    margin: 0 0 30px; }
    #site-aside .package-col:last-of-type {
      margin: 0; }
  #site-aside .rhs-box {
    border: 1px solid #dadada;
    text-align: center;
    margin-bottom: 20px;
    padding: 25px 0; }
    @media screen and (max-width: 1024px) {
      #site-aside .rhs-box {
        width: 360px;
        margin: 0 auto 20px; } }
    @media screen and (max-width: 340px) and (max-height: 500px) {
      #site-aside .rhs-box {
        width: 90%; } }
    #site-aside .rhs-box:last-of-type {
      margin-bottom: 0; }
    #site-aside .rhs-box .image {
      width: 80px;
      height: 80px;
      background-color: #8ea127;
      margin: 0 auto 20px;
      border-radius: 50%;
      position: relative; }
      #site-aside .rhs-box .image img {
        width: 60%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    #site-aside .rhs-box h3 {
      padding-top: 0; }
    #site-aside .rhs-box p {
      margin: 0 auto;
      padding: 0 8% 5px;
      line-height: 130%; }

#site-footer {
  background-color: #363636;
  color: #ccc;
  padding: 45px 0 40px;
  font-size: 1.4rem;
  line-height: 160%;
  box-sizing: border-box;
  clear: both; }
  #site-footer .blurb {
    width: 50%;
    float: left;
    padding-right: 10%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      #site-footer .blurb {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      #site-footer .blurb {
        width: 100%;
        padding: 0 0 20px; } }
  #site-footer .headoffice {
    width: 25%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      #site-footer .headoffice {
        width: 50%;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      #site-footer .headoffice {
        width: 100%;
        padding: 0 0 20px; } }
  #site-footer .enquiries {
    width: 25%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      #site-footer .enquiries {
        width: 50%;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      #site-footer .enquiries {
        width: 100%;
        padding: 0 0 20px; } }
  #site-footer h3 {
    font-size: 1.5rem;
    color: #ccc;
    text-transform: uppercase;
    padding: 0 0 5px; }
  #site-footer a {
    color: #ccc;
    text-decoration: none;
    font-weight: bold; }
  #site-footer hr {
    height: 4px;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #737373;
    margin: 0 0 10px;
    padding: 0; }
  #site-footer .copyright {
    float: left;
    font-weight: 700;
    line-height: 22px; }
    @media screen and (max-width: 767px) {
      #site-footer .copyright {
        width: 100%;
        padding-bottom: 10px; } }
  #site-footer .digerati {
    float: right;
    line-height: 22px;
    padding: 0 100px 0 0;
    background: url(../img/logo_digerati.png) top right no-repeat; }
    @media screen and (max-width: 767px) {
      #site-footer .digerati {
        float: none;
        margin: 0 auto; } }

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: border-box; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.clipped > *:first-child,
.clipped > *:first-child > *:first-child,
.clipped > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important; }

.clipped > *:last-child,
.clipped > *:last-child > *:last-child,
.clipped > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important; }

/* 3.0 Module
  ========================================================================== */
/* 3.1 Parts
  -------------------------------------------------------------------------- */
.button, button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 45px 0 20px;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 1.8rem; }
  .button:after, button:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 19px;
    width: 16px;
    height: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  .button.special, button.special {
    background-color: #8ea127;
    color: white;
    font-family: "manus", serif;
    font-size: 2.5rem;
    position: relative;
    padding: 15px 20px 0 65px;
    border: 0; }
    .button.special:after, button.special:after {
      display: none; }
    .button.special:before, button.special:before {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      left: 22px;
      width: 26px;
      height: 26px;
      background: url(../img/sprite_icons.png) -22px -242px no-repeat; }
    .button.special:hover, button.special:hover {
      background-color: #73812c; }
  .button.primary, button.primary {
    background-color: #8ea127;
    color: white;
    position: relative;
    border: 1px solid #8ea127; }
    .button.primary:after, button.primary:after {
      border-color: white; }
    .button.primary:hover, button.primary:hover {
      background-color: #73812c;
      border-color: #73812c; }
  .button.secondary, button.secondary {
    background-color: white;
    color: #8ea127;
    position: relative; }
    .button.secondary:after, button.secondary:after {
      border-color: #8ea127; }
    .button.secondary:hover, button.secondary:hover {
      background-color: #8ea127;
      color: white; }
      .button.secondary:hover:after, button.secondary:hover:after {
        border-color: white; }
  .button.inactive, button.inactive {
    background-color: #dadada;
    color: #5d5d5d;
    position: relative;
    cursor: auto; }
    .button.inactive:after, button.inactive:after {
      border-color: #5d5d5d; }
    .button.inactive:hover, button.inactive:hover {
      background-color: #dadada;
      color: #5d5d5d; }

button {
  background-color: white;
  color: #8ea127;
  position: relative;
  padding-top: 0; }
  button:after {
    border-color: #8ea127; }
  button:hover {
    background-color: #8ea127;
    color: white; }
    button:hover:after {
      border-color: white; }

button.button {
  padding-top: 0; }
  button.button.special {
    padding-top: 6px; }

.accordion-header {
  position: relative;
  padding: 18px 20px; }
  .accordion-header:hover {
    cursor: pointer; }
  .accordion-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 19px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #919191;
    border-right: 2px solid #919191;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .accordion-header.open:after {
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.accordion-content {
  display: none; }

.steps-container {
  max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto; }
  .steps-container::after {
    clear: both;
    content: "";
    display: table; }

.step-wrapper {
  padding: 0 0 30px; }
  .step-wrapper.inactive {
    opacity: 0.3;
    padding: 0; }
    .step-wrapper.inactive .step {
      margin-bottom: 20px; }
    .step-wrapper.inactive .step-content {
      display: none; }
  .step-wrapper .step {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    border: 1px solid #98a93b;
    margin: 0 0 30px; }
    .step-wrapper .step .label {
      display: table-cell;
      width: 158px;
      padding: 20px 0;
      color: white;
      background-color: #8ea127; }
    .step-wrapper .step .content {
      display: table-cell;
      width: calc(100% - 158px);
      color: #363636;
      background: white; }
      .step-wrapper .step .content:before {
        content: '';
        width: 40px;
        height: 40px;
        margin: 0px 10px -8px 0;
        display: inline-block;
        background-image: url(../img/sprite_icons.png); }
    @media screen and (max-width: 767px) {
      .step-wrapper .step {
        font-size: 2rem;
        width: calc(100% - 10px);
        margin: 0 5px 15px; }
        .step-wrapper .step .label {
          width: 85px;
          padding: 14px 5px 11px 5px; }
        .step-wrapper .step .content {
          vertical-align: middle;
          width: calc(100% - 85px);
          padding: 5px 5px 13px 5px; }
          .step-wrapper .step .content:before {
            width: 30px;
            height: 30px;
            margin: 0px 7px -7px 0;
            background-size: 86px; } }
  .step-wrapper.guests .step .content:before {
    background-position: 0 -450px; }
    @media screen and (max-width: 767px) {
      .step-wrapper.guests .step .content:before {
        background-position: 0 -309px; } }
  .step-wrapper.guests .step-content input {
    width: 140px; }
  .step-wrapper.wedding .step .content:before {
    background-position: 0 -495px; }
    @media screen and (max-width: 767px) {
      .step-wrapper.wedding .step .content:before {
        background-position: 0 -339px; } }
  .step-wrapper.food .step .content:before {
    background-position: 0 -540px; }
    @media screen and (max-width: 767px) {
      .step-wrapper.food .step .content:before {
        background-position: 0 -371px; } }
  .step-wrapper.beverages .step .content:before {
    background-position: 0 -585px; }
    @media screen and (max-width: 767px) {
      .step-wrapper.beverages .step .content:before {
        background-position: 0 -402px; } }
  .step-wrapper.service .step .content:before {
    background-position: 0 -630px; }
    @media screen and (max-width: 767px) {
      .step-wrapper.service .step .content:before {
        background-position: 0 -433px; } }
  .step-wrapper.equipment .step .content:before {
    background-position: 0 -675px; }
    @media screen and (max-width: 767px) {
      .step-wrapper.equipment .step .content:before {
        background-position: 0 -464px; } }
  .step-wrapper.booking {
    padding: 0; }
    .step-wrapper.booking .step {
      width: 100%;
      margin: 0 0px 15px; }
      .step-wrapper.booking .step .content:before {
        background-position: 0 -720px; }
        @media screen and (max-width: 767px) {
          .step-wrapper.booking .step .content:before {
            background-position: 0 -464px; } }
  .step-wrapper .step-content {
    text-align: center; }
    .step-wrapper .step-content .choices-wrapper {
      padding: 20px 0 0;
      margin-bottom: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .step-wrapper .step-content .choices-wrapper {
          padding: 0; } }
      .step-wrapper .step-content .choices-wrapper .choice-box {
        display: inline-block;
        position: relative;
        width: 200px;
        height: 200px;
        border: 1px solid #8ea127;
        background-color: #8ea127;
        margin: 0 10px;
        color: white;
        font-size: 2rem;
        -webkit-transition: all 0.23s ease-out;
        -moz-transition: all 0.23s ease-out;
        transition: all 0.23s ease-out; }
        .step-wrapper .step-content .choices-wrapper .choice-box .deselect {
          display: none;
          width: 36px;
          height: 36px;
          background: url(../img/sprite_icons.png) 0 -765px no-repeat;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 2000; }
        .step-wrapper .step-content .choices-wrapper .choice-box .label {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
          .step-wrapper .step-content .choices-wrapper .choice-box .label span {
            font-size: 5rem;
            display: block; }
        @media screen and (min-width: 1025px) {
          .step-wrapper .step-content .choices-wrapper .choice-box:hover {
            background-color: #73812c;
            cursor: pointer; } }
        .step-wrapper .step-content .choices-wrapper .choice-box.selected {
          background-color: white;
          color: #8ea127;
          cursor: auto; }
          .step-wrapper .step-content .choices-wrapper .choice-box.selected .deselect {
            display: block;
            cursor: pointer; }
        .step-wrapper .step-content .choices-wrapper .choice-box.inactive {
          opacity: 0.3;
          cursor: auto; }
        .step-wrapper .step-content .choices-wrapper .choice-box.custom-menu span {
          width: 44px;
          height: 44px;
          background: url(../img/sprite_icons.png) -14px -83px no-repeat;
          margin: 0 auto 5px; }
        .step-wrapper .step-content .choices-wrapper .choice-box.custom-menu.selected span {
          background: url(../img/sprite_icons.png) -72px -83px no-repeat; }
        .step-wrapper .step-content .choices-wrapper .choice-box.name-your-budget .name-budget-box {
          display: none;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
          .step-wrapper .step-content .choices-wrapper .choice-box.name-your-budget .name-budget-box #name-budget-value {
            width: 130px;
            margin-bottom: 10px; }
        .step-wrapper .step-content .choices-wrapper .choice-box.name-your-budget.selected .label {
          display: none; }
        .step-wrapper .step-content .choices-wrapper .choice-box.name-your-budget.selected .name-budget-box {
          display: block; }
        @media screen and (max-width: 767px) {
          .step-wrapper .step-content .choices-wrapper .choice-box {
            width: 50%;
            height: 180px;
            margin: 0;
            float: left;
            border-color: white; }
            .step-wrapper .step-content .choices-wrapper .choice-box .label {
              width: 90%; }
            .step-wrapper .step-content .choices-wrapper .choice-box.selected {
              border-color: #8ea127; } }
      .step-wrapper .step-content .choices-wrapper .package-summary {
        display: none;
        clear: both;
        font-size: 1.4rem;
        text-align: center;
        line-height: 140%;
        padding: 20px 20px 0 0; }
        .step-wrapper .step-content .choices-wrapper .package-summary.show {
          display: block; }
        .step-wrapper .step-content .choices-wrapper .package-summary:before {
          content: '';
          display: inline-block;
          width: 9px;
          height: 18px;
          background: white;
          margin-right: 5px;
          border: 0;
          border-right: 2px solid #8ea127;
          border-bottom: 2px solid #8ea127;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: -2px;
          left: 11px; }
    .step-wrapper .step-content .accordion-header {
      border: 1px solid #dadada;
      text-align: left;
      margin-top: 20px;
      padding: 25px 50px 25px 20px;
      font-size: 2rem; }
      .step-wrapper .step-content .accordion-header:after {
        top: 23px;
        right: 25px; }
      .step-wrapper .step-content .accordion-header.open:after {
        top: 30px; }
    .step-wrapper .step-content .accordion-content {
      border: 1px solid #dadada;
      border-top: 0;
      border-bottom: 0;
      text-align: left; }
      .step-wrapper .step-content .accordion-content .option-row {
        display: table;
        width: 100%;
        height: 72px;
        padding: 10px 0;
        font-size: 1.6rem;
        border-bottom: 1px solid #dadada; }
        .step-wrapper .step-content .accordion-content .option-row .checkbox {
          display: table-cell;
          vertical-align: middle;
          width: 55px;
          padding: 0 0 0 30px; }
          .step-wrapper .step-content .accordion-content .option-row .checkbox input[type="checkbox"] {
            width: 25px;
            height: 25px; }
          .step-wrapper .step-content .accordion-content .option-row .checkbox .check-box {
            width: 25px;
            height: 25px;
            background-color: white;
            border: 1px solid #dadada; }
        .step-wrapper .step-content .accordion-content .option-row .description {
          display: table-cell;
          vertical-align: middle;
          width: calc(100% - 325px);
          padding: 0 30px 0 10px; }
        .step-wrapper .step-content .accordion-content .option-row .total {
          display: table-cell;
          vertical-align: middle;
          width: 160px;
          text-transform: uppercase;
          text-align: center;
          font-size: 1.4rem;
          letter-spacing: 1px;
          border-right: 1px solid #dadada; }
        .step-wrapper .step-content .accordion-content .option-row .perperson {
          display: table-cell;
          vertical-align: middle;
          width: 110px;
          text-transform: uppercase;
          font-size: 1.4rem;
          letter-spacing: 1px;
          text-align: center; }
        @media screen and (min-width: 1025px) {
          .step-wrapper .step-content .accordion-content .option-row:hover {
            cursor: pointer;
            background-color: #f7f7f7; } }
        .step-wrapper .step-content .accordion-content .option-row.selected {
          background-color: #f7f7f7;
          font-weight: 700; }
          .step-wrapper .step-content .accordion-content .option-row.selected .checkbox .check-box {
            width: 25px;
            height: 25px;
            background-color: #8ea127;
            border-color: #73812c; }
        @media screen and (max-width: 767px) {
          .step-wrapper .step-content .accordion-content .option-row {
            width: 100%;
            display: block;
            height: auto;
            overflow: hidden; }
            .step-wrapper .step-content .accordion-content .option-row .checkbox {
              display: block;
              width: 35px;
              float: left;
              padding: 0 0 0 10px; }
            .step-wrapper .step-content .accordion-content .option-row .description {
              display: block;
              float: left;
              width: calc(100% - 35px);
              padding: 6px 15px 10px;
              clear: right; }
            .step-wrapper .step-content .accordion-content .option-row .total {
              display: block;
              float: left;
              width: auto;
              clear: left;
              padding: 5px 10px; }
            .step-wrapper .step-content .accordion-content .option-row .perperson {
              display: block;
              float: left;
              width: auto;
              padding: 5px 10px; } }

.popupbase {
  background-color: white;
  display: none;
  text-align: center !important;
  color: #767676;
  padding: 75px 80px 65px;
  position: relative;
  border: 1px solid #dadada; }
  .popupbase .popup_close {
    width: 40px;
    height: 40px;
    background: url(../img/sprite_icons.png) 0 -850px no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px; }
    .popupbase .popup_close:hover {
      cursor: pointer; }

.but_tooltip {
  width: 25px;
  height: 25px;
  background: #8ea127;
  line-height: 25px;
  border-radius: 50%;
  color: white;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 40px; }
  .but_tooltip:hover {
    cursor: pointer; }

.tooltipbase {
  background-color: #8ea127;
  display: none;
  text-align: center !important;
  color: white;
  font-size: 1.4rem;
  padding: 15px 15px 15px;
  position: relative; }

/* 3.2 Sections
  -------------------------------------------------------------------------- */
#homepage-packages {
  display: table;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    #homepage-packages {
      height: 500px; } }
  @media screen and (max-width: 767px) {
    #homepage-packages {
      display: block;
      height: auto; } }

.package-col {
  display: table-cell;
  background-position: center center;
  background-size: cover;
  height: 350px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .package-col {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    .package-col {
      display: block;
      height: 300px;
      width: 100%; } }
  .package-col .hover-content {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    color: #5d5d5d;
    font-size: 15px;
    font-weight: normal;
    line-height: 200%;
    transition: all 0.5s ease; }
    .package-col .hover-content h3 {
      color: #363636;
      font-family: "manus", serif;
      font-size: 6rem;
      font-weight: normal;
      line-height: 100%;
      margin-top: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      transition: all 0.5s ease; }
      .package-col .hover-content h3:after {
        content: '';
        display: block;
        margin: 0 auto;
        width: 88px;
        height: 35px;
        background: url(../img/sprite_arrows.png) -6px -6px no-repeat; }
  .package-col .package-content-wrapper {
    background-color: rgba(54, 54, 54, 0.6);
    height: 350px; }
    @media screen and (max-width: 1024px) {
      .package-col .package-content-wrapper {
        height: 300px; } }
    .package-col .package-content-wrapper .package-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      transition: all 0.3s ease; }
      .package-col .package-content-wrapper .package-content .image {
        margin: 0 0 30px; }
        .package-col .package-content-wrapper .package-content .image img {
          margin: 0 auto; }
      .package-col .package-content-wrapper .package-content h3 {
        font-family: "manus", serif;
        font-size: 6rem;
        font-weight: normal;
        color: white;
        text-align: center; }

@media screen and (min-width: 1025px) {
  .package-col:hover .package-content-wrapper .package-content {
    opacity: 0; }
  .package-col:hover .hover-content {
    opacity: 1; }
    .package-col:hover .hover-content h3 {
      margin-top: 0; } }

.homepage-content {
  text-align: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 50px auto !important;
  padding: 30px 16%;
  float: none !important; }
  .homepage-content h1:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/sprite_icons.png) 0 -150px no-repeat;
    margin: 0 auto 15px; }
  .homepage-content p {
    line-height: 180%; }

section.banner {
  position: relative;
  height: 400px;
  text-align: center;
  background-color: #363636; }
  section.banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      section.banner .banner-content {
        width: 90%; } }
    section.banner .banner-content .image {
      margin: 0 0 30px; }
      section.banner .banner-content .image img {
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          section.banner .banner-content .image img {
            max-height: 100px; } }
    section.banner .banner-content .title {
      font-family: "manus", serif;
      font-size: 6rem;
      font-weight: normal;
      color: white;
      text-align: center; }
      @media screen and (max-width: 767px) {
        section.banner .banner-content .title {
          font-size: 5rem; } }
  section.banner .banner-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3; }
  section.banner ul#breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1180px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px 17px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 10; }
    section.banner ul#breadcrumbs::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 767px) {
      section.banner ul#breadcrumbs {
        padding: 0 20px 12px; } }
    section.banner ul#breadcrumbs li {
      float: left;
      padding: 0 5px 0 0;
      opacity: 0.2;
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        section.banner ul#breadcrumbs li {
          padding-bottom: 5px; } }
      section.banner ul#breadcrumbs li:before {
        content: ' / ';
        display: inline;
        width: auto;
        height: auto;
        background: transparent;
        border: 0;
        border-radius: 0;
        position: relative;
        top: auto;
        left: auto; }
      section.banner ul#breadcrumbs li.home:before {
        display: none; }
      section.banner ul#breadcrumbs li.current {
        opacity: 1; }
      section.banner ul#breadcrumbs li a {
        color: white; }

section.intro {
  background-color: #f7f7f7;
  padding: 55px 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    section.intro {
      padding: 40px 20px 20px; } }
  section.intro .text-content {
    max-width: 800px;
    margin: 0 auto; }
    section.intro .text-content b {
      color: #8ea127; }
    section.intro .text-content .guests-attend-input {
      display: inline-block;
      border: 1px solid #dadada;
      background: white;
      padding: 0 35px 0 0;
      color: #5d5d5d; }
      section.intro .text-content .guests-attend-input input {
        width: 80px;
        border: 0;
        padding: 12px 0;
        text-align: right;
        height: 48px; }
      section.intro .text-content .guests-attend-input label {
        color: #5d5d5d; }
      section.intro .text-content .guests-attend-input input[type=number]::-webkit-inner-spin-button,
      section.intro .text-content .guests-attend-input input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    section.intro .text-content select {
      border-color: #dadada;
      color: #5d5d5d; }

section.two-columns {
  max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 70px 0; }
  section.two-columns::after {
    clear: both;
    content: "";
    display: table; }
  section.two-columns .column {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 60px 15px 90px; }
    section.two-columns .column:first-child {
      border-right: 1px solid #8ea127; }
  @media screen and (max-width: 768px) and (min-width: 768px) {
    section.two-columns {
      padding: 40px 0; }
      section.two-columns .column {
        padding: 0 30px 15px; } }
  @media screen and (max-width: 767px) {
    section.two-columns {
      display: block;
      padding: 20px 0; }
      section.two-columns .column {
        display: block;
        width: 100%;
        padding: 0 20px 15px; }
        section.two-columns .column:first-child {
          border-right: 0; } }

section.menu-container {
  max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: 100%;
  padding: 60px 0 40px; }
  section.menu-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1023px) {
    section.menu-container {
      display: block;
      padding: 0; } }
  section.menu-container .site-main {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: calc(100% - 380px);
    padding: 0 20px 0 0; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      section.menu-container .site-main {
        width: calc(100% - 280px); } }
    section.menu-container .site-main .step-wrapper {
      padding: 0 0 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #9dae45; }
      section.menu-container .site-main .step-wrapper.inactive {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 0; }
    @media screen and (max-width: 1023px) {
      section.menu-container .site-main {
        width: 100%;
        display: block;
        padding: 0; }
        section.menu-container .site-main .accordion-header {
          margin-top: 5px;
          padding: 15px 50px 15px 10px; }
          section.menu-container .site-main .accordion-header:after {
            top: 13px;
            right: 20px; }
          section.menu-container .site-main .accordion-header.open:after {
            top: 20px !important; }
        section.menu-container .site-main .step-content {
          padding: 0 5px; } }
  section.menu-container #site-aside.summary-panel {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: 380px;
    border: 1px solid #dadada;
    background-color: #f7f7f7; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      section.menu-container #site-aside.summary-panel {
        width: 280px; } }
    @media screen and (max-width: 1023px) {
      section.menu-container #site-aside.summary-panel {
        width: 100%;
        display: block;
        margin: 40px 0 0 0; } }
    section.menu-container #site-aside.summary-panel .accordion-header {
      border-bottom: 1px solid #dadada;
      color: #5d5d5d;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-weight: 600;
      padding: 24px 20px; }
    section.menu-container #site-aside.summary-panel .accordion-content {
      display: block;
      border-bottom: 1px solid #dadada;
      color: #737373;
      font-size: 1.4rem;
      padding: 20px 20px 25px; }
      @media screen and (max-width: 1023px) {
        section.menu-container #site-aside.summary-panel .accordion-content {
          padding: 20px 20px 25px; } }
      section.menu-container #site-aside.summary-panel .accordion-content .title {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 20px 0;
        font-weight: 700;
        border: 0;
        margin: 0;
        font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
        font-size: 1.4rem;
        text-align: left; }
      section.menu-container #site-aside.summary-panel .accordion-content .selected-item-row {
        display: table;
        width: 100%;
        padding: 0 0 16px; }
        section.menu-container #site-aside.summary-panel .accordion-content .selected-item-row .remove {
          display: table-cell;
          width: 17px; }
          section.menu-container #site-aside.summary-panel .accordion-content .selected-item-row .remove a {
            display: block;
            width: 17px;
            height: 17px;
            text-indent: -9999px;
            background: url(../img/sprite_icons.png) 0 -815px no-repeat; }
        section.menu-container #site-aside.summary-panel .accordion-content .selected-item-row .item {
          display: table-cell;
          padding: 0 9px;
          width: calc(100% - 77px); }
        section.menu-container #site-aside.summary-panel .accordion-content .selected-item-row .price {
          display: table-cell;
          width: 60px;
          color: #9dae45;
          text-align: right;
          font-weight: 600;
          letter-spacing: 0.05em; }
    section.menu-container #site-aside.summary-panel .total-container {
      border-bottom: 1px solid #dadada;
      overflow: hidden;
      padding: 18px 20px; }
      section.menu-container #site-aside.summary-panel .total-container .label {
        width: 130px;
        float: left;
        color: #5d5d5d;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 600; }
      section.menu-container #site-aside.summary-panel .total-container .total-value {
        width: calc(100% - 130px);
        float: left;
        font-size: 3rem;
        text-align: right; }
    section.menu-container #site-aside.summary-panel .button-container {
      padding: 30px 0;
      text-align: center; }
      @media screen and (max-width: 1023px) {
        section.menu-container #site-aside.summary-panel .button-container {
          padding: 20px 0; } }

.summary-box {
  border: 1px solid #dadada;
  background-color: #f7f7f7;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .summary-box {
      margin-top: 10px; } }
  .summary-box h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #5d5d5d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 30px 28px; }
    @media screen and (max-width: 767px) {
      .summary-box h3 {
        padding: 18px 15px 16px; } }
  .summary-box .summary-box-content {
    padding: 20px 28px;
    border-top: 1px solid #dadada;
    overflow: hidden; }
    .summary-box .summary-box-content .title {
      font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 20px 0;
      font-size: 1.4rem;
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      .summary-box .summary-box-content {
        padding: 20px 15px !important; } }
  .summary-box.menu-selections {
    font-size: 1.4rem; }
    .summary-box.menu-selections .selected-item-row {
      display: table;
      width: 100%;
      padding: 0 0 16px; }
      .summary-box.menu-selections .selected-item-row .remove {
        display: table-cell;
        width: 17px;
        vertical-align: middle; }
        .summary-box.menu-selections .selected-item-row .remove a {
          display: block;
          width: 17px;
          height: 17px;
          text-indent: -9999px;
          background: url(../img/sprite_icons.png) 0 -815px no-repeat; }
      .summary-box.menu-selections .selected-item-row .item {
        display: table-cell;
        padding: 1px 9px 0;
        width: calc(100% - 147px);
        vertical-align: middle; }
      .summary-box.menu-selections .selected-item-row .price {
        display: table-cell;
        width: 130px;
        color: #9dae45;
        text-align: right;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .summary-box.menu-selections .selected-item-row .price {
            width: 110px; } }
  .summary-box .totals-box {
    width: 340px;
    float: right; }
    @media screen and (max-width: 767px) {
      .summary-box .totals-box {
        width: 100%; } }
    .summary-box .totals-box .total-price,
    .summary-box .totals-box .total-perhead {
      overflow: hidden; }
      .summary-box .totals-box .total-price .label,
      .summary-box .totals-box .total-perhead .label {
        float: left;
        width: 170px;
        font-size: 1.5rem;
        color: #c6c6c6;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .summary-box .totals-box .total-price .label,
          .summary-box .totals-box .total-perhead .label {
            width: auto; } }
      .summary-box .totals-box .total-price .value,
      .summary-box .totals-box .total-perhead .value {
        float: left;
        width: 170px;
        font-size: 3.0rem;
        color: #363636;
        text-align: right; }
        @media screen and (max-width: 767px) {
          .summary-box .totals-box .total-price .value,
          .summary-box .totals-box .total-perhead .value {
            width: auto;
            float: right;
            font-size: 2.6rem; } }
    .summary-box .totals-box .total-price {
      padding: 0 0 15px;
      border-bottom: 1px solid #dadada; }
      @media screen and (max-width: 767px) {
        .summary-box .totals-box .total-price {
          padding-top: 6px; } }
    .summary-box .totals-box .total-perhead {
      padding: 15px 0 0; }
  .summary-box.payment-information .summary-box-content {
    padding: 20px 28px 0; }

/* 3.4 Navigation
  -------------------------------------------------------------------------- */
#menu-button {
  display: none;
  width: 50px;
  height: 50px;
  background: url(../img/menu_button.png) center center no-repeat; }
  @media screen and (max-width: 1024px) {
    #menu-button {
      display: block; } }

#nav {
  width: 100%;
  background-color: #f7f7f7;
  height: 50px; }
  @media screen and (max-width: 1024px) {
    #nav {
      height: auto; } }
  #nav ul.nav-header {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
    text-align: center; }
    #nav ul.nav-header > li {
      display: inline-block;
      position: relative;
      height: 50px;
      padding: 0; }
      #nav ul.nav-header > li:before {
        display: none; }
      #nav ul.nav-header > li > a {
        color: #5d5d5d;
        font-size: 1.5rem;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 18px 50px; }
      #nav ul.nav-header > li > ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #ededed;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 200; }
        @media screen and (max-width: 1024px) {
          #nav ul.nav-header > li > ul {
            display: block;
            position: static;
            background-color: transparent; }
            #nav ul.nav-header > li > ul li {
              font-size: 12px;
              list-style: none;
              padding-left: 0px; }
              #nav ul.nav-header > li > ul li:before {
                display: none; } }
      #nav ul.nav-header > li.has-children > a:after {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border: 1px solid #73812c;
        border-radius: 50%;
        background-color: #73812c;
        margin: 0 0 2px 8px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out; }
      @media screen and (min-width: 1025px) {
        #nav ul.nav-header > li.current-menu-item > a {
          color: #8ea127; }
          #nav ul.nav-header > li.current-menu-item > a:after {
            background-color: white; }
        #nav ul.nav-header > li:hover > a {
          color: #8ea127; }
          #nav ul.nav-header > li:hover > a:after {
            background-color: white; }
        #nav ul.nav-header > li:hover > ul {
          display: block;
          width: 210px; }
          #nav ul.nav-header > li:hover > ul li {
            padding: 0;
            width: 100%;
            text-align: left;
            border-top: 1px solid #5d5d5d; }
            #nav ul.nav-header > li:hover > ul li:before {
              display: none; }
            #nav ul.nav-header > li:hover > ul li a {
              color: #5d5d5d;
              font-size: 1.5rem;
              font-weight: 600;
              text-decoration: none;
              text-transform: uppercase;
              display: block;
              padding: 18px 20px; }
              #nav ul.nav-header > li:hover > ul li a:hover {
                color: #8ea127; } }
    @media screen and (max-width: 1024px) {
      #nav ul.nav-header {
        height: auto;
        display: none; }
        #nav ul.nav-header > li {
          width: 100%; }
          #nav ul.nav-header > li > a {
            padding: 15px 18px 12px; }
          #nav ul.nav-header > li.has-children > a:after {
            display: none; }
          #nav ul.nav-header > li.has-children .sub-menu {
            position: relative;
            top: auto;
            padding: 15px 10px;
            background: white; }
            #nav ul.nav-header > li.has-children .sub-menu a {
              font-size: 1.5rem;
              font-weight: 600;
              text-decoration: none;
              text-transform: uppercase;
              padding: 10px 0;
              display: block; } }

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  a img {
    border: none; }

#iframeMenuBuilder {
  width: 100%;
  border: none; }

/* 4.0 State
  ========================================================================== */
/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* 4.2 Plugins
  -------------------------------------------------------------------------- */
.galleryImage {
  display: block;
  width: 200px;
  height: 200px;
  margin: 10px;
  background-size: cover;
  background-position: center;
  float: left; }

.clear {
  clear: both; }

.testimonialContainer {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 15px; }
  .testimonialContainer .name {
    font-weight: bold;
    margin-bottom: 6px;
    float: left; }
  .testimonialContainer .company {
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
    margin-top: 3px; }
  .testimonialContainer .testimonial {
    clear: both;
    line-height: 1.4; }

.social_media_icons {
  float: right; }
  .social_media_icons a {
    font-size: 23px;
    margin: 3px;
    transition: color 0.2s ease; }
    .social_media_icons a:hover {
      color: #ccc !important; }

.allowed_cards {
  float: left; }
  .allowed_cards i {
    color: #999;
    font-size: 35px; }

.cater4_logo {
  float: right; }

.horz-blocks {
  max-width: 1520px;
  margin: 20px auto;
  display: flex; }
  .horz-blocks .block {
    margin: 10px;
    flex-grow: 1;
    padding: 20px; }
    .horz-blocks .block .block-inner {
      max-width: 250px;
      margin: 0 auto;
      text-align: center; }
      .horz-blocks .block .block-inner .image {
        background-color: #ccc;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 200px; }

.menu-builder-btn {
  width: 600px;
  font-size: 30px;
  padding: 40px 20px;
  height: auto;
  max-width: calc(100% - 50px);
  text-align: center;
  display: block;
  margin: 30px auto; }
  .menu-builder-btn:after {
    display: none; }

.content-with-image .image {
  width: calc(25% - 15px); }
  .content-with-image .image img {
    width: 100%; }

.content-with-image .content {
  width: calc(75% - 15px); }

.content-with-image.left .image {
  float: left; }

.content-with-image.left .content {
  float: right; }

.content-with-image.right .image {
  float: right; }

.content-with-image.right .content {
  float: left; }
