/*
 * Basic styles for html elements with font faces, sizes, weights and neutral colours.
 * Bearing in mind that colour is dealt with elsewhere.
 * Limit the styles in this sheet to root elements only – no classes or ids.
 * Anything requiring a class is probably going to be site-sepcific and so belongs in layout.
 */

/** @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);  */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

@import url(https://fonts.googleapis.com/css?family=BenchNine:700);

* {font-family: 'Lato', sans-serif;}

body{
    text-align: center;
}

body#tinymce.mce-content-body{
    font-size: 1em;
    text-align: left;
}

p{
    margin: .5em 0
}

a{text-decoration: none;}
a:hover{ text-decoration: underline;}

#c_navigator{
    font-size: 85%;
}

#c_multi-cont .title{
    font-size: 80%;
    text-align: left;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: bold;
}
#c_multi-cont .multi-cont{
    font-size: 80%;
}

footer{font-size: 80%;}
footer a{}
footer #custom > span {font-size: 1.8em;}

/** STILI CONTENUTI **/
h1.title, .titolo_di_pagina{
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
}

span.more a{
    text-decoration: none;
    font-size: .8em;
}

h3.fit-box-title{
    margin-top: .5em;
    margin-bottom: 0;
    font-size: 1em;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}
h3.fit-box-title .fit-box-ico{
    font-weight: bold;
}
div.fit-box-content{
    font-weight: normal;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: .5em;
    border: 1px solid #CCC;
    padding: .2em .5em;
}
/** STILI CONTENUTI end **/

.ic, .ic *{
    font-family: 'BenchNine', sans-serif;
    font-size: 20px;
}