body, html {
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  background: transparent; }

a {
  cursor: pointer; }

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
  background-color: #ED3124; }

.nav-secondary {
  display: none; }

.row {
  width: 100%;
  display: inline-block;
  clear: both; }

.site-header {
  position: absolute;
  background: transparent;
  pointer-events: none; }
  .site-header .wrap {
    max-width: 100%;
    padding: 0; }

.site-container {
  height: 100%; }

.site-inner {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: inline-block;
  clear: both;
  padding-bottom: 40px; }
  .site-inner main {
    width: 80%;
    float: left; }
  .site-inner .sidebar-primary {
    width: 25%;
    float: right;
    position: relative;
    margin-top: -10%; }

.sidebar .widget {
  background: transparent;
  padding: 0; }

.header-image .title-area {
  pointer-events: none; }
.header-image .site-title {
  width: 315px;
  height: 380px;
  pointer-events: none; }
  .header-image .site-title > a {
    width: 130px;
    height: 130px;
    position: relative;
    top: 15px;
    left: 20px;
    background-size: 100% auto !important;
    position: relative;
    z-index: 5;
    pointer-events: auto; }

.title-area {
  padding: 0;
  background: url(../images/top-corner.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5; }

.home .site-inner {
  display: none; }

.header-logo {
  background: url(../images/logo-horizontal.png);
  background-size: 100% auto;
  width: 239px;
  height: 42px;
  margin-left: 40px;
  position: absolute;
  top: 5px;
  z-index: 4; }

.nav-primary {
  background: transparent;
  position: fixed;
  z-index: 3;
  width: 100%; }
  .nav-primary .wrap {
    position: relative;
    z-index: 3;
    max-width: 100%;
    background-color: black; }
  .nav-primary .black-triangle-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0px 0 2500px;
    border-color: black transparent transparent transparent;
    top: -57px;
    position: relative;
    z-index: 1;
    float: right; }
  .nav-primary .genesis-nav-menu {
    text-align: right;
    z-index: 4; }
    .nav-primary .genesis-nav-menu li {
      position: relative; }
      .nav-primary .genesis-nav-menu li.current_page_item a {
        color: #ED3124;
        text-decoration: none; }
      .nav-primary .genesis-nav-menu li:last-of-type {
        margin-left: 20px; }
        .nav-primary .genesis-nav-menu li:last-of-type:before {
          content: url(../images/cookieicon.png);
          position: absolute;
          top: 18px;
          left: -6px; }
    .nav-primary .genesis-nav-menu a {
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      padding: 20px 25px; }
      .nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu a:active {
        color: #ED3124;
        text-decoration: none; }

.cookieicon {
  background: url(../images/cookieicon.png) center left no-repeat;
  margin-left: 20px; }

.home-featured {
  height: 100%;
  max-height: 720px;
  position: relative; }
  .home-featured .video-overlay {
    position: absolute;
    top: 100px;
    right: 370px; }
  .home-featured .widget-title {
    display: none; }
  .home-featured .wrap {
    max-width: 100%; }
  .home-featured video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    /*background: url("//demosthenes.info/assets/images/polina.jpg") no-repeat; */
    background-size: cover;
    transition: 1s opacity; }

.home-top {
  background: white;
  padding: 0 0 20px 0; }
  .home-top .wrap {
    max-width: 1200px;
    position: relative;
    top: -25px;
    z-index: 2;
    margin-bottom: -25px; }
  .home-top .white-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 20px 1500px;
    border-color: transparent transparent white transparent;
    top: -20px;
    position: relative;
    z-index: 1;
    float: right; }
  .home-top .widgettitle {
    display: none; }
  .home-top .widget {
    margin: 0 auto;
    background: black;
    width: calc(25% - 30px);
    height: 130px;
    position: relative;
    float: left;
    margin: 0 20px;
    margin-top: -10px; }
    .home-top .widget .home-button.grey {
      background-color: #909090; }
    .home-top .widget .home-button.yellow {
      background-color: #FFA23D; }
    .home-top .widget .home-button.black {
      background-color: black; }
    .home-top .widget .home-button.red {
      background-color: #ED3124; }
    .home-top .widget img {
      display: inline;
      width: 20px;
      margin-right: 5px; }
    .home-top .widget .home-button {
      width: 100%;
      border: 1px solid black;
      background-size: 100% auto;
      background-position: 50%;
      height: 130px;
      position: absolute;
      left: 0; }
    @media all and (max-width: 992px) {
      .home-top .widget {
        width: calc(50% - 40px);
        margin: 15px 20px;
        height: 220px; }
        .home-top .widget .home-button {
          height: 220px;
          background-size: cover; }
        .home-top .widget a {
          font-size: 0.8em;
          padding: 12px 0;
          top: 33%; } }
    @media all and (max-width: 768px) {
      .home-top .widget {
        width: calc(50% - 20px);
        margin: 10px;
        height: 150px; }
        .home-top .widget .home-button {
          height: 150px;
          background-size: cover; } }
    .home-top .widget a {
      font-size: 0.9;
      width: 90%;
      left: 5%; }
    .home-top .widget:first-of-type {
      transform: rotateZ(1deg);
      margin-left: 0; }
      .home-top .widget:first-of-type a, .home-top .widget:first-of-type .home-button {
        transform: rotateZ(-1deg); }
    .home-top .widget:nth-of-type(2) {
      transform: rotateZ(1.5deg); }
      .home-top .widget:nth-of-type(2) a, .home-top .widget:nth-of-type(2) .home-button {
        transform: rotateZ(-1.5deg); }
    .home-top .widget:nth-of-type(3) {
      transform: rotateZ(-0.5deg); }
      .home-top .widget:nth-of-type(3) a, .home-top .widget:nth-of-type(3) .home-button {
        transform: rotateZ(0.5deg); }
    .home-top .widget:nth-of-type(4) {
      margin-right: 0;
      transform: rotateZ(1.2deg); }
      .home-top .widget:nth-of-type(4) a, .home-top .widget:nth-of-type(4) .home-button {
        transform: rotateZ(-1.2deg); }
  .home-top .widget-wrap {
    width: 25%;
    float: right; }
  .home-top .textwidget a {
    margin: 0 auto;
    background: white;
    border: 1px solid #D8D8D8;
    width: calc(100% - 80px);
    padding: 7px 0;
    border-radius: 5px;
    position: absolute;
    top: 33%;
    height: 33%;
    left: 40px;
    display: block;
    text-align: center;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em; }
    .home-top .textwidget a:hover, .home-top .textwidget a:focus, .home-top .textwidget a:active {
      text-decoration: none;
      border-color: white;
      transition: 0.3s;
      color: #ED3124;
      cursor: pointer; }

.featured-image {
  height: 270px;
  background-size: cover;
  background-position: 50%;
  margin-top: 56px; }
  .featured-image.locations-page {
    height: 150px; }

.header-white-triangle {
  position: absolute;
  top: 283px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 2000px;
  border-color: transparent transparent white transparent; }
  .header-white-triangle.locations-page {
    top: 198px; }

.parent-pageid-26 .entry-header {
  display: none; }

.entry {
  padding: 0 60px; }
  .entry .entry-title {
    font-size: 1.6em; }

.entry-title {
  font-family: 'Alfa Slab One', cursive;
  margin: 0 0 20px 0; }

.entry-content h2 {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5; }
.entry-content h3 {
  font-weight: bold;
  font-size: 1em; }
.entry-content h4 {
  font-family: 'Alfa Slab One', cursive;
  font-size: 2em;
  margin: 50px 0 20px 0; }
.entry-content p {
  line-height: 2;
  font-size: 0.9em;
  padding-left: 40px; }
.entry-content ul > li {
  list-style-type: none; }
.entry-content .post-edit-link {
  display: none; }

.red-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 500px;
  border-color: transparent transparent transparent #ED3124;
  position: relative;
  top: -10px;
  margin-bottom: -10px; }

.food-options div {
  width: 200px;
  height: 140px;
  background-size: 100% auto;
  margin: 30px auto; }
  .food-options div:first-of-type {
    background-image: url(../images/vegetarian.png); }
  .food-options div:nth-of-type(2) {
    background-image: url(../images/vegan.png); }
  .food-options div:nth-of-type(3) {
    background-image: url(../images/wheat-free.png); }
.food-options .food-disclaimer {
  font-size: 0.8em;
  text-align: center;
  line-height: 2; }

.below-content {
  display: block;
  clear: both;
  margin: 20px 0; }

footer.site-footer {
  background: black;
  color: white;
  min-height: 300px; }
  footer.site-footer .footer-left .country-links {
    float: left; }
    footer.site-footer .footer-left .country-links a {
      text-decoration: none;
      margin-right: 10px; }
      footer.site-footer .footer-left .country-links a:hover, footer.site-footer .footer-left .country-links a:active, footer.site-footer .footer-left .country-links a:focus {
        text-decoration: none; }
      footer.site-footer .footer-left .country-links a .flag-icon {
        width: 4em;
        line-height: 4em;
        opacity: 0.5; }
        footer.site-footer .footer-left .country-links a .flag-icon:hover {
          opacity: 0.5;
          transition: 0.3s; }
        footer.site-footer .footer-left .country-links a .flag-icon:hover, footer.site-footer .footer-left .country-links a .flag-icon:active, footer.site-footer .footer-left .country-links a .flag-icon:focus, footer.site-footer .footer-left .country-links a .flag-icon.active {
          opacity: 1; }
  footer.site-footer .footer-right {
    float: right; }
    footer.site-footer .footer-right .footer-links {
      position: relative;
      top: 20px; }
      footer.site-footer .footer-right .footer-links a {
        color: white;
        font-weight: bold;
        text-decoration: none;
        margin-left: 30px;
        float: left;
        text-align: right; }
        footer.site-footer .footer-right .footer-links a:hover, footer.site-footer .footer-right .footer-links a:active, footer.site-footer .footer-right .footer-links a:focus {
          text-decoration: none;
          color: #ED3124; }
        footer.site-footer .footer-right .footer-links a.footer-home {
          width: 175px;
          height: 31px;
          background-image: url(../images/wokboxlogo-horizontal.png);
          background-size: 100% auto;
          display: block;
          position: relative;
          top: -13px; }

#twitter-widget-0 {
  display: none !important; }

.timeline-Widget {
  background: transparent; }

.tweets-feed {
  display: block;
  max-height: 120px;
  width: 50%;
  text-align: left;
  color: white;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  top: 40px;
  float: left; }
  .tweets-feed .timeline-Tweet {
    position: relative; }
  .tweets-feed .TweetAuthor a span {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    .tweets-feed .TweetAuthor a span:nth-of-type(2) {
      position: relative;
      top: 10px; }
    .tweets-feed .TweetAuthor a span:nth-of-type(3) {
      position: relative;
      top: 10px; }
  .tweets-feed .TweetAuthor-name {
    color: #D6D0CC; }
  .tweets-feed .TweetAuthor-screenName {
    color: #786558;
    font-weight: lighter; }
  .tweets-feed .timeline-Tweet-author {
    width: 100%;
    float: left;
    position: relative; }
    .tweets-feed .timeline-Tweet-author img {
      width: 85px; }
  .tweets-feed .timeline-ShareMenu-container {
    display: none; }
  .tweets-feed .timeline-Tweet-text {
    padding-top: 20px;
    position: absolute;
    top: 20px;
    left: 95px; }
    .tweets-feed .timeline-Tweet-text img {
      display: none; }
  .tweets-feed .timeline-Tweet-metadata {
    position: absolute;
    top: 10px;
    right: 0; }
    .tweets-feed .timeline-Tweet-metadata a {
      font-weight: lighter;
      color: #786558;
      text-decoration: none; }
  .tweets-feed .MediaCard-mediaAsset {
    display: none; }

.menu-items-menu {
  background: #ED3124;
  padding: 20px 0; }
  .menu-items-menu img {
    margin: 10px auto 20px auto;
    display: block;
    width: 65px; }
  .menu-items-menu a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    text-decoration: none; }
    .menu-items-menu a:hover, .menu-items-menu a:active, .menu-items-menu a:focus, .menu-items-menu a.active {
      background: black;
      text-decoration: none; }
  .menu-items-menu .menu-title-wrapper {
    display: inline-block;
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
  .menu-items-menu .menu-left-triangle {
    width: 25%;
    float: left;
    width: 0;
    height: 0;
    padding-left: 5px;
    border-style: solid;
    border-width: 2px 55px 2px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    top: 27.5%;
    left: 10px; }
  .menu-items-menu .menu-right-triangle {
    width: 25%;
    float: right;
    width: 0;
    height: 0;
    padding-right: 5px;
    border-style: solid;
    border-width: 2px 0 2px 55px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 27.5%;
    right: 10px; }
  .menu-items-menu .menu-title {
    width: 50%;
    color: white;
    font-family: 'Alfa Slab One', cursive;
    font-size: 1.1vw;
    text-align: center;
    text-transform: uppercase;
    padding: 0 3px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 3px; }

.sidebar-secondary {
  width: 100%;
  clear: both; }

.content-sidebar-sidebar .content-sidebar-wrap {
  width: 100%; }

.content {
  width: 55%; }

.content-sidebar-sidebar .content-sidebar-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  float: none; }
  .content-sidebar-sidebar .content-sidebar-wrap .content {
    width: 75%; }

.content-sidebar-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  float: none; }
  .content-sidebar-wrap .content {
    width: 75%; }

.secondary-menu {
  max-width: 1200px;
  margin: 0 auto;
  height: 140px; }
  .secondary-menu a {
    margin: 0 auto;
    background: white;
    border: 1px solid #D8D8D8;
    width: calc(100% - 80px);
    padding: 10px 0;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    left: 40px;
    display: block;
    text-align: center;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em; }
    .secondary-menu a:hover, .secondary-menu a:focus, .secondary-menu a:active {
      text-decoration: none;
      background: black;
      border-color: white;
      transition: 0.3s;
      color: #ED3124;
      cursor: pointer; }
  .secondary-menu .widget {
    margin: 0 auto;
    background: black;
    width: calc(25% - 30px);
    height: 130px;
    position: relative;
    float: left;
    margin: 0 20px;
    margin-top: -10px; }
    .secondary-menu .widget .home-button.grey {
      background-color: #909090; }
    .secondary-menu .widget .home-button.yellow {
      background-color: #FFA23D; }
    .secondary-menu .widget .home-button.black {
      background-color: black; }
    .secondary-menu .widget .home-button.red {
      background-color: #ED3124; }
    .secondary-menu .widget .home-button {
      width: 100%;
      border: 1px solid black;
      background-size: 100% auto;
      background-position: 50%;
      height: 130px;
      position: absolute;
      left: 0; }
    @media all and (max-width: 992px) {
      .secondary-menu .widget {
        width: calc(50% - 40px);
        margin: 15px 20px;
        height: 220px; }
        .secondary-menu .widget .home-button {
          height: 220px;
          background-size: cover; }
        .secondary-menu .widget a {
          font-size: 0.8em;
          padding: 12px 0;
          top: 33%; } }
    @media all and (max-width: 768px) {
      .secondary-menu .widget {
        width: calc(50% - 20px);
        margin: 10px;
        height: 150px; }
        .secondary-menu .widget .home-button {
          height: 150px;
          background-size: cover; } }
    .secondary-menu .widget a {
      font-size: 0.9;
      width: 90%;
      left: 5%; }
    .secondary-menu .widget:first-of-type {
      transform: rotateZ(1deg);
      margin-left: 0; }
      .secondary-menu .widget:first-of-type a, .secondary-menu .widget:first-of-type .home-button {
        transform: rotateZ(-1deg); }
    .secondary-menu .widget:nth-of-type(2) {
      transform: rotateZ(1.5deg); }
      .secondary-menu .widget:nth-of-type(2) a, .secondary-menu .widget:nth-of-type(2) .home-button {
        transform: rotateZ(-1.5deg); }
    .secondary-menu .widget:nth-of-type(3) {
      transform: rotateZ(-0.5deg); }
      .secondary-menu .widget:nth-of-type(3) a, .secondary-menu .widget:nth-of-type(3) .home-button {
        transform: rotateZ(0.5deg); }
    .secondary-menu .widget:nth-of-type(4) {
      transform: rotateZ(1.2deg);
      margin-right: 0; }
      .secondary-menu .widget:nth-of-type(4) a, .secondary-menu .widget:nth-of-type(4) .home-button {
        transform: rotateZ(-1.2deg); }

.content {
  padding-top: 60px; }

.full-width-content .content {
  margin: 0 auto;
  float: none;
  display: block;
  width: 100%; }
  .full-width-content .content .entry {
    padding: 0; }

.wpgmza_table {
  font-size: 0.9em; }
  .wpgmza_table .sorting {
    display: none; }

.wpgmza_table_link a {
  background: #FF002A;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #FF002A;
  color: white;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 1.4; }
  .wpgmza_table_link a:hover, .wpgmza_table_link a:focus, .wpgmza_table_link a:active {
    background: transparent;
    transition: 0.3s;
    color: #FF002A; }

.wpgmza_sl_query_div {
  float: left;
  display: inline;
  width: 45%; }
  .wpgmza_sl_query_div:nth-of-type(2) {
    display: none !important; }

.wpgmza_sl_main_div input[type="button"] {
  float: right;
  margin-left: 10px; }
.wpgmza_sl_main_div label, .wpgmza_sl_main_div .wpgmza_sl_query_innerdiv1, .wpgmza_sl_main_div .wpgmza_sl_radius_innerdiv1 {
  position: relative;
  top: 10px; }

#wpgmaps_directions_edit_1 {
  width: 100% !important; }

.wpgmza_sl_radius_div {
  display: inline !important;
  width: 30%; }
  .wpgmza_sl_radius_div .wpgmza_sl_radius_innerdiv1 {
    width: 90px; }
  .wpgmza_sl_radius_div .wpgmza_sl_radius_innerdiv2 {
    width: 150px; }
  .wpgmza_sl_radius_div select {
    width: 100%;
    position: relative;
    top: 10px; }

.wpgmza_name_search_field, .wpgmza_name_search_string {
  display: none !important; }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  top: -5px;
  right: 10px;
  position: absolute; }

.responsive-menu-icon::before {
  color: white;
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 24px;
  margin: 0 auto; }

.social-links {
  width: 50%;
  float: right;
  text-align: right;
  position: relative;
  top: 20px; }
  .social-links a {
    color: white;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    text-align: left; }
    .social-links a i {
      font-size: 3em; }
      .social-links a i:hover {
        color: #ED3124; }
    .social-links a:hover, .social-links a:active, .social-links a:focus {
      background: black; }

.u-block {
  display: none; }

.page-template-contest-template .below-content {
  display: none; }

@media all and (max-width: 1200px) {
  .content-sidebar-wrap {
    max-width: 992px; }

  .site-inner .content {
    width: 75%; }
  .site-inner .sidebar-primary {
    width: 25%; }

  .full-width-content .site-inner .content {
    width: 100%; } }
@media all and (max-width: 992px) {
  .entry-content h4 {
    text-align: center; }

  .menu-items-menu {
    width: calc(100% - 30px);
    margin: 0 auto; }
    .menu-items-menu .menu-title {
      font-size: 2em;
      top: -3px; }

  .home-top .textwidget a {
    display: inline-block;
    height: auto; }

  .home-top .widget:first-of-type {
    margin-left: 10px; }

  .content-sidebar-sidebar .content-sidebar-wrap .content {
    width: 100%; }

  .secondary-menu .widget:first-of-type {
    margin-left: 10px; }

  .title-area {
    display: none; }

  .content-sidebar-sidebar .content {
    width: 100%;
    margin: 0; }

  .site-header {
    z-index: 2; }

  .header-logo {
    width: 159px;
    height: 28px;
    top: 15px; }

  .site-inner {
    padding: 0; }
    .site-inner .content {
      width: 100%; }

  .entry {
    margin-bottom: 0;
    padding: 50px; }

  .header-image .site-title {
    width: 200px; }
    .header-image .site-title > a {
      width: 90px;
      height: 90px; }

  .food-options {
    text-align: center; }
    .food-options div {
      display: inline-block; }

  .site-inner .sidebar-primary {
    width: 100%;
    margin: 0;
    background: white; }

  .nav-secondary {
    position: relative;
    right: 0; }
    .nav-secondary .wrap {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .nav-secondary .genesis-nav-menu a {
      padding: 20px 15px; }

  .nav-primary {
    right: 0; }
    .nav-primary .wrap {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .nav-primary .genesis-nav-menu a {
      padding: 20px 15px; }

  .home-top .textwidget a {
    font-size: 1.6em;
    padding: 12px 0; }

  .tweets-fead {
    left: 0; }

  footer.site-footer {
    text-align: center; }
    footer.site-footer .footer-left .country-links {
      float: none; }
    footer.site-footer .footer-right {
      float: none; }
      footer.site-footer .footer-right .footer-links {
        text-align: center; }
        footer.site-footer .footer-right .footer-links a {
          float: none; }
          footer.site-footer .footer-right .footer-links a.footer-home {
            margin: 0 auto;
            top: 30px; }

  .tweets-feed, .social-links {
    width: 100%;
    margin-top: 50px;
    padding: 0 30px; }

  .social-links {
    text-align: center;
    float: none;
    margin-top: 50px;
    padding: 0;
    display: inline-block; } }
@media all and (max-width: 768px) {
  .header-logo {
    margin-left: 20px; }

  .site-inner, .home-featured {
    border-top: 55px solid black; }

  .header-white-triangle {
    display: none; }

  .mobile-nav-scroll {
    display: inline-block;
    background: black;
    height: 65px; }

  .nav-primary {
    display: none; }

  .nav-secondary {
    display: block; }

  .home-featured {
    max-height: 450px; }
    .home-featured .video-overlay {
      top: 150px;
      max-width: 300px;
      left: calc(50% - 150px); }

  .home-top .widget {
    margin: 10px;
    height: 150px; }
    .home-top .widget .home-button {
      height: 150px;
      background-size: cover; }
  .home-top .textwidget a {
    width: 90%;
    left: 5%;
    font-size: 0.9em; }

  .featured-image {
    margin-top: 0; }

  #menu-main-menu {
    padding-top: 70px;
    background: black;
    height: 100%; }

  .responsive-menu-icon {
    font-size: 2em;
    z-index: 1000; }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none; }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block; }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: relative; }

  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu li a,
  .genesis-nav-menu.responsive-menu li a:hover,
  .genesis-nav-menu.responsive-menu li.current-menu-item > a {
    background: none;
    color: #444;
    display: block;
    line-height: 1;
    padding: 12px 0;
    font-weight: bold;
    text-transform: uppercase; }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f107";
    float: right;
    font-family: FontAwesome;
    height: 16px;
    right: 10px;
    text-align: right;
    z-index: 9999;
    color: white;
    top: 10px;
    font-size: 1.8em;
    position: relative; }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f106"; }

  .genesis-nav-menu.responsive-menu .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    padding-left: 20px;
    margin: 0; }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: #ED3124;
    border: none;
    box-shadow: none;
    color: white;
    font-weight: bold;
    padding: 12px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid white; }

  .nav-primary {
    width: 100%;
    right: 0; }
    .nav-primary .black-triangle-top, .nav-primary .black-triangle-bottom {
      display: none; }
    .nav-primary .wrap {
      padding: 0;
      height: 100%; }

  .nav-primary .genesis-nav-menu.responsive-menu li a {
    color: #fff;
    border-bottom: 1px solid white;
    padding: 12px; }

  .nav-primary .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    color: #e7e7e7; }

  .nav-secondary {
    width: 100%;
    right: 0; }
    .nav-secondary .black-triangle-top, .nav-secondary .black-triangle-bottom {
      display: none; }
    .nav-secondary .wrap {
      padding: 0;
      height: 100%; }

  .nav-secondary .genesis-nav-menu.responsive-menu li a {
    color: #fff;
    border-bottom: 1px solid white;
    padding: 12px; }

  .nav-secondary .genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    color: #e7e7e7; }

  #menu-main-menu {
    display: none; }

  .responsive-menu {
    display: none; }

  .responsive-menu-icon {
    display: block; }

  footer.site-footer .footer-right .footer-links a {
    margin: 0 5px; } }
@media screen and (max-device-width: 992px) {
  body {
    background: url("../images/noodles.png") #000 no-repeat top center;
    background-size: auto 500px; }
    body.page {
      background: white; }

  #bgvid {
    display: none; } }
.cookieicon {
  background: url(../images/cookieicon.png) center left no-repeat;
  margin-left: 20px; }

/*# sourceMappingURL=theme-overrides.css.map */
