/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-feb-2017, 20.26.49
    Author     : Andrea
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i');



body{
    height: 100%;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-size: cover;
/*    font-family: 'Raleway', sans-serif;*/

}

.main-block{
    margin-top: 20px;
    box-shadow: 0px 0px 6px darkgray;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    height: 100%;
    background-color: white;
}
header .header-image{
    height: 95px;
    width: auto;
}

header .header-image > a > img{
    max-width: 100%;
}
header{
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 5px;
}


/* LIVELLO 1 */
header{
    margin-top: 10px;
}
nav{
    
}
.blocco-menu{
    float: right;
    margin-right: 10px;
}

.blocco-menu > ul{
    margin-bottom: 2px;
}
.blocco-menu > ul > li:not(.sub-menu){
    float: left;
    list-style-type: none;
    background-color: #333333;
    color: white;
    padding-top: 7px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
    margin-left: 3px;
    transition: .2s ease-in background-color;
    border-radius: 2px 2px 0px 0px;
}
.blocco-menu > ul > li:not(.sub-menu):hover, .blocco-menu > ul > li:not(.sub-menu).current-menu-item{
    background-color: #444444;
}


.blocco-menu > ul > li > a{
    color: white;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-size: 15px;
    padding-top: 2px;
    line-height: 2px;
}
/* LIVELLO 2 */
.blocco-menu > ul > li > ul.sub-menu > li{
    display: inline;
}

ul.sub-menu{
    display: none;
}
ul.sub-menu:hover{
    display: inline;
}

.clear{
    clear: both;
}

.line-menu{
    border: 2px solid #111111;
}

.footer{
    min-height: 100px;
    background-color: #333333;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
    align-items: center;
}

.testo-footer{
    color: white;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}
.testo-footer a{
    color: white;
}

.footer-logo{
    margin-left: auto;
    margin-right: 15px;
}

/*ARTICLE*/
section{
    background-color: #FAF8F8;
}
article{
    margin-left: 25px;
    margin-right: 25px;
}
article *{
    font-family: 'Raleway', sans-serif !important;
    line-height: 1.5 !important;
}

article p, article li{
    font-size: 13px !important;
}

article h1{font-size: 34px !important;}
article h2{font-size: 26px !important;}
article h3{font-size: 20px !important;}
article h4{font-size: 18px !important;}

article .post-title{
    font-size: 34px;
    font-style: bold; 
    margin-top: 0px;
    padding-top: 30px;
    margin-left: 25px;
}


/* GESTIONE SIDEBAR*/
.larghezza-75{
    width: 74%;
}
.larghezza-25{
    width: 24%;
}
.larghezza-50{
    width: 49%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.sidebar{
    float: right;
    margin-right: 20px;
}

.width_100{
    width: 80% ;
}

.width_100_vero{
    width: 90%;
}
.sidebar-articolo{
    float: left;
    margin-left: 20px;
}

h3.sidebar-elem{
    background-color: #444444;
    margin-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: white;
    font-weight: normal;
}

.sidebar-block li{
    list-style-type: square;
}

.sidebar-block li > a{
    color: black;
    text-decoration: none;
}

.dslc-text-module-content p{
    margin-bottom: 0px !important;
}

.bottone_potente{
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.form-colonna p{
    margin-top: 0px ;
    margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
    .header-image > img{
        width: 100%;
    }
    .blocco-menu > ul > li:not(.sub-menu){
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-top: 15px;
        margin-bottom: 2px;
        border-radius: 5px;
        padding-bottom: 5px; 
        margin-left: 6px;
    }
    
    .blocco-menu{
        float: none;
    }
    .blocco-menu > ul{
        float: none;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        
    }
    
    .main-block{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .larghezza-25,.larghezza-50,.larghezza-75{
        width: 100%;
    }

   .sidebar-articolo{
	width: 95%;
	margin-left: 15px;
	margin-right: auto;
	display: block;
   }
   .sidebar-articolo img{
	max-width: 100%;
        height: 100%;

   }
   .post-title{
	width: 95%;
    }

    .sidebar{
        margin-right: 0px;
     }
    
}


.dslc-icon,.dslca-icon{
    font-family: DSLCFontAwesome !important;
}