﻿
.page-element-wrapper {
    height: auto;
    position: relative;
}

    .page-element-wrapper.destinationHeader {
        margin-top: 0;
        padding: 0 !important;
    }

        .page-element-wrapper.destinationHeader .page-element {
            padding: 0 !important;
        }

.page-element {
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
    flex-shrink: 2;
}

@media only screen and (max-width: 900px) {
    .page-element {
        flex-direction: column;
        padding: 0;
    }

        .page-element.search-control {
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0 2%;
        }
}

@media only screen and (max-width: 700px) {
    .page-element.search-control .search-control-item,
    .page-element.search-control .search-control-item input {
        display: none;
    }

    .page-element.search-control .view-properties {
        margin: 2% 4%;
        display: block;
    }

    .page-element.search-control .search-control-item input.view-properties-mobile {
        display: block !important;
    }

    .page-element.regions .other-popular-destinations h2,
    .page-element-regions-title {
        padding-left: 10px !important;
    }
}

.page-element h2 {
    padding-left: 5px;
}

/*.page-element img {
    width: 100%;
    height: 100%;
}*/

.page-element .swiper-nav {
    margin-bottom: 20px;
}

    .page-element .swiper-nav:hover {
        cursor: pointer;
    }

.page-element.destinationHeader {
    max-width: 100%;
    width: 100%;
}

body .page-element-wrapper:nth-of-type(odd), .page-element-wrapper-white {
    background: #fff;
    padding: 8rem 0;
}

body .page-element-wrapper:nth-of-type(even), .page-element-wrapper-beige {
    background: #f7f3f0;
}

    body .page-element-wrapper:nth-of-type(even):before, .page-element-wrapper-beige:before {
        content: '';
        display: block;
        position: absolute;
        top: -43px;
        height: 43px;
        width: 100%;
        background: url(/assets/img/tint2-top.png) bottom center repeat-x;
        z-index: 1;
    }

    body .page-element-wrapper:nth-of-type(even):after, .page-element-wrapper-beige:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -43px;
        height: 43px;
        width: 100%;
        background: url(/assets/img/tint2-bottom.png) top center repeat-x;
        z-index: 1;
    }

body .page-element-wrapper:last-child {
    padding-bottom: 8em;
}

    body .page-element-wrapper:last-child::after {
        background: none;
    }

.page-element.destinationHeader {
    position: relative;
}

    .page-element.destinationHeader h1 {
        position: absolute;
        top: calc(50% - 80px);
        color: #fff;
        font-family: DearJoe, DearJoe-fallback-font;
        font-size: 6em;
        width: 100%;
        text-align: center;
        z-index: 10;
        line-height: 1.3em;
        margin-bottom: .45em;
    }

    .page-element.destinationHeader video, .page-element.destinationHeader img {
        width: 100%;
        max-width: 1920px;
        object-fit: cover;
        aspect-ratio: 48 / 17;
        min-height: 580px;
        margin: 0 auto;
    }

@media only screen and (max-width: 900px) {

    .page-element.destinationHeader img {
        min-height: 530px;
    }
}

.page-element.destinationIntroduction {
    display: flex;
    justify-content: space-between;
}

    .page-element.destinationIntroduction .intro-text {
        width: 56%;
    }

        .page-element.destinationIntroduction .intro-text h3, .page-element.destinationIntroduction .intro-text h2 {
            font-family: ChevinPro, ChevinPro-heading-fallback-font;
        }

    .page-element.destinationIntroduction .intro-image {
        display: flex;
        flex-direction: column;
        padding: 0 10%;
        width: 24%;
    }

        .page-element.destinationIntroduction .intro-image img {
            align-self: center;
        }

            .page-element.destinationIntroduction .intro-image img.map-image {
                width: 100%;
                aspect-ratio: 1/1;
                flex-shrink: 1;
                max-width: 300px;
            }

    .page-element.destinationIntroduction .top-tip {
        display: flex;
        flex-direction: column;
        margin: 20px;
    }

        .page-element.destinationIntroduction .top-tip h2 {
            margin-bottom: 0;
        }

        .page-element.destinationIntroduction .top-tip .starfish {
            width: 40px;
            align-self: flex-start;
            height: 40px;
        }

        .page-element.destinationIntroduction .top-tip .top-tip-title {
            display: flex;
            align-content: center;
            flex-wrap: wrap;
        }

@media only screen and (max-width: 900px) {
    .page-element.destinationIntroduction .intro-text, .page-element.destinationIntroduction .intro-image {
        width: 90%;
        margin: 0 auto;
        padding: 0 5%;
    }

        .page-element.destinationIntroduction .intro-image img {
            margin: 20px 0;
            width: unset;
            height: unset;
        }

    .page-element.destinationIntroduction .top-tip {
        width: 100%;
        margin: 0 auto;
    }

        .page-element.destinationIntroduction .top-tip .top-tip-title {
            align-items: flex-end;
        }

        .page-element.destinationIntroduction .top-tip .starfish {
            align-self: center;
        }
}

.page-element.locationEvents {
    flex-direction: column;
    position: relative;
}

    .page-element.locationEvents .events-header {
        margin: 0 auto;
    }

    .page-element.locationEvents .swiper-container {
        padding: 0 100px;
        box-sizing: border-box;
    }

    .page-element.locationEvents .swiper-nav > span {
        background-image: url(/assets/img/idea-arrows.png);
        height: 40px;
        width: 57px;
    }

    .page-element.locationEvents .swiper-nav .swiper-nav-next {
        background-position: -70px 0;
        top: calc(50% - 20px);
        right: 0;
        position: absolute;
    }

    .page-element.locationEvents .swiper-nav .swiper-nav-prev {
        top: calc(50% - 20px);
        left: 0;
        position: absolute;
    }

    .page-element.locationEvents .events-wrapper {
        display: flex;
        justify-content: space-between;
    }

        .page-element.locationEvents .events-wrapper .locationImageWrapper {
            max-width: 40%;
            padding-right: 5%;
            display: flex;
            align-items: center;
            min-width: 40%;
        }

            .page-element.locationEvents .events-wrapper .locationImageWrapper .locationImage {
                display: flex;
                align-self: baseline;
            }

        .page-element.locationEvents .events-wrapper img {
            width: 100%;
            max-width: 665px;
            height: 100%;
            aspect-ratio: 133/96;
        }

        .page-element.locationEvents .events-wrapper .locationEvent {
            display: flex;
        }

            .page-element.locationEvents .events-wrapper .locationEvent .locationEventDetails {
                width: auto;
            }

                .page-element.locationEvents .events-wrapper .locationEvent .locationEventDetails h3 {
                    display: block;
                    float: none;
                    font-size: 3rem;
                    margin-bottom: 1rem;
                    padding-bottom: 2rem;
                    color: #5dbdcb;
                    background: url(/assets/img/black-dotted-line.png) bottom no-repeat;
                    padding-left: 5px;
                }

@media only screen and (max-width: 900px) {
    .page-element.locationEvents .swiper-container {
        padding: 0 10px;
    }

    .page-element.locationEvents .events-wrapper .locationEvent {
        flex-direction: column;
        align-items: center;
    }

    .page-element.locationEvents .events-wrapper img {
        margin: 0 auto;
    }

    .page-element.locationEvents .events-wrapper .locationEventDetails {
        margin-top: 5em;
    }

    .page-element.locationEvents .events-wrapper .locationImageWrapper {
        max-width: unset;
        width: 100%;
        padding-right: unset;
    }


    .page-element.locationEvents .swiper-nav .swiper-nav-prev {
        position: unset;
        display: block;
        width: 26px;
        margin: 0 8px;
        height: 18px;
        float: left;
        text-indent: 100%;
        overflow: hidden;
        background: url(/assets/img/swiper-nav.png) 0 0 no-repeat;
        cursor: pointer;
    }

    .page-element.locationEvents .swiper-nav .swiper-nav-next {
        background-position: -33px 0 !important;
        position: unset;
        display: block;
        width: 26px;
        margin: 0 8px;
        height: 18px;
        float: left;
        text-indent: 100%;
        overflow: hidden;
        background: url(/assets/img/swiper-nav.png) 0 0 no-repeat;
        cursor: pointer;
    }
}

.page-element.destinationGallery {
    flex-direction: column;
}

    .page-element.destinationGallery .gallery-header {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }

    .page-element.destinationGallery .gallery-wrapper {
        display: flex;
        justify-content: space-between;
    }

        .page-element.destinationGallery .gallery-wrapper img {
            width: 100%;
            max-width: 1200px;
            aspect-ratio: 5/3;
            height: 100%;
        }

        .page-element.destinationGallery .gallery-wrapper .swiper-caption {
            text-align: center;
            margin: 20px 0;
        }

@media only screen and (max-width: 1500px) and (min-width: 901px) {
    .page-element.destinationGallery .gallery-wrapper .swiper-slide {
        display: flex;
        flex-direction: column;
    }

    .page-element.destinationGallery .gallery-wrapper img {
        margin: 0 auto;
        width: 80%;
    }
}

@media only screen and (max-width: 900px) {
    .page-element.destinationGallery {
        width: 100%;
    }
}

.page-element.blogArticlesFeatured {
    flex-direction: column;
}

    .page-element.blogArticlesFeatured .featured-blog {
        display: flex;
        justify-content: space-between;
        background: unset;
    }

        .page-element.blogArticlesFeatured .featured-blog .image {
            width: 50%;
        }

            .page-element.blogArticlesFeatured .featured-blog .image img {
                width: 100%;
                max-width: 600px;
                aspect-ratio: 1/1;
            }

        .page-element.blogArticlesFeatured .featured-blog .text {
            width: 50%;
            padding: 0 10%;
            display: flex;
            flex-direction: column;
            align-self: center;
        }

        .page-element.blogArticlesFeatured .featured-blog.blog-item p:after {
            content: '';
        }

    .page-element.blogArticlesFeatured .blog-items-wrapper {
        margin-top: 5em;
    }

        .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items {
            display: flex;
            justify-content: space-between;
        }

            .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items .featured-blog-item {
                width: 23.5%;
                display: flex;
                flex-direction: column;
                background: unset;
            }

                .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items .featured-blog-item h3 {
                    font-size: 3rem;
                    margin: 0.5em 0;
                }

    .page-element.blogArticlesFeatured .blog-items .featured-blog-item img {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1/1;
    }

@media only screen and (max-width: 900px) {
    .page-element.blogArticlesFeatured .featured-blog {
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

        .page-element.blogArticlesFeatured .featured-blog .text {
            width: 100%;
        }

    .page-element.blogArticlesFeatured .blog-items-wrapper h2 {
        width: 80%;
        margin: 0 auto;
    }

    .page-element.blogArticlesFeatured .featured-blog .image {
        width: 100%;
    }

    .page-element.blogArticlesFeatured .featured-blog .image {
        display: flex;
    }

        .page-element.blogArticlesFeatured .featured-blog .image img {
            margin: 0 auto;
        }

    .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items {
        flex-direction: column;
    }

        .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items .featured-blog-item {
            width: 80%;
            margin: 20px auto;
        }

            .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items .featured-blog-item a {
                display: flex;
                flex-direction: column;
            }


            .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items .featured-blog-item h3 {
                padding-top: 10px;
            }

            .page-element.blogArticlesFeatured .blog-items-wrapper .blog-items .featured-blog-item img {
                width: 100%;
                max-width: 600px;
                aspect-ratio: 1/1;
            }
}

.page-element img.illustration {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1/1;
}

.page-element.imageText, .page-element.textImage {
    align-items: center;
}

    .page-element.imageText .text, .page-element.imageText .image {
        width: 50%;
    }

    .page-element.textImage .text, .page-element.textImage .image {
        width: 50%;
    }

    .page-element.textImage .image {
        display: flex;
        justify-content: center;
    }

    .page-element.imageText .image {
        display: flex;
        justify-content: center;
    }

@media only screen and (max-width: 900px) {
    .page-element.textImage {
        flex-direction: column-reverse;
    }

    .page-element.imageText .text, .page-element.imageText .image {
        width: 90%;
    }

    .page-element.textImage .text, .page-element.textImage .image {
        width: 90%;
    }
}

.page-element.wishYouWereHere .text-wrapper {
    display: flex;
    width: 50%;
    justify-content: center;
}

    .page-element.wishYouWereHere .text-wrapper .text {
        display: flex;
        flex-direction: column;
        align-self: center;
        width: 80%;
        text-align: center;
    }

        .page-element.wishYouWereHere .text-wrapper .text .starfish {
            width: 90px;
            align-self: flex-start;
        }

.page-element.wishYouWereHere .image {
    position: relative;
}

    .page-element.wishYouWereHere .image img.play-button {
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        max-width: 100px;
        height: 100px;
        aspect-ratio: unset;
    }

    .page-element.wishYouWereHere .image a img {
        aspect-ratio: 3/2;
        width: 100%;
        max-width: 486px;
        height: 100%;
    }

@media only screen and (max-width: 900px) {
    .page-element.wishYouWereHere {
        padding-bottom: 80px;
        max-width: 90%;
    }

        .page-element.wishYouWereHere .text-wrapper {
            width: unset;
        }

            .page-element.wishYouWereHere .text-wrapper .webcam-link {
                margin-bottom: 10px;
            }

        .page-element.wishYouWereHere .image a {
            display: flex;
        }

            .page-element.wishYouWereHere .image a img {
                margin: 0 auto;
            }
}

.page-element.cottagePicker h2 {
    float: left;
}

.page-element.cottagePicker .swiper-nav {
    margin-bottom: 20px;
}

.page-element.cottagePicker .swiper-title h2 {
    float: left;
}

.page-element.cottagePicker .swiper-slide {
    text-align: center;
}

    .page-element.cottagePicker .swiper-slide a {
        display: block;
    }

        .page-element.cottagePicker .swiper-slide a img {
            width: 100%;
            aspect-ratio: 133/90;
            max-width: 655px;
            width: 100%;
        }

    .page-element.cottagePicker .swiper-slide p {
        font-size: 1.4rem;
    }

@media only screen and (max-width: 900px) {
    .page-element.cottagePicker {
        max-width: 90%;
    }
}

.page-element.otherDestinations {
    flex-direction: column;
}

    .page-element.otherDestinations .otherDestination {
        position: relative;
    }

        .page-element.otherDestinations .otherDestination h2 {
            position: absolute;
            top: calc(50% - 45px);
            width: 100%;
            text-align: center;
            font-size: 5rem;
            font-weight: bold;
            color: #fff;
            font-family: ChevinPro, ChevinPro-heading-fallback-font;
        }

    .page-element.otherDestinations .otherDestinationsTop {
        display: flex;
        justify-content: space-between;
    }

        .page-element.otherDestinations .otherDestinationsTop .otherDestination {
            width: 49%;
            display: flex;
            align-self: center;
        }

    .page-element.otherDestinations .otherDestination img {
        max-width: 100%;
        overflow: hidden;
        aspect-ratio: 133/87;
        width: 665px;
    }

    .page-element.otherDestinations .otherDestinationsBottom {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }

        .page-element.otherDestinations .otherDestinationsBottom .otherDestination {
            max-width: 32%;
            overflow: hidden;
        }

            .page-element.otherDestinations .otherDestinationsBottom .otherDestination img {
                width: 100%;
            }

@media only screen and (max-width: 900px) {
    .page-element.otherDestinations {
        max-width: 90%;
    }

        .page-element.otherDestinations h2 {
            padding: 0 2%;
        }

        .page-element.otherDestinations .otherDestinationsTop {
            flex-direction: column;
        }

            .page-element.otherDestinations .otherDestinationsTop .otherDestination {
                width: unset;
            }

        .page-element.otherDestinations .otherDestinationsBottom {
            flex-direction: column;
            margin-top: 0;
        }

            .page-element.otherDestinations .otherDestinationsBottom .otherDestination {
                max-width: unset;
                align-self: center;
            }

        .page-element.otherDestinations .otherDestination {
            margin-bottom: 1em;
        }
}

.page-element.regions {
    flex-direction: column;
}
    .page-element.regions.FourImagesWithLinks .parent-destinations {
        flex-wrap: wrap;
    }
        .page-element.regions.FourImagesWithLinks .parent-destinations .parent-destination {
            position: relative;
            width: 48%;
            margin-bottom:30px;
        }

    .page-element.regions.FourImagesWithLinks .parent-destinations {
        flex-wrap: wrap;
    }

        .page-element.regions.FourImagesWithLinks .parent-destinations .parent-destination {
            position: relative;
            width: 48%;
            margin-bottom: 30px;
        }

    .page-element.regions.FourImagesWithLinks .parent-destinations {
        flex-wrap: wrap;
    }

        .page-element.regions.FourImagesWithLinks .parent-destinations .parent-destination {
            position: relative;
            width: 48%;
            margin-bottom: 30px;
        }

    .page-element.regions .parent-destinations {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2em;
    }

        .page-element.regions .parent-destinations .parent-destination {
            position: relative;
            width: 32%;
        }

            .page-element.regions .parent-destinations .parent-destination img {
                width: 100%;
            }

            .page-element.regions .parent-destinations .parent-destination h2 {
                position: absolute;
                top: calc(50% - 45px);
                width: 100%;
                text-align: center;
                color: #fff;
                font-family: ChevinPro, ChevinPro-heading-fallback-font;
                font-size: 5rem;
                font-weight: bold;
            }

    .page-element.regions ul.child-destinations {
        display: grid;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: unset;
        grid-template-columns: 32% 32% 32%;
    }

        .page-element.regions ul.child-destinations li {
            list-style: none;
            font-size: 1.8em;
            text-transform: capitalize;
        }

            .page-element.regions ul.child-destinations li a {
                color: #604644;
                padding-left: 5px;
            }

@media only screen and (max-width: 900px) {
    .page-element.regions .parent-destinations {
        flex-direction: column;
    }

    .page-element.regions.FourImagesWithLinks .parent-destinations {
        flex-direction: row;
    }

    .page-element.regions .parent-destinations .parent-destination {
        width: 100%;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 750px) {
    .page-element.regions.FourImagesWithLinks .parent-destinations {
        flex-direction: column;
    }

        .page-element.regions.FourImagesWithLinks .parent-destinations .parent-destination {
            width: 100%;
        }
}

@media only screen and (max-width: 500px) {
    .page-element.regions ul.child-destinations {
        grid-template-columns: 50% 50%;
    }
}

@media only screen and (max-width: 400px) {
    .page-element.regions ul.child-destinations {
        grid-template-columns: 98%;
        padding-left: 2%;
    }
}

.page-element.allDestinations {
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: block;
}

.page-element.fullWidthImage {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

    .page-element.fullWidthImage img {
        max-width: 100%;
        margin: 0 auto;
        aspect-ratio: 48/17;
    }

.page-element.parentDestinations {
    flex-direction: column;
}

    .page-element.parentDestinations .parentDestination {
        position: relative;
    }

        .page-element.parentDestinations .parentDestination img {
            width: 100%;
            max-width: 1920px;
            aspect-ratio: 192/115;
        }

        .page-element.parentDestinations .parentDestination h2 {
            position: absolute;
            top: calc(50% - 45px);
            width: 100%;
            text-align: center;
            font-size: 5rem;
            font-weight: bold;
            color: #fff;
            font-family: ChevinPro, ChevinPro-heading-fallback-font;
            flex-wrap: wrap;
        }

    .page-element.parentDestinations .parentDestinationsTop .parentDestination {
        width: 100%;
    }

    .page-element.parentDestinations .parentDestinationsBottom {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

        .page-element.parentDestinations .parentDestinationsBottom img {
            width: 100%;
            max-width: 665px;
            aspect-ratio: 133/96;
        }

        .page-element.parentDestinations .parentDestinationsBottom .parentDestination {
            width: 32%;
        }


@media only screen and (max-width: 1200px) {
    .page-element.parentDestinations .parentDestinationsBottom .parentDestination h2 {
        top: 20%;
        line-height: 1;
    }
}

@media only screen and (max-width: 900px) {
    .parentDestinationsBody {
        padding: 0 5%;
    }

    .page-element.parentDestinations .parentDestinationsBottom {
        flex-direction: column;
        margin: unset;
    }

        .page-element.parentDestinations .parentDestinationsBottom .parentDestination h2 {
            top: calc(50% - 45px);
        }

        .page-element.parentDestinations .parentDestinationsBottom .parentDestination {
            width: unset;
            align-self: center;
        }

    .page-element.parentDestinations .parentDestination {
        margin-bottom: 1em;
    }

        .page-element.parentDestinations .parentDestination a {
            display: flex;
        }

        .page-element.parentDestinations .parentDestination img {
            max-width: 665px;
            margin: 0 auto;
        }
}
