/*
Theme Name: Olympus child Theme
Theme URI: https://olympus.crumina.net/
Author: Crumina Team
Author URI: https://crumina.net/
Description: BuddyPress WordPress child theme.
Version: 1
Template:olympus
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olympus
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/
.header-content-wrapper .cust-tooltip {
    color: #fff;
    font-size: 10px;
    background: #3F4257;
    display: flex;
    height: 70px;
    align-items: center;
    padding-right: 20px;
    text-transform: uppercase;
}
.header-content-wrapper .side-menu-open {
    width: auto;
}
.header-content-wrapper .side-menu-open .olymp-login-icon {
    width: 70px;
    text-align: center;
}
.crumina-sign-form-container .nav-link .icon-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #1E73BE;
    top: 0;
    font-size: 11px;
    overflow-wrap: initial;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.form-group.with-button {
    max-width: 240px;
}
.header-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-share-btn > span {
    display: block;
    color: #fff;
    min-width: 110px;
    font-size:12px;
    font-weight: 500;
}
.header-share-btn {
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.ssba-classic-2.ssba.ssbp-wrap > div {
    display: flex;
}
#site-header {
    background-color: #3f4257;
    position: fixed;
    z-index: 9999;
}
#header--standard {
    background-color: #ffffff;
    position: fixed;
    top: 70px !important;
    left: 0 !important;
    right: 0;
}
.admin-bar #header--standard  {
    top: 102px !important;
}
.olymp-page-with-builder #content, 
#stunning-header {
    margin: 70px 0 0 0;
}
.primary-menu-menu > li > a {
    padding: 25px 20px;
}
.youzer-sidebar .widget_yz_group_administrators_widget .yz-item-data .yz-item-meta,
.youzer-sidebar .widget_yz_verified_users_widget .yz-item-data .yz-item-meta {
    display: none;
}
.yz-bbp-share-wrap:hover {
    cursor: pointer;
}
.yz-bbp-share-wrap {
    position: relative;
    padding: 10px 0;
}
.yz-bbp-share-container {
    position: absolute;
    background: #3F4257;
    padding: 10px;
    width: 110px;
    text-align: center;
    border-radius: 10px;
    top: 30px;
    left: -20px;
    display: none;
}
.yz-bbp-share-wrap:hover .yz-bbp-share-container {
    display: block;
}
.admin-bar #header--standard {
    z-index: 999;
}
 
.primary-menu-menu > li.current-menu-ancestor a,
.primary-menu-menu > li.current-menu-item a,
.primary-menu-menu ul.sub-menu li.current-menu-item a {
    color: grey;
}
#stunning-header .stunning-header-content-wrap .breadcrumbs {
    display: none;
}
.comment-not-allowd {
    text-align: center;
    color: red;
}
@media all and (max-width:767px){
    .ssba-classic-2.ssba.ssbp-wrap > div > a {
        display: inline-block;
        margin: 0 5px;
    }
    .header-content-wrapper .cust-tooltip {
        display: none;
    }
    .olymp-page-with-builder #content, 
    #stunning-header {
        margin-top: 50px;
    }
    #header--standard {
        top: 50px !important;
    }
    .admin-bar #header--standard  {
        top: 96px !important;
    }
}




/*Comments*/
.custom_c_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #1E73BE;
    border-radius: 5px;
}
.custom_c_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #1E73BE;
    border-radius: 5px;
}
.cc_meta_title {
    width: 30%;
    display: block;
    background: #1E73BE;
    color: #fff;
    padding: 5px 10px;
    min-width: 130px;
    text-transform: capitalize;
}
.cc_meta_desc {
    display: block;
    width: 70%;
    padding: 5px 10px;
    color: #000;
}
.custom_c_meta p {
    margin: 0;
    color: #000;
}
.custom_c_meta.cc_desc .cc_meta_desc ul {
    display: none;
}

.table_comment_container {
    width: 100%;
    max-width: 95%;
    margin: 23px auto;
    table-layout: auto;
}
.table_comment_container thead td {
    background: #1E73BE;
    color: #fff;
    font-size: 16px;
}


.table_comment_container tbody td {
    color: #000;
    font-size: 16px;
}
.cc_meta_table_desc ul {
    display: none;
}
.cc_meta_table_desc p {
    margin: 0;
}
article.new-development, article.lessons, article.wishlist {
    display: none;
}

.single-new-development .more-comments, .single-lessons .more-comments, .single-wishlist .more-comments {
    display: none;
}