/**
* Theme Name: Airtifact Child
* Description: This is a child theme of Airtifact, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vankarwai">HeyThemers</a>
* Template: airtifact
* Version: 1.1.7
*/

#site-header {
	background-color: transparent !important;
	padding: 25px 0;
}

@media screen and (max-width: 768px) {
	#site-header {}
}

@media screen and (max-width: 480px) {
	#site-header {}
}

@media all and (max-height: 600px) and (orientation: landscape) {
	#site-header {}
}

@media all and (max-height: 400px) and (orientation: landscape) {
	#site-header {}
}

#site-header h1,
#site-header h2 {}

#site-header.sticky {}

body.admin-bar #site-header.sticky {}

@media all and (max-width: 782px) {
	body.admin-bar #site-header.sticky {}
}
/* Durante lo scroll */
#site-header.sticky.add-bg {
	padding: 25px 0;
	background-color: transparent !important;
}

@media screen and (max-width: 768px) {
	#site-header.sticky.add-bg {}
}

#site-header.sticky.animate {}

#site-header.sticky.hhide {}

#site-header.sticky:after {}

#site-header.sticky.overlay:after {}

.has-sticky-header-always #site-header,
.has-sticky-header-always-enabled #site-header {}

#site-header .site-header-holder {}

/* Rimuove il margine sopra il video sulla pagina di Valle Camonica */
.postid-8201 .fluid-width-video-wrapper {
    padding-top: 35px;
    margin-top: 0;
	margin-bottom: 0;
}
/* Immagini al 75% */
.img-75 {
	width: 75%;
}