.picture_element {
  display: inline-block;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.9em;
  overflow: visible;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .picture_element {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 128px;
    max-height: 200px;
  }
  .picture_element img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_element {
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    width: 90px;
    max-height: 150px;
  }
  .picture_element img {
    max-width: 90px;
    max-height: 90px;
  }
}
.picture_element:hover {
  background-color: #fefefe;
  color: #000;
  border: 1px solid #0d47a1;
}
@media screen and (min-width: 1025px) {
  .picture_element .picture_draggable {
    visibility: hidden;
  }
}
.picture_element:hover .picture_draggable {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .picture_element .picture_delete {
    visibility: hidden;
  }
}
.picture_element:hover .picture_delete {
  visibility: visible;
}
.picture_picture {
  display: inline-block;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.9em;
  overflow: visible;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .picture_picture {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 128px;
    max-height: 200px;
  }
  .picture_picture img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_picture {
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    width: 90px;
    max-height: 150px;
  }
  .picture_picture img {
    max-width: 90px;
    max-height: 90px;
  }
}
.picture_picture:hover {
  background-color: #fefefe;
  color: #000;
  border: 1px solid #0d47a1;
}
@media screen and (min-width: 1025px) {
  .picture_picture .picture_draggable {
    visibility: hidden;
  }
}
.picture_picture:hover .picture_draggable {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .picture_picture .picture_delete {
    visibility: hidden;
  }
}
.picture_picture:hover .picture_delete {
  visibility: visible;
}
.picture_selected {
  border: 1px solid #0d47a1;
  background-color: #2196f3;
  color: #fff;
}
.picture_selected:hover {
  border: 1px solid #0d47a1;
  background-color: #2196f3;
  color: #fff;
}
.picture_draggable {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #0d47a1;
  border-radius: 2px;
}
@media screen and (min-width: 1025px) {
  .picture_draggable {
    cursor: move;
    right: -5px;
    top: -5px;
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_draggable {
    cursor: move;
    right: -5px;
    top: -5px;
    padding: 5px;
  }
}
.picture_draggable_cursor {
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .picture_draggable_cursor {
    height: 25px;
    width: 25px;
  }
  .picture_draggable_cursor .material-icons {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_draggable_cursor {
    height: 25px;
    width: 25px;
  }
  .picture_draggable_cursor .material-icons {
    font-size: 25px;
  }
}
.picture_draggable_cursor .material-icons {
  color: #23282d;
}
.picture_content {
  overflow: hidden;
}
.picture_content img {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
@media screen and (min-width: 1025px) {
  .picture_content {
    width: 128px;
    max-height: 200px;
  }
  .picture_content img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_content {
    width: 90px;
    max-height: 150px;
  }
  .picture_content img {
    max-width: 90px;
    max-height: 90px;
  }
}
.pageit-admin-editor {
  --color: #1976D2;
  --color-highlight: #a1610d;
  --color-dark: #0D47A1;
  --contrast: white;
  --border-width: 2px;
  --border-radius: 2px;
  --gap: 5px;
  margin: 10px 0px;
  display: flex;
  flex-flow: column;
}
.pageit-admin-editor .children {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  gap: var(--gap);
}
.pageit-admin-editor .control {
  width: 100%;
  min-height: 3rem;
  margin-bottom: var(--gap);
  color: var(--contrast);
  background-color: var(--color-dark);
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: var(--gap);
  align-items: center;
  padding: var(--gap);
  user-select: none;
}
.pageit-admin-editor .control .icon {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.pageit-admin-editor .control .title {
  flex: 1 auto;
  overflow-x: hidden;
}
.pageit-admin-editor .control .config {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: var(--gap);
}
.pageit-admin-editor .control .config .action {
  border-radius: var(--border-radius);
  background-color: white;
  padding: 2px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-dark);
}
.pageit-admin-editor .control .config .action:not(.highlight) {
  color: white;
  border: 1px solid white;
  background-color: var(--color-dark);
}
.pageit-admin-editor .control .config .action.disabled {
  color: lightgray;
}
.pageit-block {
  display: flex;
  flex-flow: column;
  border: solid var(--color);
  border-radius: var(--border-radius);
  min-height: 30px;
  padding-bottom: var(--gap);
  background-color: white;
}
.pageit-block.vertical_layout,
.pageit-block.horizontal_layout {
  gap: 5px;
}
.pageit-block.vertical_layout > .children,
.pageit-block.horizontal_layout > .children {
  gap: 5px;
}
.pageit-block.vertical_layout > .children {
  flex-flow: column;
  flex-wrap: wrap;
}
.pageit-block.horizontal_layout > .children {
  flex-flow: row;
  flex-wrap: wrap;
}
.pageit-block .configurator {
  width: 100%;
  min-height: 1.5rem;
  margin-bottom: var(--gap);
  margin-top: -2px;
  color: var(--contrast);
  background-color: var(--color);
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: var(--gap);
  align-items: center;
  padding: var(--gap);
  user-select: none;
}
.pageit-block .configurator .icon {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.pageit-block .configurator .title {
  flex: 1 auto;
  overflow-x: hidden;
}
.pageit-block .configurator .config {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: var(--gap);
}
.pageit-block .configurator .config .action {
  border-radius: var(--border-radius);
  background-color: white;
  padding: 2px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--color);
}
.pageit-block .configurator .config .action.hidden {
  display: none;
}
.pageit-block .configurator .config .action:not(.highlight) {
  color: white;
  border: 1px solid white;
  background-color: var(--color);
}
.pageit-block .preview {
  margin: 0 5px;
  width: 100%;
  content: "Preview";
  height: 100%;
  max-height: 500px;
}
.pageit-block .preview iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pageit-block .children {
  margin: 0 5px;
  padding: var(--gap);
  display: flex;
  flex-wrap: wrap;
  min-height: 30px;
  min-width: 30px;
  border: 1px dotted var(--color);
  border-radius: var(--border-radius);
  gap: var(--gap);
}
.pageit-block .children > * {
  flex: 1 0;
}
.building-block-placeholder {
  border: 1px dashed orange;
  min-height: 50px;
}
.pageit-admin-editor-overlay {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  background-color: white;
}
.pageit-admin-editor-overlay .overlay-wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
  max-height: 100%;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 10px;
  padding: 1em;
  font-size: 2rem;
  background-color: #0D47A1;
  color: white;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-header .title {
  flex: 1 auto;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-header .icon {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content {
  padding: 2em;
  flex: 1 auto;
  overflow-y: auto;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content.nopad {
  padding: 0;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockGroup {
  font-size: 1.4rem;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockSelection {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1rem;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockSelection .buildingBlockSelector {
  border: 1px solid black;
  padding: 0.5rem;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: 1em;
  cursor: pointer;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockSelection .buildingBlockSelector .icon {
  font-size: 2rem;
  color: black;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockSelection .buildingBlockSelector .info {
  flex: 1 auto;
  display: flex;
  flex-flow: column;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockSelection .buildingBlockSelector .info .name {
  font-weight: bold;
}
.pageit-admin-editor-overlay .overlay-wrapper .overlay-content .buildingBlockSelection .buildingBlockSelector .info .description {
  font-weight: normal;
}
.post_entry {
  display: flex;
  line-height: 30px;
  padding: 10px;
  border: 1px solid #23282d;
  background-color: #f7f5e7;
  color: #000000;
}
.admin_posts_table {
  width: 100%;
  border-spacing: 0px;
  margin-top: 10px;
}
.admin_posts_table th {
  text-align: left;
  padding: 10px;
}
.admin_posts_table a {
  color: #000;
}
.admin_posts_tr_head > th {
  border-collapse: collapse !important;
  border-radius: 0px;
  border: 0px;
}
.admin_posts_td {
  padding: 10px;
  vertical-align: middle;
}
.admin_posts_select {
  width: 30px;
  padding: 10px;
  vertical-align: middle;
}
.admin_posts_post {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .admin_posts_post {
    width: 50%;
  }
}
.admin_posts_post .admin_posts_actions {
  float: right;
  display: inline;
  text-align: right;
  font-size: 0.8em;
}
@media screen and (min-width: 1025px) {
  .admin_posts_post .admin_posts_actions {
    visibility: hidden;
  }
}
.admin_posts_post .admin_posts_actions span {
  cursor: pointer;
}
.admin_posts_post .admin_posts_actions a {
  color: #000000;
}
.admin_posts_post:hover .admin_posts_actions {
  visibility: visible;
}
.admin_posts_action:after {
  content: "\000A";
  white-space: pre;
}
.admin_posts_action_edit:after {
  content: "\000A";
  white-space: pre;
}
.admin_posts_action_trash {
  color: #990000;
  font-weight: bold;
}
.admin_posts_action_trash:after {
  content: "\000A";
  white-space: pre;
}
.admin_posts_action_trash:hover {
  text-decoration: underline;
}
.admin_posts_action_delete {
  color: #990000;
  font-weight: bold;
}
.admin_posts_action_delete:after {
  content: "\000A";
  white-space: pre;
}
.admin_posts_action_delete:hover {
  text-decoration: underline;
}
.admin_posts_action_publish {
  color: #000000;
  font-weight: bold;
}
.admin_posts_action_publish:after {
  content: "\000A";
  white-space: pre;
}
.admin_posts_action_publish:hover {
  text-decoration: underline;
}
.admin_posts_action_draft {
  color: #000000;
  font-weight: bold;
}
.admin_posts_action_draft:after {
  content: "\000A";
  white-space: pre;
}
.admin_posts_action_draft:hover {
  text-decoration: underline;
}
.admin_posts_author {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .admin_posts_author {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .admin_posts_author {
    display: none;
  }
}
.admin_posts_date {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .admin_posts_date {
    display: none;
  }
}
.admin_posts_cat_list {
  list-style-type: none;
}
.admin_posts_cat_list li {
  list-style-type: none;
}
.admin_posts_cat_list_base {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.admin_posts_cat_list_base li {
  list-style-type: none;
}
.admin_posts_cat_holder {
  max-height: 400px;
  overflow-y: auto;
}
.admin_posts_expandable {
  padding: 10px;
  margin-top: 10px;
}
.admin_posts_expandable h3 {
  margin-top: 0;
}
.admin_posts_floating {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.admin_posts_parent_list {
  padding-top: 1px;
  max-height: 500px;
  overflow: auto;
}
.admin_posts_parent_item {
  cursor: pointer;
  border: 1px solid #000000;
  background-color: #f7f5e7;
  margin-top: -1px;
  padding: 5px;
  border: 1px solid #23282d;
}
.admin_posts_parent_item_selected {
  background-color: #23282d;
  color: #f7f5e7;
  font-weight: bold;
}
.post_inline_edit_cat_list {
  list-style-type: none;
  padding-left: 40px !important;
}
.post_inline_edit_cat_list li {
  list-style-type: none;
}
.post_inline_edit_cat_list li span {
  color: inherit !important;
}
.post_inline_edit_cat_list_base {
  list-style-type: none;
  padding-left: 40px !important;
  padding-left: 0;
  margin-top: 0;
}
.post_inline_edit_cat_list_base li {
  list-style-type: none;
}
.post_inline_edit_cat_list_base li span {
  color: inherit !important;
}
