/* 
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 */
.photogallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

@media all and (max-width: 992px) {
    .photogallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media all and (max-width: 798px) {
    .photogallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media all and (max-width: 500px) {
    .photogallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none;
}

.photogallery img {
    width: 100% !important;
    height: auto;
    border-radius: 5px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

.sl-download a {
    background-color: black;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

body.page-template-page-slideshow {
    background-color: #000;
    overflow: hidden !important;
    height: 100vh !important;
    background-image: url("img/background-slideshow.jpg");
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    margin: 0;
}

.swiper-container {
    height: 95vh;
}

body.page-template-page-slideshow .elementor-location-footer {
    display: none;
}

.swiper-slide img {
    aspect-ratio: 16 / 9;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    object-position: center center;
}

.swiper-slide {
    padding: 10px;
    z-index: 10;
}

.fullscreen-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: var(--e-global-color-accent);
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: none;
    /* Hidden by default */
    z-index: 1000;
    display: block;
}

button,
a.button,
input[type=submit] {
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
}

a.button {
    color: white;
    padding: 10px 25px;
    border-radius: 40px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

#uploadForm {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.upload-buttons {
    display: flex;
    justify-content: space-between;
}

.elementor-price-table__feature-inner svg {
    position: relative;
    top: 9px;
}

.delete-photo {
    position: absolute;
    z-index: 20;
    right: 5px;
    top: 5px;
    height: 42px;
    width: 42px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.photo-item {
    position: relative;
}

#menu-logged-in-menu,
#menu-logged-out-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    justify-content: end;
    align-items: center;
}

#menu-logged-in-menu .menu-item a,
#menu-logged-out-menu .menu-item a {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-primary);
    transition: all ease-in-out 0.5s;
}

#menu-logged-in-menu .menu-item a:hover,
#menu-logged-out-menu .menu-item a:hover {
    color: var(--e-global-color-accent);
}


.nav-toggler,
.nav-close {
    display: none;
}


.sl-next,
.sl-prev {
    height: 30px !important;
    width: 30px !important;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 20px !important;
}


.slideshowqr {
    width: 200px;
    background: white;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    z-index: 99999999;
}

.success-notice {
    background: #C2D1A4;
    padding: 10px;
    border-radius: 5px;
}


.rounded-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
}

.rounded-box h3 {
    margin-top: 0;
    color: #333;
}

.rounded-box label strong {
    display: block;
    margin-bottom: 8px;
  }

.galleryheader h1{
    font-size: clamp(1.75rem, 0.9167rem + 2.6667vw, 3.25rem);
    margin-bottom: 0px;
}

.galleryheader h2{
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
}

div.checkbox strong{
    margin-bottom: 0;
}

@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}



@media all and (max-width: 650px) {

    .logged-in-navigation,
    .logged-out-navigation {
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: white;
        z-index: 1000;
        left: 0;
        padding: 50px;
        top: -100vh;
        transition: all ease-in-out 0.5s;
    }

    .show .logged-in-navigation,
    .show .logged-out-navigation {
        top: 0;
    }

    ul#menu-logged-out-menu,
    ul#menu-logged-in-menu {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }

    .nav-close {
        position: fixed;
        right: 20px;
        top: -100vh;
        transition: all ease-in-out 0.5s;
        z-index: 3000;
    }

    .show .nav-close {
        top: 20px;
    }

    nav.user-navigation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav-toggler,
    .nav-close {
        display: block;
    }

    #menu-logged-in-menu,
    #menu-logged-out-menu {
        flex-direction: column;
    }

    .upload-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: white;
        box-shadow: 0px 0px 30px lightgray;
        width: 100vw;
        z-index: 200;
    }
}