/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

.free-cut-may {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 100px;
  text-align: center;
  animation:blinking 1.5s infinite;
}

@media screen and (max-width: 768px) {
	.free-cut-may {
		  font-size: 60px;
	}
}

@keyframes blinking{
0%{   color: red;   }
47%{   color: #000; }
62%{   color: rgba(255,255,255,0.5); }
97%{   color: rgba(255,255,255,0.5); }
100%{  color: #000;   }
}

.grecaptcha-badge { 
    visibility: hidden;
}