/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* $font-bold: 'Raleway-Bold';
$font-regular: 'Raleway';
$font-light: 'Raleway-Light';
$font-curly: 'Pacifico';
$font-heavy: 'Raleway-Bold'; */

/* line 3, stdin */

.full-width-image {
  text-align: center;
}

/* line 6, stdin */

.full-width-image img {
  width: 100%;
  margin: 0 auto;
}

/* line 12, stdin */

.full-width-image.contained img {
  border-radius: 25px;
}

/* line 53, resources/assets/styles/common/_mixins.scss */

body.wp-admin .full-width-image * {
  display: none;
}

/* line 58, resources/assets/styles/common/_mixins.scss */

body.wp-admin .full-width-image {
  background: none !important;
  background-color: #EEEEEE !important;
  text-align: left;
  padding: 16px 20px;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* line 61, resources/assets/styles/common/_mixins.scss */

body.wp-admin .full-width-image:before {
  content: "Full Width Image";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  color: #444 !important;
}


/*# sourceMappingURL=full-width-image.css.map*/