/*
Theme Name: Land Portals
Author: Melody Morrissette
Author URI: http://melodymorrissette.com
Description: Customizing the twenty twenty three theme
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: land
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Template:twentytwentythree

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.wpgmp_map_container .wpgmp_pagination {
    padding: 20px 25px;
}

.wp-block-post-title {
    font-weight: 700;
}
header .header-wrapper {
    padding-left: 0;
}
.wp-site-blocks {
    padding-top: 0;
}
a:where(:not(.wp-element-button)) {
    font-family: var(--wp--preset--font-family--primary-font);
    text-decoration: none;
}
.wpgmp_direction_container p input.wpgmp_find_direction, .wpgmp_nearby_container .wpgmp_find_nearby_button, .wpgmp_pagination a:hover, .wpgmp_pagination span.current, .wpgmp_tabs_container .wpgmp_tabs li a.active, .wpgmp_toggle_main_container .amenity_type:hover, .wpgmp_toggle_main_container input[type=submit] {
    background-color: var(--wp--preset--color--primary);
}

.wpgmp_filter_wrappers {
    background-color: var(--wp--preset--color--tertiary);
}
div.wpgmp_categories div.wpgmp_no_locations {
    font-family: var(--wp--preset--font-family--primary-font);
}