.logo-icons-div {
  margin-bottom: 0;
}
.img-responsive.light_mode_img {
  width: 124px;
}
.dropdown_lightstore {
  position: fixed;
  background-color: #fff;
  min-width: 160px;
  padding: 5px 0;
  margin: 4px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1000;
}
.list_lightstore {
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.list_lightstore a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
.list_lightstore a:hover {
  color: #3a3a3a;
}
.storename-total-div a, .storename-total-div a:hover {
  text-decoration: none;
}
.current-store-location .current-store-location-sub span {
  line-height: inherit;
}
/* ---- Big Logo custom changes ---- */
.home-custom-logo .logo-sub a img {
  max-height: 140px;
  width: auto;
}
.home-custom-margin-top {
  margin-top: 220px;
}
.home-custom-header {
  height: 220px;
}
.home-custom-progress {
  top: 220px;
}
.home-custom-header .progress {
  top: 220px;
}
/* Custom Forms */
.events-planning-form {
  display: flex;
  justify-content: center;
}
.events-planning-form button.contact {
  font-size: 14px;
  padding: 10px 20px 10px;
}
.events-planning-form button.pdf-btn {
  font-size: 14px;
  padding: 10px 20px 10px;
  margin-top: 6px;
  color: #3a3a3a;
  border-radius: 0px;
}
.events-planning-form, .events-planning-form input {
  border-radius: 4px;
}
.contact-section {
  box-shadow: none;
}
.contact-section-sub {
  margin: 0;
}
.contact-page-main-div {
  margin-top: 4px;
}
.beverages-checkbox .checkbox {
  display: inline-block;
  padding-right: 20px;
}
.beverages-checkbox .beverages-label {
  width: 100%;
  float: left;
}
#specialorder_js, #employment_js, #catering_js {
  width: 550px;
}
@media screen and (max-width: 991.5px) {
  .home-custom-margin-top {
    margin-top: inherit;
  }
  .home-custom-header {
    height: auto;
  }
  .home-custom-progress {
    top: inherit;
  }
  .home-custom-header .progress {
    top: 0;
  }
}
@media screen and (max-width: 767.5px) {
  .dropdown_lightstore {
    margin: 7px 0 0;
    font-size: 13px;
    padding: 4px 0;
  }
  .home-custom-header .progress {
    top: 0;
  }
  #specialorder_js, #employment_js, #catering_js {
    width: 100%;
  }
}
@media (max-width: 5420px) {
  nav.menu-div .main-nav {
    float: left;
    text-transform: uppercase;
  }
  nav.menu-div .nav > li.more-list {
    display: none;
  }
  nav.menu-div .auto-nav-more {
    display: inline-block;
  }
  nav.menu-div .auto-nav-more:hover {
    text-decoration: none;
  }
  nav.menu-div .auto-nav-more {
    position: static;
  }
  nav.menu-div ul.navbar-nav li a + .auto-nav-more-list {
    position: absolute;
    top: 30px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: #fff;
    min-height: 100px;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 15px;
    max-height: 300px;
    width: 145px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }
  nav.menu-div ul.navbar-nav li a + .auto-nav-more-list li {
    margin-top: 0;
    font-family: PTSansNormal;
    text-align: left;
    width: 100%;
    float: left;
  }
  nav.menu-div ul.navbar-nav li a + .auto-nav-more-list li a {
    float: left;
    padding: 8px 12px !important;
    border-bottom: 1px solid #f4f5f7;
    width: 100%;
    float: left;
    color: #3a3a3a;
  }
  nav.menu-div ul.navbar-nav li a.is-focused + .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=custom.map */