/*
Theme Name: Custom LMS Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.page-template-temp-contact input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: #195319;
    border: 1px solid #195319;
    color: #fff;
    font-size: 28px;
    padding: 25px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.page-template-temp-contact input.wpcf7-form-control.wpcf7-submit:hover {
    color: #242f6c;
    background-color: transparent;
}

ul.menu li.current-menu-item a:before {
    opacity: 1 !important;
    content: "";
    background: #000;
    width: 27px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: -16px;
    margin: auto;
    opacity: 0;
    transition: all 0.4s ease-In-out;
    border-radius: 19px;
}
.error404 section.notice {
    padding: 70px 0 85px;
}

.error404 .entry-content p {
    font-size: 21px;
}