/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
/**
* #.# Common SCSS
*
* Can include things like variables and mixins
* that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
.wp-block {
  width: 100% !important;
  max-width: 100% !important; }

.components-base-control .components-base-control__label {
  font-family: "Montserrat", sans-serif; }

.atlwdg-trigger {
  z-index: 99999; }

.components-panel__body {
  border: none; }

.pacsys-parent-block {
  position: relative; }

.pacsys-clickable {
  cursor: pointer;
  padding: 20px 0;
  margin: 0 20px;
  position: relative; }
  .pacsys-clickable:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

.pacsys-hide {
  height: 0;
  overflow: hidden; }

.pacsys-show {
  height: auto; }

.pacsys-is-editing .edit-post-layout__content {
  position: static !important; }

.inline-absolute {
  position: absolute;
  top: -2px;
  right: 50px;
  display: inline-block;
  width: auto !important; }

.align-right {
  text-align: right; }

.has-pointer {
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3); }

.pacsys-ui-controller {
  padding: 10px 20px 0; }
  .pacsys-ui-controller:last-child {
    border-bottom: 1px solid #e0e0e0; }
  .pacsys-ui-controller select {
    width: auto;
    min-width: 300px; }
  .pacsys-ui-controller .components-panel__body.is-opened {
    padding: 0 0 16px; }

.pacsys-layout-row {
  display: -ms-flexbox;
  display: flex; }

.pacsys-layout-justify-sb {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pacsys-layout-align-c {
  -ms-flex-align: center;
      align-items: center; }

.pacsys-inline-editor {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw; }

.pacsys-editor-component {
  width: 100vw;
  margin: 0 auto 20%;
  position: relative;
  z-index: 1; }

.pacsys-editor-component-wrapper {
  margin-top: 50px; }

.pacsys-editor-save {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  height: 50px;
  position: fixed;
  z-index: 99;
  width: 100vw;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .pacsys-editor-save a {
    font-weight: 600; }

.pacsys-editor-panel {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif; }
  .pacsys-editor-panel.min {
    bottom: 0;
    height: 60px;
    overflow: hidden; }
  .pacsys-editor-panel.half {
    top: 50vh;
    height: 50vh;
    overflow: hidden; }
  .pacsys-editor-panel.max {
    top: 50px;
    height: calc(100vh - 50px);
    overflow: hidden; }

.pacsys-editor-panel-controls {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: #212121; }
  .pacsys-editor-panel-controls span {
    margin-left: 10px; }
    .pacsys-editor-panel-controls span a {
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      font-weight: 600; }
      .pacsys-editor-panel-controls span a.active {
        text-decoration: underline; }

.pacsys-editor-panel-ui {
  position: relative;
  height: 100%;
  overflow: scroll;
  padding-bottom: 200px; }

.pacsys-panel {
  margin: 0 20px 15px;
  position: relative; }
  .pacsys-panel:not(.pacsys-component-setup) {
    border: 1px solid #9E9E9E; }
  .pacsys-panel.pacsys-component-setup {
    background-color: #f5f5f5; }

.pacsys-panel-title {
  cursor: pointer;
  padding: 15px 0; }
  .pacsys-panel-title.pacsys-component-setup {
    padding: 15px; }
  .pacsys-panel-title h3 {
    padding: 0;
    margin: 0;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }

.pacsys-panel-row {
  padding: 0 20px 0 0; }

.pacsys-panel-contents {
  border-top: 1px solid #9E9E9E; }

.pacsys-accordion-controls {
  position: absolute;
  right: 50px;
  top: -3px; }

.pacsys-ui-controller .components-base-control__help {
  font-size: 12px;
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

.pacsys-panel .placement-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  margin: 0; }

.pacsys-panel .placement-description {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 10px; }

.pacsys-component-button {
  text-align: right;
  padding: 0 20px;
  margin: 10px auto;
  font-family: "Montserrat", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .pacsys-component-button .dashicon {
    margin-left: 10px; }

.pacsys-richtext-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

.block-editor-rich-text__editable {
  font-family: "Montserrat", sans-serif;
  padding: 6px 8px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
  border-radius: 4px;
  border: 1px solid #8d96a0;
  font-size: 13px;
  background-color: white;
  min-height: 250px; }

.pacsys-panel-reorder {
  height: 68px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #9E9E9E;
  cursor: pointer; }

.pacsys-panel-reorder-button {
  color: #9E9E9E;
  padding: 0 10px; }
  .pacsys-panel-reorder-button:hover {
    color: #212121; }
  .pacsys-panel-reorder-button:first-child {
    border-bottom: 1px solid #9E9E9E; }
