[themify_is_logged_in]
[css]
@media only screen and (max-width: 480px) {
.category_columns ul {
column-count: 1;
}
}
@media only screen and (min-width: 481px) {
.category_columns ul {
column-count: 2;
}
}
@media only screen and (min-width: 1024px) {
.category_columns ul {
column-count: 3;
}
}
span.wpuf-help {
color: green !important;
}
.image_google_map .google-map {
width: 100% !important;
height: 350px !important;
}
[/css]
[/themify_is_logged_in]