/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.wp-block-gosign-header-section  {
  margin: 0 auto;
  .gosign-header-section {
    background-color: #e4e4e4;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    .overBg_overlay {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }
    .outer-container {
      max-width: 1170px;
      width: 100%;
      display: flex;
      min-height: 600px;
      padding: 40px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      &.enableDesc {
        min-height: 700px;
      }
      /* Paddings top bottom */
      &.no-padding {
        padding: 0 0;
      }
      &.small-padding {
        padding: 60px 0;
      }
      &.large-padding {
        padding: 80px 0;
      }
      &.huge-padding {
        padding: 100px 0;
      }
      /* horizonal content position */
      &.Hleft {
        justify-content: flex-start;
      }
      &.Hcenter {
        justify-content: center;
      }
      &.Hright {
        justify-content: flex-end;
      }
      /* vertical content position */
      &.Vleft {
        align-items: flex-start;
      }
      &.Vcenter {
        align-items: center;
      }
      &.Vright {
        align-items: flex-end;
      }
      .inner-container {
        width: 50%;
        header {
          h1, h2, h3 {
            margin-top: 0;
            margin-bottom: 15px;
          }
        }
        .backgroundtext {
          position: relative;
          p {
            padding: 15px;
            margin: 0;
          }
          .onlytextbg {
            opacity: 0.7;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
          }
        }
      }
    }
  }
}
