/* mailster styles */
.mailster-form {
  margin-bottom: 0;
  font-family: "iranyekanwebregular_FaNum";
}
.mailster-form .mailster-wrapper {
  width: calc(50% - 30px);
  margin: 10px 15px;
}
.mailster-form .mailster-wrapper.form-submit {
  width: 50%;
}
.mailster-form .mailster-submit-wrapper .submit-button {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.mailster-form .mailster-form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mailster-form .input {
  border: 1px solid lightgray;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  outline: none;
}

@media (max-width: 548px) {
  .mailster-form .mailster-wrapper.form-submit {
    width: 100%;
  }
  .mailster-form .mailster-wrapper {
    width: calc(100% - 30px);
  }
}

/* gravityforms styles */
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 20px !important;
}
.gform_wrapper.gravity-theme .gform_footer .button {
  outline: none;
}
.gform_wrapper.gravity-theme .gfield input {
  border: 1px solid lightgray;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  outline: none;
}

/* comments-area style */
.comments-area ul,
.comments-area ol {
  padding: 0;
  list-style: none;
  font-family: "iranyekanwebmedium_FaNum";
}
.comments-area h3 {
  font-size: 1.1rem;
  font-weight: bold;
}
.comments-area .comment-respond {
  position: relative;
  padding: 1rem;
  border-radius: 12px;
}
.comments-area .comment-respond a#cancel-comment-reply-link {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #33a5cc;
  font-size: 0.9rem;
  text-decoration: none;
}
.comments-area .comment-respond .comment-form-comment {
  width: 100%;
  margin-bottom: 0;
}
.comments-area .comment-respond .comment-reply-title {
  font-family: "iranyekanwebmedium_FaNum";
  font-size: 1rem;
  font-weight: bold;
}
.comments-area .comment-respond p {
  font-family: "iranyekanwebmedium_FaNum";
  font-size: 1rem;
  font-weight: normal;
  color: #888888;
}
.comments-area .comment-respond a {
  font-family: "iranyekanwebmedium_FaNum";
  font-size: 1rem;
  font-weight: normal;
  color: #33a5cc;
  text-decoration: underline;
}
.comments-area .comment-respond textarea {
  font-family: "iranyekanwebmedium_FaNum";
  width: calc(100% - 2rem);
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 1rem;
  height: 110px;
}
.comments-area .comment-respond .comment-form {
  width: 100%;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  display: inline;
  float: right;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email,
.comments-area .comment-respond .comment-form-url {
  width: calc(50% - 2rem);
  margin: 0 1rem;
}
.comments-area .comment-respond input#author,
.comments-area .comment-respond input#email,
.comments-area .comment-respond input#url {
  font-family: "iranyekanwebmedium_FaNum";
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 8px;
  height: 36px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  margin: 1rem 1rem 0;
  display: block;
  float: right;
  width: calc(100% - 2rem);
}
.comments-area .comment-respond .form-submit .submit {
  font-family: "iranyekanwebmedium_FaNum";
  display: block;
  margin: 1rem auto 0 1rem;
  text-align: center;
  padding: 0.3rem 2rem;
  background-color: #33a5cc;
  border: 1px solid #33a5cc;
  color: #fff;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email,
  .comments-area .comment-respond .comment-form-url {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  .comments-area .comment-respond .comment-form-cookies-consent,
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email {
    display: block;
    float: none;
  }
}

/* comments-area list */
.comments-area .comment-list .comment {
  padding: 1rem 1rem 0 0;
  font-family: "iranyekanwebmedium_FaNum";
}
.comments-area .comment-list .avatar {
  border-radius: 50%;
}
.comments-area .comment-list .comment,
.comments-area .comment-list footer {
  box-shadow: none;
  margin: 0;
  border-top: none;
}
.comments-area .comment-list .comment-body {
  position: relative;
  padding: 1rem;
  border-radius: 6px;
  background-color: #f8f8f8;
  border-right: 3px solid #33a5cc;
  font-family: "iranyekanwebmedium_FaNum";
}
.comments-area .comment-list .comment-body .reply {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
}
.comments-area .comment-list .comment-body .reply a {
  background-color: #33a5cc;
  padding: 0.3rem 0.9rem;
  border-radius: 6px;
  color: #ffffff;
}
.comments-area .comment-list .comment-body .comment-metadata {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 0.9rem;
}
.comments-area .comment-list .comment-body .comment-content {
  margin-top: 0.5rem;
}

/* domain checker */
#wdc-style #results div {
  text-align: right !important;
  direction: rtl;
  float: right;
  width: 100%;
}
#wdc-style .callout {
  border-right: 4px solid #a94442 !important;
  border-left: none !important;
}
#wdc-style .large #Search {
  text-align: center;
}