/**
 * Theme Name: Paul Cuffe
 * Theme URI: https://slocumthemes.com/wordpress-themes/baton-pro/
 * Description: A "one-click" child theme created for Baton Pro - A fast, clean, and beautiful website building experience. Baton is a multipurpose theme with an intuitive drag-and-drop homepage layout builder for a wide range of website designs. Create your layouts using our live edit front-end widgets to perfectly match your design and content together. Baton is compatible with popular plugins like Jetpack, Yoast SEO, Gravity Forms, WooCommerce, and more.
 * Author: Slocum Studio
 * Author URI: https://slocumthemes.com/
 * Version: 1.0
 * License: GPL2+
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Template: baton-pro
 */

/**
 * Widgets
 */
.widget.full-width,
.widget.full-width .in,
.widget.full-width-slider img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}


/**
 * Basic Google Maps Placemarks
 */
.paul-cuffe-map #bgmp_map-canvas {
	width: 100% !important;
}

.paul-cuffe-map #bgmp_map-canvas > p {
	text-align: center;
}

.bgmp_placemark h3 {
	text-transform: none;
}

.bgmp_placemark p {
	margin: 0.5rem 0 0;
	font-size: 0.875em !important;
}


/**
 * Responsive Structure
 */

@media only screen and (max-width: 768px) {
	/**
	 * Header
	 */
	.primary-nav-mobile-container {
		display: none;
	}
}