/* Czcionka */

@import url("https://fonts.googleapis.com/css?family=Anton|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

/*!!!INPUT OD DATY!!!*/

.age-gate-input, .age-gate-select {
    text-align: center;
    max-width: 85px;
    width: 100%;
    background-color: transparent;
    padding: 10px 10px;
    border: 1px solid #CEA052;
    font-size: 17px;
    /* letter-spacing: 6px; */
    color: #CEA052;
}

/* Seba */

.age-gate-label{
    display:none;
}

.age-gate-form-elements{
    padding-inline-start: 0px;
}

.age-gate-submit, .age-gate-input, .age-gate-select{
    font-family: "Anton";
}

.age-gate-submit:focus, .age-gate-input:focus, .age-gate-select:focus{
    outline: none;
}

.age-gate-error-message{
    font-family: "Anton";
    font-weight: normal;
}

.age-gate-form{
    background-color: transparent;
}
/* Seba */

.age-gate-submit {
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid;
    padding: 14px 12px;
    font-size: 15px;
    color: #CEA052;
}

/*KOMUNIKAT*/

.age-gate-form, .age-gate-form label, .age-gate-form h1, .age-gate-form h2, .age-gate-form p {
    color: #cea052;
    font-size: 18px;
    font-family: "Anton";
    margin-bottom: 30px !important;
}