/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/
.page-id-61429 a{
	color: #000 !important; 
}
.page-id-61429 .btn-primary{
	color: #fff !important; 
}
.page-id-61429 .site-footer {
    background: #ffffff;
    filter: none !important;
}

@media (min-width: 280px) {
    .header-default .dropdown-menu.show {
        opacity: 1;
        top: 100% !important;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        visibility: visible;
    }
}
.age-gate-modal .modal-body {
    padding-top: 60% !important;
}
a.email,
.email {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  max-width: 50%; 
  height: 100vh;
  overflow: hidden; 
}
@media (max-width: 767px){
	.modal-dialog{
		  max-width: 100%; 
	}
}

.modal-content {
  height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.modal-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px){
	.age-gate-modal{
	background-position: right!important;
}
}
.btn-white, .btn-white:hover {
    border: 3px solid white;
}
@media (max-width:400px){
	.btn-modal-yes, .btn-modal-no{
		font-size: 14px;
	}
}

@media (max-width: 990px) {
    .page-header-mobile, .page-header-mobile h2 {
        color: white!important;
    }
}
