/* ----------------------------------------- */
/* View slug: map-search-01 - start */
/* ----------------------------------------- */
/*NZ Css from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_four_columns_responsive */
/* Create four equal columns that floats next to each other */
.column {
float: left;
width: 25%;
padding: 10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}
.nz-marker-pop {
padding: 25px;
}
/* ----------------------------------------- */
/* View slug: map-search-01 - end */
/* ----------------------------------------- */