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

/* 
  text:(400), buttons (700)
  'Roboto', sans-serif;
*/

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

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

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

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

#home_page_cover {
  background-color:#333;
  background-image: url('https://static.spotapps.co/web/touchofitaly--com/css/../custom/background.jpg');
  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;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

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

.on-cover-content .section-wrapper .container .locations-holder{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  margin:0 auto;
}

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 40px;
    text-transform: uppercase;
    background-color: #CB0101;
    background: #CB0101;
    border: 2px solid #CB0101;
    color: #fff;
    font-family:'Bellefair', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    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;
    border-radius: 0;
    min-width:185px;
    text-align: center;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus,
.on-cover-content .section-wrapper a.specials-custom-btn:hover,
.on-cover-content .section-wrapper a.specials-custom-btn:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #CB0101;
    opacity: 1;
}

.drink-menu.specials .empty-content-message,
.drink-menu.specials .empty-content-message h2 {
  text-align: center !important;
  font-family: 'Bellefair', sans-serif;
}

.specials-background .pagecontent {
  padding-top: 40px;
  font-family: 'Bellefair', sans-serif;
}

.specials h1 {
  font-size: 4em;
  font-family: 'Bellefair', sans-serif;
}

.specials h3,
.specials .onespecial h2,
.specials .onespecial .col-sm-8,
.specials .onespecial .col-sm-4 {
  font-family: 'Bellefair', sans-serif;
}

.specials-background .pagecontent .col-sm-8 {
  font-size: 2em;
}

.specials-background .pagecontent .col-sm-4 {
  font-size: 1.4em;
}

.on-cover-content .section-wrapper a.specials-custom-btn {
  margin-top: 100px;
  text-transform: uppercase;
  background-color: #CB0101;
  background: #CB0101;
  border: 2px solid #CB0101;
  color: #fff;
}


@media (max-width: 1023px) {
  .on-cover-content .section-wrapper .container .locations-holder{
    width: 100%;
    margin:0 auto;
  }
  .specials h1 {
    font-size: 3em;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 220px;    
    margin-bottom:20px;

  }
  .on-cover-content .section-wrapper .container .locations-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  } 
  .on-cover-content .section-wrapper .container .locations-holder>div:first-of-type {
    margin-top: 30px;
  }
  .on-cover-content .section-wrapper .container .locations-holder div {
    margin-bottom: 30px;
  }
  .on-cover-content .section-wrapper .container .locations-holder div img {
    max-width: 80%;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(1) {
    margin: 60px 0;
  }
  .custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    min-width: 80%;
  }
  .on-cover-content .section-wrapper a.specials-custom-btn {
    margin-top: 60px;
  }
}