/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* Hide review section on park pages */
body.single-gd_park .geodir-comments,
body.single-gd_park #reviews,
body.single-gd_park .gd-reviews-wrap,
body.single-gd_park .geodir_review_form {
    display: none !important;
}

/* Fix ALL CAPS address on park pages */
body.single-gd_park .geodir_post_meta_address {
    text-transform: capitalize;
}

/* Fix ALL CAPS park titles */
article.gd_park h1.entry-title {
    text-transform: capitalize !important;
}