@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Josefin+Slab:wght@400;500;600;700&display=swap');

#framework {
  /* height: 1100px; */
}

.page-title h2
{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 0;
}
#sticky_footer {
  background-color: #ffffff !important;
  margin-top: -100px !important;
  height: 100px !important;
  clear:both;
  font-size: 11px;
}

.intro {
  background-color: #ffffff !important;
  opacity: 1 !important;
  z-index: 1000;
}

.slideshow {
  height: 520px !important;
  width: 1015px !important;
}

/*
.headerImage {
    background-image: url('https://www.emenuplus.com/locator/images/Broken_Lasagna.jpg');
}
*/

.locator-store-image
{
  width: 100%;
}

.pageTitle,
.pageTitleOver {
  color: #000000;
  font-family: Arial Bold, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Readex Pro', sans-serif;
}

.pageTitle {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.pageTitleFlourish {
  width: 40px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  border: 0px solid red;
}

.pageTitleFlourishLine {
  width: 100%;
  border-bottom: 1px solid white;
}

.locatorLocationSchedule,
.locatorLocationSchedule div {
  font-size: 11px;
}


.footer {
  height: auto;
  color: white;
  background-color: #003595;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  z-index: 1000;
}

.footer-top {
	background-color: #003595;
	color: #FFFFFF;
	font-size: 0.9rem;
}

.footer-bottom {
	background-color: #022B76;
	color: #FFFFFF;
	font-size: 0.8rem;
}

.footerContent {
  color: white;
  /*
  display: table-cell;
  vertical-align: middle;
  */
}
.footerContent a
{
  color: white;
  text-decoration: none;
}

.footerContentElement {
  color: white;
  /*padding-left: 20px;*/
  /*padding-right: 10px;*/
}

.locatorAddressCaption {
  font-size: 11px;
  text-align: left;
}

.locatorAddress {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-indent: 25px;
  /*margin-top: 10px;*/
  /*border: 1px solid black;*/
  border: none;
  width: 150px;
  height: 30px;
  outline: none;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
}

.locatorAddress:focus {
  border-color: #4d90fe;
}

.locatorSubmit {
  height: 100%;
  width: 80px;
  text-align: center;
  font-size: 15px;
  /*color: black;*/
  color: #ffffff;
  border: 0px solid black;
  /*background-color: #ffffff;*/
  background-color: #376641;
}

.locatorSubmit:hover {
  /*color: red;*/
  /*border: 1px solid red;*/
  cursor: hand;
  cursor: pointer;
}

.locatorSubmitDisabled {
  height: 100%;
  width: 80px;
  text-align: center;
  font-size: 15px;
  /*color: black;*/
  color: #000;
  border: 0px solid black;
  /*background-color: #ffffff;*/
  background-color: #888;
  opacity: 0.1;
}

.locatorSubmitLoading {
  color: red;
}

.locatorLocationsContainer {
  width: 100%;
  height: 680px;
  /*height: 300px;*/
/*
  text-align: center;
*/
  /*padding-top: 25px;*/
  overflow: scroll;
  position: relative;
}

.searchAddress {
  padding-top: 25px;
  text-align: center;
}

.searchAddressContent {
  display:inline-block;
}

.searchAddressContentCenter {
}

.searchAddressContentElement,
.searchAddressContentElementSeparator {
  float: left;
}

.searchAddressContentElementCenter {
}

.searchAddressContentElementSeparatorCenter {
  display: none;
}

.locatorChangeSearchLink {
  font-size: 12px;
  font-style: italic;
  color: red;
  text-decoration:none;
}

.locatorLocationsList {
/*
  min-height: 700px;
  padding-top: 20px;
  text-align: center;
*/
}

/*
.locatorLocationsListCenter {
  min-height: 700px;
  padding-top: 20px;
  text-align: center;
}
*/

.locatorLocation,
.locatorLocationCenter {
/*
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
*/

  background: #ffffff;
}

.locatorLocation {
  text-align: left;
  /*padding-bottom: 5px;*/
  /*border: 1px solid red;*/
  /*padding: 10px;*/
  overflow: hidden;
  height: 100% !important;
}

/*
.locatorLocationInner {
}
*/

.locatorLocationCenter {
  text-align: center;
  padding-bottom: 5px;
}

.locatorLocationContent {
  /*padding-bottom: 5px;*/
}

/* Inline #21 | https://www.emenufe.com/locator/# */

.phone-display, .distance-display {
  font-size: 1rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family:'Josefin Slab', serif;
  color: #171717;
  font-weight: 600;
}

.btn.btn-custom-view-hours{
    width: 100%;
    background-color: #F3F3F3;
    color: #171717; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0!important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.8rem;
    padding: 0.8rem 1rem;
    line-height: 1;
    height: auto;
    min-height: 45px;
    transition: all 0.2s ease;
    border: none;
}

.btn.btn-custom-view-hours:hover {
    background-color: #e9e9e9;
    border-color: #d1d1d1;
}

.btn.btn-custom-view-hours:focus {
    box-shadow: none;
    outline: none;
}

.btn.btn-custom-view-hours .plus-icon {
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
}

.btn-order-now
{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  background-color: #FFC600;
  border: none;
  font-size: 1rem;
  padding: 0.8rem;
  border-radius: 8px;
  color:#171717;
}

.address-display {
	font-size: 1rem;
	border-bottom: 1px dashed #d2d2d2;
	color: #7B7C7EE5;
  font-family: 'Josefin Slab', serif;
  font-weight: 600;
}

.hours-day {
  display: flex;
  justify-content: space-between; 
  padding: 8px 15px; 
  border-bottom: 1px solid #ccc; 
  font-size: 1rem;
  color:#535353;
}
.hours-time-divider
{
  margin: 0 5px;
}
.hours-time
{
  width: 50%;
  text-align: end;
  font-family: 'Josefin Slab', serif;
  color: #7B7C7EE5;
  text-transform: capitalize;
}


.hours-day:last-child {
  border-bottom: none;
}

.day-display {
  font-weight: 400;
  width: 50%;
  font-family: 'Josefin Slab', serif;
  color: #171717;
}
.schedule-content
{
  background-color:#F3F3F3 ;
}
.locatorLocationContentSeparator {
  height: 5px;
  width: 100%;
}

.locatorLocationSeparator {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/

  height: 5px;
  width: 100%;
}

.locatorLocationName {
  /*padding-bottom: 10px;*/
}

.locationName {
  color: #FDB409;
}

.locationAddress {
  font-weight: bold;
}

.locationTelephone {
  font-weight: bold;
}

/*Order Type Buttons*/
.order-type
{
    gap: 0.5rem;
    display: flex;
    align-items: stretch;
}
.order-type div
{
    flex: 1;
    display: flex;
    align-items: stretch;
}
.order-type button
{
    font-size: 0.8rem;
    font-weight: 700; 
    letter-spacing: 0.1rem;
    border-radius: 0.3rem;
    padding: 0.5rem 0.7rem;
    width: 100%;
    background-color: rgba(0,0,0,0.03);
    border: none;
    gap: 0.5rem;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    height: auto;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.order-type button.active
{
    background-color: #FFF;
    border: 2px solid #003595;
    color: #003595;
}
.order-type button.active i:nth-child(2)
{
    display: block!important;
}
.order-type button i:first-child
{
    font-size: 1.5rem;
}
.order-type button i:nth-child(2)
{
    font-size: 1.5rem;
    color: var(--MainColor);
}
/*End Order Type Buttons*/
/*Locator Fields*/
.address-form .bi-geo-alt 
{
  border-radius: 0 !important;
}
#ship-address
{
  width: 25%;
}
.address-form input#ship-address:focus {
  box-shadow: none !important;
}
#locator-fields
{
  flex: 1;
  min-height: 100vh;
}
#locator-map
{
  flex: 2;
  width: 100%;
  min-height: 100vh;
}
#ship-address,#address2 {
  border-radius: 0 !important;
}
#locator_submit 
{
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  height: auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-radius: 0 !important;
  background-color: #FFC600 !important;
  transition: all 0.2s;
  border: 1px solid #FFC600;
  transition: all 0.2s;
  color: #171717;
  width: 100%;
}
#locator_submit:hover
{
  border-radius: 0 !important;
  background-color: #000!important;
  transition: all 0.2s;
  border: 1px solid #000;
  color: #fff;
}
.store-name-display
{
  font-family: 'Josefin Sans', sans-serif;
  color: #171717;
  font-size: 1.5rem;
}
.locatorFormContent #search-icon
{
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  background-color: transparent;
  border: none;
  height: 100%;
  font-size: 1.2rem;color: rgba(123, 124, 126, 0.85);
}
.locator-fields-wrapper
{
  background-color: #F3F3F3;
}
.location-item
{
  margin-bottom: 1.5rem;
}
.location-item a
{
  border-radius: 7px!important;
  padding: 1rem;
}
#locator_locations_list
{
  border-radius: 2px;
}
/*End Locator Fields*/

/*Locator Map*/
.locator-locations-content
{
  position: relative;
  width: 75%;
}
.selected-location-item {
  border: 2px solid #003595;
  background-color: #f0f8ff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.5);
  opacity: 1 !important;
  border-radius: 7px;
}
/*End Locator Map*/
main
{
  /*   position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 120px;/*Footer height*/ 
}

.footer-bottom .footer-logo img
{
  width: 8rem;
}
/* General styles for the scrollbar */
.locator-form-content::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

/* Style for the scrollbar thumb (the draggable part) */
.locator-form-content::-webkit-scrollbar-thumb {
  background-color: #003595; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Rounded borders for the thumb */
  border: 3px solid #ecf0f1; /* White border around the thumb */
}

/* Style for the scrollbar track */
.locator-form-content::-webkit-scrollbar-track {
  background-color: #ecf0f1; /* Background color of the scrollbar track */
  border-radius: 6px; /* Rounded borders for the track */
}

/* Style for the scrollbar buttons (up and down) */
.locator-form-content::-webkit-scrollbar-button {
  display: none; /* Hides the scrollbar buttons */
}

.location-status {
  background-color: #376641; /* Background color */
  color: white; /* Text color */
  padding: 10px 20px 5px; /* Padding */
  font-size: 0.8rem; /* Font size */
  border-radius: 5px; /* Rounded borders */
  position: relative; /* Relative position for the pseudo-element */
  overflow: hidden; /* Hides content that spills out of the borders */
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

.location-status-closed {
  background-color: #000; /* Background color */
  color: white; /* Text color */
  padding: 10px 20px 5px; /* Padding */
  font-size: 0.8rem; /* Font size */
  border-radius: 5px; /* Rounded borders */
  position: relative; /* Relative position for the pseudo-element */
  overflow: hidden; /* Hides content that spills out of the borders */
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

@keyframes shine {
  from {
      left: -75%; /* Starts closer to the center */
  }
  to {
      left: 75%; /* Ends closer to the center, on the other side */
  }
}
@media screen and (min-width: 1200px) {
  .locator-form-content
  {
    width: 25%;
    height: 100vh;
    overflow: auto;
  }
  #locator_locations_container{
    height: 100%;
    overflow: hidden;
  }  
  #locator_map
  {
    height: 100vh!important;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) 
{
  .locator-form-content
  {
    width: 35%;
  }
  .locator-locations-content
  {
    width: 65%;
  }
  #locator_map
  {
    height: 100vh!important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) 
{
  #locator_locations_list
  {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .location-item
  {
    flex:0 1 calc(33.3333% - 10px);
  }
  .location-item a
  {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .location-item a div:nth-last-child(2)
  {
    margin-top: auto!important;
  }
  .order-type-wrapper, .address-form
  {
    max-width: 500px;
  }
}
@media (max-width: 992px) and (min-width: 576px) 
{
  .store-name-display
  {
    font-size: 1.2rem;
  }
  .location-item a
  {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .location-item a div:nth-last-child(2)
  {
    margin-top: auto!important;
  }
  #locator_locations_list
  {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .location-item
  {
    flex:0 1 calc(50% - 10px);
  }
  .order-type-wrapper, .address-form
  {
    max-width: 400px;
  }
}
@media (max-width: 1200px) 
{
  .locator-form-content
  {
    width: 100%;
  }
  .locator-locations-content
  {
    width: 100%;
  }
  #locator_map
  {
    height: 50vh!important;
  }
}
@media (max-width: 768px) 
{
  .headerBackground
  {
    height: 100px!important;
   
  }
  .headerImage
  {
    background-size: contain;
  }
}
@media (max-width: 577px)
{
  .page-title h2
  {
    font-size: 1.7rem;
  }
  .logo-image {
      max-width: 80px!important;
  }
  .header-container
  {
      height: 100px;
  }
}
@media (max-width: 480px) 
{
  #locator_submit, .locator-submit-wrapper
  {
    width: 100%;
  }
  .locator-locations-content
  {
    display:none;
  }
  #footer-text-copyright,.footer-text-address
  {
    font-size: 0.8rem;
  }
} 
@media (max-width: 375px) 
{
  .page-title h2
  {
    font-size: 1.3rem;
  }
  #footer-text-copyright,.footer-text-address
  {
    font-size: 0.65rem;
  }
}