/*
Theme Name: Lilith
Theme URI: https://lilith.thedarkself.com
Author: TheDarkSelf
Author URI: https://thedarkself.com
Description: A custom child theme based on Kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lilith
Tested up to: 6.5
Requires PHP: 7.4
Template: kadence
*/

.error-404 .page-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.error-404 p {
    font-size: 1.2rem;
}
.error-404 .button {
    margin-top: 1.5rem;
    display: inline-block;
    padding: 12px 24px;
}

nav.main-menu a {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  transition: none !important;
}

nav.main-menu a:focus,
nav.main-menu a:active {
  outline: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
