/**
 * Theme Name:        isev Elementor
 * Theme URI:         isev.co.uk
 * Description:       A bare-bones theme for use with Elementor.
 * Version:           1.0.0
 * Author:            isev
 * Tested up to:      6.4
 * Requires at least: 6.4
 * Requires PHP:      8.2
 */

body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
.missing-template { font-size: 0.75em; text-align: center; background-color: #88C643; padding: 0.5em; }

/*Basic styling for the header and navigation menu:*/
/*.header-nav-menu { display: flex; justify-content: center; background-color: #FFFFFF; border-bottom: #88C643 2px solid; }*/
/*.header-nav-menu ul { display: flex; list-style-type: none; margin: 0; padding: 0; gap: 1em; }*/
/*.header-nav-menu ul li { display: inline; padding: 1em; }*/
/*.header-nav-menu ul li a { text-decoration: none; color: #000; }*/
/*.header-nav-menu ul li a:hover { color: #88C643; }*/