.ast-custom-button-link,
.uabb-creative-button,
.fl-button,
.wpcf7-submit {
  padding: 10px 0;
  margin: 15px auto 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-animation-name: 'play_down';
  -moz-animation-name: 'play_up';
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  box-shadow: 0 0 0 3px rgba(0, 0, 0,.5);
  cursor: pointer;
  border-radius: 10px;
}

@keyframes play_top {
  0% {
    -webkit-box-shadow: 0 0 rgba(252,172,16,.6);
    -moz-box-shadow: 0 0 rgba(252,172,16,.6);
    box-shadow: 0 0 rgba(252,172,16,.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 12px rgba(252,172,16,.6);
    -moz-box-shadow: 0 0 0 12px rgba(252,172,16,.6);
    box-shadow: 0 0 0 12px rgba(252,172,16,.6);
  }
}

@keyframes play_down {
  0% {
    -webkit-box-shadow: 0 0 rgba(252,172,16,.3);
    -moz-box-shadow: 0 0 rgba(252,172,16,.3);
    box-shadow: 0 0 rgba(252,172,16,.3);
  }

  to {
    -webkit-box-shadow: 0 0 0 12px rgba(252,172,16,.3);
    -moz-box-shadow: 0 0 0 12px rgba(252,172,16,.3);
    box-shadow: 0 0 0 12px rgba(252,172,16,.3);
  }
}

.site-header a * {
  font-size: 23px;
}

.fl-node-5fea3b79e8f71 .uabb-info-list-content .uabb-info-list-title * {
  color: #207fdc;
}