.loader_icon,.loader_icon:after{border-radius:50%;width:20px;height:20px; display:block;}.loader_icon{margin:5px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:5px solid rgba(0,0,0,.2);border-right:5px solid rgba(0,0,0,.2);border-bottom:5px solid rgba(0,0,0,.2);border-left:5px solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.form-horizontal input.ce-inline-tool-input { display: none; }
.form-horizontal input.ce-inline-tool-input--showed { display: inline-block; }

.editorjs_ui_columns_columns {
    display: flex;
    flex-wrap: wrap;
    align-items: space-around;
    justify-content: space-around;
}

.editorjs_ui_columns_box {
    background: #FFF;
    padding: 0.2rem;
    border-radius: 20px;
    border: solid 1px #CCC;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}
.editorjs_ui_columns_box span {
    display: block;
    cursor: pointer;
    padding: 0 0.3rem;
}
.editorjs_ui_columns_box input {
    width: auto;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 1rem;
    padding: 0.2rem;
    text-align: center;
    width: 20px;
}
.editorjs_editor_block_preview, .editorjs_editor_block_edit {
    border: solid 1px #CCC;
    min-height: 200px;
    flex: 1;
    margin: 0.5rem;
    padding: 0.5rem;
    position: relative;
}
.editorjs_editor_block_preview {
    cursor: pointer;
}

.editorjs_editor_block_edit {

}

.editorjs_ui_columns_columns .ce-toolbox.ce-toolbox--opened {
    flex-direction: column;
    top: 0;
    right: -5px;
    transform: translateY(0)!important;
    background: #FFF;
    border: solid 1px #CCC;
    top: 30px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.editorjs_ui_columns_columns .ce-toolbox.ce-toolbox--opened, .ce-toolbar__plus {
    background: #FFF;
    padding: 0.5rem;
    border-radius: 0.1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.ce-toolbox.ce-toolbox--opened {
    background: #FFF!important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex; justify-content: center; max-width: 200px;
    flex-wrap: wrap; width: 100%; position: static; transform: translateY(40px)!important;
    
}
.ce-toolbar__plus { box-sizing: border-box; }
.ce-toolbox.ce-toolbox--opened li {  border: solid 1px #CCC; margin: 0.1rem; }
.ce-block.ce-block--focused { padding-top: 2rem!important; }
.editorjs_ui_columns_columns .ce-toolbar .ce-toolbox, .ce-toolbar__plus {
    top: 0!important;
    left: 0!important;
    transform: none!important;
}
.ce-toolbar__content { border-top: dotted 1px  rgba(169, 169, 169, 0.4); }

.ce-block.ce-block--focused {
    position: relative;
}

.editorjs_ui_columns_columns .codex-editor--narrow .codex-editor__redactor {
    margin-right: 0;
}

.editorjs_ui_columns_columns  .ce-block__content, .ce-toolbar__content {
    max-width: 100%;
}

.ce-toolbar__plus {
    left: 0;
}
.ce-toolbar__actions {
    right: auto!important; top: 1px; left: 50%; transform: translateX(-50%);
}
.ce-header {
    margin-bottom: 0!important; padding: 0.5rem 0 0 1rem!important;
}
.ce-block {
    padding: 1rem;
}
.ce-block--focused {
    background: #e9faf5;
    border: dashed 1px #CCC; 
}
.ce-toolbar__settings-btn {
    width: 50px;
    height: 40px;
    border-radius: 0 0 10px 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.ce-toolbar__settings-btn svg, .ce-settings__default-zone svg, .ce-inline-toolbar__buttons svg { fill: #000; }
.ce-paragraph { font-size: 0.9rem; }

.editorjs_ui_columns_columns {
    position: relative;
}
body, html {
    height: 100%;
}
.iframe_editor {
    height: 100%;
    width: 100%;
}

.editorjs_modal {
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    overflow: auto;
    padding-top: 2rem;
    -webkit-overflow-scrolling: touch;
}

.editorjs_modal_center { width: 100%; max-width: 600px; }

.editorjs_modal_center .codex-editor, .editorjs_modal_settings_content {
    border: none;
    border-radius: 0 0 5px 5px;
    padding-top: 2rem;
    background: #FFF;
}
.editorjs_modal_settings_content {
    padding: 1rem;
}

.editorjs_modal_center .ce-toolbar__plus, .editorjs_modal_center .ce-toolbar__plus svg {
    fill: #000;
}
.editorjs_modal_center * {
    color: #000;
}

.editorjs_ui_columns_input {
    color: #000;
}

.editorjs_modal_footer {
    height: 50px;
    box-sizing: border-box;
    background: #e8e8e8;
    width: 100%;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: flex-end;
    padding: 0 0.5rem;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    z-index: 1001;
}
.editorjs_ui_columns_box svg {
    width: 15px;
}

.editorjs_default_btn {
    border: solid 1px #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
    border-radius: 5px;
    display: inline-block;
    background: #FFF;
    margin-left: 0.5rem;
    color: #000;
    text-decoration: none;
    text-transform: uppercase; font-size: 0.6rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    text-align: center;
}
.positive_btn { background: #c5feff; }
.negative_btn { background: #ffe9f1;}

.editorjs_modal_footer .negative_btn {
    margin-right: auto;
}

.editorjs_coll_toolbox {
    display: flex;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #FFF;
    border-radius: 15px;
    border: solid 1px #CCC;
}
.editorjs_coll_toolbox a {
    display: block;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.editorjs_modal_header {
    background: #e8e8e8;
    border-radius: 5px 5px 0 0;
    min-height: 40px;
    display: flex;
    align-items: flex-end;
    
}
.editorjs_modal_tab_wrapper {
    display: flex;
    flex-direction: row;
    min-height: 30px;
    width: 100%;
    padding: 0 1rem;
}
.editorjs_pencil_btn svg {
    width: 15px;
}

.editorjs_modal_tab {
    display: flex;
    height: 30px;
    border-radius: 3px 3px 0 0;
    margin-right: 0.5rem;
    padding: 0 1rem;
    align-items: center;
    position: relative;
}

.editorjs_modal_tab.active  {
    background: #FFF;
}


.editorjs_modal_settings_field_row.radios { display: flex; justify-content: space-around;  }
.editorjs_modal_settings_field_row_radio_row { display: flex; }
.editorjs_modal_settings_field_row_radio_row label { margin-left: 0.5rem; }
.editorjs_modal_settings_field_row input[type=text], .editorjs_modal_settings_field_row textarea { border: solid 1px #CCC; width: 100%; }
.editorjs_modal_settings_field_row textarea { height: 100px; }
.editorjs_modal_settings_field_row {  padding: 0.5rem 0; margin-bottom: 0.5rem; max-width: 400px; }
.editorjs_modal_video.video_container { position: relative; padding-bottom: 56.25%; height: 0; }
.video_container_embed { position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; }
.spacer { min-height: 2rem; }
.editorjs_editor_block_preview { padding: 1rem; }
.temp_dupli { background: #fcfce6; padding: 0.5rem; }
.temp_dupli .btn { margin-left: 0.5rem; }
.temp_dupli_tools_form, .temp_dupli_tools_selector { padding: 0.5rem; border-top: solid 1px #CCC; margin-top: 0.5rem; display: flex; flex-direction: row; align-items: center; }
.temp_dupli_tools_selector { flex-direction: column; }
.temp_dupli_tools_selector select { width: 100%; }
.temp_dupli input { border: solid 1px #CCC; height: 30px; padding: 0.2rem; box-sizing: border-box; }
.lds-ring{display:inline-block;position:relative;width:30px;height:30px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:25px;height:25px;margin:4px;border:5px solid #000;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#000 transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.hero_wrapper { display: flex; align-items: center; justify-content: center; min-height: 450px; position: relative; background-color: #fdf7ec; background-repeat: no-repeat; }
.hero_wrapper_content { width: 100%; max-width: 600px; background-color: #FFF; padding: 1rem; }
.hero_title { font-size: 2rem; padding-bottom: 1rem; }
.hero_title:focus, .hero_inner_content:focus, .hero_title:active, .hero_inner_content:active { border: none; background:#fff8dc; outline: none; padding: 0.5rem;  }
.hero_wrapper.active { background: #deffec; }
.media_wrapper { position: fixed; position: fixed; left: 0; top: 0; bottom: 0; width: 31%; background: #f5f5f5; z-index: 101; padding: 1rem; transition: transform 0.5s; box-sizing: border-box; max-width: 360px; box-shadow: 2px 0 5px rgba(0,0,0,0.1); }
.media_wrapper.close { transform: translateX(-100%); }
.media_wrapper.remove { display: none; }
.media_wrapper.open { display: flex; transform: translateX(0); z-index: 2001; }
.media_uploader  {width: 100%;  min-height: 100px; display: flex; position: relative; margin-bottom: 0px; padding: 1rem; box-sizing: border-box; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); transition: background 0.3s; }
.media_panel { display: flex; flex-direction: column; height: 100%; flex: 1; }
.media_uploader .icon { border: 1px dashed #CCC; display: flex; flex: 1; align-items: center; justify-content: center; flex-direction: column; min-height: 100px; }
.media_uploader .icon span { display: block; position: relative; cursor: pointer; }
.media_uploader .icon span:hover strong { text-decoration: underline; }
.media_uploader svg { fill: #333; width: 20px; height: auto; margin-bottom: 0.5rem; }
.media_uploader input { width: 100%; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
.media_library { flex: 1; overflow: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; padding: 0.5rem; border-bottom: solid 1px #CCC; 
display: grid;
grid-auto-rows: 100px; padding-bottom: 100px;
grid-template-columns: repeat(3, 100px);
grid-auto-flow: row dense;
}
.media_library:after { content: ''; display: block; height: 200px; width: 100%; }
.media_library .media_img_top { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; }
.media_library .media_img_wr { width: 100%; height: 100px; box-sizing: border-box; overflow: hidden; position: relative;  }
.media_library .media_img_wr img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.media_library .media_img_wr:after { content: ''; display: block; padding-bottom: 100px; }
.media_uploader .hide { display: none; }
.media_uploader .show { display: flex; }
.media_uploader.active { background: #deffec; }
.media_error_state { background: #ffd9d9; }
.media_close { display: flex; padding: 0.5rem 0; text-align: right; color: #999; align-items: center; justify-content: flex-end; text-decoration: none; 
}
.hero_img_shower { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.hero_img_shower.active { background: #deffec; }
.hero_wrapper input[type=file] { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;  opacity: 0; }
.hero_bg_image_toolbar { position: absolute; right: 1rem; top: 1rem; cursor: pointer; }
.hero_bg_image_toolbar .icon svg { fill: #808080; width: 100%; }
.hero_bg_image_toolbar .icon { display: block; width: 30px; padding: 0.5rem; background: #FFF; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.hero_content_settings .setting_icons svg, .hero_bg_settings .setting_icons svg { width: 25px; }
.ce-settings__plugin-zone hr { margin: 0.2rem 0!important;}
.cdx-settings-button--active svg, .cdx-settings-button--active svg g { fill: #00ced1;  }
.bg_options__contain { background-size: contain; }
.bg_options__cover { background-size: cover; }
.bg_options__default { background-size: auto; }
.bg_align__bgc { background-position: center center;  }
.bg_align__bgt { background-position: center top;  }
.bg_align__bgb { background-position: center bottom;  }
.hero_wrapper.align__ar { justify-content: flex-end; }
.hero_wrapper.align__ac { justify-content: center; }
.hero_wrapper.align__al { justify-content: flex-start; }
.hero_wrapper.v_align__hat { align-items: flex-start; }
.hero_wrapper.v_align__hac { align-items: center; }
.hero_wrapper.v_align__hab { align-items: flex-end; }
.hero_bg_image_icon.icon svg  { min-width: 25px; cursor: pointer; }
.hero_bg_image_icon.icon { min-width: 30px; box-sizing: content-box; }
.hero_del_btn { display: inline-flex; border: solid 1px #CCC; width: 20px; height: 20px; align-items: center; justify-content: center; margin: 0 0.1rem; border-radius: 100%; cursor: pointer; }
.hero_del_btn svg { width: 15px; fill: #000; margin-left: 1px; }
.hero_wrapper .hero_bg_content_btns { margin-top: 1rem; }
.control-group .published_label { display: inline-flex; align-selft: flex-end; margin: 0.5rem 0.2rem;  padding: 0rem 0.5rem; font-size: 0.6rem; position: absolute; right: 0; top: 0; background: #deffec; border-radius: 1rem; }
.control-group .published_label.not { background: #ffcbb7; }
.control-group { position: relative; }
.coll_50 { flex: 0 0 50%; }
.coll_25 { flex: 0 0 25%; }
.coll_75 { flex: 0 0 60%; }
.page-header { display: flex; justify-content: space-between; }
.page-header .pull-left { display: flex; flex: 1; }
.page-header .btn { display: inline-flex; align-items: center; }
.page-header .btn svg { margin-right: 0.5rem; }
.codex-editor--narrow .codex-editor__redactor { margin-right: 0!important;}
.codex-editor--narrow .ce-block--focused { margin-right: 0!important; padding-right: 1rem!important; }
.cdx-list__item { padding: 0 0 0.5rem 0;}
.button_wrapper_btn_info { background: #FFF; border-radius: 3px; padding: 0.3em; display: inline-flex; margin-left: 0.5rem; position: relative; align-items: center; }
.button_wrapper_btn_info:before { content: ''; display: block; border-top: solid 5px transparent; border-bottom: solid 5px transparent; border-right: solid 5px #FFF; position: absolute; left: -5px; top: 50%; transform: translateY(-50%); }
.button_wrapper_btn_wrap { display: flex; align-items: center; }
.button_wrapper_settings_wrap { background: #FFF; padding: 1rem;  border-radius: 5px; display: flex; flex-direction: column; }
.button_wrapper_settings_wrap input { width: 100%; border: none; background: #fffaf0; border-bottom: solid 1px #CCC; padding: 1rem; box-sizing: border-box; font-size: 1rem;  }
.button_wrapper_settings_inp_row { padding: 0.3rem 0; }
.button_wrapper_settings_wrap select { width: 100%; margin: 0.2rem 0; }
.button_wrapper_settings_wrap .btn { margin-top: 1rem; max-width: 150px; }
.button_wrapper_settings_select_page_wrap { min-height: 30px; }
.button_wrapper_settings_select_page_wrap_faker { overflow: hidden; height: 0; }
.assets_wrapper_hidden { display: none; }
.assets_wrapper .assets_row { display: flex; align-items: center; }
.assets_wrapper .assets_row input { margin: 0 0.5rem 0 0; }
.editorjs_button_wrapper { display: none; }
.editorjs_button_wrapper.open { display: block; }

.hero_wrapper_v2 { min-height: 420px; background-color: #fcfce6; display: flex; align-items: center; padding: 1rem; }
.hero_wrapper_v2 .hero_main_content_wrapper { display: flex; width: 100%; }
.hero_wrapper_v2 .hero_image_toolbar { width: 150px; height: 150px; max-height: 150px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #FFF; flex: 1 0 auto; cursor: pointer; margin-left: 1rem; }
.hero_wrapper_v2.content_align__right .hero_main_content_wrapper { flex-direction: row-reverse; }
.hero_wrapper_v2.bg_color__dark { background-color: #e8e8e8; }
.hero_wrapper_v2 .hero_image_toolbar input { cursor: pointer; }
.hero_wrapper_v2 .hero_bg_image_icon { background: #FFF; border-radius: 100%; padding:0.4rem 0.2rem; }
.hero_wrapper_v2 .hero_wrapper_content { max-width: 100%; }
.gray_box { background-color: #e8e8e8; padding: 1rem; }
.editors_pick { min-height: 200px; }
.editors_pick .row { background: #FFF; min-height: 50px; margin-bottom: 0.5rem; margin-left: 0; }
.wrap_top_wrapper, .wrap_bottom_wrapper { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.wrap_top_row_ind, .wrapper_top{ width: 50%; height: 15px; border-left: 5px #000 solid; border-right: 5px #000 solid; border-top: 5px #000 solid; }
.wrap_top_row_title { display: block; font-size: 0.9rem; padding-bottom: 0.2rem;}
.wrap_top_wrapper  { padding: 0.5rem; }
.wrap_bottom_row_ind, .wrapper_bottom  { width: 50%; height: 15px; border-left: 5px #000 solid; border-right: 5px #000 solid; border-bottom: 5px #000 solid; }
.mobile .wrap_bottom_row_ind {
    border-bottom: 5px #000 dashed!important;
}
.mobile .wrap_top_row_ind { border-top:  5px #000 dashed!important; }

h2.wrap_top_title, h2.wrap_bottom_title { font-size: 0.9rem; }
.wrapper_bottom, .wrapper_top { margin: 0 auto; }
.blog_articles { background: #f5f5f5; min-height: 300px; display: flex; justify-content: center; align-items: center; padding: 2rem;  text-align: center; }
input.media__search_box { box-sizing: border-box; width: 100%; padding: 1rem; }
.img_load_library { display: inline-flex; background: #FFF; padding: 0 0.2rem; align-items: center; height: 32px; justify-content: center; border-radius: 3px; box-shadow: 0 1px 5px rgba(0,0,0,.2); }
.ce-toolbar--opened { z-index: 1000!important;}
.tools_options { text-align: center; padding: 0 0 0.5rem 0; font-weight: bold; }
.tools_options .options_title {padding: 0.2rem; margin: 0; }
.tools_options .btn.small { margin: 0.1rem; padding: 0.3rem; border-radius: 10px; display: inline-flex; font-size: 0.6rem; height: 20px; align-items: center; justify-content: center; }
.tools_options .btn.active { background-color: #00ced1; }
.ce-rawtool__textarea { color: white!important; } 