@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto"),
    local("Roboto-Regular"),
    url(../fonts/roboto-v18-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-v18-latin-regular.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src:
    local("Roboto Bold"),
    local("Roboto-Bold"),
    url(../fonts/roboto-v18-latin-700.woff2) format("woff2"),
    url(../fonts/roboto-v18-latin-700.woff) format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src:
    local("Roboto Black"),
    local("Roboto-Black"),
    url(../fonts/roboto-v18-latin-900.woff2) format("woff2"),
    url(../fonts/roboto-v18-latin-900.woff) format("woff");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src:
    local("Roboto Slab Regular"),
    local("RobotoSlab-Regular"),
    url(../fonts/roboto-slab-v7-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-slab-v7-latin-regular.woff) format("woff");
}
.wrapper {
  padding: 30px 0;
}
.sticky {
  font-size: inherit;
}
.entry-footer span {
  padding-right: 10px;
}
#secondary img,
article img,
figure,
img {
  max-width: 100%;
  height: auto;
}
a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-3x {
  font-size: 3em;
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.gallery {
  margin-bottom: 1.5em;
}

html {
  background: hsl(211deg, 42%, 89%);
  background: linear-gradient(
    180deg,
    hsl(206deg, 92%, 67%) 0,
    hsl(209deg, 58%, 89%) 80vh,
    hsl(52deg, 39%, 88%) 100%
  );
}
body {
  background-color: transparent;
  line-height: 1.9;
}

nav.navbar {
  background-color: #fff;
}
nav.navbar,
nav.navbar a,
nav.navbar div.container div .nav-link,
nav.navbar div.container div a {
  color: hsl(209deg, 22%, 35%);
}
nav.navbar div.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  nav.navbar div.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
nav.navbar div.container div #main-menu {
  font-weight: 700;
  align-items: center;
}
nav.navbar div.container div .nav-link:focus,
nav.navbar div.container div .nav-link:hover,
nav.navbar div.container div a:focus,
nav.navbar div.container div a:hover {
  color: hsl(45deg, 46%, 81%);
  text-decoration: none;
}
nav.navbar div.container div .active > .nav-link,
nav.navbar div.container div .active > a,
nav.navbar div.container div .nav-link.active,
nav.navbar div.container div .nav-link.show,
nav.navbar div.container div .show > .nav-link,
nav.navbar div.container div .show > a,
nav.navbar div.container div a.active,
nav.navbar div.container div a.show {
  color: hsl(46deg, 68%, 68%);
}
.navbar-brand,
.navbar-brand h1 {
  font-weight: 700;
  font-size: 1.7rem;
}
.navbar-brand {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  line-height: 1.1;
  font-family: Roboto;
}
@media (min-width: 576px) {
  .navbar-brand {
    font-size: 2rem;
  }
}
.navbar-brand .stretch {
  letter-spacing: 1px;
  font-size: 0.49em;
  display: block;
  position: relative;
  left: 1px;
  text-align: center;
}
.navbar-brand h1 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-brand h1 {
    font-size: 2rem;
  }
}
#main-menu,
#wrapper-footer {
  text-transform: uppercase;
}
#wrapper-footer {
  background-color: hsl(209deg, 22%, 35%);
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
#wrapper-footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}
@media (min-width: 576px) {
  #wrapper-footer ul {
    flex-flow: row wrap;
  }
  #wrapper-footer li {
    margin-right: 2rem;
  }
}
#wrapper-footer li:last-of-type,
.awards-container img:last-of-type {
  margin-right: 0;
}

#wrapper-navbar {
  box-shadow: 0 1px 8px 2px #777;
}
#wrapper-navbar svg {
  height: 1.5rem;
}
#main-menu li.book-now,
.address-and-phone div.book-now {
  font-family: Roboto;
  font-weight: 900;
  color: #fff;
  background-color: #f34e25;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
  transition: box-shadow 0.05s ease-in;
  align-items: center;
  display: flex;
  padding: 0 1rem;
}
.address-and-phone div.book-now {
  display: none;
}
#main-menu li.book-now:hover,
.address-and-phone div.book-now:hover {
  box-shadow: 0 0 15px 5px #fff;
}
#main-menu li.book-now a.nav-link,
#main-menu li.book-now:hover a.nav-link,
.address-and-phone div.book-now a.nav-link,
.address-and-phone div.book-now:hover a.nav-link,
.site-info li a,
nav.navbar div.container div.book-now a {
  color: #fff;
}
@media (min-width: 425px) {
  #main-menu li.book-now {
    display: none;
  }
}
@media (min-width: 768px) {
  #main-menu li.book-now {
    display: flex;
    padding: 0 0.2rem;
  }
}
@media (min-width: 425px) {
  .address-and-phone div.book-now {
    display: flex;
    width: 4rem;
    padding: 0;
  }
}
.address-and-phone div.book-now a {
  padding: 0.3rem;
}
@media (min-width: 576px) {
  .address-and-phone div.book-now {
    width: unset;
  }
}
@media (min-width: 768px) {
  .address-and-phone div.book-now {
    display: none;
  }
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.address-and-phone {
  display: flex;
  text-transform: uppercase;
}
.address-and-phone .address,
.address-and-phone .phone {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.address-and-phone .address svg,
.address-and-phone .phone svg {
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .address-and-phone .address svg,
  .address-and-phone .phone svg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .address-and-phone .address,
  .address-and-phone .phone {
    font-size: 1rem;
  }
}
.address-and-phone .phone {
  margin: 0 0.7rem;
}
@media (min-width: 350px) {
  .address-and-phone .phone {
    margin: 0 1rem;
  }
}
@media (min-width: 450px) {
  .address-and-phone .phone {
    margin: 0 2rem;
  }
}
@media (min-width: 600px) {
  .address-and-phone .phone {
    margin: 0 1rem;
  }
}
@media (min-width: 768px) {
  .address-and-phone .phone {
    margin: 0 1rem;
  }
}
.address-display {
  display: none;
  color: hsl(209deg, 22%, 35%);
}
@media (min-width: 992px) {
  .address-display {
    display: block;
    line-height: 1.2;
  }
}
.address-display-compact,
body.home li.clone img.fill {
  display: none;
}
@media (min-width: 600px) {
  .address-display-compact {
    display: block;
    text-align: center;
    line-height: 1.2;
    margin-left: 0.6rem;
  }
}
@media (min-width: 992px) {
  .address-display-compact {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    flex-grow: 0;
    flex-basis: auto;
  }
}
#main-menu li {
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  color: hsl(209deg, 22%, 35%);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.h1:first-of-type,
.h2:first-of-type,
.h3:first-of-type,
.h4:first-of-type,
.h5:first-of-type,
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type {
  margin-top: 0;
}
.content-area ul {
  margin-bottom: 2rem;
  padding-left: 0;
}
.content-area li,
.single-villa .villa-grid .details li {
  margin-bottom: 1rem;
  list-style-type: none;
  position: relative;
  margin-left: 2.4rem;
  line-height: 1.9;
}
.content-area li:before,
.single-villa .villa-grid .details li::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/bullet.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -2.3rem;
  top: 0.45rem;
}
.wrapper .container-photo-frame {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .wrapper .container-photo-frame {
    padding-right: 15px;
    padding-left: 15px;
  }
  .photo-frame {
    margin-top: 3rem;
    width: 100%;
  }
  .photo-frame,
  .wrapper .container-photo-frame {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.container-slim {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-slim {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-slim {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-slim {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container-slim {
    max-width: 750px;
  }
}
@media (min-width: 1440px) {
  .container-slim {
    max-width: 750px;
  }
}
.container-photo-frame {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-photo-frame {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-photo-frame {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-photo-frame {
    max-width: 1300px;
  }
}
@media (min-width: 1920px) {
  .container-photo-frame {
    max-width: 1400px;
  }
}
body.home .wrapper {
  padding-top: 0;
}
body.home h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  body.home h2 {
    font-size: 2rem;
  }
}
.single-villa .villa-grid .slider .photo-frame,
body.home li.clone {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 1440px) {
  body.home li.clone img.fill {
    display: block;
    position: absolute;
    width: 100%;
    top: -50%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
    z-index: -1;
  }
}

.single-villa #full-width-page-wrapper {
  padding: 0;
}
.single-villa #content {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 500px) {
  .single-villa #content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .single-villa #content {
    margin-top: 30px;
  }
}
.single-villa .villa-grid {
  display: grid;
}
@media (min-width: 768px) {
  .single-villa .villa-grid {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50px repeat(2, auto);
  }
  .single-villa .villa-grid .header {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .single-villa .villa-grid .slider {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .single-villa .villa-grid .details {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .single-villa .villa-grid .map {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  .single-villa .villa-grid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .single-villa .villa-grid {
    grid-template-columns: minmax(0, 1fr) 400px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 1400px;
  }
  .single-villa .villa-grid .header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .single-villa .villa-grid .slider {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .single-villa .villa-grid .details {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .single-villa .villa-grid .map {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.single-villa .villa-grid .header {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  height: 3rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .single-villa .villa-grid .header {
    margin-bottom: 1rem;
  }
}
.single-villa .villa-grid .header h1 {
  color: #fff;
  font-size: 1.5rem;
  background-color: hsl(209deg, 22%, 35%);
  padding: 0.6rem 1rem;
  flex-grow: 1;
  margin-bottom: 0;
}
.single-villa .villa-grid .slider .photo-frame {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 500px) {
  .single-villa .villa-grid .slider .photo-frame {
    padding: 1rem;
  }
}
.single-villa .villa-grid .details ul {
  margin-bottom: 2rem;
  margin-left: 1rem;
  padding-left: 0;
}
.single-villa .villa-grid .details li {
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.single-villa .villa-grid .details li::before {
  left: -2rem;
}
.single-villa .villa-grid .map {
  display: flex;
  flex-flow: column nowrap;
}
.single-villa .villa-grid .map .villa-map-interactive {
  display: flex;
  justify-content: center;
}
.single-villa .villa-grid .map #villa-map {
  border: 1rem solid #fff;
  height: 100%;
}
@media (min-width: 1200px) {
  .single-villa .villa-grid .map #villa-map {
    width: 50%;
  }
}
.post-type-archive-villa .map .our-villas,
.single-villa .villa-grid .map .villa-filters,
.single-villa .villa-grid .map .villa-tables {
  display: none;
}
.single-villa .villa-grid .map .back-to-map {
  display: flex;
  justify-content: center;
}
.single-villa .villa-grid .map .back-to-map a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.awards-container,
.awards-container .awards {
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  height: 60px;
  width: 100%;
  position: relative;
}
@media (min-width: 600px) {
  .awards-container {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .awards-container {
    height: 177px;
  }
}
.awards-container .awards {
  position: absolute;
}
.awards-container img {
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  margin-right: 1rem;
  height: 80px;
}
@media (min-width: 425px) {
  .awards-container img {
    height: 120px;
  }
}
@media (min-width: 600px) {
  .awards-container img {
    height: 140px;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .awards-container img {
    margin-bottom: 0;
    margin-right: 3rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .awards-container {
    flex-wrap: nowrap;
  }
}
.ribbon {
  visibility: hidden;
  position: relative;
  height: 30px;
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid hsl(50, calc(80 * 1%), calc(60 * 1%));
  border-bottom: 1px solid hsl(50, calc(80 * 1%), calc(60 * 1% - 15%));
  -webkit-clip-path: polygon(100% 0, 99% 50%, 100% 100%, 0 100%, 1% 50%, 0 0);
  clip-path: polygon(100% 0, 99% 50%, 100% 100%, 0 100%, 1% 50%, 0 0);
  background: linear-gradient(
    90deg,
    hsl(50, calc(80 * 1%), calc(60 * 1% - 15%)) 0,
    hsl(50, calc(80 * 1%), calc(60 * 1%)) 10%,
    hsl(50, calc(80 * 1%), calc(60 * 1% - 15%)) 20%,
    hsl(50, calc(80 * 1%), calc(60 * 1% - 35%)) 50%,
    hsl(50, calc(80 * 1%), calc(60 * 1% - 15%)) 80%,
    hsl(50, calc(80 * 1%), calc(60 * 1%)) 90%,
    hsl(50, calc(80 * 1%), calc(60 * 1% - 15%)) 100%
  );
  overflow: hidden;
}
@media (min-width: 768px) {
  .ribbon {
    height: 40px;
  }
}
.ribbon:after {
  position: absolute;
  top: 3px;
  right: -10px;
  bottom: 3px;
  left: -10px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25) inset;
  content: "";
}
.post-type-archive-villa .wrapper {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .post-type-archive-villa .wrapper {
    padding-top: 30px;
  }
}
.post-type-archive-villa .our-villas {
  background-color: hsl(209deg, 22%, 35%);
  padding: 0.6rem 1rem;
  height: 50px;
  display: flex;
  align-items: center;
}
.post-type-archive-villa .our-villas h1 {
  color: #fff;
  margin-bottom: 0;
}
.post-type-archive-villa .map {
  order: 2;
}
.post-type-archive-villa .copy {
  order: 1;
}
@media (min-width: 768px) {
  .post-type-archive-villa .map {
    order: 1;
  }
  .post-type-archive-villa .map .our-villas {
    display: flex;
  }
  .post-type-archive-villa .copy {
    order: 2;
  }
  .post-type-archive-villa .copy .our-villas {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-type-archive-villa .map .our-villas {
    display: none;
  }
  .post-type-archive-villa .copy .our-villas {
    display: flex;
  }
}
.post-type-archive-villa #villa-map,
.post-type-archive-villa .copy img {
  border: 0.5rem solid #fff;
}
@media (min-width: 992px) {
  .post-type-archive-villa #villa-map,
  .post-type-archive-villa .copy img {
    border: 1rem solid #fff;
  }
}
.post-type-archive-villa .copy img {
  display: none;
}
@media (min-width: 768px) {
  .post-type-archive-villa .copy img {
    display: inline;
  }
}
@media (min-width: 768px) {
  .post-type-archive-villa .photo-and-text {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .post-type-archive-villa .photo-and-text {
    margin-top: 0;
  }
}
.post-type-archive-villa .details {
  margin: 1rem;
}
@media (min-width: 992px) {
  .post-type-archive-villa .details {
    margin-top: 0;
    margin-top: 1rem;
  }
}
.villa-filters {
  display: none;
  padding: 0.6rem 1rem;
  background-color: hsl(209deg, 58%, 89%);
  color: hsl(24deg, 14%, 7%);
  height: 50px;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 768px) {
  .villa-filters {
    display: flex;
  }
}
.villa-filters .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 29rem;
}
.villa-filters .eight-guests,
.villa-filters .four-guests,
.villa-filters .six-guests {
  width: 3rem;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}
.villa-filters .four-guests,
svg#villa-map .four-guests {
  background-color: #086730;
  fill: #086730;
}
.villa-filters .six-guests,
svg#villa-map .six-guests {
  background-color: #1e3a90;
  fill: #1e3a90;
}
.villa-filters .eight-guests,
svg#villa-map .eight-guests {
  background-color: #f34e25;
  fill: #f34e25;
}
#villa-map {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
}
#villa-map .area {
  fill: hsl(240deg, 3%, 67%);
}
#villa-map .area-label,
#villa-map .villa-item:hover text {
  fill: hsl(24deg, 14%, 7%);
}
#villa-map .villa {
  fill: hsl(209deg, 22%, 35%);
}
#villa-map .villa-item:focus .villa {
  fill: hsl(359deg, 63%, 25%);
  outline: -webkit-focus-ring-color auto 5px;
}
#villa-map .villa-item:hover {
  border: 1px solid hsl(24deg, 14%, 7%);
}
#villa-map .villa-item:hover .villa {
  fill: hsl(45deg, 46%, 81%);
}
#villa-map .villa-item:active .villa {
  fill: green;
}
#villa-map .villa-label {
  fill: #fff;
}
#villa-map #label-bbq-swings-2 {
  font-size: 16px;
}
#villa-map #label-reception {
  font-size: 22px;
}
#villa-map #label-entry {
  font-size: 20px;
}
#villa-map #label-geographe-bay,
#villa-map #label-toby-inlet {
  font-size: 28px;
}
#villa-map #water {
  fill: #a8d5ec;
}
#villa-map #land {
  fill: #f0f9fe;
}
#villa-map #road {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
#villa-map .access {
  fill: #d4d2d6;
}
@media (min-width: 768px) {
  #villa-map .gas-heating.heating,
  #villa-map .wood-log-fire.heating {
    stroke: #f34e25;
    stroke-width: 8;
  }
}
.villa-tables {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .villa-tables {
    display: none;
  }
}
.villa-tables th[scope="row"] {
  min-width: 8rem;
  font-weight: 400;
  padding-right: 1rem;
  vertical-align: middle;
}
.villa-tables .buttons {
  padding-bottom: 0.5rem;
}
.villa-tables .buttons a {
  width: 3rem;
  margin-bottom: 0.5rem;
}
.post-type-archive-review h1 {
  color: #fff;
  font-size: 1.5rem;
  background-color: hsl(209deg, 22%, 35%);
  padding: 0.6rem 1rem;
  flex-grow: 1;
  margin-bottom: 2rem;
}
@media (min-width: 425px) {
  .post-type-archive-review h1 {
    margin-bottom: 1rem;
  }
}
.post-type-archive-review h2 {
  margin-bottom: 1rem;
}
.post-type-archive-review article {
  margin-bottom: 2rem;
}
.post-type-archive-review .awards-container {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (min-width: 425px) {
  .post-type-archive-review .awards-container {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .post-type-archive-review .awards-container {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
