.node-page {
  min-height: 274px;
  padding-top: 15px;
}

#page-content {
  overflow: hidden;
}

.content {
  max-width: 1230px;
  margin: 0 auto;
  padding-bottom: 0;
}

/* Page Title */
#map-filters h1 {
  margin-bottom: 1.25rem;
}

#locator-search .input-search {
  width: 100%;
  padding: 0 35px;
  border: 0;
  color: #7c7c7c;
}

#locator-search .icon-remove:before {
  transform: scale(0.8) translate(-8px, 2px);
}

#locator-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
}

#locator-search-wrapper,
.checked-filters,
.no-result {
  max-width: 425px;
  margin: 0 auto;
}

#locator-search {
  position: relative;
  border-bottom: 1px solid #ffbc0d;
  flex: 1;
  margin-right: 15px;
}

#locator-search .icon-search:before {
  padding-top: 3px;
}

#locator-search button.icon-search,
#locator-search i.icon-remove {
  border: none;
  background: none;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#locator-search i.icon-remove {
  right: 0;
  display: none;
}

#locator-search i.icon-remove:hover {
  cursor: pointer;
}

#locator-search input {
  border: none;
  width: 100%;
  border-bottom: 1px solid #ffbc0d;
  line-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 40px;
}

#locator-search .input-search {
  width: 100%;
  padding: 0 40px;
  border: 0;
  color: #7c7c7c;
  height: 40px; /* need for IE */
}

#locator-search button {
  width: 23px;
  background: none;
  border: none;
  color: #fff;
  font-size: 23px;
  left: 0;
}

#locator-search button:hover {
  color: #ffc836
}

/*#map-content {
  display: none;
}
*/

.restaurant-finder-mobile-content {
  display: none;
}

.restaurants-results-page #map-content {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 660px;
  margin-bottom: 4.8rem;
  overflow: hidden;
}

#facilities {
  margin-bottom: 30px;
}

#map,
#map-overlay {
  z-index: 0;
  height: 660px;
}

#map-overlay {
  background: transparent;
  background-image: url(/sites/all/themes/mcdonalds/images/map/australia_map_overlay_v2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: absolute;
  width: 100%;
  display: none;
}

.mcd-nz #map-overlay {
  background-image: url(/sites/all/themes/mcdonalds/images/map/new_zealand_map_overlay_v2.png);
}

#map-right-panel {
  max-height: 590px;
  min-height: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 9.4%;
  top: 35px;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  box-shadow: 28px 51px 68px -50px rgba(0, 0, 0, 0.5);
  display: none;
}

#result-container .result:first-child .resultsbox {
  padding-top: 17px;
}

#map-right-panel #content h1 {
  font-size: 3.3em;
  font-weight: 100;
  color: #fff;
  padding: 20px 0 0 25px;
  line-height: 1
}

/* .closeMapBar {
  display: block;
  position: fixed;
  width: 10%;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: 999;
  -webkit-transition: left .2s ease-out;
  -moz-transition: left .2s ease-out;
  -o-transition: left .2s ease-out;
  transition: left .2s ease-out;
} */

/* .closeNav {
  z-index: 1100;
  background: rgb(0, 0, 0);
}

.closeNav .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -10px;
  color: #ffc836;
  width: 20px;
  height: 20px;
  font-size: 1.15em;
} */

/* .poweredby { Currently Hide in template
  position: absolute;
  left: 10px;
  top: 25px;
  z-index: 1;
  display: none;
} */


/* Button Current Location ( NEARBY ) */

.curlocation-container {
  margin-top: 1px;
}

.restaurants-results-page .curlocation-container {
  position: relative;
  width: 40px;
  height: 40px;
}

#btnCurLocation {
  font-family: 'Speedee Regular', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  background: #FFC833;
  color: #000;
  width: 100%;
  max-width: 238px;
  border: none;
  font-size: 1.10em;
  font-weight: 300;
  height: 40px;
  padding: 0.427em 1.08em;
  text-align: left;
  display: block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px; 
  border-radius: 40px;
  position: relative;
}

#btnCurLocation:before {
  float: left;
  width: 15px;
  height: 20px;
  background-image: url(../images/Locate.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 3px center;
  content: " ";
  display: block;
  margin-right: 7px;
}

#btnCurLocation.circle-button {
  width: 40px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

#btnCurLocation.circle-button:before {
  width: 20px;
  height: 20px;
  background-size: 22px;
  background-position: top 0 right 0;
  margin: 0;
}

.mobile-mapInfo {
  display: none;
}

/* Map Infobox */

.infoBox {
  background-color: #fff;
  width: auto !important;
}

.infoBox .map-info {
  padding: 20px;
}

#page-content .infoBox .content {
  margin: 0;
  max-width: 340px;
  display: block;
}

/* CHECKBOXES */

#facilities:after {
  content: '';
  display: table;
  clear: both;
}

#facilities .items {
  margin-bottom: 20px
}
.filter-header a.backbtn {
  position: absolute;
  left: 28px;
  top: 0;
}
#facilities .filter-header a.backbtn span {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 0;
}
#facilities .filter-header a.backbtn .icon {
  padding-right: 0;
}
.filter-header {
  position: fixed;
  top: 17px;
  left: 0;
  right: 0;
}
.filter-header h3 {
  font-family: 'Speedee Bold';
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.75px;
  margin-top: 0;
}

[class*="filter-button-"] {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 28px;
  margin: 0 15px 12px 0;
}

div[class*="filter-button-"]:last-child {
  margin-right: 0;
}

[class*="filter-button-"]:before {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  margin-right: -8px;
  background-repeat: no-repeat; /* Need for IE */
  transform: scale(0.5) translate(-5px, -5px);
}

[class*="filter-button-"] + br {
  display: none;
}

.filters-overlay .checks br {
  display: none;
}

.hours-title,
.services-title,
.family-title {
  font-family: "Speedee Bold", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  margin-bottom: 12px;
  letter-spacing: -0.25px;
}

.filter-button-11:before {
  content: url('../images/icon-McCafe.svg');
}
.filter-button-12:before {
  content: url('../images/icon-24-hours.svg');
}
.filter-button-13:before {
  content: url('../images/icon-Playground.svg');
}
.filter-button-14:before {
  content: url('../images/icon-Birthday.svg');
}
.filter-button-15:before {
  content: url('../images/icon-DriveThru.svg');
}
.filter-button-16:before {
  content: url('../images/icon-WiFi.svg');
}
.filter-button-27:before {
  content: url('../images/icon-Delivery.svg');
}

input[type="checkbox"] {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  transition: 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  box-shadow: 0px 3px 10px -3px rgba(145,145,145,0.3);
}
input[type="checkbox"]::-ms-check {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity:0;
}

input[type=checkbox]:checked {
  background-color: rgba(255, 188, 13, 0.07);
  border: 1px solid #ffbc0d;
  box-shadow: none;
}

.edit-filters {
  cursor: pointer;
  position: relative;
  padding-right: 17px;
  float: right;
  letter-spacing: 0;
  margin-top: 3px;
  z-index: 9;
}

.edit-filters:after {
  content: '';
  background-image: url('../images/icon-back.svg');
  background-repeat: no-repeat;
  transform: rotate(-90deg) translate(-1px, 7px);
  position: absolute;
  right: 3px;
  width: 15px;
  height: 15px;
}

.checked-filters {
  text-align: left;
  display: none;
  margin-bottom: 0;
  display: block !important;
}

.filters-overlay {
  display: none;
}

.filters-overlay-inner {
  max-width: 1385px;
  margin: 0 auto;
  padding: 1.6rem 28px;
  position: relative;
}

.control-buttons {
  text-align: right;
}

.control-buttons div {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  cursor: pointer;
}

.control-buttons .apply-btn {
  background: #ffbc0d;
  border-radius: 20px;
  padding: 8px 56px;
  margin-left: 17px;
}

#facilities span, 
.apply-btn {
  font-family: 'Speedee Regular', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
}

#facilities span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  margin-bottom: 15px;
  padding: 5px 13px 5px 10px;
}

/* #facilities .legend {
  position: relative;
  padding: 5px 0 10px 40px;
  font-size: .85em;
  line-height: 1.4;
  background: url('../images/map/locator-off.png') no-repeat 0 0;
}

#facilities .legend img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#facilities .pins-legends {
  display: block;
  width: 95px;
  float: left;
  font-size: .85em;
  line-height: 1.4;
  text-align: center;
}

#facilities .pins-legends img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#facilities .btn-collapse {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 10px;
  height: 10px;
  right: 30px;
  top: 20px;
  background: url('../images/btn-collapse.png') no-repeat 0 0;
  cursor: pointer;
}

#facilities.open .btn-collapse,
.result-button {
  -webkit-transition-property: rotate;
  -moz-transition-property: rotate;
  -ms-transition-property: rotate;
  -o-transition-property: rotate;
  transition-property: rotate;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#facilities.closed .btn-collapse {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
} */

#result-container {
  overflow: auto;
  padding-right: 20px;
  margin: 30px 30px 30px 20px;
  height: 395px;
}
.result-details {
  margin-bottom: 12px;
}
.no-result {
  padding: 3px 0;
}
.preloader,
.result-predict {
  padding: 20px 0;
}

.result {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 15px 26px -12px rgba(207,207,207,0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; 
  border-radius: 4px;
  margin-left: 10px;
}

.resultsbox {
  padding: 27px 35px 30px 26px;
}

.result-name a {
  cursor: pointer;
}

.result-options {
  width: 315px;
  position: relative;
  float: left;
  height: 100%;
  overflow: hidden;
}

.result-info {
  width: 315px;
  position: relative;
  float: left;
  padding: 10px 20px
}

.link-restaurant,
.result-name {
  font-family: 'Speedee Bold', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  letter-spacing: -0.25px;
}

.result-tradinghours {
  display: inline-block;
  cursor: pointer;
  padding-right: 10px;
}

.result-tradinghours-wrapper,
.result-telephone-wrapper {
  position: relative;
  padding-top: 3px;
}
.result-button-wrapper {
  position: absolute;
  right: 0;
}

.result-directions, 
.result-phone {
  float: right;
  margin-left: 13px;
}

.result-directions a:before,
.result-phone a:before {
  background-color: #ffcb0d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; 
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: inline-block;
}

.result-directions a:before {
  content: url('../images/location-direction.svg');
}
.result-phone a:before,
.result-telephone:before {
  content: url('../images/location-phone.svg');
}

.result-tradinghours,
.result-distance,
.result-telephone {
  font-family: 'Speedee Regular', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  letter-spacing: -0.2px;
}
.result-telephone:before {
  display: inline-block;
  transform: scale(0.8) translate(-3px,6px);
  padding-right: 3px;
}
.result-tradinghours:before,
.result-distance:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 4px;
}
.result-tradinghours:before {
  content: url('../images/location-schedule.svg');
  padding-top: 1px;
}
.result-distance:before {
  content: url('../images/directions-walk.svg');
  padding-right: 7px;
}
.result-tradinghours:after {
  content: '';
  background-image: url(../images/arrow-right.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 25px;
  transform: rotate(90deg);
  position: absolute;
  cursor: pointer;
  transition: 0.3s all;
}
.result-tradinghours.active:after {
  transform: rotate(-90deg);
}
.info-tradinghours {
  padding-top: 8px;
  margin-left: 23px;
  display: none;
}
.result-kms,
.resultsbox .info-telephone,
.trading-time {
  margin-left: 23px;
}
.trading-time {
  margin-top: -3px;
}
.restaurant-detail-open .info-tradinghours {
  margin-top: -3px;
}
.restaurant-detail-open .info-tradinghours,
.restaurant-detail-open .info-telephone {
  margin-left: 23px;
}
.result-distance,
.resultsbox .result-telephone-wrapper,
.resultsbox .filter-wrapper {
  border-top: 0.5px solid rgba(203,203,203,0.3);
  padding-top: 20px;
  margin-top: 15px;
}

.resultsbox .result-telephone-wrapper {
  padding-bottom: 5px;
}
.resultbox .filter-wrapper {
  padding-top: 30px;
}
.resultsbox .pickup-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}

.facilities-list {
  padding: 0;
  margin: 0;
}
.facilities-list li {
  list-style: none;
  background-color: rgba(247, 247, 247, 0.900404);
  display: inline-block;
  padding: 1px 12px;
  margin-right: 17px;
  margin-bottom: 15px;
}

.filter-wrapper .facilities-list li {
  padding: 0 12px;
  margin-bottom: 16px;
}

.facilities-list li span {
  font-family: 'Speedee Regular', sans-serif;
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

.resultsbox .mymaccas-22 a,
.resultsbox .mc-pickup a,
.resultsbox .mc-delivery a {
  font-size: 0.9rem;
  letter-spacing: 0.8px;
}
.resultsbox .mymaccas-22,
.resultsbox .mc-pickup {
  margin-right: 15px;
}
.facilities-list li:before {
  content: url('../images/icon-done.svg');
  padding-right: 6px;
  display: inline-block;
  transform: translate(-1px,1px);
}

.table-tradinghours,
.tr.tradinghour-row {
  display: block;
  width: 100%;
}

.td.tradinghour-name {
  min-width: 50px;
  display: inline-block;
  text-transform: capitalize;
  padding-top: 5px;
}

.result-predict {
  margin: 10px 0px 10px 20px;
}

.result-predict .predicted {
  display: block;
}

.result-predict .predicted:hover {
  text-decoration: none;
}

a.predicted,
a.predicted:hover {
  color: #FFC833;
  cursor: pointer;
}

.cluster {
  color: #2c3f51 !important;
}

.page-id-find-a-restaurant {
  overflow: hidden;
}


.content-title {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.mobile-reverse + .content-module-a .content-link a:after,
.eat-anywhere-wrapper + .content-module-a .content-link a:after {
  width: 60%;
}
.mobile-reverse + .content-module-a .content-body .content-link a:after,
.eat-anywhere-wrapper + .content-module-a .content-body .content-link a:after {
  width: 55%;
}
.mobile-reverse .content-link a:after {
  width: 50.5%;
}
.content-module-b .content-link a:after {
  width: 35.5%;
}
.mccafe-wrapper .content-link a:after {
  width: 30.5%;
}
.eat-anywhere-wrapper .content-module-img {
  margin-bottom: 11px;
}
.confetti-wrapper .section-title a.edit {
  position: absolute;
  top: 0;
  right: 0;
}
.confetti-wrapper .content-module-img,
.content-body p {
  margin-bottom: 15px;
}
.confetti-wrapper .panel-wrapper-inner + .clearfix {
  z-index: -9;
}

.eat-anywhere-wrapper .pane-section-title {
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: -1.75px;
}

.eat-anywhere-wrapper .content-link {
  margin-top: 36px;
}
.eat-anywhere-wrapper .content-module-b:last-child .content-link {
  margin-top: 40px;
}

.confetti-wrapper .content-title, 
.eat-anywhere-wrapper .content-title {
  letter-spacing: -1.78px;
}
.eat-anywhere-wrapper .content-title {
  margin-bottom: 2px;
}
.confetti-wrapper .content-title {
  margin-bottom: 7px;
}

.content-module-a .col-md-12 {
  padding: 0;
}

.group-infos {
  padding: 25px 15px 0 106px;
}
.group-img {
  padding-right: 9px;
}
.mobile-reverse .group-infos {
  padding: 23px 100px 0 15px;
}
.mobile-reverse .group-img {
  padding-left: 9px;
  padding-right: 15px;
}
.mccafe-wrapper .group-infos {
  padding: 0;
}
.mccafe-wrapper .main-heading {
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: -1.84px;
  margin-bottom: 14px;
}

.eat-anywhere-wrapper .content-body p,
.content-module-a .content-body p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.eat-anywhere-wrapper .content-body p {
  margin-bottom: 18px;
}
.content-module-a .content-body p {
  margin-bottom: 27px;
}
.confetti-wrapper .content-body,
.confetti-wrapper .content-body p {
  margin-bottom: 0;
}
.confetti-wrapper .content-link {
  margin-top: 25px;
}
.mobile-reverse.content-module-a .content-body p {
  margin-bottom: 22px;
}
.content-body .content-link {
  margin-bottom: 16px;
}
.content-module-b .content-body {
  max-width: 370px;
}

.confetti-wrapper {
  overflow: visible;
  max-width: 1440px;
  margin: 0 auto 10px;
  padding-bottom: 92px;
}

.confetti-wrapper .pane-section-title {
  font-size: 70px;
  font-size: 4.375rem;
  color: #db0007;
  letter-spacing: -2.19px;
  padding-bottom: 10px;
}

.confetti-wrapper:before {
  content: '';
  background-image: url('../images/pieces-find-us-desktop.svg');
  background-repeat: no-repeat;
  background-size: 101%;
  background-position: top 8px left;
  position: absolute;
  left: -87px;
  right: -105px;
  top: 0;
  bottom: -70px;
  z-index: -9;
}

.social-section {
  padding-top: 0;
}

/* Eat Anywhere. Your Way */

.eat-anywhere-wrapper .pane-section-title {
  margin-bottom: 2.8rem;
}

.eat-anywhere-wrapper .col-sm-6, 
.eat-anywhere-wrapper .col-md-12,
.confetti-wrapper .col-sm-6, 
.confetti-wrapper .col-md-12 {
  padding: 0;
}

.eat-anywhere-wrapper .col-md-6.content-module-b,
.confetti-wrapper .col-md-6.content-module-b {
  padding: 0 6.5px;
}

.eat-anywhere-wrapper,
.confetti-wrapper .panel-wrapper-inner, 
.confetti-wrapper .clearfix {
  max-width: 986px;
  margin: 0 auto;
  position: relative;
}

.eat-anywhere-wrapper .section-title,
.confetti-wrapper .section-title {
  text-align: center;
}
.eat-anywhere-wrapper .section-title .edit {
  position: absolute;
  top: 100%;
  right: 0;
}

.eat-anywhere-wrapper {
  margin-bottom: 67px;
}
.eat-anywhere-wrapper + .content-module-a {
  margin-bottom: 50px;
}
.mobile-reverse {
  margin-bottom: 54px;
}
.mccafe-wrapper {
  margin-bottom: 91px;
}
.mobile-reverse + .content-module-a {
  margin-bottom: 129px;
}
.download-macca-apps {
  font-family: 'Speedee Regular', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 25px;
}
.download-macca-apps .download-macca-apps {
  max-width: 240px;
  margin: 0 auto 1rem;
}
.download-macca-apps strong {
  font-family: 'Speedee Bold', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
}

/* McCafé® */
.mccafe-wrapper img {
  width: 100%;
}
.mccafe-wrapper .content-body {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 27px;
  max-width: 583px;
  margin: 23px auto 30px;
}
.mccafe-wrapper .group-img {
  padding-right: 0;
}

/* Order McDelivery Now */
.modal-header .close {
  opacity: 1;
  font-size: 40px;
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  z-index: 99;
}

.modal-dialog {
  max-width: 568px;
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  padding: 30px 65px 55px;
}
.fade.in {
  background-color: rgba(0,0,0,0.2);
}

body.modal-open {
  margin-right: 0;
}

.mcdelivery-map .title sup {
  font-size: 91%;
  vertical-align: unset;
}

.mcdelivery-map p.title {
  font-family: "Speedee Bold", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin-bottom: 0;
}


.mcdelivery-map p.subtitle {
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #2D2D2D;
  margin-bottom: 30px;
}

.text .result-name {
  font-family: "Speedee Bold", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
  font-size: 20px;
  letter-spacing: -0.25px;
  margin-top: 16px;
  margin-bottom: 0;
}

.text .result-details {
  letter-spacing: -0.15px;
  margin-bottom: 0;
}

.text .order-disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.1px;
}

.text .mcdelivery-map {
  letter-spacing: -1px;
}

.modal-header {
  border-bottom: 0;
}
.delivery-modal {
  margin-bottom: 20px;
}

.mcdelivery-map {
  margin-bottom: 20px;
}

.mcdelivery-map a {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-bottom: 15px;
  margin-right: 1%;
  box-shadow: inset 0 0 0 1px #D9D9D9;
  border: none;
  border-radius: 50px;
  line-height: 24px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}

.mcdelivery-map a.mcdelivery-find-us--mcdelivery-link {
  width: 100%;
  box-shadow: inset 0 0 0 1px #000000;
  padding: 12px 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.mcdelivery-find-us--partner-cta i {
  display: none;
}

.mcdelivery-find-us--partner-cta:before {
  content: '';
  background-repeat: no-repeat;
  height: 25px;
  display: block;
  background-size: contain;
  background-position: center;
}

.mcdelivery-find-us--mcdelivery:before {
  background-image: url('../images/delivery-logos/Delivery-my-m.svg');
  height: 35px;
}
.mcdelivery-find-us--partner--ubereats:before {
  background-image: url('../images/delivery-logos/Delivery-UberEats-02.png');
}
.mcdelivery-find-us--partner--doordash:before {
  background-image: url('../images/delivery-logos/Delivery-DoorDash-02.png');
}
.mcdelivery-find-us--partner--menulog:before {
  background-image: url('../images/delivery-logos/Delivery-Menulog-02.png');
}

.choose-app-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 14px;
  line-height: 14px;
}

.choose-app-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #E1E1E1;
  background: #E1E1E1;
  width: 100%;
}

.choose-app-wrapper .choose-app {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1199px) {
  #page-content .mcdelivery-map.content {
    padding: 0;
  }
}

@media only screen and (max-width: 1170px) {
  #map-right-panel {
    min-width: 45%;
    left: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .group-img,
  .mobile-reverse .group-img,
  .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .group-infos {
    padding: 0 0 25px 30px;
  }
  .mobile-reverse .group-infos {
    padding: 0 30px 25px 0;
  }
  .filters-overlay-inner {
    padding: 1.6rem 0;
  }
}

@media only screen and (min-width: 920px) {
  a.backbtn,
  .show-list {
    display: none;
  }
}

@media only screen and (max-width: 919px) {

  .restaurant-finder-mobile-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .restaurants-results-page .restaurant-finder-mobile-content {
    display: block;
  }

  .restaurants-results-page #tertiary-footer-wrapper {
    margin-top: 2rem;
  }

  .result-tradinghours-wrapper {
    padding-top: 15px;
    min-height: 58px;
  }
  .mobile-mapInfo .mobile-btn-close {
    position: static;
    margin-left: 28px;
  }
  .result {
    margin-bottom: 15px;
    margin-left: 0;
    background-color: #fff;
  }
  .map-expand #results {
    height: auto;
    margin-bottom: 0;
  }
  .resultsbox {
    padding: 30px 27px;
  }
  #result-container {
    padding: 0 0 50px;
    margin: 0;
  }
  .result-distance, 
  .resultsbox .result-telephone-wrapper {
    padding-top: 6px;
  }

  .mobile-mapInfo {
    display: none;
    width: 100%;
  }

  .restaurant-detail-open .mobile-mapInfo {
    display: block;
    background: #fff;
  }

  .map-control {
    padding: 10px 10px 20px;
    margin-top: -10px;
    cursor: pointer;
  }

  .map-control:before {
    content: '';
    height: 4px;
    width: 90px;
    background: #2d2d2d;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    border-radius: 2px;
    margin: 10px auto;
    cursor: pointer;
  }
  .mobile-mapInfo .mobile-map-content {
    box-shadow: 0px 27px 30px -16px rgba(207, 207, 207, 0.5);
    padding-bottom: 1px;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
    border-radius: 4px;
  }

  .mobile-mapInfo .mobile-map-content .filter-wrapper,
  .result-telephone-wrapper {
    border-top: 0.5px solid rgba(203,203,203,0.3);
    margin-top: 15px;
  }
  .result-telephone {
    padding-top: 9px;
  }
  .mobile-map-content .content {
    margin-bottom: 20px;
  }
  .mobile-mapInfo .mobile-map-content .filter-wrapper {
    padding-top: 28px;
  }

  .mobile-mapInfo .mobile-map-content .pickup-wrap {
    margin-top: 23px;
    margin-bottom: 2rem;
  }
  .mobile-mapInfo .mobile-map-content .mymaccas-22 {
    margin-right: 11px;
  }

  .mobile-mapInfo .mobile-map-content .name {
    margin-bottom: 20px;
  }

  .mobile-mapInfo .mobile-map-content .facilities-list li span {
    font-family: 'Speedee Regular', "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    text-transform: uppercase;
  }

  .mobile-mapInfo .mobile-map-content .table-tradinghours .td {
    padding: 0;
  }

  .restaurants-results-page #map-content {
    height: initial;
    margin-bottom: 0;
  }
  /* #map-content.map-expand {
    margin-bottom: 2.25rem;
  } */

  #map,
  #map-overlay {
    height: 226px;
    transition: 0.3s all;
  }

  #map * {
    -ms-touch-action: auto;
    touch-action: auto;
  }

  .map-expand #map,
  .map-expand #map-overlay {
    height: 408px;
  }

  .map-expand #map-right-panel {
    box-shadow: none;
  }

  .show-list {
    line-height: 42px;
    padding: 0 27px;
  }

  .map-expand .result-container,
  .map-expand .map-control,
  .show-list,
  .restaurants-results-page .content-modules,
  .restaurant-detail-open #restaurants-results-page-wrapper {
    display: none;
  }

  #result-container,
  .restaurant-finder-mobile-content,
  .restaurant-detail-open .page-id-find-a-restaurant {
    background-color: #f7f7f7;
  }

  #result-container {
    height: auto !important;
  }

  .map-expand .show-list {
    display: initial;
    cursor: pointer;
  }

  .map-expand #result-container {
    display: none !important;
  }

  /* MOBILE  MAPS */

  #map-right-panel {
    width: 100%;
    max-width: 100%;
    left: auto;
    position: relative;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    /* margin-top: -48px; */
  }

  #map-right-panel #content {
    height: unset;
  }
}

@media only screen and (min-width: 768px) {

  .filter-header {
    display: none;
  }
  .checks,
  .control-buttons,
  #map-filters h1 {
    text-align: center;
  }
  .filters-overlay {
    padding-top: 63px;
  }
  #facilities {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
  }
  .checked-filters {
    padding-right: 120px;
    display: block !important;
  }
  .edit-filters {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 95px;
    left: 50%;
    transform: translate(120%);
  }
  .filters-open.edit-filters:after {
    transform: rotate(90deg) translate(10px, -3px);
  }
  .checks .hours,
  .checks .services,
  .checks .family {
    width: 33%;
    text-align: center;
  }
  
  .mobile {
    display: none;
  }

  #result-container::-webkit-scrollbar {
    width: 20px;
  }

  #result-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(247, 247, 247, 0.900404);
  }
  #result-container::-webkit-scrollbar-thumb {
    background-color: #ffbc0d; 
    border-radius: 10px;
  }
  #result-container::-webkit-scrollbar-thumb:hover {
    background-color: #e2b306; 
  }

  .confetti-wrapper h2 {
    margin-bottom: 34px;
  }
  .mccafe-wrapper .content-link {
    margin-left: 2.5rem;
  }

  #map-content { 
    position: relative;
  }
}

@media only screen and (max-height: 650px) {
  .resultsbox .pickup-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #map-top-panel {
    max-width: 480px;
  }
  .hours, 
  .services, 
  .family {
    width: 100%;
  }
  .no-scroll-bg {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .no-scroll-bg #map-content {
    z-index: -1;
  }
  .filters-overlay {
    position: absolute;
    text-align: left;
    min-width: 200px;
    top: -73px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    background-image: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
    z-index: 99;
    padding-top: 73px;
  }
  .control-buttons {
    text-align: left;
    position: fixed;
    bottom: 28px;
    right: 28px;
  }
  .node-page {
    min-height: unset;
    margin-bottom: 5rem;
  }
  .edit-filters:after {
    transform: rotate(180deg) translate(0px,-3px);
  }
  .hours,
  .family,
  .services {
    margin-bottom: 55px;
  }
  [class*="filter-button-"] {
    margin: 0 12px 13px 0;
  }
  .desktop {
    display: none;
  }
  .node-page {
    padding-top: 7px;
  }
  .restaurants-results-page .node-page {
    min-height: 240px;
    padding-top: 16px;
    margin-bottom: 0;
  }
  #locator-search .icon-search:before {
    padding-top: 0;
    transform: translateX(-3px);
  }
  #map-filters h1 {
    line-height: 1;
    margin-bottom: 1.9rem;
    letter-spacing: -1px;
  }
  .restaurants-results-page #map-filters h1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 1.45rem;
  }

  #btnCurLocation {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.427em 1.5em 0.427em 1.2em;
  }
  #btnCurLocation:before {
    margin-right: 8px;
  }
  #btnCurLocation.circle-button {
    width: 36px;
    height: 36px;
    margin-top: 3px;
    margin-right: 4px;
  }
  #btnCurLocation.circle-button:before {
    background-position: top -2px right 1px;
  }
  #locator-search .icon-remove:before {
    transform: scale(0.7) translate(-8px, 2px);
  }

  .eat-anywhere-wrapper .section-title {
    text-align: left;
  }

  a.backbtn {
    white-space: nowrap;
  }

  #locator-search-wrapper {
    margin: 0;
    width: 101%;
    padding-bottom: 24px;
  }

  #locator-search {
    float: left;
    margin-left: 0;
    margin-right: 3px;
    padding: 5px 0;
    width: 80%;
  }

  .restaurants-results-page #locator-search {
    margin-right: 10px;
  }

  #locator-search .input-search {
    height: 32px;
    font-size: 16px;
    font-size: 1rem;
    display: block;
    padding: 0 30px 0 35px;
    letter-spacing: -0.15px;
    margin-top: 3px;
    margin-bottom: -3px;
  }
  .restaurants-results-page #locator-search .input-search {
    padding: 0 20px 0 32px;
  }

  .curlocation-container {
    margin-top: 3px;
  }

  .result-options {
    width: 100%
  }

  .col-md-12, .col-md-6,
  .eat-anywhere-wrapper .col-md-6.content-module-b, 
  .confetti-wrapper .col-md-6.content-module-b,
  .mobile-reverse .group-img {
    padding-left: 0;
    padding-right: 0;
  }

  .restaurants-results-page #facilities,
  .restaurants-results-page #map-content,
  .mccafe-wrapper.content-module-a .main-heading {
    display: inherit;
  }

  .eat-anywhere-wrapper {
    margin-top: -2.2rem;
  }

  .eat-anywhere-wrapper .content-link {
    margin-top: 20px;
  }

  .mccafe-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .mccafe-wrapper .content-body {
    margin-left: 30px;
    margin-right: 30px;
  }

  .confetti-wrapper {
    padding-top: 4.4rem;
    padding-bottom: 2.25rem;
  }

  .content-module-a,
  .eat-anywhere-wrapper .col-md-6.content-module-b {
    margin-bottom: 2.6rem;
  }

  .confetti-wrapper .col-md-6.content-module-b {
    margin-bottom: 3.1rem;
  }

  .content-title, 
  .confetti-wrapper .content-title, 
  .eat-anywhere-wrapper .content-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
  }

  .mccafe-wrapper .main-heading,
  .confetti-wrapper .pane-section-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;
    line-height: 2.813rem;
    letter-spacing: -1.78px;
  }

  .content-title {
    letter-spacing: -1.07px;
  }
  .content-module-a .content-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
  }

  .content-module-a .content-title,
  .confetti-wrapper .content-title, 
  .eat-anywhere-wrapper .content-title {
    letter-spacing: -1.25px;
  }

  .confetti-wrapper:before {
    background-image: url('../images/pieces-find-us-mobile1.svg'), url('../images/pieces-find-us-mobile2.svg');
    background-size: 100%, 90%;
    background-position: top 11px left 3px, bottom 7px left 10px;
    left: -24px;
    right: -35px;
    bottom: 0;
  }

  .mobile-reverse .group-infos {
    padding: 23px 0;
    width: 100%;
  }
  .eat-anywhere-wrapper .pane-section-title {
    font-size: 50px;
    line-height: 49px;
    letter-spacing: -1.3px;
    margin-top: 0;
    text-align: left;
  }

  .eat-anywhere-wrapper .content-body p {
    line-height: 25px;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
  }

  .eat-anywhere-wrapper .content-link {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
  #locator-search .input-search {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 4px;
    margin-bottom: -4px;
  }
}

@media only screen and (max-width: 359px) {
  #locator-search .input-search {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 6px;
    margin-bottom: -5px;
    padding: 0 30px;
  }
  #locator-search {
    width: 63%;
    flex: unset;
  }
  .restaurants-results-page #locator-search {
    width: 100%;
  }
  #btnCurLocation {
    padding: 0.427em 0.5em 0.427em 0.5em;
  }
  #locator-search .icon-search:before {
    padding-top: 2px;
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 579px) {
  .modal-dialog {
    max-width: 400px;
    margin-top: 17%;
  }
  .modal-body {
    padding: 20px 20px 35px;
  }
  .mcdelivery-map p.subtitle {
    font-family: "Speedee Light", sans-serif;
    margin-bottom: 16px;
  }
  .modal-dialog {
    max-width: 400px;
  }
  .mcdelivery-map a {
    width: 100%;
  }
  .mcdelivery-find-us--partner-cta:before {
    height: 35px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 579px) {
  div#delivery-container {
    margin: 0 auto;
  }
  .mcdelivery-map p.title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .mcdelivery-map p.subtitle {
    font-size: 16px;
    font-size: 1.063rem;
  }
  .text .result-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 5px;
  }
}


@media only screen and (max-width: 359px) {
  .mcdelivery-map p.title {
    font-size: 23px;
    font-size: 1.438rem;
  }
  .mcdelivery-map p.subtitle {
    font-size: 15px;
    font-size: 0.938rem;
  }
  .text .result-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 5px;
  }
  .mcdelivery-map a {
    margin-bottom: 12px;
  }
  .text .result-details {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .text .order-disclaimer {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .filters-overlay[style="display: block;"] + .no-result {
    position: absolute;
    left: 47.5px;
    top: 0;
  }
}

@media only screen and (max-width: 579px) and (orientation: portrait) {
  @media not all and (min-resolution:.001dpcm) { 
    @media {
      #locator-search .input-search {
        margin-top: 0;
      }
    }
  }
}