/*
Theme Name: AllroundWeb Child
Theme URI: http://www.allroundweb.nl
Description: Designed by <a href="http://allroundweb.nl">Allround Web</a>.
Author: Rob Abrahams
Version: 1.0.0
Template: hello-elementor

*/

/* Verwissel plaats en postcode in Gravity Forms adresvelden */
.address_city{
	position: relative !important;
    right: -50% !important;
}

.ginput_address_zip{
	position: relative !important;
    right: 50% !important;
}

@media (max-width: 768px) {
	.address_city{
		position: static !important;
		inline-size: 100% !important;
	}

	.ginput_address_zip{
		position: static !important;
		inline-size: 100% !important;
	}
}