/*!
Theme Name: tenf
Theme URI: http://10fdesign.io/
Author: Underscores.me
Author URI: http://10fdesign.io/
Description: A great theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tenf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* variables go here */
:root {

}

body {
	/* font-stretch: 85%; */
}

nav a {
	color: var(--color-tenf-text) !important;
}

nav a:hover {
	color: var(--color-tenf-primary) !important;
	text-decoration: none;
}


ul.wp-block-list {
  list-style-type: disc;
}

ol.wp-block-list {
  list-style-type: decimal;
}

.no-margin {
	margin-bottom: 0 !important;
}

#menu-footer-menu a {
	color: var(--color-tenf-text) !important;
}

#menu-footer-menu a:hover {
	color: var(--color-tenf-primary) !important;
	text-decoration: none;
}

.sub-menu {
	padding-left: 1.5rem;
	padding-top: .5rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	font-size: 1.25rem;
}

html:has(#mobile-navigation.opened) {
  overflow: hidden;
}


.scrolled #masthead {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}

