/* 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 */
img[src*="_hover"], a:hover img[src*=_hover] + img, .m {
  display: none; }

a:hover img[src*="_hover"] {
  display: inline; }

.m {
  display: none !important; }

body {
  min-width: 1000px; }

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

h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: "Chivo", helvetica, serif;
  font-style: italic;
  margin: 0;
  text-transform: uppercase; }

.container {
  width: 100%; }

section {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-width: 1000px; }

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

.inner-nav {
  border-bottom: 2px solid #f99c1c;
  width: 100%; }

header {
  z-index: 1; }
  header .header-phone {
    position: absolute;
    right: 50px; }
    header .header-phone img {
      max-width: 270px;
      width: 100%; }
  header .header-wrapper {
    margin: 0 auto;
    text-align: center; }
    header .header-wrapper #logo {
      display: block; }
      header .header-wrapper #logo a {
        width: 100%;
        max-width: 350px;
        margin: 0 auto; }
        header .header-wrapper #logo a img {
          width: 100%;
          max-width: 300px; }
    header .header-wrapper nav {
      background-color: #030202;
      display: inline-block;
      height: 45px;
      width: 100%;
      border-bottom: 4px solid #f99c1c; }
      header .header-wrapper nav a {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-family: "Chivo", helvetica, serif;
        font-size: 1em;
        margin: 0 10px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        header .header-wrapper nav a:hover, header .header-wrapper nav a.current {
          color: #f99c1c; }
    header .header-wrapper .home-nav {
      max-width: 1000px;
      width: 100%;
      border-radius: 2em 2em 0 0;
      border: none; }

.home-page > div .slider-wrapper {
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }
  .home-page > div .slider-wrapper .nivo-directionNav {
    display: none; }
  .home-page > div .slider-wrapper .nivo-controlNav {
    background: transparent;
    bottom: 0px;
    display: block;
    height: 35px;
    left: 50%;
    margin-left: -20px;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 10; }
    .home-page > div .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 > div .slider-wrapper .nivo-controlNav a.active {
        background-position: 0 100%; }
.home-page > div section {
  padding: 60px 0; }
.home-page > div .highlight-links {
  padding-top: 0;
  padding-bottom: 40px; }
  .home-page > div .highlight-links a {
    text-align: center;
    display: inline-block;
    margin: 0 3%;
    width: 100%;
    max-width: 250px;
    vertical-align: top; }
    .home-page > div .highlight-links a p {
      margin: 5px; }
    .home-page > div .highlight-links a h3 {
      color: black;
      font-size: 1.5em;
      text-transform: none; }
    .home-page > div .highlight-links a i {
      color: #ee3324;
      padding-bottom: 30px;
      font-size: 7em; }
    .home-page > div .highlight-links a:first-child i {
      padding-bottom: 0; }
.home-page > div .featured-1 {
  background: url(../img/signup-bg.jpg) no-repeat no-repeat left center;
  background-size: 50% 100%; }
  .home-page > div .featured-1 section {
    padding: 0; }
    .home-page > div .featured-1 section div {
      margin: 60px auto;
      width: 48%;
      display: inline-block;
      vertical-align: top; }
    .home-page > div .featured-1 section .cater-block {
      margin-top: 0px;
      text-align: left;
      padding-left: 25px; }
      .home-page > div .featured-1 section .cater-block h1 {
        color: #ee3324; }
      .home-page > div .featured-1 section .cater-block p {
        line-height: 2em;
        width: 395px; }
      .home-page > div .featured-1 section .cater-block img {
        position: absolute;
        top: 180px;
        left: 240px;
        width: 257px;
        z-index: 2; }
    .home-page > div .featured-1 section .signup-block {
      margin: 60px auto;
      width: 48%;
      display: inline-block;
      vertical-align: top; }
      .home-page > div .featured-1 section .signup-block input[type="submit"] {
        text-transform: uppercase; }
      .home-page > div .featured-1 section .signup-block input[type="text"] {
        background-color: rgba(255, 255, 255, 0.6);
        border: none;
        border-radius: 4px;
        display: block;
        height: 50px;
        margin: 15px auto;
        width: 400px; }
      .home-page > div .featured-1 section .signup-block ::-webkit-input-placeholder {
        color: white;
        text-indent: 20px; }
.home-page > div .fun-fact-section {
  background: url(../img/socialmedia-bg.jpg) no-repeat;
  background-size: 100% 100%; }
  .home-page > div .fun-fact-section section {
    padding: 25px 0; }
    .home-page > div .fun-fact-section section div {
      display: inline-block;
      text-align: left;
      width: 42%;
      vertical-align: top; }
      .home-page > div .fun-fact-section section div .fact-content {
        width: 100%; }
      .home-page > div .fun-fact-section section div p {
        width: 100%;
        max-width: 300px;
        color: white;
        line-height: 1.5em; }
      .home-page > div .fun-fact-section section div h2 {
        color: white;
        font-size: 2em; }
    .home-page > div .fun-fact-section section .fact-outer {
      padding-top: 20px; }
    .home-page > div .fun-fact-section section .fb-page {
      background: white;
      border-radius: 6px; }
      .home-page > div .fun-fact-section section .fb-page span {
        width: 100% !important;
        background: white;
        border-radius: 6px !important;
        height: 275px !important; }
        .home-page > div .fun-fact-section section .fb-page span iframe {
          border-radius: 6px !important;
          width: 100% !important;
          height: 275px !important; }
.home-page > div .testimonial-section {
  background: url(../img/reviews-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -4px;
  /*image has 4px on top - image above has 4px on bottom */ }
  .home-page > div .testimonial-section section {
    padding: 0px;
    height: 455px; }
    .home-page > div .testimonial-section section .test-outer {
      width: 100%;
      max-width: 1024px;
      height: 455px;
      display: block;
      margin: 0px auto;
      padding: 60px; }
      .home-page > div .testimonial-section section .test-outer .testimonial {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .home-page > div .testimonial-section section .test-outer .testimonial blockquote {
          text-transform: none;
          font-size: 2em;
          color: white;
          font-style: italic;
          font-family: "chivo", helvetica, serif; }
        .home-page > div .testimonial-section section .test-outer .testimonial p {
          color: #ffffff;
          font-family: helvetica, Times, serif; }

footer {
  text-transform: none;
  background-color: #030202; }
  footer .footer-wrapper {
    color: #f1f1f1;
    margin: 0 auto;
    width: 1000px; }
    footer .footer-wrapper h5 {
      text-transform: none;
      font-size: 1em; }
    footer .footer-wrapper h2 {
      text-transform: none;
      color: #f99c1c; }
    footer .footer-wrapper section {
      display: inline-block;
      padding: 15px;
      text-align: left;
      vertical-align: top;
      width: 33%; }
      footer .footer-wrapper section#contact-section h2 {
        margin-bottom: 10px; }
      footer .footer-wrapper section#contact-section p {
        line-height: 1.5em;
        margin: 0; }
      footer .footer-wrapper section#social-section {
        width: 28%; }
        footer .footer-wrapper section#social-section a {
          position: relative;
          line-height: 1.8em;
          display: inline-block;
          text-align: left;
          transition: .3s;
          -webkit-transition: .3s;
          -moz-transition: .3s; }
      footer .footer-wrapper section#quick-links-section nav {
        width: 125px; }
        footer .footer-wrapper section#quick-links-section nav a {
          line-height: 1.8em;
          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 img {
      vertical-align: middle; }

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

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

.careers {
  background: url(../img/menu-bg.jpg) center center;
  background-size: 3000px; }
  .careers .side-box h1 {
    color: #ee3324;
    text-align: center;
    font-size: 4em; }

.contact-page {
  background-color: white; }
  .contact-page .sweet {
    display: block; }
  .contact-page .sour {
    display: none; }
  .contact-page .side-box {
    padding: 50px 0;
    text-align: right;
    width: 100%; }
    .contact-page .side-box h1 {
      font-size: 4em;
      color: #ee3324;
      text-align: center; }
    .contact-page .side-box > div {
      display: inline-block;
      width: 40%;
      vertical-align: top;
      text-align: left; }
      .contact-page .side-box > div iframe {
        border: 8px solid white;
        height: 450px;
        margin: 15px auto -3px auto;
        width: 100%;
        border-radius: 6px;
        z-index: 1;
        top: 50px; }
      .contact-page .side-box > div h5 {
        text-transform: none;
        font-size: 1em;
        color: #ee3324;
        padding: 0em; }
      .contact-page .side-box > div p {
        color: #ee3324;
        text-align: left; }
      .contact-page .side-box > div:nth-child(3) {
        padding-top: 50px; }
    .contact-page .side-box .form-container {
      width: 100%;
      background: url(../img/form-bg.jpg) no-repeat;
      background-size: 100% 100%;
      padding: 65px 0 40px; }
      .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.4em;
        font-style: italic;
        text-align: center;
        width: 70%;
        margin: 0 auto 10px auto; }
      .contact-page .side-box .form-container .leftMe {
        display: inline-block;
        vertical-align: top;
        width: 48%; }
        .contact-page .side-box .form-container .leftMe .mLeft {
          width: 48%;
          display: inline-block;
          vertical-align: top;
          text-align: left; }
        .contact-page .side-box .form-container .leftMe .mRight {
          width: 48%;
          display: inline-block;
          vertical-align: top;
          text-align: left; }
      .contact-page .side-box .form-container .rightMe {
        width: 48%;
        display: inline-block;
        vertical-align: top; }
      .contact-page .side-box .form-container label {
        color: #ffffff;
        font-family: "Chivo", helvetica, serif;
        font-style: italic;
        line-height: 1.5em;
        text-align: left;
        display: block; }
      .contact-page .side-box .form-container .error {
        color: #f99c1c;
        position: absolute;
        top: 47px; }
      .contact-page .side-box .form-container input[type="submit"] {
        background-color: #B83839;
        border: 0;
        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: 10px 30px;
        line-height: 1em;
        text-align: center;
        width: 100%;
        max-width: 375px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s; }
        .contact-page .side-box .form-container input[type="submit"]:hover {
          background-color: #f99c1c; }
      .contact-page .side-box .form-container #default4 {
        border: none;
        border-radius: 6px;
        display: block;
        height: 60px;
        width: 400px; }
      .contact-page .side-box .form-container #default5 {
        border: none;
        border-radius: 6px;
        height: 320px;
        width: 100%;
        max-width: 375px; }
      .contact-page .side-box .form-container input[type="text"] {
        border: none;
        border-radius: 6px;
        display: block;
        height: 50px;
        width: 400px; }

#giftcards {
  background-color: #5af; }
  #giftcards .side-box form {
    margin: 0 auto;
    padding: 25px 0;
    width: 740px; }
    #giftcards .side-box form legend {
      font-family: "Chivo", helvetica, serif;
      font-size: 1.4em; }
    #giftcards .side-box form .button {
      display: block;
      margin: 10px auto; }
    #giftcards .side-box form #add-another-item {
      display: block;
      width: 15%; }
    #giftcards .side-box form fieldset:not(:first-child) {
      padding: 20px; }
      #giftcards .side-box form fieldset:not(:first-child) label, #giftcards .side-box form fieldset:not(:first-child) div {
        display: block;
        left: 26px;
        margin: 16px auto;
        vertical-align: top;
        width: 450px;
        font-family: "Chivo", helvetica, serif; }
      #giftcards .side-box form fieldset:not(:first-child) input, #giftcards .side-box form fieldset:not(:first-child) select {
        height: 25px;
        position: absolute;
        right: 50px;
        top: 0;
        width: 180px; }
      #giftcards .side-box form fieldset:not(:first-child) textarea {
        height: 75px;
        left: 61px;
        width: 250px; }
      #giftcards .side-box form fieldset:not(:first-child) .billing-same {
        display: inline-block;
        left: 144px;
        margin: 0 auto;
        width: auto; }
      #giftcards .side-box form fieldset:not(:first-child) #informationSameY, #giftcards .side-box form fieldset:not(:first-child) #informationSameN {
        display: inline-block;
        height: auto;
        margin: 0 auto;
        position: relative;
        right: 0;
        width: auto; }
      #giftcards .side-box form fieldset:not(:first-child).card-info label {
        margin: 3px auto; }
      #giftcards .side-box form fieldset:not(:first-child).card-info input {
        position: relative;
        right: 0;
        width: auto; }

#job-app {
  margin: auto;
  width: 700px; }
  #job-app h3 {
    font-size: 1em;
    margin: 5px;
    color: black; }
  #job-app legend {
    font-family: "Chivo", helvetica, serif;
    font-size: 1.5em; }
  #job-app fieldset {
    margin-bottom: 30px; }
    #job-app fieldset#misc textarea {
      display: block;
      margin: 0 auto;
      width: 90%; }

.banquet-bg {
  background: url(../img/banquet-bg.jpg) no-repeat fixed;
  background-size: cover; }

.catering-bg {
  background: url(../img/catering-bg.jpg) no-repeat fixed;
  background-size: cover; }

.corporate-bg {
  background: url(../img/corpcateringmenu-bg.jpg) no-repeat fixed;
  background-size: cover; }

.delivery-bg {
  background: url(../img/delivery-bg.jpg) no-repeat fixed;
  background-size: cover; }

.featured-bg {
  background: url(../img/featured-bg.jpg) no-repeat fixed;
  background-size: cover; }

.thyme-bg {
  background: url(../img/elegance-bg.jpg) no-repeat fixed;
  background-size: cover; }

.menu-bg {
  background: url(../img/menu-bg.jpg) no-repeat fixed;
  background-size: cover; }

.menu-wrapper #signup-ad {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 100; }
.menu-wrapper .side-box {
  padding: 50px 0 75px 0; }
  .menu-wrapper .side-box h1 {
    color: #ee3324;
    font-size: 4em;
    text-align: center; }
  .menu-wrapper .side-box h2 {
    left: 25px; }
  .menu-wrapper .side-box .button {
    bottom: -65px;
    position: absolute;
    right: 10px;
    z-index: 10; }
  .menu-wrapper .side-box .banner {
    display: block;
    margin: 20px auto;
    width: auto; }
  .menu-wrapper .side-box nav {
    margin: 10px 0;
    padding: 10px;
    text-align: center; }
    .menu-wrapper .side-box nav a {
      display: inline-block;
      font-family: "Chivo", helvetica, serif;
      font-size: 1em;
      font-weight: 900;
      margin: 0 -3px;
      padding: 11px 20px 5px;
      color: #ee3324;
      border-bottom: 4px solid transparent;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s; }
      .menu-wrapper .side-box nav a:hover, .menu-wrapper .side-box nav a.current {
        color: black;
        border-bottom: 4px solid black; }
.menu-wrapper .section > div:not(.section-sortable) {
  padding: 0 15px;
  text-align: center; }
  .menu-wrapper .section > div:not(.section-sortable) > p {
    text-align: center; }

.specials {
  background: white; }
  .specials .side-box {
    text-align: center; }
    .specials .side-box > div {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      width: 49%; }
    .specials .side-box > h1 {
      color: #ee3324;
      font-size: 4em;
      margin-bottom: 20px; }
    .specials .side-box .promos-images {
      margin-bottom: 15px;
      text-align: center; }
    .specials .side-box #website-events {
      margin-top: 15px;
      text-align: center;
      width: 100%; }
      .specials .side-box #website-events .calendar {
        margin-top: 15px; }
        .specials .side-box #website-events .calendar iframe {
          width: 100%;
          height: 700px;
          background: none; }
    .specials .side-box .signup-form {
      top: -5px; }
      .specials .side-box .signup-form h1 {
        color: #ee3324; }
      .specials .side-box .signup-form input[type="text"], .specials .side-box .signup-form textarea {
        border: 1px solid gray;
        border-radius: 5px;
        font-size: 1.2em;
        padding: 2px; }
      .specials .side-box .signup-form label {
        font-family: "Chivo", helvetica, serif; }
      .specials .side-box .signup-form #form-submit-section {
        text-align: center; }
      .specials .side-box .signup-form #address-input, .specials .side-box .signup-form #city-input, .specials .side-box .signup-form #state-input, .specials .side-box .signup-form #company-input, .specials .side-box .signup-form #twitter-input, .specials .side-box .signup-form #birthday-input, .specials .side-box .signup-form #anniversary-input {
        display: none; }
      .specials .side-box .signup-form .disclaimer a {
        color: #ee3324; }
        .specials .side-box .signup-form .disclaimer a:hover {
          text-decoration: underline; }
    .specials .side-box .promos-menu {
      top: -5px; }
      .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: 0 0 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;
    font-size: 4em;
    text-align: center; }
  .fund-wrapper .side-box {
    width: 100%;
    max-width: 1000px; }
    .fund-wrapper .side-box div {
      vertical-align: top;
      display: inline-block;
      width: 48%; }
      .fund-wrapper .side-box div img {
        width: 100%; }
      .fund-wrapper .side-box div a {
        font-size: 1em;
        font-weight: 900;
        font-style: italic;
        text-transform: none;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 15px auto; }
    .fund-wrapper .side-box .fund-right {
      text-align: left; }

.history-wrapper {
  background: #fff;
  text-align: center; }
  .history-wrapper .side-box {
    width: 100%;
    max-width: 1000px; }
    .history-wrapper .side-box h1 {
      color: #ee3324;
      font-size: 4em;
      text-align: center; }
    .history-wrapper .side-box p {
      line-height: 1.5em;
      text-align: left; }
    .history-wrapper .side-box img:first-of-type {
      float: left; }
    .history-wrapper .side-box img:nth-of-type(2) {
      float: right; }

.banq-wrapper {
  background: #fff;
  text-align: center; }
  .banq-wrapper .banq-header {
    padding: 50px 0; }
  .banq-wrapper .banq-middle {
    background: url(../img/lava-bg.jpg);
    background-size: cover;
    margin-bottom: 100px; }
    .banq-wrapper .banq-middle section {
      height: 280px; }
      .banq-wrapper .banq-middle section div {
        display: inline-block;
        width: 48%;
        vertical-align: top;
        text-align: left; }
      .banq-wrapper .banq-middle section .banq-right {
        padding: 35px 25px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .banq-wrapper .banq-middle section .banq-right p {
          line-height: 1.5em;
          color: white;
          font-size: 1em;
          font-family: helvetica, Times, serif !important; }
  .banq-wrapper h1 {
    color: #ee3324;
    font-size: 4em;
    text-align: center; }
  .banq-wrapper h5 {
    text-transform: none;
    font-size: 1em; }
  .banq-wrapper img {
    position: relative;
    top: 20px;
    width: 100%; }
  .banq-wrapper .gal {
    max-width: 800px; }
  .banq-wrapper .justified-gallery {
    margin-bottom: 30px; }

.events-wrapper {
  background: url(../img/catering-bg.jpg) no-repeat fixed;
  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: 4em;
      padding: 25px; }
    .events-wrapper .side-box > section {
      padding: 30px 0; }
    .events-wrapper .side-box .happenings {
      display: table;
      width: 100%; }
      .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: 1024px;
          margin: 0 auto; }
          .events-wrapper .side-box .happenings .full-width .inner-tablerow p {
            display: table-cell;
            color: #f1f1f1;
            vertical-align: middle;
            height: auto !important;
            line-height: 24px;
            font-weight: bold;
            text-align: left;
            padding: 3px 10px;
            width: 260px; }
            .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; }

.fairs-page h1 {
  color: #ee3324;
  font-size: 3.5em;
  text-align: center; }
.fairs-page h2 {
  color: #ee3324;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s; }
  .fairs-page h2:hover {
    color: white; }

.event-map h1 {
  color: #ee3324;
  font-size: 4.5em;
  padding: 25px 0; }
.event-map #map_id {
  font-family: sans-serif;
  margin-bottom: 20px; }
  .event-map #map_id h1 {
    font-size: 2em; }

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