/**
 * Common SCSS for front end and backend css
*/
.aligncenter {
  text-align: center;
}

*[class^=eagle-block-pro-] .fa {
  font-family: fontAwesome;
}

* {
  word-break: break-word;
}

.is-light-theme aside.widget-area {
  display: flex;
  flex-wrap: wrap;
}
.is-light-theme aside.widget-area section {
  max-width: 100%;
}

/* header style */
.eagle-block-pro-header .widgettitle {
  display: none;
}
.eagle-block-pro-header .wp-block-search label {
  display: none;
}
.eagle-block-pro-header .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  max-width: 280px;
  width: 100%;
}
.eagle-block-pro-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid #eee;
  background: #fafafa;
  height: 45px;
  padding: 0 75px 0 15px;
  border-radius: 5px 0 0 5px;
}
.eagle-block-pro-header .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button {
  height: 45px;
  background: #000;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 13px;
  min-width: 76px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.eagle-block-pro-header .wp-block-columns {
  margin-bottom: 0;
  align-items: center;
}
.eagle-block-pro-header .wp-block-columns .wp-block-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.eagle-block-pro-header .wp-block-columns .wp-block-column > * {
  margin-left: 15px;
}
.eagle-block-pro-header .widget {
  margin-bottom: 0;
}

.block-editor-block-list__block.wp-block.is-selected {
  padding: 15px;
}

.block-editor-block-card svg,
.block-editor-block-card svg path {
  fill: #000;
}

.block-editor-block-toolbar svg,
.block-editor-block-toolbar svg path {
  fill: #000;
  stroke: #000;
}

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