/**
 * 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: 'proxima-nova', "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;
}

.contentRender_name_plugins_common_container_navigation_share{
    background-color: rgb(236, 233, 227);
    padding: 2px;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1200px;
    padding: 0 15px;
    margin: 19px auto;
}

.panel-navigation-share .navigation-container { display: none; }

.panel-intro {
    padding: 0 15px;
}
.panel-intro.intro-styles {
    background-color: #ece9e3;
    padding: 35px 0 10px;
    margin: -30px 0 0;
}

.panel-intro.intro-styles .content {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.panel-intro.intro-styles .content h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.panel-intro.intro-styles .content hr {
    border-color: #959595;
    margin-bottom: 25px;
}

@media (min-width: 40em) {
    .panel-intro.intro-styles {
        background-color: #ece9e3;
        padding: 60px 0 30px;
        margin: -30px 0 0;
    }
    
    .panel-intro.intro-styles .content {
        max-width: 900px;
        margin: 0 auto 60px;
        padding: 0 15px;
    }

    .panel-intro.intro-styles .content h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .panel-intro.intro-styles .content hr {
        margin-bottom: 30px;
    }
}

.panel-custom-content .content {
	padding: 35px 15px 3px;
}

.panel-custom-content.controlled-width .content {
	max-width: 900px;
	margin: 0 auto 0;
	padding: 60px 15px;
}

.panel-custom-content.grey {
	background-color: #ece9e3;
}

@media (min-width: 40em) {
    .panel-custom-content {
		padding: 0;
		margin: 0;
	}
    
    .panel-custom-content .content {
        margin: 0 auto 0;
        padding: 60px 15px;
    }

    .panel-custom-content.controlled-width .content {
		max-width: 900px;
		padding: 60px 15px;
    }
}

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

.panel-social .title-container {
    text-align: center;
    margin-bottom: 0px;
}
.panel-social .title-container h2 {
    color: #003399;
    font-size: 21px;
    font-family: bodoni-urw, serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}
.panel-social .title-container p {
    font-family: open-sans,sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: none;
}


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

.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: 640px) {
    .panel-social .title-container {
        margin-bottom: 45px;
    }
    .panel-social .title-container h2 {
        font-size: 36px;
    }
    .panel-social .title-container p {
        display: inline;
}
}
@media (min-width: 1025px) {
    .panel-navigation-share {
        justify-content: space-between;
    }
    
    .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 .sidebar-container,
    .panel-two-column .main-container,
    .panel-two-column .left-container,
    .panel-two-column .right-container {
        display: flex;
        justify-self: center;
        align-items: center;
    }

    .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: 5px;
	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;
}

.sv-button {
    min-height: 60px;
	padding: 16px 50px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05rem;
	text-transform: uppercase;
	text-align: center;
    transition: background .25s, color .25s, border-color .25s;
}

.sv-button:hover {
	transition: background .25s, color .25s, border-color .25s;
}

.white-bg .sv-button, .white-bg .sv-button:visited, .white-bg .sv-button:active {
	background-color: #039;
	color: #fff;
}

.white-bg .sv-button:hover {
	background-color: #00205f;
}

.light-grey-bg .sv-button {
	color: rgba(0,51,153,1);
	background-color: rgba(0,51,153,0);
	border: 2px solid #039;
}

.light-grey-bg .sv-button:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(0,51,153,1);
}

.medium-grey-bg .sv-button {
	background-color: rgba(0,0,0,.1);
	color: #fff;
	border: 2px solid rgba(255,255,255,1);
}

.medium-grey-bg .sv-button:hover {
	background-color: rgba(0,51,153,1);
	border: 2px solid rgba(0,51,153,1);
}

.dark-grey-bg .sv-button {
	background-color: rgba(0,0,0,.1);
	color: rgba(255,255,255,1);
	border: 2px solid rgba(255,255,255,1);
}

.dark-grey-bg .sv-button:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(0,51,153,1);
}
/* TEMPORARY. DELETE BELOW  */
/* TEMPORARY. DELETE BELOW  */
/* TEMPORARY. DELETE BELOW  */
.contentRender_name_plugins_common_header,
.contentRender_name_plugins_common_footer,
.contentRender_name_plugins_common_three_col_tablet_only
{ border: 4px dashed rgba(255, 0, 0, .5); }
.contentRender_name_plugins_collections_template_custom_service_nav,
.contentRender_name_plugins_collections_template_custom_specific_listings,
.contentRender_name_plugins_collections_template_custom_service_directory,
.contentRender_name_plugins_collections_template_custom_listing_capacities,
.contentRender_name_plugins_collections_template_custom_imagebox_wide,
.contentRender_name_plugins_collections_template_custom_imagebox,
.contentRender_name_plugins_collections_template_custom_slider,
.contentRender_name_plugins_collections_template_custom_highlights_grid,
.contentRender_name_plugins_collections_template_custom_featured_slider,
.contentRender_name_plugins_collections_template_custom_public_relations_list,
.contentRender_name_plugins_listings_listbyids
{ border: 2px solid red; position: relative; }
.contentRender_name_plugins_collections_template_custom_service_nav::after,
.contentRender_name_plugins_collections_template_custom_specific_listings::after,
.contentRender_name_plugins_collections_template_custom_service_directory::after,
.contentRender_name_plugins_collections_template_custom_listing_capacities::after,
.contentRender_name_plugins_collections_template_custom_imagebox_wide::after,
.contentRender_name_plugins_collections_template_custom_imagebox::after,
.contentRender_name_plugins_collections_template_custom_slider::after,
.contentRender_name_plugins_collections_template_custom_highlights_grid::after,
.contentRender_name_plugins_collections_template_custom_featured_slider::after,
.contentRender_name_plugins_collections_template_custom_public_relations_list::after,
.contentRender_name_plugins_listings_listbyids::after
{
    content: "DO NOT USE ON REDESIGN";
    position: absolute;
    z-index: 10 ;
    top: 0;
    right: 0;
    background: red;
    color: white;
    padding: 12px;
}
/* TEMPORARY. DELETE ABOVE */
/* TEMPORARY. DELETE ABOVE */
/* TEMPORARY. DELETE ABOVE */

.post-content-container .white-bg .sv-button {
	text-decoration: none;
	padding: 13px 40px;
}