*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

html {
    overflow-y: scroll;
}

body {
    font: 13px/1.5 'Nunito',Arial,sans-serif;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: underline;
    }

    a.link-underline {
        text-decoration: underline;
    }

        a.link-underline:hover {
            text-decoration: none;
        }

body {
    background-color: #dad3cd;
    background-image: url('/wp-content/themes/destination_grandview/images/background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 2000px auto;
}

header, section, footer {
    background: #fff;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

header {
    padding: 0 15px 10px;
}

    header .header-logo {
        float: left;
        margin-left: 10px;
    }

        header .header-logo img {
            display: block;
            height: auto;
            width: 100%;
        }

    header .header-text {
        float: left;
        height: 30px;
        text-transform: uppercase;
        color: #6a1f45;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 30px;
        margin-top: 40px;
        margin-left: 5px;
        text-align: bottom;
    }

    header .header-info {
        float: right;
        height: 77px;
        padding-top: 15px;
        color: #6a1f45;
    }

    header .header-info-links {
        color: #6a1f45;
        font-size: 12px;
        text-transform: uppercase;
        text-align: right;
    }

        header .header-info-links a {
            display: inline-block;
            margin: 0 3px;
        }

        header .header-info-links p {
            display: inline;
            margin: 0;
        }

    header .header-info-media {
        float: right;
        margin-top: 17px;
        color: #aea49e;
        font-size: 10px;
        font-family: 'Domine',serif;
    }

        header .header-info-media span {
            float: left;
        }

        header .header-info-media input {
            float: left;
            border: #b4b0ad 1px solid;
            background: none;
            padding: 10px;
            text-transform: uppercase;
            color: #000;
            margin: -4px 0 0 11px;
            padding: 5px;
        }

            header .header-info-media input:focus {
                outline: 0;
            }

        header .header-info-media a {
            float: left;
            margin-left: 5px;
        }

            header .header-info-media a img {
                display: block;
                width: 16px;
                height: auto;
            }

            header .header-info-media a.mcbutton {
                display: inline-block;
                width: auto;
                height: auto;
                background: #f7901e;
                color: #fff;
                padding: 3px 5px;
                padding: 1px 10px 1px;
                font-weight: 800;
                margin-right: 4px;
            }

    header .nav-mobile {
        display: none;
    }

.mobile-main-nav {
    display: none;
}

.mobile-nav-container {
    display: none;
}


section nav.main-nav {
    text-align: center;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #a59c97;
    background-color: #776e69;
}

    section nav.main-nav a {
        display: inline-block;
        padding: 8px 18px 8px 15px;
        font-size: 13px;
        line-height: 20px;
        font-family: 'Domine',serif;
        color: #fdfdfd;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

section .top-banner img {
    display: block;
    width: 100%;
    height: auto;
}

    section .top-banner img.top-banner-image {
        display: block;
    }

    section .top-banner img.top-banner-image-mobile {
        display: none;
    }

section h3 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}

    section h3 span {
        font-family: 'Domine',serif;
    }

section h6 {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    font-weight: 700;
    color: #6a1f45;
}

section p {
    font-size: 14px;
    line-height: 1.25;
}

.footer-social-media {
    padding: 45px 0 10px;
}

footer .footer-social-media > h4 {
    width: 50%;
    margin: 0;
    padding-left: 4.5em;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    background-color: #716258;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

footer .footer-social-media .image-container {
    clear: both;
    height: 180px;
    position: relative;
    overflow: hidden;
}

footer .footer-social-media .image-wrapper {
}

footer .footer-social-media .instagram-item {
    float: left;
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center center;
}

footer .footer-social-media .image-prev,
footer .footer-social-media .image-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: white;
    font-size: 50px;
    font-family: Arial;
    line-height: 1;
    margin-top: -25px;
    text-decoration: none;
}

footer .footer-social-media .image-prev {
    left: 2px;
}

footer .footer-social-media .image-next {
    right: 2px;
}

footer .footer-main {
    background-color: #f7901e;
    color: white;
    margin-top: 8px;
    padding: 10px 40px;
}

    footer .footer-main .footer-logo {
        float: left;
    }

        footer .footer-main .footer-logo img {
            display: block;
            height: 77px;
            width: auto;
        }

        footer .footer-main .footer-logo p {
            font-size: 11px;
            color: white;
            line-height: 1.75;
            text-align: left;
        }

    footer .footer-main .footer-map {
        float: left;
        margin-left: 70px;
    }

        footer .footer-main .footer-map p {
            float: left;
            width: 100px;
            margin-right: 15px;
            text-align: left;
            color: white;
            font-size: 10px;
            line-height: 1.6;
        }

        footer .footer-main .footer-map img {
            float: right;
            width: 200px;
            height: auto;
        }

    footer .footer-main .footer-links {
        width: 100px;
        float: right;
        list-style: none;
        margin: 0;
        padding: 5px 0 0;
        text-align: left;
    }

        footer .footer-main .footer-links li {
            display: block;
        }

            footer .footer-main .footer-links li a {
                display: block;
                font-size: 12px;
                color: white;
                text-transform: uppercase;
                line-height: 1.75;
            }

            footer .footer-main .footer-links li p {
                display: inline;
                margin: 0;
            }

footer .footer-info-media {
    float: none;
    display: none;
    margin: 10px auto;
    width: auto;
    padding: 0 10px;
    text-align: center;
    color: #aea49e;
    font-size: 10px;
    font-family: 'Domine',serif;
}

    footer .footer-info-media span {
        float: left;
    }

    footer .footer-info-media input {
        float: left;
        width: 100px;
        height: 16px;
        margin-left: 7px;
        margin-right: 7px;
        font-size: 10px;
        padding: 2px 3px;
        line-height: 16px;
        background-color: #eae5e3;
        border: 0;
        color: #a89b94;
    }

        footer .footer-info-media input:focus {
            outline: 0;
        }

    footer .footer-info-media a {
        float: left;
        margin-left: 5px;
    }

        footer .footer-info-media a img {
            display: block;
            width: 16px;
            height: auto;
        }

    footer .footer-info-media br {
        display: none;
    }


/*.buttons-experiences {
    padding: 12px 0 2px;
}

    .buttons-experiences a {
        float: left;
        width: 19%;
        margin-left: 1.25%;
    }

        .buttons-experiences a:first-child {
            margin-left: 0;
        }

        .buttons-experiences a img {
            display: block;
            width: 100%;
            height: auto;
        }

        .buttons-experiences a span {
            display: none;
        }
*/

.experiences-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.experiences-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.experiences-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .experiences-wrap li {
        background: gold;
    }

.experiences-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

    .experiences-wrap-reverse li {
        background: deepskyblue;
    }

.experiences-flex-item {
    width: 200px;
    text-align: center;
}

.wedding-top-section {
    display: flex;
    width: 100%;
    min-height: clamp(12.375rem, 38.364vw - 0.813rem, 25.563rem);
    max-height: clamp(12.375rem, 38.364vw - 0.813rem, 25.563rem);
    flex-direction: row;
    align-items: start;
    overflow: hidden;
}

.wedding-top-section .wedding-col {
    flex: 1;
}

.wedding-top-left {
    width: 37.5%;
    background-color: #622544;
    display: flex;
    align-self: normal;
}

.wedding-top-middle {
    width: 34.1%;
}

.wedding-top-middle .middle-single-image img {
    display: flex;
    min-height: 100%;
    justify-content: center;
    width: 100%;
}

.wedding-top-right-section {
    display: flex;
    flex-direction: column;
    max-height: 419px;
    width: 28.4%;
    background-color: #9bbf51;
    align-self: stretch;
}

.wedding-top-right-section img{
    width: 100%;
}

.wedding-green-block {
    background-color: #9bbf51;
    padding: clamp(0.625rem, 2.727vw - 0.313rem, 1.563rem);
    color: #fff;
    font-size: clamp(0.5rem, 0.0833rem + 1.3333vw, 1rem);
}

.wedding-slideshow-container {
    
    position: relative;
    margin: auto;
}

.wedding-experiences {
    margin: 25px 0;
}

@media (max-width: 550px) {
    .wedding-top-section {
        display: flex;
        flex-direction: column;
        max-height: unset;
        align-items: center;
        margin-bottom: 75px;
        overflow: unset;
    }

    .wedding-top-left {
        width: 100%;
        display: contents;
    }

    .wedding-top-left img {
        width: 100%;
    }

    .wedding-slideshow-container.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .wedding-top-middle {
        width: 100%
    }

    .wedding-top-middle .middle-single-image img {
        width: 100%;
        display: block;
    }

    .wedding-top-right-section {
        width: 100%
    }

    .wedding-top-right-section img {
        width: 100%;
    }

    .wedding-experiences {
        margin: 172px 0 25px;
    }

    .wedding-green-block {
        background-color: #9bbf51;
        padding: 25px;
        color: #fff;
        font-size: 22px;
    }
}

.wedding-experiences .experiences-flex-item {
    margin: 15px 0;
}

.wedding-content-experience .content-left {
    width: 71%;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
}

.wedding-content-experience .content-right {
    width: 29%;
    float: left;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 900px) {
    .wedding-content-experience .content-left {
        width: 100%;
        margin: 0 auto;
        float: none;
        max-width: 600px;
    }

    .wedding-content-experience .content-right {
        width: 70%;
        margin: 0 auto;
        float: none;
        padding: 20px;
    }
}

.feature-columns {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    column-gap: 20px;
    margin-bottom: 50px;
}

.feature-columns .feature {
    width: 33%;
}

.feature-columns .feature h2 {
    text-transform: uppercase;
}

@media (max-width: 835px) {
    .feature-columns {
        flex-direction: column;
    }

    .feature-columns .feature {
        width: 100%;
    }
}

/*body.page-template-home nav.main-nav { margin: 12px 0; }*/
body.page-template-home .content-experience .content-left {
    width: 71%;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
}

body.page-template-home .content-experience .content-right {
    width: 29%;
    float: left;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.page-template-home .content-experience .content-shop-entry {
    text-align: right;
    width: 100%;
    margin: 18px auto;
    max-width: 100%;
}

    body.page-template-home .content-experience .content-shop-entry img {
        float: right;
        width: 50%;
        height: auto;
    }

    body.page-template-home .content-experience .content-shop-entry.alternate {
        text-align: left;
    }

        body.page-template-home .content-experience .content-shop-entry.alternate img {
            float: left;
        }

    body.page-template-home .content-experience .content-shop-entry div {
        float: left;
        width: 50%;
        color: #231f20;
        padding: 15px 15px 1px;
    }

        body.page-template-home .content-experience .content-shop-entry div h4 {
            margin: 0;
            color: #fdfdfd;
            font-size: 22px;
            line-height: 1.25;
            font-weight: 700;
            font-family: 'Domine',serif;
        }

        body.page-template-home .content-experience .content-shop-entry div h6 {
            margin: 0;
            font-size: 14px;
            line-height: 1.25;
            font-weight: 600;
        }

        body.page-template-home .content-experience .content-shop-entry div p {
            font-size: 12px;
            line-height: 1.5;
            margin-bottom: 0;
        }

            body.page-template-home .content-experience .content-shop-entry div p a {
                color: #231f20;
            }

                body.page-template-home .content-experience .content-shop-entry div p a.read-more {
                    text-transform: uppercase;
                }

body.page-template-home .content-experience .content-left h3 {
    margin-top: 5px;
    color: #6a1f45;
}

    body.page-template-home .content-experience .content-left h3 span {
        color: #f7901e;
    }

body.page-template-home .content-experience .content-right h3 {
    color: white;
    font-size: 40px;
    line-height: 45px;
}

body.page-template-home .content-experience .content-right h5 {
    color: #99cc33;
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
}

body.page-template-home .content-experience .content-right div a {
    float: left;
    width: 100%;
    margin-top: 7px;
}

    body.page-template-home .content-experience .content-right div a img {
        display: block;
        width: 100%;
        height: auto;
    }

body.page-template-home .content-events {
    padding: 25px 0;
    position: relative;
}

    body.page-template-home .content-events h2 {
        position: absolute;
        left: -47px;
        bottom: 65px;
        margin: 0;
        color: #a6768a;
        font-size: 42px;
        font-weight: 300;
        text-transform: uppercase;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    body.page-template-home .content-events .event-entries {
        width: 85%;
        margin: 0 auto;
    }

    body.page-template-home .content-events .event-entry {
        width: 25%;
        float: left;
        padding: 0 20px 5px;
    }

        body.page-template-home .content-events .event-entry img {
            display: block;
            height: 100px;
            width: auto;
        }

        body.page-template-home .content-events .event-entry a {
            display: block;
            margin: 0;
            padding-top: 5px;
            padding-bottom: 3px;
            font-size: 13px;
            line-height: 1.1;
            font-family: 'Domine',serif;
            font-weight: bold;
            text-transform: uppercase;
        }

        body.page-template-home .content-events .event-entry div {
            font-size: 13px;
            line-height: 1.1;
            color: white;
        }

    body.page-template-home .content-events .see-more {
        display: block;
        position: absolute;
        right: 8px;
        bottom: 10px;
        line-height: 1;
        letter-spacing: 1px;
        color: #a6768a;
        font-weight: bold;
        text-transform: uppercase;
    }

body.page-template-home .content-local {
    margin-bottom: 12px;
}

    body.page-template-home .content-local h3 {
        color: #716258;
        margin: 12px 0;
        padding-left: 20px;
    }

        body.page-template-home .content-local h3 span {
            color: #6a1f45;
        }

    body.page-template-home .content-local .local-entries {
        width: 85%;
        margin: 12px auto;
    }

    body.page-template-home .content-local .local-entry {
        width: 25%;
        float: left;
        padding: 0 10px;
    }

        body.page-template-home .content-local .local-entry img {
            display: block;
            width: 120px;
            height: 120px;
            margin: 0 auto 10px;
        }

        body.page-template-home .content-local .local-entry div {
            font-size: 10px;
            min-height: 50px;
            line-height: 1.1;
            color: #231f20;
            text-align: center;
        }

            body.page-template-home .content-local .local-entry div span {
                display: block;
                font-weight: 600;
                margin-bottom: 2px;
                text-transform: uppercase;
            }


body.page-template-experiences .page-content {
    position: relative;
}

body.page-template-experiences .experience-tab-links {
    width: 190px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

    body.page-template-experiences .experience-tab-links li {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }

        body.page-template-experiences .experience-tab-links li:last-child {
            margin-bottom: 0;
        }

        body.page-template-experiences .experience-tab-links li a {
            display: block;
            height: 36px;
            line-height: 28px;
            padding: 4px 12px;
            font-weight: 300;
            color: white;
            font-size: 20px;
            text-transform: uppercase;
        }

            body.page-template-experiences .experience-tab-links li a:hover {
                text-decoration: none;
            }

body.page-template-experiences .experience-tab {
    display: none;
}

    body.page-template-experiences .experience-tab.active {
        display: block;
    }

    body.page-template-experiences .experience-tab .content-banner {
        width: 100%;
        padding-left: 200px;
        margin-bottom: 20px;
        min-height: 212px;
    }

        body.page-template-experiences .experience-tab .content-banner img {
            width: 100%;
            height: auto;
            display: block;
        }

body.page-template-experiences .content-experience-tab-links {
    display: none;
}

body.page-template-experiences .content-experience-tab-links {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

    body.page-template-experiences .content-experience-tab-links li {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

        body.page-template-experiences .content-experience-tab-links li:last-child {
            margin-bottom: 0;
        }

        body.page-template-experiences .content-experience-tab-links li a {
            display: block;
            height: 36px;
            line-height: 28px;
            padding: 4px 12px;
            font-weight: 300;
            color: white;
            font-size: 20px;
            text-transform: uppercase;
        }

            body.page-template-experiences .content-experience-tab-links li a:hover {
                text-decoration: none;
            }

body.page-template-experiences .experience-tab .content-container {
    position: relative;
    width: 100%;
    padding-left: 200px;
    margin: 20px 0;
}

body.page-template-experiences .experience-tab .content-sidebar {
    width: 190px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 25px 15px;
    background-color: #e8e4e2;
}

    body.page-template-experiences .experience-tab .content-sidebar h5 {
        margin: 0;
        font-size: 18px;
        line-height: 1.333;
        padding-right: 30px;
        color: #f7901e;
        font-weight: 700;
        text-transform: uppercase;
    }

    body.page-template-experiences .experience-tab .content-sidebar p {
        font-size: 12px;
        line-height: 1.75;
        margin: 2em 0;
    }

    body.page-template-experiences .experience-tab .content-sidebar a {
        color: #f7901e;
    }

    body.page-template-experiences .experience-tab .content-sidebar.sidebar-images {
        padding: 25px 0;
        background-color: white;
    }

        body.page-template-experiences .experience-tab .content-sidebar.sidebar-images img {
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

body.page-template-experiences .experience-tab .content-main {
    width: 100%;
    padding: 25px;
    position: relative;
}

    body.page-template-experiences .experience-tab .content-main p {
        font-size: 14px;
        line-height: 1.75;
        margin: 0 0 1em;
    }

        body.page-template-experiences .experience-tab .content-main p a {
            color: #f7901e;
        }

body.page-template-experiences .experience-tab .content-main-text {
    padding-right: 25%;
}

body.page-template-experiences .experience-tab .content-shops {
    padding-right: 27px;
}

body.page-template-experiences .experience-tab .content-shop-entry {
    width: 100%;
    margin: 15px 0;
}

    body.page-template-experiences .experience-tab .content-shop-entry .content-upper {
        position: relative;
        background: #fed5a9;
    }

    body.page-template-experiences .experience-tab .content-shop-entry .content-left {
        float: left;
        width: 55%;
        padding: 15px 15px 5px;
        min-height: 140px;
        background-color: #fed5a9;
    }

    body.page-template-experiences .experience-tab .content-shop-entry .content-right {
        float: right;
        width: 45%;
    }

        body.page-template-experiences .experience-tab .content-shop-entry .content-right img {
            display: block;
            width: 100%;
            height: auto;
        }

    body.page-template-experiences .experience-tab .content-shop-entry .content-lower {
        display: none;
        padding: 15px 30px;
        border: 1px solid #f1efee;
        border-top: 0;
        font-size: 12px;
        line-height: 1.75;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }

        body.page-template-experiences .experience-tab .content-shop-entry .content-lower p {
            font-size: 12px;
            line-height: 1.75;
            margin-bottom: 1.5em;
        }

        body.page-template-experiences .experience-tab .content-shop-entry .content-lower a {
            color: #f7901e;
        }

        body.page-template-experiences .experience-tab .content-shop-entry .content-lower h6 {
            line-height: 1.25;
            margin-bottom: 0.5em;
        }

        body.page-template-experiences .experience-tab .content-shop-entry .content-lower strong {
            font-size: 110%;
        }

    body.page-template-experiences .experience-tab .content-shop-entry h3 {
        color: #6a1f45;
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 0.5em;
    }

    body.page-template-experiences .experience-tab .content-shop-entry p {
        font-size: 12px;
        line-height: 1.333;
        color: black;
        margin: 0;
    }

        body.page-template-experiences .experience-tab .content-shop-entry p a {
            color: black;
            word-wrap: break-word;
        }

    body.page-template-experiences .experience-tab .content-shop-entry a.show-info {
        position: absolute;
        bottom: 5px;
        left: 15px;
        z-index: 1;
        font-size: 12px;
        line-height: 22px;
        color: #8f8178;
    }

        body.page-template-experiences .experience-tab .content-shop-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-experiences .experience-tab .content-shop-entry a.show-info img {
            float: right;
            height: 22px;
            width: auto;
            margin-left: 4px;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    body.page-template-experiences .experience-tab .content-shop-entry.open a.show-info img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

body.page-template-experiences .experience-tab .content-shop-links {
    margin-bottom: 20px;
    text-align: center;
}

    body.page-template-experiences .experience-tab .content-shop-links a {
        float: left;
        margin-left: 1%;
        padding: 5px;
        font-size: 16px;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
    }

        body.page-template-experiences .experience-tab .content-shop-links a:nth-child(1) {
            margin-left: 0;
            width: 38%;
        }

        body.page-template-experiences .experience-tab .content-shop-links a:nth-child(2) {
            width: 31%;
        }

        body.page-template-experiences .experience-tab .content-shop-links a:nth-child(3) {
            width: 29%;
        }

        body.page-template-experiences .experience-tab .content-shop-links a:hover {
            text-decoration: none;
        }

body.page-template-accommodations .page-content {
    padding: 25px 50px;
}

body.page-template-accommodations .content-top {
    padding-right: 13%;
}

    body.page-template-accommodations .content-top h2 {
        font-size: 30px;
        line-height: 1.5;
        margin: 0;
        font-weight: 300;
        letter-spacing: 1px;
        color: #a49b94;
        text-transform: uppercase;
    }

    body.page-template-accommodations .content-top p {
        font-size: 14px;
        line-height: 1.75;
    }

body.page-template-accommodations .content-hotel-entry {
    width: 100%;
    margin: 15px 0;
}

    body.page-template-accommodations .content-hotel-entry .content-upper {
        position: relative;
        background: #fed5a9;
    }

    body.page-template-accommodations .content-hotel-entry .content-left {
        float: left;
        width: 50%;
        padding: 20px 20px 5px;
        min-height: 225px;
        background-color: #fed5a9;
    }

    body.page-template-accommodations .content-hotel-entry .content-right {
        float: right;
        width: 50%;
    }

        body.page-template-accommodations .content-hotel-entry .content-right img {
            display: block;
            width: 100%;
            height: auto;
        }

    body.page-template-accommodations .content-hotel-entry .content-lower {
        display: none;
        padding: 20px;
        border: 1px solid #f1efee;
        border-top: 0;
        font-size: 12px;
        line-height: 1.75;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }

        body.page-template-accommodations .content-hotel-entry .content-lower p {
            font-size: 12px;
            line-height: 1.75;
            margin-bottom: 1.5em;
        }

        body.page-template-accommodations .content-hotel-entry .content-lower ul,
        body.page-template-accommodations .content-hotel-entry .content-lower ol {
            margin-top: -1.5em;
            padding-left: 3em;
        }

        body.page-template-accommodations .content-hotel-entry .content-lower strong {
            font-size: 110%;
        }

    body.page-template-accommodations .content-hotel-entry h3 {
        color: #6a1f45;
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

        body.page-template-accommodations .content-hotel-entry h3 small {
            display: block;
            font-size: 12px;
            text-transform: none;
        }

    body.page-template-accommodations .content-hotel-entry p {
        font-size: 12px;
        line-height: 1.333;
        color: black;
        margin: 0 0 1em;
    }

        body.page-template-accommodations .content-hotel-entry p a {
            color: black;
        }

            body.page-template-accommodations .content-hotel-entry p a.button-orange {
                display: inline-block;
                font-size: 13px;
                padding: 8px 12px;
                font-weight: 700;
                color: white;
                background-color: #f7901e;
            }

                body.page-template-accommodations .content-hotel-entry p a.button-orange:hover {
                    text-decoration: none;
                }

    body.page-template-accommodations .content-hotel-entry a.show-info {
        position: absolute;
        bottom: 5px;
        left: 20px;
        z-index: 1;
        font-size: 12px;
        line-height: 22px;
        color: #8f8178;
    }

        body.page-template-accommodations .content-hotel-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-accommodations .content-hotel-entry a.show-info img {
            float: right;
            height: 22px;
            width: auto;
            margin-left: 4px;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    body.page-template-accommodations .content-hotel-entry.open a.show-info img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }



body.page-template-weddings .content-top h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    color: #a49b94;
    text-transform: uppercase;
}

body.page-template-weddings .content-top p {
    font-size: 14px;
    line-height: 1.75;
}

body.page-template-weddings .content-shop-type-entry {
    position: relative;
    margin: 10px 0;
}

    body.page-template-weddings .content-shop-type-entry h3 {
        float: left;
        padding: 5px 10px;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        margin-left: 35px;
        color: #f7901e;
        cursor: pointer;
    }

    body.page-template-weddings .content-shop-type-entry a.show-info {
        position: absolute;
        top: 5px;
        left: 0px;
        z-index: 1;
    }

        body.page-template-weddings .content-shop-type-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-weddings .content-shop-type-entry a.show-info img {
            float: right;
            height: 22px;
            width: auto;
            margin-left: 4px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    body.page-template-weddings .content-shop-type-entry.open a.show-info img {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    body.page-template-weddings .content-shop-type-entry .content-lower {
        display: none;
        margin-left: 35px;
        clear: both;
        padding-top: 20px;
    }

    body.page-template-weddings .content-shop-type-entry .content-shop-entry {
        padding-bottom: 1em;
        border-bottom: 1px solid #a89b94;
        margin-bottom: 2em;
        position: relative;
    }

        body.page-template-weddings .content-shop-type-entry .content-shop-entry:last-child {
            border-bottom: 0;
        }

        body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 110px;
            height: 100px;
            text-align: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

            body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-icon img {
                display: block;
                width: auto;
                height: auto;
                margin: 0 auto;
            }

        body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-main {
            width: 100%;
            padding-left: 130px;
            min-height: 100px;
        }

            body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-main h4 {
                font-size: 20px;
                font-weight: 300;
                margin: 0 0 0.5em;
                line-height: 1.1;
                color: #6a1f45;
            }

                body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-main h4 small {
                    display: block;
                    font-size: 12px;
                    line-height: 1.5;
                }

            body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-main p {
                font-size: 14px;
                line-height: 1.5;
                margin: 0 0 0.5em;
            }

                body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-main p:empty {
                    display: none;
                }

        body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-extended {
            display: none;
        }

        body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-extended-open {
            vertical-align: top;
            margin: 2px;
            position: relative;
            top: 2px;
            left: 2px;
        }

            body.page-template-weddings .content-shop-type-entry .content-shop-entry .content-extended-open img {
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -ms-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

        body.page-template-weddings .content-shop-type-entry .content-shop-entry.open .content-extended-open img {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

body.page-template-weddings .maron-button {
    background-color: #6a1f45;
    color: white;
    font-size: 14px;
    line-height: 1.75;
    padding: 10px 15px;
    font-weight: bold;
}

    body.page-template-weddings .maron-button:hover {
        text-decoration: none;
    }

#wedding-contact-form {
    background-color: #fed4a9;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    #wedding-contact-form p {
        font-size: 14px;
        line-height: 1.75;
        font-weight: bold;
        color: #706259;
        margin-top: 0;
    }

    #wedding-contact-form .row {
        width: 100%;
    }

        #wedding-contact-form .row .col-md-6 {
            width: 49%;
            float: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #wedding-contact-form .row .col-l {
            float: right;
        }

        #wedding-contact-form .row input,
        #wedding-contact-form .row textarea {
            width: 100%;
            border: 0;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 8px;
            color: #a99d96;
        }

        #wedding-contact-form .row input {
            height: 30px;
            padding-left: 6px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #wedding-contact-form .row textarea {
            padding-left: 6px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 8px;
        }

    #wedding-contact-form .row-submit {
        width: 100%;
        text-align: right;
    }

    #wedding-contact-form input[type="submit"] {
        font-size: 14px;
        background-color: #f7901e;
        font-weight: bold;
        border-radius: 0;
        border: 0;
        padding: 10px 20px;
        color: white;
    }

span.wpcf7-not-valid-tip {
    padding-bottom: 10px;
    font-weight: bold !important;
}

div.wpcf7-validation-errors {
    text-align: center;
    font-weight: bold;
    border: 0 !important;
    color: #f00;
}

#youtube-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-width: 700px;
    margin: 0 auto;
}

    #youtube-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


body.page-template-local-events .page-content {
    padding: 25px 50px;
}

body.page-template-local-events .content-top {
    padding-right: 13%;
}

    body.page-template-local-events .content-top h2 {
        font-size: 30px;
        line-height: 1.5;
        margin: 0;
        font-weight: 300;
        letter-spacing: 1px;
        color: #a49b94;
        text-transform: uppercase;
    }

    body.page-template-local-events .content-top p {
        font-size: 12px;
        line-height: 1.75;
    }

body.page-template-local-events .content-event-entry {
    width: 100%;
    margin: 25px 0;
    position: relative;
    min-height: 70px;
}

    body.page-template-local-events .content-event-entry a.show-info {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

        body.page-template-local-events .content-event-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-local-events .content-event-entry a.show-info img {
            float: left;
            height: 22px;
            width: auto;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    body.page-template-local-events .content-event-entry.open a.show-info img {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    body.page-template-local-events .content-event-entry .content-icon {
        position: absolute;
        left: 35px;
        width: 70px;
        height: 70px;
        top: 0;
        z-index: 1;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

        body.page-template-local-events .content-event-entry .content-icon img {
            display: block;
            height: auto;
        }

    body.page-template-local-events .content-event-entry .content-main {
        float: left;
        width: 100%;
        padding-left: 120px;
    }

        body.page-template-local-events .content-event-entry .content-main h4 {
            font-size: 14px;
            line-height: 1.1;
            margin: 0;
            text-transform: uppercase;
            font-weight: 700;
            cursor: pointer;
        }

    body.page-template-local-events .content-event-entry:nth-of-type(3n+1) .content-main h4 {
        color: #6a1f45;
    }

    body.page-template-local-events .content-event-entry:nth-of-type(3n+2) .content-main h4 {
        color: #99cc33;
    }

    body.page-template-local-events .content-event-entry:nth-of-type(3n+3) .content-main h4 {
        color: #f7901e;
    }

    body.page-template-local-events .content-event-entry .content-main p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

        body.page-template-local-events .content-event-entry .content-main p:first-of-type {
            margin-top: 0.5em;
        }

        body.page-template-local-events .content-event-entry .content-main p:last-of-type {
            margin-bottom: 1.25em;
        }

    body.page-template-local-events .content-event-entry .content-lower {
        display: none;
        padding: 5px 20px 10px 120px;
        font-size: 12px;
        line-height: 1.75;
    }

        body.page-template-local-events .content-event-entry .content-lower p {
            font-size: 14px;
            line-height: 1.75;
            margin: 0 0 1.5em;
        }

        body.page-template-local-events .content-event-entry .content-lower ul,
        body.page-template-local-events .content-event-entry .content-lower ol {
            margin-top: -1.5em;
            padding-left: 3em;
        }

        body.page-template-local-events .content-event-entry .content-lower strong {
            font-size: 110%;
        }




body.page-template-about nav.main-nav {
    margin-bottom: 0;
}

body.page-template-about .content-top .content-left {
    float: left;
    width: 33.333%;
}

    body.page-template-about .content-top .content-left img {
        width: 100%;
        height: auto;
        float: left;
        clear: left;
    }

body.page-template-about .content-top .content-right {
    float: right;
    width: 66.667%;
    padding: 50px 40px;
}

    body.page-template-about .content-top .content-right h1 {
        color: #b0a69f;
        font-size: 42px;
        font-weight: 300;
        line-height: 1;
        margin: 0;
        text-transform: uppercase;
    }

        body.page-template-about .content-top .content-right h1 span {
            color: #99cc33;
            font-weight: 400;
            font-family: 'Domine',serif;
        }

        body.page-template-about .content-top .content-right h1 a.button-orange {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            padding: 7px 12px;
            min-width: 120px;
            text-align: center;
            font-weight: 700;
            color: white;
            background-color: #f7901e;
        }

            body.page-template-about .content-top .content-right h1 a.button-orange:hover {
                text-decoration: none;
            }

    body.page-template-about .content-top .content-right .content-main {
        font-size: 14px;
        line-height: 2;
        padding-right: 20%;
    }

        body.page-template-about .content-top .content-right .content-main p {
            font-size: 14px;
            line-height: 2;
            margin: 1.5em 0;
        }

body.page-template-about .content-bottom {
    background-color: #ffefde;
    margin-bottom: 10px;
}

    body.page-template-about .content-bottom .content-left {
        float: left;
        width: 33.333%;
        padding: 20px 40px;
        background-color: white;
    }

        body.page-template-about .content-bottom .content-left h6 {
            font-size: 14px;
            line-height: 1.1;
            font-weight: 300;
            text-transform: uppercase;
            color: #b0a69f;
        }

        body.page-template-about .content-bottom .content-left ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 12px;
        }

            body.page-template-about .content-bottom .content-left ul li {
                display: block;
                margin: 1.5em 0;
            }

    body.page-template-about .content-bottom .content-right {
        float: right;
        width: 66.667%;
        padding: 30px 100px 30px 40px;
    }

        body.page-template-about .content-bottom .content-right h3 {
            font-size: 26px;
            line-height: 1.1;
            margin: 0 0 1em;
            color: #b0a69f;
        }

        body.page-template-about .content-bottom .content-right p {
            font-size: 14px;
            line-height: 2;
            margin: 2em 0;
        }


body.page-template-shop-dine .page-content {
    padding: 30px 50px;
}

body.page-template-shop-dine .content-shop-type-entry {
    position: relative;
    margin: 10px 0;
}

    body.page-template-shop-dine .content-shop-type-entry h3 {
        float: left;
        padding: 5px 10px;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        margin-left: 35px;
        color: #f7901e;
        cursor: pointer;
    }

    body.page-template-shop-dine .content-shop-type-entry a.show-info {
        position: absolute;
        top: 5px;
        left: 0px;
        z-index: 1;
    }

        body.page-template-shop-dine .content-shop-type-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-shop-dine .content-shop-type-entry a.show-info img {
            float: right;
            height: 22px;
            width: auto;
            margin-left: 4px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    body.page-template-shop-dine .content-shop-type-entry.open a.show-info img {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    body.page-template-shop-dine .content-shop-type-entry .content-lower {
        display: none;
        margin-left: 35px;
        clear: both;
        padding-top: 20px;
    }

    body.page-template-shop-dine .content-shop-type-entry .content-shop-entry {
        padding-bottom: 1em;
        border-bottom: 1px solid #a89b94;
        margin-bottom: 2em;
        position: relative;
    }

        body.page-template-shop-dine .content-shop-type-entry .content-shop-entry:last-child {
            border-bottom: 0;
        }

        body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-icon {
            position: absolute;
            left: 0;
            top: 0;
            width: 110px;
            height: 100px;
            text-align: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
        }

            body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-icon img {
                display: block;
                width: auto;
                height: auto;
                margin: 0 auto;
            }

        body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-main {
            width: 100%;
            padding-left: 130px;
            min-height: 100px;
        }

            body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-main h4 {
                font-size: 20px;
                font-weight: 300;
                margin: 0 0 0.5em;
                line-height: 1.1;
                color: #6a1f45;
            }

                body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-main h4 small {
                    display: block;
                    font-size: 12px;
                    line-height: 1.5;
                }

            body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-main p {
                font-size: 14px;
                line-height: 1.5;
                margin: 0 0 0.5em;
            }

                body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-main p:empty {
                    display: none;
                }

        body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-extended {
            display: none;
        }

        body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-extended-open {
            vertical-align: top;
            margin: 2px;
            position: relative;
            top: 2px;
            left: 2px;
        }

            body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-extended-open img {
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                -ms-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

        body.page-template-shop-dine .content-shop-type-entry .content-shop-entry.open .content-extended-open img {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }





body.page-template-events-meetings .page-content {
    padding: 25px 50px;
}

body.page-template-events-meetings .content-top {
    padding-right: 13%;
}

    body.page-template-events-meetings .content-top h2 {
        font-size: 30px;
        line-height: 1.5;
        margin: 0;
        font-weight: 300;
        letter-spacing: 1px;
        color: #a49b94;
        text-transform: uppercase;
    }

    body.page-template-events-meetings .content-top p {
        font-size: 14px;
        line-height: 1.75;
    }

body.page-template-events-meetings .content-hotel-entry {
    width: 100%;
    margin: 20px 0;
}

    body.page-template-events-meetings .content-hotel-entry .content-upper {
        position: relative;
        background: #fed5a9;
    }

    body.page-template-events-meetings .content-hotel-entry .content-left {
        float: left;
        width: 50%;
        padding: 20px 20px 5px;
        min-height: 225px;
        background-color: #fed5a9;
    }

    body.page-template-events-meetings .content-hotel-entry .content-right {
        float: right;
        width: 50%;
    }

        body.page-template-events-meetings .content-hotel-entry .content-right img {
            display: block;
            width: 100%;
            height: auto;
        }

    body.page-template-events-meetings .content-hotel-entry .content-lower {
        display: none;
        padding: 20px;
        border: 1px solid #f1efee;
        border-top: 0;
        font-size: 12px;
        line-height: 1.75;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }

        body.page-template-events-meetings .content-hotel-entry .content-lower p {
            font-size: 12px;
            line-height: 1.75;
            margin-bottom: 1.5em;
        }

        body.page-template-events-meetings .content-hotel-entry .content-lower ul,
        body.page-template-events-meetings .content-hotel-entry .content-lower ol {
            margin-top: 0;
            padding-left: 3em;
        }

        body.page-template-events-meetings .content-hotel-entry .content-lower strong {
            font-size: 110%;
        }

    body.page-template-events-meetings .content-hotel-entry h3 {
        color: #6a1f45;
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

        body.page-template-events-meetings .content-hotel-entry h3 small {
            display: block;
            font-size: 12px;
            text-transform: none;
        }

    body.page-template-events-meetings .content-hotel-entry p {
        font-size: 12px;
        line-height: 1.333;
        color: black;
        margin: 0 0 1em;
    }

        body.page-template-events-meetings .content-hotel-entry p a {
            color: black;
        }

            body.page-template-events-meetings .content-hotel-entry p a.button-orange {
                display: inline-block;
                font-size: 13px;
                padding: 8px 12px;
                font-weight: 700;
                color: white;
                background-color: #f7901e;
            }

                body.page-template-events-meetings .content-hotel-entry p a.button-orange:hover {
                    text-decoration: none;
                }

    body.page-template-events-meetings .content-hotel-entry a.show-info {
        position: absolute;
        bottom: 5px;
        left: 20px;
        z-index: 1;
        font-size: 12px;
        line-height: 22px;
        color: #8f8178;
    }

        body.page-template-events-meetings .content-hotel-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-events-meetings .content-hotel-entry a.show-info img {
            float: right;
            height: 22px;
            width: auto;
            margin-left: 4px;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    body.page-template-events-meetings .content-hotel-entry.open a.show-info img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    body.page-template-events-meetings .content-hotel-entry.additional .content-main {
        background-color: #716258;
        padding: 10px 20px 5px;
    }

        body.page-template-events-meetings .content-hotel-entry.additional .content-main p {
            color: white;
            margin: 0;
            font-weight: 300;
        }

    body.page-template-events-meetings .content-hotel-entry.additional a.show-info {
        position: static;
        color: white;
        float: left;
    }

    body.page-template-events-meetings .content-hotel-entry.additional .content-lower {
        color: #716258;
    }

        body.page-template-events-meetings .content-hotel-entry.additional .content-lower p {
            color: #716258;
            line-height: 2;
        }

            body.page-template-events-meetings .content-hotel-entry.additional .content-lower p a {
                color: #716258;
            }




body.page-template-tours .page-content {
    padding: 25px 50px;
}

body.page-template-tours .content-top {
    padding-right: 13%;
}

    body.page-template-tours .content-top h2 {
        font-size: 30px;
        line-height: 1.5;
        margin: 0;
        font-weight: 300;
        letter-spacing: 1px;
        color: #a49b94;
        text-transform: uppercase;
    }

    body.page-template-tours .content-top p {
        font-size: 14px;
        line-height: 1.75;
    }

        body.page-template-tours .content-top p a {
            color: #f7901e;
        }

body.page-template-tours .content-tour-entry {
    width: 100%;
    margin: 20px 0;
}

    body.page-template-tours .content-tour-entry .content-upper {
        position: relative;
        background: #fed5a9;
    }

    body.page-template-tours .content-tour-entry .content-left {
        float: left;
        width: 50%;
        padding: 30px 20px 5px;
        min-height: 225px;
        background-color: #fed5a9;
    }

    body.page-template-tours .content-tour-entry .content-right {
        float: right;
        width: 50%;
    }

        body.page-template-tours .content-tour-entry .content-right img {
            display: block;
            width: 100%;
            height: auto;
        }

    body.page-template-tours .content-tour-entry .content-lower {
        display: none;
        padding: 20px;
        border: 1px solid #f1efee;
        border-top: 0;
        font-size: 12px;
        line-height: 1.75;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }

        body.page-template-tours .content-tour-entry .content-lower p {
            font-size: 12px;
            line-height: 1.75;
            margin-bottom: 1.5em;
        }

        body.page-template-tours .content-tour-entry .content-lower a {
            color: #f7901e;
        }

        body.page-template-tours .content-tour-entry .content-lower ul,
        body.page-template-tours .content-tour-entry .content-lower ol {
            margin-top: -1.5em;
            padding-left: 3em;
        }

        body.page-template-tours .content-tour-entry .content-lower strong {
            font-size: 110%;
        }

    body.page-template-tours .content-tour-entry h3 {
        color: #6a1f45;
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

        body.page-template-tours .content-tour-entry h3 small {
            display: block;
            font-size: 12px;
            text-transform: none;
        }

    body.page-template-tours .content-tour-entry p {
        font-size: 12px;
        line-height: 1.333;
        color: black;
        margin: 0 0 1em;
    }

        body.page-template-tours .content-tour-entry p a {
            color: black;
        }

            body.page-template-tours .content-tour-entry p a.button-orange {
                display: inline-block;
                font-size: 13px;
                padding: 8px 12px;
                font-weight: 700;
                color: white;
                background-color: #f7901e;
            }

                body.page-template-tours .content-tour-entry p a.button-orange:hover {
                    text-decoration: none;
                }

    body.page-template-tours .content-tour-entry a.show-info {
        position: absolute;
        bottom: 5px;
        left: 20px;
        z-index: 1;
        font-size: 12px;
        line-height: 22px;
        color: #8f8178;
    }

        body.page-template-tours .content-tour-entry a.show-info:hover {
            text-decoration: none;
        }

        body.page-template-tours .content-tour-entry a.show-info img {
            float: right;
            height: 22px;
            width: auto;
            margin-left: 4px;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    body.page-template-tours .content-tour-entry.open a.show-info img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


body.page-template-grand-event-center .page-content {
    padding: 25px 50px;
}

body.page-template-grand-event-center .content-top h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 1em;
    font-weight: 300;
    letter-spacing: 1px;
    color: #a49b94;
    text-transform: uppercase;
}

body.page-template-grand-event-center .content-top p {
    font-size: 14px;
    line-height: 2;
}

body.page-template-grand-event-center .content-left {
    float: left;
    width: 50%;
}

body.page-template-grand-event-center .content-right {
    float: left;
    width: 45%;
    margin-left: 5%;
}

    body.page-template-grand-event-center .content-right img {
        display: block;
        margin: 10px auto;
    }

body.page-template-grand-event-center .content-links a {
    display: block;
    width: 100%;
    max-width: 350px;
    font-weight: 600;
    color: white;
    margin: 0.5em 0;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 12px;
    text-align: left;
}

    body.page-template-grand-event-center .content-links a:hover {
        text-decoration: none;
    }

body.page-template-news-blog .page-content {
    padding: 25px 240px 25px 25px;
    position: relative;
}

body.page-template-news-blog .content-left {
    width: 100%;
    float: left;
    padding-left: 25px;
}

body.page-template-news-blog .content-right {
    width: 205px;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 5px 0 0 0;
}

body.page-template-news-blog .content-top h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    color: #a49b94;
    text-transform: uppercase;
}

body.page-template-news-blog .content-top p {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 0;
}

body.page-template-news-blog .content-archive {
    background-color: #fed5a9;
    padding: 10px 15px;
}

    body.page-template-news-blog .content-archive h4 {
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
        font-weight: 300;
        letter-spacing: 1px;
        color: #a49b94;
        text-transform: uppercase;
    }

    body.page-template-news-blog .content-archive .archive-year {
        font-size: 12px;
        margin: 0;
        font-weight: 400;
        cursor: pointer;
        line-height: 16px;
    }

        body.page-template-news-blog .content-archive .archive-year span,
        body.page-template-news-blog .content-archive .archive-month span {
            color: #f7901e;
            float: left;
            margin-right: 3px;
            -webkit-transition: all .12s ease-in-out;
            -moz-transition: all .12s ease-in-out;
            -o-transition: all .12s ease-in-out;
            -ms-transition: all .12s ease-in-out;
            transition: all .12s ease-in-out;
        }

        body.page-template-news-blog .content-archive .archive-year.open span,
        body.page-template-news-blog .content-archive .archive-month.open span {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    body.page-template-news-blog .content-archive .archive-month {
        font-size: 12px;
        margin: 0;
        cursor: pointer;
    }

    body.page-template-news-blog .content-archive .archive-months {
        display: none;
        padding-left: 1em;
    }

    body.page-template-news-blog .content-archive .archive-posts {
        display: none;
        padding-left: 1em;
        margin: 0;
        font-size: 10px;
        line-height: 1.1;
    }

body.page-template-news-blog .blog-post-entry {
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #d6d0cc;
    padding-right: 10%;
    display: none;
}

    body.page-template-news-blog .blog-post-entry .blog-post-date {
        font-size: 12px;
        color: #9c948e;
        text-transform: uppercase;
    }

    body.page-template-news-blog .blog-post-entry .blog-post-title {
        color: #f7901e;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.1;
        margin: 0;
        padding-right: 10%;
        text-transform: uppercase;
    }

    body.page-template-news-blog .blog-post-entry:nth-of-type(2n) .blog-post-title {
        color: #6a1f45;
    }

    body.page-template-news-blog .blog-post-entry .blog-post-author {
        font-size: 12px;
        color: black;
    }

        body.page-template-news-blog .blog-post-entry .blog-post-author span {
            text-transform: capitalize;
        }

    body.page-template-news-blog .blog-post-entry .blog-post-content {
        font-size: 14px;
        color: black;
        margin-top: 1em;
        overflow: hidden;
    }

        body.page-template-news-blog .blog-post-entry .blog-post-content a {
            color: #f7901e;
        }

        body.page-template-news-blog .blog-post-entry .blog-post-content img {
            height: auto;
            max-width: 100%;
        }

            body.page-template-news-blog .blog-post-entry .blog-post-content img.alignnone {
                float: none;
            }

            body.page-template-news-blog .blog-post-entry .blog-post-content img.alignleft {
                float: left;
                margin: 0.5em 1em 0.5em;
            }

            body.page-template-news-blog .blog-post-entry .blog-post-content img.alignright {
                float: right;
                margin: 0.5em 0 0.5em 1em;
            }

            body.page-template-news-blog .blog-post-entry .blog-post-content img.aligncenter {
                float: none;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

    body.page-template-news-blog .blog-post-entry .blog-read-more {
        font-size: 12px;
        color: #99cc33;
        text-transform: uppercase;
    }

body.page-template-news-blog .content-blog-pagination ul {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 20px auto 0;
}

    body.page-template-news-blog .content-blog-pagination ul li {
        background-color: #a89b94;
        float: left;
        color: white;
        text-align: center;
        font-size: 14px;
        line-height: 32px;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        margin-bottom: 8px;
        cursor: pointer;
    }

        body.page-template-news-blog .content-blog-pagination ul li.active {
            background-color: #6a1f45;
            cursor: default;
        }




body.single .page-content {
    padding: 25px 240px 25px 25px;
    position: relative;
}

body.single .content-left {
    width: 100%;
    float: left;
    padding-left: 25px;
}

body.single .content-right {
    width: 205px;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 5px 0 0 0;
}

body.single .content-top h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    color: #a49b94;
    text-transform: uppercase;
}

body.single .content-top p {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 0;
}

body.single .content-archive {
    background-color: #fed5a9;
    padding: 10px 15px;
}

    body.single .content-archive h4 {
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
        font-weight: 300;
        letter-spacing: 1px;
        color: #a49b94;
        text-transform: uppercase;
    }

    body.single .content-archive .archive-year {
        font-size: 12px;
        margin: 0;
        font-weight: 400;
        cursor: pointer;
        line-height: 16px;
    }

        body.single .content-archive .archive-year span,
        body.single .content-archive .archive-month span {
            color: #f7901e;
            float: left;
            margin-right: 3px;
            -webkit-transition: all .12s ease-in-out;
            -moz-transition: all .12s ease-in-out;
            -o-transition: all .12s ease-in-out;
            -ms-transition: all .12s ease-in-out;
            transition: all .12s ease-in-out;
        }

        body.single .content-archive .archive-year.open span,
        body.single .content-archive .archive-month.open span {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    body.single .content-archive .archive-month {
        font-size: 12px;
        margin: 0;
        cursor: pointer;
    }

    body.single .content-archive .archive-months {
        display: none;
        padding-left: 1em;
    }

    body.single .content-archive .archive-posts {
        display: none;
        padding-left: 1em;
        margin: 0;
        font-size: 10px;
        line-height: 1.1;
    }

body.single .content-blog-content {
    margin-top: 10px;
}

    body.single .content-blog-content .blog-post-date {
        font-size: 12px;
        color: #9c948e;
        text-transform: uppercase;
    }

    body.single .content-blog-content .blog-post-title {
        color: #f7901e;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.1;
        margin: 0;
        padding-right: 10%;
        text-transform: uppercase;
    }

    body.single .content-blog-content .blog-post-author {
        font-size: 12px;
        color: black;
    }

        body.single .content-blog-content .blog-post-author span {
            text-transform: capitalize;
        }

    body.single .content-blog-content .blog-post-content {
        font-size: 12px;
        color: black;
        margin-top: 1em;
    }

        body.single .content-blog-content .blog-post-content p {
            line-height: 1.5;
            margin-bottom: 1.5em;
        }

        body.single .content-blog-content .blog-post-content a {
            color: #f7901e;
        }

        body.single .content-blog-content .blog-post-content img {
            max-width: 100%;
            height: auto;
        }

        body.single .content-blog-content .blog-post-content img {
            height: auto;
            max-width: 100%;
        }

            body.single .content-blog-content .blog-post-content img.alignnone {
                float: none;
            }

            body.single .content-blog-content .blog-post-content img.alignleft {
                float: left;
                margin: 0.5em 1em 0.5em;
            }

            body.single .content-blog-content .blog-post-content img.alignright {
                float: right;
                margin: 0.5em 0 0.5em 1em;
            }

            body.single .content-blog-content .blog-post-content img.aligncenter {
                float: none;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

.home-side-bar-header-container {
    background-color: #f79b1e;
}

.home-side-bar-header-container2 {
    background-color: #a69b97;
}

.event-img {
    padding: 6px 0;
}

.home-side-bar-header {
    font-weight: 700;
    color: #fff;
    font-family: 'Domine', serif;
    text-align: center;
    font-size: 20px;
    padding: 19px 0;
    text-transform: uppercase;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.bottom-slider-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

.slider-headline {
    width: 50%;
    font-size: 28px;
    padding: 5px 15px 0 25px;
    line-height: 32px;
}

    .slider-headline .green {
        color: #95c535;
        font-size: 32px;
        font-weight: 700;
    }

.slider-content {
    width: 50%;
    padding: 5px 0 0 25px;
    font-size: 18px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.slider-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot-container {
    padding-left: 15px;
    margin-top: -55px;
    z-index: 100;
    position: absolute;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.three-column-footer {
    background-color: #f7901e;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 35px 0;
    color: #fff;
}

    .three-column-footer .columns {
        width: 33%;
        padding: 0 40px;
    }

.center-footer-column {
    text-align: center;
    padding: 0 80px 0 20px !important;
}

.right-footer-column {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .right-footer-column .input-container {
        width: 100%;
        border: #fff 2px solid;
        background: none;
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
        margin: 10px 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .right-footer-column .input-container input:focus {
            outline: 0;
        }

        .right-footer-column .input-container input::placeholder {
            color: #fff;
            text-transform: uppercase;
        }

        .right-footer-column .input-container input {
            border: none;
            background: none;
            width: 85%;
        }

        .right-footer-column-buttons {
            display: flex;
            flex-direction: row;
            column-gap: 20px;
            justify-content: space-between;
            width: calc(100% - 20px);
            margin: 0 0 0 -20px;
        }

    .right-footer-column-buttons .footer-button {
        min-width: 50%;
        background-color: #6b2146;
        border: none;
        padding: 10px 15px;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: baseline;
        column-gap: 5px;
        text-decoration: none;
    }

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff;
}

.input-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fff;
    background-color: transparent;
}




@media only screen and (max-width: 1100px) {
    body.page-template-home .content-experience .content-shop-entry div h4 {
        font-size: 20px;
    }

    body.page-template-home .content-experience .content-shop-entry div h6 {
        font-size: 12px;
    }

    body.page-template-home .content-experience .content-shop-entry div p {
        font-size: 10px;
    }
}

@media only screen and (max-width: 900px) {

    .center-footer-column {
        padding: 0 !important;
    }

    .bottom-slider-container {
        flex-direction: column;
    }

    .slider-headline {
        width: 100%;
    }

    .slider-content {
        width: 100%;
        padding: 10px 25px 0;
    }

    .three-column-footer {
        flex-direction: column;
        justify-content: center;
    }

    .three-column-footer .columns {
        width: 100%;
        padding: 20px 20px;
    }

    header .nav-mobile {
        display: block;
        float: right;
        width: 45px;
        cursor: pointer;
    }

        header .nav-mobile img {
            display: block;
            width: 36px;
            height: 27px;
            margin: 25px auto;
        }

            header .nav-mobile img.mobile-menu-closed {
                display: none;
            }

    body.mobile-open header .nav-mobile img {
        display: none;
    }

        body.mobile-open header .nav-mobile img.mobile-menu-closed {
            display: block;
        }

    header .header-info {
        display: none;
    }

    header .header-logo {
        margin-left: 0;
        max-width: 80%;
    }

    .mobile-nav-container {
        display: block;
    }

    section nav.main-nav {
        display: none;
    }

    body.mobile-open .mobile-main-nav {
        font-size: 15px;
        line-height: 20px;
        color: #f79425;
        background-color: #6a1f45;
        text-align: center;
        padding: 10px 15px;
    }

        body.mobile-open .mobile-main-nav a {
            display: block;
            width: 100%;
            max-width: 250px;
            margin: 2px auto;
            padding: 2px 20px;
        }


    footer {
        text-align: center;
    }

        footer .footer-info-media {
            display: inline-block;
        }

        footer .footer-main .footer-map {
            display: none;
        }

    body.page-template-home .content-experience .content-left {
        width: 100%;
        float: none;
        padding-left: 10px;
        max-width: 600px;
        margin: 0 auto;
    }

    body.page-template-home .content-experience .content-right {
        width: 70%;
        margin: 0 auto;
        float: none;
        padding: 20px;
    }

        body.page-template-home .content-experience .content-right div {
            float: left;
            width: 100%;
        }

            body.page-template-home .content-experience .content-right div a {
                width: 100%;
                margin: 6px 0;
            }

        body.page-template-home .content-experience .content-right h3 {
            float: left;
        }

        body.page-template-home .content-experience .content-right h5 {
            float: left;
            margin-left: 10px;
        }

    body.page-template-accommodations .content-hotel-entry .content-right {
        width: 100%;
    }

    body.page-template-accommodations .content-hotel-entry .content-left {
        width: 100%;
        clear: both;
        padding: 20px;
    }

    body.page-template-accommodations .content-hotel-entry {
        width: 400px;
        max-width: 100%;
        margin: 12px auto;
    }

    body.page-template-experiences .experience-tab .content-shop-entry .content-right {
        width: 100%;
    }

    body.page-template-experiences .experience-tab .content-shop-entry .content-left {
        width: 100%;
    }

    body.page-template-experiences .experience-tab .content-shop-entry {
        width: 280px;
        max-width: 100%;
        margin: 15px auto;
    }

    body.page-template-experiences .experience-tab .content-shop-links a {
        float: none;
        display: block;
        width: 100% !important;
        margin: 10px auto !important;
        max-width: 250px;
    }

    body.page-template-experiences .experience-tab .content-shop-entry a.show-info {
        position: static;
    }

    body.page-template-events-meetings .content-hotel-entry {
        width: 400px;
        max-width: 100%;
        margin: 15px auto;
    }

        body.page-template-events-meetings .content-hotel-entry .content-right {
            width: 100%;
        }

        body.page-template-events-meetings .content-hotel-entry .content-left {
            width: 100%;
            min-height: 0;
            padding: 20px;
        }

    body.page-template-events-meetings .content-hotels {
        margin-top: 10px;
    }

    body.page-template-tours .content-tour-entry {
        width: 400px;
        max-width: 100%;
        margin: 15px auto;
    }

        body.page-template-tours .content-tour-entry .content-right {
            width: 100%;
        }

        body.page-template-tours .content-tour-entry .content-left {
            width: 100%;
            min-height: 0;
            padding: 20px;
        }

    body.page-template-tours .content-tours {
        margin-top: 10px;
    }

    body.page-template-grand-event-center .page-content {
        text-align: center;
    }

    body.page-template-grand-event-center .content-links a {
        margin: 0.5em auto;
        text-align: center;
        font-size: 11px;
    }

    body.page-template-grand-event-center .content-left {
        width: 100%;
    }

    body.page-template-grand-event-center .content-right {
        width: 100%;
        margin-left: 0;
    }


    body.page-template-experiences .experience-tab .content-shop-entry .content-lower,
    body.page-template-events-meetings .content-hotel-entry .content-lower,
    body.page-template-tours .content-tour-entry .content-lower,
    body.page-template-accommodations .content-hotel-entry .content-lower {
        -webkit-column-count: auto; /* Chrome, Safari, Opera */
        -moz-column-count: auto; /* Firefox */
        column-count: auto;
        -webkit-column-gap: auto; /* Chrome, Safari, Opera */
        -moz-column-gap: auto; /* Firefox */
        column-gap: auto;
    }

    body.page-template-news-blog .blog-post-entry .blog-post-content {
        font-size: 12px;
    }
}



@media only screen and (max-width: 700px) {


    header .header-text {
        clear: left;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
        height: auto;
        margin-left: 0;
        line-height: 1.2;
    }

    .buttons-experiences {
        margin: 8px 0;
    }

    body.page-template-home .content-events .event-entry {
        padding: 0 10px;
    }

    body.page-template-shop-dine .page-content {
        padding: 30px 25px;
    }

    body.page-template-shop-dine .content-shop-type-entry .content-lower {
        margin-left: 25px;
    }

    body.page-template-local-events .page-content {
        padding: 25px;
    }

    body.page-template-accommodations .page-content {
        padding: 25px;
    }

    body.page-template-experiences .experience-tab .content-main {
        padding: 10px 15px;
    }

    body.page-template-experiences .experience-tab .content-main-text {
        padding-right: 0;
    }

    body.page-template-events-meetings .page-content {
        padding: 25px;
    }

    body.page-template-tours .page-content {
        padding: 25px;
    }

    body.page-template-grand-event-center .page-content {
        padding: 25px;
    }
}

@media only screen and (max-width: 625px) {


    body.page-template-home .content-experience .content-shop-entry {
        max-width: 304px;
        margin: 15px auto;
    }

        body.page-template-home .content-experience .content-shop-entry img {
            max-width: 100%;
            width: 100%;
        }

        body.page-template-home .content-experience .content-shop-entry div {
            width: 100%;
            clear: both;
            padding: 15px;
        }

    body.page-template-home .content-events {
        display: none;
    }

    body.page-template-experiences .experience-tab .content-banner {
        padding-left: 0;
        min-height: 0;
        margin-bottom: 5px;
    }

    body.page-template-experiences .experience-tab .content-experience-tab-links {
        display: block;
    }

    body.page-template-experiences .experience-tab-links {
        display: none;
    }

    body.page-template-experiences .experience-tab .content-main {
        top: 0 !important;
    }

    body.page-template-experiences .experience-tab .content-sidebar {
        position: static;
        width: 100%;
    }

    body.page-template-experiences .experience-tab .content-container {
        padding-left: 0;
    }

    body.page-template-experiences .experience-tab .content-shops {
        padding-right: 0;
    }


    body.page-template-news-blog .page-content {
        padding: 15px;
    }

    body.page-template-news-blog .content-left {
        float: none;
        padding-left: 0;
    }

    body.page-template-news-blog .content-right {
        position: static;
        margin: 40px auto 20px;
    }

    body.single .page-content {
        padding: 15px;
    }

    body.single .content-left {
        float: none;
        padding-left: 0;
    }

    body.single .content-right {
        position: static;
        margin: 40px auto 20px;
    }
}



@media only screen and (max-width: 550px) {

    section p {
        font-size: 12px !important;
    }

    section .top-banner img.top-banner-image {
        display: none;
    }

    section .top-banner img.top-banner-image-mobile {
        display: block;
    }

    .content-top h2 {
        text-align: center;
    }

    .content-top p {
        text-align: center;
    }

    footer .footer-social-media > h4 {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    footer .footer-main {
        background-color: white;
        padding: 0 25px;
    }

        footer .footer-main .footer-logo {
            float: none;
        }

            footer .footer-main .footer-logo img {
                display: none;
            }

            footer .footer-main .footer-logo p {
                color: black;
                width: 100%;
                text-align: center;
                font-size: 11px;
            }

        footer .footer-main .footer-links {
            display: none;
        }

    body.page-template-home .content-experience .content-left {
        padding: 10px 0 0;
    }

        body.page-template-home .content-experience .content-left h3 {
            text-align: center;
            font-size: 28px;
        }

        body.page-template-home .content-experience .content-left p {
            text-align: center;
        }

    body.page-template-home .content-experience .content-right {
        width: 100%;
    }

    body.page-template-home .content-experience .content-right h3 {
        float: none;
        text-align: center;
        font-size: 28px;
    }

    body.page-template-home .content-experience .content-right h5 {
        float: none;
        text-align: center;
        margin-left: 0px;
        font-size: 15px;
    }

        body.page-template-home .content-experience .content-right h5 br {
            display: none;
        }

    body.page-template-home .content-experience .content-right div a {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 7px auto 0;
        float: none;
    }

    body.page-template-home .content-experience .content-shop-entry div h4 {
        text-align: center;
    }

    body.page-template-home .content-experience .content-shop-entry div h6 {
        text-align: center;
    }

    body.page-template-home .content-local .local-entry {
        width: 50%;
        margin-bottom: 5px;
    }

        body.page-template-home .content-local .local-entry:nth-of-type(2n+1) {
            clear: left;
        }

    body.page-template-home .content-local h3 {
        text-align: center;
        font-size: 28px;
    }

    body.page-template-shop-dine .page-content {
        padding: 15px;
    }

    body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-icon {
        position: static;
        float: left;
        margin-bottom: 10px;
    }

    body.page-template-shop-dine .content-shop-type-entry .content-shop-entry .content-main {
        float: left;
        clear: left;
        padding-left: 0;
    }

    body.page-template-local-events .page-content {
        padding: 15px;
    }

    body.page-template-local-events .content-top {
        padding-right: 0;
    }

        body.page-template-local-events .content-top h2 {
            font-size: 24px;
            line-height: 1.25;
        }

    body.page-template-local-events .content-event-entry .content-icon {
        position: static;
        float: left;
        margin-bottom: 10px;
        padding-left: 40px;
    }

    body.page-template-local-events .content-event-entry .content-main {
        float: left;
        clear: left;
        padding-left: 40px;
    }

    body.page-template-local-events .content-event-entry .content-lower {
        padding: 5px 20px 10px 40px;
    }

    body.page-template-accommodations .page-content {
        padding: 15px 0 0;
    }

    body.page-template-accommodations .content-top {
        padding: 0 15px;
    }

        body.page-template-accommodations .content-top h2 {
            font-size: 24px;
            line-height: 1.25;
        }


    body.page-template-about .content-top .content-right {
        width: 100%;
    }

    body.page-template-about .content-top .content-left {
        width: 100%;
        margin-bottom: 40px;
    }

    body.page-template-about .content-bottom .content-right {
        width: 100%;
        padding: 30px 40px;
    }

    body.page-template-about .content-bottom .content-left {
        width: 100%;
    }

    body.page-template-about .content-top .content-right .content-main {
        padding-right: 0;
    }

    body.page-template-about .content-top .content-left img {
        display: block;
        float: none;
        clear: none;
        max-width: 300px;
        margin: 0 auto;
    }

    body.page-template-about .content-top .content-right h1 {
        font-size: 28px;
        text-align: center;
    }

        body.page-template-about .content-top .content-right h1 a.button-orange {
            display: block;
            margin: 10px auto;
            width: 120px;
        }

    body.page-template-about .content-bottom {
        text-align: center;
    }

    body.page-template-events-meetings .page-content {
        padding: 15px 0;
    }

    body.page-template-events-meetings .content-top {
        padding: 0 15px;
    }

        body.page-template-events-meetings .content-top h2 {
            line-height: 1.25;
            font-size: 24px;
        }

    body.page-template-events-meetings .content-hotel-entry .content-left {
        padding: 15px 15px 20px;
    }

    body.page-template-tours .page-content {
        padding: 15px 0;
    }

    body.page-template-tours .content-top {
        padding: 0 15px;
    }

        body.page-template-tours .content-top h2 {
            line-height: 1.25;
            font-size: 24px;
        }

    body.page-template-tours .content-tour-entry .content-left {
        padding: 15px 15px 20px;
    }

    body.page-template-grand-event-center .page-content {
        padding: 15px 0 0;
    }

    body.page-template-grand-event-center .content-top {
        padding: 0 15px;
    }

        body.page-template-grand-event-center .content-top h2 {
            font-size: 24px;
            line-height: 1.25;
        }

    body.page-template-grand-event-center .content-links a {
        font-size: 10px;
    }
}




@media only screen and (max-width: 400px) {

    .buttons-experiences {
        margin: 3px 0;
    }

        .buttons-experiences a {
            width: 100%;
            margin: 2px 0;
        }

            .buttons-experiences a img {
                display: none;
            }

            .buttons-experiences a span {
                display: block;
                margin: 0;
                color: white;
                font-size: 16px;
                font-weight: 300;
                text-transform: uppercase;
                text-align: center;
                line-height: 1.75;
            }

            .buttons-experiences a:hover {
                text-decoration: none;
            }

    footer .footer-info-media br {
        display: inline;
    }

    footer .footer-info-media a {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

    body.page-template-home .content-experience .content-shop-entry {
        margin: 10px auto;
    }
}


@media only screen and (max-width: 320px) {

    body.page-template-home .content-local .local-entry {
        width: 100%;
    }
}



/* Search */

    .header-info-media img {
        float: left;
    }

   
@media only screen and (max-width: 900px) {
    
}

.buttons-experiences-cell {
    width: fit-content;
}
