/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
html {
    overflow-y: scroll;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body {
    height: 100%;
    font-family: 'karla', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Skip links */
.skip-link[href] {
    z-index: 5000000;
    display: block;
    margin: 0;
    padding: 2rem 3rem;
    width: auto;
    height: auto;
    font-size: 1.75em;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    border: 4px dashed #fff;
    background: #212121;
    opacity: 0;
    clip: auto;
    pointer-events: none;
    transition: opacity 200ms cubic-bezier(0,0,0.3,1);
}

.skip-link[href]:focus {
    opacity: 1;
    pointer-events: all;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

/* Set General max-width of site content */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .contentRender_name_plugins_core_textbox,
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_common_button,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .contentRender_name_plugins_blog_leisure_blog_posts,
    .contentRender_name_plugins_blog_articles_posts,
    .contentRender_name_plugins_mediagallery_gallery,
    .contentRender_name_plugins_mediagallery_album,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent  {
        max-width: 1200px;
    }
}

/* Panels */
.panel-page {
    min-height: 100%;
    position: relative;
}

.panel-page #main-content {
    position: relative;
    z-index: 2;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1130px;
    padding: 15px 15px 0;
    margin: 0 auto 30px;
}
.panel-navigation-share .share-container a{
    font-family: "Karla", sans-serif;
    color: #353533;
    font-size: 15px;
    display: flex;
    flex-direction: row-reverse;
    font-weight: bold;
}
.panel-navigation-share .share-container a i{
    transform: rotateY(180deg);
    margin-right: 5px;
}
.panel-navigation-share .navigation-container { display: none; }

.panel-intro {
    position: relative;
    max-width: 1050px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.panel-intro.fly-birdie {
    margin: 0 auto;
    padding: 34px 20px 165px 20px;
}
.panel-intro.fly-birdie::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: 40px;
    bottom: 0;
    background-image: url(/includes/public/assets/shared/seagulls.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.panel-intro .contentRender_name_plugins_core_textbox h1{
    font-size: 20px;
    line-height: 1em;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.panel-intro.fly-birdie .contentRender_name_plugins_core_textbox h1{
    padding-bottom: 6px;
}

.panel-intro .contentRender_name_plugins_core_textbox h1::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98px;
    height: 3px;
    background-color: #126883;
}

@media (min-width: 64em) {
    .panel-intro {
        padding: 0 152px 0 45px;
    }
    .panel-navigation-share {
        justify-content: space-between;
    }
    .panel-intro.fly-birdie {
        padding: 58px 330px 0 20px;
    }
    .panel-intro .contentRender_name_plugins_core_textbox h1{
        font-size: 30px;
        line-height: 1em;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .panel-intro.fly-birdie::after{
        bottom: auto;
        width: 215px;
        height: 150px;
        right: 0px;
        top: 30%;
    }

    .panel-intro.fly-birdie .contentRender_name_plugins_core_textbox h1{
        padding-bottom: 9px;
        margin-bottom: 22px;
    }

    .panel-intro .contentRender_name_plugins_core_textbox h1::before{
        width: 200px;
        height: 4px;
    }
}

.panel-social {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

.panel-social .title-container {
    text-align: center;
    color: #353533;
}
.panel-social .title-container h3{
    font-family: 'BornReady', sans-serif;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.6em;
    margin: 0;
    color: inherit;
}

.panel-social .title-container h2{
    font-family: 'Playfair-Display', serif;
    font-size: 40px;
    line-height: 1em;
    margin: 0;
    color: inherit;
}

.nav-list .interior-nav {
    margin: 0;
    list-style: none;
}

@media (min-width: 64em) {
    .panel-social .title-container h3{
        font-size: 30px;
        letter-spacing: 1.2px;
        line-height: 1em;
    }

    .panel-social .title-container h2{
        font-size: 60px;
        line-height: 1em;
    }
}



.panel-two-column {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 30px;
}

.panel-two-column .sidebar-container,
.panel-two-column .main-container,
.panel-two-column .left-container,
.panel-two-column .right-container {
    padding: 0 15px
}

.panel-intro .contentRender_name_plugins_core_textbox,
.panel-social .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_core_textbox {
    padding: 0;
}

@media (min-width: 1025px) {
    .panel-navigation-share .navigation-container { display: block; }

    .panel-two-column {
        display: flex;
    }

    .panel-two-column .sidebar-container {
        flex-basis: 40%;
    }

    .panel-two-column .main-container {
        flex-basis: 60%;
    }

    .panel-two-column .left-container,
    .panel-two-column .right-container {
        flex-basis: 50%;
    }

    .panel-two-column.sidebar-left .main-container {
        order: 2;
    }
    
    .panel-two-column.sidebar-left .sidebar-container {
        order: 1;
    }
}

/* Consistent styling for shared action items in event/listing/offer layout and detail */
/* Usually appears as foo | bar | baz, span separated */
.shared-action-items {
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 16px;
}

.shared-action-items span {
    padding-right: 5px;
    margin-right: 5px;
    float: left;
    border-right: 1px solid #ccc;
}

.shared-action-items span:last-child {
    border-right: none;
}

/* shared back button used in event/listing/offer/blog  */
.shared-back-button{
    display: none;
}

/* OnceThere Book Now Button */
.once-there-book-button {
    text-align: center;
}

.once-there-book-button p {
    margin-bottom: 5px;
}

.once-there-book-button a.book-button {
    max-width: 125px;
    padding: 5px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #b95915;
    display: inline-block;
    width: 100%;
}

.shared-list .item .once-there-book-button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 125px;
}

.shared-list .item .once-there-book-button a {
    color: #fff;
    padding: 5px 0px;
}

/** snippet is shared in offer detail, listing layout, listing detail **/
.yelp-snippet {
    font-size: 12px;
}

.yelp-snippet .yelp-logo img {
    height: 23px;
    position: relative;
    top: -3px;
}

.yelp-snippet .yelp-bottom {
    font-size: 12px;
}

.yelp-snippet .yelp-price {
    font-size: 12px;
    font-weight: bold;
}

.yelp-snippet .yelp-review-count {
    color: #666;
}

/*Interior NAV*/
/* breadcrumb nav */

.nav-list .interior-nav {
    margin: 0;
    list-style: none;
}

.nav-list .interior-nav li {
    display: inline-block;
}

.nav-list .interior-nav li a {
    font-family: 'Karla', serif;
    color: #353533;
    font-size: 15px;
    text-transform: uppercase;
}

.nav-list .interior-nav li span{
	margin: 0px 1px;
    font-size: 18px;
}

.nav-list .interior-nav li:last-child{
    font-weight: 700;

}
.nav-list .interior-nav li:last-child span{
    display: none;
}

.sv-share {
    --share-trigger-button-color: #333;
	--share-trigger-icon-color: #333;
	--share-trigger-bg-color: transparent;
	--share-trigger-bg-color-hover: transparent;    
    --share-popover-width: 250px;
}

.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    color: var(--share-trigger-button-color);
}

.sv-share .sv-share-popover {
    margin-bottom: 0.25rem;
}