#modal-haraya-login {
  font-family: "Roboto" !important;
}
#modal-haraya-login .uk-modal-dialog, #modal-haraya-login .uk-modal-header {
  background: white;
}
#modal-haraya-login .uk-modal-header .uk-modal-title {
  font-family: "Roboto";
  font-size: 20px;
}

#haraya-subscribe .subscribe-wrap {
  align-items: flex-end;
}
#haraya-subscribe .subscribe-wrap .uk-input {
  height: 40px;
}
#haraya-subscribe .subscribe-wrap .subs-agree a {
  color: #885cca;
}
#haraya-subscribe .subscribe-wrap .im-agree {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 15px !important;
  display: flex;
  flex-wrap: wrap;
}

.hform-wrap input.uk-input {
  height: 40px !important;
}

.hform-login .hforgot-pw {
  color: #885cca !important;
}

form .uk-text-danger {
  color: #f0506e !important;
}

form .uk-text-success {
  color: #32d296 !important;
}

.single-brochure {
  max-width: 300px;
  position: relative;
  min-height: 400px;
  margin-bottom: 15px;
}
.single-brochure .brochure-content {
  z-index: 3;
  position: absolute;
  bottom: 10em;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 1em;
}
.single-brochure .brochure-content .title, .single-brochure .brochure-content .download-btn {
  flex: 0 0 100%;
  color: white;
}
.single-brochure .brochure-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-brochure .brochure-content .download-btn a {
  color: white !important;
  border-color: white !important;
}
.single-brochure .brochure-excerpt {
  background: white;
  color: black;
  position: relative;
  z-index: 3;
  padding: 10px;
}
.single-brochure:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(136, 92, 202);
  background: linear-gradient(0deg, rgb(136, 92, 202) 24%, rgba(53, 0, 148, 0) 100%);
}

.brochure-single-wrap > article {
  position: relative;
}
.brochure-single-wrap > article:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(136, 92, 202);
  background: linear-gradient(0deg, rgb(136, 92, 202) 24%, rgba(53, 0, 148, 0) 100%);
}
.brochure-single-wrap > article .imh-image > .uk-margin-medium-top {
  margin-top: 0 !important;
}
.brochure-single-wrap > article .brochure-content {
  z-index: 3;
  position: absolute;
  bottom: 8em;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 1em;
}
.brochure-single-wrap > article .brochure-content .imh-title, .brochure-single-wrap > article .brochure-content .imh-dl {
  flex: 0 0 100%;
  color: white;
}
.brochure-single-wrap > article .brochure-content .imh-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px !important;
  color: white !important;
}
.brochure-single-wrap > article .brochure-content .imh-dl a {
  color: white !important;
  border-color: white !important;
}
.brochure-single-wrap > article .subs-content {
  color: #191919;
  position: relative;
  z-index: 3;
  background: white;
  padding: 10px;
}

.swal2-html-container a {
  color: #885cca !important;
}

@media only screen and (max-width: 860px) {
  .archive.post-type-archive-brochures .brochure-single-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 580px) {
  .archive.post-type-archive-brochures .brochure-single-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .single-brochure {
    max-width: 100%;
  }
}

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