#editor .components-base-control,
#editor .components-panel__body {
    margin: 0px;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}
#editor .components-panel__body.is-opened > .components-panel__body-title{
	margin: 0px;;
}
#editor .components-base-control label{
	font-weight: 600;
}
#editor .components-panel__body button {
	padding: 0px;
}
#editor .edit-post-block-sidebar__panel .components-panel__body{
	margin: 0px;
}
#editor .components-panel__body button.components-color-palette__clear{
	margin-right: 15px;
}
#editor .edit-post-sidebar .components-panel__body > div > h2{
	font-size: 16px;
	padding: 15px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
}
#editor .components-panel__body .editor-block-inspector__card{
	margin: 0px;
	padding: 10px 10px 0px 10px;
}
#editor .components-color-palette{
	margin: 0px;
}
#editor .components-panel__body button span.kingblocks-button{
	font-size: 23px;
	color: #fff;
}
#editor .components-panel__body button.editor-block-list-item-kb-blockquote .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-button .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-card .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-card-image .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-count-up .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-divider .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-divider-text .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-notification .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-pricing-table .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-spacer .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-step-process .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-team-member .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-video-popup .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-social-icons .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-icon-box .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-map .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-progress-bar .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-heading .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-flip-box .editor-block-types-list__item-icon,
#editor .components-panel__body button.editor-block-list-item-kb-accordion .editor-block-types-list__item-icon {
	background: linear-gradient(to bottom, #2af499, #009efd);
}
#editor .components-panel__body > .components-panel__body-title{
	line-height: 0px;
}
.components-panel__body>.components-panel__body-title:hover,
.edit-post-last-revision__panel>.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{
	background: none;
}
.editor-block-inspector__card .editor-block-icon{
	background: #f5f5f5;
    margin: -3px 10px 0px -2px;
}
.edit-post-settings-sidebar__panel-block .components-panel__body,
#editor .components-base-control:last-child {
    border: none;
}
.components-base-control .components-base-control__label{
	margin-bottom: 10px;
}
.components-base-control .components-base-control__field{
	margin: 0px;
}
.components-color-palette__item-wrapper {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#editor .components-panel__body button.components-color-palette__clear {
    margin-top: 5px;
}
#editor .components-base-control{
	padding: 20px 0px;
}
#editor .components-panel__body{
	
}

