/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.add.spacing {
    margin-top: 50px;
}

.elementor-65 .elementor-element.elementor-element-3cf051aa {
    padding-top: 100px !important;
}

.live-streams-container-all-post {
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

.live-stream-container {
    text-align: center;
    margin: 20px auto;
    width: 50%;

}

.live-stream-video {
    margin-bottom: 20px;
}

.live-chat {
    background-color: #f4f4f4;
    padding: 20px;
}

.live-stream-video iframe {
    width: 100%;
    height: 400px;
    /* You can adjust the height to fit your needs */
    max-width: 100%;
}

.live-streams-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.live-streams-container-all-post.live-stream {
    width: 300px;
    padding: 10px;

    text-align: center;
    color: #f15b43;
    margin-top: 20px;
}

.live-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.live-description {
    margin-top: 10px;
}


.live-stream {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    border: 3px solid #f15b43;
    border-radius: 10px;
}

/* building page  */



/* .building-description {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.building-description img {
    width: 100%; 
    height: auto;
    border-radius: 8px;
} */

/* Mobile: Stack images in 1 column */
@media (max-width: 768px) {
    .buildings-container {
        grid-template-columns: auto;
    }
}


.buildings-container {
    display: grid;
    grid-template-columns: auto auto ;
    gap: 10px;
    /* background-color: #2196F3; */
    padding: 10px;
}

.buildings-container .building-item {
    /* background-color: rgba(255, 255, 255, 0.8); */
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.buildings-container.building-description {
    width: 540px;
    height: 540px;
    /* object-fit: cover; */
    border-radius: 32px;

}

    .page .entry-title, 
.page-title {
    display: none;
}

.page-title, h1.entry-title {
    display: none !important;
}

