<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   ==========================================================================
   GALLO FAMILY VINEYARDS + KABOOKABOO MARKETING
   ==========================================================================
   ========================================================================== */










/* ==========================================================================
   ==========================================================================
   HEADER
   ==========================================================================
   ========================================================================== */

.header-wrapper {
	width: 100%;
	min-width: 320px;
	height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
}

/* ==========================================================================
   Logo
   ========================================================================== */

.header-logo,
.header-logo img {
	width: 83px;
	height: auto;
	display: block;
}

.header-logo {
	margin-left: -41.5px;
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10;
}

/* ==========================================================================
   Menu (Main and Secondary)
   ========================================================================== */

.menu-wrapper {
	height: 90px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	background: #fff;
}

.main-menu-wrapper {
	left: 0;
}

@media (max-width:760px) {
	
	.main-menu-wrapper {
		width: 100%;
		height: 70px;
		top: 90px;
		box-shadow: inset 0 8px 7px -7px rgba(0,0,0,0.16);
	}
	
	.header-wrapper.menu-up .main-menu-wrapper {
		box-shadow: inset 0 8px 7px -7px rgba(0,0,0,0);
		transition: box-shadow .3s ease;
	}
}

.secondary-menu-wrapper {
	right: 0;
	background: #fff;
}

@media (max-width:760px) {
	
	.secondary-menu-wrapper {
		left: 0;
	}
}

.menu-list {
	margin: 0 !important;
}

.menu-item {
	width: 90px;
	height: 90px;
	vertical-align: top;
	display: inline-block;
}

@media (max-width:760px) {

	.main-menu-wrapper .menu-item {
		width: 50%;
		height: 70px;
	}
	
	.secondary-menu-wrapper .menu-item {
		position: absolute;
		top: 0;
	}
	
	.secondary-menu-wrapper .menu-item:first-child {
		left: 0;
	}
	
	.secondary-menu-wrapper .menu-item:last-child {
		right: 0;
	}
}

.menu-btn {
	padding-top: 66px;
	width: 100%;
	height: 100%;
	color: #272727 !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	display: block;
}

@media (max-width:760px) {

	.main-menu-wrapper .menu-btn {
		padding-top: 53px;
		font-size: 10px;
		line-height: 10px;
		border-bottom: 1px solid #EAE8E8;
	}
	
	.secondary-menu-wrapper .menu-btn span {
		display: none;
	}
}

.menu-btn.current {
	color: #fff !important;
	background: #272727;
}

@media (max-width:760px) {

	.menu-btn.current {
		border-bottom: 1px solid #272727;
	}
}

.menu-btn img {
	margin-left: -28px;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 7px;
	left: 50%;
	background-color: #C7B274;
	transition: background-color .3s ease;
}

@media (max-width:760px) {

	.main-menu-wrapper .menu-btn img {
		margin-left: -23px;
		width: 46px;
		height: 46px;
		top: 5px;
	}

	.secondary-menu-wrapper .menu-btn img {
		margin-left: -23px;
		width: 46px;
		height: 46px;
		top: 22px;
	}
}

.no-touch-device .menu-item:hover .menu-btn img,
.menu-btn.hover img{
	background-color: #272727;
}

.menu-btn.current img {
	background-color: #fff !important;
}

/* ==========================================================================
   Sub Menu
   ========================================================================== */

.sub-menu-list {
	margin: 0 !important;
	position: absolute;
	top: 90px;
	left: 0;
	display: none;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.12);
}

.sub-menu-item {
	width: 90px;
	height: 90px;
}

.sub-menu-btn {
	width: 100%;
	height: 100%;
	color: #272727 !important;
	font-size: 30px;
    line-height: 90px;
	text-align: center;
	display: block;
	background: #fff;
	transition: color .3s ease;
}

.sub-menu-item:first-child .sub-menu-btn {
	box-shadow: inset 0 8px 7px -7px rgba(0,0,0,0.16)
}

.no-touch-device .sub-menu-item:hover .sub-menu-facebook-btn {
	color: #3b5998 !important;
}

.no-touch-device .sub-menu-item:hover .sub-menu-twitter-btn {
	color: #55acee !important;
}

.no-touch-device .sub-menu-item:hover .sub-menu-instagram-btn {
	color: #d92e79 !important;
}









</pre></body></html>