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

body {
  font-family: 'Jost', 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 .section-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

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

.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: 0 auto;
}

.on-cover-content .section-wrapper .container .logo-image {
  margin-bottom: 20px;
  width: 250px;
}

.on-cover-content .section-wrapper .container .locations-holder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-12 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.bottom-content-holder {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:4em;
  height: 410px;
}

.col-md-12:nth-child(1) .bottom-content-holder {
  background-color:#25103D;
}

.col-md-12:nth-child(2) .bottom-content-holder {
  background-color:#E6702A;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(1) {
  background-image: url('https://static.spotapps.co/web/taylorsrestaurantgroup--com/css/../custom/taylors_back.jpg');
  background-color:#25103D;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(2) {
  background-image: url('https://static.spotapps.co/web/taylorsrestaurantgroup--com/css/../custom/ruths_back.jpg');
  background-color:#E6702A;
}

.col-md-12 .custom-temp-btn,
.on-cover-content .locations-holder .col-md-12 a.custom-temp-btn {
    padding: 10px 7px;
    text-transform: uppercase;
    background-color: #FFFDF2;
    background: #FFFDF2;
    border: 2px solid #FFFDF2;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    -webkit-box-shadow: none;
     box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    min-width:180px;
    text-align: center;
    margin:0;
}

.col-md-12 .custom-temp-btn:hover,
.on-cover-content .locations-holder .col-md-12 a.custom-temp-btn:hover,
.on-cover-content .locations-holder .col-md-12 a.custom-temp-btn:focus {
    background-color: transparent;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}


@media (max-width:1400px) {
  .on-cover-content .section-wrapper .container .col-lg-12 img {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .on-cover-content .section-wrapper .container .locations-holder {
    display: block;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-12 {
    min-height: 50vh;
  }
  .bottom-content-holder {
    height: 370px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .col-lg-6 img {
    width: 200px;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(1) {
    background-image:none;
    background-color:#25103D;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-12:nth-child(2) {
    background-image: none;
    background-color:#E6702A;
  }
  .bottom-content-holder {
    height:100%;
    padding:0;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-12 {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding: 1em 0;
  }
}