/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.icon-game svg {
	margin-top:10px;
}

#changingText {
	color: #FAC12F;
}
.popup-form input{
    border: 1px solid #e2e2e2 !important;
    padding: 12px !important;
	border-radius:5px !important;
}
.popup-form label {
    margin-bottom: 10px;
    margin-top: 10px;
	font-size:14px;
}
span.required {
    color: red;
}
.popup-form textarea {
    height: 150px;
	border-radius:5px !important;
	border: 1px solid #e2e2e2 !important;
    padding: 15px !important;
}

.popup-form br {
	display:none;
}
div#popup-form {
    position: absolute;
display:none;
    top: 70px;
}
div#popup-form-footer {
    position: absolute;
    display: none;
    bottom: -150px;
    z-index: 11;
}
.close-icon, .venue-text {
	cursor:pointer;
}
.show {
	display:block !important;
	animation: slideDown 0.4s ease forwards;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width:1024px){
	div#popup-form {
    z-index: 11;
}
	div#popup-form-footer {
    position: absolute;
    bottom: -20px;
    z-index: 11;
}
}