/* Enter Your Custom CSS Here */

.wpcf7-list-item-label, .wpcf7-form-control.wpcf7-acceptance {
	font-size: 12px;
	line-height: 18px !important;
	display: inline !important;
	font-weight: 100 !important;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-top:20px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	max-height: 25px;
}

.wpcf7-response-output {
	border-color: #70104f !important;
	font-size: 12px;
	line-height: 16px;
}

main, .wp-block-group {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.wp-block-columns {
	/*background-image: url(/wp-content/uploads/2025/07/warsztaty-bg-bottom-2025.07.webp);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}

.wp-block-template-part, .wp-block-post-title {
	display: none;
}

.wpcf7-form-control-wrap, input[type=text], input[type=email], input[type=tel] {
	width: 100%;
	max-width: 100%;
	font-size: 24px;
	line-height: 45px;
	border: none;
}

.wpcf7.js label {
	font-weight: bold;
}

input[type=submit] {
	background-color: #70104f;
	color: #ffffff;
	border: none;
	font-size: 21px;
	line-height:30px;
	margin-top: 45px;
	padding: 15px;
	border-radius: 0px 0px 36px 36px;
}

td {
	border: none !important;
	vertical-align: top;
}

table {
	border-bottom: solid 54px #70104f;
}
@media only screen and (min-width: 700px) {
	.wp-block-columns {
	padding-bottom: 340px;
	}
}

@media only screen and (max-width: 560px) {
	td.leftcell {
	font-size: 16px;
	}
	td.rightcell {
	font-size: 12px;
	}
}

@media only screen and (max-width: 699px) {
	.wp-block-columns {
	/*padding-bottom: calc(1vw / 2);*/
	padding-bottom: 45%;
	}
}

@media only screen and (min-width: 764px) {
	.wpcf7.js {
		width: 666px;
		margin-left: auto;
		margin-right: auto;
	}
	input[type=submit] {
		width: 430px;
		margin-left: 118px !important;
		margin-right: 118px !important;
	}
}

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

	input[type=submit] {
		width: 90%;
		margin-left: 5% !important;
		margin-right: 5% !important;
		background-color: #70104f;
	}
}