/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
div[data-type="orbit/section-block"] {
  width: 100% !important;
  max-width: 100% !important; }

.wp-block-orbit-section-block {
  position: relative; }
  .wp-block-orbit-section-block, .entry-content > .wp-block-orbit-section-block {
    max-width: none;
    width: 100%; }
  .wp-block-orbit-section-block .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    max-width: none;
    z-index: 0; }
    .wp-block-orbit-section-block .section-bg.bg__repeated {
      background-repeat: repeat; }
    .wp-block-orbit-section-block .section-bg.bg__stretched {
      background-size: cover; }
    .wp-block-orbit-section-block .section-bg.bg__fixed {
      background-attachment: fixed;
      background-position: 50% 50%; }
    .wp-block-orbit-section-block .section-bg ~ * {
      z-index: 1;
      position: relative; }
  .wp-block-orbit-section-block > *:last-child,
  body.page:not(.twentyseventeen-front-page) .entry-content .wp-block-orbit-section-block > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
