/* 
    Created on : 5-feb-2019, 15.30.47
    Author     : salvatorearcidiacono.it
*/

/* Sticky footer */
html {
  position: relative;  
  min-height: 100%;
}

body{
    margin-bottom: 130px;
}

h1{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #6D7993;
}

.navbar{
    background-color: #26252d;
    border-bottom: 1px solid #454d5e;
    color: rgb(196, 133, 110);
}

.navbar a{
    color: #9099A2 !important;
}

.nav-link{
    color: #D5D5D5 !important;
    margin-left: 10px;
}

.logo{
    max-height: 80%;
    max-width: 80%;
}

.presentazione{
    text-align: justify;
}


.home-menu{
    padding: 50px;
}

.home-menu a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 5px 0 1px 20px;
    margin-bottom: 5px;
    background-color: #D5D5D5;
    border-left: 8px solid #96858F;
    text-decoration: none;
    color: #6D7993;
}

@media (max-width: 576px) { 
    #scioglimento{
        display: none;
    }
}

.home-menu a:hover{
    border-left: 8px solid #6D7993;
    background-color: #e2dcdc;
}

.home-menu h9, .home-menu .fa {
    color: #6D7993;
    font-size: larger;
    font-weight: 700;
    margin-right: 10px;
} 

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px; /* a questo valore deve corrispondere il margin bottom del body */
    background-color: #26252d;
    padding: 10px;
    color: #9099A2;
}
.footer a, .footer a:hover {
    color: rgb(123, 111, 111);
    font-weight: 700;
}

.overbox {
    display: none;
    font-size: 2vw;
    background-color: rgba(0,0,0,0.40);
    position: absolute;
    padding: 30px;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    bottom: 0px;
    z-index: 1;
}


/************************************************
 *                  SCHEDA                      *
 ************************************************/
.scheda{
    margin-top: 40px;
    color: #4a5263;
}

.scheda p{
    margin-bottom: 0;
}

.autore{
    color: #96858F;
    font-weight: 500;
    font-variant: small-caps;
    font-size: 25;
}

.titolo{
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 2px solid #96858F;
    font-size: 30px;
    font-weight: 700;
}

.edizione{
    padding-bottom: 10px;
}

label{ 
    margin-bottom: 0px;
    line-height: 1.5em;
}

.label{
    margin-top: 20px;
    font-weight: 700;
}

.cover{
    border-bottom: 1px solid #babad4;
}

.box-scheda{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    background-color: #e0e0cc;
    border-left: 8px solid #96858F;
}

.box-edd{
    background-color: #e2dcdc;
}

.scheda p {
    padding-top: 5px;
}

.list-item a, list-item a:hover{
    color: #454d5e;
    text-decoration: none;
}

.list-item:hover{
    background-color: #e0e0cc;
    border-left: 5px solid #96858F;
    padding-left: 5px;
}

.list-item{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.pannello-qsearch{background-color: #e2dcdc;}

.pannello-filtri{margin-top: 50px;}
.pannello-filtri label{ margin: 20px 0 0 3px;}
.pannello-filtri a{ margin: 30px 0 0 0;}
.pannello-filtri h1, .pannello-qsearch h1{
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: medium;
    font-weight: 700;
    border-bottom: 1px solid #e6eaf0;
}

.btn-outline-secondary:hover{
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #ced4da;
    color: #6c757d;
}

.btn-outline-secondary{
    border: 1px solid #ced4da;
    background-color: rgba(255,255,255,0.1);
}

.box-titolo{
    margin-top: 20px;
}

.collapse, .collapsing{
    margin-top: 20px;
}

.refine{
    border-color: #454d5e;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #6D7993;
    display: block;
}
