/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 07:48:52 */
/* KONTENER FORMULARZA */
#formnewsletter {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important; /* Ustaw pionowo */
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding-top: 60px !important;
    box-sizing: border-box !important;
margin-bottom: 0px !important;
}

/* FORMULARZ – USTAW KOLUMNOWO */
#formnewsletter form.wpcf7-form {
    display: flex !important;
    flex-direction: column !important; /* pionowo */
    align-items: flex-start !important;
    gap: 15px !important; 
margin-bottom: 0px !important;
}

/* INPUT EMAIL */
#formnewsletter form.wpcf7-form input.wpcf7-form-control[type="email"][name="your-email"] {
    background: transparent !important;
    border: 4px solid #fff !important;
    color: #fff !important;
    padding: 8px 16px !important;
    font-size: 1rem !important;
    width: 380px !important;
	margin-right: 15px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
margin-bottom: 0px !important;
}

#formnewsletter input[name="your-email"]::placeholder {
    color: rgba(255,255,255,0.85) !important;
}

#formnewsletter input[name="your-email"]:focus {
    border-color: #FF8000 !important;
    color: #FF8000 !important;
    outline: none !important;
}

/* PRZYCISK */
#formnewsletter button[type="submit"],
#formnewsletter input[type="submit"] {
   display: inline-block;
  text-align: center;
  background: transparent !important;
  border: 4px solid #ff8000 !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 10px 25px !important;
  border-radius: 0 !important;
	 font-size: 0.85rem !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  align-self: flex-start;
  text-decoration: none !important;
width: 150px;
}

#formnewsletter button[type="submit"]:hover,
#formnewsletter input[type="submit"]:hover {
    background: #FF8000 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

/* CHECKBOX + TEKST */
.newsletter-privacy {
    margin-top: 5px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #fff !important;
width: 100%;
    font-size: 14px !important;
}

.newsletter-privacy input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #FF8000 !important;
}

/* LINK - TEN SAM KOLOR CO BORDER BUTTONA */
.newsletter-privacy a {
    color: #FF8000 !important;
    text-decoration: underline !important;
}

/* MOBILE */
@media (max-width: 640px) {
    #formnewsletter {
        align-items: center !important;
    }
    #formnewsletter form.wpcf7-form {
        width: 100% !important;
        align-items: center !important;
    }
    #formnewsletter input[type="email"],
    #formnewsletter button[type="submit"] {
        width: 100% !important;
    }
    .newsletter-privacy {
        text-align: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
}

.wpcf7 form .wpcf7-response-output{
	border: none;
	color: red;
	font-weight: 600;
}
