/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * VERSION: 3.1.1
 */

:root {
	--brand-custom-color1: #333333;
	--brand-custom-color2: #f5f5f5;
	--brand-custom-color-hover: #e4e4e4;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls {
	box-sizing: border-box;
}
#kits {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	column-gap: 1em;
}
#kits label.kit {
	width: 33%;
	margin-bottom: 20px;
	border: 4px solid #FFF;
	box-sizing: border-box;
	padding: 5px;
}
#kits label.kit p {
	margin: 0;
}
#kits label.kit input {
	display: none;
}
#kits label.kit img {
	width: 100%;
}
#kits label.kit:hover {
	background-color: var(--brand-custom-color2);
}
#kits label.kit:has(input:checked) {
	border: 4px solid var(--brand-custom-color1);
}
.cf7mls_next.action-button {
	background-color: var(--brand-custom-color1) !important;
}
.cf7mls_progress_bar li.active .cf7_mls_count_step {
	background-color: var(--brand-custom-color1) !important;
}

#pagoonline .wpcf7-response-output.wpcf7-validation-errors {
	float:left;
	border: 0;
}
#pagoonline .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical[data-id-form="14287"] li.active::before {
	background-color: #767676 !important;
}
#pagoonline form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	background-color: var(--brand-custom-color1) !important;
}
#pagoonline .cf7mls-btns p { display:none; }
#pagoonline .cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical[data-id-form="14287"] li.active::before {
	background-color: var(--brand-custom-color1) !important !important;
}
#pagoonline form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	background-color: var(--brand-custom-color1) !important;
}
#pagoonline .wpcf7-response-output.wpcf7-validation-errors {
	float:left;
	border: 0;
}
.cf7mls_next.action-button:hover,.cf7mls_submit.action-button:hover, a:hover {
	opacity: 1 !important;
	background-color: var(--brand-custom-color-hover) !important;}

.fieldset-cf7mls .cf7mls_submit {
	float: right;
}
.cf7mls-btns .cf7mls_submit.action-button {
  margin: 25px 0px 26px;
  padding: 13px 20px;
}
.cf7mls_submit.action-button {
  background-color: var(--brand-custom-color1) !important;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  margin: 25px 0px 26px;
  padding: 13px 5px;
  min-width: 100px;
  position: relative;
}
.cf7mls_submit.action-button img {
	width: 20px;
	position: relative;
	margin-left: 5px;
	vertical-align: middle;
}
form#pagoonline.submitting .cf7mls_submit.action-button img {
	display: inline-block !important;
}
.cf7mls_submit.action-button:focus {
	outline: none;
}
form#pagoonline.submitting .wpcf7-spinner {
	display: none;
	visibility: visible;
}

@media screen and (max-width: 921px) {
	.wp-block-uagb-container {
		flex-wrap: wrap !important;
	}
	.wp-block-uagb-container p {
		width: 100% !important;
		margin: 5px 0 !important;
	}
	#kits {
		flex-wrap: wrap !important;
	}
	#kits label.kit {
		width: 100% !important;
	}
}
