@font-face {
    font-family: calibri, sans-serif;
}

body, html {
    color: #666;
    background: #FFF;
    font-family: calibri, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.filson-pro,
a.button,
button,
.feature-container {
    font-family: filson-pro, sans-serif;
    font-weight: 1000;
}
h1, h2 {
    color: #00A99D;
}
.heading-highlight {
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
}
.page h1 {
    font-size: 40px;
}
h4 {
    color: #F7931E;
}
.highlight {
    color: #00A99D;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
a.button,
.button,
#content a.button {
    background-color: #F7931E;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
}

#content li {
    list-style-position: inside;
}

/*** Div styles ***/
.gallery-wrapper {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50vw;
    margin-bottom: 40px;
}

/** inclusions **/
.inclusions-bg {
    background-color: #fff;
    border-radius: 50%;
    padding: 70px 30px;
    border: 5px solid #f9f7f2;
    margin-top: -120px;
}
.inclusions-block {
    display: inline-block;
    width: 26%;
    min-width: 250px;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    padding-top: 10px;
    background-color: #F9F7F2;
    box-sizing: border-box;
    margin-left: 3%;
    margin-bottom: 20px;
    float: right;
}
.inclusions-block h4 {
    text-transform: none;
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
}
.inclusions-block h3 {
    color: #f7931e;
    text-transform: capitalize;
}
.inclusions-block:after {
    content:"";
    display: block;
    width: 100%;
    clear: both;
}

.inclusions-block .feature {
    width: 100%;
    padding: 10px 0;
}
.feature p.price {
    font-size: 12px;
    margin:0;
    background-color: #00A99D;
    position: relative;
    width: 45px;
    border-radius: 50%;
    padding: 18px 5px;
    color: #fff;font-weight: bold;
}
/** "line break" - clear floats **/
.clear {
    clear: both;
}

/** img padding style when floated **/
.img-left,
.img-right {
    max-width: 50% !important;
    margin: 0 20px;
    margin-bottom:20px;
}
.img-left {
    margin-left: 0;
    float: left;
}
.img-right {
    margin-right: 0;
    float: right;
}
.img-circle {
    border-radius: 50%;
}
@media only screen and (max-width: 1250px){
    .inclusions-bg {
        padding: 60px 30px;
    }
}
@media only screen and (max-width: 1000px){
    .img-left { /* make it work with inclusions */
        width: 61%;
        width: calc(100% - calc(270px + 3%));
    }
}
@media only screen and (max-width: 960px){
    .feature {
        width: 48%;
        min-height: 0;
    }
}
@media only screen and (max-width: 850px){
    .gallery-wrapper {
        width:50vw;
    }
}
@media only screen and (max-width: 750px){
    .gallery-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .inclusions-block,
    .img-right,
    .img-left {
        width: 100%;
        max-width: 100% !important;
    }
    .inclusions-bg {
        padding: 130px 60px;
        margin-top: -40px;
    }
    .inclusions-block {
        /* margin-top: 120px !important; */
    }
    .heading-highlight {
        width: 100%;
    }
    .highlight {
        font-size: 20px;
    }

}
@media only screen and (max-width:600px){
     .subpage h2 {
        font-size: 18px;
     }
    .img-right,
    .img-left {
        float:none;
        display:block;
    }
 }

@media only screen and (max-width:550px){
    .feature {
        width: 100%;
    }
    .page h1 {
        font-size: 10vw;
    }
    .inclusions-bg {
        padding: 18vw 9vw;
    }
}
/*** spans styles ***/
.shower-icon,
.laundry-icon,
.bbq-icon,
.kitchen-icon,
.parking-icon,
.pets-icon,
.smoking-icon,
.toilets-icon,
.beds-icon,
.power-icon,
.tv-icon,
.tea-icon,
.aircon-icon {
    position: relative;
    text-align: left;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 48px;
    color: #00A99D;
    display:inline-block;
}
.shower-icon::before,
.laundry-icon::before,
.bbq-icon::before,
.kitchen-icon::before,
.parking-icon::before,
.pets-icon::before,
.smoking-icon::before,
.toilets-icon::before,
.beds-icon::before,
.power-icon::before,
.tv-icon::before,
.tea-icon::before,
.aircon-icon::before {
    content:"";
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 48px;
    height: 48px;
    background-size: 24px;
    border-radius:50%;
    background-color:white;
    background-repeat: no-repeat;
    background-position:center
}
/* unused?
.shower-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/shower.svg);
}
*/
.laundry-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/iron.svg);
}

.bbq-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/bbq-icon.svg);
}

.kitchen-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/full-kitchen.svg);
}

.parking-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/parking.svg);
}

.pets-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/pets.svg);
}

.smoking-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/non-smoking.svg);
}

.aircon-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/air-con.svg);
}

.toilets-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/ensuite.svg);
}

.beds-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/linen.svg);
}
/* unused?
.power-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/power.svg);
}
*/
.tv-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/tv-dvd.svg);
}

.tea-icon:before {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/tea-coffee.svg);
}

/*************************************************
Facilities - feature
*************************************************/
.feature-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

#content .feature a:link,
#content .feature a:visited {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.feature-container p {
    text-align: center;
    color: #f7931e;
    font-weight: bold;
    font-size: 23px;
    margin-top: 0;
}
.feature p {
    margin:0;
}
.feature img {
    width: 100% !important;
    height: 100% !important;
}
.cereal {
    position:relative;
    background:white;
    border-radius:50%;
    padding:15%;
    font-family: filson-pro, sans-serif;
}
.cereal::before {
    content:"Mini Breakfast Pack";
    text-transform: uppercase;
    border-radius:5px;
    color:white;
    background:#F7931E;
    font-weight:bold;
    padding:5px;
    position:absolute;
    top:0;
    left: 50%;
    width: auto;
    white-space: nowrap;
    transform: translateX(-50%);
}
.cereal .cereal-price {
    position:absolute;
    color:white;
    background:#00A99D;
    border-radius:50%;
    font-weight:bold;
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    top:25px;
    left:10%;
}
/*************************************************
Default KMS Gallery displayed in content as icons
*************************************************/
/*container div so all default kms galleries are not affected */
.feature,
.cereal,
.gallery-container {
    position: relative;
    margin: 20px;
    margin-bottom: 120px;
}
.gallery-container::before,
.feature::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #F2F2F2;
    z-index:10;
}
.gallery-container:hover::before,
.gallery-container:hover .icon,
.feature:hover::before,
.feature:hover .icon {
    opacity: 0;
    z-index: -10;
}
/*hide all but first thumbnail image */
.gallery-container a.kmsgallery-thumbnail-image:nth-child(n+2) {
    display: none;
}
.gallery-container,
.gallery-container .kmsgallery.display-default,
.gallery-container a.kmsgallery-thumbnail-image,
.feature,
.feature:hover::before{
    height: 200px;
    width: 200px;
}
.gallery-container::before,
.gallery-container a.kmsgallery-thumbnail-image,
.feature::before,
.feature img {
    border-radius: 50%;
    cursor: pointer;
}
.gallery-container::before,
.gallery-container a.kmsgallery-thumbnail-image,
.gallery-container .icon,
.feature::before,
.feature img,
.feature .icon {
    transition: all 0.5s ease;
}
.gallery-container a.kmsgallery-thumbnail-image,
.feature img {
    opacity:0;
}
.gallery-container:hover a.kmsgallery-thumbnail-image,
.feature:hover img {
    opacity: 1;
}
.gallery-container .icon,
.feature .icon {
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}
/*************************************************
Facilities icons
*************************************************/
.gallery-container .icon.cabin-icon,
.feature .icon.cabin-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/cabins.svg);
}
.gallery-container .icon.camping-icon,
.feature .icon.camping-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/camping.svg);
}
.gallery-container .icon.caravan-icon,
.feature .icon.caravan-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/caravans.svg);
}
.gallery-container .icon.events-icon,
.feature .icon.events-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/events.svg);
}
.gallery-container .icon.large-vehicle-icon,
.feature .icon.large-vehicle-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/large_vehicle.svg);
}
.gallery-container .icon.map-icon,
.feature .icon.map-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/park_map.svg);
}
.gallery-container .icon.cart-icon,
.feature .icon.cart-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/peddle_carts.svg);
}
.gallery-container .icon.playground-icon,
.feature .icon.playground-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/playground.svg);
}
.gallery-container .icon.pool-icon,
.feature .icon.pool-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/pool.svg);
}
.gallery-container .icon.cot-icon,
.feature .icon.cot-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/port_a_cots.svg);
}
.gallery-container .icon.river-icon,
.feature .icon.river-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/river.svg);
}
.gallery-container .icon.service-icon,
.feature .icon.service-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/service_station.svg);
}
.gallery-container .icon.pet-icon,
.feature .icon.pet-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/pets.svg);
}
.gallery-container .icon.bbq-facilities-icon,
.feature .icon.bbq-facilities-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/bbq-icon.svg);
    background-size: 45%;
}
.gallery-container .icon.park-notes-icon,
.feature .icon.park-notes-icon {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2026-01-05T03%3A58%3A43.644393/img/icons/park-notes.svg);
}


@media only screen and (min-width: 1790px){
    .gallery-wrapper {
        width: 40vw;
    }
}
@media only screen and (min-width: 2237px){
    .gallery-wrapper {
        width: 30vw;
    }
}
@media only screen and (max-width: 1000px){
    .gallery-container,
    .gallery-container .kmsgallery.display-default,
    .gallery-container a.kmsgallery-thumbnail-image,
    .feature,
    .feature:hover::before {
        height: 25vw;
        width: 25vw;
        min-height: 90px;
        min-width: 90px;
    }
    .feature,
    .gallery-container {
        margin: 10px;
        margin-bottom: 120px;
    }
    .feature-container p {
        font-size: 3vw;
        margin-top: 5px;
    }
    .feature,
    .gallery-container {
        margin: 5px;
        margin-bottom: 15vw;
    }
}