/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Select2 — Specialization autocomplete (prev-interv branding) */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #741099 !important;
}
.select2-container--default .select2-selection--single {
    border-color: #ddd !important;
    height: 38px !important;
    padding-top: 4px !important;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #741099 !important;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

/* UM Account Page — Edit profile button on profile view */
.um-custom-edit-profile-button {
    text-align: center !important;
    margin: 15px auto 25px !important;
}
.um-custom-edit-profile-button .um-button {
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: #741099 !important;
    color: #fff !important;
    border-radius: 3px !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
}
.um-custom-edit-profile-button .um-button:hover {
    background-color: #8a12b8 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;
}

/* UM Account Page — View profile button */
.um-name a.um-button {
    display: inline-block;
    padding: 8px 15px;
    margin-top: 10px;
    background-color: #741099 !important;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s ease;
}
.um-name a.um-button:hover {
    background-color: #8a12b8 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* UM Account Page — Profile link button in account panel */
.um-account-profile-link a.um-link {
    display: inline-block !important;
    padding: 8px 15px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    background-color: #741099 !important;
    color: #fff !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
}
.um-account-profile-link a.um-link:hover {
    background-color: #8a12b8 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* UM — Checkbox field layout */
.um-half { width: 48%; }
.um-field-half { width: 100%; float: left; }

/* UM Account Page — Hide default Update Account button */
#um_account_submit_general {
    display: none !important;
}