
.wp-child-theme-agarraaire {
  .amelia-v2-booking {
    * {
      border-radius: 0!important;
    }

    /* .el-overlay-dialog {
      display: flex;
      align-items: center;
    } */

    &.am-forms-dialog.am-cbf .el-dialog {
      margin-top: 15vh;
    }

    &.am-forms-dialog.am-cbf .el-dialog__headerbtn,
    &.am-forms-dialog .el-dialog__headerbtn {
      height: auto;
      top: -60px;
      right: 0;
      padding: 15px 25px;
      background-color: white;

      &:hover {
        background-color: black;
        
        .am-icon-close {
          color: #E8E349;
        }

      }
    }

    #amelia-container .am-fcil__item-inner {
      box-shadow: 0;
      border: 1px solid black;
    }

  }
}

.cabecera {
  .elementor-icon-wrapper {
    display: flex;
  }
}

.wp-singular {
  .legal {
    h2 {
      font-size: 2vmax;
      margin-top: 4vh;
    }

    a {
      color: black;
      text-decoration: underline;
      text-underline-offset: 3px;
      transition: all 0.2s ease-in-out;

      &:hover {
        opacity: 0.6;
      }
    }
  }
}