@charset "UTF-8";
body #workspace[media-mode="phone"] {
  width: 692px;
  margin: auto;
}
body #workspace[media-mode="phone"] grid > *, body #workspace[media-mode="phone"] .grid > * {
  --column-width: var(--cw-xs, 12);
}
body #workspace[media-mode="tablet"] {
  width: 992px;
  margin: auto;
}
body #workspace[media-mode="tablet"] grid > *, body #workspace[media-mode="tablet"] .grid > * {
  --column-width: var(--cw-sm, var(--cw));
}
body #workspace {
  transition: width 0.3s;
  width: calc(95vw - 250px);
  margin: 0px auto;
  padding: 30px 15px;
  min-height: 80vh;
  border: 1px solid #fff;
}
body #workspace div, body #workspace section, body #workspace figcaption {
  min-height: 40px;
}
body #workspace [is-selected] {
  outline: 1px solid #000 !important;
}
body #workspace grid[data-type="grid"] {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 40px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
body #workspace section[data-type="section"] {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 40px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
body #workspace div[data-type="container"] {
  margin-bottom: 15px;
  padding: 15px 30px;
  padding-bottom: 1px;
  background-color: #fff;
}
body #workspace div[data-type="row"] {
  margin-bottom: 15px;
  padding: 10px !important;
  padding-bottom: 0px;
  background-color: #eee;
}
body #workspace div[data-type="row"]:empty {
  padding: 30px 0px 10px;
}
body #workspace div[data-type="column"] {
  margin-bottom: 15px;
  border-right: 5px solid #000;
  padding: 10px;
  padding-bottom: 0px;
  background-color: #fff;
}
body #workspace div[data-type="div"] {
  background-color: #fff;
  margin-bottom: 15px;
  min-height: 200px;
  height: auto !important;
  padding: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
body #workspace *[class*="-block"] {
  min-height: 200px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  background-color: #eee;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
body #workspace *[class*="-block"] > div[class*="-block"] {
  background-color: #fff;
}
body #workspace *[class*="-block"]:before {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e5e5e5;
  color: #202020;
  content: attr(icon);
}
body #workspace [data-type="image"] figure {
  margin: 0 !important;
}
body #workspace [data-type="image"] figcaption {
  background-color: #fff;
  padding: 15px;
}
body #workspace div.content-block, body #workspace div[data-type="module"], body #workspace div[data-type="image"], body #workspace div[data-type="plugin"] {
  overflow: hidden;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
  background-color: #eee;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
body #workspace div.content-block figure, body #workspace div[data-type="module"] figure, body #workspace div[data-type="image"] figure, body #workspace div[data-type="plugin"] figure {
  background-position: center;
  display: block;
  min-height: 140px;
  width: 100%;
  overflow: hidden;
}
body #workspace div.content-block:before, body #workspace div[data-type="module"]:before, body #workspace div[data-type="image"]:before, body #workspace div[data-type="plugin"]:before {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e5e5e5;
  color: #202020;
  content: attr(icon);
}
body #workspace div.content-block[data-type^="variable"]:before, body #workspace div[data-type="module"][data-type^="variable"]:before, body #workspace div[data-type="image"][data-type^="variable"]:before, body #workspace div[data-type="plugin"][data-type^="variable"]:before {
  content: "";
}
body #workspace div.content-block[data-type^="image"]:before, body #workspace div[data-type="module"][data-type^="image"]:before, body #workspace div[data-type="image"][data-type^="image"]:before, body #workspace div[data-type="plugin"][data-type^="image"]:before {
  content: "";
}
body #workspace div.content-block[data-type^="text"]:before, body #workspace div[data-type="module"][data-type^="text"]:before, body #workspace div[data-type="image"][data-type^="text"]:before, body #workspace div[data-type="plugin"][data-type^="text"]:before {
  content: "";
}
body #workspace div.content-block[data-type^="module"]:before, body #workspace div[data-type="module"][data-type^="module"]:before, body #workspace div[data-type="image"][data-type^="module"]:before, body #workspace div[data-type="plugin"][data-type^="module"]:before {
  content: "";
}
body #workspace div.content-block[data-type^="function"]:before, body #workspace div.content-block[data-type^="plugin"]:before, body #workspace div[data-type="module"][data-type^="function"]:before, body #workspace div[data-type="module"][data-type^="plugin"]:before, body #workspace div[data-type="image"][data-type^="function"]:before, body #workspace div[data-type="image"][data-type^="plugin"]:before, body #workspace div[data-type="plugin"][data-type^="function"]:before, body #workspace div[data-type="plugin"][data-type^="plugin"]:before {
  content: "";
}
body #workspace *[data-hidden="true"] {
  border: 1px solid #333;
  opacity: 0.5;
}
body #workspace div[data-conditions] {
  outline: 2px solid #000;
}
body #workspace .bg-image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ghost {
  opacity: 0.4;
}
.build {
  position: fixed;
  right: 0;
  top: 54px;
  bottom: 54px;
  overflow: auto;
  width: 100px;
  background-color: #000;
  border: 1px solid #000;
}
.build .row {
  margin: 0;
}
.build *[class^="col"] {
  padding: 5px;
}
.build .build__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #000;
  text-align: center;
  line-height: 40px;
  border: 1px solid #000;
}
.build .build__item--2 .bitem {
  line-height: 35px;
}
.build .build__item--2 .bitem i {
  font-size: 7px;
  display: inline-block;
  letter-spacing: -2px;
}
.build .build__item--3 .bitem {
  line-height: 35px;
}
.build .build__item--3 .bitem i {
  font-size: 7px;
  display: inline-block;
  letter-spacing: -2px;
}
.build .build__item--4 .bitem {
  line-height: 35px;
}
.build .build__item--4 .bitem i {
  font-size: 7px;
  display: inline-block;
  letter-spacing: -2px;
}
.build .build__item .bitem {
  text-align: center;
}
#workspace div[class*="content-block"][data-type="variable_block"]:before {
  content: "";
}
#workspace div[class*="content-block"][data-type="image_block"]:before {
  content: "";
}
#workspace div[class*="content-block"][data-type="text_block"]:before {
  content: "";
}
#workspace div[class*="content-block"][data-type="module_block"]:before {
  content: "";
}
#workspace div[class*="content-block"][data-type="function_block"]:before {
  content: "";
}
@media (min-width: 1200px) {
  #workspace {
    width: calc(100vw - 30px);
  }
}
#workspace .blue-background-class {
  background-color: fade(#000, 20%) !important;
  max-height: 370px !important;
  overflow: hidden !important;
}
