/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.hoverbox_content {
    transform: translateY(0);
    transition-duration: 0s;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: #0201016E;
    min-height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.hoverbox{
    overflow: hidden !important;
	cursor:pointer !important;
}
.hoverbox_content h3,.hoverbox_content span{
    color:#fff !important;
}
.hoverbox:hover .hoverbox_content {
    transform: translateY(-102%); 
}
.wpforms-form input::-webkit-outer-spin-button,
.wpforms-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.wpforms-form input[type=number] {
  -moz-appearance: textfield;
}