/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1733303923
Updated: 2024-12-04 09:18:43
*/

/* Globální styly */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

body a {
    color: #58B7DE;
    text-decoration: none;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.home #content {
    padding: 30px 0px;
}

#content {
    padding: 30px 20px;
}

button {
    background-color: #58B7DE;
    color: #fff;
}

h1.entry-title {
    font-size: 28px;
    padding: 20px 0 20px 0;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

button:hover {
    background-color: #57749D;
}

.site-header {
    background-color: #fff;
    padding: 1rem 2rem;
    color: #000;
}

.header-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo img {
    max-width: 150px;
    height: auto;
    width: 100%;
    margin-right: 50px;
}


/* Desktopové menu */

.site-header {
    position: relative;
    transition: all 0.3s ease;
    z-index: 1000;
}

.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 2rem;
}

.desktop-menu {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.desktop-menu .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
}

.desktop-menu .nav-menu li {
    margin: 0;
    display: inline-block;
}

.desktop-menu .nav-menu li a {
    text-decoration: none;
    color: #000;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
}

.desktop-menu .nav-menu li a:hover {
    background-color: #58B7DE;
    border-radius: 0px;
    color: #fff;
}

.nav-menu .current-menu-item a {
    color: #58B7DE;
    font-weight: bold;
    border-bottom: 3px solid #58B7DE;
}


/* Hamburger menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger-menu .bar {
    background-color: #58B7DE;
    height: 5px;
    width: 32px;
    border-radius: 2px;
}

/* Mobilní menu */
.mobile-navigation {
    display: none;
    flex-direction: column;
    gap: 1rem;
    background-color: #333;
    padding: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
}

.mobile-navigation.active {
    display: flex;
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding: 0.6rem 1rem;
    transition: background-color 0.3s ease;
    display: block;
}

.mobile-menu li a:hover {
    background-color: #555;
    border-radius: 5px;
}

/* Content */


/* Footer */

.site-footer:not(.dynamic-footer) {
    max-width: 100% !important;
    background-color: #333 !important;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.site-footer:not(.dynamic-footer) a:hover {
    color: #58B7DE;
    text-decoration: underline;
}

.footer-inner {
    max-width: 1200px !important;
    margin: 0 auto;
    text-align: left;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #ddd;
    text-decoration: none;
}

.footer-column a:hover {
    color: #58B7DE;
}

.footer-bottom {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
}

#copyright {
    max-width: 1200px !important;
    padding-top: 50px;
    margin: 0 auto;
    font-size: 14px;
    color: #aaa;
    text-align: left;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.fa-facebook-f:before,
.fa-instagram:before {
    margin-right: 10px;
}

.footer-social-icons a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social-icons a:hover {
    color: #58B7DE;
}


/* Woocommerce */
.wc-block-cart__submit-container a.wc-block-cart__submit-button {
    color: #fff !important;
}

.poptat-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;
}

.poptat-modal.active {
    display: flex;
}

.poptat-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.poptat-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 500px;

    background: #fff;
    padding: 30px;

    max-height: 90vh;
    overflow-y: auto;
}

.poptat-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid rgb(88, 183, 222);
}

/* WRAPPER PRO TLAČÍTKA */
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* aby quantity bylo na řádku zvlášť */
.single-product form.cart .quantity {
    width: 100%;
}

/* tlačítka vedle sebe */
.single-product form.cart .single_add_to_cart_button,
.single-product .poptat-btn {
    flex: 1;
    min-width: 150px;
    background-color: rgb(88, 183, 222);
}

/* Add to cart */
.single-product form.cart .single_add_to_cart_button {
    color: #fff;
    background-color: rgb(88, 183, 222);
}

/* Poptat */
.single-product .poptat-btn {
    background-color: #fff !important;
    color: rgb(88, 183, 222) !important;
    border: 1px solid rgb(88, 183, 222) !important;
}

/* Hover */
.single-product form.cart .single_add_to_cart_button:hover,
.single-product .poptat-btn:hover {
    background-color: #333 !important;
    color: #fff !important;
    border: 1px solid rgb(88, 183, 222);
}


/* Responzivita pro menší obrazovky */
@media (min-width: 1200px) {

    .site-header:not(.dynamic-header) {
        max-width: 100% !important;
        max-height: 150px;
        margin: 0;
        padding: 10px 0;
    }

    .site-footer:not(.dynamic-footer) {
        max-width: 100% !important;
        background-color: #333 !important;
        color: #fff;
        padding: 40px 20px;
        text-align: center;
    }

    .site-footer:not(.dynamic-footer) a:hover {
        color: #58B7DE;
        text-decoration: underline;
    }

    .footer-inner {
        max-width: 1200px !important;
        margin: 0 auto;
        text-align: left;
    }

}

@media (max-width: 768px) {

    .desktop-menu {
        display: none;
    }

    .hamburger-menu {
        display: flex;
        color: #000;
    }

    .mobile-navigation {
        display: none;
    }

    .hamburger-menu.active + .mobile-navigation {
        display: flex;
    }

    .site-footer .footer-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: column;
    }

    .footer-columns {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        text-align: center;
    }

    .poptat-modal {
        padding: 0;
    }

    .poptat-content {
        max-width: 100%;
        max-height: 95vh;
        padding: 20px;
    }

    .single-product form.cart {
        flex-direction: column;
    }

    .single-product form.cart .single_add_to_cart_button,
    .single-product .poptat-btn {
        width: 100%;
    }
}
