/*************
 MEDIA QUERIES
 *************/


/*** Mobile ***/

@media screen and (max-width: 899px) {
    #sidebar,
    aside,
    /* .consiglio .separator img, */
    .flex-direction-nav,
    .slideshow a.navigation,
    .hide-on-mobile {
        display: none;
    }
    .consiglio .separator img{
        height: 75px;
        margin-top: -37px;
    }
    .consiglio h2{
        margin-bottom: 30px
    }
    aside {
        border-top: 1px #00437A solid;
    }
    .home article {
        border-bottom: 1px #d6cb9d solid;
    }
    .home .col_2 article:nth-child(1) {
        border-bottom: 1px #d6cb9d solid;
    }
    footer {
        clear: both;
    }
    footer>div {
        margin-bottom: 30px;
    }
    footer>div:last-child {
        margin-bottom: 0;
    }
    /** mainMenu **/
    nav#mainMenu {
        position: fixed;
        top: 80px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        overflow-y: auto;
        background: #fff;
        /*padding:15px;*/
        display: none;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 80%;
    }
    #mainMenu a {
        display: block;
        text-decoration: none;
    }
    .menu-item-has-children>a {
        background: url('files/ico-arrow-right.png') no-repeat right 20px center !important;
    }
    .menu-item-has-children>a.on {
        background: url('files/ico-arrow-down.png') no-repeat right 20px center !important;
        font-weight: 700;
    }
    #menu-main>li>a {
        padding: 20px;
        border-bottom: 1px #ebeceb solid;
    }
    #menu-main>li>ul {
        background: #ebeceb;
    }
    #menu-main>li>ul>li a {
        padding: 15px;
        border-bottom: 1px #d7d8d7 solid;
    }
    #menu-main>li>ul>li>ul {
        background: #d7d8d7;
    }
    #menu-main>li>ul>li a {
        padding: 15px;
        border-bottom: 1px #fff solid;
    }
    #menu-main>li>ul,
    #menu-main>li>ul>li>ul {
        /*padding-left: 25px;*/
        display: none;
    }
    /** homepage **/
    .home article {
        padding: 40px;
    }
    /* .home .agenda {
        padding: 20px;
    } */
    .thumbnail .caption {
        margin: 0 0 0 20px;
    }
    /* iframe ricerca professionista */
    .iframe_professionista {
        width: 100% !important;
        border: none !important;
    }
    #iframe_professionista1 {
        height: 450px !important;
    }
    #iframe_professionista2 {
        height: 550px !important;
    }
    #iframe_professionista3 {
        height: 620px !important;
    }
    #backTop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        color: #444;
        text-decoration: none;
        position: fixed;
        right: 15px;
        bottom: 15px;
        display: none;
        background: url('files/svg/torna_su-02.svg') no-repeat;
    }
    #backTop:hover {
        text-decoration: none;
    }
    /* infografiche */
    .info-iscritti-desk,
    .info-formazione-desk {
        display: none;
    }
}


/* Fine MediaQuery Mobile */