/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.work-gallery .eael-gallery-grid-item .gallery-item-caption-wrap{ padding: 0px; }
.work-gallery .eael-gallery-grid-item .gallery-item-caption-wrap .gallery-item-caption-over{ display: none; }
.mfp-content {
    display: inline-flex !important;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 0;
    height: 100%;
}
.mfp-content .mfp-figure {
    flex: 0 0 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.mfp-content .mfp-figure .mfp-img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    pointer-events: none;
}
.mfp-content .mfp-figure .mfp-close,
.mfp-content .mfp-figure figcaption .mfp-counter{ padding-right: 20px; }
.eael-custom-lightbox-info {
    flex: 0 0 30%;
    background: #000;
    color: #fff;
    padding: 30px 20px;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    order: 2;
}
.eael-custom-lightbox-info .eael-lightbox-text .eael-lightbox-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.eael-custom-lightbox-info .eael-lightbox-text .eael-lightbox-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}
.eael-custom-lightbox-info .eael-lightbox-text .eael-social-links{
    display: flex;
    gap: 12px;
}
.eael-custom-lightbox-info .eael-lightbox-text .eael-social-links .elementor-icon{
    background-color: transparent;
    width: auto;
    height: auto;
}

.mfp-figure:after {
    background: transparent !important;
    box-shadow: none !important;
}
.eael-custom-lightbox-info::-webkit-scrollbar {
    width: 6px;
}

.eael-custom-lightbox-info::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .mfp-content {
        flex-direction: column;
        height: auto;
    }
    .mfp-figure, .eael-custom-lightbox-info {
        flex: 0 0 100%;
        width: 100%;
    }
    .eael-custom-lightbox-info {
        padding: 20px;
        height: auto;
    }
}

