/*!
Theme Name: Booking
Theme URI: https://mypjd.com/
Author: Peter Jaroch
Author URI: http://mypjd.com/
Description: Booking Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mypjd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

#rcp_user_pass_requirements {
  display: none !important;
  color: red !important;
 }
.rcp_registration_total {
  display: none;
}
#rcp_user_login_wrap {
  display: none;
}
#rcpga-group-description-wrap {
  display: none;
}
#rcpga-group-member-login-wrap {
  display: none;
}
.blockOverlay {
  background-color: white !important;
  z-index: 8 !important;
}
.blockElement {
  z-index: 9 !important;
  background-color: red !important;
}

.rcp_message.error p {
  display: block;
  padding: 1rem 1.5rem;
  border: 0;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #f5b759;
  border-color: #f5b759;
}


