.our-other-sites {
  overflow-x: hidden;
}
.our-other-sites ul {
  list-style-type: none;
}
.our-other-sites h4 {
  text-transform: uppercase;
}
.our-other-sites nav.side-menu img {
  width: 25px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.our-other-sites nav.side-menu a {
  text-decoration: none;
  font-size: 0.9em;
}
body {
  margin: 0;
  font-family: 'Oxygen', sans-serif;
}
div.page-wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  div.page-wrapper {
    padding: 0 20px;
  }
}
.page-margin {
  padding: 0 10px;
}
header a {
  display: flex;
}
@media only screen and (max-width: 700px) {
  header div#wanganui-online-header-image {
    width: 100%;
  }
  header div#wanganui-online-header-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  header div#wanganui-online-repeat {
    display: none;
  }
}
header div.over-the-heading {
  color: white;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  header div.over-the-heading {
    position: absolute;
    top: 20px;
    right: 60px;
  }
}
@media only screen and (max-width: 800px) {
  header div.over-the-heading {
    display: none;
  }
}
header div.over-the-heading div.banner-slider {
  height: 80px;
  margin-top: 5px;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  header div.over-the-heading div.banner-slider {
    width: 400px;
    margin-top: -5px;
    border-radius: 15px;
  }
}
header div.search-and-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #6fafda;
  color: white;
  padding: 15px 0;
}
@media only screen and (min-width: 800px) {
  header div.search-and-contact {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 920px) {
  header div.search-and-contact {
    flex-direction: column;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 700px) {
  header div.search-and-contact div.top-menu {
    margin-top: 5px;
  }
}
header div.search-and-contact span.title {
  font-family: 'Courgette', cursive;
  font-size: 1.5em;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  header div.search-and-contact span.title {
    text-align: center;
    margin-bottom: 10px;
  }
}
header div.search-and-contact span.title span.even {
  color: white;
}
header div.search-and-contact span.title span.odd {
  color: black;
}
header div.search-and-contact div.search-box form#search-box {
  background-color: white;
  width: 300px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 920px) {
  header div.search-and-contact div.search-box form#search-box {
    margin-top: 5px;
  }
}
header div.search-and-contact div.search-box form#search-box input[name="q"] {
  font-size: 20px;
  padding-left: 10px;
  border: none;
  border-radius: 10px;
}
header div.search-and-contact div.search-box form#search-box button {
  border: none;
  background-color: white;
  border-radius: 10px;
}
header div.search-and-contact div.contact-details p {
  margin: 0;
}
nav {
  margin-top: -5px;
}
nav ul.dropdown {
  display: flex;
  ion: relative;
  justify-content: flex-start;
  list-style-type: none;
  background-color: #6fafda;
  padding: 10px 0;
  margin: 0;
}
nav ul.dropdown > li {
  padding: 0 10px;
  color: white;
  font-weight: 600;
}
nav ul.dropdown > li:not(:last-child) {
  padding: 0 30px 0 10px;
}
nav ul.dropdown > li a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
nav ul.dropdown > li i.fas {
  padding-left: 10px;
}
nav ul.dropdown ul.dropdown-submenu {
  position: absolute;
  border: none;
  top: 40px;
  min-width: 120px;
  z-index: 20;
  padding: 0 0 10px 5px;
  display: flex;
  flex-direction: column;
  display: none;
}
div.above-the-listings {
  margin-bottom: 10px;
}
@media only screen and (min-width: 700px) {
  div.above-the-listings {
    display: none;
  }
}
section.categories {
  display: flex;
  margin-bottom: 15px;
}
section.categories > div:not(:last-child) {
  margin-right: 10px;
}
section.slideshow-area {
  display: grid;
  grid-template-columns: 1fr 300px 1fr max-content;
  grid-gap: 10px;
  margin: 0;
}
@media only screen and (min-width: 700px) and (max-width: 1100px) {
  section.slideshow-area {
    grid-template-columns: 1fr 1fr;
  }
  section.slideshow-area div.sidebar {
    grid-row: 1;
    grid-column: 2;
  }
  section.slideshow-area div.slider {
    grid-row: 2;
    grid-column: 1;
  }
  section.slideshow-area div.static-image {
    grid-row: 1;
    grid-column: 1;
    padding-top: 50px;
  }
  section.slideshow-area div.our-other-sites {
    grid-row: 2;
    grid-column: 2;
  }
}
@media only screen and (max-width: 700px) {
  section.slideshow-area {
    grid-template-columns: 1fr;
  }
  section.slideshow-area div.our-other-sites {
    display: none;
  }
}
section.slideshow-area h1 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
section.slideshow-area img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  section.slideshow-area img {
    width: 100vw;
  }
}
section.slideshow-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.slideshow-area div.sidebar {
  margin-top: 13px;
}
section.slideshow-area div.sidebar div.filter-text {
  display: none;
}
@media only screen and (max-width: 700px) {
}
section.slideshow-area div.sidebar > h1 {
  background-color: #eee;
}
@media only screen and (max-width: 700px) {
  section.slideshow-area div.sidebar div.categories {
    order: 1;
  }
  section.slideshow-area div.sidebar div.cuisines {
    order: 3;
  }
}
section.slideshow-area div.sidebar div.categories ul.categories li.filter-label {
  font-style: italic;
  color: red;
}
section.slideshow-area div.sidebar div.categories ul.categories li {
  display: flex;
  flex-direction: row;
}
section.slideshow-area div.sidebar div.categories ul.categories li#category-deals div.option-text {
  font-weight: 800;
  color: red;
}
section.slideshow-area div.sidebar div.categories ul.categories li#category-deliveries div.option-text,
section.slideshow-area div.sidebar div.categories ul.categories li#category-takeaways div.option-text,
section.slideshow-area div.sidebar div.categories ul.categories li#category-caterers div.option-text {
  font-weight: 800;
}
section.slideshow-area div.sidebar div.categories ul.categories li div.option-text {
  padding: 2px 5px;
}
section.slideshow-area div.sidebar form h1 {
  margin-top: 0;
}
section.slideshow-area div.sidebar div.category-selectors {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 700px) {
  section.slideshow-area div.sidebar div.category-selectors {
    grid-template-columns: 1fr;
  }
  section.slideshow-area div.sidebar div.category-selectors div.cuisine-heading {
    order: 2;
    margin-top: 15px;
  }
  section.slideshow-area div.sidebar div.category-selectors div.filter-text {
    display: none;
  }
}
section.slideshow-area div.sidebar div.category-selectors div.heading h1 {
  margin: 0;
}
section.slideshow-area div.sidebar div.category-selectors div.filter-text {
  font-style: italic;
  color: red;
  grid-column: 1 / span 2;
  margin-bottom: 10px;
}
section.slideshow-area div.sidebar div.category-selectors ul.categories {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  section.slideshow-area div.sidebar div.category-selectors ul.categories {
    flex-direction: column;
  }
}
section.slideshow-area div.sidebar div.category-selectors ul.categories li {
  width: 100px;
}
@media only screen and (min-width: 680px) {
  section.slideshow-area div.sidebar div.category-selectors ul.categories {
    flex-wrap: wrap;
  }
}
section.slideshow-area div.sidebar div.category-selectors ul.cuisine {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 920px) {
  section.slideshow-area div.sidebar div.category-selectors ul.cuisine {
    flex-wrap: wrap;
  }
}
section.slideshow-area div.sidebar div.category-selectors ul li {
  height: 30px;
  font-size: 0.9em;
}
section.slideshow-area div.static-image h1 {
  font-style: italic;
  color: red;
}
section.slideshow-area div.static-image img {
  border: 1px solid lightgrey;
}
@media only screen and (min-width: 680px) {
  section.slideshow-area div.static-image img {
    margin-top: 25px;
  }
}
section.slideshow-area div.slider {
  justify-self: center;
  max-width: 500px;
}
section.slideshow-area div.slider h1 {
  text-align: center;
}
section.slideshow-area div.our-other-sites {
  overflow-x: hidden;
}
section.slideshow-area div.our-other-sites ul {
  list-style-type: none;
}
section.slideshow-area div.our-other-sites h4 {
  text-transform: uppercase;
}
section.slideshow-area div.our-other-sites nav.side-menu img {
  width: 25px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
section.slideshow-area div.our-other-sites nav.side-menu a {
  text-decoration: none;
  font-size: 0.9em;
}
section.slideshow-area div.advertising {
  overflow-x: hidden;
}
div.pale-blue-box {
  background-color: rgba(33, 153, 232, 0.16);
  padding: 10px;
  margin: 10px 0;
  border: 1px solid rgba(10, 10, 10, 0.25);
}
div.pale-blue-box div.ruler {
  border-top: 2px solid black;
  margin-bottom: 10px;
}
div.pale-blue-box a {
  text-decoration: none;
  display: inline-block;
  line-height: 25px;
}
div.business-listings-heading div.pale-blue-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 250px;
}
div.business-listings-heading div.pale-blue-box p:first-child {
  margin-top: -5px;
}
div.business-listings-heading div.pale-blue-box img {
  margin-left: 15px;
}
div.business-listings-heading div.pale-blue-box div.listings-text {
  grid-column: 1 / span 3;
}
div.business-listings-heading div.pale-blue-box div.header-text {
  color: red;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
div.business-listings-heading div.pale-blue-box div.under-text {
  text-transform: uppercase;
  font-weight: 600;
}
div.business-listings-heading div.pale-blue-box div.listings-image {
  grid-row: 1 / span 2;
  grid-column: 4;
}
@media only screen and (max-width: 1000px) {
  div.business-listings-heading div.pale-blue-box div.promo-text-section {
    grid-column: 1 / span 4;
    padding-bottom: 20px;
  }
}
div.under-the-listings div.our-other-sites {
  overflow-x: hidden;
}
@media only screen and (min-width: 1100px) {
  div.under-the-listings div.our-other-sites {
    display: none;
  }
}
div.under-the-listings div.our-other-sites ul {
  list-style-type: none;
}
div.under-the-listings div.our-other-sites h4 {
  text-transform: uppercase;
}
div.under-the-listings div.our-other-sites nav.side-menu img {
  width: 25px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
div.under-the-listings div.our-other-sites nav.side-menu a {
  text-decoration: none;
  font-size: 0.9em;
}
/*
div.promo-text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  @media only screen and (max-width: 800px) {
      grid-template-columns: 1fr;
  }
  text-align: center;
  margin: 20px 0;
}

div.promo-text div.header-text {
  color: red;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}


div.promo-text div.under-text {
  text-transform: uppercase;
  font-weight: 600;
}
*/
div.listings {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  visibility: hidden;
  border-top: 1px grey solid;
  grid-gap: 20px;
  padding: 10px;
  /*
    @media only screen and (min-width: @tablet-size-width-break ) {
        section:nth-child(2n) {
          position: relative;
          top: 70px;
        }
            padding-bottom: 120px;
    }
    */
}
@media only screen and (max-width: 700px) {
  div.listings {
    grid-template-columns: 1fr;
  }
}
div.listings section > div.container {
  background-color: #f0f0f0;
  box-shadow: #5f7990 3px 3px 3px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.listings section div.image-div {
  width: 100%;
  padding-top: 67.5%;
  overflow: hidden;
  position: relative;
}
div.listings section div.image-div img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
div.listings section span {
  font-size: 14px;
}
div.listings section div.content-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
div.listings section div.indented-content-area {
  padding: 0 10px;
}
div.listings section div.row-flex {
  display: flex;
  justify-content: space-between;
}
div.listings section div.row-flex div.contact {
  margin-top: 5px;
}
div.listings section div.website-links-container {
  display: flex;
  flex-direction: row;
  background-color: #6fafda;
  border-radius: 12px;
  margin: 5px;
  padding: 5px 0 5px 10px;
}
div.listings section div.website-links-container img.facebook-icon {
  width: auto;
  height: 20px;
}
div.listings section div.website-links-container div.website-links {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
}
div.listings section div.website-links-container div.website-links span {
  text-align: center;
  flex-grow: 1;
  font-weight: bold;
}
div.listings section div.website-links-container div.website-links span a {
  text-decoration: none;
  color: white;
}
div.listings section div.website-links-container div.website-links span:not(:first-child) {
  border-left: 1px solid grey;
}
div.listings section div.website-links-container div.website-links span.greyed-out {
  color: black;
  font-weight: normal;
}
div.listings section div.website-links-container div.website-links span.view-deal:not(.greyed-out) a {
  color: red;
}
div.listings section div.show-slide {
  width: 70px;
}
div.listings section div.show-slide div.map-menu-bar {
  background-color: rgba(33, 153, 232, 0.16);
  padding: 5px;
}
div.listings section div.show-slide div.map-menu-bar i.fas {
  float: right;
  margin-left: 5px;
}
div.listings section div.categories {
  display: flex;
}
div.listings section div.category-values {
  text-transform: uppercase;
  margin-left: 20px;
  margin-top: 5px;
  font-family: 'Roboto Condensed', sans-serif;
}
div.listings section div.heading {
  font-size: 16px;
  font-weight: 600;
  background-color: orange;
  color: purple;
  padding: 10px 0;
  text-align: center;
}
div.listings section div.contact span.phone {
  margin-left: 5px;
  display: inline-block;
}
div.listings section div.opening-hours {
  display: none;
}
div.listings section div.google-map {
  display: none;
}
div.listings section div.opening-hours p {
  margin: 10px 10px;
}
div.listings section iframe#gmap_canvas {
  height: 150px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  figure.image img {
    width: 100%;
  }
}
div.other-category-heading {
  display: none;
}
div.other-categorys {
  display: none;
}
section.slideshow-area div.sidebar div.category-selectors div.other-category-heading h1::after {
  content: "Type";
}
section.slideshow-area div.sidebar div.category-selectors ul.categories li {
  width: 150px;
}
section.slideshow-area div.sidebar div.category-selectors {
  grid-template-columns: 1fr;
}
/*# sourceMappingURL=main.css.map */