/*top bar*/
.top-bar {
    display: none;
}
/*background menù*/
.menu-section {
    background: #3583C4;
    position: relative;
}
/*comment*/
div#comments {
    display: none;
}
/*footer white*/
#footer .widget-title h4, .footer-widget, #footer a, #footer .tagcloud a i {
    color: #fff;
}
#footer .widget-title {
    border-bottom: 3px solid #ffffff;
}
/*font size menù*/
.primary-menu ul {
    font-size: 14px;
}