/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2018 | 14:03:10 */
.button-primary {
  background: #D95032;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: arial,sans-serif;
  height: 35px;
  line-height: 35px;
  position: relative;
  color: #fff !important;
  width: 100%;
  margin-bottom:10px;
}
.button-primary:hover{
  background:#f59714;
  color:#fff;
}