/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/
.navbar-nav ul.dropdown-menu .dropdown ul.dropdown-menu{
  left: 0% !important;
 }
@media (min-width: 1400px){
  .navbar-nav ul.dropdown-menu .dropdown ul.dropdown-menu{
   left: 100% !important;
  }
}

.light-purp-bg {
	background-color: #c09ac7;
}

.contact-bg {
	background-color: #c09ac7!important;	
}

.content-color a {
	color: white!important;
}

.neg-bott {
	margin-bottom: -40px;
}

.background-sand {
	background: #e4d1ae;
}

.home .bg-leaf {
	display: none;
}

.grad {
	background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50))!important;
}
.header-default .dropdown-menu{
	min-width: 8rem;
}
.header-default .dropdown-menu .nav-item .dropdown-item{
	font-size: 12px;
}
.age-gate-modal .modal-content{
	background: rgba(114, 33, 110,0.7)!important;
}
#menu-item-61893 .nav-link{
	font-size: 16px;
	padding: 5px;
}