/*!
Theme Name: Vineyard
Author: WP Creative
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vineyard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Vineyard is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.imageZoom.active .hero__image {
	height: 100% !important;
}

.imageZoom .hero__image {
	clip-path: inset(20% 41% 60%);
	transform: scale(1);
}

.notification-banner .container {
	opacity: 0;
}

.heading-text-block .lg-title[data-aos="fade-left"] {

	/* opacity: 1; */
	transform: translateZ(0);
}

.acf-map {
	width: 100%;
	height: 450px;
	border: #ccc solid 1px;

	/* margin: 20px 0; */
}

.acf-map img {
	max-width: inherit !important;
}

/* @media (max-width: 1024px) {
  .imageZoom .hero__image {
    clip-path: inset(0) !important;
    transform: scale(1) !important;
    margin-top: 50px !important;
  }
} */

/* HEADING SCROLL */
.heading-text-block .lg-title h2 {
	padding-right: 40px;
}

@media (max-width: 768px) {

	.imageZoom .hero__inner {
		min-height: 50vh;
	}

	.imageZoom.active .hero__image {
		min-height: 50vh;
	}

	.heading-text-block .lg-title h2 {
		margin-bottom: 25px;
	}
}

/* HOVER MENU */
.images-menu {
	position: fixed;
	right: 0;
	width: calc(100% - 500px);
	top: 0;
}

.images-menu img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	pointer-events: none;
	display: none;
}

/* MENU STICKY */
html body.menu-hovered .navbar.btm-nav.scroll-to-fixed-fixed {
	z-index: 9999 !important;
	background: transparent !important;
	box-shadow: none !important;
	transition: none !important;
	width: calc(100% - 50px) !important;
	left: 50px !important;
}

html .menu-hovered .navbar.scroll-to-fixed-fixed .navbar-brand svg * {
	fill: #fff !important;
}

html body.menu-hovered .navbar.scroll-to-fixed-fixed .nav-item .nav-link {
	color: #fff;
}

html body.menu-hovered  ul#menu-left-menu-1 {
	opacity: 0;
	pointer-events: none;
	transition: none !important;
}

/* body.home.menu-hovered  ul#menu-left-menu-1 {
  opacity: 0;
  pointer-events: none;
}
body.home.menu-hovered .navbar.btm-nav.scroll-to-fixed-fixed{
   pointer-events: none;
} */
.canvas-menu #menu-main-menu [data-counter] {
	opacity: 0;
	display: none;
}


.navbar.navbar-fixed-whatson {
	background: #fff !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
