.login {
  background-color: #faf6e6;
}
.login #login * {
  font-family: "work sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.015em;
}
.login #login h1 a {
  background-image: url(../img/e47-logo.png);
  width: 100%;
  background-size: 220px;
}
.login #login h1 a:focus {
  outline: none;
  box-shadow: none;
}
.login #login #user_login,
.login #login #user_pass {
  border-radius: 0;
  border: none;
  border-bottom: 4px solid #fff;
  padding: 10px 15px !important;
}
.login #login #user_login:focus,
.login #login #user_pass:focus {
  box-shadow: none;
  border-bottom: 4px solid #f0e4b2;
}
.login #login #loginform {
  padding: 0;
  border: 0;
  background-color: #faf6e6;
  box-shadow: none;
}
.login #login #backtoblog {
  display: none;
}
.login #user_login:focus,
.login #user_pass:focus {
  box-shadow: 0 0 0 1px #fa4238;
  border-color: #fa4238;
}
.login #wp-submit.button {
  background-color: #fa4238;
  color: #fff;
  line-height: normal !important;
  padding: 10px 20px !important;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border: none;
  margin: 0;
  transition: all 0.2s ease;
  font-size: 18px;
  border-radius: 3px;
}
.login #wp-submit.button:hover {
  background: #013c4d;
}
.login #nav {
  padding: 0;
}

.repeater-flex .acf-repeater tbody {
  display: flex;
  flex-direction: row;
}
.repeater-flex .acf-repeater tr.acf-row:not(.acf-clone) {
  width: 100%;
}
.repeater-flex .acf-repeater tr.acf-row:not(.acf-clone) td.acf-fields {
  width: 100% !important;
}
.repeater-flex.quarters .acf-repeater tbody {
  flex-wrap: wrap;
}
.repeater-flex.quarters .acf-repeater tbody > * {
  flex: 0 0 25%;
}
.repeater-flex.thirds .acf-repeater tbody {
  flex-wrap: wrap;
}
.repeater-flex.thirds .acf-repeater tbody > * {
  flex: 0 0 33.33%;
}

.toplevel_page_theme-general-settings img {
  height: 20px;
  padding-top: 7px;
  opacity: 1 !important;
}

.wp-block {
  max-width: 1280px;
}

.block-editor-inserter__quick-inserter-results {
  position: relative;
}
.block-editor-inserter__quick-inserter-results:after {
  content: "Browse all to see all blocks and their previews.";
  padding: 10px 30px;
  background: #eeeeee;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.block-editor-inserter__panel-content {
  padding-bottom: 40px !important;
}

.block-editor-inserter__quick-inserter-results {
  position: relative;
}
.block-editor-inserter__quick-inserter-results:after {
  content: "Browse all to see all blocks and their previews.";
  padding: 10px 30px;
  background: #eeeeee;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.block-editor-inserter__panel-content {
  padding-bottom: 40px !important;
}

.e47-block-preview {
  max-width: 100%;
  display: block;
  height: auto;
}