/* 
Theme Name: Lightwaves Hire
Description: A custom theme for Lightwaves Hire website
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template: hello-elementor
Text Domain: lightwaveshire
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.swiper-slide-contents{
    background: rgba(14,13,54,0.5);
    padding: 20px;
}
#site-title a {
   border: 3px solid #fff;
   padding: 10px 30px;
   border-radius: 20px;
     animation: flicker 2.5s infinite alternate;
}
.wpforms-form button[type=submit] {
    background-color: #024488 !important;
    border-color: #ffffff !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 12px 24px !important;
    border-width: 3px !important;
    border-radius: 30px !important;
}
.wpforms-form button[type=submit]:hover {
    background-color: #022B57 !important;
}
.wpforms-field-limit-text {
    display: none;
}
div.wpforms-confirmation-container-full {
    color: inherit;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}
div.wpforms-confirmation-container-full p:last-of-type {
    margin: inherit;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    background-color: var(--e-global-color-22be4e5) !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover {
    color: #fff !important;
}

/* Animate neon flicker */
@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow: -2px -2px 6px #fff, 2px 2px 6px #fff, 0 0 20px #08f, 0 0 40px #08f, 0 0 60px #08f, 0 0 80px #08f, 0 0 100px #08f;
        box-shadow: 0 0 5px #fff, inset 0 0 5px #fff, 0 0 5px #08f, inset 0 0 5px #08f, 0 0 10px #08f, inset 0 0 10px #08f;
   }
    20%, 24%, 55% {
        text-shadow: none;
        box-shadow: none;
   }
}
@media screen and (min-width: 1024px) {
    .footer-contactus-form form {
        width: 60%;
   }
}

@media (max-width: 767px) {
    footer .hfe-nav-menu a.hfe-menu-item, footer .hfe-nav-menu a.hfe-sub-menu-item {
    justify-content: center !important;
    }
}

.by_indigocube { 
    background-color: var(--e-global-color-22be4e5);
}