.elementor-339 .elementor-element.elementor-element-b096e1b{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-339 .elementor-element.elementor-element-b096e1b:not(.elementor-motion-effects-element-type-background), .elementor-339 .elementor-element.elementor-element-b096e1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lovednvr.com/wp-content/uploads/2026/02/688c4a08d1e409a52d659ba0_Denver-2.png");}.elementor-339 .elementor-element.elementor-element-b096e1b::before, .elementor-339 .elementor-element.elementor-element-b096e1b > .elementor-background-video-container::before, .elementor-339 .elementor-element.elementor-element-b096e1b > .e-con-inner > .elementor-background-video-container::before, .elementor-339 .elementor-element.elementor-element-b096e1b > .elementor-background-slideshow::before, .elementor-339 .elementor-element.elementor-element-b096e1b > .e-con-inner > .elementor-background-slideshow::before, .elementor-339 .elementor-element.elementor-element-b096e1b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-339 .elementor-element.elementor-element-bd0d588 .elementor-heading-title{font-family:var( --e-global-typography-6059218-font-family ), Sans-serif;font-size:var( --e-global-typography-6059218-font-size );font-weight:var( --e-global-typography-6059218-font-weight );color:var( --e-global-color-accent );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-339 .elementor-element.elementor-element-bd0d588 .elementor-heading-title{font-size:var( --e-global-typography-6059218-font-size );}}@media(max-width:767px){.elementor-339 .elementor-element.elementor-element-bd0d588{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-339 .elementor-element.elementor-element-bd0d588 .elementor-heading-title{font-size:var( --e-global-typography-6059218-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-4002e27 *//* =========================
   PLAN VISIT WRAPPER
========================= */

.eid-plan-visit {
    max-width: 700px !important;
    margin: 40px auto !important;
    padding: 20px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
}

/* =========================
   CHURCH SUMMARY CARD
========================= */

.eid-church-summary {
    background: rgba(255,255,255,0.12) !important;
    border-radius: 10px !important;
    padding: 18px !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    transition: 0.3s !important;
}

.eid-church-summary:hover {
    background: rgba(255,255,255,0.18) !important;
}

/* IMAGE */

.eid-church-imgs {
    width: 100% !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.eid-church-img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block !important;
}

/* CHURCH NAME */

.eid-church-summary h2 {
    font-family: 'Anton', sans-serif !important;
    font-size: 2.2rem !important;
    color: #FC4C01 !important;
    margin: 10px 0 !important;
    line-height: 1.1 !important;
}

/* DESCRIPTION */

.eid-church-desc {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
}

/* LINK */

.eid-church-summary a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.eid-church-summary a:hover {
    color: #FC4C01 !important;
}

/* ADDRESS */

.eid-church-address {
    margin-top: 8px !important;
    color: #FC4C01 !important;
    font-weight: 600 !important;
}

/* =========================
   PRIVACY NOTE
========================= */

.eid-privacy-note {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin: 18px 0 !important;
    padding: 14px !important;
    background: rgba(255,255,255,0.10) !important;
    border-left: 4px solid #FC4C01 !important;
    border-radius: 8px !important;
}

/* =========================
   FORM STYLING
========================= */

.eid-visit-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.eid-visit-form p {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

/* LABELS */

.eid-visit-form label {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* REQUIRED STAR */

.required {
    color: #FC4C01 !important;
}

/* INPUTS */

.eid-visit-form input {
    padding: 12px 14px !important;
    border-radius: 8px !important;
    border: none !important;
    outline: none !important;
    font-size: 1rem !important;
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

.eid-visit-form input::placeholder {
    color: rgba(255,255,255,0.6) !important;
}

/* FOCUS */

.eid-visit-form input:focus {
    outline: 2px solid #FC4C01 !important;
    background: rgba(255,255,255,0.18) !important;
}

/* =========================
   BUTTON (reuses your brand button style)
========================= */

.eid-form-actions {
    margin-top: 10px !important;
}

.eid-submit-btn {
    width: 100% !important;
    padding: 14px 22px !important;
    border: none !important;
    border-radius: 8px !important;
    background: #FC4C01 !important;
    color: #fff !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.eid-submit-btn:hover {
    background: #d93f00 !important;
}

/* =========================
   SUCCESS MESSAGE
========================= */

.eid-message.eid-success {
    margin-top: 15px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    background: rgba(252, 76, 1, 0.15) !important;
    border: 1px solid #FC4C01 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.eid-visit-form input[type="text"], .eid-visit-form input[type="email"], .eid-visit-form input[type="tel"]{
   max-width:100% !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {

    .eid-plan-visit {
        padding: 15px !important;
    }

    .eid-church-img {
        height: 200px !important;
    }
}/* End custom CSS */