/*
Theme Name: progetto inclusione
*/

html,body{
	height: 100%;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	line-height: 1.4em;
}

html,body{
	color: #0070c0;
	height: 100%;
	position: relative;
}

.cn-button.bootstrap, .cn-button.wp-default{
	background: #0073aa !important;
}

.cookie-notice-container{
	padding: 10px !important;
}

.container-fluid{
	max-width: 1400px;
	margin: auto;
}

.btn{
	border-radius: 0px;
}

.btn.btn-lg{
	padding: 15px 40px;
	font-size: 1rem;
}

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus{
	background: #ffac03 !important;
	border: 0px;
	font-weight: bold;
	color: #0070c0 !important;
}

.btn.btn-default{
	background: #0073aa;
	color: #fff;
}

#menu .btn{
	width: 100%;
}

#menu > div{
	margin-bottom: 1rem;
}

.box-partnership{
	display: inline-block;
	margin-top: 2rem;
}

.box-partnership img{
	margin-bottom: .5em;
	max-width: 80px;
}

.box-partnership .content{
	font-size: .8em;
}

#header{
	background: #0073aa;
	color: #fff;
	margin-bottom: 4rem;
	margin-top: 2rem;
}

#header .title1{
	margin-bottom: 0px;
}

.title1, .title2, .title3{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
}

.title1{
	font-size: 2rem;
}

.title2{
	font-size: 1.5rem;
}

.title3, .subtitle{
	font-size: 1.2rem;
}

#project-name{
	height: 63px;
	padding-top: 5px;
}

#logo{
	background: #fff;
	margin-top: -130px;
}

#partnership-content{
	margin-left: 30px;
}

#page-container{
	min-height: 100%;
	position: relative;
	padding-bottom: 200px;
	overflow: hidden;
}

#footer{
	position: absolute;
	bottom: 0px; left: 0px;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#fse{
	padding-top: 20px;
	max-width: 700px;
	max-height: 90px;
}

#footer #contacts{
	font-size: .9em;
}

.bold{
	font-weight: bold;
}

img{
	max-width: 100%;
}

#header #bg{
	position: absolute;
	left: -100px;
	background: url("images/header-bg.png");
	width: 1300px;
	height: 83px;
}

#menu ul{
	padding: 0px;
	margin: 0px;
}

#menu li{
	margin-bottom: 1em;
	list-style-type: none;
}

#menu a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#menu a:hover{
	background: #ffac03;
	color: #0073aa;
}
	

#menu .current-menu-item a{
	background: #ffac03;
	color: #0073aa;
}

.highlighted{
	background: #ffac03 !important;
}

.label{
	margin-bottom: .1em;
}

.mt10{
	margin-top: 10px;
}

.mb10{
	margin-bottom: 10px;
}

.form-inline .label{
	min-width: 150px;
	justify-content: left;
}

.ml150{
	margin-left: 150px;
}

input.long{
	width: 300px !important;
}