.login {
  background-color: #ADD5AE;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  overflow: hidden; }
  .login .e47-login__logo {
    position: absolute;
    transform: translateX(-30%);
    height: 150vh;
    opacity: .05; }
  .login #login-message {
    border-left-color: #40645E; }
  .login #login {
    padding: 5% 0;
    position: relative;
    z-index: 10; }
    .login #login * {
      font-family: 'karla', sans-serif;
      font-size: 16px;
      letter-spacing: -.015em; }
    .login #login h1 {
      background-image: url(../img/e47-logo-outline-creme.svg);
      width: 100%;
      height: 100px;
      background-size: 220px;
      background-repeat: no-repeat;
      background-position: center; }
      .login #login h1:focus {
        outline: none;
        box-shadow: none; }
      .login #login h1 a {
        display: none; }
    .login #login #user_login,
    .login #login #user_pass {
      border-radius: 0;
      border: none;
      border-bottom: 4px solid #ffffff;
      padding: 10px 15px !important; }
      .login #login #user_login:focus,
      .login #login #user_pass:focus {
        box-shadow: none;
        border-bottom: 4px solid #F4DEB6; }
    .login #login #loginform {
      padding: 0;
      border: 0;
      background-color: #ADD5AE;
      box-shadow: none; }
    .login #login #backtoblog {
      display: none; }
  .login #user_login:focus,
  .login #user_pass:focus {
    box-shadow: 0 0 0 1px #40645E;
    border-color: #40645E; }
  .login #wp-submit.button {
    background-color: #314C48;
    color: #F6BF5B;
    line-height: normal !important;
    text-transform: uppercase;
    padding: 10px 30px !important;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    border: none;
    margin: 0;
    transition: all .2s ease;
    font-size: 18px;
    border-radius: 30px; }
    .login #wp-submit.button:hover {
      background: #141414;
      color: #ffffff; }
  .login #nav {
    padding: 0; }
  .login .wp-login-lost-password {
    color: #314C48; }
    .login .wp-login-lost-password:hover {
      color: #222222 !important; }

.sucuriscan-alert-updated {
  display: none; }

.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; }

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

#dashboard-widgets .meta-box-sortables {
  margin: 0; }

#wpbody-content #dashboard-widgets .postbox-container {
  width: 100% !important; }

.acf-field-600b39965ab44 p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 12px; }

#dashboard-widgets-wrap #wpseo-dashboard-overview {
  display: none; }

#ah_dashboard_widget {
  background: transparent;
  border: none; }
  #ah_dashboard_widget .postbox-header {
    display: none; }
  #ah_dashboard_widget .ah-dashboard-wrapper {
    display: flex;
    flex-wrap: wrap; }
    #ah_dashboard_widget .ah-dashboard-wrapper:before, #ah_dashboard_widget .ah-dashboard-wrapper:after {
      display: table;
      content: ""; }
    #ah_dashboard_widget .ah-dashboard-wrapper:after {
      clear: both; }
  #ah_dashboard_widget .ah-dashboard-block {
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    padding: 70px 50px;
    text-align: center;
    display: block;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(50, 98, 151, 0.75);
    box-shadow: inset 1px 1px 1px 9999px rgba(50, 98, 151, 0.75);
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    color: #fff;
    box-sizing: border-box; }
    #ah_dashboard_widget .ah-dashboard-block h2 {
      color: #fff;
      font-weight: bold;
      font-size: 32px; }
    #ah_dashboard_widget .ah-dashboard-block:hover {
      -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(50, 98, 151, 0.85);
      box-shadow: inset 1px 1px 1px 9999px rgba(50, 98, 151, 0.85); }

@media (min-width: 600px) and (max-width: 1200px) {
  #ah_dashboard_widget .ah-dashboard-block {
    width: calc(50% - 25px);
    margin-right: 30px;
    float: left; }
    #ah_dashboard_widget .ah-dashboard-block:nth-child(2n) {
      margin-right: 0; } }

@media (min-width: 1211px) {
  #ah_dashboard_widget .ah-dashboard-block {
    width: calc(33.33% - 20px);
    margin-right: 30px; }
    #ah_dashboard_widget .ah-dashboard-block:nth-child(3n) {
      margin-right: 0; } }
