/*
 Theme Name:   Understrap Child
  Theme URI:    https://github.com/ESBlueCorona/rds-test
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     rds
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

 /* Move reCAPTCHA v3 badge up on mobile*/
 @media screen and (max-width:991px) {
    .grecaptcha-badge {
 bottom: 4rem !important;
 z-index:9999 !important;
}
}