/*!
Theme Name: Bettum
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/wordpress
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bettum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: bettum
Template Id: prod-24752
*/

/* Custom Styling ... */
.green-txt { color: #2dd6c1 !important; }

.blue-txt { color: #496bf2 !important; }
.darkblue-txt { color: #2E3E7C !important; }
.gray-txt { color: #c5c5c5 !important; }
.darkgray-txt { color: #90929D !important; }

.footer-link { color: #c5c5c5 !important; }
.footer-link:hover { color: #90929D !important; }

.uk-panel {
    text-align: center !important;
}

.jet-nav__sub {
	width: 275px !important;
	margin-top: 20px;

}

.elementor-45 .elementor-element.elementor-element-6dad98c {
	flex-basis: auto !important;
}


/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}