/*
 Theme Name:   Invena Child
 Theme URI:    https://reactheme.com/products/wordpress/invena
 Description:  Invena Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     invena
 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
 */

/* Hide the + button */
.team-social .share-btn {
    display: none !important;
}

/* Show LinkedIn icon without hover */
.team-social {
    position: relative; /* Ensure ul positions relative to this container */
}

.team-social ul {
    position: absolute !important;
    bottom: 0 !important;   /* stick to bottom */
    right: 0 !important;    /* stick to right */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

.team-social ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.team-social ul li a.social-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* .team-style-one .designation {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.team-style-one .team-image-area .team-social {
    position: absolute;
    bottom: 9px !important;
    right: 20px !important;
}
img[src*="Why-a-Kafe.png"] {
    padding-top: 15px;
}
img[src*="Mission.png"]{
	padding-left: 15px;
}
.elementor-13401 .elementor-element .elementor-heading-title {
    font-size: 35px !important;
}