/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");
@import url("H-custom.css");

/*** End ****/

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

/* .wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 1rem auto;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
} */

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

span.price-from {
  display: none;
}

.mona-content ul li:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .mona-content ul li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

#fileUpLoad {
  display: none;
}

.disabled {
  pointer-events: none;
  background: #aeaeae;
}

.wpcf7 form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 1rem;
  bottom: -2.4rem;
}

.wpcf7-response-output {
  text-align: center;
}

.file-up-load .wpcf7-not-valid-tip {
  right: 0;
}

.wpcf7 form#frmContact .wpcf7-not-valid-tip {
  font-size: 12px;
  /* left: 1.8rem; */
  right: 1rem;
  bottom: -1.5rem;
  /* bottom: 0; */
}

.wpcf7 form#frmNewsletter .wpcf7-response-output {
  position: absolute;
  /* bottom: 0; */
}

.wpcf7 form#frmNewsletter .wpcf7-not-valid-tip {
  bottom: 0;
}
