/* universal rules */
* {
  position: relative; }

a {
  color: inherit;
  text-decoration: inherit; }

img {
  border: 0; }

body {
  margin: 0;
  font-size: 16px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* colors */
/* fonts */
/* sass mixins */
.f {
  display: none !important; }

img {
  max-width: 100%; }

body {
  margin: 0;
  font-size: 1.1em;
  text-align: center; }

.button {
  background-color: #ee3324;
  border: 5px solid #ee3324;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  font-family: "Chivo", helvetica, serif;
  font-size: 1.5em;
  padding: 5px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }
  .button:hover {
    background-color: white;
    color: #ee3324; }

h1, h2, h3, h4, h5, h6 {
  color: #ee3324;
  font-family: "Chivo", helvetica, serif;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  text-align: center;
  font-size: 2em; }

#header-stripe {
  background: url(../img/slideshow-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 260px;
  position: absolute;
  left: 0;
  top: 0; }

header {
  z-index: 1; }
  header .header-phone {
    text-align: center; }
  header .header-wrapper {
    margin: 0 auto;
    text-align: center; }
    header .header-wrapper #logo img {
      width: 100%;
      max-width: 340px; }
    header .header-wrapper nav {
      display: inline-block; }
    header .header-wrapper .menubutton {
      color: white;
      left: 15px;
      margin: -5px 0;
      position: absolute;
      top: -85px;
      z-index: 5 !important; }
    header .header-wrapper .cbp-spmenu-push {
      text-align: left; }
      header .header-wrapper .cbp-spmenu-push > nav {
        z-index: 11; }
    header .header-wrapper .cbp-spmenu-left.cbp-spmenu-open {
      background-color: #030202; }
      header .header-wrapper .cbp-spmenu-left.cbp-spmenu-open a {
        border-bottom: 3px solid white;
        color: white;
        display: block;
        font-family: "Chivo", helvetica, serif;
        font-size: 1.5em;
        padding-left: 10px;
        text-transform: none; }

.home-page .slider-wrapper {
  z-index: 0;
  background-color: transparent;
  padding: 0; }
  .home-page .slider-wrapper .nivo-directionNav {
    display: none; }
  .home-page .slider-wrapper .nivo-controlNav {
    background: transparent;
    bottom: 0;
    display: block;
    height: 35px;
    left: 50%;
    margin-left: -20px;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 10; }
    .home-page .slider-wrapper .nivo-controlNav a {
      background: url(../img/bullets.png) no-repeat 0 2px;
      border: 0;
      cursor: pointer;
      display: inline-block;
      height: 20px;
      margin: 0 -2px;
      text-indent: -9999px;
      width: 20px; }
      .home-page .slider-wrapper .nivo-controlNav a.active {
        background-position: 0 100%; }
.home-page .highlight-links a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .home-page .highlight-links a p {
    margin: 5px auto;
    max-width: 250px; }
  .home-page .highlight-links a h3 {
    color: black;
    font-size: 1.5em;
    text-transform: none; }
  .home-page .highlight-links a i {
    color: #ee3324;
    padding-bottom: 30px;
    font-size: 6em; }
  .home-page .highlight-links a:first-child i {
    padding-bottom: 0; }
.home-page .featured-1 section {
  padding: 0; }
  .home-page .featured-1 section div {
    box-sizing: border-box;
    margin: 0 auto;
    width: 90%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0; }
  .home-page .featured-1 section .cater-block {
    margin-top: 0;
    text-align: left; }
    .home-page .featured-1 section .cater-block h1 {
      color: #ee3324; }
    .home-page .featured-1 section .cater-block p {
      line-height: 2em;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .home-page .featured-1 section .cater-block img {
      display: none;
      position: absolute;
      top: 175px;
      left: 260px;
      width: 230px;
      z-index: 2; }
    .home-page .featured-1 section .cater-block a {
      margin: 0 auto;
      display: block;
      width: 90%; }
  .home-page .featured-1 section .signup-block {
    background: url(../img/signup-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0; }
    .home-page .featured-1 section .signup-block input[type="submit"] {
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      width: 90%; }
    .home-page .featured-1 section .signup-block input[type="text"] {
      background-color: rgba(255, 255, 255, 0.6);
      border: none;
      border-radius: 4px;
      display: block;
      height: 65px;
      margin: 15px auto;
      width: 90%; }
    .home-page .featured-1 section .signup-block ::-webkit-input-placeholder {
      color: white;
      text-indent: 20px; }
.home-page .fun-fact-section {
  background: url(../img/socialmedia-bg.jpg);
  background-size: cover;
  padding: 20px 0; }
  .home-page .fun-fact-section div {
    padding: 15px 5px;
    display: block;
    text-align: center;
    width: 100%; }
    .home-page .fun-fact-section div p {
      font-size: 1.2em;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      color: white;
      line-height: 1.5em; }
    .home-page .fun-fact-section div h2 {
      color: #f99c1c;
      font-size: 2em; }
  .home-page .fun-fact-section .fb-page {
    background: white;
    border-radius: 6px;
    width: 90%;
    margin: 0 auto;
    max-width: 340px !important; }
    .home-page .fun-fact-section .fb-page span {
      width: 100% !important;
      background: white;
      border-radius: 6px !important;
      height: 275px !important;
      max-width: 340px !important; }
      .home-page .fun-fact-section .fb-page span iframe {
        border-radius: 6px !important;
        width: 100% !important;
        height: 275px !important;
        max-width: 340px !important; }
.home-page .testimonial-section {
  background: url(../img/reviews-bg.jpg) no-repeat center center;
  margin-top: -4px;
  /*image has 4px on top - image above has 4px on bottom */
  background-size: cover; }
  .home-page .testimonial-section section {
    padding: 0; }
    .home-page .testimonial-section section .test-outer {
      width: 90%;
      margin: 0 auto;
      padding: 100px 0;
      display: block; }
      .home-page .testimonial-section section .test-outer .testimonial blockquote {
        font-size: 1.6em;
        color: white;
        text-transform: none;
        font-style: italic;
        width: 100%;
        font-family: "chivo", helvetica, serif;
        margin: 0; }
      .home-page .testimonial-section section .test-outer .testimonial p {
        color: #ffffff;
        font-family: helvetica, Times, serif; }

footer {
  text-transform: none;
  background-color: #030202; }
  footer h2 {
    color: #f99c1c;
    font-size: 1.5em; }
  footer h5 {
    color: white;
    font-size: 1.1em; }
  footer .footer-wrapper {
    color: #f1f1f1;
    margin: 0 auto; }
    footer .footer-wrapper section {
      display: block;
      font-size: 1.25em;
      padding: 25px;
      text-align: center;
      vertical-align: top;
      width: 100%; }
      footer .footer-wrapper section#contact-section p {
        margin: 0 0 15px 0; }
      footer .footer-wrapper section#contact-section a {
        display: block;
        margin: 10px auto 0 auto;
        width: 55%;
        font-size: 1em; }
      footer .footer-wrapper section#social-section img {
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        footer .footer-wrapper section#social-section img:hover {
          margin-bottom: -5px; }
      footer .footer-wrapper section#quick-links-section nav a {
        display: block;
        text-align: left;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        footer .footer-wrapper section#quick-links-section nav a:hover {
          margin-left: 5px; }
  footer #very-bottom {
    background: #222;
    color: white;
    padding: 2px;
    text-align: center; }
    footer #very-bottom span.powered-by {
      display: block;
      margin: 0 !important; }
    footer #very-bottom img {
      vertical-align: middle; }

.side-box {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 25px;
  width: 90%; }

.about {
  background-color: #5af; }

.contact-page p {
  font-size: 1.1em; }
.contact-page h5 {
  font-size: 1.6em; }
.contact-page .sweet {
  display: block; }
.contact-page .sour {
  display: none; }
.contact-page .side-box {
  width: 100%;
  margin-top: 25px;
  padding: 25px 0; }
  .contact-page .side-box iframe {
    height: 200px;
    margin: 10px auto 10px auto;
    width: 90%; }
  .contact-page .side-box > div:first-child {
    text-align: center; }
    .contact-page .side-box > div:first-child h2 {
      color: white;
      padding: 10px; }
  .contact-page .side-box .form-container {
    width: 100%;
    background: url(../img/form-bg.jpg) no-repeat;
    padding: 40px 0;
    background-size: cover; }
    .contact-page .side-box .form-container h2, .contact-page .side-box .form-container hr {
      display: none; }
    .contact-page .side-box .form-container > p {
      font-family: "chivo", helvetica, serif;
      color: white;
      font-size: 1.2em;
      font-style: italic; }
    .contact-page .side-box .form-container #form-content ~ p {
      font-size: 3em;
      text-align: center;
      font-family: "chivo", helvetica, serif;
      font-style: italic;
      color: #f99c1c; }
    .contact-page .side-box .form-container #form-content form {
      width: 100%;
      margin: 0 auto; }
      .contact-page .side-box .form-container #form-content form label {
        color: #ffffff;
        font-family: "Chivo", helvetica, serif;
        font-style: italic;
        line-height: 1.5em;
        font-size: 1.7em; }
      .contact-page .side-box .form-container #form-content form label[for="default2"] ~ .col-md-8 {
        text-align: left;
        width: 90%;
        max-width: 335px;
        margin: 0 auto; }
      .contact-page .side-box .form-container #form-content form label[for="default4"] {
        margin-top: 40px;
        display: block; }
      .contact-page .side-box .form-container #form-content form .checkbox {
        line-height: 2em;
        display: inline-block;
        margin: 0 10px; }
        .contact-page .side-box .form-container #form-content form .checkbox label {
          font-size: 1.3em; }
      .contact-page .side-box .form-container #form-content form .error {
        color: #f99c1c;
        font-size: 1em;
        width: 85%;
        margin: 0 auto; }
      .contact-page .side-box .form-container #form-content form div .col-md-8 input[type="submit"] {
        background-color: #B83839;
        border: 5px solid #B83839;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: white;
        font-family: "Chivo", helvetica, serif;
        font-size: 2.5em;
        font-weight: 900;
        padding: 5px 30px;
        line-height: 1em;
        text-align: center;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        .contact-page .side-box .form-container #form-content form div .col-md-8 input[type="submit"]:hover {
          background-color: white;
          color: #B83839; }
      .contact-page .side-box .form-container #form-content form div .fb-form-object input {
        margin: 0 auto; }
      .contact-page .side-box .form-container #form-content form div .fb-form-object input[type="checkbox"] {
        width: 20px;
        height: 15px; }
      .contact-page .side-box .form-container #form-content form div .fb-form-object textarea {
        margin: 0 auto;
        width: 100%;
        max-width: 300px; }
      .contact-page .side-box .form-container #form-content form div .fb-form-object #default3 {
        border: none;
        border-radius: 6px;
        display: block;
        height: 60px; }
      .contact-page .side-box .form-container #form-content form div .fb-form-object #default4 {
        border: none;
        border-radius: 6px; }
      .contact-page .side-box .form-container #form-content form div .fb-form-object input[type="text"] {
        border: none;
        border-radius: 6px;
        display: block;
        width: 100%;
        max-width: 350px;
        line-height: 2em; }

#giftcards {
  background-color: #5af; }
  #giftcards .side-box h1 {
    margin-bottom: 10px; }
  #giftcards .side-box form legend {
    color: black;
    font-family: "Chivo", helvetica, serif;
    font-size: 1.4em; }
  #giftcards .side-box form .button {
    display: block;
    margin: 5px auto; }
  #giftcards .side-box form label {
    display: block;
    font-family: "Chivo", helvetica, serif; }
  #giftcards .side-box form textarea {
    height: 5em; }
  #giftcards .side-box form input.card-expiry-month, #giftcards .side-box form input.card-expiry-year {
    display: inline; }
  #giftcards .side-box form input.card-expiry-month {
    width: 2em; }
  #giftcards .side-box form input.card-expiry-year {
    width: 4em; }
  #giftcards .side-box form input[type="text"], #giftcards .side-box form textarea {
    border: 1px solid grey;
    border-radius: 5px;
    display: block;
    font-size: 1.2em;
    width: 100%; }
  #giftcards .side-box form fieldset {
    border: 2px solid gray; }
    #giftcards .side-box form fieldset #ddlShipping {
      width: 100%; }

.menu-wrapper {
  background: url(../img/menu-bg.jpg) no-repeat;
  background-size: 4500px; }
  .menu-wrapper div.mobile {
    padding: 0;
    width: 100%; }
    .menu-wrapper div.mobile .side-box {
      padding: 10px 0; }
      .menu-wrapper div.mobile .side-box h1 {
        color: #ee3324;
        margin: 15px;
        font-size: 2em;
        text-align: center; }
      .menu-wrapper div.mobile .side-box p {
        font-weight: bold; }
      .menu-wrapper div.mobile .side-box .button {
        display: none; }
      .menu-wrapper div.mobile .side-box .banner {
        display: block;
        margin: 0 auto;
        width: auto; }
      .menu-wrapper div.mobile .side-box nav {
        background-color: black;
        margin: 0 0 13px 0;
        padding: 25px;
        text-align: center; }
        .menu-wrapper div.mobile .side-box nav a {
          color: white;
          display: inline-block;
          font-family: "Chivo", helvetica, serif;
          font-size: 1.4em;
          margin: 0 -3px;
          padding: 11px 30px;
          border-right: 3px solid white;
          border-left: 3px solid white; }
          .menu-wrapper div.mobile .side-box nav a.current {
            background-color: black;
            color: #f99c1c; }
      .menu-wrapper div.mobile .side-box .section {
        margin: 0 auto;
        padding: 0 5px;
        width: 100%; }
        .menu-wrapper div.mobile .side-box .section h1 {
          display: none; }
        .menu-wrapper div.mobile .side-box .section .subsection {
          margin-bottom: 4px !important;
          padding: 15px 0 !important; }
          .menu-wrapper div.mobile .side-box .section .subsection:after {
            display: none; }
          .menu-wrapper div.mobile .side-box .section .subsection img {
            border: 0;
            border-radius: 0;
            height: auto;
            left: 0;
            outline: 2px solid gray;
            top: 0px;
            transition: 0s;
            width: 120px;
            display: inline-block;
            vertical-align: top;
            margin: -30px 0 0 0; }
          .menu-wrapper div.mobile .side-box .section .subsection p {
            display: none; }
          .menu-wrapper div.mobile .side-box .section .subsection h2 {
            color: #ee3324;
            margin: 0 !important;
            margin-left: 29px;
            font-size: 1.5em;
            letter-spacing: 2px;
            text-align: center;
            font-family: "Chivo", helvetica, serif; }
            .menu-wrapper div.mobile .side-box .section .subsection h2:after {
              display: none; }
          .menu-wrapper div.mobile .side-box .section .subsection .subsection-content {
            display: block !important;
            width: auto !important; }
          .menu-wrapper div.mobile .side-box .section .subsection ul.subsection-item-list {
            padding: 0px 15px;
            text-align: left; }
          .menu-wrapper div.mobile .side-box .section .subsection.open img {
            display: inline-block;
            height: auto;
            margin: -30px 40px 0 0 !important;
            text-align: left;
            transition: 0s;
            vertical-align: top;
            width: 120px; }
          .menu-wrapper div.mobile .side-box .section .subsection.open h2 {
            color: white;
            background: #ee3324; }

.specials {
  background-color: white; }
  .specials .side-box .promos-images {
    text-align: center; }
  .specials .side-box #website-events {
    text-align: center; }
    .specials .side-box #website-events .calendar {
      margin-top: 25px; }
      .specials .side-box #website-events .calendar iframe {
        width: 100%;
        height: 500px;
        background: none; }
  .specials .side-box .signup-form {
    margin-bottom: 10px; }
    .specials .side-box .signup-form #module-container {
      padding: 0; }
      .specials .side-box .signup-form #module-container input[type="text"], .specials .side-box .signup-form #module-container textarea {
        border: 1px solid grey;
        border-radius: 3px;
        font-size: 1.2em; }
      .specials .side-box .signup-form #module-container label {
        font-family: "Chivo", helvetica, serif; }
      .specials .side-box .signup-form #module-container #form-submit-section {
        text-align: center; }
      .specials .side-box .signup-form #module-container a {
        color: #ee3324; }
      .specials .side-box .signup-form #module-container #form-location-section, .specials .side-box .signup-form #module-container #company-input, .specials .side-box .signup-form #module-container #form-comment-section, .specials .side-box .signup-form #module-container #form-group-section {
        display: none; }
  .specials .side-box .promos-menu .section h1 {
    text-align: center; }
  .specials .side-box .promos-menu .section h2 {
    color: black;
    font-family: "Chivo", helvetica, serif;
    font-size: 1.8em;
    text-align: center; }
  .specials .side-box .promos-menu .section h4 {
    color: black;
    font-family: "Chivo", helvetica, serif;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 0;
    text-align: left !important; }
  .specials .side-box .promos-menu .section > div:nth-child(2) p {
    color: black;
    font-family: "Chivo", helvetica, serif;
    text-align: center; }
    .specials .side-box .promos-menu .section > div:nth-child(2) p:after {
      content: "Click a section to expand the daily specials";
      display: block;
      margin-top: 20px; }
  .specials .side-box .promos-menu .section .subsection {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    margin: 10px 0;
    padding: 15px 0; }
    .specials .side-box .promos-menu .section .subsection img {
      display: none; }
    .specials .side-box .promos-menu .section .subsection .subsection-content {
      clear: both;
      display: none;
      margin: 10px 0; }
      .specials .side-box .promos-menu .section .subsection .subsection-content div p {
        font-family: "helvetica", Times, serif;
        font-size: 1.2em;
        text-align: center; }
      .specials .side-box .promos-menu .section .subsection .subsection-content ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .specials .side-box .promos-menu .section .subsection .subsection-content ul li {
          display: block;
          list-style-type: none;
          margin-top: .5em; }
          .specials .side-box .promos-menu .section .subsection .subsection-content ul li span {
            display: block;
            font-size: 1.2em;
            font-weight: normal;
            text-align: center; }
          .specials .side-box .promos-menu .section .subsection .subsection-content ul li .name {
            font-family: "Chivo", helvetica, serif;
            font-size: 1em;
            font-weight: bold;
            margin-top: 20px; }
          .specials .side-box .promos-menu .section .subsection .subsection-content ul li .description {
            font-family: "helvetica", Times, serif;
            font-size: .84em !important;
            font-style: italic; }
      .specials .side-box .promos-menu .section .subsection .subsection-content.open {
        clear: both;
        display: block; }
    .specials .side-box .promos-menu .section .subsection:hover {
      -moz-transition: .5s;
      border-bottom: 3px solid #5af;
      border-top: 3px solid #5af;
      cursor: pointer; }

.fund-wrapper {
  background: #fff;
  text-align: center; }
  .fund-wrapper p {
    line-height: 1.5em; }
  .fund-wrapper ul {
    list-style-image: url(../img/arrow.png); }
    .fund-wrapper ul li {
      line-height: 1.5em; }
  .fund-wrapper h1 {
    color: #ee3324;
    text-align: center; }
  .fund-wrapper .side-box {
    width: 100%;
    max-width: 1000px; }
    .fund-wrapper .side-box div img {
      width: 100%; }
    .fund-wrapper .side-box div a {
      font-size: 1.2em;
      font-weight: 900;
      font-style: italic;
      text-transform: none;
      margin: 15px auto;
      width: 100%;
      display: block;
      max-width: 350px; }
    .fund-wrapper .side-box .fund-right {
      text-align: left; }
      .fund-wrapper .side-box .fund-right p {
        text-align: center; }

.events-wrapper {
  background: url(../img/menu-bg.jpg);
  background-size: cover; }
  .events-wrapper .side-box {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .events-wrapper .side-box h1 {
      color: #ee3324;
      font-size: 2em;
      padding: 25px; }
    .events-wrapper .side-box .happenings {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .events-wrapper .side-box .happenings .full-width {
        border-top: 2px solid #f1f1f1;
        display: block; }
        .events-wrapper .side-box .happenings .full-width .inner-tablerow {
          width: 100%;
          max-width: 900px;
          margin: 0 auto; }
          .events-wrapper .side-box .happenings .full-width .inner-tablerow p {
            display: block;
            color: #f1f1f1;
            vertical-align: middle;
            height: auto !important;
            line-height: 1em;
            font-weight: bold;
            text-align: center; }
            .events-wrapper .side-box .happenings .full-width .inner-tablerow p:first-child {
              color: #f99c1c; }
            .events-wrapper .side-box .happenings .full-width .inner-tablerow p:nth-child(2) {
              color: #ee3324; }
        .events-wrapper .side-box .happenings .full-width:last-child {
          border-bottom: 2px solid #f1f1f1; }

.banq-wrapper .banq-header {
  padding: 50px 0; }
.banq-wrapper .banq-middle {
  background: url(../img/lava-bg.jpg);
  background-size: cover;
  margin-bottom: 20px; }
  .banq-wrapper .banq-middle section {
    height: 600px; }
    .banq-wrapper .banq-middle section div {
      display: block;
      width: 100%;
      vertical-align: top; }
    .banq-wrapper .banq-middle section .banq-right {
      margin-top: 40px; }
      .banq-wrapper .banq-middle section .banq-right p {
        line-height: 1em;
        color: white;
        font-family: helvetica, Times, serif !important; }
.banq-wrapper h1 {
  color: #ee3324;
  text-align: center; }
.banq-wrapper h5 {
  text-transform: none;
  font-size: 1.4em;
  color: white; }
.banq-wrapper img {
  position: relative;
  top: 20px;
  width: 90%; }
.banq-wrapper .justified-gallery {
  margin-bottom: 30px; }

/*# sourceMappingURL=mobile.css.map */
