/*
Theme Name: Blulegal
Author: Angelo Ferrara
*/

/* === BLULEGAL

1. FONT
2. CSS RESET
3. MARGIN PADDING
4. GENERAL TEXT
5. NAVIGATION
6. HOME PAGE
7. PAGE
8. FOOTER
9. FORMS
10. COOKIE
11. MEDIA QUERIES

=== */

/* =================================================================================================== 1 - FONT === */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

/* =================================================================================================== 2 - CSS RESET === */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #6a6a6a;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, button, .btn {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a, a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
	color: #09123A;
}
input::-moz-focus-inner {
	border: 0;
}
.checkbox {
	display: inline-block;
}

/* =================================================================================================== 3 - MARGIN PADDING === */
.m-t-30 {
	margin-top: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.p-30 {
	padding: 30px;
}

/* =================================================================================================== 4 - GENERAL TEXT === */
.btn-default {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0;
	color: #09123A;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 20px;
	margin-top: 20px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #09123A;
	color: #ffffff;
	border: 1px solid #09123A;
	box-shadow: none;
}
.btn-default.btn-blue {
	background-color: #09123A;
	border: 1px solid #09123A;
	color: #ffffff;
}
.btn-default.btn-blue:hover, .btn-default.btn-blue:focus, .btn-default.btn-blue:active {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #09123A;
}
.btn-default.btn-blue.btn-lang {
	font-size: 13px;
	padding: 5px;
}

.fs-120 {
	font-size: 120% !important;
}

.c-blue {
	color: #09123A !important;
}

h1.page-ttl {
	color: #8A8A8A;
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 32px;
	font-weight: 300;
}
h2 {
	font-size: 20px;
	color: #09123A;
	font-weight: 400;
}

.table-outer {
	display: table;
	width: 100%;
	height: 85%;
	margin: 0;
	padding: 0;
}
.table-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
}

#home-page-cta {
	background: url(resources/images/blulegal-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
}
#home-page-cta h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
#home-page-cta p {
	color: #ffffff;
	font-size: 18px;
}
#home-page-cta .text-fade-in {
	opacity: 0;
	margin-top: 50px;
}
#top-bar {
	margin: 0;
	padding: 10px;
}
#top-bar p {
	margin-top: 10px;
	font-size: 14px;
}
#top-bar img.img-numeroverde {
	margin: 0;
	padding: 8px 0 0;
}

#cont-promessa {
	padding: 30px 50px 50px;
}

/* ===========  === */
#come-funziona {
	background-color: #FDFDFD;
	margin: 0;
	padding: 10px 10px 40px;
}
#come-funziona h2 {
	color: #8A8A8A;
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 32px;
	font-weight: 200;
}
#come-funziona div.col-md-4 {
	margin: 30px auto;
}
#come-funziona h3 {
	color: #00D5FC;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	margin: 10px 0 5px;
	padding: 0;
}
#come-funziona i {
	font-size: 50px;
	color: #00D5FC;
	border: 2px solid #EBEBEB;
	border-radius: 50%;
	padding: 0;
	margin: 20px 0 0 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

/* ===========  === */
#quanto-puoi-ottenere {
	margin: 0;
	padding: 50px 30px;
	background-color: #09123A;
}
#quanto-puoi-ottenere h2 {
	color: #ffffff;
	padding: 0;
	margin: 20px 0 5px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}
#quanto-puoi-ottenere p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 25px 20px;
}
#quanto-puoi-ottenere p i {
	font-size: 40px;
	color: #ffffff;
}

/* ===========  === */
#perche-noi {
	margin: 40px 0 0;
	padding: 20px;
}
#perche-noi h2 {
	color: #09123A;
	padding: 0;
	margin: 20px 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}
#perche-noi p {
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 600;
}
#perche-noi span {
	color: #09123A !important;
	font-weight: bold;
}
/* =================================================================================================== 7 - PAGE === */
#come-funziona-contact-form {
	margin: 0;
	padding: 10px 10px 40px;
}
#come-funziona-contact-form h2 {
	color: #8A8A8A;
	padding: 0;
	margin: 20px 0;
	font-size: 32px;
	font-weight: 200;
}
#come-funziona-contact-form div.col-md-4 {
	margin: 20px auto;
}
#come-funziona-contact-form h3 {
	color: #00D5FC;
	font-size: 18px;
	font-weight: 400;
}
#come-funziona-contact-form i {
	font-size: 20px;
	color: #00D5FC;
	border: 2px solid #EBEBEB;
	border-radius: 50%;
	padding: 8px;
	margin: 0 5px 0 -5px;
	width: 40px;
	height: 40px;
}

body.page-template-page-landing h1 {
	color: #8A8A8A;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	padding: 20px 0;
}
body.page-template-page-landing h1 strong {
	font-weight: 500;
}
body.page-template-page-landing h2.page-ttl {
	color: #8A8A8A;
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 32px;
	font-weight: 300;
}
body.page-template-page-landing h3 {
	color: #00D5FC;
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 24px;
	font-weight: 300;
}
body.page-template-page-landing p {
	font-size: 18px;
}

/* =================================================================================================== 8 - FOOTER === */
footer {
	background-color: #09123A;
	color: #FFFFFF;
	text-align: center;
	padding: 50px 0;
	font-size: 18px;
	margin: 30px 0 0;
}

/* =================================================================================================== 9 - FORMS === */

ol.form-list li {
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #09123A;
	margin-top: 15px;
}
.form-group label {
	color: #8A8A8A;
	font-size: 16px;
	font-weight: 400;
}
.form-group label i.fa-asterisk {
	color: #DD1100;
	font-size: 9px;
}
.form-group .bootstrap-select {
	width: 100%;
}
.form-group .bootstrap-select button, .form-group .bootstrap-select button.bs-placeholder {
	font-size: 16px;
	padding: 10px 15px;
	margin: 0;
	background-color: #09123A;
	color: #FFFFFF;
}
.form-group .bootstrap-select button.bs-placeholder:hover, .form-group .bootstrap-select button.bs-placeholder:focus, .form-group .bootstrap-select button.bs-placeholder:active, .form-group .bootstrap-select.open button.bs-placeholder {
	background-color: #FFFFFF;
	color: #09123A;
	box-shadow: none;
}
.form-group .bootstrap-select button:hover, .form-group .bootstrap-select button:focus, .form-group .bootstrap-select button:active, .form-group .bootstrap-select.open button {
	background-color: #FFFFFF;
	color: #09123A;
	box-shadow: none;
}
.form-group .bootstrap-select button span.bs-caret {
	padding: 5px;
	margin: 0;
}
.form-group input[type="file"] {
	font-size: 12px;
}

input[type="checkbox"] {
	margin-top: -35px;
}
.checkbox input[type=checkbox] {
    position: relative;
}

/* =================================================================================================== 10 - COOKIES === */
#cookie-notice {
	font-size: 15px;
	line-height: 30px;
}

/* =================================================================================================== 11 - MEDIA QUERIES === */

/* =========== SM =========== */
@media(min-width:768px) {
	nav .main-navbar {
		background-color: transparent;
		padding-bottom: 0;
	}
	ul.nav.navbar-nav li:first-child a {
		border-left: none;
	}
	.btn-default {
		padding: 15px 20px;
	}
}

/* =========== MD =========== */
@media(min-width:992px) {
}

/* =========== LG =========== */
@media(min-width:1200px) {
}