.editor-block-list__layout .mce-toolbar .mce-btn i {
font-family: "dashicons", "tinymce";
}
.editor-block-list__layout .mce-toolbar .mce-btn button,
.editor-block-list__layout input[type="text"][role="button"] {
background-color: transparent !important;
}
.editor-block-list__layout .mce-toolbar .mce-btn button {
color: #333 !important;
padding: 2px 3px !important;
} .editor-post-title__block .editor-post-title__input {
min-height: 1em;
height: unset;
background-color: transparent !important;
} div.edit-post-layout {
height: unset;
}
body.edit-post-visual-editor {
font-size: 14px !important;
padding: 3em 0;
min-height: 50vh;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
} .editor-writing-flow {
margin: 0 auto;
}
.editor-writing-flow,
.editor-block-list__block,
.editor-post-title__block,
.editor-default-block-appender {
max-width: 760px !important;
} body.sidebar_position_hide.expand_content .editor-writing-flow,
body.sidebar_position_hide.expand_content .editor-block-list__block,
body.sidebar_position_hide.expand_content .editor-post-title__block,
body.sidebar_position_hide.expand_content .editor-default-block-appender {
max-width: 1170px !important;
}
body.sidebar_position_hide.narrow_content .editor-writing-flow,
body.sidebar_position_hide.narrow_content .editor-block-list__block,
body.sidebar_position_hide.narrow_content .editor-post-title__block,
body.sidebar_position_hide.narrow_content .editor-default-block-appender {
max-width: 1013.3333333333px !important;
} body.post-type-cpt_layouts .editor-block-list__block,
body.post-type-cpt_layouts.sidebar_position_hide.expand_content .editor-block-list__block,
body.post-type-cpt_layouts .editor-post-title__block,
body.post-type-cpt_layouts .editor-default-block-appender {
max-width: none !important;
}
body.single-cpt_layouts .trx-addons-layout--single-preview {
max-width: 1170px !important;
position: relative;
margin: 0 auto;
} @media (min-width: 600px) {
body.edit-post-visual-editor .editor-block-list__block:not([data-align]) .editor-block-list__block-edit {
margin-left: -28px;
margin-right: -28px;
}
} body.edit-post-visual-editor:not(.post-type-cpt_layouts):not(.sidebar_position_hide) {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.sidebar_position_hide .editor-post-sidebar-holder,
body.post-type-cpt_layouts .editor-post-sidebar-holder {
display: none;
}
.editor-post-sidebar-holder {
width: 370px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: #f0f0f0;
min-height: 75vh;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.editor-post-sidebar-holder:before {
content: 'Sidebar';
display: inline-block;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 3em;
line-height: 1em;
font-weight: bold;
color: #ccc;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align="left"] > .block-editor-block-list__block-edit,
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align="right"] > .block-editor-block-list__block-edit {
max-width: 270px;
}
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align="left"] > .block-editor-block-list__block-edit {
float: left;
margin: 1em 1em 1em -300px;
}
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align="right"] > .block-editor-block-list__block-edit {
float: right;
margin: 1em -300px 1em 2em;
}
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align="left"][data-type="core/image"] > .block-editor-block-list__block-edit,
body.sidebar_position_hide.narrow_content .block-editor-block-list__block[data-align="right"][data-type="core/image"] > .block-editor-block-list__block-edit {
max-width: none !important;
} body.sidebar_position_hide.normal_content .block-editor-block-list__block[data-align="left"] > .block-editor-block-list__block-edit {
float: left;
margin: 1em 1em 1em -205px;
}
body.sidebar_position_hide.normal_content .block-editor-block-list__block[data-align="right"] > .block-editor-block-list__block-edit {
float: right;
margin: 1em -205px 1em 2em;
} body:not(.sidebar_position_hide) .editor-block-list__layout .alignwide,
body:not(.sidebar_position_hide) .editor-block-list__block[data-align="wide"],
body:not(.sidebar_position_hide) .editor-block-list__layout .alignfull,
body:not(.sidebar_position_hide) .editor-block-list__block[data-align="full"] {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
}
body.sidebar_position_hide .editor-block-list__layout .alignwide,
body.sidebar_position_hide.expand_content .editor-block-list__layout .alignwide,
body.sidebar_position_hide.narrow_content .editor-block-list__layout .alignwide,
body.sidebar_position_hide .editor-block-list__block[data-align="wide"],
body.sidebar_position_hide.expand_content .editor-block-list__block[data-align="wide"],
body.sidebar_position_hide.narrow_content .editor-block-list__block[data-align="wide"] {
max-width: none !important;
width: calc(100% + 8em);
margin-left: -4em;
}
body.sidebar_position_hide .editor-block-list__layout .alignfull,
body.sidebar_position_hide.expand_content .editor-block-list__layout .alignfull,
body.sidebar_position_hide.narrow_content .editor-block-list__layout .alignfull,
body.sidebar_position_hide .editor-block-list__block[data-align="full"],
body.sidebar_position_hide.expand_content .editor-block-list__block[data-align="full"],
body.sidebar_position_hide.narrow_content .editor-block-list__block[data-align="full"] {
max-width: none !important;
width: calc(100% + 14em);
margin-left: -7em;
}  .wp-block-nextpage > span {
height: auto;
} .block-editor-rich-text {
z-index: 1;
}
figure .block-editor-rich-text__editable[data-is-placeholder-visible="true"] {
position: absolute !important;
}
figure .block-editor-rich-text {
width: 100%;
}
.blocks-gallery-item .block-editor-rich-text {
position: static;
} [data-type="core/image"][data-align="center"] .block-editor-block-list__block-edit figure,
[data-type="core/image"][data-align="left"] .block-editor-block-list__block-edit figure,
[data-type="core/image"][data-align="right"] .block-editor-block-list__block-edit figure {
display: inline-block;
vertical-align: top;
} .wp-block-image .components-resizable-box__container {
vertical-align: top;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
color: #fff;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 2em;
} .editor-block-list__block .kt-tabs-title-list {
margin-bottom: 0;
padding-left: 0;
}
.editor-block-list__block .kt-tabs-layout-vtabs > .kt-tabs-wrap > .kt-tabs-title-list li {
margin-bottom: 1px;
}
.editor-block-list__block .kt-tabs-content-wrap {
border: 1px solid #ddd;
}