html {
  -webkit-font-smoothing: antialiased;
}

html body {
  background: #efe2d5;
  font-family: "Kanit", sans-serif;
  color: #979797;
  font-size: 17px;
}

body h1 {
  font-size: 34px;
}

body h2 {
  font-size: 17px;
  font-weight: bold;
}

body a,
body a:hover,
body a:visited,
body a:active {
  text-decoration: none;
  color: #4eb5ac;
}

body a:hover {
  color: #38d1c3;
}

:active,
:focus {
  outline: 0;
  text-decoration: none;
}
::-moz-focus-inner {
  border: 0;
  text-decoration: none;
}

a:active,
a:focus {
  outline: none !important;
  text-decoration: none;
}
a::-moz-focus-inner {
  border: 0;
  text-decoration: none;
}

.clearfix:after {
  display: table;
  content: " ";
  height: 0;
  width: 100%;
  clear: both;
}

/* fix google map controls */
.gmnoprint img {
  max-width: none;
}
.upper-content-area {
  position: relative;
  margin-left: 10%;
  min-height: 100vh;
  pointer-events: none;
  padding-bottom: 20px;
}


.store-header h1 {
  line-height: 40px;
}

.print-button-area {
  padding-bottom: 30px;
  position: relative;
}

.content-area,
main {
  position: relative;
}

.logo-area img {
  width: 334.565px;
  height: 337.533px;
  margin: 0 auto;
}

.menu-area {
  max-width: 1170px;
  margin: 0 auto;
  background-color: #fff;
  color: #333639;
  height: 0px;
  overflow: hidden;
  font-size: 15px;
  padding-left: 45px;
  padding-right: 45px;
}
.menu-column-left,
.menu-column-right {
  padding: 40px 0 40px 0;
}
.menu-column-right {
  page-break-before: always;
}
.menu-area .preserve {
  white-space: pre;
  line-height: 60%;
  padding-bottom: 5px;
}

.description {
  padding-top: 10px;
}

.two-toppings {
  text-align: right;
}

.menu-area tr {
  height: 20px;
}
.menu-area h2 {
  height: 30px;
}
.menu-area strong {
  font-size: 13px;
}
.menu-area h2,
.menu-area h2 strong {
  font-size: 18px;
}

.store .store-finder {
  display: none;
}
.store-info-area {
  display: none;
}
.closed-store-info-area {
  display: none;
}
.store .store-info-area {
  display: block;
  margin-bottom: 30px;
}
.closed-store-announcement-area {
  display: none;
}

.closed-announcement {
  font-size: 20px;
}

/* This parent can be any width and height */
.closed-store-announcement-area {
  text-align: center;
}

/* The ghost, nudged to maintain perfect centering */
.closed-store-announcement-area:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.closed-announcement {
  display: inline-block;
  vertical-align: middle;
}

.upper-content-area h1 {
  color: #000;
  font-weight: bold;
}

.transition {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}
.store-links li.selected {
  width: 100%;
  font-size: 26px;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -o-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
}
.store-links li.selected a {
  background: transparent;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
.store-links li.closed {
  width: 100%;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 4px;
  padding-top: 5px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -o-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
}
.store-links li.closed .store-status {
  color: #555;
}
.store-links li.selected a,
.store-links li.selected a:visited,
.store-links li.selected a:active {
  color: #4eb5ac;
}
.store-links li.selected a:hover {
  color: #38d1c3;
}

.store-links li a,
.store-links li a:hover,
.store-links li a:visited,
.store-links li a:active {
  color: rgba(50, 50, 50, 0.7);
}
.ui-feedback .ie-message {
  display: none;
}
.lte8 .ui-feedback,
.lte8 .ui-feedback .ie-message {
  display: block !important;
}
.lte8 .search-box-area {
  height: 0px !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.ui-feedback {
  display: none;
  padding: 0 12px 20px 12px;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.ui-feedback.visible {
  display: block !important;
}
.special-announcements {
  width: 340px;
  margin: 0 auto;
  color: #000; /*#393633;*/
  font-size: 18px;
}
.special-announcements p {
  margin-bottom: 2px;
}
.special-announcements td {
  padding-bottom: 10px;
}
.special-announcements tr td:first-child {
  text-align: right;
  padding-right: 10px;
}
.special-announcements a,
.extra-announcement a {
  background-color: #b62849;
  color: #fff;
  display: block;
  padding: 5px 10px;
  box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -o-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
}
.special-announcements a:visited,
a:active {
  color: #fff;
  outline: none;
  border: none;
}
.special-announcements a:hover {
  color: #4eb5ac;
}

.extra-announcement {
  padding-left: 15px;
  max-width: 545px;
}
.extra-announcement a {
  width: auto;
  margin-bottom: 15px;
  display: inline-block;
  box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.2);
}

.button-area {
  margin-bottom: 25px;
  margin-top: 15px;
}

.button-area ul,
.button-area li {
  margin: 0;
  list-style: none;
  display: block;
}
.phone-number-area {
  color: #000;
  font-size: 23px;
  font-weight: bold;
}
.button-area a,
.print-button {
  margin: 15px auto;
  display: inline-block;
  min-width: 200px;
  width: auto;
  padding: 5px 20px;
  height: auto;
  font-weight: bold;
  font-size: 19px;
  background-color: #fff;
  box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -moz-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -o-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 2px 2px 7px 3px rgba(119, 119, 119, 0.5);
  text-align: center;
}
.print-button,
.print-button:link,
.print-button:visited {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #545454;
  text-decoration: none;
  border: none;
  outline: none;
}
.print-button:hover,
.print-button:active {
  color: #333333;
  text-decoration: none;
  border: none;
  outline: none;
}
.print-button-area:after {
  clear: both;
  content: " ";
  display: table;
}
.order-link,
.order-link:visited {
  color: #9e5a6b;
}
.menu-link,
.menu-link:visited {
  color: #4eb5ac;
}
.search-again-link,
.search-again-link:visited {
  color: #545454;
}
.order-link:hover,
.order-link:link,
.order-link:visited,
.order-link:active {
  color: #c24867;
  text-decoration: none;
}
.menu-link:hover,
.menu-link:link,
.menu-link:visited,
.menu-link:active {
  color: #38d1c3;
  text-decoration: none;
}
.search-again-link:hover,
.search-again-link:link,
.search-again-link:visited,
.search-again-link:active {
  color: #333333;
  text-decoration: none;
}

.overlay-container::before {
  content: " ";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-image: url("images/background.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.overlay-container {
  text-align: center;
  width: 390px;
  padding-bottom: 40px;
  position: relative;
  pointer-events: auto;
  background: linear-gradient(
    172deg,
    rgba(255, 255, 255, 0.7) 11.37%,
    rgba(255, 255, 255, 0.7) 20%,
    rgba(167, 223, 217, 0.66) 50.01%
  );
}
.overlay-container--padding-top {
  padding-top: 20px;
}

.overlay-container__content {
  position: relative;
}

.social-header h1 {
  color: #fff;
  display: inline;
  margin-left: 15px;
  margin-right: 20px;
}

.contact-header h1 {
  color: #fff;
  display: inline;
  margin-left: 10px;
  margin-right: 20px;
}
.contact-form h3 {
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}

.social-header * {
  vertical-align: top;
}

.social-link-area {
  width: 320px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 5px;
}

.social-link-area img {
  display: inline-block;
  padding-right: 5px;
}

.social-link-area a {
  display: inline-block;
  text-align: center;
  width: 75px;
  height: 80px;
  position: relative;
  overflow: visible;
}

.social-link-area a.facebook:after {
  content: "facebook";
}
.social-link-area a.g-plus:after {
  content: "google+";
}
.social-link-area a.twitter:after {
  content: "twitter";
}
.social-link-area a.instagram:after {
  content: "instagram";
}

.social-link-area a:after {
  display: inline-block;
  margin-top: 5px;
  height: 30px;
  width: 75px;
  overflow: visible;
  visibility: hidden;
}

.social-link-area a:hover:after {
  display: inline-block;
  visibility: visible;
}

.contact-header {
  cursor: pointer;
  width: 300px;
}

.disclosure-triangle {
  background-image: url("images/disclosure-triangle.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.contact-us {
  display: inline-block;
  margin-left: 23px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form textarea {
  color: #000;
  border: none;
  border-radius: 0;
  background-color: #656565;
}

.contact-form button,
.contact-form input[type="button"],
.contact-form input[type="reset"],
.contact-form input[type="submit"],
.contact-form input[type="submit"]:active,
.contact-form input[type="submit"]:hover {
  border: none;
  border-radius: 0;
  background: #656565;
  cursor: pointer;
  padding: 8px 15px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  color: #000;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.contact-form {
  margin-right: 8px;
  padding-left: 50px;
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
  -moz-transition: height 1s ease; /* Firefox 4 */
  -webkit-transition: height 1s ease; /* Safari and Chrome */
  -o-transition: height 1s ease; /* Opera */
  -ms-transition: height 1s ease; /* Explorer 10 */
}

.contact-form.expanded {
  height: 1300px;
}

.search-body-content {
  display: none;
}

.legacy-announcement {
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 10px;
  border-bottom: 3px solid #72cac1;
  border-top: 3px solid #72cac1;
  margin-bottom: 10px;
}

.store-finder.hidden {
  display: none;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.row-days {
  padding-right: 12px;
}

/* these are toggled by media queries */
.slider-area.desktop {
  display: block;
}

.map-content.mobile.visible {
  display: none;
}

/* tablet */
@media only screen and (max-width: 1023px) {
  .upper-content-area {
    margin-left: 0;
  }
  .map-content.desktop {
    left: 0 !important;
  }
}

/*mobile*/
@media only screen and (max-width: 500px) {
  .slider-area.desktop {
    display: none;
  }
  .store .store-slider-area {
    display: block;
  }
  .home .home-mobile-slider-area {
    display: block;
  }
  .accordion .pickup__show-on-map {
    display: inline;
  }
  .google-map {
    left: 0 !important;
  }
  .map-content.mobile.visible {
    display: block;
  }
  .overlay-container {
    width: 100%;
  }
}

@media print {
  .button-area {
    display: none;
  }
}

.site-info {
  text-align: right;
}

a.privacy-link,
a.privacy-link:active,
a.privacy-link:visited,
a.privacy-link:hover,
a.privacy-link:focus {
  display: inline-block;
  margin-top: 20px;
  color: #333333;
  text-decoration: underline;
}

.legacy-announcement > p {
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

a::-moz-focus-inner,
input::-moz-focus-inner,
a:focus,
a:visited,
a:hover,
a:active {
  outline: none !important;
}
