/**
Theme Name: The Bluewater
Author: Forte Marketing
Author URI: https://fortemarketing.com.au/
Description: Custom theme for The Bluewater
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-bluewater
Template: astra
*/


.overflow-carousel .uabb-image-carousel {
    width: 100vw !important;
}

.single-post .entry-content h2 {
	font-size: 1.3rem !important;
	font-weight: normal !important;
	/* text-transform: none; */
	color: var(--ast-global-color-0);
}

video.inline-video {
    width: 100%;
    max-height: 100%;
}

.wine-heading {
    background-color: var(--ast-global-color-3);
    color: white;
    padding: 10px;
}