/*
Theme Name:     Kleo Child
Theme URI: 		https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630?ref=SeventhQueen
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     https://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

/* Einheitlicher Button-Stil auf allen Seiten */
.wpforms-field button,
button,
input[type="submit"],
.um-button,
a.um-button {
  background-color: #fff !important;
  color: #800020 !important;
  border: 2px solid #800020 !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}

/* Hover-Effekt */
.wpforms-field button:hover,
button:hover,
input[type="submit"]:hover,
.um-button:hover,
a.um-button:hover {
  background-color: #800020 !important;
  color: #fff !important;
}
