/*
Theme Name: Eiger
Theme URI: https://www.fabiofolgori.it/
Author: Fabio Folgori
Author URI: https://fabiofolgori.it/
Version: 2.0
*/

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

body.admin-bar {
	min-height: calc(100vh - 32px);
}

main {
	flex: 1;
}

header {
	background-color: #fff;
}

body.admin-bar header {
	top: 32px;
}

a {
	color: #777;
}

a:active,
a:focus,
a:hover {
	color: #000;
	text-decoration: underline;
}

ul.nav,
ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li.current-page-ancestor > a,
ul.nav li.current-menu-ancestor > a,
ul.nav li.current-menu-parent > a,
ul.nav li.current-page-parent > a,
ul.nav li.current_page_parent > a,
ul.nav li.current_page_ancestor > a {
	color: #000 !important;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

img.img-full {
	display: block;
	height: auto;
	width: 100%;
}

.wp-block-image img {
	height: auto;
	display: block;
}

footer {
	background-color: #333;
	color: #fff;
}

footer .nav-service,
footer .nav-footer {
	font-size: 0.8rem;
}

footer .nav-service li + li {
	margin-left: 1rem;
}

footer .nav-footer > li {
	flex: 1;
}

footer .nav-footer > li > a {
	text-transform: uppercase;
}

footer .nav-footer > li ul {
	margin-top: 1rem;
}

footer a {
	color: #fff;
}

footer a:active,
footer a:focus,
footer a:hover {
	color: #fff;
}

footer .colophon {
	font-size: 0.8rem;
}

.cc-grower .cc-btn:active,
.cc-grower .cc-btn:focus,
.cc-grower .cc-btn:hover {
	text-decoration: none !important;
}