/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 */
.editor-styles-wrapper .wp-block-oacs-slider {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin: 0;
}
.editor-styles-wrapper .wp-block-oacs-slider.block-editor-media-placeholder {
  padding-left: 20px;
  padding-right: 20px;
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item {
  margin: 8px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image figure,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image figure,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image img,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image img,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image img,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item img {
    width: auto;
  }
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image figcaption,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image figcaption img,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item figcaption img {
  display: inline;
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image div.rich-text,
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item div.rich-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-height: 100%;
  overflow: auto;
  padding: 5px 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}
.editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-image a,
.editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-image img, .editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-item a,
.editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-image a,
.editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-image img, .editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-item a,
.editor-styles-wrapper .wp-block-oacs-slider.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-image, .editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item {
  width: calc(50% - 16px);
}
.editor-styles-wrapper .wp-block-oacs-slider .blocks-gallery-item.has-add-item-button {
  width: 100%;
}
[data-align=left] .editor-styles-wrapper .wp-block-oacs-slider, [data-align=right] .editor-styles-wrapper .wp-block-oacs-slider, .editor-styles-wrapper .wp-block-oacs-slider.alignleft, .editor-styles-wrapper .wp-block-oacs-slider.alignright {
  max-width: 636px/2;
  width: 100%;
}

/* editor */
ul.wp-block-gallery li {
  list-style-type: none;
}

.blocks-gallery-item figure:not(.is-selected):focus {
  outline: none;
}
.blocks-gallery-item .is-selected {
  outline: 4px solid theme(primary);
}
.blocks-gallery-item.is-transient img {
  /*@include loading_fade;*/
}
.blocks-gallery-item .editor-rich-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.blocks-gallery-item .editor-rich-text figcaption:not([data-is-placeholder-visible=true]) {
  position: relative;
  overflow: hidden;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .blocks-gallery-item .is-selected .editor-rich-text {
    right: 0;
    left: 0;
    margin-top: -4px;
  }
}
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__inline-toolbar {
  top: 0;
}
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__tinymce {
  padding-top: 48px;
}
.blocks-gallery-item .components-form-file-upload,
.blocks-gallery-item .components-button.block-library-gallery-add-item-button {
  width: 100%;
  height: 100%;
}
.blocks-gallery-item .components-button.block-library-gallery-add-item-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
  border: none;
  border-radius: 0;
  min-height: 100px;
}
.blocks-gallery-item .components-button.block-library-gallery-add-item-button .dashicon {
  margin-top: 10px;
}
.blocks-gallery-item .components-button.block-library-gallery-add-item-button:hover, .blocks-gallery-item .components-button.block-library-gallery-add-item-button:focus {
  border: 1px solid #999;
}
.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce a {
  color: #fff;
}
.blocks-gallery-item .editor-rich-text .editor-rich-text__tinymce:focus a[data-mce-selected] {
  color: rgba(0, 0, 0, 0.2);
}

.wp-block-oacs-slider .block-library-gallery-item__inline-menu {
  padding: 2px;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: theme(primary);
  display: inline-flex;
  z-index: z-index(".block-library-gallery-item__inline-menu");
}
.wp-block-oacs-slider .block-library-gallery-item__inline-menu .components-button:hover, .wp-block-oacs-slider .block-library-gallery-item__inline-menu .components-button:focus,
.wp-block-oacs-slider .block-library-gallery-item__inline-menu .components-button.is-destructive:hover,
.wp-block-oacs-slider .block-library-gallery-item__inline-menu .components-button.is-destructive:focus {
  color: #000;
}

.blocks-gallery-item__remove {
  padding: 0;
}
.blocks-gallery-item__remove.components-button:focus {
  color: inherit;
}

.blocks-gallery-item .components-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=index.css.map*/