
.inner-page-content-area {
  text-align: center;
  padding: 80px 20px;
  color: #000;
  background: #FFF;
  background: -webkit-repeating-linear-gradient(45deg, #efefef, #efefef 10px, #FFFFFF 10px, #FFFFFF 20px);
  background: repeating-linear-gradient(45deg, #efefef, #efefef 10px, #FFFFFF 10px, #FFFFFF 20px);
}

#site-offcanvas-wrap > .elementor > .elementor-inner > .elementor-section-wrap {
  section.elementor-section {
    // fix for menu drop down
    position: relative;
    &:nth-child(1) {
      z-index: 7;
    }
    &:nth-child(2) {
      z-index: 6;
    }
    &:nth-child(3) {
      z-index: 5;
    }
    &:nth-child(4) {
      z-index: 4;
    }
    &:nth-child(5) {
      z-index: 3;
    }
    &:nth-child(6) {
      z-index: 2;
    }
  }
}

body.dtbaker-elementor-template.elementor-editor-active #site-offcanvas-wrap > .elementor > .elementor-inner > .elementor-section-wrap {
  section.elementor-section {
    z-index: 1 !important;
  }
}

.stylepress-debug {
  background: #fff;
  border-left: 4px solid #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 10px 15px;
  padding: 5px 12px;
  position: relative;
  font-size: 13px;
  border-left-color: #46b450;
  color: #444;
  span {
    color: #CCC;
  }
}

/**
StylePress Custom Addons:
 */
.elementor-widget-icon-list[data-element_type="icon-list.stylepress-icons-inline"] {
  ul.elementor-icon-list-items {
    display: flex;
    //justify-content: center;
    > li.elementor-icon-list-item {
      padding: 6px 10px;
      &:after {
        border-top: 0 !important;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #ddd;
        left: auto;
        bottom: auto;
        right: 0;
        height: 58%;
        width: auto;
      }
    }
  }

  &.elementor-align-left {
    ul.elementor-icon-list-items {
      //justify-content: flex-start;
    }
  }
  &.elementor-align-right {
    ul.elementor-icon-list-items {
      //justify-content: flex-end;
    }
  }
}
