#et-top-navigation {
    padding-left: 0px !important;
    float: left;
}

.three-columns .et_pb_toggle_content { 
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.three-columns .et_pb_toggle_content p {
    padding-bottom: 0;
    line-height: 35px;
}

#et-main-area, #main-content{
	min-height:80vh!important;
}

.et-social-instagram a.icon:before { content: '\e09a'; }

.age-button {
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: #3CACDF;
    cursor: pointer;
      margin: 0px 15px;
}

.age-button:hover {
  color: black;
  cursor: pointer;
}

.age-gate-subheading { margin: 20px 0px; }

@media (max-width: 767px) {
	.three-columns .et_pb_toggle_content { 
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
}