/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.special-btn {
  line-heighT: 2.0 !important;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.25s, top 0.1s;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  border: 0;
  border-radius: 2px;
  outline: none;
  background-color: #2e91fc; }
