/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
  .top-wrapper {
    left: -17px !important;
  }
  .wk-slideshow {
    max-width: 100%;
  }
}
html {
  background: #002b5f;
}

 body {
 	font-family: 'Montserrat', sans-serif !important;	
 	font-size: 14px;
 	line-height: 20px;
 }

 h1,h2,h3,h4,h5,h6, .uk-article-title, .uk-panel-title {
 	font-family: 'Londrina Solid', cursive;
 	color: #FFF;
 }

 h1, .uk-article-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}

.uk-article-title {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/header-bg.jpg") no-repeat scroll center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #f9e311;
  padding: 10px 15px;
}

h2 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
}

h3 {
  border-bottom: 0 none;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 0;
}

 ul, ol {
  padding-left: 20px;
  list-style: none;
  margin: 15px 0;
}

a, .uk-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

a:hover, .uk-link:hover {
  color: #eee;
  text-decoration: none;
}

/* ========================== Menu Bar ========================== */

.top-wrapper {
  background: rgba(0,0,0,0.4);
  /*background: rgba(0, 0, 0, 0) url("/wp-content/uploads/header-bg.jpg") repeat scroll center top;*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.menu-wrap {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/menu-bg.jpg") no-repeat scroll center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}

.tm-toolbar .uk-float-left .uk-panel.widget_custom_post_widget > p {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    padding-left: 25px;
}
.tm-toolbar .uk-float-right .uk-panel {
  padding-right: 25px;
}

.btn {
    background: #e87900 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: "Londrina Solid";
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-left: 10px;
    padding: 6px 15px;
}

.tm-toolbar .uk-float-left .uk-panel.widget_custom_post_widget > p .btn {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.tm-toolbar .uk-float-left .uk-panel.widget_custom_post_widget > p .btn::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 0.5em;
}

.logo-wrap .tm-logo {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.logo-wrap.uk-width-2-10.uk-hidden-small {
    position: relative;
}

.tm-headerbar > .uk-grid.uk-width-1-1 {
    margin-left: 0;
}

.tm-headerbar > .uk-grid.uk-width-1-1 > * {
    padding-left: 0;
}

.tm-headerbar {
  margin: 0;
}

.tm-logo .textwidget > p {
  line-height: 55px;
  margin-bottom: 0;
}

.tm-toolbar {
  margin: 0;
}

.tm-toolbar .uk-float-right.uk-width-1-10 {
  padding-left: 0;
  width: 84px;
}

.tm-toolbar .uk-float-right .uk-panel a img {
    max-width: 26px;
}

.tm-toolbar .uk-float-right .uk-panel a {
    line-height: 50px;
}

.tm-toolbar .uk-float-right .uk-panel a:not(:first-of-type) {
  margin-left: 2px;
}

.tm-navbar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  width: calc(100% - 84px);
}

.uk-navbar-nav {
  float: right;
}

.uk-navbar-nav > li > a {
  color: #fff;
  font-family: "Londrina Solid",cursive;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.uk-navbar-nav > li.uk-active:hover > a {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

/*========= Using Flex with YooMaster =========*/

.uk-navbar-nav {
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    width:100%;
}

.uk-navbar-nav > li > a {
    -ms-flex-align:center;
    -ms-flex-pack:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    align-items:center;
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    text-decoration:none;
}

.uk-navbar-nav > li {
    -ms-flex:1 1 auto;
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
    flex:1 1 auto;
    position:relative;
}

/* ========================== Dropdown ========================== */

.uk-dropdown-navbar {
  background: #464646 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #c2c2c2;
  border-top: none;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15); 
  margin-top: 0;
}

.uk-nav-navbar > li > a {
  color: #fff;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background: #FFF;
  color: #444;
  outline: medium none;
}

/* ========================== Offcanvas ========================== */

.uk-navbar-toggle {
  color: #FFF;
}

.tm-logo-small {
  display: inline-block;
  width: 100%;
}

.tm-logo-small img {
  max-width: 150px;
}

.uk-offcanvas {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
}
#offcanvas .uk-nav.uk-nav-offcanvas:nth-of-type(2) {
  padding-top: 0;
  }
.uk-offcanvas-bar {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/offcanvas-bg.jpg") no-repeat scroll center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  border-right: 3px solid #ccc;
}

.uk-offcanvas .uk-panel:first-child {
  background: #FFF;
  border-bottom: 3px solid #ccc;
  margin: 0;
  padding: 20px 15px;
}

.uk-offcanvas .uk-panel:first-child p {
  margin: 20px 0;
}

.uk-offcanvas-bar .uk-nav.uk-nav-offcanvas {
  padding-top: 20px;
}

.uk-nav-offcanvas > li > a {
  color: #fff;
  font-family: "Londrina Solid",cursive;
  font-size: 32px;
  line-height: 1;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/content-bg.jpg") repeat scroll center top;
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  color: #ffffff;
}

.uk-nav-offcanvas ul a {
  color: #ccc;
}

.uk-offcanvas-bar .uk-panel p {
   color: #fff;
}

/* ========================== Content ========================== */

.uk-container {
  max-width: 1600px;
}

aside .uk-panel {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
}

.uk-panel-box {
	color: #FFF;
}

.tm-middle p {
  line-height: 1.65;
  margin: 15px 0;
}

.tm-middle ul > li {
  padding-bottom: 5px;
}

.tm-middle ul > li:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: calc(100% - 10px);
}

.tm-middle .slides> li::before {
display:none;
}

.tm-middle .nav > li::before {
display:none
}

.button {
  border: 3px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-family: "lato",sans-serif;
  line-height: 34px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.button:hover {
  background: #FFF none repeat scroll 0 0;
  border-color: #FFF;
  color: #444;
  text-decoration: none;
}

.banner {
  box-shadow: 0 2px 0 #f8f6ea;
  /*-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;*/
  background-size: contain !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

.banner .slides img {
  opacity: 0;
}

.home .banner {
  box-shadow: none;
}

.tm-middle.uk-grid {
  background: none;
  margin: 35px 0;
  color: #FFF;
}

.tm-middle.uk-grid > *:first-child {
  padding-left: 0;
}

.tm-middle.uk-grid > .uk-push-3-10:first-child {
  padding-left: 35px;
}

.tm-middle.uk-grid > .uk-pull-7-10 {
  padding-left: 0;
}

.tm-middle.uk-grid > .uk-pull-7-10 {
  padding-left: 0;
}

.uk-article a[href="/contact/"]:before {
  content: "";
  font-family: fontawesome;
  margin-right: 10px;
}

#tm-content .uk-article .uk-grid > div {
  margin-bottom: 20px;
}

/* Voted Best */

.voted-best {
  background: rgba(0, 0, 0, 0) url(/wp-content/uploads/header-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #f9e311;
  padding: 10px 15px;
  margin-bottom: 35px;
}

.voted-best h2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.voted-best h2:before {
display: inline-block;
margin-right: 15px;
content: '\f058';
font-family: FontAwesome;
}

/* Instagram Feed */

.instagram-header {
   background: rgba(0, 0, 0, 0) url(/wp-content/uploads/header-bg.jpg) no-repeat scroll center center;
   background-size: cover;
   -o-background-size: cover;
   -moz-background-size: cover;
   -webkit-background-size: cover;
   border: 1px solid #c2c2c2;
   border-radius: 5px;
   color: #f9e311;
   padding: 10px 15px;
   height: 56px;
}

.instagram-header h3 a {
   font-weight: 700;
   color: #F9CF34;
   font-size: 28px;
   vertical-align: middle;
}

.instagram-header h4 a {
   font-weight: 700;
   color: #F9CF34;
   font-size: 31px;
}

.instagram-header h3 {
   margin: 0 auto;
}

.instagram-header .left {
   float: left;
   margin-right: 10px;
}

.instagram-header .right {
   float: left;
   width: calc(100% - 70px);
   position: relative;
   height: 46px;
}

.instagram-header .right h3 {
   line-height: 54px;
}

.instagram-header .right .absolute {
   font-family: 'Oswald', sans-serif; 
   position: absolute;
   right: 0;
   top: 0;
}

.instagram-header a {
   color: #fff;
}

#instafeed {
   text-align: center;
   margin-top: 10px;
   overflow: hidden;
}
#instafeed > a {
  color: #fff;
  overflow: hidden;
  display: block;
  float: left;
  width: 15%;
  margin: 10px 1%;
}
#instafeed > a:nth-child(6n+1) {
  margin-left: 0;
}
#instafeed > a:nth-child(6n) {
  margin-right: 0;

}
#instafeed img {
   width: 100%;
   margin: 0;
   border: 1px solid #c2c2c2;
   box-sizing: border-box;
}

.home-callouts::before {
   position: absolute;
   content: "\f063";
   font-family: "FontAwesome";
   font-size: 28px;
   text-align: center;
   bottom: 36px;
   left: 0;
   right: 0;
   color: white;
   z-index: 1;
}

#custom_post_widget-858 ul, #custom_post_widget-893 ul {
   list-style: disc;
}

#custom_post_widget-858 ul li:before, #custom_post_widget-893 ul li:before {
   display: none;
}

.quick-links a {
   margin-bottom: 4px;
}

/* ========================== Home Content ========================== */

.home .uk-article-title {
   display: none;
}

.home-callouts {
    height: calc(100vh - 12px);
    position: relative;
}

.home-callouts .widget_text {
    bottom: 75px;
    left: 35px;
    margin: 0 auto;
    max-width: 1600px;
    position: absolute;
    right: 35px;
}

.home-callouts .widget_text h1 {
    font-size: 6vw;
    line-height: 1;
    margin: 0;
}
.home-callouts .widget_text h3 {
    font-family: "Montserrat";
    font-size: 3vw;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-transform: initial;
}

.home-callouts::after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.45+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 ); /* IE6-8 */
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 40vh;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
.home .tm-sidebar-b {
   margin-top: -108px;
   z-index: 9;
}
}
@media screen and (max-width: 1220px) {
  .home .tm-sidebar-b {
    width: 100% !important;
    margin-top: 0 !important;
    padding-left: 0;
  }
  .home .tm-main {
    width: 100% !important;
  }
}
.home .tm-sidebar-b .uk-panel {
   background: #fff;
   color: #777777;
   border: 1px solid #cccccc;
   border-radius: 10px;
}

.home .tm-sidebar-b .uk-panel h3 {
   background: #e87900;
   padding: 20px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}

.home .tm-sidebar-b .uk-panel h3::before {
  content: '\f041';
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 5px;
}

.home .tm-sidebar-b .uk-panel ol {
   overflow-y: scroll;
   height: 475px;
   counter-reset: arena-counter;
}
.home .tm-sidebar-b .uk-panel ol li {
  position: relative;
}
.home .tm-sidebar-b .uk-panel ol li .uk-grid {
  padding-left: 20px;
}
.home .tm-sidebar-b .uk-panel ol li::before {
  content: counter(arena-counter);
  counter-increment: arena-counter;
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 700;
}

.home .tm-sidebar-b .uk-panel ol a {
   color: #777777;
}
.home .tm-sidebar-b .uk-panel ol .uk-width-medium-1-2:nth-child(2) a::before {
  content: '\f095';
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 5px;
}

/* ========================== Locations ========================== */

.locations .home-wrapper, .locations .content-wrapper {
   display: none;
}

.locations .locations-wrapper {
  height: calc(100vh - 85px);
  padding-top: 55px;
}

.locations-wrapper > .uk-grid {
  margin-left: 0;
}

.locations-wrapper .left .widget_execphp {
  color: #fff;
  float: right;
  max-width: 765px;
  padding-left: 35px;
  padding-top: 35px;
  width: 100%;
}

.right.uk-width-medium-1-2 {
  height: calc(100vh - 55px);
  position: fixed;
  right: 0;
  top: 55px;
}

.locations .left.uk-width-medium-1-2 {
  padding-bottom: 35px;
}

.right .background-image.callout {
  background-position: center center;
  bottom: 0;
  content: " ";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.locations .footer-wrapper {
  bottom: 35px;
  left: 50%;
  position: fixed;
  right: 0;
}

/* ========================== Food Menu ========================== */

.page-id-14 h2 {
  display: inline-block;
  margin-right: 35px;
  max-width: 276px;
  width: 100%;
}

h2 .button {
  display: inline-block;
  font-size: 24px;
  line-height: 44px;
  max-width: 200px;
  padding: 0 35px;
  text-align: center;
  width: 100%;
}

.home 
.foodpress_menu .menu_section_meal_type {
   display: none;
}

.foodpress_menu {
  background: none;
}

/*.foodpress_menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
}*/

.food_items_container {
  padding: 15px 0;
}

.food_items_container .c_100:last-child {
  padding-bottom: 15px;
}

.foodpress_menu p {
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  /*text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);*/
}

.fp_meal_type_description {
  font-style: italic;
}

.foodpress_menu h3.fp_menu_sub_section {
  font-weight: 700;
}

h2.fp_menu_sub_section {
  display: none;
}

h5.fp_subheader, .fp_box .menu_description {
  color: #FFF !important;
}

.fp_box h5.fp_additions {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-top: medium none;
}

.style_1.fp_box:hover {
  background: none;
}

.style_1 .fp_inner_box {
  padding: 10px 15px;
}

/*.border {
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #fff;
}*/

.tm-middle .foodpress_menu h2, .tm-middle .foodpress_menu h3, .tm-middle .foodpress_menu h4, .tm-middle .foodpress_menu h5, .tm-middle .foodpress_menu h6 {
  color: #FFF;
  /*text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);*/
}

.style_2.fp_box .fp_inner_box:hover {
  background: none;
}

.fp_box .fp_price {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #FFF;
  /*text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);*/
  font-size: 20px !important;
}

.food_items_container .c_100:last-child {
  border-bottom: none; 
}

.fp_box .menu_description p {
  font-size: 13px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #ccc;
}

/*.foodpress_menu .fp_menu_sub_section {
  border-bottom: 1px dashed #FFF;
}*/

.menu_info {
  display: table;
  width: calc(100% - 10px);
}

.menu-item-wrapper {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.menu-item-wrapper > * {
  vertical-align: bottom;
}

.menu-item-wrapper > *:nth-child(1) {
  padding-right: 2%;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.menu-item-wrapper > *:nth-child(2) {
  border-bottom: 3px dotted;
  bottom: 4px;
  content: " ";
  position: relative;
  -webkit-flex-grow: 1; /* Safari 6.1+ */
  -ms-flex-grow: 1; /* IE 10 */
  -moz-flex-grow: 1; /* Firefox */
  flex-grow: 1;
}

.menu-item-wrapper > *:nth-child(3) {
  float: none;
  margin-top: 0;
  padding-left: 2%;
  min-width: 80px;
  margin-bottom: -3px;
}

/*.fp_price .fp_price::before {
  content: "$";
  margin-right: 5px;
}*/

.fp_menu_sub_section.tint_menu.menu_term_15.menu_section_meal_type {
  display: block;
}

.fp_box .menu_description {
  width: calc(100% - 10px);
  display: inline-block;
}

.foodpress_menu.box_cats .foodpress_categories h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 5px solid #FFF;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 55px;
  margin: 0 5px;
  min-height: 40px;
  padding: 0 25px;
  width: calc(50% - 10px);
}

.foodpress_menu.box_cats .foodpress_categories h4:hover {
  background: #FFF none repeat scroll 0 0;
  color: #444;
}

.foodpress_menu.box_cats span.fp_backto_cats, .foodpress_menu.box_cats span.fp_category_subtitle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #FFF;
}

.foodpress_menu.box_cats em {
  color: #EEE;
  font-family: "Merriweather";
}

.fp_box .menu_description {
  font-family: "Merriweather";
  font-size: 14px;  
}

.fp_content > .fp_category_subtitle {
  display: none !important;
}

.fp_inner_box, .fp_popTrig {
  cursor: auto;
}

.regular-menu #off-premise-catering, .regular-menu #wedding-catering {
   display: none;
}

.catering-menu #lunch, .catering-menu #dinner {
   display: none;
}

.dish_description {
  color: #fff;
  font-style: italic;
  padding-left: 15px;
}

.lunch .dish_description b {
   display: none;
}

.dinner .dish_description strong {
   display: none;
}

.foodpress_menu.box_cats .fp_content .foodpress_tab_content {
	border: none;
}

.menu_description strong {
  color: #f5f5f5;
  font-size: 15px;
  font-style: normal;
}

/* ========================== Content ========================== */

.content-wrapper {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/content-bg.jpg") no-repeat center top fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding-top: 12px;
    position: relative;
}

.content-wrapper::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/menu-bg.jpg") no-repeat scroll center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    content: " ";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* ========================== Hall of Foam ========================== */

.hall-of-foam .content-wrapper .hidden-content {
   display: none;
}

.hall-of-foam .content-wrapper ul {
   list-style: disc;
}

.hall-of-foam .content-wrapper ol {
   list-style: decimal;
}

.hall-of-foam .content-wrapper ul li:before, .hall-of-foam .content-wrapper ol li:before {
   display: none;
}

.hall-of-foam .content-wrapper .age-gate span {
   cursor: pointer;
}

/* ========================== Popup ========================== */

#mod_twentyone_popup {
   background: #002b5f none repeat scroll 0 0;
   position: relative;
   top: 60px;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   padding: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
   box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75);
}

@media (max-width: 960px) {
   #mod_twentyone_popup {
      top: 50px;
   }
}

@media (max-width: 900px) {
   #mod_twentyone_popup {
      margin-left: 20px;
      margin-right: 20px;
   }
}

#mod_twentyone_no {
   background-size: contain;
   border-radius: 3px 3px 3px 3px;
   color: #fff;
   cursor: pointer;
   float: left;
   font-size: 18px;
   line-height: 24px;
   margin-top: 0px;
   text-align: center;
   width: 50px;
   position: absolute;
   top: 5px;
   z-index: 999;
   outline: none;
   right: 10px;
}

#mod_twentyone_no:hover, #mod_twentyone_no:active {
   background-position: -2px -45px;
}

#message {
   color: #fff;
   text-align: left;
   font-size: 15px;
   margin:18px
}

#message h3 {
   color: #fff;
}

#message ul {
  list-style-type: disc;
}

/* ========================== Footer ========================== */

.footer-wrapper {
   background: #002b5f;
   padding: 20px 0;
   border-top: 1px solid #c2c2c2;
}

.copyright {
   float: left;
   color: #fff;
   font-weight: 700;
}

.tm-totop-scroller {
   display: none;
}

.regular-menu .tm-totop-scroller, .specials .tm-totop-scroller {
   display: block;
   position: fixed;
   top: auto;
   bottom: 3%;
   right: 3%;
   color: #fff;
}

/********* SITE BY TG ******/
#credits {width:100%; margin:0 auto;}
#credits p {margin: 0 auto;}
#siteby {float:right;}
#siteby .sitebyTG {width:133px; height:72px; background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 0 transparent; display:block; position:relative; margin: 0 auto;}
#siteby .sitebyTG:hover {background:url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 -73px transparent;}


@media (max-width: 1420px) {
  .uk-navbar-nav > li > a {
    font-size: 16px;
  }
}

@media (max-width: 1220px) {
  .uk-navbar-nav > li > a {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (max-width: 1100px) {
  .home .tm-middle.uk-grid {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
  }  
  .home #credits {
    bottom: 0;
    margin-top: 25px;
    position: relative;
  }
}

@media (max-width: 1100px) and (min-width: 960px) {
  .page-id-18 .uk-width-large-1-4 {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .home .banner {
    display: inline-block;
    max-height: 915px;
    opacity: 0;
    overflow-y: hidden;
  }
}

@media (max-width: 959px) {
  .tm-navbar {
    width: 100%;
  }
  .home-wrapper {
    height: 35px;
  }
  .home > .uk-container.uk-container-center {
    top: 85px;
  }
  .top-wrapper .uk-container.uk-container-center {
    padding: 0;
  }
  .menu-item-wrapper > *:nth-child(1) {
    padding-right: 0;
  }

  .menu-item-wrapper > *:nth-child(2) {
    display: none;
  }
  .menu-item-wrapper > *:nth-child(3) {
    padding-left: 0;
    margin-bottom: 0;
    min-width: auto;
  }
  .menu-item-wrapper {
    margin-bottom: 5px;
  }
  .menu-item-wrapper > *:nth-child(3):before {
    content: "- ";
    padding-left: 10px;
  }
  .fp_box .fp_price {
    margin-bottom: 0;
  }
	.home-wrapper {
	    height: auto;
	}
	.banner .slides img {
	  opacity: 1;
	}
	html {
	  background: #002b5f !important;
	}
	.locations .footer-wrapper {
	  bottom: 0;
	  position: relative;
	  padding-top: 25px;
    left: 0;
	}
	.locations .right.uk-width-medium-1-2 {
	    height: 50vh;
	    position: absolute;
	    top: 45px;
	    left: 0;
	    right: 0;
	    width: 100%;
	}
	.locations .locations-wrapper {
	    height: auto;
	}
	.locations .left.uk-width-medium-1-2 {
	    padding-top: 50vh;
	}
  .uk-tooltip {
    background: #ccc;
    color: #333;
  }
  .uk-tooltip-top::after, .uk-tooltip-top-left::after, .uk-tooltip-top-right::after {
    border-color: #ccc transparent currentcolor;
  }
	.home-callouts {
	    bottom: 0;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 9;
	}
	.home-wrapper {
	    position: relative;
	}
	.home-callouts .widget_text {
	  bottom: 35px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)and (-webkit-min-device-pixel-ratio: 2) {
  .style_2.fp_box .fp_price {
    clear: both;
    display: inline-block;
    float: left;
    margin-top: 5px;
    width: calc(100% - 10px);
  }  
}

@media (max-width: 960px) {
	.top-wrapper {
	  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/menu-bg.jpg") no-repeat scroll center center;
	  background-size: cover;
	  -o-background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover;
	  border-bottom: 2px solid #c2c2c2;
	}
}

@media (min-width: 768px) {
   #custom_post_widget-858, #custom_post_widget-893 {
      display: none;
   }
}

@media (max-width: 767px) {
  aside {
    border-top: 1px solid #c2c2c2;
    padding-left: 0 !important;
    padding-top: 25px;
  }
  .tm-middle.uk-grid > .uk-push-3-10:first-child {
    padding-left: 0;
  }
  .fp_box .fp_price {
    line-height: 1.2;
  }
   .hall-of-foam .content-wrapper .hidden-content .uk-grid > * {
      width: 33.333%;
   }
}

@media screen and (max-width: 600px) {
  .ufw_pp .ufw_wb {
    position: unset;
  }
}

@media (max-width: 540px) {
  .foodpress_menu.box_cats .foodpress_categories h4 {
    margin-bottom: 10px;
    width: calc(100% - 10px);
  }  
  .uk-article p > .button[target="_blank"] {
    margin-bottom: 10px;
    text-align: center;
    width: calc(100% - 50px);
  }
}

@media (max-width: 498px) {
  .home > .uk-container.uk-container-center {
    left: 0;
    right: 0;
  }
   h1, .uk-article-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
  }

  h3 {
    border-bottom: 0 none;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 0;
  }  
  .style_1 .fp_inner_box {
    padding: 10px 0;
  }
}

/* Instafeed Media Queries */
@media (max-width: 1220px) {
  .home-callouts::before {
    display: none;
  }
  .instagram-header .right h3 {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .instagram-header .right h3 {
    font-size: 13px;
  }  
}

@media (max-width: 767px) {
  .instagram-header h3 {
    font-size: 18px;
  } 
}

@media (max-width: 580px) {
  .instagram-header .right {
    height: auto;
    padding: 5px 0;
  }
  .instagram-header .right .absolute {
    display: none;
  }
  .instagram-header .right h3 {
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .home-callouts .widget_text {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .home-callouts .widget_text h1 {
    font-size: 15vw;
  }
  .home-callouts .widget_text h3 {
    font-size: 6vw;
  }
  #instafeed {
    width: 100%;
  }
  #instafeed > a {
    margin: 10px 0;
  }
  #instafeed > a, #instafeed > a > img {
    display: inline-block;
    width: 100%;
  }
  #credits {
    text-align: center;
  }
  #credits .copyright {
    float: none;
  }
  #credits #siteby {
    float: none;
    display: inline-block;
  }
  .instagram-header .left {
    float: none;
  }
  .instagram-header .right {
    float: none;
    height: auto;
    width: auto;
  }
  .instagram-header h3 {
    display: block;
    position: relative;
    text-align: center;
  }
  .instagram-header .right .absolute {
    display: block;
    position: relative;
    text-align: center;
  }
  .instagram-header {
    height: auto;
    text-align: center;
  }
  #instafeed a {
    width: 49%;
  }
  #instafeed a img {
    margin: 0;
  }
  #instafeed a:nth-child(2n) {
    margin-left: 2%;
  }
}
