/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



@import url(https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);

.page-id-60068{
	ul.wpuf-form li .wpuf-section-wrap{
		border: unset !important;
	}

	ul.wpuf-form.form-label-above {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	li.wpuf-el.section_break{
		order: 1;
	}

	.wpuf-multistep-progressbar.wizard-steps{
		width: 100%;
		order: 2;
	}
	.wpuf-label{
		width : 
	}
	fieldset.wpuf-multistep-fieldset.field-active{
		order: 3;
	}
	.wpuf-section-details{
		font-size: 15px;
		color: #444;
	}
	li.passed-wpuf-ms-bar.completed-step{
		background-color: #00a0d2;
	}
}