/* 
Theme Name: CreateTheWeb WordPress Design
Theme URI: https://www.createtheweb.co.uk/
Description: Bespoke WordPress website design by CreateTheWeb.co.uk
Author: CreateTheWeb
Author URI: https://www.createtheweb.co.uk/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU CreateTheWeb Bespoke WordPress Developments
License URI: https://www.createtheweb.co.uk/
Tags: createtheweb, bespoke
*/

/*
    Add your custom styles here
*/

/* Floating hover effect with two heights */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  animation: float 6s ease-in-out infinite;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}