/*
Theme Name:     twentyseventeen Child

Description:    Tema Child per il tema Twenty Seventeen
Author:         Diego Boscaro
Author URI:     http://www.diegoboscaro.it
Version:        1.1.1

Theme URI:      http://www.mauriziocolombi.eu/
Theme Name:     twentyseventeen Child
Template:       twentyseventeen
*/

@font-face {
	font-family: 'Quicksand-Light';
	src: url('./font/Existence-Light.otf'); 
}

@font-face {
	font-family: 'Arcon-Rounded-Regular';
	src: url('./font/Arcon-Rounded-Regular.otf'); 
}


.site-title {
	font-family: 'Quicksand-Light', serif !important;
    	font-size: 40px !important;
	color: #b7b7b7 !important;
	text-shadow: 1px 1px 1px #000 !important; 
	text-transform: none !important;
}

.site-description {
    	font-family:'azoft-sans', 'Arial', serif !important;
    	font-size: 20px !important;
	color: #b7b7b7 !important;
	// text-transform: lowercase !important;
}

.panel-content .wrap {
	padding-top: 0px !important;
	padding-bottom: 3em !important;

	max-width: 990px !important;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #f10000 !important;
}

.menu-item {
	font-family: 'Quicksand-Light', serif !important;
    	font-size: 20px !important;
} 

.entry-header {
	margin-bottom: 2em;
}

.testo {
	font-family: 'Arcon-Rounded-Regular', serif !important;
    	font-size: 18px !important;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
	position: fixed !important;
}

.entry-header .entry-title {
	display: none !important;
}
.page-header {
    margin-bottom: 0em;
}

.site-content {
	padding-top: 0px !important;
}

body:not(.twentyseventeen-front-page) .entry-header {
    padding: 0em 0;
}
.site-info {
	display: none;
}