@import url('//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Inter:wght@100&display=swap');
@import url('//fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('//fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');

/*

font-family:'Futura LT W01 Light Condensed';
font-family:'Helvetica Neue LT W01_35 Thin';
font-family:'Bianca W00';
font-family:'Futura LT W01 Light';
font-family:'Futura LT W01 Bold';

*/

/* change fonts  */
/* .home-specials h1 ,
.home-specials a ,
.contact-v2 .hours-title,
.contact-v2 .social-title,
.contact-v2 .contact-us-title,
.drink-menu h1,
.drink-menu h2,
.drink-menu h5,
{
    font-family:'Futura LT W01 Light';
}

"Futura LT W01 Light Condensed" = font-family: 'Barlow Condensed', sans-serif; font-weight: 300;
"Helvetica Neue LT W01_35 Thin" = font-family: 'Inter', sans-serif; font-weight: 100;
"Bianca W00" = font-family: 'Tangerine', cursive; font-weight: 400;
"Futura LT W01 Light" = font-family: 'Jost', sans-serif; font-weight: 300;
"Futura LT W01 Bold" = font-family: 'Jost', sans-serif; font-weight: 700;
*/

/* put under the comment if it's NOT sinle page website */
/*.header {
    background-attachment: fixed;
}*/

a {color: #ddd;}

body {
  font-family: 'Jost', sans-serif; 
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif; 
  font-weight: 300;
}

.navbar-regular.nav-v4 .navbar-nav>li>a {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 300;
  font-size: 1.2em;
}

li.drop-down-link {
  position: relative;
}
li.drop-down-link .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 160px;
  background-color: #fff;
  padding: 20px;
  color: #000;
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 300;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}
li.drop-down-link .sub-menu a {
  display: block;
  padding: 10px 0 !important;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #000;
}
li.drop-down-link .sub-menu a:hover, li.drop-down-link .sub-menu a:focus {
  text-decoration: none;
  color: #f2b119;
}
li.outside-link {
  display: none;
}

/* home page */
.uk-overlay-background {
  background: rgba(0,0,0,.5);
}
.uk-overlay-panel h1 {
  font-family: 'Jost', sans-serif; 
  font-weight: 700;
  font-size: 4em;
}
.uk-overlay-panel p {
  font-size: 1.6em;
  line-height: 1.4em;
}

/* dollar sign */
.home-specials > div:first-child {
    background-image: url('https://static.spotapps.co/web/terusushi--com/css/../images/dollar/dollar-orange.png');
}

.reservations a {
    color: #fff;
    background-color: #ddd;
}


/* tabs in drinks and food menu */
.tabnav .nav>li>a:hover, .tabnav .nav>li.active>a {
    color: #ddd;
    background: transparent;
    border-bottom: 10px solid rgba(220, 220, 220, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
    color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
    color: #ddd;

}

.navbar-regular .navbar-collapse.collapse.in{
    background-color:  rgba(255,255,255,0.7);
}


/* black specials */
.specials-v2 {
    background-color: black;
}

.home-specials h1, .about-us h1 {
    color: white;
}

.about-us h1 {
    margin-top:4px;
}

.home-specials p {
    font-size: 1.2em;
    color: white;
    word-wrap: break-word;
    padding-top: 1.9em;
}

.home-specials p.specials-hours{
    padding-top: 0.2em;
    color: #ccc;
}


.gallery {
  background-color: #fff;
  padding-bottom: 50px;
  border-top: 4px solid #f2b01b;
}
.gallery-v2-wrapper {
  padding-bottom: 0;
}

.gallery label, .reservations label, .email-subscription label, .reservations-and-parties label {
  text-transform: uppercase;
  color: white;
  border: none;
  padding: 10px 60px;
  margin-bottom: 20px;
  font-size: 1.7em;
}

.contact-v2 .contact-location{
    text-transform: uppercase;
}

.custom-modal .close {
  font-size: 40px;
  line-height: 28px;
  color: #f2b01b;
  opacity: 0.8;
}
button.close:focus {
  outline: none;
}

.banner-section {
  padding: 30px 0;
}
.banner-section h1 {
  font-family: 'Tangerine', cursive; 
  font-weight: 400;
  font-size: 2.2em;
  text-transform: none;
}
.banner-section .banner-pin {
  font-size: 23px;
  color: #fff;
}
.banner-section .banner-pin:focus,
.banner-section .banner-pin:active {
  color: #fff;
}
.banner-section .banner-pin:hover{
  color: #f2b01b;
}

.section-header,
.specials h1, .events h1,
.about-us-v3 h1,
.gallery label,
.reservations-and-parties label {
  font-family: 'Tangerine', cursive; 
  font-weight: 400;
  font-size: 3.5em;
  text-transform: capitalize;
}

.gallery label,
.reservations-and-parties label {
  color: #f2b01b;
  padding-left: 0;
  padding-right: 0;
}

.gallery label {
  margin-top: 0;
}

.about-us-plus-wrapper {
  width: 100%;
  padding: 3em 5%;
  border-top: 4px solid #f2b01b;
  border-bottom: 4px solid #f2b01b;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.about-us-plus-wrapper:before {
  z-index: -1;
}
.about-us-plus-content .about-us-img-holder {
  border: 1px solid #565857;
}
.about-us-plus-wrapper .section-header {
  font-family: 'Inter', sans-serif; 
  font-weight: 100;
  font-size: 3.3em;
  text-transform: uppercase;
  color: #565857;
}
.about-us-plus-content h2 {
  font-family: 'Tangerine', cursive; 
  font-weight: 400;
  color: #f2b01b;
  text-transform: capitalize;
  font-size: 3em;
}
.about-us-plus-content .about-us-plus-button {
  background-color: #282828;
  color: #f2b01b;
  border-radius: 5px;
}
.download-app-button {
  background-color: #f2b01b;
  color: #565857;
  border-radius: 5px;
  border-style: none;
}
.gallery-v2-wrapper .gallery-link.gray-bg {
    background-color: #282828;
}
.gallery-v2-wrapper .gallery-link.gray-bg a, .gallery-v2-wrapper .gallery-link.gray-bg a:hover, .gallery-v2-wrapper .gallery-link.gray-bg a:focus {
    color: #fff;
}
.gallery-v2-wrapper .gallery-link .icon-holder span {
  width: 90%;
  line-height: 1em;
  margin: 20px auto 0 auto;
  font-family: 'Tangerine', cursive; 
  font-weight: 400;
  font-size: 2em;
}

.custom_html_1-section {
  padding: 30px;
  border-bottom: 4px solid #f2b01b;
  background-color: #282828;
  color: #fff;
  text-align: center;
}
.custom_html_1-section h2{
  padding-bottom: 10px;
  font-family: 'Tangerine', cursive; 
  font-weight: 400;
  font-size: 3em;
}
.custom_html_1-section .container {
  width: 100%;
}
.custom_html_1-section .section-header {
  margin-top: 10px;
  margin-bottom: 20px;
}
.custom_html_1-section p {
  margin: 5px 0;
}
.custom_html_1-section .gift-card-link {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.custom_html_1-section .gift-card-link img {
  margin: 0 auto;
  border-radius: 10px;
}

.reviews-wrapper {
  min-height: 560px;
}
.reviews {
    margin: 0 50px 0 auto;
}
.review-content {
  background-color: rgba(0,0,0, 0.5);
  padding: 5px 40px 20px 40px;
  border-radius: 30px;
  color: #fff;
}
.review-content .section-header {
  color: #f2b01b;
}

.custom_html_2-section {
  padding-top: 25px;
  padding-bottom: 35px;
  border-top: 4px solid #f2b01b;
  background-color: #282828;
  color: #fff;
  text-align: center;
}
.custom_html_2-section .section-header {
  margin-bottom: 35px;
  margin-top: 20px;
}
.custom_html_2-section .container {
  width: 90%;
}
.widget-holder {
  display: inline-block;
  margin: 10px 30px;
}

.newsletter-section {
  padding-top: 5px;
  border-top: 4px solid #f2b01b;
  border-bottom: 4px solid #f2b01b;
}
.sph-email-subscription {
  padding-top: 5px;
}
.newsletter-section h2{
  font-size: 1.5em;
}
.sph-email-subscription .sph-email-input {
  border: 1px solid #fdefd2;
  padding: 15px 5px;
  background-color: #fdefd2;
  text-align: center;
  border-radius: 10px;
}
.sph-email-subscription .sph-submit-button {
  background-color: #f2b01b;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 1.8em;
}

.googlemap-v2 .triangle {
  border-bottom: 12px solid #282828;
}
.contact-v3 {
  background-color: #282828;
}
.contact-v3 .days {
  text-transform: initial;
}

.style-traditional.drink-menu .pagecontent {
  box-shadow: 0px 0px 15px #f2b01b;
}
.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 300;
  height: 70px;
  border-bottom: 7px solid rgba(200, 200, 200, 0.6);
}
.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav  .nav>li.active>a,
.food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav  .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover,
.drink-menu-section .tabnav  .nav>li.active>a {
  color: #f2b01b;
  border-bottom: 7px solid #f2b01b;
}
.style-traditional.drink-menu .menu-item-price-traditional .item-price, .style-traditional.drink-menu .menu-item-price-traditional .food-price {
  padding-bottom: 5px;
}

.about-us-v3 .text-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.2em;
}
.about-us-v3 h1 {
  margin: 30px auto;
  font-size: 3em;
}
.about-us-v3 p {
  font-size: 1.2em;
  line-height: 1.2em;
}
.about-us-v3 p strong {
  display: inline-block;
  padding-bottom: 5px;
}
.about-icons-holder {
  margin-top: 40px;
}
.about-icons-holder a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.about-icons-holder img {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  opacity: 1;
}
.about-icons-holder img:hover {
  opacity: 0.8;
}
.about-reservation {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 15px 8px 15px;
  background-color: #f2b01b;
  color: #565857;
  border-radius: 5px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-reservation:hover {
  text-decoration: none;
  color: #565857;
  opacity: 0.8;
}
.about-reservation:focus {
  text-decoration: none;
  color: #565857;
  opacity: 1;
}
.drink-menu .pagecontent .custom-text{
  font-family: 'AZ Claire W00 Regular';
  font-size: 1.3em;
  text-align: center;
  padding-top: 15px;
  color: dimgray;
}

.reservations-and-parties button {
  background-color: #f2b119;
  color: #fff;
}
.reservations-and-parties button[disabled] {
  background-color: #676666;
  cursor: not-allowed;
  color: #989292;
}

.article-background {
  background-color: #fff;
}
.drink-menu.article-background .tabs-container {
    text-shadow: none;
}
.article-background .section-header {
  color: #f2b119;
  margin-bottom: 30px;
}
.press-holder {
  margin: 0 20px;
  text-align: center;
  color: gray;
}
.press-holder .press-item {
  padding: 30px;
  border: 2px dotted #f2b119;
  margin: 30px 0;
}
.press-holder h2 {
  font-family: 'Proxima N W01 Light';
  font-size: 2em;
  margin: 20px 0 30px 0;
  color: #000;
}
.press-holder a {
  display: block;
  color: #000;
}
.press-holder a:hover {
  text-decoration: none;
  color: #000;
}
.press-holder a img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.press-holder a img:hover  {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.press-holder img {
  margin: 0 auto;
  margin-bottom: 30px;
}
.press-autor {
  font-style: italic;
}

.party-background p a {
  width: 198px;
  margin-top: 10px;
  padding: 10px 15px 8px 15px;
  background-color: #f2b01b;
  color: #565857;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 1;
  text-shadow: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.party-background p a:hover {
  text-decoration: none;
  color: #565857;
  opacity: 0.8;
}
.party-background p a:focus {
  text-decoration: none;
  color: #565857;
  opacity: 1;
}
.reservations .section-header {
  color: #282828;
  text-transform: none;
}

.open-table-holder.open-table-desktop {
  height: 280px;
}

.ot-reservations-wrapper {
  border-top: 4px solid #f2b01b;
  border-bottom: 4px solid #f2b01b;
}

.reviews-v2-wrapper {
  border-bottom: 4px solid #f2b01b;
}
.reviews-v2-wrapper .section-header {
  color: #f2b01b;
}
.reviews-v2-wrapper .container {
  padding-top: 10px;
}
.reviews-v2-wrapper h2 {
  margin-top: 10px;
  font-size: 1.7em;
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 300;
}
.reviews-v2-wrapper h3 {
  margin-bottom: 20px;
  font-size: 1.4em;
  text-transform: none;
}
.reviews-v2-wrapper .review-text p {
  line-height: 1.7em;
  font-style: italic;
}
.reviews-v2-wrapper h3 .fa.fa-star {
  color: #f2b01b;
}
.reviews-v2-wrapper .review-quote {
  color: #fff;
  opacity: 0.6;
}

.footer-v2-wrapper {
  background-color: #282828;
  border-top: 4px solid #f2b01b;
}

.food-menu-nav .food-menu-nav-item {
  border-radius: 5px;
  font-size: 17px;
  text-decoration: none;
  background-color: #282828;
  background: #282828;
  border: 2px solid #282828;
  color: #f2b01b;
}
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item:focus {
  background-color: #f2b01b;
  background: #f2b01b;
  border-color: #f2b01b;
  color: #282828;
  text-decoration: none;
}
.food-menu-holder {
  margin-top: 0;
}
.food-menu-holder p.custom-text {
  margin-bottom: 15px;
  text-align: center;
}
.food-menu-grid .menu-description {
  width: 95%;
}
.food-menu-grid .menu-description p {
  font-weight: bold;
}
.drink-menu .food-menu-page h2, .drink-menu .drink-menu-page h2 {
  color: #282828;
  font-size: 1.8em;
  text-transform: uppercase;
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #f2b01b;
}
.food-menu-grid h3 {
  font-size: 1.2em;
}
.food-menu-grid .food-price {
  color: #282828;
  font-weight: bold;
}
.food-menu-grid .food-item-description {
  color: #282828;
  font-size: 1.1em;
  line-height: 1.2em;
}

.onespecial, .oneeventday {
  font-size: 16px;
}
.specials h2 {
  color: #fff;
}

@media (max-width: 1200px) {
  .uk-overlay-panel h1 {
    font-size: 3.5em;
  }
}

@media (max-width: 1023px) {
  .uk-overlay-panel p {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  .gallery-v2-wrapper .gallery-link .icon-holder span {
    font-size: 1.5em;
  }
  .reviews {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .navbar-regular.nav-v4 .navbar-nav>li>a {
    font-size: 1.4em;
  }
  .uk-overlay-panel h1 {
    font-size: 2.5em;
  }
  .uk-overlay-panel p {
    font-size: 1.3em;
  }
  .banner-section {
    padding: 30px 0 25px 0;
  }
  .banner-section h1 {
    font-size: 1.8em;
  }
  .banner-section .banner-pin {
    font-size: 20px;
  }
  .about-us-plus-content h2 {
    font-size: 2.6em;
  }
  .ot-reservations-wrapper .section-header,
  .reviews-v2-wrapper .section-header {
    margin-top: 20px;
  }
  .reviews-v2-wrapper .review-text blockquote {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 13px 5px;
    text-transform: uppercase;
    font-size: 1.1em;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 420px;
  }
  li.drop-down-link {
      display: none;
  }
  li.outside-link {
    display: block;
    text-transform: uppercase;
  }
  .uk-overlay-panel h1 {
    margin-top: -20px;
    font-size: 2em;
  }
  .uk-overlay-panel p {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .banner-section h1 {
    font-size: 1.5em;
  }
  .about-us-plus-wrapper .section-header {
    font-size: 2.5em;
  }
  .review-content {
    padding: 5px 20px 20px 20px;
    margin: 0 auto;
  }
  .style-traditional .tabnav .nav>li>a {
    font-size: 14px;
    line-height: 15px;
  }
  .style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
    height: 90px;
  }
  .widget-holder.virtual iframe {
    width: 300px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .about-us-background {
    background-attachment: fixed!important;
  }
  .about-us-v3 .text-wrapper {
    font-size: 1.1em;
  }
  .about-us-v3 .text-wrapper img {
    width: 95%;
  }
  .food-menu-nav {
    margin-top: 25px;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border-top: 2px solid #f2b01b;
  }
  .food-menu-nav .food-menu-nav-item {
    border-right-style: none;
    border-left-style: none;
    border-color: #f2b01b;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
  }
  .food-menu-grid-item-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  .drink-menu .food-menu-page h2, .drink-menu .drink-menu-page h2 {
    font-size: 1.7em;
  }
  .onespecial, .oneeventday {
    font-size: 15px;
  }
  .custom_html_1-section {
    padding: 30px 0;
  }
  .custom_html_1-section h2 {
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 2.2em;
  }
  .ot-reservations-wrapper {
    padding: 30px 0;
  }
}

@media (max-width: 400px) {
  .section-header, .specials h1, .events h1, .about-us-v3 h1, .gallery label, .reservations-and-parties label {
    font-size: 3em;
  }
  .about-us-plus-wrapper .section-header {
    font-size: 2.3em;
  }
  .about-us-plus-content h2 {
    font-size: 2.5em;
  }
  .gallery-v2-wrapper .gallery-link .icon-holder span {
    font-size: 1.3em;
  }
  .custom_html_2-section .container {
    width: 100%;
    padding: 0;
  }
  .widget-holder {
    margin: 10px 0;
  }
}

@media (max-width: 320px) {
  .uk-overlay-panel h1 {
    margin-top: -30px;
    font-size: 2.1em;
  }
  .uk-overlay-panel p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
  .banner-section h1 {
    font-size: 1.4em;
  }
  .reviews-v2-wrapper .review-text p {
    line-height: 1.6em;
  }
}
