#customize-header-actions,
#customize-notifications-area {
	display:none;
}

.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content {
    top: 0px !important;
}

.panel-title.site-title:after {
	content: 'This is a demo version of the Avventura Customizer panel. Due to the security reasons, some customizer options are disabled like image uploads, menus or widgets!';
	display: block;
    white-space: normal;
    margin: 15px 0;
    font-style: italic;
    background: #f1f1f1;
    border: red 1px dotted;
    padding: 7px 10px;
    color: #555;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}