.elementor-166 .elementor-element.elementor-element-7223905{--display:flex;--min-height:100vh;--justify-content:center;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-166 .elementor-element.elementor-element-7223905:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-7223905 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A2342;background-image:url("https://lovednvr.com/wp-content/uploads/2026/02/688c4a08d1e409a52d659ba0_Denver-2.png");background-position:center center;background-size:cover;}.elementor-166 .elementor-element.elementor-element-9828481{text-align:center;}.elementor-166 .elementor-element.elementor-element-9828481 .elementor-heading-title{font-family:"Anton", Sans-serif;font-size:124px;font-weight:400;text-transform:uppercase;color:#FFFFFF;}.elementor-166 .elementor-element.elementor-element-52e764f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-166 .elementor-element.elementor-element-60a656f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-166 .elementor-element.elementor-element-60a656f5:not(.elementor-motion-effects-element-type-background), .elementor-166 .elementor-element.elementor-element-60a656f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-166 .elementor-element.elementor-element-38d9b3b4{text-align:start;}.elementor-166 .elementor-element.elementor-element-38d9b3b4 .elementor-heading-title{font-family:var( --e-global-typography-e50476a-font-family ), Sans-serif;font-size:var( --e-global-typography-e50476a-font-size );font-weight:var( --e-global-typography-e50476a-font-weight );color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-166 .elementor-element.elementor-element-60a656f5{--content-width:1300px;}}@media(max-width:1024px){.elementor-166 .elementor-element.elementor-element-9828481 .elementor-heading-title{font-size:98px;}.elementor-166 .elementor-element.elementor-element-60a656f5{--padding-top:4em;--padding-bottom:4em;--padding-left:2em;--padding-right:2em;}.elementor-166 .elementor-element.elementor-element-38d9b3b4 .elementor-heading-title{font-size:var( --e-global-typography-e50476a-font-size );}}@media(max-width:767px){.elementor-166 .elementor-element.elementor-element-9828481{text-align:center;}.elementor-166 .elementor-element.elementor-element-9828481 .elementor-heading-title{font-size:48px;}.elementor-166 .elementor-element.elementor-element-60a656f5{--padding-top:2em;--padding-bottom:2em;--padding-left:1em;--padding-right:1em;}.elementor-166 .elementor-element.elementor-element-38d9b3b4 .elementor-heading-title{font-size:var( --e-global-typography-e50476a-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-52e764f *//* Container */

.eid-zip-form{
max-width:100% !important;
}
.eid-church-finder {

  
    border-radius: 12px !important;
    max-width: 600px !important;
    margin: 0 auto !important; /* center container horizontally */
    font-family: Arial, sans-serif !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    text-align: center !important; /* center text inside container */
}

/* Intro text */
.eid-intro {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
    color: white !important;
    font-weight: 500 !important;
}

/* Form */
.eid-zip-form {
    display: flex !important;
    justify-content: center !important;  /* center input + button */
    align-items: center !important;      /* vertical align */
    gap: 10px !important;                 /* space between input & button */
    flex-wrap: wrap !important;           /* wrap on small screens */
}

/* Input field */
#eid-zip-input {
    width: 200px !important;              /* fixed width */
    padding: 12px 15px !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 1rem !important;
}

/* Submit button */
.eid-submit-btn {
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    color: #FC4C01 !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s, color 0.3s !important;
}

.eid-submit-btn:hover {
    background-color: #FC4C01 !important;
    color: #fff !important;
}

/* Error message */
.eid-message.eid-error {
    color: #ffdddd !important;
    margin-top: 10px !important;
    font-weight: bold !important;
}

/* Loading text */
.eid-loading {
    margin-top: 10px !important;
    font-style: italic !important;
}

/* Results section */
.eid-results-wrap {
    margin-top: 30px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 20px !important;
    border-radius: 10px !important;
    text-align: center !important;
}

.eid-results-header {
    font-size: 1.3rem !important;
    margin-bottom: 15px !important;
}

/* Church list items */
.eid-church-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important; /* center each church card */
    text-align: left !important;     /* keep text readable */
}

.eid-church-list .church-item {
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 12px !important;
    border-radius: 8px !important;
    width: 100% !important;
    max-width: 500px !important; /* limit max width */
    transition: background-color 0.3s !important;
}

.eid-church-list .church-item:hover {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

/* Responsive for small screens */
@media (max-width: 480px) {
    .eid-zip-form {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: center !important;
    }
    
    #eid-zip-input,
    .eid-submit-btn {
        width: 100% !important;
        max-width: 300px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6d5334e *//* MAIN LAYOUT */
#eid-church-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* SIDEBAR */
#eid-church-sidebar {
    width: 280px;
    position: sticky;
    top: 20px;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    height: fit-content;
    box-sizing: border-box;
}

/* FIX FLEX COLLAPSE ISSUE */
#eid-church-results {
    flex: 1;
    min-width: 0;
}

/* SECTION TITLES */
#eid-church-sidebar strong {
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    color: #0A2342;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

/* SEARCH INPUT */
#eid-search {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #eee;
    border-radius: 8px;
    margin-bottom: 16px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

#eid-search:focus {
    outline: none;
    border-color: #FC4C01;
    box-shadow: 0 0 0 2px rgba(252, 76, 1, 0.15);
}

/* FILTER GROUPS */
#eid-filters,
#eid-location-filters {
    margin-bottom: 20px;
}

/* FILTER LABELS */
#eid-filters label,
#eid-location-filters label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    color: #0A2342;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.2s ease;
}

/* HOVER STATE */
#eid-filters label:hover,
#eid-location-filters label:hover {
    color: #FC4C01;
}

/* CUSTOM CHECKBOX */
#eid-filters input[type="checkbox"],
#eid-location-filters input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

/* CHECKED STATE */
#eid-filters input[type="checkbox"]:checked,
#eid-location-filters input[type="checkbox"]:checked {
    background-color: #FC4C01;
    border-color: #FC4C01;
}

/* CHECK ICON */
#eid-filters input[type="checkbox"]:checked::after,
#eid-location-filters input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* CARD ITEM */
.eid-church-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px;
    border-bottom: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

/* IMAGE COLUMN */
.eid-col-img {
    width: 120px;
}

.eid-col-img a {
    display: block;
}

.eid-church-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px !important;
    display: block;
}

/* INFO */
.eid-col-info {
    flex: 1;
}

.eid-church-name {
    font-family: 'Anton', sans-serif;
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 6px;
    color: #0A2342;
    text-decoration: none;
}

.eid-church-name:hover {
    color: #FC4C01;
}

.eid-church-ministry {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    color: #0A2342;
}

/* ACTION COLUMN */
.eid-col-action {
    text-align: right;
    min-width: 200px;
}

.eid-church-location {
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0A2342;
}

/* CTA BUTTON */
.eid-cta {
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 10px 14px;
    background: #ff4d00;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.eid-cta:hover {
    background-color: #0A2342;
    color: #fff;
}

/* MOBILE */
@media (max-width: 900px) {

    #eid-church-layout {
        flex-direction: column;
    }

    #eid-church-sidebar {
        width: 100%;
        position: relative;
    }

    .eid-church-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .eid-col-action {
        text-align: left;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS */a{
    
    text-decoration:none !important;
}/* End custom CSS */