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

/* 
Body:
font-family: 'Alata', sans-serif;
*/

body {
  font-family: 'Alata', sans-serif;
}

.navbar.nav-v7 .navbar-tabs .socialnav {
  display: none;
}
.services-page .reservations-and-parties button:hover,
.services-page .reservations-and-parties button:focus {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}
.services-page .reservations-and-parties button[disabled] {
  background-color: #676666;
  border: 2px solid #676666;
  color: #fff;
}
.services-page .reservations-and-parties button,
.services-page .reservations-and-parties button[disabled]:hover,
.services-page .reservations-and-parties button[disabled]:focus {
  background-color: #66b95f;
  border: 2px solid #66b95f;
  color: #000;
}

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

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

.on-cover-content .section-wrapper .container .top-logo {
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
}

.on-cover-content .section-wrapper .container .locations-holder {
  margin-top: 45px;
}

.on-cover-content .section-wrapper .container .locations-holder .logo-holder {
  min-height: 261px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.on-cover-content .section-wrapper .container .locations-holder .logo-holder > a {
  margin: 0;
  padding: 0;
}

.on-cover-content .section-wrapper .container .locations-holder > div {
  padding-bottom: 40px;
}

.on-cover-content .section-wrapper a {
  background-color: transparent;
}
.on-cover-content .section-wrapper .container .locations-holder .logo-holder > a:hover {
  opacity: 0.7;
}

.on-cover-content .section-wrapper .container .locations-holder div[class*=' item-'] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 425px;
}

.on-cover-content .section-wrapper .container .locations-holder .item-0 {
  background-image: url('https://static.spotapps.co/web/jarshospitalitygroup--com/css/../custom/twf_back.jpg');
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}
.on-cover-content .section-wrapper .container .locations-holder .item-1 {
  background-image: url('https://static.spotapps.co/web/jarshospitalitygroup--com/css/../custom/blue_back.jpg');
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

.on-cover-content .section-wrapper .container .locations-holder .item-2 {
  background-image: url('https://static.spotapps.co/web/jarshospitalitygroup--com/css/../custom/office_back.jpg');
}

.on-cover-content .section-wrapper .container .locations-holder .item-3 {
  background-image: url('https://static.spotapps.co/web/jarshospitalitygroup--com/css/../custom/software_85_back.jpg');
}

.on-cover-content .section-wrapper .container a > img {
  margin: auto;
  max-width: 100%;
}

.on-cover-content .section-wrapper .container .item-4 a > img {
  max-width: 50%;
}

.on-cover-content .section-wrapper .container .main-logo {
  max-width: 185px;
}

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

#home_page_cover {
  background-color: #0e0e0e;
  min-height: 100vh;
}

.on-cover-content .locations-holder h2 {
  text-transform: capitalize;
  font-family: 'Alata', sans-serif;
  font-size: 2.2em;
  color: #fff;
  font-weight: 400;
}

.on-cover-content .section-wrapper .locations-holder h3 {
  font-family: 'Alata', sans-serif;
  margin: 5px 0;
  text-transform: capitalize;
  font-size: 1.1em;
  font-weight: 400;
}

.on-cover-content .section-wrapper .locations-holder h2 a {
  text-transform: none;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.on-cover-content .section-wrapper .locations-holder h2 a i {
  font-size: 20px;
  padding-right: 8px;
}

.on-cover-content .section-wrapper .locations-holder h2 a:hover,
.on-cover-content .section-wrapper .locations-holder h2 a:focus {
    opacity: 1;
    text-decoration: none;
    color: #8BC14A;
}
.on-cover-content .section-wrapper .locations-holder h2 a:hover i,
.on-cover-content .section-wrapper .locations-holder h2 a:focus i {
  color: #8BC14A;
}

/* Custom about us page START*/
.about_us_custom_list {
  list-style-type: none;
  padding: 0;
}
.custom-about-us-page .section-header,
.services-page .section-header {
  margin-top: 0;
  font-size: 50px;
}
.custom-about-us-page img {
  margin: 0 auto;
}

.custom-about-us-page .pagecontent .about-content {
  padding-bottom: 70px;
}
.article-background.custom-about-us-page::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('https://static.spotapps.co/web/jarshospitalitygroup--com/css/../custom/office_back.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .custom-about_us-page .pagecontent {
  width: 95%;
  }
/* Custom about us page START*/

/* Services page start */
.services-page .tabs-container {
	text-shadow: none;
}
.services-page .reservations-and-parties p.submit-success {
  color: #fff;
}
/* Services page end */

@media (max-width: 1200px) {
  .on-cover-content .section-wrapper .container .locations-holder div[class*=' item-']:not(:first-of-type) a > img {
    max-height: 110px;
  }
}

@media (max-width: 1024px) {
  .on-cover-content .section-wrapper .container .locations-holder .logo-holder {
    min-height: 190px;
  }
  .on-cover-content .section-wrapper .container .locations-holder .item-4 .logo-holder {
    min-height: 230px;
  }
  .custom-about-us-page .section-header,
  .services-page .section-header {
    font-size: 40px;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 1.9em;
  }
}

@media (max-width: 767px) {
  .navbar-regular.nav-v4.nav-v6.nav-v7 .navbar-nav>li>a:hover,
  .navbar-regular.nav-v4.nav-v6.nav-v7 .navbar-nav>.active>a,
  .navbar-regular.nav-v4.nav-v6.nav-v7 .navbar-nav>.active>a:focus,
  .navbar-regular.nav-v4.nav-v6.nav-v7 .navbar-nav>.active>a:hover {
    color: #000;
  }
  .navbar.nav-v4 .header-logo {
    max-width: 110px;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 150px;
  }
  .on-cover-content .section-wrapper .container .locations-holder {
    margin-top: 25px;
  }
  .on-cover-content .section-wrapper .container .locations-holder .logo-holder {
    min-height: 180px;
  }
  .on-cover-content .section-wrapper .container .locations-holder div[class*=' item-']:not(:first-of-type) a > img {
    max-height: 90px;
  }
  .custom-about-us-page .section-header,
  .services-page .section-header {
    font-size: 35px;
  }
}