/*
Theme Name:     Speech Genie
Theme URI:      https://izu.io
Template:       kadence
Author:         Bryan Keniry
Author URI:     https://izu.io
Description:    mostly for wpml-config.xml
Version:        1.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* WP Simple Pay custom button styling */
.simpay-payment-btn {
  background-color: #1966eb !important;
  color: #ffffff !important;
  border: 2px solid #5876A8 !important;
  border-radius: 50px !important;
  padding: 10px 35px !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  height: auto !important;
  width: auto !important;
  line-height: normal !important;
  text-transform: none !important;
  transition: background-color 0.3s, color 0.3s;
}

.simpay-payment-btn:hover {
  background-color: #ffffff !important;
  color: #1966eb !important;
}

/* Default Kadence Advanced Highlight style */
.kb-adv-highlight {
  background-color: #D6B00F;
  /* your highlight orange */
  color: #ffffff;
  /* white text for contrast */
  font-weight: bold;
  padding: 0.1em 0.25em;
  border-radius: 2px;
}