.com_locator_forms {
	background:red;
}

#logo{
	max-height:30px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main-header{
	opacity:0;
}

#main-header{
  animation: fadeIn 2s linear;
	opacity:1;
}

#single-wine-container .single-wine-details-container .wine-container .single-wine-area .wine-content-area .wine-features {
  padding-bottom: 20px;
}
#single-wine-container .single-wine-details-container .wine-container .single-wine-area .wine-content-area .wine-buy {
  padding-top: 20px;
}
@media (max-width: 980px) {
	#single-wine-container .single-wine-details-container .wine-container .single-wine-area .wine-content-area .wine-buy {
		text-align: center;
		margin: 0 auto;
	}
}

/* agegate */
.tfe-agegate {
	z-index: 999999;
}
.tfe-enter {
  cursor: pointer;
}
.tfe-enter.et_pb_button:active,
.tfe-enter.et_pb_button:focus, 
.tfe-enter.et_pb_button:hover {
	background: #000;
	padding: 20px 35px!important;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (min-width: 40em) {
	.tfe-agegate p {
		font-size: 1.25em;
		line-height: 1.25;
	}
}