/*
Theme Name: Lexoffice Coaches (Avada Child)
Description: Child theme for Avada theme
Author: /gebrüderheitz
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*
 * Endorser list / UM members
 */
.um-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.um-member {
    flex: 0 0 24%;
    margin: 1px
}

@media only screen and (min-width: 768px) {
    .um-member {
        flex: 0 0 12%;
    }
}

.fmwp-archive-forums-wrapper .fmwp-forums-wrapper-heading .fmwp-forum-head-line > span {
    width: 65px !important;
}

.fmwp-forum-content .fmwp-topics-wrapper-heading .fmwp-topic-head-line > span {
    width: 65px !important;
}

.gh-homepage-button a.um-button::before {
    /** fa-globe */
    content: "\f0ac";

    /** copied from .um-message-button */
    font-family: FontAwesome;
    margin-right: 8px;
    width: 14px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 0;
}

.um .gh-homepage-button a.um-button {
    padding: 10px 15px !important;
}

.gh-homepage-button {
    float: right;
    margin: 0 0.25em;
}

.um .um-message-btn.um-button {
    padding: 10px 15px !important;
}

.um-messaging-btn {
    float: right;
    margin: 0;
}

.um-messaging-bar {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #eee;
}

.um .um-button:before {
    color: #ffffff;
}
a.um-message-btn:before {
    font-family: FontAwesome, sans-serif;
    margin-right: 8px;
    width: 14px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 0;
    content: '\f003';
}

/** Coaches */
.um-coaches_container {
    display: grid;
    gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
}

.um-coaches_right {
    text-align: center;
}

.um-coaches_username {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 20px;
}

.um-coaches_social {
    margin-bottom: 20px;
}

.um-coaches_social a {
    text-align: center;
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 999px;
    color: #fff !important;
    opacity: 0.85;
    margin: 0 1px;
    transition: 0.25s;
    display: inline-block;
}

.um-coaches_picture {
    width: 300px;
    margin: 0 auto 10px auto;
}

.um-coaches_picture img {
    width: 300px;
    height: auto;
}

.um-coaches_message-btn {
    width: auto !important;
    display: inline-block !important;
}

.um-coaches_message-btn:before {
    font-family: FontAwesome, sans-serif;
    margin-right: 8px;
    width: 14px;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 0;
    content: '\f003';
}

.um-coaches_contact {
    margin-bottom: 20px;
}

.um-coaches_cta .um-profile-photo,
.um-coaches_cta .um-main-meta {
    display: none;
}

.um-coaches_cta .um-header .um-profile-meta {
    padding-right: 0;
    padding-left: 0 !important;
}

.um-coaches_cta .um-profile-edit {
    top: 5px;
}

.um-coaches_cta .um-header {
    min-height: auto;
    border-bottom: 0 none;
    padding: 0;
}

.um-coaches_cta .um-profile-meta .um-friends-coverbtn {
    position: relative;
    top: 0 !important;
    right: auto;
}

.um-coaches_cta .gh-homepage-button {
    display: none;
}

.um-coaches_cta .um-messaging-btn {
    float: none;
    display: inline-block;
}

.um-coaches_cta .um-messaging-btn .um-message-btn {
    padding: 15px 50px 15px 50px !important;
    font-size: 15px;
    border: none !important;
    display: block;
    width: 100%;
    line-height: 1em !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: normal !important;
    overflow: hidden;
    position: relative;
    transition: 0.25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    opacity: 1;
    color: #666666;
    background: #fff;
}

.um-coaches_cta .um-messaging-btn .um-message-btn:before {
    color: #666;
}

.um-coaches_cta .um-messaging-btn .um-message-btn:hover {
    color: #333;
    background: #fff;
}

.um-field-calendly {
    margin-top: 15px;
    margin-bottom: 15px;
}

.um-field-calendly a[href] {
    font-size: 15px;
    border: none !important;
    width: 100%;
    line-height: 1em !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    overflow: hidden;
    position: relative;
    transition: 0.25s;
    box-sizing: border-box;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    opacity: 1;
    padding: 10px 15px !important;
    background: #ff4554;
    color: #ffffff;
    font-weight: 600 !important;
    display: inline;
}

.um-field-calendly .um-field-value {
    text-align: center;
}

.um-user-data {
    text-align: center;
}

.um-messaging-bar {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #eee;
}

.um-in-thirds {
    display: flex;
    justify-content: space-between;
}

.um-in-thirds .um-col-121 {
    width: 65%;
    padding-right: 30px;
}

.um-in-thirds .um-col-122 {
    width: auto;
    text-align: center;
}

.um-in-thirds .um-col-122 div.um-photo a {
    border: 0 none;
    box-shadow: none;
}

.um-in-thirds .um-col-122 img {
    margin: 0 auto !important;
}

.um-field-logo .um-photo img {
    max-width: 250px;
}

div[id^=um_field_8_taetigkeiten_] {
    padding-left: 30px !important;
    position: relative;
}

[id^=um_field_8_taetigkeiten_]::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 20px;
    line-height: 1em;
    color: #ff4554;
}

.fmwp-topic-col-people,
.fmwp-topic-col-replies,
.fmwp-topic-col-views,
.fmwp-topic-col-updated {
    width: 80px !important;
}

button#um-coach-map-search-button {
    background: #ff4554;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 15px 50px 15px 50px !important;
    font-family: Roboto, Arial, sans-serif;
}

a.um-button.um-map-button {
    background: #ff4554;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 10px 50px 10px 50px !important;
    font-family: Roboto, Arial, sans-serif;
}


.um-map-button:hover {
    background: #e14a50 !important;
    color: #ffffff;
}

#um-coach-map {
    position: relative;
}

#um-coach-map-search {
    position: absolute;
    z-index: 999999;
    top: 40px;
    right: 60px;
    width: 400px;
    font-size: 17px;
    background-color: #f1f1f1;
    padding: 20px;
}

#um-coach-map-search h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

#um-coach-map-search input,
#um-coach-map-search select {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
}

#um-coach-map-search select {
    width: 100px;
}

#um-coach-map-search input[type=checkbox] {
    width: auto;
    margin-right: 10px;
    margin-top: 0;
}

.um-coach-map-form-row {
    display: flex;
}

.um-coach-map-form-row input,
.um-coach-map-form-row-checkboxes input {
    margin-bottom: 0 !important;
}

.um-coach-map-form-row-checkboxes {
    margin-bottom: 20px;
}

.um-coach-map-form-row input {
    margin-right: 20px;
}

#um-coach-map .um-user-data {
    text-align: left;
}

#um-coach-map .um-user-data-contact {
    margin: 20px 0;
    display: block;
}

#um-coach-map .um-user-data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#um-coach-map-search .um-coach-map-form-row-checkboxes {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

#um-coach-map-search .um-coach-map-form-row-checkboxes input[type=checkbox] {
    width: auto;
    margin-right: 3px;
    margin-top: 0;
    top: -3px;
    position: relative;
}

.um-user-data-badge {
    margin: 0 auto;
}

.reset-search {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    .um-in-thirds {
        flex-direction: column;
    }

    .um-in-thirds .um-col-121 {
        width: 100%;
        padding-right: 0;
    }

    .um-in-thirds .um-col-122 {
        width: 100%;
        text-align: left;
    }

    div.um-photo,
    .um-user-data,
    .um-field-calendly .um-field-value{
        text-align: left !important;
    }

    .um-in-thirds .um-col-122 img {
        margin: 0 !important;
    }

    #um-coach-map-search {
        position: relative;
        left: 0;
        right: auto;
        top: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .um-messaging-btn {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .gh-homepage-button {
        width: 100%;
        margin: 0;
    }
}


