/*Remove the Border Appears after Clicking a Link*/
a:focus,
.focus a {
	outline: none !important;
}
         
.menu-button {
    background-color: #eb5e28;
    border: 1px;
	  height:50px;
	  margin-top:22px !important;
    border-radius: 4px;
    padding-top: 10px 10px;    
	transition: all .5s;
}

.menu-button:hover {
    margin-top: px;
    margin-left: 0px;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
}

.menu-button a,  .menu-button a:hover, .menu-button a:active { 
color:#fff !important;
	text-decoration:none;
	transition-delay: scale 1s;
	
}
#menu-main-menu .menu-item a{
	transform:translatex(0px) translatey(0px);
	margin-bottom:-48px;
	margin-top:-14px;

	
}

/*---ACTIVE CAMPAIGN FORM---*/
div._button-wrapper._full_width {
  display: grid !important;
  height: 10% !important;
  font-size: 14px !important;
}

button#_form_1_submit._submit {
}

input#email {
  background: #FFFFFF !important;
	margin-top: 18px !important;
}

input#firstname {
}
input#firstname {
  background: #FFFFFF !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  font-size: 17px !important;
}

input#email {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  font-size: 17px !important;
}