#buddypress{
    position: relative;
}

.media{margin-top: 0 !important;}

#members-personal,
.friendship-button,
#activity-friends,
#activity-friends-personal-li,
#user-friends,
#friends-personal-li,
#whats-new-post-in-box{
    display: none;
}

body.page-id-1236{
    padding-top: 45px;
}

/*** Logged in widget login ***/
.page-template-login-page.logged-in .widget_bp_core_login_widget {
    text-align: center;
}

.page-template-login-page.logged-in .widget_bp_core_login_widget .avatar-50 {
    max-width: 150px;
    max-height: 150px;
    width: 150px !important;
    height: 150px !important;
}

.page-template-login-page.logged-in .widget_bp_core_login_widget .bp-login-widget-user-link{
    padding: 15px;
}

.page-template-login-page.logged-in .widget_bp_core_login_widget .bp-login-widget-user-link a{
    color: #fff;
    text-transform: uppercase;
}

.page-template-login-page.logged-in .widget_bp_core_login_widget .bp-login-widget-user-logout a{
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 7px 12px;
    height: 40px;
}

/*** Buddypress docs ***/
body.bp-docs{
    padding-top: 45px;
}

.bp-docs #buddypress{
    padding: 15px;
}

#bp-create-doc-button{
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 7px 12px;
    height: 40px;
}
#started-personal-li a,
#edited-personal-li a{
    display: inline-block;
    line-height: 40px;
    height: 40px;
}

.docs-info-header{display: none;}

.no-docs{
    font-size: 16px;
    text-align: center;
    padding: 80px;
}

/*** #item-header ***/
#item-header{
    height: 150px;
}

#item-header:before{
    display: table;
    content: " ";
    clear: both;
}

#item-header-avatar{
    float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 40px;
} 

#item-header-avatar img{
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#item-header-content .activity,
#item-meta{
    display: none;
}

#item-nav{
    position: absolute;
    left: 190px;
    top: 90px;
}

#item-nav ul{
    padding-left: 0;
}

#item-nav a:hover,
.item-list-tabs a:hover{
    color: #50938c;
    font-weight: 700;
}

#item-body{
    border-top: 1px solid #000;
}

#item-body:before{
    display: table;
    content: " ";
    clear: both;
}

/*** #subnav ***/

#subnav .feed{
    display: none;
}

/*** profile ***/
.profile:before,
.profile:after{
    display: table;
    content: " ";
    clear: both;
}

.profile .bp-widget{
    float: left;
    width: 100%;
}

.bp-widget.profile{
    float: left;
    width: 50%;
    padding: 30px;
}

.bp-widget.profile-details{
    float: right;
    width: 50%;
    padding: 30px;
}

@media (max-width: 767px) { /* Extra small devices Phones (<768px) */
    .bp-widget.profile{float: none;width: 100%;padding: 30px;}
    .bp-widget.profile-details{float: none;width: 100%;padding: 30px;}
}

/*** #activity ***/
#whats-new-form .activity-greeting{
    position: relative;
    padding-top: 80px;
    text-align: center;
    font-size: 28px;
    font-family: "oswald", sans-serif;
    padding-bottom: 18px;
}

#whats-new-form .activity-greeting:before{
    position: absolute;
    top: 0;
    left: 48%;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 60px;
    height: 60px;
    font-size: 60px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81e';
}

#whats-new-submit #aw-whats-new-submit {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 7px 12px !important;
}

#activity-filter-select{
    display: none;
}

#activity-stream .activity-item:before{
    display: table;
    content: " ";
    clear: both;
}

#activity-stream .activity-item .activity-avatar{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#activity-stream .activity-item .activity-avatar img{
    object-fit: cover;
    width: 50px;
    height: 50px;
}

#activity-stream .activity-item .activity-header{
    min-height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

#activity-stream .activity-item .activity-meta .acomment-reply span{
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    background-color: #50938c;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#activity-stream .activity-item .activity-comments form .ac-reply-cancel{
    background: #383838;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 7px 12px;
    height: 40px;
}

#activity-stream .activity-item .activity-comments form{
    display: none;
}

#activity-stream .activity-comments{}
#activity-stream .activity-comments > ul{border-top: 1px solid #ccc;}
#activity-stream .activity-comments ul{list-style: none;padding: 1px 0 0 0;margin-left: 11px;}
#activity-stream .activity-comments ul li{}
#activity-stream .activity-comments ul li:before,
#activity-stream .activity-comments ul li:after{display: table;content: " ";clear: both;}
#activity-stream .activity-comments li{position: relative;border-left: 10px solid #50938c;padding-left: 1px;margin-bottom: 1px;background: #eef4f4 none;}
#activity-stream .activity-comments li:before,
#activity-stream .activity-comments li:after{display: table;content: " ";clear: both;background: #eef4f4 none;}
#activity-stream .activity-comments .acomment-avatar{float: left;margin-right: 6px;}
#activity-stream .activity-comments .acomment-avatar .avatar{border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
#activity-stream .activity-comments li .activity-time-since{font-size: 12px;color: #666;}
#activity-stream .activity-comments .acomment-meta a{display: inline-block;font-weight: 400;color: #50938c;margin-right: 0;}
#activity-stream .activity-comments li .activity-time-since{font-size: 16px;}
#activity-stream .activity-comments .acomment-content{padding: 3px;font-size: 16px;}
#activity-stream .activity-comments .acomment-options{position: absolute;top: 10px;right: 10px;width: 180px;text-align: right;}
#activity-stream .activity-comments .acomment-options a{display: inline-block;width: 80px !important;height: 40px !important;margin-left: 1px;font-size: 16px;line-height: 40px;text-align: center;}

@media (max-width: 767px) { /* Extra small devices Phones (<768px) */
#activity-stream .activity-comments .acomment-options{position: relative !important;top: 0;right: 0;width: 100%;text-align: right;}
}

.ac-reply-avatar{display: none;}
.ac-reply-content{text-align: right;}
.activity-comments .ac-form{border-left: 10px solid #50938c;padding: 8px;background: #eef4f4 none;}

/*** #members ***/
.bps_header ul,
.bps_header ul li{
    padding-left: 0;
}

.bps_header h4{
    font-family: "oswald", sans-serif;
    text-transform: uppercase;
    color: #999;
}

#members-directory-form .item-list-tabs ul{
    padding-left: 10px;
}

#members-directory-form #subnav{
    display: none;
}

#members-list .odd .item-avatar img,
#members-list .even .item-avatar img{
    transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
}

#members-list .odd:hover .item-avatar img,
#members-list .even:hover .item-avatar img{
    box-shadow: 0 8px 8px #ccc;
    -moz-box-shadow: 0 8px 8px #ccc;
    -webkit-box-shadow: 0 8px 8px #ccc;
}

#members-list .item-title{
    padding: 12px 0 0;
}

#members-list .vcard .item-title{
    padding: 4px 0 0;
}

#members-list .item-meta{
    position: relative;
    font-size: 14px;
    line-height: 18px;
    height: 48px;
    padding: 0 0 12px;
    color: #999;
    font-style: italic;
}

#members-list .item{
    position: relative;
}

#members-list .item-title .update{
    display: none;
}

#members-list .action{
    position: relative;
    height: 40px;
}

#members-list .action a{
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 7px 12px;
    height: 40px;
}

/*** Profile ***/
#notices-personal-li{display: none;}
.bp-widget.profile h4{font-weight: bold;}
table.profile-fields{width: 100%;}
table.profile-fields td.label{font-weight: bold;width: 20%;vertical-align: top;}
table.profile-fields td.data{width: 80%;}

/*** RTMedia ***/
.mfp-container{
    /*max-width: none !important;
    height: 100vh !important;
    padding: 0 !important;*/
}
.mfp-container .rtmedia-container,
.mfp-container .rtmedia-container.rtmedia-single-container{
    /*padding: 0 !important;*/
}
/*#rtmedia-single-media-container .rtm-google-doc-container {
    width: 100%;
    height: 100vh !important;
}*/

.rtmedia-no-media-found{
    padding: 40px;
    text-align: center;
    font-size: 21px;
}

.rtmp_link_preview_container img{
    max-width: 100%;
    height: auto;
}

/*#rtm-gallery-title-container{
    display: none;
}*/

/*#rtm-media-options{
    display: none;
}*/

#rtm-gallery-title-container,
#rtm-media-gallery-uploader{
    padding: 15px 40px;
}

#rtm-gallery-title-container:before,
#rtm-gallery-title-container:after{
    display: table;
    content: " ";
    clear: both;
}

#rtm-gallery-title-container .rtm-gallery-title{
    float: left;
}

#rtm-media-options{
    float: right;
}

#rtm-media-sort-list{
    display: none;
}

#rtm_show_upload_ui{
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 7px 12px;
    height: 40px;
}

#rtm_show_upload_ui i{display: none;}

.rtmedia-container .rtmedia-list {
    margin: 0 !important;
}

.rtmedia-list:before,
.rtmedia-list:after{
    display: table;
    content: " ";
    clear: both;
}

.rtmedia-list-item{float: left;height: 240px;margin: 0 15px 15px 0;}
.rtmedia-item-title{display: none;}
.rtmedia-item-thumbnail{
    min-height: 240px;
}
.rtmedia-item-thumbnail img{
    max-height: 240px;
    box-shadow: 0 0 8px #ccc;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
}

/*.rtmedia-list-item{
    float: left;
    width: 25%;
    height: 240px;
    margin: 0 !important;
}

.rtmedia-item-thumbnail{
    width: 100%;
    height: 100%;
    min-height: 240px;
}

@media (max-width: 767px) {
    .rtmedia-list-item{width: 100%;}
}
@media (min-width: 768px) and (max-width: 991px) { 
    .rtmedia-list-item{width: 50%;}
}
@media (min-width: 992px) and (max-width: 1199px) { 
    .rtmedia-list-item{width: 33.333%;}
}
@media (min-width: 1200px) { 
    .rtmedia-list-item{width: 25%;}
}

.rtmedia-list-item .rtmedia-list-item-a,
.rtmedia-list-item > a {
    position: relative;
    border: 0;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 240px;
}

.rtmedia-item-thumbnail,
.rtmedia-activity-container .media-type-photo .rtmedia-item-thumbnail{
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: #000;
    margin: 0 !important;
    max-width: none !important;
    max-height: none !important;
}

.rtmedia-item-thumbnail img{
    object-fit: cover;
    min-height: 240px;
    min-width: 100%;
    width: auto;
    height: auto;
    opacity: 0.6;
}

.rtmedia-item-title,
.rtmedia-activity-container .rtmedia-item-title, 
.rtmedia-activity-container .rtmedia-item-title a{
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
}

.rtmedia-item-title h4{
    color: #fff !important;
    font-size: 14px !important;
}

.rtmedia-item-thumbnail:hover img{
    opacity: 1;
}*/

.rtm-load-more{
    background-color: #000 !important;
    color: #fff !important;
}

.rtm-pagination {
    color: #fff !important;
}

#rtmedia_comment_ul,
#rtmedia-no-comments,
#comment_content{
    color: #383838 !important;
}

#rtmedia_go_to_num {
    color: #383838;
}

.click-nav.rtm-media-options-list,
#download-media-form{
    padding: 8px !important;
}

.click-nav.rtm-media-options-list .clicker,
#download-media-form .rtmedia-download-media{
    padding: 7px 3px !important;
}

.rtmedia-container.rtmedia-single-container{
    padding: 30px;
}

.rtm-button-back,
.rtmedia-action-buttons{
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 7px 12px;
    height: 40px;
}

.rtmedia-list-item.media-type-music .rtmedia-item-thumbnail{
    position: relative;
}

.rtmedia-list-item.media-type-music .rtmedia-item-thumbnail audio,
.rtmedia-list-item.media-type-music .rtmedia-item-thumbnail .mejs-container {
    position: absolute;
    bottom: 0;
    left: 10px;
}

img.rtmedia-docs-activity-thumbnail, img.rtmedia-other-files-activity-thumbnail{height: auto !important;}

.rtmedia-container .rtmedia-list .rtmedia-list-item .rtmedia-item-thumbnail{text-align: center;}
.rtmedia-item-thumbnail img {}

.button.avatar-crop-submit{
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 7px 12px;
    height: 40px;
}

/*** Messages ***/
#members-order-select{
    display: none;
}

.attachments-wrapper .attachment .inner > img{max-width: 180px !important;height: auto;}

/*** Events ***/
.event-content{padding: 30px;border-bottom: 1px solid #ccc;}
.event-content .entry-header{padding-bottom: 21px;}
.event-content h2{margin-top: 0;}
.event-content .event-excerpt{margin: 18px 0;padding-left: 12px;border-left: 8px solid #ccc;font-size: 18px;}
.event-attendees{padding: 25px;}
.event-attendees .attendees-list{margin: 0;padding: 0;list-style: none;}
.event-attendees .attendees-list li{float: left;width: 170px;height: 190px;padding: 10px;text-align: center;}
#event-attend-submit,
.event-remove-picture{
    display: inline-block;
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 8px;
    padding: 7px 12px;
    height: 40px;
}
.fileUpload {
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 8px;
    padding: 7px 12px;
    height: 40px;
}
.fileUpload #event-img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.event-content .entry-content .attachment-large{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.event-content .entry-content{font-size: 18px;}

.event-thumbnail{width: 100px;height: 100px;overflow: hidden;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;margin-right: 25px;}
.event-thumbnail img{width: 100%;height: auto;min-height: 100px;}

/*** Notifications ***/
#notifications-bulk-management{padding: 40px;}
#notifications-bulk-management .notifications{width: 100%;}
#notifications-bulk-management .bulk-select-all,
#notifications-bulk-management .bulk-select-check{text-align: center;}
#notifications-bulk-management .notifications-options-nav{padding-top: 30px;}
#btn_msgat_upload{
    display: inline-block;
    background: #e84763;
    border: none;
    color: #fff;
    font-family: "oswald", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 8px;
    padding: 7px 12px;
    height: 40px;
}

.ac_results .ac_event,
.ac_results .ac_odd{color: #000 !important;}

.ac_results .ac_event img,
.ac_results .ac_odd img{border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;}

.ac_results .ac_over{background-color: #50938c !important;color: #fff !important;}

#message_content{min-height: 80px;}

/*** Settings ***/
table.notification-settings{width: 100%;}
.notification-settings .icon{width: 0;overflow: hidden;}
.notification-settings .yes,
.notification-settings .no{text-align: center;width: 36px;}