/*
 Theme Name:   Night Club Child
 Theme URI:    https://twojastrona.pl/
 Description:  Motyw potomny dla Night Club Lite
 Author:       Sebastian Winkiel
 Author URI:   https://twojastrona.pl/
 Template:     night-club-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  night-club-child
*/

@import url("../night-club-lite/style.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* -------------------------------
   Ogólne style
---------------------------------*/
body {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #000;
}

body .site-header {
    background-color: #000;
}

.container {
    background-color: #000;
}

h1, h2 {
    color: #ffffff;
}

p {
    color: #ffffff;
}

p a:hover {
    color: #00a2ee;
}

/* Listy w treści strony */
.entry-content ul li,
.page-content ul li,
.post-content ul li {
    color: #ffffff;
}

/* Linki w listach w treści strony */
.entry-content ul li a,
.page-content ul li a,
.post-content ul li a {
    color: #008ccd;

}

.entry-content ul li a:hover,
.page-content ul li a:hover,
.post-content ul li a:hover {
    color: #00a2ee; /* ten sam niebieski co w menu */
}


/* -------------------------------
   Nawigacja
---------------------------------*/
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation li {
    font-weight: 700;
}

.site-navigation a {
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    color: #ffffff;
}

.site-navigation a:hover,
.site-navigation a:focus {
    color: #00a2ee;
}

/* Hamburger button */
.menu-toggle {
    display: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #ffffff;
}

@media (min-width: 769px) {
    .site-navigation a:hover,
    .site-navigation a:focus {
        color: #007bff !important; /* niebieski */
    }
}

/* -------------------------------
   Stopka
---------------------------------*/
.copyrigh-wrapper {
    background-color: #a63223;
}

/* -------------------------------
   Formularze
---------------------------------*/

#custom_html-2 {
    display: none;
}

#mainnavigator a {
    text-align: left;
}

.wpcf7 input[type="radio"] + label {
    padding-left: 10px;
}

.wpcf7 input[type="number"] {
    padding: 2px 6px;
}

.wpcf7 input[type="submit"] {
color: #000000 !important;
background-color: #ffffff !important;
}

.wpcf7 input[type="submit"]:hover {
color: #000000 !important;
background-color: #ff9900 !important;
}

input[name=evcf7-verify-email] {
    background: #ff9900 !important;
    border: 0;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}


/* -------------------------------
   Desktop
---------------------------------*/
@media screen and (min-width: 1200px) {
    .site-navigation ul {
        display: flex !important;
        flex-direction: row;
    }

    .menu-toggle {
        display: none !important; /* button hamburgera ukryty na desktop */
    }
}

/* -------------------------------
   Mobile / Tablet
---------------------------------*/


@media screen and (max-width: 1199px) {

    .site-navigation ul {
        display: none; /* domyślnie ukryta lista */
        flex-direction: column;
        width: 100%;
        background-color: #000000;
        margin: 0;
        padding: 0;
    }

    .site-navigation.toggled ul {
        display: flex !important; /* pokazanie menu po kliknięciu */
    }

    .menu-toggle {
        display: block !important; /* zawsze widoczny button */
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 999;
        background-color: transparent !important;
        color: #ffffff !important;
        border: 1px solid #ffffff;
    }

    .menu-toggle:hover,
    .menu-toggle:focus {
        background-color: transparent !important;
        color: #ffffff !important;
    }

    .site-navigation li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .site-navigation a {
        padding: 12px 16px;
        color: #ffffff !important;
    }

.site-navigation a:hover,
.site-navigation a:focus {
    color: #007bff !important; /* niebieski bootstrapowy */
}
}