
.control_editor_builder .sbWrapper {
  top: 80px !important;
  padding-top: 30px;
}
.control_editor_builder .select_search {
  top: 111px !important;
}

.editor_builder_app {
  display: grid;
  grid-template-columns: 200px auto 350px;
  gap: 20px;
  background: #f4f4f4;
  min-height: calc(100vh - 37px);
}
.editor_builder_app.theme_editor {
  grid-template-columns: auto 350px;
}
.editor_builder_app .ckeditorLoad {
  min-height: 12px;
  padding: 2px;
}
.control_editor_builder .inner {
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  top: auto;
  float: none;
  box-shadow: none;
}
.data_content_add .edit_content_builder_wrap .scroll {
  padding: 0;
  height: calc(100vh - 37px);
}
.control_editor_builder .scroll {
  max-height: unset !important;
  height: calc(100vh - 155px) !important;
}
.edit_content_builder_wrap {
  padding: 0 !important;
}
.control_editor_builder .record_heading {
  margin: 0;
}
.page_site-editor-pages .tox-tinymce {
  z-index: 8000;
}
.page_site-editor-pages fieldset .tox-tinymce {
  z-index: 10;
}
.tox.tox-tinymce-aux {
  z-index: 8010;
}
.tinymce_inline .tox-tinymce {
  border: none !important;
  background: none;
  border-radius: 0 !important;
  height: auto !important;
}
.control_editor_builder.edit_page .field_id_234,
.control_editor_builder.edit_page .field_id_843,
.control_editor_builder.edit_page .field_id_1322,
.control_editor_builder.edit_page .field_id_1323 {
  display: none;
}
fieldset.object_configure_fields {
  display: none;
}
fieldset.object_configure_fields.show {
  display: block;
}

.tiny-mce-saved {
  position: absolute;
  background: #54c995;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  right: 17px;
  top: 17px;
  font-size: 14px;
  border-radius: 7px;
  display: none;
  transition: 0.3s;
  z-index: 9999999;
}
.tiny-mce-saved.active {
  display: inline-block;
}

h1, h2, h3, h4, h5 {
  margin: 0.83em 0;
  font-size: inherit;
}


#website-container {
  position: relative;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 70px;
  width: 100%;
  z-index: 1;
}
#website-container .body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.editor_builder_toggle_desktop_mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  z-index: 5;
}
.editor_builder_toggle_desktop_mobile a {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 7px;
  cursor: pointer;
}
.editor_builder_toggle_desktop_mobile a.sel {
  background: #498ec5;
  color: #fff;
  border: 1px solid #498ec5;
}
.editor_builder_toggle_desktop_mobile a:last-child {
  position: absolute;
  right: 370px;
}
.resp_mobile {
  max-width: 500px;
  margin: 0 auto;
}
.map_editor_builder {
  position: relative;
  box-shadow: 0 -3px 10px #00000078;
  background: #3d5265;
  z-index: 10;
}
.map_editor_builder .map_inner {
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 0;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 41px);
  overflow-y: scroll;
}
.map_editor_builder .map_inner::-webkit-scrollbar {
  display: none;
}
.map_editor_builder .edit_page {
  background: #4eaefca6;
  color: #fff;
  padding: 0 15px;
  line-height: 40px;
  border: 1px solid #7ab3f1;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.map_editor_builder .row_wrap {
  padding: 10px 10px 5px;
  border-radius: 7px 7px 0 0;
  background: #1724307a;
}
.map_editor_builder .row_wrap.sub {
  border-radius: 0;
  padding: 5px 10px;
  margin: 0;
}
.map_editor_builder .row_wrap.sub.end {
  border-radius: 0 0 7px 7px;
  padding: 5px 10px 10px;
  margin-bottom: 20px;
}

.map_editor_builder .row {
  position: relative;
  background: #4eaefc1f;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
  border: 1px solid #7ab3f1;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.map_editor_builder .col_sub .row {
  background: no-repeat;
  display: inline-block;
  padding: 0 7px;
  line-height: 20px;
  margin-left: 20px;
}
.map_editor_builder .col_sub .row:before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 10px;
  border-left: 1px solid #7bb3ee;
  border-bottom: 1px solid #7bb3ee;
  height: 50px;
  width: 17px;
}
.map_editor_builder .column .row:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 14px;
  border-left: 1px solid #7bb3ee;
  border-bottom: 1px solid #7bb3ee;
  height: 50px;
  width: 6px;
}

.map_editor_builder .row:hover {
  border: 1px solid #cbdbec;
  background: #4eaefc66;
}
.map_editor_builder .map_row_status_0 {
  border: 1px dashed #cdcdcd38;
  color: #ffffff7a;
  border-left-style: solid;
  background: #454f5894;
}
.map_editor_builder .map_row_status_2 {
  border: 1px dashed #f1b37a;
  background: #df7d3566;
  border-left-style: solid;
}
.map_editor_builder .map_row_status_0:hover {
  border: 1px dashed #cbdbec;
}
.map_editor_builder .row.focus {
  border: 1px solid #51dd6a;
  background: #51dd6a4f;
}
.map_editor_builder .map_row_status_0.row.focus {
  border: 1px dashed #51dd6a;
}
.map_editor_builder .map_row_status_2.row.focus {
  border: 1px dashed #51dd6a;
}
.map_editor_builder .row.parent {
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  border-left-width: 7px !important;
  border-left-style: solid !important;
  z-index: 1;
}
.map_editor_builder .row.parent:hover {
  border-left-style: solid;
}
.map_editor_builder .add_section {
  color: #ffffffb0;
  background: #0d253ac4;
  color: #ffffffb0;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin: 20px 0;
  transition: 0.3s;
}
.map_editor_builder .add_section:hover {
  background: #577590b0;
  color: #fff;
}
.map_editor_builder .add_section.cell {
  margin: 0;
  margin-right: 20px;
}
.map_editor_builder .add_section span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 6px;
}
.control_editor_builder {
  position: fixed;
  top: 36px;
  right: 0;
  bottom: 0;
  width: 350px;
  box-shadow: 0 0 10px #00000078;
  background: light-dark(#dfe3e7, #313131);
  z-index: 10;
}
.control_editor_builder_holder.loading {
  background: url(/images/loading5.svg) no-repeat;
  background-size: 50px;
  background-position: center;
  height: 100%;
}
.control_editor_builder .data_content_add_fixed .inner {
  padding: 20px;
  width: auto;
}
.control_editor_builder .scroll {
  max-height: calc(100vh - 250px);
  padding: 0;
}
.control_editor_builder .grid_content,
.control_editor_builder .right_panel,
.control_editor_builder .left_panel,
.control_editor_builder .left,
.control_editor_builder .right {
  display: block !important;
}
.control_editor_builder .footer_edit {
  bottom: -45px;
  padding: 0 10px;
}

.control_editor_builder .btn_close.close {
  display: none;
}
[data-panel-action="add-element"] .btn_close.close,
[data-panel-action="add-section"] .btn_close.close {
  display: block;
}
.builder_col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme_editor .body {
  margin: 0 15px;
}
.theme_editor .builder_section {
  flex-direction: column;
}

.editor_builder_preview {
  display: none;
  position: fixed;
  top: 90px;
  left: 200px;
  right: 350px;
  bottom: 0;
  background: #fff;
  transition: 0.3s;
  z-index: 10;
}
.editor_builder_preview.active {
  display: block;
  background: url(/images/loading5.svg) no-repeat #fff;
  background-size: 50px;
  background-position: center;
}
.editor_builder_preview iframe {
  border: none;
  width: 100%;
  height: calc(100vh - 90px);
}
[data-preview="resp_mobile"] iframe {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.content_editor_builder .pb_selectable {
  position: relative;
  outline: 1px dashed #ff2fe4;
  padding: 9px;
  margin: 9px;
  transition: unset !important;
}
.content_editor_builder .pb_selectable:hover {
  box-shadow: 0 0 0 10px #ff2fe41f;
}

.content_editor_builder .builder_section {
  outline: 1px dashed #0096ffe6;
  padding: 9px;
  gap: 40px;
}
.content_editor_builder .builder_section:hover {
  box-shadow: 0 0 0 10px #0096ff1f;
}

.content_editor_builder .builder_col {
  outline: 1px dashed #ff2f2f;
  padding: 9px;
}
.content_editor_builder .builder_col:hover {
  box-shadow: 0 0 0 10px #ff2f2f1f;
}

.content_editor_builder .builder_cell {
  outline: 1px dashed #7700ffe6;
  padding: 9px;
}
.content_editor_builder .builder_cell_empty {
  background: #ecf0f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_editor_builder .builder_cell:hover {
  box-shadow: 0 0 0 10px #7700ff1f;
}

.content_editor_builder .pb_selectable.focus,
.content_editor_builder .pb_selectable.mce-edit-focus {
  outline: 1px dashed #00ffb3de;
  box-shadow: 0 0 0 10px #00ffb31f;
}
.content_editor_builder .pb_selectable.focus:hover,
.content_editor_builder .pb_selectable.mce-edit-focus:hover {
  box-shadow: 0 0 0 10px #00ffb357;
}

.page_builder_add_element {
  position: relative;
  color: #ffffff;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  outline: 1px dashed #fff;
  outline-offset: -4px;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
  background: #0051d7;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1000;
}
.page_builder_add_element:hover {
  background: #4f92ff;
}
.builder_section {
  gap: 5px !important;
}


.builder_status_0 {
  display: none !important;
}

.control_editor_builder .footer_edit {
  display: block;
}
.control_editor_builder .toggle_save_form {
  display: block;
  width: 100%;
}
.control_editor_builder .delete_flow {
  border: none;
  background: #bc5858;
  color: #fff;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 0 50px;
  width: auto;
  margin: 0;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.control_editor_builder .delete_flow:hover {
  background: #d67a7a;
}
.pb_insert_content_btn {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bd_content_label {
  border-radius: 5px;
  border: 1px solid #ddd;
  line-height: 30px;
  padding: 0 20px;
}
.remove_flow_img {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.remove_flow_img span, .mini_btn {
  background: #598dba;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.remove_flow_img span:hover, .mini_btn:hover {
  background: light-dark(#83b8e7, #083953);
}

.page_placement {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page_placement .icon {
  font-family: "Source Sans 3", sans-serif;
  border: 2px solid #adddfe;
  background: #f8fcff;
  padding: 14px 20px;
  border-radius: 15px;
  width: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #48b1ff;
}
.page_placement .fcell {
  border: 2px solid #adddfe;
  background: #c8e7ff;
  padding: 15px;
  border-radius: 10px;
}
.page_placement .fbtn {
  background: #87c3f1;
  padding: 15px;
  border-radius: 10px;
  width: 35px;
  margin: 0 auto;
}

.page_placement.forms_page .config {
  border: 1px dashed #999;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}

.page_builder_action_btns .edit_row_btn {
  display: none;
}

.elements_library_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000061;
  transition: 0.3s;
  z-index: 10;
}
.elements_library_wrapper.open {
  display: block;
}
.elements_library_wrapper .library_inner {
  background: #fff;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 110px;
  border-radius: 7px;
  box-shadow: 0 0 10px #0000002e;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
}
.elements_library_wrapper h1 {
  position: absolute;
  left: 0;
}
.elements_library_wrapper .paenl {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
}
.elements_library_wrapper .paenl div {
  line-height: 40px;
  font-weight: 500;
  background: #a9b8c5;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
}
.elements_library_wrapper .paenl div.sel {
  background: #588dbc;
  color: #fff;
}
.elements_library_wrapper .list {
  border: 1px solid #ddd;
  background: light-dark(#dfe3e7, #313131);
  padding: 15px 0;
  border-radius: 10px;
}
.elements_library_wrapper .inner_list {
  height: calc(100vh - 375px);
  overflow-y: scroll;
  padding: 0 15px;
  display: none;
}
.elements_library_wrapper .inner_list.open {
  display: block;
}
.elements_library_wrapper .inner_list .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  gap: 15px;
}
.elements_library_wrapper .list .row {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px #00000012;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  cursor: pointer;
}

.elements_library_wrapper .list .row:hover {
  border: 1px solid #a3e3ff;
  background: #f0f8ff;
}
.elements_library_wrapper .list .row.sel {
  border: 1px solid #25e75a;
  background: #e6ffe5;
}
.elements_library_wrapper .list .row[data-id="0"] {
  display: none;
}
.elements_library_wrapper .paenl .mce_font {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #4a4a4a;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.pb_new_element_name_field {
  grid-column: span 5;
  margin-bottom: 15px !important;
}
.elements_library_wrapper .btns {
  padding-top: 20px;
}

.list_objects .submit_button {
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 7px;
  width: 80%;
  margin: 0 auto;
}
.list_objects h1 {
 position: static;
}

.control_editor_builder_holder .cms_page_type_list [data-rel="0"],
.control_editor_builder_holder .cms_page_type_list [data-rel="4"],
.control_editor_builder_holder .cms_page_type_list [data-rel="21"],
.control_editor_builder_holder .cms_page_type_list [data-rel="30"] {
  display: none;
}

[data-panel-action="add-element"],
[data-panel-action="add-section"] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0000005c;
}
[data-panel-action="add-element"] .inner,
[data-panel-action="add-section"] .inner {
  padding: 20px;
  max-width: 700px;
  height: 80vh;
  border-radius: 7px;
  box-shadow: 0 0 10px #00000038;
}
[data-panel-action="add-element"] .footer_edit,
[data-panel-action="add-section"] .footer_edit {
  position: static;
}
[data-panel-action="add-element"] .scroll,
[data-panel-action="add-section"] .scroll {
  height: calc(100vh - 320px) !important;
}
[data-panel-action="add-element"] .panel,
[data-panel-action="add-section"] .panel {
  display: none;
}

.editor_builder_app .add_gallery_item {
  position: absolute;
  bottom: 5px;
  right: 5px;
}



.elements_library_wrapper .content_html {
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}

[data-panel-action="edit-gallery-item"] .field_id_414 {
  display: none;
}

.tox .tox-tbtn[data-mce-name="customsave"] {
  position: absolute !important;
  top: 166px;
  right: 0;
  width: 329px !important;
  background-color: #588dbc !important;
  background: #588dbc !important;
  color: #fff !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 14px !important;
  border-radius: 7px !important;
  cursor: pointer !important;
}
.tox .tox-tbtn[data-mce-name="customsave"] span {
  cursor: pointer;
}
.tox.tox-tinymce-inline {
  position: fixed !important;
  top: 82px !important;
  right: 8px;
  left: auto !important;
  width: 334px !important;
  height: auto !important;
}
.tox.tox-tinymce-inline .tox-editor-header {
  display: flex;
  flex-direction: column;
  overflow: visible !important;
  border: none !important;
}
.tox .tox-menubar {
  border-radius: 7px 7px 0 0;
}
.tox .tox-toolbar {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  border-radius: 0 0 7px 7px;
}






/*==CSS Editor==*/
.css_editor {
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}
.css_editor .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.css_editor .css_row {
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 33px;
  cursor: pointer;
}
.css_editor .style_wrap, .css_editor .value_wrap {
  position: relative;
  line-height: 33px;
  display: flex;
}
.css_editor .css_row .style {
  color: #1c38ff;
}
.css_editor .css_row .value {
  font-weight: 600;
  color: #cf37d7;
}
.css_editor .css_row input {
  width: 123px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #c9c9c9;
  border-radius: 5px;
  padding: 0 0 0 5px;
  margin: 0;
  box-shadow: inset 1px 1px 2px #00000017;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.css_editor .css_row input:focus {
  border-bottom: 2px solid #3c99e2;
}
.invalid-css {
  border-bottom: 2px solid #e23c3c !important;
}
.css_list_placeholder {
  display: none;
}
.css_list_placeholder.active {
  position: absolute;
  display: block;
  margin-top: 32px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 1px 5px #00000024;
  max-height: calc(100vh - 310px);
  overflow-y: scroll;
  z-index: 10;
}
.css_list_placeholder .row {
  font-size: 12px;
  padding: 0 10px;
  display: flex;
  gap: 8px;
}
.css_list_placeholder .row:hover,
.css_list_placeholder .row.sel {
  background: #e4f1ff;
}
.css_list_placeholder .row span {
  display: block;
  white-space: nowrap;
}
.css_list_placeholder .row span:first-child {
  color: #0000009e;
  font-weight: bold;
}
.css_list_placeholder .row span.style {
  color: #1c38ff;
}
.css_list_placeholder .row span.value {
  color: #cf37d7;
}
.toggle_css_editor_remove {
  display: none;
}
.css_editor .css_row:hover .toggle_css_editor_remove {
  display: block;
}
.toggle_add_css_value {
  border-radius: 7px;
  margin: 0;
  line-height: 35px;
  text-align: center;
  margin-top: 20px;
  background: #598dba;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.toggle_add_css_value:hover {
  background: #83b8e7;
}
.css_editor .css_row button {
  height: 20px;
  width: 20px;
  margin-right: 7px;
  box-sizing: border-box;
  border-radius: 3px;
}


.theme_container {
  padding: 15px;
  margin: 9px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: center;
  width: 100%;
  box-sizing: border-box;
  outline: 1px dashed #000;
}
.theme_container.theme_font_list,
.theme_container.theme_color_list {
  gap: 0;
}
.theme_element_button {
  display: flex;
  gap: 10px;
}
.theme_element_button .submit_button {
  display: inline-block;
  width: auto;
  margin: 0;
}
.theme_container_heading {
  color: #fff;
  background: #000;
  font-size: 15px;
  padding: 0 10px;
  line-height: 30px;
  margin-bottom: 10px;
}
.theme_font_list {
  font-size: 20px;
}
.theme_font_list .list {
  gap: 20px;
}
.theme_color_list .list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme_color_list .color {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}


/*==Page Modules==*/
.pb_object {
  display: flex !important;
}
.pb_object_hide {
  outline: 1px dashed #000000cc !important;
  background: #00000033 !important;
  background: url(/images/grid-bg.svg) !important;
  background-size: 2px !important;
}
.pb_object_hide .pb_object {
  display: none !important;
}
.animated_gallery_wrapper .ag_overflow {
  position: relative;
}
.animated_gallery_wrapper .sliding_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.animated_gallery_wrapper .ag_box_img.portrait {
  display: none;
}
.animated_gallery_wrapper .ag_box {
  display: none;
}
.animated_gallery_wrapper .ag_box:first-child {
  display: block;
}


.media_d {
  height: auto !important;
  max-height: 300px;
  overflow-y: scroll !important;
}