/*
Theme Name: Scalozero Child
Description: Child theme for Scalozero theme
Template: scalozero
Version: 1.0.0
Text Domain: scalozero
*/

@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
         url('fonts/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.testo-bianco p, .testo-bianco h2{
	color: white !important;
	font-family: 'Gotham-Light' !important;
	text-align: justify !important;
}

h2{
	font-size: 53px !important;
    font-weight: 100 !important;
}

.menu-wrapper{
	display: none !important;
}

.style-light .btn-default, .style-dark .style-light .btn-default, .tmb-light .t-entry-text .btn-default, .style-dark .tmb-light .t-entry-text .btn-default, .tmb-dark .t-overlay-inner .btn-default{
	color: #fff !important;
	font-family: 'Gotham-Light' !important;;
	font-size: 20px !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover, .style-dark .style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover, .tmb-light .t-entry-text .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover, .style-dark .tmb-light .t-entry-text .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover, .tmb-dark .t-overlay-inner .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover, .style-light .btn-default.active, .style-dark .style-light .btn-default.active, .tmb-light .t-entry-text .btn-default.active, .style-dark .tmb-light .t-entry-text .btn-default.active, .tmb-dark .t-overlay-inner .btn-default.active{
	color: #fff !important;
	font-family: 'Gotham-Light' !important;;
	font-size: 20px !important;
    background-color: #38537c !important;
    border-color: #38537c !important;
}

@media (max-width: 959px){
	h2{
		font-size: 33px !important;
	}
}

@media (min-width: 960px){
	.testo-bianco h2{
		text-align: center !important;
	}
}