.ceptech-page-editor {
    display: block;
    width: 100%;
    max-width: 800px !important;
}
.ceptech-page-editor .editor-row {
    padding: 16px;
    margin: 8px 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #F8F8F8;
}
.ceptech-page-editor .sortable-ghost {
	opacity: 0;
}
.ceptech-page-editor .editor-row .title-bar {
    display: block;
}
.ceptech-page-editor .editor-row .title-bar .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.ceptech-page-editor .editor-row .title-bar .actions {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.ceptech-page-editor .editor-row .title-bar .actions .action {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.ceptech-page-editor .editor-row .title-bar .actions .action.drag {
    cursor: grab;
}
.ceptech-page-editor .editor-row .title-bar .actions .action i {
    transition: 0.5s;
}
.ceptech-page-editor .editor-row .title-bar .actions .action.red i {
    color: #ff7875;
}
.ceptech-page-editor .editor-row:not(.collapsed) > .title-bar .actions .action.toggle i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.ceptech-page-editor .editor-row.collapsed .content-area {
    display: none;
}

.ceptech-navigation-editor {
    display: block;
    width: 100%;
    max-width: 800px !important;
}
.ceptech-navigation-editor .editor-row {
    padding: 16px;
    margin: 8px 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #F8F8F8;
}
.ceptech-navigation-editor .sortable-ghost {
	opacity: 0;
}
.ceptech-navigation-editor .editor-row .title-bar {
    display: block;
}
.ceptech-navigation-editor .editor-row .title-bar .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.ceptech-navigation-editor .editor-row .title-bar .actions {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.ceptech-navigation-editor .editor-row .title-bar .actions .action {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.ceptech-navigation-editor .editor-row .title-bar .actions .action.drag {
    cursor: grab;
}
.ceptech-navigation-editor .editor-row .title-bar .actions .action i {
    transition: 0.5s;
}
.ceptech-navigation-editor .editor-row .title-bar .actions .action.red i {
    color: #ff7875;
}
.ceptech-navigation-editor .editor-row:not(.collapsed) > .title-bar .actions .action.toggle i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.ceptech-navigation-editor .editor-row.collapsed .content-area {
    display: none;
}
