/*
 Theme Name:   Solari Child
 Theme URI:    https://solari.themewant.com/
 Description:  Solari Child
 Author:       ReacThemes
 Author URI:   https://themeforest.net/user/reacthemes/portfolio
 Template:     solari
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 
 ul, ol, ol ol, ol ul, ul ol, ul ul {
    margin: 0 0 1.5em 2em;
}
 #team-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}

#team-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 950px;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 30px;
    border-radius: 10px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.team-popup-inner ul{margin:0 0 1.5em 1.5em;}

.team-popup-inner .react-heading .title-inner .sub-text{margin:0;}

.rs-team-grid .team-content .share-icon{display:none !important;}
.rs-team-grid .team-item .image-wrap img {
    aspect-ratio: 5/6;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    .mobile-menus {
        display: inherit !important;
        margin-top: 50px !important;
    }
}