/**
 * Colors
 */
/**
 * Define font related variables here
 */
/**
 * Transition to use
 */
.comments-area {
  margin-top: 50px; }
  .comments-area ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .comments-area ol li {
      padding: 40px;
      border-bottom: 1px solid #e9eaea; }
      @media (max-width: 767px) {
        .comments-area ol li > div {
          display: flex;
          flex-direction: column;
          row-gap: 30px; } }
    .comments-area ol ol {
      margin-left: 5%; }
  .comments-area p {
    margin: 0; }
  .comments-area .comment-reply-title a {
    color: inherit; }
  .comments-area .comment-reply-title small {
    font-size: 1rem;
    text-transform: capitalize;
    margin-left: 18px;
    display: inline-block; }
  .comments-area .container {
    padding: 0; }
  .comments-area .comments-wrapper .avatar {
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .comments-area .comments-wrapper .avatar img {
      border-radius: 50%; }
  .comments-area .comments-wrapper .comment-meta {
    display: flex;
    justify-content: space-between; }
    .comments-area .comments-wrapper .comment-meta a.comment-reply-link {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      cursor: pointer;
      min-width: 158px;
      padding: 10px 28px 10px 20px;
      display: inline-block;
      background-color: transparent;
      color: #0c303c;
      border: 1px solid #0c303c;
      border-radius: 10px;
      position: relative;
      transition: all 300ms ease-in-out;
      font-size: 1rem;
      font-weight: 300;
      padding: 10px 18px 7px;
      min-width: initial; }
      .comments-area .comments-wrapper .comment-meta a.comment-reply-link span {
        margin-left: 3px;
        position: relative; }
        .comments-area .comments-wrapper .comment-meta a.comment-reply-link span:after {
          content: "+";
          top: 0;
          position: absolute;
          color: #1fbec3;
          font-weight: normal; }
      .comments-area .comments-wrapper .comment-meta a.comment-reply-link:hover {
        color: #00bdc1;
        border-color: #00bdc1; }
        .comments-area .comments-wrapper .comment-meta a.comment-reply-link:hover span:after {
          content: "-"; }
  .comments-area .comments-wrapper .comment-block {
    display: flex;
    flex-direction: column; }
  .comments-area .comments-wrapper p.date {
    font-size: 14px;
    color: #929496;
    font-weight: bold; }
  .comments-area .comments-wrapper .comment-text {
    margin-top: 15px; }
  .comments-area .comments-wrapper .comment-form-wrapper {
    background-color: #f1f1f1;
    padding: 50px 40px;
    margin: 60px 0; }
    @media (max-width: 479px) {
      .comments-area .comments-wrapper .comment-form-wrapper {
        padding: 35px 25px; } }
    .comments-area .comments-wrapper .comment-form-wrapper form {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px; }
      .comments-area .comments-wrapper .comment-form-wrapper form label {
        display: none; }
      .comments-area .comments-wrapper .comment-form-wrapper form input:not([type="submit"]):not([type="checkbox"]), .comments-area .comments-wrapper .comment-form-wrapper form textarea {
        width: 100%;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 10px 20px;
        outline: none;
        font-family: "Manrope";
        font-size: 18px;
        font-weight: 200; }
        .comments-area .comments-wrapper .comment-form-wrapper form input:not([type="submit"]):not([type="checkbox"])::placeholder, .comments-area .comments-wrapper .comment-form-wrapper form textarea::placeholder {
          font-size: 14px;
          line-height: 26px;
          font-family: "Manrope"; }
      .comments-area .comments-wrapper .comment-form-wrapper form input[type="submit"] {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        cursor: pointer;
        min-width: 158px;
        padding: 10px 28px 10px 20px;
        display: inline-block;
        background-color: transparent;
        color: #0c303c;
        border: 1px solid #0c303c;
        border-radius: 10px;
        position: relative;
        transition: all 300ms ease-in-out;
        font-family: "Manrope";
        font-weight: 200;
        background-color: #fff; }
        .comments-area .comments-wrapper .comment-form-wrapper form input[type="submit"] span {
          margin-left: 3px;
          position: relative; }
          .comments-area .comments-wrapper .comment-form-wrapper form input[type="submit"] span:after {
            content: "+";
            top: 0;
            position: absolute;
            color: #1fbec3;
            font-weight: normal; }
        .comments-area .comments-wrapper .comment-form-wrapper form input[type="submit"]:hover {
          color: #00bdc1;
          border-color: #00bdc1; }
          .comments-area .comments-wrapper .comment-form-wrapper form input[type="submit"]:hover span:after {
            content: "-"; }
      .comments-area .comments-wrapper .comment-form-wrapper form .comment-notes, .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-comment, .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-cookies-consent, .comments-area .comments-wrapper .comment-form-wrapper form .form-submit, .comments-area .comments-wrapper .comment-form-wrapper form .logged-in-as {
        grid-column-start: 1;
        grid-column-end: 4; }
      .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-cookies-consent {
        display: flex; }
        .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-cookies-consent input {
          position: relative;
          top: 4px;
          margin-right: 10px; }
        .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-cookies-consent label {
          display: inline-block; }

@media (max-width: 767px) {
  .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-author, .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-email, .comments-area .comments-wrapper .comment-form-wrapper form .comment-form-url {
    grid-column-start: 1;
    grid-column-end: 4; } }

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