﻿body {
    font-family: 'Poppins', sans-serif;
    font-size:14px;
}
main {
    padding-top: 150px;
    min-height: 500px;
}
footer{
    margin-bottom:15px;
}
body.body-home main{
    padding-top:0;  
}
 section editable .col{
    margin-bottom:15px;
}
.credit {
    padding-top: 3em;
    margin-top: 3em;
    border-top: 1px solid #707070;
}
.btn{
    border-radius:20px;
    font-size:12px;
}
.btn-primary-outline {
    color: #222;
    background-color: #f2f2f2;
    border-color: #ddd;
}
    .btn-primary, .btn-primary-outline.active {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }
.btn-bigger {
    padding: 12px;
    font-size: 14px;
    border-radius: 15px;
}
.bg-grey{
    background-color:#f8f8f8;
}

input[type=text].form-control, input[type=search].form-control,  input[type=email].form-control, div:not(.input-group) > input[type=number].form-control {
    border-radius: 20px;
}
section editable.bg-dark {
    background-image: url('../img/header_sit.jpg');
    background-position:center center;
    background-size:cover;
}
body.body-chi-siamo section editable.bg-dark {
    background-image: url('../img/chi-siamo.jpg');
}

body.body-home  editable .col{
    align-self:center;
}
.navbar-collapse{
    z-index:1;
}
body.body-home .dark-menu-hidden {
    display: none !important;
}


body.body-home .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


body:not(.dark-menu) .dark-menu-visible{
    display:none!important;
}

.btn-primary:hover {
    background-color: #444;
    border-color: #444;
}
    .btn-primary.disabled, .btn-primary:disabled {
        color: #d2d2d2;
        background-color: #fff;
        border-color: #d2d2d2;
    }
footer img {
    margin-top: -4px;
}
footer div.btgrid div.container {
    padding-top: 30px;
    border-top: 1px solid #707070;
    margin-top:30px;
}
editable.bg-dark{
    display:flex;
}
section editable{
    display:block;
}
.h1, h1 {
    font-size: 2.2rem;
    font-weight: 700;
}
.h2, h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
h6{
    font-weight:600;
}
.bg-dark > *{
    color:#eee;
}

section editable .btgrid{
    width:100%;
}
a{
    color:black;
}
a:hover{
    color:#222;
}
.dark-menu nav, body.body-home .navbar-light .navbar-nav  a {
    color: #eeeeee;
}
.body-home .navbar-light .navbar-nav li.active a, .body-home .navbar-light .navbar-nav a:hover {
    color: white;
}
.widget-ricerca {
    padding: 20px;
    margin-top: -80px;
    background-color: white;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0px 0px 15px #ccc;
}

body.home .widget-ricerca {
    max-width: 800px;
    width: 100%;
}
body.body-home #buttonSubmit{
    min-width:100px;
}

body.body-home #pac-input {
    height: 48px;
    margin-top: 3px;
}
@media(min-width:768px) {
    body.body-home .widget-ricerca {
        max-width: 1000px;
        width: 700px;
    }
}
@media(max-width:767px){


    body.body-home .navbar-collapse {
        background-color: rgba(0,0,0,0.7);
    }
}
