/*!
Theme Name: italforni
Theme URI: http://underscores.me/
Author: @wertherhiggs
Author URI: https://www.e-leva.it
Description: sito istituzionale italforni
Template: elevator_under
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: italforni
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

elevator_under is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/3e6875");
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.wp-block-columns.owl-carousel {
	gap: 0;
}

@media screen and (max-width: 400px) {
	#masthead .top-menu-container .wp-block-social-links{
		column-gap: 6px;
	}
}
@media screen and (max-width: 767px) {
	.carousel-big .wp-block-buttons.pulsante-waico {
		justify-content: center;
		margin-top: 30px;
	}
	.carousel-big .wp-block-cover.cover-waico .wp-block-cover__inner-container {
		width: 100%;
	}
}
.carousel-plus.images-circle .images-circle .wp-block-image>a{
	clip-path: circle(50%);
}

footer .site-info {
	font-size: 14px;
	line-height: 24px;
}
footer .site-info a {
	text-decoration: none;
}
footer .site-info a:hover {
	text-decoration: underline;
}
