/*
Theme Name: Dimitri Andreola Giardini
Theme URI: https://www.universofactory.com
Author: Universo Factory
Author URI: https://www.universofactory.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
	background-color: rgba(0, 0, 0, 0.6);
}

#Top_bar {
	border:none;
	background: linear-gradient(rgb(0, 0, 0, 0.3) 50%, rgb(0,0,0,0.26) 70%, rgb(0,0,0,0.1) 90%, rgb(0,0,0,0) 100%);
}

#Top_bar .menu > li > a {
	padding: 20px 0 !important;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
	height: 50px !important;
    line-height: normal !important;
    width: 300px !important; 
}

#Top_bar #logo img {
	max-height: 400px !important;
}

@media only screen and (max-width: 767px) {
	#Top_bar {
		background: #2c6427 !important;
	}

	#Top_bar #logo img {
		max-width: 200px !important;
	}
}

.sticky-tb-color #Top_bar.is-sticky {
	height: 97px;
	background-color: rgba(0, 0, 0, 0.75);
}

#Subheader {
    background-position: center bottom;
    background-size: cover;
}

