/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: #57068c;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  font-size: 85%;
  line-height:1em;
  padding: 5px 0
}

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-footer a {
  display:inline-block;
  color: #fff; 
  text-decoration: none;
  padding: 10px;
  margin: 5px;
  font-weight:700;
  border-radius: 3px;
 }

.mm-footer a:hover, .mm-footer a:focus       {background-color: rgba(255,255,255,0.80); color: #57068c}
.mm-footer {display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  justify-content: space-around; -webkit-justify-content: space-around; ;}
	
.applynow a       {
		background: rgba(255,255,255,0.33);
	} 
.applynow a:hover, .applynow a:focus       {
		background: white;
	}
