@import url('//fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* 
  Buttons, text (700)
  font-family: 'Lora', serif;
*/

body {
  font-family: 'Lora', serif;
  font-weight: 700;
}

.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;
}

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

#home_page_cover {
  background: -webkit-gradient(linear, left top, left bottom, from(#010c60), color-stop(30%, #001128), color-stop(91%, #080e18));
  background: -o-linear-gradient(#010c60 0%, #001128 30%, #080e18 91%);
  background: linear-gradient(#010c60 0%, #001128 30%, #080e18 91%);
  background-image: url('https://static.spotapps.co/web/providencecoalfiredpizza--com/css/../custom/background.jpg');
  background-color: #000;
  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 {
  width: 80%;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 0;
}

.on-cover-content .section-wrapper a {
  background-color: transparent;
  font-size: 1em;
  margin-top: 0;
  padding: 0 0 5px 0;
  color: #fff;
}

.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%;
}

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

.on-cover-content .fa-map-marker {
  font-size: 2.6em;
  color:#fff;
  padding-bottom: 5px0;
}

.on-cover-content .fa-map-marker:hover {
  color:#ddd;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 40px;
    text-transform: uppercase;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 1.3em;
    -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: 5px;
    min-width:185px;
    text-align: center;
    margin-bottom: 10px;
}

.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: #F13232;
    background: #F13232;
    border: 2px solid #F13232;
    color: #fff;
    opacity: 1;
}

.on-cover-content .section-wrapper a.map-pin {
  display: block;
}

.on-cover-content .section-wrapper a.map-pin img {
  padding: 15px 0;
  display: block;
  width: 30px;
}

.address span {
  display: block;
  padding: 3px 0;
}

@media (max-width: 991px) {
  .on-cover-content {
    width: 100%;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 1.2em;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
    width: 250px;
    margin-bottom: 60px;
  }
  .on-cover-content .section-wrapper {
    padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-of-type(2) {
    margin: 50px 0 0 0;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    padding: 5px 20px;
    font-size: 1.1em;
  }
}