/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Gwarek Media Grzegorz Przetacznik
 Author URI:     https://gwarekmedia.pl/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/********  GLOBALNE  ********/

body {
    
}


/********  cookie  ********/


#cookie-notice {
    bottom: 20px !important;
    margin: 0 auto !important;
    right: 0 !important;
    background: none !important;
    font-size: 1em !important;
}

.cookie-notice-container {
    font-size: 90%;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    text-align: left;
    width: 35% !important;
    position: relative;
    box-shadow: 0 4px 32px rgb(0 0 0/22%);
    border-radius: 8px;
    padding: 2em 2em 1.5em 2em;
    right: 0;
    float: right;
    margin-right: 140px;
    margin-bottom: 35px;
}

.cookie-notice-container .cn-close-icon {
    margin: 0;
    right: 1em;
    top: 1em;
}

#cookie-notice .cookie-btn {
    background: #322C36;
    color: #fff !important;
    font-weight: 600;
    margin: 0.5em 1em 0.5em 0;
    padding: 1em 3em;
    border-radius: 6px;
    font-size: 1em;
}


.col-sm-6, .col-sm-12, .col-xs-12 {
    display: inline-block;

}

.col-sm-6 {
    width: 50%;
    float: left;
    padding: 0.5em;
}

.col-sm-12 {
    width: 100%;
    padding: 0.5em;
}

input[type=file]::file-selector-button {
    padding: 1em 2em;
    color: #322c36;
    border: 2px solid #322c36;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1em;

}



.formularz-kontaktowy .wpforms-field-description {
    font-size: 11px !important;
}

.formularz-kontaktowy div.wpforms-container-full input[type=text],
.formularz-kontaktowy div.wpforms-container-full input[type=email],
.formularz-kontaktowy div.wpforms-container-full select,
.formularz-kontaktowy div.wpforms-container-full textarea,
.formularz-kontaktowy .wpforms-container .wpforms-field-description.wpforms-disclaimer-description {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    
}

.formularz-kontaktowy div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #c1b084;
    border: none;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
}

.formularz-kontaktowy div.wpforms-container-full button[type=submit] {
    padding: 1em 2em;
    color: #322c36 !important;
    border: 2px solid #322c36;
    background-color: transparent !important;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1em;
    height: auto;
}



@media (max-width: 990px) {
    .col-xs-12 {
        width: 100%;
        padding: 0.5em;
    }
}


@media (max-width: 990px) {
    .cookie-notice-container {
        width: 90% !important;
        margin: 0 auto 3em auto;
        float: none;
    }
}
