/**
 * Cherry Valley HTTrack mirror: reset CMS wrapper so html/body/main match
 * the static mirror (Open Sans, white page canvas, no starter gradients).
 */
html.cv-mirror-site,
body.cv-mirror-site {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    background-image: none !important;
    -webkit-font-smoothing: antialiased;
}

main.cv-mirror-main {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.cv-mirror-embed {
    font-family: "Open Sans", sans-serif;
}

/* Mirror theme CSS uses relative URLs from buildd75d.css; reinforce key backgrounds here. */
.cv-mirror-embed section#yoderbilt_greenhouse_use_links {
    background-image: url("../files/images/service_bg.jpg");
    background-size: cover;
    background-position: center;
}

.cv-mirror-embed section.gallery_area {
    display: block;
    min-height: 200px;
}

body.cv-mirror-site #yoderbilt_greenhouse_header .weather span,
body.cv-mirror-site .yoderbilt_greenhouse_topbar .weather span,
.cv-mirror-embed #yoderbilt_greenhouse_header .weather span,
.cv-mirror-embed .yoderbilt_greenhouse_topbar .weather span {
    color: #000;
    font-weight: 600;
}

/* Scroll-to-top: sit above reCAPTCHA badge (bottom-right), match mirror theme styles */
body.cv-mirror-site .scrolltop,
.cv-mirror-embed .scrolltop {
    width: auto;
    margin: 0;
    position: fixed;
    bottom: 88px;
    right: 10px;
    z-index: 9998;
    pointer-events: none;
}

body.cv-mirror-site .scrolltop.is-visible,
.cv-mirror-embed .scrolltop.is-visible {
    pointer-events: auto;
}

body.cv-mirror-site .scrolltop .scroll,
.cv-mirror-embed .scrolltop .scroll {
    position: absolute;
    right: 20px;
    bottom: 0;
}

body.cv-mirror-site .thetop,
.cv-mirror-embed .thetop {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    overflow: hidden;
}
