#find_my_parish_search {
    padding: 0 .5rem;
}

#list_my_parish {
    list-style: none;
    padding: 0 2rem 0 .5rem;
}

.select_my_parish_form_wrap, .find_my_parish_form_wrap {
    margin: 1rem auto;
}

.select_my_parish_form_wrap, #select_my_parish_no_results {
    display: none;
}

#find_my_parish_form {
    position: relative;
    width: 300px;
}

#find_my_parish_form:after {
    content: "⚲";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #000000;
    height: 24px;
    width: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#find_my_parish_search {
    width: 100%;
}

#select_my_parish_form .select2-container {
    vertical-align: top;
}

#select_my_parish_form .select2-container .select2-selection--single {
    border-radius: 0;
    height: 2.5rem;
    width: 25rem;
}

#select_my_parish_form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
    font-size: 1rem;
}

#select_my_parish_form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 2.5rem;
}

#select_my_parish_form button {
    height: 2.5rem;
    vertical-align: top;
    margin: 0;
}

.responsibility_search_option {
    background: #efefef;
    z-index: 2000000000;
    position: relative;
}

.responsibility_search_option .select2-results .select2-results__options .select2-results__option {
    background-color: #f9f9f9;
}

.responsibility_search_option .select2-results .select2-results__options .select2-results__option:hover {
    color: #f26c4f;
    background-color: #e9e9e9;
}

.responsibility_search_option .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #f26c4f;
    background-color: #e9e9e9;
}

.select2-container--open {
    z-index: 2000000000;
}

.church_details_address_wrapper {
    margin: 0 0 6rem 0;
}

.church_details_address_wrapper p {
    margin: 2rem 0 0;
}

.church_details_address_wrapper .address_container {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.church_details_address_wrapper .church_details_church_address {
    margin: 0 4rem 0 0;
}

.church_details_address_wrapper .church_details_church_address h6, .church_details_address_wrapper .church_details_shipping_address h6 {
    text-transform: uppercase;
}

.church_details_address_wrapper .church_details_church_address ul, .church_details_address_wrapper .church_details_shipping_address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.church_details_contacts_wrapper h6 {
    text-transform: uppercase;
}

.church_details_contacts_wrapper .contacts_container_wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.church_details_contacts_wrapper .contacts_container_wrapper .contact_container {
    margin: 0 6rem 0 0;
}

.church_details_contacts_wrapper .contacts_container_wrapper .contact_container dl {
    margin: 2rem 0 0 0;
    padding: 0;
}

.church_details_contacts_wrapper .contacts_container_wrapper .contact_container dl dt {
    margin: 0;
    padding: 0;
}

.church_details_contacts_wrapper .contacts_container_wrapper .contact_container dl dd {
    margin: 0;
    padding: 0;
}

.church_details_contacts_wrapper .contacts_container_wrapper .contact_container .primary_contact {
    color: #f26c4f;
}

#add_edit_user_form div {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#add_edit_user_form div label {
    margin: 2rem 4rem 0 0;
    /* flex: auto; */
}

#add_edit_user_form div label select {
    display: block;
}

#add_edit_user_form .add_edit_contact {
    margin: 2rem 0 0 0;
}

.church_details_add_edit_user_wrapper {
    margin: 3rem 0 0 0;
    display: none;
}

.church_details_add_edit_user_wrapper h5 {
    font-weight: 900;
}

.woocommerce input[type="submit"].church_details_edit_delete_contact_button {
    border: none;
    color: #7abecc;
    text-transform: uppercase;
    padding: 0;
}

.church_details_edit_delete_contact_wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#church_details_add_new_contact {
    margin: 3rem 0 0 0;
}