/* ==========================================================================
   ==========================================================================
   GALLO FAMILY VINEYARDS + KABOOKABOO MARKETING
   ==========================================================================
   ========================================================================== */










/* ==========================================================================
   ==========================================================================
   FOOTER
   ==========================================================================
   ========================================================================== */

.footer-content {
	padding: 50px 30px;
}

@media (max-width:760px) {
	
	.footer-content {
		padding: 30px 20px;
	}
}


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

.footer-logo {
	margin: 0 auto;
	width: 83px;
	height: auto;
	display: block;
}


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

.footer-menu-wrapper {
	padding: 25px 0 20px;
}

.footer-menu-list {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.footer-menu-item {
	margin: 0 6px;
	vertical-align: top;
	display: inline-block;
}

.footer-menu-btn {
	/* color: #C7B274 !important; */
	color: #2F2F2F !important;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none !important;
	display: block;
	transition: color .3s ease;
}

.no-touch-device .footer-menu-btn:hover {
	color: #2F2F2F !important;
}


/* ==========================================================================
   Copyright
   ========================================================================== */

.copyright-wrapper {
	text-align: center;
	font-size: 13px;
	line-height: 21px;
}

@media (max-width:760px) {
	
	.copyright-wrapper {
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width:540px) {
	
	.copyright-wrapper {
		font-size: 11px;
		line-height: 19px;
	}
}

.copyright-wrapper p {
	margin: 0;
}








