/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@font-face {
    font-family: 'Candia';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Candia/Candia Script Font (ttf).ttf') format('truetype');
}

*:focus-visible {
    outline: none;
}

html,
button,
input,
select,
textarea {
    color: #4a4949;
}

body {
    font-size: 16px;
    line-height: 1.4;
    font-family: "William Text", serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #4a4949;
    background: #ebeae4;
    overflow-x: hidden;
}

/*fonts*/
.william {
    font-family: "William Text", serif !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
    color: #4a4949 !important;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #4a4949;
    padding: 0.2em 0;
}

.subtext {
    font-size: 0.625rem;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Responsive defaults
-------------------------------------------------- */

html {
    overflow-y: auto;
    text-rendering: optimizeLegibility;
}

img, video {
    max-width: 100%;
    height: auto;
}

/*typography
----------------------------------------------------*/

h1, h2, h3, h4, h5, .col-group.filter {
    font-family: Neutral, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h3 {
    font-size: 1.125rem
}

nav {
    padding: 25px 0;
    font-family: Neutral, sans-serif;
}
/*h1#promise {margin-top: 76px;}*/

.narrow h2 {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0.67em 40px;
}

h1 {
    font-size: 1.75rem;
}

h2 {
    font-size: 1.375rem;
}

.home h2 {
    font-size: 1.5rem;
}

b {
}

p {
    font-size: 0.9375rem;
}

.featured-search-home-text p,
.home-section-header-text p,
.home-intro p {
    font-size: 1rem;
}

@media only screen and (min-width: 750px) {
    h1 {
        font-size: 2rem;
    }

    .home h2 {
        font-size: 1.75rem;
    }

    .featured-search-home-text p,
    .home-section-header-text p,
    .home-intro p {
        font-size: 1.125rem;
    }
}
/*main structure
----------------------------------------------------*/

section,
header,
footer {
    *zoom: 1;
    clear: both;
}

footer,
section {
    width: 100%;
    padding: 0;
}

section,
footer,
.wrapper,
.intro {
    position: relative;
    z-index: 1;
}

    footer a {
        color: #fff;
    }

.home footer[role="contentinfo"],
.stories-page footer[role="contentinfo"] {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.foot-links-item a {
    color: white !important;
}

.foot-copyright-centre a {
    color: white !important;
}

header {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ebeae4;
    min-height: 70px;
}

.wrapper {
    max-width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

    .wrapper.top-content {
        max-width: 1200px;
    }

    .wrapper.top-content {
        padding: 0;
        width: 100%;
    }

    .wrapper.footer-wrap {
        width: 94%;
        display: flex;
        flex-direction: column;
    }

        .wrapper.footer-wrap .footer-top {
            display: flex;
            align-self: flex-start;
            flex-direction: column;
            width: 100%;
        }

            .wrapper.footer-wrap .footer-top a {
                background: #ebeae4;
                padding: 20px;
                color: #4a4949;
                font-family: 'Neutral';
                text-align: center;
            }

        .wrapper.footer-wrap .footer-bottom {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-top: 40px;
        }

            .wrapper.footer-wrap .footer-bottom .logo {
                margin: 0;
                width: unset;
            }

            .wrapper.footer-wrap .footer-bottom .contact {
                display: flex;
                flex-direction: column;
            }

                .wrapper.footer-wrap .footer-bottom .contact h2 {
                    margin: 0;
                }

                .wrapper.footer-wrap .footer-bottom .contact .social-nav {
                    align-self: flex-start;
                }

            .wrapper.footer-wrap .footer-bottom .footer-right {
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                width: 50%;
            }

#content-main.home-intro {
    padding-block: 50px;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    bottom: 20px;
    right: 2%;
}

.popular-link-expander, .read-more-button {
    background-color: #c8ae5c;
    display: inline-block;
    font-style: italic !important;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 20px 30px 20px 30px;
    text-align: center;
    border: none;
}

.fixedwidth {
    width: 600px !important;
}



@media only screen and (max-width: 1000px) {
    .wrapper.footer-wrap .footer-bottom {
        flex-wrap: wrap-reverse;
        justify-content: space-around;
    }

        .wrapper.footer-wrap .footer-bottom .footer-right {
            width: 100%;
            text-align: center;
        }
}

.narrow {
    text-align: center;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/*home page*/

.intro {
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
    padding: 0;
    max-width: 1100px;
}

.top-image {
    width: 100%;
    height: 55vh;
    max-height: 650px;
    position: relative;
    background-attachment: scroll;
    background-size: cover;
}

.links-hold.top {
    right: 0;
    bottom: 0;
    position: absolute;
    align-self: flex-end;
    justify-self: self-end;
    margin: 0 0 10px auto;
    width: 60px;
}

ul.quick-links li a {
    border: 0;
    padding: 7px 15px;
}

.full-width-image {
    display: flex;
}

    .full-width-image img {
        margin: 0 auto;
        max-width: 1920px;
    }

.news-signup-main {
    padding: 360px 25px 0 25px;
    width: 100%;
    text-align: center;
    color: #ebeae4;
}

    .news-signup-main h2 {
        font-family: 'Candia';
        font-size: 2.4em;
    }

    .news-signup-main a {
        background-color: #ebeae4 !important;
        color: #4a4949;
        width: 40%;
        min-width: 100px;
        max-width: 600px;
        padding: 12px;
        display: inline-block;
    }

.details-view {
    display: flex;
    flex-direction: column;
}

.glance {
    order: 2;
    width: 100%;
    margin-bottom: 2rem;
}

aside.glance h2 {
    padding-top: 0;
}

.payment-text small {
    display: block;
    margin-top: 0.67em;
}

.availability-wrapper .payment-text {
    margin-top: 20px;
}

.details-main {
    order: 3;
    width: 100%
}

    .details-main ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px 20px;
        padding: 20px 0;
        margin: 0;
    }

        .details-main ul li {
            list-style-type: none;
            padding-bottom: 10px;
        }

            .details-main ul li span {
                display: block;
                padding-left: 20px;
            }

ul.more-details li {
    margin-bottom: 10px;
    padding-bottom: 0;
}

@media only screen and (min-width: 560px) {
    .details-main ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about .top-image:after {
    display: none;
}

/*top images small/////////////////////////////////////////////*/

.home .top-image {
    background: no-repeat center top;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
}

.about .top-image {
    background: url("/img/bg-about-sm.jpg") no-repeat center top;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
}

/*//////////////////////////////////////////////////////////////////*/

/*intro text*/
.home h1, .home h2, .home h3 {
    margin-left: 0;
    margin-right: 0;
}

.intro h1,
.intro p,
.intro h3 {
    color: #4a4949;
    text-align: center;
}

.intro h1 {
    font-size: 38px;
    margin: 0.4em auto 0;
    padding: 0.4em 1em;
    display: inline-block;
    max-width: 80%;
    word-wrap: break-word;
}

.intro h3 {
    font-size: 15px;
    font-size: 1.1em;
    margin: 0.25em 0;
}

.intro img {
    margin: 0 auto;
}

.intro a.arrow-link,
.narrow a.arrow-link {
    display: none;
}

.logo {
    width: 375px;
    margin: 20px auto 0 auto;
}

    .logo img {
        position: relative;
        z-index: 1000;
        width: 100%;
        max-width: 200px;
        height: 60px;
    }
/*share//////////////////////////////////////////*/
.share-hold {
    position: unset;
    left: 3%;
    width: 170px;
    z-index: 20;
}

.home .footer-faq {
    padding: 40px 0;
    text-align: center;
    max-width: 600px;
    margin-inline: auto;
}

.home .main .intro .social-nav {
    display: none;
}

@media only screen and (max-width: 560px) {

    .home .main .intro .social-nav {
        display: flex;
        margin-bottom: 10px;
        padding-right: 20px;
        justify-content: flex-end;
        align-items: center;
        font-size: 0.8em;
    }

        .home .main .intro .social-nav li {
            list-style-type: none;
            background-color: #ebeae4 !important;
            white-space: nowrap;
        }

        .home .main .intro .social-nav .pinterest {
            display: none;
        }

        .home .main .intro .social-nav .twitter {
            display: none;
        }

        .home .main .intro .social-nav li img {
            list-style-type: none;
            background-color: transparent;
        }

    #iphone5arrivaldatehide {
        display: none;
    }

    .share-hold {
        display: none;
    }

    .home .links-hold.top ul.quick-links {
        width: 100% !important;
        margin-left: 0 !important;
    }

        .home .links-hold.top ul.quick-links li {
            width: auto;
        }

    .logo {
        width: 70%;
    }

    .details {
        display: flex;
        flex-direction: column;
    }

    .details-header {
        order: 1;
    }

    .details-options {
        order: 2;
        padding-top: 20px;
    }

    .details-view {
        order: 3;
    }

    .details-main {
        order: 4;
    }
}

.share-hold ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

    .share-hold ul li {
        position: relative;
    }

        .share-hold ul li a {
            margin: 0 0 1px;
        }

ul.share-links li a {
    background: rgba(0, 0, 0, 0.65);
    padding: 7px 15px;
    color: #fff;
    display: block;
}

.share-hold ul li ul.share-links {
    position: absolute;
    z-index: 20;
    top: 42px;
    left: 0;
    width: 170px;
    display: none;
}

li.droplist {
    display: block;
    overflow: visible;
}

    li.droplist > a {
        background: none;
        padding: 0;
        margin: 0;
    }

    li.droplist b,
    li.droplist span {
        background: rgba(0, 0, 0, 0.5);
        float: left;
        padding: 7px 15px 6px;
        display: block;
        width: 70px;
        font-weight: 300;
        color: #fff;
        cursor: pointer;
        position: relative;
    }

        li.droplist b:after {
            background: url("/img/sprite-icons.png") 0 -68px no-repeat;
            content: " ";
            display: block;
            height: 17px;
            position: absolute;
            right: 10px;
            top: 9px;
            width: 21px;
            z-index: 10;
        }

    li.droplist span {
        float: right;
        width: 52px;
        text-align: center;
        padding: 7px 2px 7px 8px;
        background: url("/img/bg-count.png") 0 0 no-repeat;
    }

/*top content links*/
.location-page ul.quick-links {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-family: "William Text", serif;
}

ul.quick-links.location {
    margin-top: 0;
}

ul.quick-links li {
    float: none;
    padding: 0;
    margin: 0;
}

.locations-page ul.quick-links {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-family: "William Text", serif;
}

.details-options {
    padding-top: 20px;
}

    .details-options .poweredby {
        display: block;
        /*        float: right;*/
        text-align: right;
        font-size: 15px;
        line-height: 36px;
        color: #949494;
        font-style: normal;
    }

.location-page ul#loc-menu.quick-links li {
    width: 100%;
    margin: unset !important;
}

.locations-page ul.quick-links .gallery-link {
    width: 30px;
}

.location-page ul#loc-menu.quick-links li.book-link {
    display: block;
    background: #c8ae5c;
    border-color: #c8ae5c;
}

    .location-page ul#loc-menu.quick-links li.book-link a {
        color: #fff;
    }

ul .quick-links li:nth-child(even) {
    margin: 0;
}

ul.quick-links li a {
    display: block;
    font-size: 0.938em;
    text-align: left;
    min-height: 45px;
}

ul.quick-links li.view.active {
    display: none;
}


.intro-text {
    width: 100%;
    text-align: center;
}

/*Narrow body formatting*/

.narrow {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

    .narrow img {
        margin-bottom: 50px;
        max-width: 230px;
    }

    .narrow ol {
        list-style: none;
        text-align: center;
        width: 100%;
        overflow: hidden;
        padding: 35px 0 25px;
        margin: 0;
        font-family: "William Text", serif;
    }

        .narrow ol h3 {
            margin: 0;
            font-size: 1.063em;
        }

        .narrow ol li {
            padding: 10px 0 17px;
        }

            .narrow ol li b {
                display: block;
                font-size: 18px;
                text-transform: capitalize;
                padding: 5px 0;
                font-weight: 300;
            }

            .narrow ol li p {
                font-size: 16px;
                font-weight: 300;
                margin-top: 0;
            }

p {
    line-height: 1.7;
}

.narrow ul {
    margin: 80px auto 40px;
    padding: 0;
    width: 100%;
    list-style: none;
    font-family: "William Text", serif;
}

.pagination-top {
}

.narrow ul li {
    float: left;
    width: 48%;
    padding: 30px 0 0;
}

    .narrow ul li:first-child {
        margin: 0 4% 0 0;
    }


    .narrow ul li a {
        display: block;
        padding: 0 0 10px;
        text-align: left;
        font-size: 0.938em;
    }

a.stories-link {
    position: relative;
}

    a.stories-link:after {
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 10;
        right: 5px;
        top: 0;
        background: url(/img/sprite-icons.png) 0 -38px no-repeat;
        content: "";
        display: block;
    }

a.back-to-top-link {
    position: relative;
}

    a.back-to-top-link:after {
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 10;
        right: 5px;
        top: 0;
        background: url(/img/sprite-icons.png) -30px -38px no-repeat;
        content: "";
        display: block;
    }

/*pagination
----------------------------------------------------*/

.narrow .pagination {
    text-align: center;
}

    .narrow .pagination ul {
        width: 100% !important; /* move to media query*/
    }


        .narrow .pagination ul li {
            width: 4%;
            margin: 0 1% !important;
            display: inline-block;
            float: none;
            border-top: none;
            padding: 0;
        }

            .narrow .pagination ul li a {
                text-align: center;
                border: none;
            }

            .narrow .pagination ul li.current {
                border-bottom: 2px solid #4a4949;
            }

/*stories/latest
----------------------------------------------------*/

#stories {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}

section#stories {
    padding: 0;
}

.home #stories {
    padding: 40px 0;
    margin: unset;
}

a.big-cta-link {
    display: block;
    margin: 2em auto;
    width: 250px;
    background: #4a4949;
    text-align: center;
    color: #FFF;
    text-decoration: none !important;
    line-height: 3em;
    font-size: 1.2em;
}

    a.big-cta-link:hover {
        text-decoration: underline !important;
    }
/*grid*/

.stories-page-list {
    display: grid;
    margin-block: 50px;
    list-style: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0;
    gap: 40px;
}

@media only screen and (min-width: 650px) {
    .stories-page-list {
        grid-template-columns: repeat(2, 1fr);
    }
}


#list-view .col-group {
    overflow: visible;
}

.col-group {
    overflow: hidden;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}

    .col-group > li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 35px;
        overflow: hidden;
    }

.home .col-group > li {
    border: none;
}

.col-group > li img {
    display: block;
    margin: 0 auto;
}


.col-group li h2 span.sub {
    display: block;
    font-weight: 100;
    font-size: 0.75em;
    margin-top: 0.5em;
}

.col-group li p {
    font-size: 0.9375em;
}

    .col-group li p.reply {
        margin: 0 0 28px 20px;
        padding: 20px;
        background: #fff;
        position: relative;
    }

        .col-group li p.reply:after {
            content: '';
            position: absolute;
            display: block;
            bottom: -20px;
            left: 20px;
            border: 10px solid #EAEAEA;
            border-bottom-color: transparent;
            border-right-color: transparent;
        }
/* -------------- Latest Properties*/
.latest-properties {
    padding-block: 40px;
}

.latest-properties_intro-wrapper {
    display: block;
    max-width: 1100px;
    padding: 0 40px 20px;
    margin-inline: auto;
}

.latest-properties h3 {
    font-size: 1.5em;
}

.latest-properties h3 {
    border: none;
    padding-bottom: 0;
    font-size: 1.5em;
}

.latest-properties_intro-wrapper .inspiration-home-explore {
    display: none;
}

.list-view-wrapper .inspiration-home-explore {
    display: inline-block;
    width: fit-content;
    margin: 20px 20px 0 auto;
}

.latest-properties .swiper-container {
    width: 100%;
    height: auto;
}

.latest-properties .next-prev {
    display: none;
}

.list-view-wrapper {
    position: relative;
}

@media only screen and (min-width: 800px) {
    .latest-properties .next-prev {
        display: block;
        margin-inline: -40px;
    }

    .latest-properties_intro-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
    }

        .latest-properties_intro-wrapper .inspiration-home-explore {
            display: block;
            align-self: center;
        }

    .list-view-wrapper .inspiration-home-explore {
        display: none;
    }

    .latest-properties .list-view-wrapper {
        max-width: 1000px;
        padding: 20px 40px;
        margin-inline: auto;
    }

        .latest-properties .list-view-wrapper .swiper-container {
            max-width: 900px;
            margin-inline: auto;
            padding: 0;
        }

    .latest-properties .swiper-button-prev {
        background-image: none !important;
        background: none;
        padding: 0;
        border-top: 1px solid #4a4949;
        border-left: 1px solid #4a4949;
        width: 20px !important;
        height: 20px !important;
        transform: translate(50%,-50%) rotate(-45deg);
        left: 0 !important;
    }

    .latest-properties .swiper-button-next {
        background-image: none !important;
        background: none;
        padding: 0;
        border-bottom: 1px solid #4a4949;
        border-right: 1px solid #4a4949;
        width: 20px !important;
        height: 20px !important;
        transform: translate(50%,-50%) rotate(-45deg);
        right: 20px !important;
    }
}
/*Featured Properties*/
.featured-properties {
    padding-block: 80px;
}

    .featured-properties .col-group > li {
        margin-bottom: 0;
        height: 530px;
        border-bottom: none;
    }

        .featured-properties .col-group > li a.book-link {
            border-top: none;
            margin-bottom: 10px;
        }

.latest-properties a.book-link {
    border: none;
    margin: 0;
}

.featured-properties .col-group > li a {
}
/*stories filter*/
.col-group.filter {
    margin: 40px 0;
    font-size: 0.938em;
}

    .col-group.filter > li {
        height: auto;
        padding: 12px 0;
        width: 48%;
        margin: 0 4% 0 0;
        float: left;
    }

    .col-group.filter li:first-child {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 40px;
    }

.story .col-group.filter li:first-child {
    padding-top: 12px;
    border-top: none;
}

.home .col-group.filter li:first-child {
    display: none;
}

.col-group.filter li:last-child {
    margin: 0;
}

.col-group.filter li a,
.col-group.filter li span {
    display: inline-block;
    line-height: 1.2;
    padding: 2px 5px 0;
}

.col-group.filter li a {
    background: #4a4949;
    color: #ffd800;
}

.col-group.filter li b {
    font-weight: 300;
}

.story .col-group.filter li b {
    display: inline;
}

#category-list,
#archive-list {
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    display: none;
}

    #category-list li,
    #archive-list li {
        display: inline-block;
        padding: 10px 20px 10px 0;
        margin: 0;
        width: auto;
    }
/*story page*/

.reviews-policy ul li {
    font-size: 0.9375rem;
    line-height:2;
}

.reviews-policy header {
    margin-bottom: 20px;
}

.reviews-policy > div {
    max-width: 900px;
}

article header {
    background: none;
    box-shadow: none;
    min-height: 0;
    overflow: visible;
    position: relative;
    margin-bottom: 50px;
}

article footer {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 7px solid #4a4949;
    margin-bottom: 40px;
    font-family: "William Text", serif;
    margin-top: 35px;
}

aside {
    width: 100%;
}

.story .share-hold {
    left: auto;
    top: auto;
    bottom: -2px;
    right: 0;
    width: 90px;
}

    .story .share-hold ul,
    .story .share-hold ul li a {
        color: #4a4949;
        font-size: 0.966em;
        font-family: "William Text", serif;
        margin: 0 !important;
        padding: 0 !important;
    }

    .story .share-hold li.droplist b {
        background: none;
        color: #4a4949;
        width: 70px;
    }

        .story .share-hold li.droplist b:after {
            background-position: -34px -68px;
            top: 8px;
        }

    .story .share-hold ul li ul.share-links {
        left: 14px;
        width: 90px;
    }

        .story .share-hold ul li ul.share-links li {
            padding-left: 10px;
        }


.story-main p.MsoNormal, .story-main p.MsoNormal span {
    font-family: "William Text", serif !important;
    font-weight: normal;
    font-size: 1em !important;
    color: #4a4949 !important;
}


article.story-main img {
    display: block;
    margin: 10px auto;
    padding-bottom: 20px;
}

article.story-main a {
    text-decoration: underline;
}

article.story-main footer a {
    text-decoration: none;
}

article.story-main hr {
    height: 1px;
    margin: 40px 0;
}

p.date {
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
}

p.tags {
    margin: 0;
}

    p.tags b {
        font-weight: 300;
    }

    p.tags a {
        display: inline-block;
        background: #4a4949;
        color: #FFD800;
        line-height: 1.2;
        padding: 2px 5px 0;
    }

.stories-page .story {
    margin-block: 40px;
}

    .stories-page .story h1 {
        margin: 0 0 .67em 0;
        font-size: 2rem;
        line-height: 1.2;
    }

.story .story-intro {
    display: block;
    margin-bottom: 2.2em;
    /* padding-bottom: 1.5em; */
}

    .story .story-intro p {
        font-size: 1.125em;
        padding: 0;
        margin: 0;
    }

.story article ol,
.story article ul {
    padding-left: 22px;
    margin: 40px 0 30px;
    font-size: 14px;
}

    .story article ol li,
    .story article ul li {
        padding-bottom: 20px;
    }

@media only screen and (min-width: 750px) {
    .stories-page .story h1 {
        font-size: 2.5rem;
    }
}
/*locations
----------------------------------------------------*/
#search-wrapper {
    position: relative;
}

.colz-2 {
    font-family: "William Text", serif;
}

.colz-2 {
    width: 94%;
    padding: 10px 3% 0;
}

    .colz-2.list-view-wrapper {
        margin: 0 0 0 2%;
    }

    .colz-2 p {
        padding: 0px 0 15px;
        font-size: 0.918em;
    }

.results-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .results-header.mobile-hide {
        display: none;
    }

@media only screen and (min-width: 990px) {
    .results-header.mobile-hide {
        display: flex;
    }

    .results-header.desktop-hide {
        display: none;
    }
}


.results-header .search-title {
    white-space: nowrap;
}

    .results-header .search-title h3 {
        display: inline;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
    }

        .results-header .search-title h3 b {
            font-family: "William Text", serif;
        }

.locations-page ul#loc-menu.quick-links li#map a,
.locations-page ul#loc-menu.quick-links li#list a {
    padding: 0 !important;
}

.results-header.desktop-hide {
    padding: 20px 0;
    border-top: 8px solid #f2f2f2;
}

@media only screen and (min-width: 600px) {
    .results-header .menu-wrapper {
        width: 150px;
        align-self: flex-end;
        margin: 30px 0;
    }

    .results-header .search-title {
        padding: 0 0 20px;
        border-bottom: 8px solid #F2F2F2;
        width: 100%;
    }

    .locations-page ul#loc-menu.quick-links li#map a,
    .locations-page ul#loc-menu.quick-links li#list a {
        padding: 0 0 20px !important;
    }

    .results-header.desktop-hide {
        border-top: none;
    }
}

.locationHeaderWrapper {
    width: 100%;
    background: #f0f0f0;
}

.locationHeadImage {
    height: 0px;
    padding-top: 66%;
    background-position: center;
    background-size: cover;
}

.locationHeadText h1 {
    margin: 0;
    font-size: 1.5rem;
}

.locationHeadTextInner {
    padding: 40px 20px;
}

#list-view {
    overflow: visible;
    display: grid;
    overflow: hidden;
}

    #list-view.col-group li h2:before {
        margin: 0 10px 0 0;
        position: absolute;
        left: 0;
        top: -5px;
    }

.key {
    width: 94%;
    padding: 0 3%;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

    .key p {
        width: 48%;
        float: left;
        color: #666;
        font-family: "William Text", serif;
        font-size: 13px;
        margin-right: 4%;
    }

        .key p.dogs-icon,
        .key p.multi-icon {
            margin-right: 0;
        }

            .key p.dogs-icon:before {
                background-position: -47px -99px;
            }

        .key p.single-icon:before {
            background-position: -82px -99px;
        }

        .key p.multi-icon:before {
            background-position: -82px -132px;
        }
/*quicklinks overwites*/
#loc-menu.search:hover {
    cursor: pointer;
}

ul#loc-menu.quick-links {
    overflow: hidden;
    list-style: none;
    position: relative;
    font-family: "William Text", serif;
}


.locations-page ul#loc-menu.quick-links li#map a,
.locations-page ul#loc-menu.quick-links li#list a {
    min-height: 0;
    padding: 0 0 20px;
    text-decoration: underline;
    text-align: right;
}

@media only screen and (min-width: 600px) {
    .locations-page ul#loc-menu.quick-links li#map a,
    .locations-page ul#loc-menu.quick-links li#list a {
        border-bottom: 8px solid #000;
        text-decoration: none;
    }
}

.locations-page ul#loc-menu.quick-links li#map, .locations-page ul#loc-menu.quick-links li#list {
    width: 100%;
}


.location-page ul#loc-menu.quick-links li {
    border: none;
    background: #fff;
    color: #4a4949;
    border: 1px solid #4a4949;
}

    .location-page ul#loc-menu.quick-links li a {
        color: #4a4949;
        padding: 17px 0px;
        outline: none;
    }

    .location-page ul#loc-menu.quick-links li.active a, .location-page ul#loc-menu.quick-links li:hover a {
        color: #fff !important;
    }

    .location-page ul#loc-menu.quick-links li.active, .location-page ul#loc-menu.quick-links li:hover {
        color: #fff !important;
        background: #c8ae5c;
        border-color: #4a4949;
    }

.locations-page .wrapper.top-content {
    margin: 30px auto 40px;
}


ul #loc-menu.quick-links li {
    float: right;
    margin-right: 0;
    margin-left: 0;
}

    ul#loc-menu.quick-links li a {
        min-height: 0;
        text-align: center;
        font-style: italic;
    }

    ul#loc-menu.quick-links li.search a {
        border-bottom-color: #c9c9c9;
    }

    ul#loc-menu.quick-links li.search.isOpen a {
        border-bottom-color: #4a4949;
    }



    ul#loc-menu.quick-links li:after {
        content: "";
        display: block;
        width: 30px;
        background: none;
    }
/*Search controls*/
.search-control-wrapper {
    max-width: 1100px;
    overflow: hidden;
    margin: 20px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
    overflow: visible;
}

@media only screen and (min-width: 600px) {
    .search-control-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 990px) {
    .search-control-wrapper {
        grid-template-columns: repeat(4, 1fr);
        margin: 0 auto;
    }
}
/*list view*/
.search-control {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);*/
}

.search-pricing-info {
    margin: 15px 3% 0;
    padding: 15px 0 0 22px;
    border-top: 1px solid #4a4949;
    font-size: 0.8rem;
}

.search-pricing-info-top {
    display: none;
}

.search-pricing-info-bottom {
    display: block;
}


.search-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: content-box !important;
    height: 100%;
}

    .search-list-item::before {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    .search-list-item .cta {
        align-self: center;
    }

.latest-properties .swiper-slide {
    display: flex;
    height: auto;
}

.sleeps {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: url(/img/bg-key.png) 0 0 no-repeat;
    width: 28px;
    height: 26px;
    padding: 13px 0 0 50px;
    font-family: "William Text", serif;
}

    .sleeps.dogs {
        width: 68px;
    }

.leaflet-container .map-overlay a, .leaflet-container .map-overlay a:hover {
    color: inherit;
}

.map-description {
    text-align: center;
    padding: 10px 0;
}

    .map-description a.cta {
        display: inline-block;
    }

.map-overlay .sleeps, .map-overlay .sleeps.dogs {
    height: 40px;
}

    .map-overlay .sleeps.dogs {
        width: 115px;
    }

.map-overlay .sleeps {
    width: 70px;
}

.sleeps p {
    margin: 0;
    line-height: 1;
    text-align: left !important;
}

.sleeps i {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
    float: left;
}
/*search filter checkboxes*/
.checkbox-wrapper {
    display: flex;
    padding-block: 6px;
    justify-content: space-between;
    align-items: center;
}

    .checkbox-wrapper > label {
        width: 100% !important;
    }

    .checkbox-wrapper .control {
        display: block;
        position: relative;
        font-size: 18px;
    }

        .checkbox-wrapper .control input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

    .checkbox-wrapper .control--checkbox .control__indicator {
        display: block;
        height: 28px;
        width: 28px;
        background: #f2f2f2;
        cursor: pointer;
        border: 1px solid #4a4949;
        margin: 0;
    }

    .checkbox-wrapper .control:hover input ~ .control__indicator {
        background: #7b7b7b;
    }

    .checkbox-wrapper .control input:checked ~ .control__indicator {
        background: #4a4949;
    }

    .checkbox-wrapper .control--checkbox .control__indicator:after {
        content: '';
        position: absolute;
        display: none;
        background: url("/img/checkbox-tick.svg") no-repeat center center;
        width: 100%;
        height: 100%;
    }

    .checkbox-wrapper .control input:checked ~ .control__indicator:after {
        display: block;
    }

.search-results-list {
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
}

@media(min-width: 720px) {
    .search-results-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*Property card */
.property-card {
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
}

    .property-card img {
        width: 100%;
    }

.property-card-body {
    padding: 20px;
    container-type: inline-size;
    container-name: property-card-body;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .property-card-body h2 {
        font-size: 1.25rem;
        margin: 0 0 0.15rem;
    }

    .property-card-body .guide-loc {
        margin: 0 0 1rem;
        padding: 0;
        font-family: "Neutral L", sans-serif;
        font-size: 0.75em;
    }

    .property-card-body .property-spec {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
        margin-bottom: 0.75rem;
    }

        .property-card-body .property-spec p,
        .property-card-body .property-spec span {
            font-size: 0.875rem;
            line-height: 1.5;
            margin: 0;
        }

        .property-card-body .property-spec .card-reviews .review-count,
        .property-card-body .property-spec .review-count-label {
            font-size: 0.75rem;
        }

.property-spec .review-count-label {
    display: none;
}

.property-spec .card-reviews,
.property-spec .capacity,
.property-spec .dog-friendly {
    white-space: nowrap;
}

.property-card-body .property-spec .capacity svg {
    width: 17px;
    height: 16px;
    margin-top: -5px;
}

.property-card-body .property-spec .dog-friendly svg {
    width: 18px;
    height: 18px;
    margin-top: -4px;
}

.property-card .property-spec .card-reviews svg {
    width: 18px;
    height: 18px;
}


.property-card-body .guide-intro {
    font-size: 0.875rem;
    margin: 0;
}

    .property-card-body .guide-intro.truncate {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.property-card-body .property-card-footer {
    display: flex;
    justify-content: flex-end;
    padding-block: 20px 10px;
    margin-top: auto;
}

@container property-card-body (width > 335px) {
    .property-spec .review-count-label {
        display: inline;
    }
}

@container property-card-body (width > 350px) {
    .property-card-body .property-spec {
        gap: 10px;
    }
}
/* -------------------------- Reviews*/
#reviews-view .panel-title {
    font-weight: 700;
    margin-top: 20px;
}

.review-summary-wrapper {
    margin-bottom: 1.5rem;
}

    .review-summary-wrapper .review-summary {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        margin-bottom: 1.5rem;
    }

    .review-summary-wrapper .star-rating-wrapper {
        margin: 0 0 0.25rem;
    }

    .review-summary-wrapper .reviews-info {
        font-size: 0.75rem;
        font-family: "Neutral L", sans-serif;
        line-height: 1.5;
        max-width: 325px;
    }

        .review-summary-wrapper .reviews-info a {
            text-decoration: underline;
        }

    .review-summary-wrapper .star-rating-wrapper .rating-stars-background,
    .review-summary-wrapper .star-rating-wrapper .rating-stars-filled {
        width: 120px;
        height: 24px;
        white-space: nowrap;
        flex: none;
    }

        .review-summary-wrapper .star-rating-wrapper .rating-stars-background svg,
        .review-summary-wrapper .star-rating-wrapper .rating-stars-filled svg {
            width: 100%;
            height: 100%;
        }

    .review-summary-wrapper .star-rating {
        font-size: 2.5rem;
        font-family: "William Text", serif;
        margin: 0;
    }

.reviews-header {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-bottom: 2px solid #4a4949;
    margin-bottom: 20px;
}

    .reviews-header .reviews-list-title {
        font-size: 0.875rem;
    }

.reviews-sort {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    font-family: "Neutral L", sans-serif;
    line-height: 1.5;
    background-image: url(/img/chev-down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 15px;
    cursor: pointer;
}

    .reviews-sort option {
        background: #ebeae4;
    }

.reviews-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.review-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0 2rem;
}

    .review-header > div {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0 10px;
    }

.review-author {
    font-size: 1.5rem;
    font-family: "Neutral L", sans-serif;
    display: inline;
    margin: 0 10px 0 0;
}

.review-header .star-rating-wrapper {
    margin: 0;
    gap: 8px;
}

.review-header .rating-stars-background,
.review-header .rating-stars-filled {
    width: 70px;
}

.review-header .review-date {
    font-family: "Neutral L", sans-serif;
    font-size: 0.875rem;
    margin: 0.5rem 0 0;
}

.reviews-list .review-item .comment {
    font-size: 0.9375rem;
}

.review-reply-wrapper {
    border-left: 2px solid #4a4949;
    padding-left: 30px;
    margin-top: 30px;
}

    .review-reply-wrapper .reply-heading,
    .review-reply-wrapper .reply {
        font-family: "William Text LCG", serif;
        margin: 0;
    }

    .review-reply-wrapper .reply {
        font-style: italic;
    }

.reviews-panel-layout {
    display: grid;
    grid-template-columns: 1fr;
}

@media(min-width: 720px) {
    #reviews-view .panel-title {
        margin-bottom: 40px;
    }

    .reviews-panel-layout {
        grid-template-columns: 320px auto;
        gap: 40px;
    }

    .review-summary-wrapper {
        margin-top: 1rem;
    }

        .review-summary-wrapper .reviews-info {
            font-size: 0.875rem;
        }

    .star-rating-wrapper {
        gap: 12px;
    }

    .review-header {
        flex-direction: row;
    }
}

@media(min-width: 901px) {
    #reviews-view .panel-title {
        margin-top: 19px;
    }
}

.reviews-pagination {
    text-align: center;
    margin: 20px 0;
}

    .reviews-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .reviews-pagination ul li {
            width: 4%;
            margin: 0 1%;
            display: inline-block;
            float: none;
            border-top: none;
            padding: 0;
        }

            .reviews-pagination ul li a {
                text-align: center;
                border: none;
                display: block;
                text-decoration: none;
                color: #333;
                padding: 5px 0;
            }

            .reviews-pagination ul li.current {
                border-bottom: 2px solid #4a4949;
            }

            .reviews-pagination ul li.disabled a {
                opacity: 0.5;
                pointer-events: none;
            }

.new-property-label {
    color: #4a4949;
}

.new-property-info {
    position: relative;
    margin-left: 4px;
    cursor: pointer;
}

    .new-property-info img {
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }

    .new-property-info:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        left: 100%;
        top: 100%;
        white-space: wrap;
        background: #ebeae4;
        border: 1px solid #4a4949;
        color: #4a4949;
        padding: 8px 12px;
        font-size: 0.75rem;
        z-index: 10;
        pointer-events: none;
        width: 201px;
        height: auto;
        line-height: 1.35;
        font-family: "Neutral L", sans-serif;
        box-shadow: 2px 2px 8px 5px rgba(0,0,0,0.02);
    }
/* -------------------------- Map view*/
#map-view {
    width: 100%;
}

    #map-view h2.map-title,
    #availability-view h2 {
        font-family: Neutral, sans-serif;
        text-transform: none;
        margin: 0 20px 40px;
        padding-top: 30px;
        font-size: 18px;
    }

        #map-view h2 i,
        #availability-view h2 i {
            display: none;
        }

.map-hold {
    min-height: 610px;
    width: 100%;
    position: relative;
    background: teal;
}

.map-overlay .accomodates, .map-overlay .intro {
    text-align: center;
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
    font-family: "William Text", serif;
}

.map-overlay {
    z-index: 10;
    width: 255px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

    .map-overlay.multi {
        left: auto;
        right: 30px;
    }

        .map-overlay.multi h3 {
            border-bottom: 1px solid #4a4949;
            text-transform: none;
            padding: 0 0 12px;
        }

            .map-overlay.multi h3:last-child {
                border: none;
                padding: 0;
            }

    .map-overlay p {
        font-size: 13px;
    }

    .map-overlay a {
        display: block;
    }

    .map-overlay .sleeps {
        top: 0;
        right: 0;
    }

.close-overlay {
    height: 29px;
    width: 28px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url("/img/sprite-icons.png") -83px -168px no-repeat;
}

@media(min-width: 801px) {
    #map-view {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding-inline: 30px;
    }

        #map-view h2.map-title {
            margin-inline: 0;
        }

    .map-hold {
        min-height: 575px;
    }

    #LocationHead {
        position: relative;
        overflow: hidden;
    }

    .locationHeaderWrapper {
        width: 100%;
        background: #f0f0f0;
        position: relative;
        max-width: 2000px;
        margin: 0 auto;
    }

    .locationHeadImage {
        width: 50%;
        padding-top: 0;
        max-height: 550px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }

    .locationHeadTextInner {
        padding: 70px 40px 0px 40px;
    }

    .locationHeadText h1 {
        margin: 0;
    }

    .locationHeadText {
        width: 50%;
        margin-left: 50%;
        float: left;
        min-height: 450px;
    }

    .locationHeadText {
        line-height: 1.7;
    }

        .locationHeadText #headerText {
            display: block;
        }

            .locationHeadText #headerText p {
                font-size: 1.125rem;
            }


    .details-options .links-hold.top {
        left: auto;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 468px;
    }

        .details-options .links-hold.top a {
            padding-top: 60px;
            text-align: left;
            width: 105px;
            padding: 40px 20px 10px;
        }

    .details-options .links-hold.bottom {
        margin: 0;
        width: 100%;
    }

    .details-options ul#loc-menu.quick-links li a {
        border: none;
        padding: 17px 0;
        text-transform: none;
    }

        .details-options ul#loc-menu.quick-links li a:after {
            display: none;
        }

    .top-image .sleeps {
        display: none;
    }

    .location-page .share-hold ul li ul.share-links {
        top: -150px;
    }

    .location-page .top-image {
        display: flex;
        height: 70vh;
        background-position: center;
        margin: 0 auto;
    }

    .lt-ie9 .location-page .top-image {
        background-position: center top;
    }

    .location-page .top-image,
    .lt-ie9 .location-page .top-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #map-view h2 {
        margin: 0 0 40px;
    }

        #map-view h2 i {
            display: inline;
            float: right;
            font-size: 13px;
            color: #949494;
            font-style: normal;
        }

    .small-print {
        text-align: left;
        max-width: 100%;
        margin: 30px 0 0;
        width: 49%;
    }

    p.small-print {
        margin-top: 37px;
        float: right;
        text-align: right;
    }

    h5.small-print {
        float: left;
    }
}
/*location-detail*/
.details-options {
    width: 100%;
}

location-page {
    box-sizing: content-box !important;
}

.location-page .intro {
    margin-bottom: 30px;
}

.location-page .droplist span {
    display: none;
}

.location-detail {
    margin-bottom: 1.5rem;
}

    .location-detail .guide-price,
    .location-detail .guide-loc {
        margin: 0;
        font-size: 1.125rem;
    }

    .location-detail p,
    .location-detail h3 {
        text-align: left;
    }

    .location-detail h1 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

.details-header .location-detail {
    margin-bottom: 1rem;
}

@media(min-width: 800px) {
    .details-header {
        margin-bottom: 0;
    }
}

.details-header .guide-intro {
    margin: 1.5rem 0 0;
}

@media(min-width: 901px) {
    .location-detail h1 {
        font-size: 1.75rem;
    }
}

.star-rating-wrapper {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    --rating: 0;
    --rating-max: 5;
    --percent: calc(var(--rating) / var(--rating-max) * 100%);
    margin-block: 0.25rem 1.5rem;
}

.rating-stars-background {
    position: relative;
    z-index: 1;
}

.rating-stars-background, .rating-stars-filled {
    display: inline-flex;
    align-items: center;
    gap: 0;
    width: 90px
}

    .rating-stars-background svg, .rating-stars-filled svg {
        width: 18px;
        height: 18px;
    }

.rating-stars-filled {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--percent)) 0 0);
}

.star-rating-wrapper p {
    margin: 0;
    line-height: 1.2;
}

.star-rating-wrapper a {
    text-decoration: underline;
}

.quick-links.location.alt li a {
    min-height: 0;
}

ul#loc-menu.quick-links.detail {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}

    ul#loc-menu.quick-links.detail li:last-of-type {
        display: none;
    }


.book-now {
    padding: 20px;
    border: 1px solid #4a4949;
    background: #fff;
    padding: 17px 0px;
    min-height: 0;
    text-align: center;
    font-style: italic;
    width: 80%;
    display: block;
    margin-inline: auto;
    margin-top: 1rem;
    max-width: 300px;
}

@media(min-width: 800px) {
    ul#loc-menu.quick-links.detail {
        grid-template-columns: repeat(5, 1fr);
    }

        ul#loc-menu.quick-links.detail li:last-of-type {
            display: block;
        }

    .book-now {
        margin-inline: 0;
        width: 220px;
        margin-top: 0;
    }
}

.small-print {
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
    font-family: "William Text", serif;
    font-size: 13px;
    color: #949494;
    text-transform: none;
}

p.small-print {
    margin-top: 25px;
}

h5.small-print:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("/img/sprite-icons.png") no-repeat -82px -99px;
    display: inline-block;
    margin: 0 10px -10px 0;
}
/*availability*/

.col-half {
    width: 100%;
}

#availability-view h2 {
    font-style: italic;
    margin: 0 0 40px;
}

.mob-book {
    display: block;
    background: #4a4949;
    color: #fff;
    padding: 40px;
    font-family: "William Text", serif;
    font-size: 19px;
    text-align: center;
    margin: 0 0 35px;
}


table.pricing {
    width: 100%;
    overflow: hidden;
}

.pricing th {
    text-align: left;
}

.pricing th,
.pricing td {
    padding: 15px 10px 15px 0;
}

.pricing tr {
    width: 100%;
    overflow: hidden;
    display: block;
}

.pricing th.dates,
.pricing td.dates {
    min-width: 150px;
}

.detail-header h2 {
    text-transform: none;
    padding: 0 0 12px;
    font-size: 18px;
    margin: 0 0 30px;
}

.details-main {
    width: 100%;
    overflow: hidden;
}

    .details-main h3 {
        font-weight: bold;
        border-bottom: 2px solid #4a4949;
        padding-bottom: 10px;
    }

    .details-main p {
        line-height: 1.7;
    }

        .details-main p a {
            text-decoration: underline;
        }

.book-link {
    display: none;
}

.border-hold h2,
.border-hold p,
.border-hold ul {
    display: block;
    padding: 0 20px;
}

.border-hold ul {
    list-style: none;
    margin: 23px 0 0;
    width: auto;
    padding: 0px;
}

.border-hold h2 {
    border-bottom: 2px solid #4a4949;
    font-weight: bold;
}

.border-hold h3 {
    border-bottom: 2px solid #4a4949;
    font-weight: bold;
}

.border-hold h3, .border-hold h2 {
    padding: 20px 0 10px;
}

.border-hold .targeted-features ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
    margin: 0;
}

.border-hold .targeted-features li {
    list-style-type: none;
}

@media only screen and (min-width: 560px) {
    .border-hold .targeted-features ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 800px) {
    .border-hold .targeted-features ul {
        grid-template-columns: 1fr;
    }
}

.border-hold .glance-list span {
    display: block;
    padding-left: 20px;
}
/* --------------- gallery*/
#gallery {
    display: none;
}

    #gallery.show-gallery {
        z-index: 2000;
        visibility: visible;
    }

.wrapper.gallery-wrapper {
    max-width: 525px;
    margin: 0 auto;
    width: 90%;
    padding: 0 5%;
}

a.gallery-close {
    position: absolute;
    top: -36px;
    right: 0;
    width: 15px;
    height: 15px;
    z-index: 10;
    background: url(/img/bg-close.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* --------------- hide show reveal divs*/

.reveal {
    display: none;
}

.list-view-wrapper.reveal {
    display: block;
}

#list-view-wrapper.is-visible {
    overflow: visible !important;
}
/*main navigation
----------------------------------------------------*/
a.nav-toggle {
    border-left: 1px solid #e5e5e5;
    display: block;
    float: right;
    padding: 38px 60px 20px 20px;
    min-height: 12px;
    color: #4a4949;
    font-size: 0.875em;
    position: relative;
}

    a.nav-toggle:after {
        content: "";
        height: 31px;
        width: 31px;
        background: url(/img/sprite-icons.png) -82px 0 no-repeat;
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 100;
    }

nav[role="navigation"] ul {
    margin: 20px 0;
    padding: 0;
    display: none;
    width: 100%;
    clear: both;
    border-top: 1px solid #e5e5e5;
}

    nav[role="navigation"] ul li {
        padding: 10px 0;
    }


        nav[role="navigation"] ul li a,
        nav[role="navigation"] ul li a:visited {
            margin: 0;
            font-size: 14px;
            color: #666;
            padding: 10px 0;
            display: block;
        }

            nav[role="navigation"] ul li a.active,
            nav[role="navigation"] ul li a:hover {
                color: #4a4949;
            }

nav[role="navigation"] h1 {
    display: block;
    float: left;
    font-size: 16px;
    margin: 15px 0 20px;
    line-height: 1.4;
}

a.logo {
    color: #4a4949;
}

    a.logo span {
        display: none;
    }
/*contact
----------------------------------------------------*/
#contact {
    top: 0;
    left: 0;
    right: 0px;
    z-index: 2000;
    background: #4a4949;
    color: #fff !important;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

    #contact a {
        color: #fff !important;
    }

    #contact h1 {
        margin: 0 0 20px;
        font-size: 47px;
    }

    #contact input[type=text] {
        background: #fff;
    }

p.email {
    margin-top: 0;
}

p.contact-text {
    font-size: 18px;
    padding: 0 0 40px;
    margin-bottom: 40px;
}

a.close-contact {
    display: block;
    color: #4a4949;
    text-align: right;
    font-family: "William Text", serif;
    font-size: 14px;
    color: #fff !important;
}



.contact-left,
.contact-right {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
}

    .contact-left a,
    .contact-right a {
        color: #fff !important;
    }

address,
.contact-details {
    width: 100%;
    font-style: normal;
    line-height: 1.6;
}

address {
    padding: 0 0 20px;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    width: 96%;
    margin: 0 0 1em;
    padding: 2%;
    border: none;
    color: #4a4949;
    background: #fff;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border: none;
}

input.submit {
    background: #4a4949;
    color: #fff;
    text-align: center;
    width: 130px;
    padding: 10px;
    display: block;
    float: right;
    cursor: pointer;
    font-style: italic;
    font-family: "William Text", serif;
}

input:focus {
    outline: none;
}

textarea {
    resize: none;
    min-height: 100px;
}
/* fallback placeholder */
.placeholder {
    color: #4a4949;
}

::-webkit-input-placeholder {
    color: #4a4949;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #4a4949;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #4a4949;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #4a4949;
    opacity: 1;
}
/*footer
----------------------------------------------------*/

footer[role="contentinfo"] {
    margin: 20px 0 0;
    width: 100%;
}

    footer[role="contentinfo"] ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: "William Text", serif;
        font-size: 14px;
    }

footer ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}


footer ul li {
    padding: 20px 0;
}

    footer ul li.contact a {
        text-transform: lowercase;
    }

li.social-links b {
    display: block;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}

a.fbook,
a.twitter,
a.instagram {
    width: 32px;
    height: 32px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background: url(/img/sprite-icons.png) 0 0 no-repeat;
    display: inline-block;
    padding: 0;
}

a.twitter {
    background-position: -41px 0;
    margin: 0 0 0 22px;
}

a.instagram {
    background-position: -118px 0;
    margin: 0 0 0 14px;
}


footer ul li.sign-up a {
    display: inline-block;
}

    footer ul li.sign-up a:after {
        content: "";
        display: block;
        width: 21px;
        height: 40px;
        background: url(/img/sprite-icons.png) -24px -139px no-repeat;
        margin: 5px auto 0;
    }

footer ul li.contact i,
footer ul li.contact a {
    display: block;
}

footer ul li i {
    padding: 10px 0;
    font-style: normal;
}

footer ul li.top-link {
    margin: 40px 0 0;
}

    footer ul li.top-link a {
        display: block;
        border-bottom: 7px solid #4a4949;
        padding: 30px 0 13px;
        margin: 34px 3% 0;
        color: #4a4949;
        text-align: left;
        width: 94%;
        position: relative;
    }

        footer ul li.top-link a:after {
            content: "";
            height: 30px;
            width: 30px;
            display: block;
            position: absolute;
            right: 10px;
            top: 30px;
            z-index: 10;
            background: url(/img/sprite-icons.png) -30px -38px no-repeat;
        }

footer ul li.copyright {
    text-transform: capitalize;
    text-align: right;
    margin-bottom: 0;
    width: 94%;
    padding: 20px 3%;
}
/*IE Fixes
-----------------------------------------------------------------------*/

.lt-ie9 li.droplist b,
.lt-ie9 li.droplist span {
    background: url(/img/bg-transparent.png) 0 0 repeat;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

.property-type-wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 40px;
}

.property-type-home {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 600px) {
    .property-type-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 990px) {
    .property-type-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }

    .property-type-home {
        grid-column: span 2;
    }

        .property-type-home:nth-last-child(-n + 2) {
            grid-column: span 3;
        }
}

.privacy a {
    text-decoration: underline;
}

.home .links-hold.top {
    margin: 30px auto 0 auto;
    width: 100%;
    left: 0;
}

    .home .links-hold.top ul.quick-links {
        width: 80%;
        margin-left: 20%;
    }

.home .links-hold.top {
    display: block;
}

.home ul.quick-links {
    width: 100%;
    list-style: none;
    position: relative;
    z-index: 40;
    background: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    display: block;
}

.home links-hold.top {
    width: 468px;
    right: 0;
    margin: 42px 0 0 0;
}

.home .links-hold {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2%;
    overflow: visible;
    min-height: 40px;
    position: relative;
    z-index: 40;
}

.home ul.quick-links li a {
    border: 0;
    padding: 7px 15px;
    min-height: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: auto;
    border: none;
}

ul.quick-links li.view.active {
    display: none;
}

ul.quick-links li:first-child {
    float: left;
    margin-left: 0;
}

.latest-properties a.book-link span, .home-article-text a.read-more {
    font-family: "William Text", serif;
    padding: 5px 40px;
    background: #4a4949;
    display: inline-block;
    color: #FFF;
    width: auto;
    align-content: center;
}

.cta {
    align-self: flex-start;
    text-decoration: underline;
    font-style: italic;
    position: relative;
    padding-right: 40px;
    display: inline-block;
}

    .cta:after {
        content: url(/img/Arrow_Right.svg);
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        line-height: 0;
        width: 30px;
    }

    .cta.selected:after {
        content: '';
    }

#home-search .picker-link:after {
    left: 76%;
}


.item-cta {
    text-align: center;
    position: relative;
    float: right;
}

    .item-cta:after {
        content: ' \2192';
        font-size: 28px;
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        line-height: 0;
    }

.stand-first {
    margin: 40px 0;
}

    .stand-first img {
        margin: 0;
    }

    .stand-first h1, .stand-first h2, .stand-first h3, .stand-first h1 p {
        text-transform: none;
        font-size: 1.5rem;
        font-family: "William Text", serif;
        font-style: italic;
    }


.unique-collections-description {
    font-size: 1.125rem;
}

ul.featured-search {
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: unset;
    margin-top: 60px;
    list-style: none;
    gap: 40px;
    padding: 0;
}


    ul .featured-search legend.featuredSearch {
        flex-grow: 1;
    }

.property-type-home a.cta {
    margin: 20px 0 10px;
}

.featured-search .featuredSearch div {
    display: flex;
    flex-direction: column;
    padding: 0;
}

    .featured-search .featuredSearch div p {
        font-size: 1rem;
    }

.featured-search .featuredSearch h3 {
    margin-block: 1em 0;
    font-size: 1.125rem
}

.footer-patch {
    margin: 40px 0;
}

footer[role="contentinfo"] {
    margin-bottom: 0 !important;
    background: url(/img/SIgnUp_Background.jpg) no-repeat center;
    color: #fff;
    padding: 50px 0;
    background-size: cover;
}

.property-type-home img {
    width: 100%;
}

h1,
.narrow h2 {
    margin: .67em 0;
    line-height: 1.5;
}

.right-snap {
    width: 100%
}

.stories-intro-wrapper {
    margin-bottom: 40px;
    max-width: 800px;
    margin-inline: auto;
    text-align: center;
}

.featured-story h2 {
    margin-block: 0 1rem;
    font-size: 1.25rem;
    font-family: "William Text LCG", serif;
}

.featured-story .home-article-text {
    background: #f2f2f2;
    padding: 20px;
    margin: -20px auto 0;
    width: 95%;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    max-width: 450px;
    box-shadow: 2px 2px 8px 5px rgba(0,0,0,0.02);
    height: fit-content;
    border: 1px solid #494949;
}

.stories-page-list .article-description {
    padding-block: 20px;
}

.home-article-text p {
    margin-bottom: 30px;
    font-size: 0.875rem;
}

.stories-page-list .article-description h3 {
    font-size: 1.25rem;
    margin-block: 0 1em;
}

.stories-page-list .article-description p {
    font-size: 0.875rem;
    margin: 0;
}

.featured-story .featured-story-image-wrapper {
    margin-inline: -20px;
    width: 100vw;
    display: block;
}

@media screen and (min-width: 750px) {
    .featured-story {
        display: flex;
        align-items: center;
    }

        .featured-story .featured-story-image-wrapper {
            width: 60%;
            display: block;
            flex: none;
            margin-inline: 0;
        }

            .featured-story .featured-story-image-wrapper img {
                object-fit: cover;
                min-height: 350px;
            }

        .featured-story .home-article-text {
            padding: 30px;
            margin: 0px auto 0 -3rem;
        }

        .featured-story h2 {
            margin-block: 0 1rem;
            font-size: 1.5rem;
        }

    .home-article-text p {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .stories-page-list .article-description p {
        font-size: 1rem;
    }

    .stories-page-list .article-description {
    }
}

@media screen and (min-width: 500px) {
    .colz-2.list-view-wrapper {
        margin: 0 0 0 2%;
    }

    .results-header .menu-wrapper {
        width: 30%;
    }

    .results-header .search-title {
        width: 70%;
    }

    .link-right {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }

    .link-container {
        align-items: center;
    }

    .results-header .menu-wrapper {
        margin: 0;
    }

    .top-image:after {
        display: none;
    }

    nav {
        margin: 25px 0;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        nav .menus {
            display: flex;
            flex-direction: column;
            align-self: flex-end;
            margin-top: 15px;
        }

        nav[role="navigation"] ul {
            margin: 0;
            width: auto;
            clear: none;
            display: flex;
            border: none;
        }

            nav[role="navigation"] ul.social-nav, .footer-wrap ul.social-nav {
                display: flex;
                align-self: flex-end;
                margin-bottom: 10px;
                position: absolute;
                top: 20px;
            }

    .footer-wrap ul.social-nav {
        position: unset;
    }

        nav[role="navigation"] ul.social-nav li img, .footer-wrap ul.social-nav li img {
            height: 16px;
            width: auto;
            padding-left: 10px;
        }

    nav[role="navigation"] ul li {
        padding: 0;
    }

        nav[role="navigation"] ul li a,
        nav[role="navigation"] ul li a:visited {
            padding: 0px 0 0 22px;
        }

    a.nav-toggle,
    a.nav-toggle:after {
        display: none;
        visibility: hidden;
    }

    nav[role="navigation"] h1 {
        margin: 0;
    }

    .locations-page ul#loc-menu.quick-links li {
        margin-left: 0;
    }

    .col-group > li {
        margin: 0 auto;
        width: 86%;
    }

    .stories-page #stories .col-group {
        display: grid;
        grid-template-columns: 50% 50%;
        margin: 80px 0 160px 0;
    }

    #stories .col-group > li {
        height: auto;
    }

    .col-group > li.featuredSearch {
        height: auto;
        border: none;
        display: flex;
        flex-direction: column;
    }

    .col-group.filter > li:nth-child(2n) {
        margin-right: 4%;
    }

    .col-group > li img {
        margin: 0;
    }

    .intro h1 {
        font-size: 49px;
        margin: 0.67em auto 0;
    }

    .intro img {
        height: 40px;
        width: 40px;
        padding: 5px;
        max-width: unset;
        background-color: #C7AE5C;
    }

    .intro h1,
    .intro p,
    .intro h3 {
        color: #4a4949;
    }

    .narrow img {
        max-width: 100%;
    }

    .locations-page ul#loc-menu.quick-links li {
        width: 160px;
    }

    ul.quick-links li a {
        min-height: 0;
    }

    ul.quick-links.detail li {
        width: 22%
    }

        ul.quick-links.detail li:nth-child(even) {
            margin: 0 4% 0 0;
        }

        ul.quick-links.detail li:nth-child(4n) {
            margin: 0;
        }

    address,
    .contact-details {
        width: 50%;
        float: left;
    }

    .location-page .droplist span {
        display: block;
    }

    .col-half {
        float: left;
        width: 48%;
    }

        .col-half.col-half-left {
            margin-right: 4%;
        }
}

@media screen and (min-width: 600px) {
    ul.featured-search {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width: 900px) {
    ul.featured-search {
        grid-template-columns: repeat(3,1fr);
    }
}


@media screen and (min-width: 800px ) {
    /*structure*/
    section {
        width: 100%;
    }

    .wrapper {
        width: auto;
        padding: 0 30px;
    }

        .wrapper.footer-wrap .footer-top {
            padding-bottom: 50px;
            align-self: center;
            width: 100%;
        }


    .details-header {
        order: unset;
        float: left;
        width: 67%;
    }

        .details-header .location-detail {
            padding: 15px 40px 20px 0;
        }

    .details-view {
        order: unset;
        width: 32%;
        float: right;
    }

    .details-main {
        order: unset;
        float: left;
        padding-right: 40px;
        width: 67%;
    }

    .locations-page ul.quick-links {
        flex-wrap: nowrap;
    }

    .wrapper.box {
        padding: 0 16px;
        max-width: 1032px;
    }

    .wrapper.narrow {
        max-width: 650px;
    }

    header {
        position: relative;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .intro {
        margin-top: 70px;
    }

    #search-wrapper {
        margin-top: 40px;
    }


    #home-search.search-panel .colz-1 {
        width: 23%;
        margin: 1%;
        float: left;
    }

    .search-pricing-info {
        margin: 15px 0 0;
        padding: 15px 0 0;
    }

    .search-pricing-info-top {
        display: block;
    }

    .search-pricing-info-bottom {
        display: none;
    }

    .col-group > li {
        float: left;
        margin: 0 2% 8% 2%;
        width: 46%;
        -webkit-transition: box-shadow 0.1s ease-in;
        -moz-transition: box-shadow 0.1s ease-in;
        -o-transition: box-shadow 0.1s ease-in;
        transition: box-shadow 0.1s ease-in;
    }


    #list-view.col-group li {
        padding-top: unset;
    }


        #list-view.col-group li:nth-child(2n) {
            margin-right: 0%;
            margin-left: 4%;
        }


    .col-group.filter > li:nth-child(2n) {
        margin-right: 2%;
    }
    /*top section*/

    a .logo span {
        padding-left: 10px;
        color: #666;
        display: inline;
        font-weight: 300;
    }

    .intro {
        margin: 0px auto 40px;
    }

    .about .intro h1 {
        max-width: 550px;
    }

    .intro img {
        display: block;
    }

    .intro a.arrow-link,
    .narrow a.arrow-link {
        width: 14px;
        height: 43px;
        margin: 55px auto 0;
        display: block;
        background: url(/img/Arrow_Down.svg) no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
        color: #4a4949;
    }

    .narrow a.arrow-link {
        background-position: 0 -32px;
        height: 30px;
        width: 30px;
    }

    .intro a {
        padding: 7px 15px;
        display: block;
    }

    .home .share-hold {
        display: block;
    }

    .share-hold {
        left: 2%;
        z-index: 50;
        display: block;
    }

    .links-hold {
        margin: 0 auto;
        overflow: visible;
        min-height: 40px;
        position: relative;
        z-index: 40;
    }

        .links-hold.bottom {
            margin-top: 35px;
        }

    ul.quick-links {
        width: 100%;
        list-style: none;
        position: relative;
        z-index: 40;
        background: 0;
        padding: 0;
        margin: 0;
        text-transform: none;
        display: block;
    }

        ul.quick-links.location li {
            margin-left: 17px;
        }

        ul.quick-links li {
            float: right;
            margin-left: 20px;
            width: auto;
            border: none;
            padding: 0;
        }

        ul.quick-links.detail li {
            float: left;
        }

        ul.quick-links li.promise {
            display: block;
        }

        ul.quick-links li a {
            border: 0;
            padding: 7px 15px;
        }

        ul.quick-links li:first-child {
            float: left;
            margin-left: 0;
        }

    .bottom .quick-links a {
        position: relative;
        padding-right: 55px;
    }

        .bottom .quick-links a:after {
            content: " ";
            display: block;
            position: absolute;
            z-index: 10;
            top: 0;
            right: 10px;
            width: 30px;
            height: 30px;
            margin: 0 0 0 7px;
            background-image: url(/img/sprite-icons.png);
            background-repeat: no-repeat;
        }

    .bottom a.signup-link:after {
        background-position: 8px -139px;
        height: 40px;
        top: -15px;
    }

    .bottom a.promise-link:after {
        background-position: -46px -168px;
        top: -5px;
        width: 35px;
    }

    a.stories-link:after {
        background-position: -56px -34px;
    }

    a.back-to-top-link:after {
        background-position: -56px -34px;
    }

    .intro-text {
        margin: 150px 0 0;
        min-height: 486px;
        position: relative;
        z-index: 20;
        overflow: hidden;
    }
    /*min-height at destop sizes*/
    .about .intro-text {
        min-height: unset;
        margin: unset;
    }

    .links li {
        margin-bottom: 50px;
    }
    /*top image backgrounds large///////////////////////////////////////*/
    .top-image {
        top: 0;
        left: 0;
        z-index: 1;
        height: 783px;
    }

    .home .top-image {
        background: no-repeat center top / cover;
        height: 70vh;
        max-height: 800px;
    }

    .about .top-image {
        margin: 0 auto;
        background: #fff url("/img/bg-about-lg.jpg") no-repeat center top / cover;
        width: 100%;
        max-width: 1500px;
    }
    /*IE 8 fixes for backgrounds*/
    .lt-ie9 .home .top-image {
        background: #fff url("/img/bg-home-lg.jpg") no-repeat center top;
    }

    .lt-ie9 .about .top-image {
        background: #fff url("/img/bg-about-lg.jpg") no-repeat center top;
    }
    /*////////////////////////////////////////////////////////////////////*/
    /*typography*/
    /*narrow formatting*/

    #content-main {
        padding-top: 80px;
    }



    .stories-page #content-main {
        padding-top: 0;
        width: 100%;
        overflow: hidden;
    }

    .narrow ol {
        padding: 55px 0 65px;
    }

        .narrow ol h3 {
            font-size: 1.5em;
        }


    .narrow ul {
        width: 50%;
    }

        .narrow ul li {
            float: left;
            width: 45%;
            border-top: none;
            padding: 0;
        }

            .narrow ul li:first-child {
                margin: 0 10% 0 0;
            }

            .narrow ul li a.stories-link:after {
                background: url(/img/sprite-icons.png) -84px -39px no-repeat;
            }

            .narrow ul li a.back-to-top-link:after {
                background: url(/img/sprite-icons.png) -107px -39px no-repeat;
            }

    ul.featured-search-list-all li {
        float: left;
        width: 30%;
        list-style: none;
        margin-right: 1%;
    }

    .featured-search-home-text {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .home-section-header-text {
        margin: 0 20px;
    }

    .home .featuredSearch h2 {
        border: 0;
    }

    .property-types {
        display: flex;
        flex-wrap: wrap;
    }
    /*stories*/


    .col-group.filter {
        margin: 100px 0 65px;
    }

        .col-group.filter li:first-child,
        .home .col-group.filter li:first-child {
            display: inline;
            padding-top: 12px;
        }

        .col-group.filter li,
        .col-group.filter li:first-child {
            border-top: none;
            height: auto;
            width: 32%;
            margin: 0 2% 0 0;
        }


    .story .col-group.filter li b {
        display: inline;
    }

    .col-group.filter li a,
    .col-group.filter li span {
        margin-left: 5px;
    }
    /*story*/

    section#stories.story {
        padding-top: 22px;
    }

    article.story-main {
        width: 68%;
        padding-right: 8%;
        float: left;
    }

    aside {
        float: left;
        width: 32%;
    }

        aside .col-group > li {
            float: none;
            width: 100%;
            margin: 0 0 40px !important;
            height: auto;
        }
    /* -----------------------  locations*/

    .locations-page .wrapper.top-content {
        width: auto;
        margin: 30px auto 40px;
        position: relative;
        padding: 0 2% 58px;
    }

        .locations-page .wrapper.top-content.location-content {
            margin-top: 30px;
        }

    .wrapper.list-view-wrapper {
        overflow: visible;
    }

    .colz-2 {
        padding: 0;
        width: 66%;
        margin: 0 2% 0 0;
        float: left;
    }

        .colz-2 p {
            padding: 0 0 12px;
            margin: 0px 0px 15px 0px;
        }

    .colz-1 {
        padding: 0;
        width: 32%;
        margin: 0;
        float: left;
    }

    .key {
        position: absolute;
        bottom: 0;
        left: 3%;
        z-index: 10;
        padding: 0;
        width: auto;
    }

        .key p {
            width: 140px;
            margin-right: 0;
        }

    ul#loc-menu.quick-links {
        margin: 0;
        background: none;
        padding: 0;
    }

        ul#loc-menu.quick-links li {
            width: 20%;
            margin: 0;
        }

            ul#loc-menu.quick-links li:after {
                display: none;
            }


        ul#loc-menu.quick-links.search li a {
            text-align: right;
        }

        ul#loc-menu.quick-links li a {
            padding: 10px 10px 12px;
            font-family: "William Text", serif;
        }


        ul#loc-menu.quick-links li.search a {
            background: transparent url(/img/search.png) right center no-repeat;
        }

    #list-view.col-group li h2 {
        margin: 1em 0 0.5em;
    }
    /*availability*/

    .mob-book {
        display: none;
    }

    .tabular-data {
        display: block;
        width: 100%;
        border: 20px solid #f2f2f2;
        min-height: 315px;
        margin-bottom: 40px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    #availability-view h2 {
        font-size: 22px;
    }
    /*detail view*/


    .border-hold {
        margin-bottom: 40px;
    }

    .detail-header h2 {
        font-size: 22px;
    }

    aside.glance {
        display: flex;
        flex-direction: column;
        float: right;
        margin-top: 0.5rem;
    }

        aside.glance h2 {
            padding-top: 0;
        }

    a.book-link {
        display: block;
        font-family: "William Text", serif;
        margin-bottom: 40px;
        font-weight: 300;
    }

        a.book-link span {
            background: #c8ae5c;
            color: #fff;
            display: inline-block;
            padding: 17px 0;
            float: right;
            width: 100%;
            text-align: center;
            font-style: italic;
        }
    /*contact*/

    .contact-left {
        float: left;
        width: 42%;
        padding-right: 10%;
    }

    .contact-right {
        float: left;
        width: 48%;
    }

        .contact-right h2 {
            margin-bottom: 40px;
        }

    .contact-form input {
        margin-bottom: 25px;
        background: #ebeae4;
        color: #4a4949;
    }

    .contact-form .maps-field {
        height: 0;
        opacity: 0;
        width: 0;
    }

    input.submit,
    textarea {
        margin-bottom: 0;
    }

    .textarea-hold {
        width: 100%;
        overflow: hidden;
        background: #fff;
    }
    /*footer*/
    .footer-patch {
        margin: 0;
    }

    footer[role="contentinfo"] {
        margin: 145px 0 35px;
        width: 100%;
        max-width: 100%;
    }

    footer ul li {
        float: left;
        width: auto;
        text-align: left;
        margin-bottom: 0;
        padding: 7px 10px 10px 0;
        text-transform: none;
    }


        footer ul li.sign-up {
            margin: 0 35px;
            padding: 0 30px;
        }

        footer ul li.social-links {
            padding-top: 2px;
            padding-bottom: 0;
        }

    li.social-links b {
        position: relative;
        top: 5px;
        display: inline-block;
    }

    footer ul li.sign-up a {
        padding: 7px 40px 10px 0;
        position: relative;
    }

        footer ul li.sign-up a:after {
            position: absolute;
            top: -5px;
            right: 0;
            z-index: 10;
            margin: 0;
        }

    a.fbook,
    a.twitter {
        margin: 0 0 0 15px;
    }

    footer ul li.contact i,
    footer ul li.contact a {
        display: inline;
    }

    footer ul li i {
        padding: 0 20px;
    }

    footer ul li.top-link {
        display: none;
        visibility: hidden;
    }

    footer ul li.copyright {
        display: block;
        padding: 10px 0 0;
        width: 100%;
        text-align: center;
    }
    /*IE Fixes
-----------------------------------------------------------------------*/

    .lt-ie9 .intro a,
    .lt-ie9 .location-detail {
        background: url(/img/bg-transparent.png) 0 0 repeat;
    }

    .lt-ie9 .filter .col-group li,
    .lt-ie9 .col-group > li {
        width: 31%;
    }
    /*ie7*/

    .lt-ie8 .colz-1 {
        width: 30%;
    }

    .lt-ie8 ul#loc-menu.quick-links li:first-child {
        margin-right: 1%;
    }

    .lt-ie8 aside .col-group > li {
        width: 100%;
    }
}

@media screen and (min-width: 56em) { /*896px ////////////////////////////////////////////*/

    ul.quick-links li {
        margin-left: 85px;
    }

    footer ul li.copyright {
        float: right;
        display: inline-block;
        text-align: right;
        width: auto;
        padding: 7px 0 10px;
    }

    .location-page .top-image {
        display: flex;
        height: 70vh;
        background-position: center;
        margin: 0 auto;
    }
}

@media screen and (min-width: 67em) { /*1072px ////////////////////////////////////////////*/

    .home .share-hold {
        /*left: 50%;
        margin: 0 0 0 -500px;*/
        display: block;
    }

    #availability-view h2 i {
        display: inline;
        float: right;
        font-size: 15px;
        line-height: 36px;
        color: #949494;
        font-style: normal;
    }
}
/*--New footer style*/

.foot-wrapper {
    display: flex;
    justify-content: space-around;
    list-style: none !important;
}

.foot-signup-container {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

    .foot-signup-container a {
        background-color: #ebeae4 !important;
        color: #4a4949;
        width: 60%;
        min-width: 100px;
        max-width: 800px;
        padding: 12px;
        display: inline-block;
    }

    .foot-signup-container h2 {
        font-family: 'Candia';
        font-size: 2.4em;
    }

.foot-logo-container {
    width: 60%;
}

    .foot-logo-container img {
        align-content: center;
        display: block;
    }

.foot-center {
    display: flex;
    justify-content: center
}

.foot-links-item {
    padding-top: 30px;
}

    .foot-links-item li {
        list-style: none !important;
    }

.hor {
    width: 100%;
    font-family: Neutral, sans-serif !important;
    font-size: 14px;
}

.hor-head {
    width: 100%;
    padding-bottom: 30px !important;
    font-family: Neutral, sans-serif !important;
    font-size: 18px !important;
    font-weight: 600;
}

.foot-copyright-container {
    padding-top: 20px;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
}

.foot-copyright-centre {
    margin: auto;
    order: 2;
}

    .foot-copyright-centre ul {
        list-style: none !important;
        display: block;
    }

    .foot-copyright-centre li {
        margin: 0px;
    }

.foot-company-details {
    margin: auto;
    order: 2;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
}

.social-container {
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
}

.social-container-item {
    width: 30px;
    height: 30px;
}

    .social-container-item img {
        height: 30px;
        width: 30px;
        margin: -25px -25px -25px -25px;
    }

.foot-paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}



.link-container {
    padding: 20px 0px 20px 0px;
    display: flex;
}


.link-center {
    justify-content: center;
}

.link-right {
    margin-left: auto;
    order: 2;
}

.sub-head-container {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}


.sub-head-left {
    width: 48%;
}

.sub-head-right {
    width: 48%;
}

.sub-head-sub-container {
    display: flex;
}


sub-head-sub-container {
    display: inline-block;
}

.sub-head-left {
    width: 100%;
}

.sub-head-right {
    width: 100%;
}

.right-snap {
    flex-basis: 100%;
    height: 0;
}

.sub-header-floater {
    min-width: 0px;
}


.link-center {
    padding-bottom: 20px;
}

.foot-links-item ul li {
    padding: 5px;
    text-align: left !important;
}

.foot-links-item a {
    display: block;
}


.foot-wrapper {
    display: block;
    text-align: center;
    padding-bottom: 40px;
}

.footer-right {
    display: flex;
    justify-content: center;
    background-color: #ff0000;
}

logo-container {
    display: flex;
    justify-content: center;
    background-color: #ff0000;
}

footer-copyright-container {
    display: flex;
    justify-content: center;
    background-color: #ff0000;
}

.foot-copyright-right ul {
    display: block;
}

.foot-copyright-right li {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
}

.foot-paragraph {
    display: block;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.sub-head-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-section-header-text {
    width: auto;
    margin: 0 2%;
}



@media screen and (min-width: 800px) {

    .sub-header-floater {
        min-width: 500px;
    }

    .home-section-header-text {
        width: auto;
        margin: 0 20px;
    }

    .foot-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        list-style: none !important;
        text-align: left;
        margin-bottom: 60px;
        justify-content: space-between;
    }

    .foot-links-item {
        width: 33.33%;
    }

        .foot-links-item ul li {
            padding: 5px;
        }


    .foot-paragraph {
        text-align: left;
        width: 100%;
    }
}
/*-- End new footer*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #4a4949 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.home.search-panel {
    display: block;
    width: 100%;
    padding: 10px 0 20px 0;
    border: 0;
    position: relative;
    z-index: 10;
}

.search-control-inner {
    float: left;
    margin-top: 3px;
    width: 100%;
}

.search-control {
    font-family: "William Text", serif;
}

.search-panel {
    font-size: 15px;
}

.filters-tab-wrapper {
    font-family: "William Text", serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 16px;
}

    .filters-tab-wrapper > p {
        font-size: 20px;
        font-style: italic;
        margin: 0;
        font-weight: 400;
    }

@media screen and (min-width: 990px) {
    .filters-tab-wrapper {
        display: none;
    }
}

.search-panel .filters-panel {
    font-family: "William Text", serif;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

    .search-panel .filters-panel form {
        padding-block: 10px
    }

@media screen and (min-width: 990px) {
    .search-panel .filters-panel {
        height: auto;
    }

        .search-panel .filters-panel form {
            padding-block: 0
        }
}

.search-panel .clear-input {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: url(/img/input-clear.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 35%;
}

#home-search .search-panel label {
    display: block;
    float: left;
    color: #4a4949;
    margin-left: 22px;
}

.locations-page .search-panel label {
    font-weight: 500;
    white-space: nowrap;
}


.picker-link {
    font-family: "William Text", serif;
    font-style: italic;
}

#home-search .picker-link {
    background: #f2f2f2;
    color: #4a4949;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0px;
    border: 1px solid #4a4949;
    text-decoration: none;
}

    #home-search .picker-link.set-arrival-date, #home-search .picker-link.set-departure-date {
        width: 50%;
    }

#home-search .search-control-inner .date-pickers-wrapper {
    width: 100%;
}

    #home-search .search-control-inner .date-pickers-wrapper .date-pickers {
        position: absolute;
        top: 50px;
        width: 100%;
    }

#home-search .search-control-inner {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}

    #home-search .search-control-inner img {
        width: 24px;
    }

    #home-search .search-control-inner .location-image {
        width: 20px;
        padding: 0 2px;
    }

#home-search .search-button {
    background: #4a4949;
    margin: 0px;
    color: #fff;
    padding: 10px 0;
    height: 43px;
    font-family: "William Text", serif;
    width: 100%;
    text-decoration: underline;
    font-style: italic;
}


    #home-search .search-button:hover {
        filter: brightness(125%);
    }


#home-search.search-panel .clear-input {
    height: 30px;
    position: absolute;
    right: 3%;
    top: 13%;
    float: none;
    margin: 0;
}

#home-search.search-panel input[type=text] {
    display: none;
}

#search-wrapper .search-panel input[type=text] {
    display: none;
}

.home.search-panel .picker-link, .search-panel .picker-radio {
    display: block;
    float: left;
    color: #FFF;
    background: #4a4949;
    padding: 5px 20px;
    margin-left: 6px;
    cursor: pointer;
    border: 1px solid #4a4949;
}


.picker-link.selected, #home-search .date-pickers-wrapper .picker-link.active {
    background: #4a4949 !important;
    color: #fff !important;
}

#search-wrapper .picker-link {
    width: 100%;
    max-width: 198px;
    text-align: center;
    padding: 10px 0;
    background: #f2f2f2;
    color: #4a4949;
    border: 1px solid #4a4949;
    cursor: pointer;
}

#search-wrapper .search-panel {
    margin: 0;
}

    #search-wrapper .search-panel .picker {
        top: 46px;
    }

#search-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 20px;
}

    #search-wrapper .filters-panel form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

@media screen and (min-width: 580px) {
    #search-wrapper .filters-panel form {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #search-wrapper .picker-link {
        max-width: 168px;
    }
}

@media screen and (min-width: 800px) {
    #search-wrapper {
        margin: 0;
    }
}

@media screen and (min-width: 990px) {
    #search-wrapper .filters-panel form {
        display: flex;
        flex-direction: column;
    }

    #search-wrapper {
        display: grid;
        grid-template-columns: 280px 1fr;
        margin-block: 20px;
        gap: 20px;
    }
}

@media screen and (min-width: 1100px) {
    #search-wrapper {
        gap: 26px
    }
}

#search-wrapper .search-control {
    gap: 8px;
}


.picker-radio-group {
    width: 85%;
    padding-left: 4%;
}

.search-panel .picker-radio {
    background: #f0f0f0;
    font-weight: 300;
    color: #4a4949;
    width: 26%;
    margin-left: 3%;
    text-align: center;
    padding: 8px 9%;
    margin-top: 2px;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-style: italic;
    box-sizing: content-box;
}

    .search-panel .picker-radio.checked {
        background: #4a4949;
        color: #fff;
        position: relative;
    }


.search-panel .picker-radio-separator {
    display: block;
    float: left;
    color: #4a4949;
    font-weight: 300;
    margin-left: 6px;
}

.search-panel input[type=text] {
    float: left;
    width: 100px;
    margin: 0 -80px 0 12px;
    padding: 0;
    background: none;
    color: #4a4949;
    font-family: "William Text", serif;
}


.search-panel .colz-1.submit {
    border: none;
    margin-right: 0;
    clear: both;
}

    .search-panel .colz-1.submit input[type=submit] {
        width: 100%;
        padding: 2px 5%;
        margin: 0;
        text-align: left;
        text-align: left;
        font-family: "William Text", serif;
        color: #fff;
        background: #4a4949;
    }

.search-panel .picker {
    position: absolute;
    max-height: 400px;
    top: 50px;
    left: 0;
    right: 0;
    background: #4a4949;
    z-index: 1001;
    display: none;
    /* ===== Firefox ===== */

    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.08);
}
    /* ===== WebKit (Chrome, Edge, Safari) ===== */
    .search-panel .picker::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .search-panel .picker::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(10px);
        border-radius: 10px;
    }

    .search-panel .picker::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.1);
    }
        /* Hover effect */
        .search-panel .picker::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.55);
        }
        /* Optional: active (clicking) */
        .search-panel .picker::-webkit-scrollbar-thumb:active {
            background: rgba(255, 255, 255, 0.7);
        }

#home-search .date-pickers .picker {
    top: 43px;
}

.search-panel .picker-grid {
    padding: 16px;
}

    .search-panel .picker-grid ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 1px solid white;
        border-right: none;
        border-bottom: none;
    }

        .search-panel .picker-grid ul li {
            float: left;
            width: 20%;
            color: #FFF;
            border: 1px solid white;
            border-left: none;
            border-top: none;
            background: #4a4949;
            padding: 6px 0;
            text-align: center;
            cursor: pointer;
            box-sizing: border-box;
        }

            .search-panel .picker-grid ul li:hover {
                background: #222;
            }

.search-panel .picker-list {
    overflow-y: scroll;
}

    .search-panel .picker-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .search-panel .picker-list ul li {
            color: #FFF;
            border-bottom: 1px dotted #FFF;
            padding: 16px;
            margin: 0 16px;
            cursor: pointer;
        }

            .search-panel .picker-list ul li:last-child {
                border-bottom: none;
            }


            .search-panel .picker-list ul li:hover {
                background: #222;
            }

.search-panel .picker-date a {
    color: #FFF !important;
}


.search-panel .picker-date {
    text-transform: none;
    color: #FFF !important;
    padding: 16px;
}

    .search-panel .picker-date .ui-datepicker-header {
        text-align: center;
        padding: 0 8px 16px;
        border-bottom: 1px dashed white;
        font-size: 14px;
    }

        .search-panel .picker-date .ui-datepicker-header a {
            color: #fff !important;
        }

    .search-panel .picker-date .ui-datepicker-prev {
        float: left;
        color: #FFF;
        cursor: pointer;
    }

    .search-panel .picker-date .ui-datepicker-next {
        float: right;
        color: #FFF;
        cursor: pointer;
    }

    .search-panel .picker-date .ui-datepicker-calendar {
        width: 100%;
        table-layout: fixed;
    }

        .search-panel .picker-date .ui-datepicker-calendar thead th {
            color: #FFF;
            font-weight: 300;
            font-size: 14px;
            text-align: center;
            height: 34px;
        }

        .search-panel .picker-date .ui-datepicker-calendar tbody td {
            border: 1px solid #FFF;
            text-align: center;
            height: 34px;
            font-size: 14px;
        }

            .search-panel .picker-date .ui-datepicker-calendar tbody td.ui-datepicker-other-month {
                border: none;
            }

            .search-panel .picker-date .ui-datepicker-calendar tbody td a {
                display: block;
                color: #FFF;
                line-height: 34px;
                text-decoration: underline;
            }

                .search-panel .picker-date .ui-datepicker-calendar tbody td a:hover, .search-panel .picker-date .ui-datepicker-calendar tbody td a.ui-state-active {
                    background-color: #222;
                }

td.ui-datepicker-unselectable.ui-state-disabled {
    opacity: .5;
    user-select: none;
}

.wrapper.top-content.location-content {
    margin-top: 0px;
}

.wrapper.top-content {
    position: relative;
    overflow: visible;
    z-index: 2;
}

.amazingspaces-badge {
    display: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 300px;
    max-width: 40%;
}

    .amazingspaces-badge img {
        display: block;
    }

#list-view.col-group {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#classic_availability {
    width: 200px;
    min-width: 100%;
    height: 430px;
}

.marker-cluster {
    background: #fff;
    width: 29px !important;
    height: 29px !important;
    text-align: center;
    line-height: 29px;
}

.list {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-width: 46%;
    margin-left: 0px;
}

.list-item {
    background-color: #ccc;
    display: flex;
    padding: 0.5em;
    margin-bottom: 20px;
}

.list-content {
    width: 100%;
}

.site-banner {
    background-color: #C7AE5C;
}

    .site-banner p {
        width: 100%;
        min-width: 100%;
        color: #4a4949;
        text-align: center;
        font-size: 0.9rem;
        padding: 7px 10px 7px 10px;
        margin: 0;
        font-family: Neutral, sans-serif;
    }

        .site-banner p a {
            color: #4a4949;
        }

            .site-banner p a::after {
                content: ' Find out more...';
                font-weight: 800;
            }

@media screen and (min-width: 34em) /*544px///////////////////////////////////////*/ {
    .col-group.stories-list li {
        flex-direction: column;
    }

        .col-group.stories-list li div {
            width: 100%;
            margin-top: 40px;
        }


    .search-panel .colz-1 {
        margin-right: 2%;
    }

        .search-panel .colz-1.submit {
            float: right;
        }

    .search-panel label {
        margin-left: 0;
    }

    .home.search-panel .colz-1:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 600px) and (max-width:799px) {
    #home-search.search-panel .colz-1 {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .search-panel .colz-1 {
        width: 49%;
        float: left;
    }

        .search-panel .colz-1:nth-child(2n) {
            margin-right: 0;
        }

    #list-view.col-group {
        grid-template-columns: repeat(2, 1fr);
    }

    .fixedwidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 50em) { /*800px //////////////////////////////////////////*/
    .search-panel {
        margin: 0;
    }


        .search-panel .colz-1:nth-child(3n) {
            margin-right: 0;
        }

    .col-group.stories-list li {
        flex-direction: row;
    }

        .col-group.stories-list li div {
            width: 50%;
            margin-top: 40px;
        }

    #stories .col-group.stories-list {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
}

@media screen and (min-width: 50em) {
    .amazingspaces-badge {
        bottom: 80px;
    }
}

@media only screen and (max-width: 569px) {
    #classic_availability {
        height: 840px;
    }

    #list-view.col-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .fixedwidth {
        width: 90% !important;
    }

    .intro img {
        height: 30px;
        width: 30px;
        max-width: unset;
        padding: 5px;
        max-width: unset;
        background-color: #C7AE5C;
    }


    .space-me-container {
        width: 60%;
        margin: 0 auto;
    }

    .space-me-title {
        width: 50%;
        margin: 0 auto;
    }

    .space-me-body {
        width: 90%;
        margin: 0 auto;
    }

    .empty-paragraph-remove-margin {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


    @media (max-width: 575.98px) {
        .space-me-container {
            width: 100%;
        }

        .space-me-title {
            width: 90%;
        }

        .space-me-body {
            width: 95%;
        }
    }
}
/*Property accordian changes*/
.collapse {
    max-height: 0 !important;
    display: block !important;
    overflow: hidden;
}

.collapsing {
    min-height: unset !important;
}

.show {
    max-height: 100% !important;
    overflow: auto !important;
    color: #4a4949;
    margin: 0px;
    padding: 0px;
}

.accordion-button {
    background-color: transparent !important;
    border: none !important;
    color: #4a4949;
    padding: 0px;
    margin: 0px;
}

    .accordion-button:focus {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
        color: #4a4949;
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        border: none !important;
        color: #4a4949;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c8ae5c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

.accordion-body {
    padding: 0px;
}

.accordion-header {
    padding: 0px;
    margin: 0px;
    width: fit-content;
}

.accordion-button:after {
    order: -1;
    margin-right: 0.5em;
    color: #4a4949;
}

.read-more {
    margin-bottom: 4em;
}

    .read-more .content {
        transition: max-height .5s ease-in-out;
    }

        .read-more .content[data-read-more="true"] {
            max-height: 205px;
            overflow: hidden;
            margin-bottom: 1.5em;
            position: relative;
            -webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 65%, transparent 100%);
        }

            .read-more .content[data-read-more="true"].open {
                max-height: 2000px;
                -webkit-mask-image: none;
                mask-image: none;
            }

    .read-more .accordion-button {
        font-weight: bold;
        box-shadow: none;
        width: fit-content;
    }

        .read-more .accordion-button::after {
            transform: rotate(0);
        }

    .read-more .content[data-read-more="true"].open ~ .accordion-button::after {
        transform: rotate(180deg);
    }

    .read-more .accordion-button[data-read-more="false"] {
        display: none;
    }


.availability-wrapper {
    padding-top: 60px;
    background-color: #fff;
}

#availability-view h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cal-key {
    margin: 20px 0;
}

    .cal-key:after {
        clear: both;
        display: block;
        content: '';
    }

    .cal-key .key-label {
        align-items: center;
        display: flex;
        padding: 4px 24px 0 0;
    }

    .cal-key img, .cal-key .key-label {
        float: left;
        margin: 16px 8px 0 0;
    }

        .cal-key .key-label:before {
            content: "";
            display: inline-block;
            height: 35px;
            margin-right: 10px;
            width: 35px;
            font-size: 14px;
            font-weight: 300;
            height: 42px;
            width: 42px;
        }

        .cal-key .key-label[data-avail-key=unavailable]:before {
            background-color: #bdb5b1;
        }

        .cal-key .key-label[data-avail-key=available]:before {
            align-items: center;
            color: #fff;
            background-color: #59F;
            content: "15";
            display: flex;
            font-weight: normal;
            font-family: Neutral, sans-serif;
            justify-content: center;
            text-align: center;
        }


.bcorpimg {
    width: auto;
    height: 80px;
}

/* --------------------------------------  unique collections*/
.unique-collections {
    padding-block: 40px;
}

    .unique-collections .home-section-header-text .link-container {
        padding: 0;
    }

    .unique-collections .home-section-header-text .inspiration-home-explore {
        margin: 0px 20px 0 auto;
    }

@media(min-width: 800px) {
    .unique-collections ul.featured-search {
        margin-top: 20px
    }
}
/* ----------------------   Icons*/
.feature-icon {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 20px 20px;
}

.icon-highchair {
    background-image: url(/img/features/highchair.svg);
}

.icon-2_dogs_allowed {
    background-image: url(/img/features/2_dogs_allowed.svg);
}

.icon-adults_only {
    background-image: url(/img/features/adults_only.svg);
}

.icon-baby_friendly {
    background-image: url(/img/features/baby_friendly.svg);
}

.icon-barbecue {
    background-image: url(/img/features/barbecue.svg);
}

.icon-beach_1_mile {
    background-image: url(/img/features/beach_1_mile.svg);
}

.icon-check {
    background-image: url(/img/check.svg);
    padding-left: 32px;
    background-position: top 2px left;
}

.icon-check_in_time {
    background-image: url(/img/features/check_in_time.svg);
}

.icon-check_out_time {
    background-image: url(/img/features/check_out_time.svg);
}

.icon-cleanliness {
    background-image: url(/img/features/cleanliness.svg);
}

.icon-close_to_london {
    background-image: url(/img/features/close_to_london.svg);
}

.icon-comfort {
    background-image: url(/img/features/comfort.svg);
}

.icon-cot {
    background-image: url(/img/features/cot.svg);
}

.icon-cottage {
    background-image: url(/img/features/cottage.svg);
}

.icon-decorated_at_christmas {
    background-image: url(/img/features/decorated_at_christmas.svg);
}

.icon-dishwasher {
    background-image: url(/img/features/dishwasher.svg);
}

.icon-dogs_welcome {
    background-image: url(/img/features/dogs_welcome.svg);
}

.icon-ebike_charging {
    background-image: url(/img/features/ebike_charging.svg);
}

.icon-eco_cottage {
    background-image: url(/img/features/eco_cottage.svg);
}

.icon-enclosed_garden {
    background-image: url(/img/features/enclosed_garden.svg);
}

.icon-ev_charging_point {
    background-image: url(/img/features/ev_charging_point.svg);
}

.icon-family_friendly {
    background-image: url(/img/features/family_friendly.svg);
}

.icon-ferry {
    background-image: url(/img/features/ferry.svg);
}

.icon-games_room {
    background-image: url(/img/features/games_room.svg);
}

.icon-garden_outside_space {
    background-image: url(/img/features/garden_outside_space.svg);
}

.icon-generic {
    background-image: url(/img/features/generic.svg);
}

.icon-heating {
    background-image: url(/img/features/heating.svg);
}

.icon-hot_tub {
    background-image: url(/img/features/hot_tub.svg);
}

.icon-info {
    background-image: url(/img/features/info.svg);
}

.icon-inventory {
    background-image: url(/img/features/inventory.svg);
}

.icon-linen_and_towels_included {
    background-image: url(/img/features/linen_and_towels_included.svg);
}

.icon-location {
    background-image: url(/img/features/location.svg);
}

.icon-near_a_beach {
    background-image: url(/img/features/near_a_beach.svg);
}

.icon-near_a_pub {
    background-image: url(/img/features/near_a_pub.svg);
}

.icon-near_a_sandy_beach {
    background-image: url(/img/features/near_a_sandy_beach.svg);
}

.icon-near_a_shop {
    background-image: url(/img/features/near_a_shop.svg);
}

.icon-no_pets {
    background-image: url(/img/features/no_pets.svg);
}

.icon-number_of_floors {
    background-image: url(/img/features/number_of_floors.svg);
}

.icon-number_of_parking_spaces {
    background-image: url(/img/features/number_of_parking_spaces.svg);
}

.icon-off_grid {
    background-image: url(/img/features/off_grid.svg);
}

.icon-open_fire {
    background-image: url(/img/features/open_fire.svg);
}

.icon-outdoor_bath {
    background-image: url(/img/features/outdoor_bath.svg);
}

.icon-patio {
    background-image: url(/img/features/patio.svg);
}

.icon-person {
    background-image: url(/img/features/person.svg);
}

.icon-pizza_oven {
    background-image: url(/img/features/pizza_oven.svg);
}

.icon-private_parking {
    background-image: url(/img/features/private_parking.svg);
}

.icon-pub_1_mile {
    background-image: url(/img/features/pub_1_mile.svg);
}

.icon-romantic_retreat {
    background-image: url(/img/features/romantic_retreat.svg);
}

.icon-rural_retreat {
    background-image: url(/img/features/rural_retreat.svg);
}

.icon-sauna {
    background-image: url(/img/features/sauna.svg);
}

.icon-sea_or_estuaryviews {
    background-image: url(/img/features/sea_or_estuaryviews.svg);
}

.icon-setting_town_etc {
    background-image: url(/img/features/setting_town_etc.svg);
}

.icon-shop_1_mile {
    background-image: url(/img/features/shop_1_mile.svg);
}

.icon-shop_onsite {
    background-image: url(/img/features/shop_onsite.svg);
}

.icon-short_breaks_available {
    background-image: url(/img/features/short_breaks_available.svg);
}

.icon-single_storey {
    background-image: url(/img/features/single_storey.svg);
}

.icon-smart_tv {
    background-image: url(/img/features/smart_tv.svg);
}

.icon-spa {
    background-image: url(/img/features/spa.svg);
}

.icon-star-filled {
    background-image: url(/img/features/star-filled.svg);
}

.icon-star-outine {
    background-image: url(/img/features/star-outine.svg);
}

.icon-suitable_for_disabled {
    background-image: url(/img/features/suitable_for_disabled.svg);
}

.icon-swimming_pool {
    background-image: url(/img/features/swimming_pool.svg);
}

.icon-tennis_court {
    background-image: url(/img/features/tennis_court.svg);
}

.icon-thatched {
    background-image: url(/img/features/thatched.svg);
}

.icon-tumble_dryer {
    background-image: url(/img/features/tumble_dryer.svg);
}

.icon-type_of_property {
    background-image: url(/img/features/type_of_property.svg);
}

.icon-unique_hideaways {
    background-image: url(/img/features/unique_hideaways.svg);
}

.icon-washing_machine {
    background-image: url(/img/features/washing_machine.svg);
}

.icon-wifi {
    background-image: url(/img/features/wifi.svg);
}

.icon-wifi_superfast {
    background-image: url(/img/features/wifi_superfast.svg);
}

.icon-wild_swimming {
    background-image: url(/img/features/wild_swimming.svg);
}

.icon-wood_fired_hottub {
    background-image: url(/img/features/wood_fired_hottub.svg);
}

.icon-woodburner {
    background-image: url(/img/features/woodburner.svg);
}

.icon-working_farm {
    background-image: url(/img/features/working_farm.svg);
}
