/*
 Theme Name:   Rioux Baker (WpResidence child theme)
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Remove map that's sitting on top of single post, and possibly elsewhere... not sure where in theme settings it might be, but check template*/

#gmap_wrapper {
		display: none;
}

/*Remove padding from nav bar so it doesn't roll down on lower resolutions*/

#access {
    padding: 0px 15px; /*(was 45)*/
}
