/** Loads block style modules **/
/** messages **/
.wp-block-hb-message {
  padding: 1em;
  border-radius: 5px;
  min-height: 18px;
  background: #E7F6F0; }
  .wp-block-hb-message.wp-block-hb-message--withicon {
    background-image: url("../../img/check-circle.svg"); }
  .wp-block-hb-message.is-style-alert {
    background: #f7efa6; }
    .wp-block-hb-message.is-style-alert.wp-block-hb-message--withicon {
      background-image: url("../../img/exclamation-circle.svg"); }
  .wp-block-hb-message.is-style-success {
    background: #E7F6F0; }
    .wp-block-hb-message.is-style-success.wp-block-hb-message--withicon {
      background-image: url("../../img/check-circle.svg"); }
  .wp-block-hb-message.is-style-danger {
    background: #ffe7e5; }
    .wp-block-hb-message.is-style-danger.wp-block-hb-message--withicon {
      background-image: url("../../img/exclamation-triangle.svg"); }
  .wp-block-hb-message.is-style-info {
    background: #F0F7FB; }
    .wp-block-hb-message.is-style-info.wp-block-hb-message--withicon {
      background-image: url("../../img/info-circle.svg"); }
  .wp-block-hb-message.wp-block-hb-message--withicon {
    padding-left: 2.75em;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 1em 1.3em; }

/** toggle */
/** Toggle Block Styles */
.wp-block-hb-toggle {
  position: relative;
  margin: 1em 0; }
  .wp-block-hb-toggle.wp-block-hb-toggle--active .wp-block-hb-toggle__title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .wp-block-hb-toggle.wp-block-hb-toggle--active .wp-block-hb-toggle__title::before {
      background-image: url("../../img/minus-circle.svg"); }
  .wp-block-hb-toggle.wp-block-hb-toggle--active .wp-block-hb-toggle__content {
    max-height: 9999px;
    opacity: 1; }
  .wp-block-hb-toggle .wp-block-hb-toggle__title {
    background: #f0f2f5;
    padding: 1em 1em 1em 45px;
    font-weight: bolder;
    line-height: 1;
    color: #333;
    position: relative;
    border-radius: 5px; }
    .wp-block-hb-toggle .wp-block-hb-toggle__title::before {
      position: absolute;
      top: 50%;
      left: 15px;
      margin-top: -10px;
      background-image: url("../../img/plus-circle.svg");
      background-repeat: no-repeat;
      background-position: center  center;
      background-size: 20px;
      display: block;
      width: 20px;
      height: 20px;
      content: ''; }
    .wp-block-hb-toggle .wp-block-hb-toggle__title:hover {
      cursor: pointer; }
  .wp-block-hb-toggle .wp-block-hb-toggle__content {
    border: 1px solid #f0f2f5;
    border-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease; }
    .wp-block-hb-toggle .wp-block-hb-toggle__content .wp-block-hb-toggle__contentwrap {
      padding: 20px; }
      .wp-block-hb-toggle .wp-block-hb-toggle__content .wp-block-hb-toggle__contentwrap p:last-child {
        margin-bottom: 0; }

/** accordion */
.wp-block-hb-accordion {
  position: relative;
  margin: 1em 0; }
  .wp-block-hb-accordion .wp-block-hb-accordion__section {
    position: relative; }
    .wp-block-hb-accordion .wp-block-hb-accordion__section.wp-block-hb-accordion__section--active .wp-block-hb-accordion__title {
      border-bottom: none; }
      .wp-block-hb-accordion .wp-block-hb-accordion__section.wp-block-hb-accordion__section--active .wp-block-hb-accordion__title::before {
        background-image: url("../../img/minus-circle.svg"); }
    .wp-block-hb-accordion .wp-block-hb-accordion__section.wp-block-hb-accordion__section--active .wp-block-hb-accordion__content {
      max-height: 999px;
      opacity: 1; }
    .wp-block-hb-accordion .wp-block-hb-accordion__section:first-of-type .wp-block-hb-accordion__title {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .wp-block-hb-accordion .wp-block-hb-accordion__section:last-of-type .wp-block-hb-accordion__content {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom: 1px solid #f0f2f5; }
  .wp-block-hb-accordion .wp-block-hb-accordion__title {
    background: #f0f2f5;
    padding: 1em 1em 1em calc(1em + 20px);
    font-weight: bolder;
    line-height: 1;
    border-bottom: 1px solid #e6e8eb;
    position: relative; }
    .wp-block-hb-accordion .wp-block-hb-accordion__title:hover {
      cursor: pointer; }
    .wp-block-hb-accordion .wp-block-hb-accordion__title::before {
      position: absolute;
      top: 50%;
      left: 12px;
      margin-top: -10px;
      background-image: url("../../img/plus-circle.svg");
      background-repeat: no-repeat;
      background-position: center  center;
      background-size: 20px;
      display: block;
      width: 20px;
      height: 20px;
      content: ''; }
  .wp-block-hb-accordion .wp-block-hb-accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease; }
    .wp-block-hb-accordion .wp-block-hb-accordion__content .wp-block-hb-accordion__contentwrap {
      padding: 1em;
      border: 1px solid #f0f2f5; }
  .wp-block-hb-accordion .wp-block-hb-accordion__remove_btn {
    position: absolute;
    display: flex;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    opacity: 0;
    transition: .15s ease-in-out; }
  .wp-block-hb-accordion .wp-block-hb-accordion__add_btn {
    opacity: 0;
    transition: .15s ease-in-out; }

.is-selected .wp-block-hb-accordion .wp-block-hb-accordion__remove_btn {
  opacity: 1; }

.is-selected .wp-block-hb-accordion .wp-block-hb-accordion__add_btn {
  opacity: 1; }

/** tabs */
/** Tab Block Styles */
.wp-block-hb-tabs {
  position: relative;
  margin: 1em 0; }
  .wp-block-hb-tabs .wp-block-hb-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 600px) {
      .wp-block-hb-tabs .wp-block-hb-tabs__nav {
        display: inline-flex;
        flex-wrap: nowrap; } }
    .wp-block-hb-tabs .wp-block-hb-tabs__nav li {
      position: relative;
      padding: .8em 1em;
      margin: 0 0 -1px;
      background: #f0f2f5;
      border-top: 1px solid #e6e8eb;
      border-right: 1px solid #e6e8eb;
      color: #333;
      white-space: nowrap;
      line-height: 1; }
      .wp-block-hb-tabs .wp-block-hb-tabs__nav li:hover .wp-block-hb-tabs__remove_btn {
        opacity: 1; }
      @media screen and (max-width: 599px) {
        .wp-block-hb-tabs .wp-block-hb-tabs__nav li {
          width: 100%; }
          .wp-block-hb-tabs .wp-block-hb-tabs__nav li:last-child {
            border-bottom: 1px solid #e6e8eb; } }
      .wp-block-hb-tabs .wp-block-hb-tabs__nav li:first-child {
        border-left: 1px solid #e6e8eb; }
      .wp-block-hb-tabs .wp-block-hb-tabs__nav li[data-hb-tabs-tab--state="inactive"]:hover {
        cursor: pointer; }
      .wp-block-hb-tabs .wp-block-hb-tabs__nav li[data-hb-tabs-tab--state="active"] {
        background: #fff; }
        .wp-block-hb-tabs .wp-block-hb-tabs__nav li[data-hb-tabs-tab--state="active"] span {
          font-weight: bolder; }
      .wp-block-hb-tabs .wp-block-hb-tabs__nav li.wp-block-hb-tabs__add_tab {
        display: flex;
        align-items: center;
        padding: 0;
        margin-left: -1px;
        opacity: 0;
        transition: .3s ease-in-out; }
        .wp-block-hb-tabs .wp-block-hb-tabs__nav li.wp-block-hb-tabs__add_tab .wp-block-hb-tabs__add_btn {
          display: none;
          padding: 10px;
          position: relative;
          top: -2px; }
        .wp-block-hb-tabs .wp-block-hb-tabs__nav li.wp-block-hb-tabs__add_tab svg {
          display: block; }
    .wp-block-hb-tabs .wp-block-hb-tabs__nav a {
      display: block;
      text-decoration: none;
      color: #333; }
  .wp-block-hb-tabs .wp-block-hb-tabs__remove_btn {
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 0;
    transition: .15s ease-in-out; }
  .wp-block-hb-tabs .wp-block-hb-tabs__content {
    padding: .25em 1em;
    border: 1px solid #e6e8eb;
    display: none; }
    .wp-block-hb-tabs .wp-block-hb-tabs__content[data-hb-tabs-tab--state="active"] {
      display: block; }

.is-selected .wp-block-hb-tabs li.wp-block-hb-tabs__add_tab {
  opacity: 1;
  margin-left: auto; }
  .is-selected .wp-block-hb-tabs li.wp-block-hb-tabs__add_tab .wp-block-hb-tabs__add_btn {
    display: block; }

/** image */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.hb-magnify {
  position: relative; }

.hb-magnify .hb-magnify__large {
  width: 208px;
  height: 208px;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.29), 0 0 0 5px #fff, 0 3px 6px 4px rgba(0, 0, 0, 0.5);
  /*hide the glass by default*/
  display: none; }

[data-type="ht-blocks/image"] img.edit-image-preview {
  margin-left: auto;
  margin-right: auto; }

/**
 * Required for Image magnifier functionality on frontend
 */
html.magnifying > body {
  overflow-x: hidden !important; }

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none; }

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit; }

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99; }

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8; }

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none; }

/** list */
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.editor-styles-wrapper .heroic-styled-list .fa-ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  counter-reset: hb-styled-counter; }

.editor-styles-wrapper .heroic-styled-list .fa-ul > li {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  counter-increment: ht-styled-counter;
  position: relative; }

.editor-styles-wrapper .heroic-styled-list .fa-ul > li::before {
  flex-shrink: 0;
  align-self: flex-start;
  content: counter(ht-styled-counter);
  color: #fff;
  font-size: 1rem;
  --size: 1.5em;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  background: #000000;
  text-align: center;
  margin: 0 1rem 0 0; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.heroic-styled-list .fa-ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  counter-reset: hb-styled-counter; }

.heroic-styled-list .fa-ul > li {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  counter-increment: ht-styled-counter;
  position: relative; }

.heroic-styled-list .fa-ul > li::before {
  flex-shrink: 0;
  align-self: flex-start;
  content: counter(ht-styled-counter);
  color: #fff;
  font-size: 1rem;
  --size: 1.5em;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  text-align: center;
  margin: 0 1rem 0 0; }

/*# sourceMappingURL=ht-blocks-modules-styles.css.map */