/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/staffteaser/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.block-editor-block-inspector {
  font-size: 10px;
}

.block-editor-inner-blocks {
  display: block;
  width: 100%;
}

.wp-block[data-align=center] {
  text-align: center;
}

.block-editor-block-inspector select[multiple] {
  height: auto !important;
}

.wp-block-boldblock-staffteaser {
  display: flex;
  align-items: center;
}
.wp-block-boldblock-staffteaser .staff-image {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  background: no-repeat center center #eee;
  border: 4px solid #D6D2CD;
  background-size: cover;
  flex: 0 0 100px;
  margin-right: 20px;
  overflow: hidden;
}
.wp-block-boldblock-staffteaser .staff-info {
  flex: 1 1 auto;
}
.wp-block-boldblock-staffteaser .staff-info h4 {
  color: #9B9B9B;
}
.wp-block-boldblock-staffteaser .staff-info .titleOrganisation {
  display: block;
}

.wp-block-boldblock-stafflist {
  display: flex;
}
.wp-block-boldblock-stafflist .staff-categories {
  flex: 0 0 33%;
}
.wp-block-boldblock-stafflist .staff-list {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  max-width: 100%;
}
.wp-block-boldblock-stafflist .staff-list.cols-2 .staff-teaser {
  flex-basis: 50%;
}
.wp-block-boldblock-stafflist .staff-list.cols-3 .staff-teaser {
  flex-basis: 33.33%;
}
.wp-block-boldblock-stafflist .staff-list.cols-4 .staff-teaser {
  flex-basis: 25%;
}
.wp-block-boldblock-stafflist .staff-list.cols-5 .staff-teaser {
  flex-basis: 20%;
}
.wp-block-boldblock-stafflist .staff-list.cols-6 .staff-teaser {
  flex-basis: 16.66%;
}

.staff-categories {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.staff-categories h2 {
  text-align: center;
}
.staff-categories ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.staff-categories ul li {
  background-color: #D6D2CD;
  color: #9B9B9B;
  border-radius: 20px;
  font-weight: 900;
  text-align: center;
  padding: 5px 10px;
}
.staff-categories ul li:first-child {
  background-color: rgb(204, 61, 59);
  color: #ffffff;
}

.staff-teaser {
  display: block;
  align-items: center;
  flex: 0 0 25%;
  text-align: center;
  margin-bottom: 40px;
}
.staff-teaser .staff-image {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  background: no-repeat center center #EEE;
  border: 4px solid #D6D2CD;
  background-size: cover;
  margin-right: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.staff-teaser .staff-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-teaser .staff-info h4 {
  color: rgb(204, 61, 59);
  font-size: 2em !important;
}
.staff-teaser .staff-info p.small {
  margin-top: 0.5em;
  color: #9B9B9B;
}

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