/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 20:26:12 */
.form-white-version .wpcf7-acceptance .wpcf7-list-item-label span {
	color: #fff !Important;
}

.form-white-version .wpcf7-acceptance .wpcf7-list-item-label span a {
	color: #fff !important;
}

.form-white-version .besquare-contact-form .besquare-submit {
	background: var( --e-global-color-64c460f ) !Important;	
}

.form-white-version .besquare-contact-form .besquare-submit:hover {
	background: #fff !Important;	
	color: var( --e-global-color-64c460f ) !Important;		
}

.form-white-version .wpcf7-not-valid-tip {
/* 	margin-top: 5px;
  margin-bottom: -5px; */
	margin-top: 8px;
  margin-bottom: -4px;
	font-size: .85em;
	color: #fff !important;
/* 	padding: 10px !important; */
	padding: 4px 10px !important;
	background: #ee3232 !Important;
	width: 100% !Important;
	border-radius: 2px !Important;
}

.besquare-contact-form .form-row p span {
	width: 50%;
}

.besquare-contact-form .form-row p br {
	display: none;
}

/* --- Styl formularza kontaktowego beSquare --- */
.besquare-contact-form {
/*   max-width: 700px; */
  margin: 0 auto;
  font-family: "Brockmann", Sans-serif;
}

.besquare-contact-form h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0e0e0e;
}

.besquare-contact-form p {
  color: #333;
  font-size: 16px;
/*   margin-bottom: 25px; */
	gap: 10px;
	display: flex;
}

.besquare-contact-form .form-row {
  display: flex;
/*   margin-bottom: 15px; */
}

.besquare-contact-form .form-row p, .besquare-contact-form .wpcf7-form-control-wrap[data-name="wiadomosc"] {
	width: 100%;
}

.besquare-contact-form input[type="text"],
.besquare-contact-form input[type="email"],
.besquare-contact-form input[type="tel"],
.besquare-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #eee;
  background-color: #fff;
  font-size: 15px;
  color: #333 !Important;
  transition: border-color 0.2s ease;
 border-radius: 0px 25px 0px 0px;
}

.besquare-contact-form p input[type="text"]::placeholder, 
.besquare-contact-form p input[type="email"]::placeholder, 
.besquare-contact-form p input[type="tel"]::placeholder, 
.besquare-contact-form p textarea::placeholder {
	opacity: .75 !Important;
}

.besquare-contact-form textarea {
  height: 130px;
  resize: vertical;
}

.besquare-contact-form input:focus,
.besquare-contact-form textarea:focus {
  border-color: #d2d2d2;
  outline: none;
}

/* Checkbox RODO */
.besquare-contact-form .wpcf7-acceptance {
	display: block;
	padding: 0;
	border: none !important;
	background-color: transparent !Important;	
}
.besquare-contact-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.besquare-contact-form .wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
}

.besquare-contact-form .wpcf7-acceptance .wpcf7-list-item label input {
	min-width: 20px;
	max-width: 20px;
	height: 20px;
	margin-right: 15px;
}

.form-white-version .wpcf7-acceptance .wpcf7-list-item-label span {
	display: block;
	line-height: 1.3em;
	display: block;
  font-weight: 400;
}

.besquare-contact-form .rodo-field {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
 margin-top: 20px;
  color: #555;
  line-height: 1.2;
}

.besquare-contact-form .rodo-field input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.2);
	border: 2px solid #eee;
}

.besquare-contact-form .rodo-field a {
  color: #8c6dfd;
  text-decoration: underline;
}

.besquare-contact-form .rodo-field a:hover {
  text-decoration: none;
}

/* Przycisk */
.besquare-contact-form .wpcf7-spinner {
background-color: var( --e-global-color-64c460f );
	margin: 0 auto !important;
}

.besquare-contact-form > p:last-of-type {
	display: flex;
  flex-wrap: wrap;
}

.besquare-contact-form .wpcf7-response-output {
	margin-top: -5px;
  margin-left: 15px;
  margin-right: 15px;
}

.besquare-contact-form .besquare-submit {
  width: 100%;
  border: none;
/*   border-radius: 12px; */
  background-color: #1b1b32;
  color: #fff;
/*   font-size: 16px; */
/*   font-weight: 600; */
  text-transform: unset !important;
	font-weight: 400 !important;
  font-size: 15px !important;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.besquare-contact-form p .besquare-submit {
	  padding: 20px 30px !important;
	border-radius: 25px 0px 0px 0px !important;
	width: 50% !Important;
	font-size: 15px !Important;
}

.besquare-contact-form p .besquare-submit:hover {
  background-color: var( --e-global-color-64c460f ) !important;
}

/* Responsywność */
@media (max-width: 767px) {
  .besquare-contact-form .form-row p {
    flex-direction: column !important;
    gap: 10px;
  }
	
	.besquare-contact-form .form-row p span {
	width: 100% !important;
}
	.besquare-contact-form p .besquare-submit {
		width: 100% !important;
	}
	
	.besquare-contact-form input[type="text"], .besquare-contact-form input[type="email"], .besquare-contact-form input[type="tel"], .besquare-contact-form textarea {
		padding: 10px 14px !important;
	}
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
  margin-bottom: -5px;
	font-size: .85em;
}

.wpcf7-response-output {
	font-size: .95em;
	width: 100% !Important;
/*   margin: 5px 15px 0 !important; */
	margin: 0 !important;
	padding: 10px !important;
/*   background: #ff000026; */
background: #f69b26;
  border: none !important;
	color: #fff;
/*   border: 2px solid #e38585 !important; */
}
