
.ui-widget {
font-size: 0.8em !important;
}
.footer-widgets {
background-color: #000;
color:#fff !important;
}
.site-footer {
background-color: #ffc90c;
}
.site-header {
background-color: #000;
}
.nav-primary, .nav-primary a {
background-color: #ffc90c;
}

.BUTTON_MGT {
   background: #000000;
   background-image: -webkit-linear-gradient(top, #000000, #000000);
   background-image: -moz-linear-gradient(top, #000000, #000000);
   background-image: -ms-linear-gradient(top, #000000, #000000);
   background-image: -o-linear-gradient(top, #000000, #000000);
   background-image: linear-gradient(to bottom, #000000, #000000);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 10px;
   height: 0px;
   line-height: 0px;
   color: #FFFFFF;
   font-family: Open Sans;
   width: 220px;
   text-align: center;
   font-size: 14px;
   font-weight: 400;
   padding: 27px;
   border: solid #FFC90C 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

.BUTTON_MGT:hover {
   background: #FFC90C;
   border: solid #000000 1px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 10px;
   text-decoration: none;
  color:#000;
}

@media all and (max-width:30em){
 a.button1{
  display:block;
  margin:0.4em auto;
 }
} 