@import url('//fonts.googleapis.com/css2?family=Outfit&display=swap');
/* 
Buttons (400)
font-family: 'Outfit', sans-serif;
*/

body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

#home_page_cover {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
}

.on-cover-content {
  width: 100%;
}

.on-cover-content .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350px;
}

.on-cover-content .section-wrapper .container .main-logo {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
}

.on-cover-content .section-wrapper .container .main-logo-mobile {
  margin-bottom: 10px;
  width: 200px;
}

.on-cover-content .section-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.on-cover-content .section-wrapper a {
  margin-top: 0;
}

.on-cover-content .section-wrapper a:hover {
  text-decoration: none;
}
.on-cover-content .section-wrapper h2 a:hover {
  text-decoration: underline;
  opacity: 1;
}

.on-cover-content .section-wrapper a:focus {
  text-decoration: none;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
  padding: 0;
}

.on-cover-content .section-wrapper .container img {
  margin: auto;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(1) {
  background: -webkit-gradient( linear, left top, left bottom, from(#3f5f7f), color-stop(30%, #0d387d), color-stop(91%, #091131));
  background: -o-linear-gradient( #3f5f7f 0%, #0d387d 30%, #091131 91%);
  background: linear-gradient( #3f5f7f 0%, #0d387d 30%, #091131 91%);
  background-image: url('https://static.spotapps.co/web/thesushibarok--com/css/../custom/left_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(2){
  background: -webkit-gradient( linear, left top, left bottom, from(#000000), color-stop(30%, #060707), color-stop(91%, #680e0e));
  background: -o-linear-gradient( #000000 0%, #060707 30%, #680e0e 91%);
  background: linear-gradient( #000000 0%, #060707 30%, #680e0e 91%);
  background-image: url('https://static.spotapps.co/web/thesushibarok--com/css/../custom/right_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 20px;
    text-transform: uppercase;
    background-color: transparent;
    background: transparent;
    border: 2px solid #FAFAF8;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 30px;
    min-width:190px;
    text-align: center;
    line-height: 1.4em;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
}

.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover {
    background-color: transparent;
    background: #FAFAF8;
    border: 2px solid #000;
    color: #000;
}

@media (max-width:1200px) {
  .on-cover-content .section-wrapper .container .main-logo {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .logo {
    width: 270px;
  }
  .on-cover-content .section-wrapper .container .locations-holder {
    display: block;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(1) {
    height: 50vh;
  }

  .on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(1) .custom-temp-btn {
    margin-top: 50px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  } 

  .on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(2){
    height: 50vh;
  }
}