.elementor-157 .elementor-element.elementor-element-37684680{--display:flex;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-157 .elementor-element.elementor-element-37684680:not(.elementor-motion-effects-element-type-background), .elementor-157 .elementor-element.elementor-element-37684680 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://christiansingles.quicklocalwebsites.com/wp-content/uploads/2026/07/Church-Singles.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-157 .elementor-element.elementor-element-630a3f08{width:auto;max-width:auto;}.elementor-157 .elementor-element.elementor-element-630a3f08.elementor-element{--align-self:center;}.elementor-157 .elementor-element.elementor-element-6c21a3c{--display:flex;}.elementor-157 .elementor-element.elementor-element-6678c85{--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;}/* Start custom CSS for container, class: .elementor-element-6678c85 *//* ==========================================================================
   Custom Horizontal Search Bar (Ref: 1783741382736.jpg)
   ========================================================================== */

.custom-directory-search-bar {
    background-color: rgba(15, 20, 25, 0.85); /* Dark translucent background */
    padding: 25px 40px;
    border-radius: 8px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.custom-directory-search-bar form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
    justify-content: space-between;
}

.custom-directory-search-bar .search-field-group {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
}

.custom-directory-search-bar label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.custom-directory-search-bar select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    height: 45px; /* Standardize height */
}

/* Submit Button Layout */
.custom-directory-search-bar .submit-group {
    flex: 0 0 150px;
}

.custom-directory-search-bar .search-submit-btn {
    width: 100%;
    height: 45px; /* Matches dropdown height */
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.custom-directory-search-bar .search-submit-btn:hover {
    background-color: #1a1a1a;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .custom-directory-search-bar form {
        flex-direction: column;
        align-items: stretch;
    }
    .custom-directory-search-bar .submit-group {
        flex: 1 1 auto;
        margin-top: 10px;
    }
}/* End custom CSS */