/*---------------fipo-button shortcode style----------------*/
span.white_button {
  display: inline-block;
  background-color: #fff;
}

span.white_button,
span.white_button_oep {
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-family: FFClanWebMedium, sans-serif;
}

span.white_button a {
  color: #000 !important;
  border: 3px solid #000;
  padding: 15px;
  display: block;
  font-weight: 400;
  text-decoration: none !important;
}

span.white_button:hover {
  text-decoration: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}

span.white_button:focus {
  text-decoration: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}

span.white_button a:hover {
  text-decoration: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}

span.white_button a:focus {
  text-decoration: none;
  background-color: #000000 !important;
  color: #ffffff !important;
  outline: none;
}
