/* ------------------------------------------------------------------
   Val Verde Memorial Gardens — custom styles
   ------------------------------------------------------------------ */

/* Alert banner link — sits inside the blackbkg section */
.vv-alert-banner-link {
    color: #ffffff;
    text-decoration: none;
}

.page_breadcrumbs .vv-alert-banner-link:hover,
.page_breadcrumbs .vv-alert-banner-link:focus {
    color: #ffffff;
    text-decoration: underline;
}

.page_breadcrumbs.blackbkg {
    transition: background-color 0.2s ease;
}

.page_breadcrumbs.blackbkg:hover {
    background-color: #5c5e62;
}

/* Mobile body/paragraph readability */
@media (max-width: 767px) {
    body,
    p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* Spacing under an inline icon followed by a <br> + text */
.icon-push {display: inline-block; margin-bottom: 42px;}
.warning-text {
	font-family: -apple-system, "Arial", sans-serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -0.5pt;
}

/* Contact-page map: matches content width on desktop, edge-to-edge on mobile */
.vv-map-container {
    margin-top: 30px;
}

.vv-map-iframe {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 20px;
}

.vv-map-cta {
    margin-top: 20px;
    margin-bottom: 0;
}

.vv-map-btn {
    display: inline-block;
    background-color: #2c5cc5;
    color: #ffffff;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color .2s ease;
}

.vv-map-btn:hover,
.vv-map-btn:focus {
    background-color: #234aa3;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .vv-map-container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .vv-map-iframe { border-radius: 0; }
}

/* Content links */
.ls a { color: #2f7ad5; }
.ls a:hover { color: #3a57e8; text-decoration: underline; }

/* Spacing helper for stacked content blocks (replaces <br><br>) */
.section-spacer { margin-top: 2.5rem; }
.section-spacer h3 { margin-top: 2rem; }
.section-spacer h3:first-child { margin-top: 0; }

/* Keep the full header (logo bar + nav) pinned to the top while scrolling */
.other-page-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Remove the sf-menu separator bar before the language toggle */
.sf-menu > li.vv-lang-li::before {
    display: none;
}

/* Language toggle — inside sf-menu list but visually isolated */
.other-page-header .sf-menu > li.vv-lang-li > a.vv-lang-toggle i {
    color: #ffffff;
}

.other-page-header .sf-menu > li.vv-lang-li > a.vv-lang-toggle {
    display: inline-block;
    background-color: #111111;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.4;
}

.other-page-header .sf-menu > li.vv-lang-li > a.vv-lang-toggle:hover,
.other-page-header .sf-menu > li.vv-lang-li > a.vv-lang-toggle:focus,
.other-page-header .sf-menu > li.vv-lang-li > a.vv-lang-toggle:visited {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

/* Space between page content and footer */
.page_footer {
    margin-top: 50px;
    background-image: url('img/bkg_footer.jpg');
    background-repeat: repeat;
    background-size: auto;
}

.page_copyright {
    background-image: url('img/bkg_footer2.jpg');
    background-repeat: repeat;
    background-size: auto;
}

/* Footer widget titles: override the global text-align:center on .widget-title */
.page_footer .widget-title {
    text-align: left;
}

/* Quick Links: split into 2 columns */
.footer-quick-links {
    column-count: 2;
    column-gap: 16px;
}

.footer-quick-links li {
    margin-bottom: 12px;
}

/* Our Grounds gallery grid — links disabled on mobile */
@media (max-width: 991px) {
    .grounds-item a {
        pointer-events: none;
        cursor: default;
    }
}

/* Our Grounds gallery grid */
#grounds-gallery .grounds-item {
    margin-bottom: 30px;
}

#grounds-gallery .grounds-item a {
    display: block;
    overflow: hidden;
}

#grounds-gallery .grounds-item img {
    width: 100%;
    border-radius: 5px;
    transition: transform .3s ease;
}

#grounds-gallery .grounds-item a:hover img {
    transform: scale(1.04);
}
.subst {font-family: "Raleway", sans-serif; font-size: 28px; font-weight: 500; letter-spacing: -0.5pt; text-transform: none; margin-bottom: 0;}

/* Nudge list2 bullet icon up to align with text baseline */
ul.list2 li:before { top: 4px; }

/* prettyPhoto lightbox */
.pp_details .currentTextHolder { display: none !important; }  /* counter (1/6) */
.pp_description { display: none !important; }                  /* caption text */
.pp_nav { display: none !important; }                          /* nav arrows */
.pp_top, .pp_bottom { display: none !important; }

/* Rounded corners on container and image */
div.pp_pic_holder { border-radius: 12px !important; overflow: hidden !important; }
#pp_full_res img { border-radius: 10px !important; }

/* Collapse the white bar — keep .pp_details in DOM for the close button */
.pp_content_container .pp_details {
    height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
}

/* Close button — "Close" label, upper-right corner of the image */
a.pp_close,
div.facebook .pp_close {
    position: absolute !important;
    top: 12px !important;
    right: 30px !important;
    width: auto !important;
    height: auto !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 6px !important;
    text-indent: 0 !important;
    padding: 5px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    z-index: 9999 !important;
}
a.pp_close::after { content: none !important; }

/* Notices & Restrictions blog-entry layout */
.vv-entry {
    padding: 2rem 0 2rem;
}

.vv-entry + .vv-entry {
    border-top: 1px solid #e0ddd7;
}

.vv-entry-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.vv-entry-category {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 0;
}

.vv-entry-category--notice {
    background-color: #e8e8e8;
    color: #222222;
}

.vv-entry-category--restriction {
    background-color: #fde8e8;
    color: #c0392b;
}

.vv-entry-date {
	font-size: 14px;
	color: #5e5e5e;
	letter-spacing: 0.2pt;
}

.vv-entry h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .vv-entry h2 {
        font-size: 32px;
        letter-spacing: -1.3pt;
    }
}