@import url('//fonts.googleapis.com/css2?family=Sura&display=swap');

/* 
Title, Text, Buttons (400)
font-family: 'Sura', serif;
*/

body {
  font-family: 'Sura', serif;
}

a {
  color: #000;
}

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

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

.on-cover-content .section-wrapper {
  display: flex;
  justify-content: center;
}

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

.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 50px;
  max-width: 250px;
}

#home_page_cover {
  background-color: #372f2d;
  background-image: url('https://static.spotapps.co/web/zapatasrestaurant--com/css/../custom/page_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 8px 35px;
    text-transform: uppercase;
    background-color: #B21917;
    background: #B21917;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Sura', serif;
    font-weight: 400;
    font-size: 18px;
    box-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;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #B21917;
    opacity: 1;
}

.on-cover-content .locations-holder h2 {
  text-transform: uppercase;
  font-family: 'Sura', serif;
  font-size: 2.8em;
  color: #fff;
  margin-top: 0;
}

.on-cover-content .section-wrapper .locations-holder h3 {
  margin: 20px 0 0;
  font-family: 'Sura', serif;
  font-weight: 400;
  white-space: nowrap;
}

.on-cover-content .section-wrapper .locations-holder h3 a {
  text-transform: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}
.on-cover-content .section-wrapper .locations-holder h3 a:hover,
.on-cover-content .section-wrapper .locations-holder h3 a:focus {
    text-decoration: none;
    opacity: 1;
    color: #FF6B69;
}

.image-holder {
  max-width: 460px;
  margin: 0 auto 40px;
}

.image-holder img {
  border: 5px solid #fff;
}

.on-cover-content .section-wrapper .image-holder > a {
  padding: 0;
}

@media (max-width: 1400px) {
  .on-cover-content {
    width: 90%;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 1200px) {
  .on-cover-content {
    width: 100%;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 2.3em;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .on-cover-content .locations-holder h2 {
      font-size: 2.6em;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
      font-size: 20px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    margin: 10px auto 50px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper {
        padding: 0 0 2em;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 240px;
        margin: 10px auto 40px;
  }
  .on-cover-content .locations-holder h2 {
      font-size: 2em;
  }
  .on-cover-content .section-wrapper .locations-holder h3 {
    margin-top: 0;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
    font-size: 16px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    margin: 20px auto 50px;
  }
}