/* !Comments (Author: mail@jandousek.cz) */

/*
  comment
  ***
*/

.comment {
  margin: 0 0 30px 0;
  padding: 25px 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  list-style: none;
  line-height: 1;
  font-size: 15px;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment:before {
  display: none;
}
.comment ul {
  margin: 0;
}
.comment .comment {
  margin-top: 20px;
  border-left-width: 4px;
  border-top-width: 4px;
  border-color: #00636d;
}

/*
  format
  ---
*/

.comment p {
  margin-bottom: 0;
}

/*
  adjust reply
  ---
*/

.comment .reply {
  margin-top: 15px;
  font-weight: 500;
}

/*
  author
  ---
*/

.comment-author {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.comment-author > cite {
  font-style: normal;
}
.comment-author > cite > a {
  text-decoration: none;
}
.comment-author > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
}

/*
  meta
  ---
*/

.comment-meta {
  margin: 10px 0 15px 0;
  font-style: italic;
  font-size: 14px;
}

/*
  commentlist
  ***
*/

.commentlist {
  margin: 0;
}

/*
  comment-respond
  ***
*/

.commentlist + .comment-respond, .commentlist + .navigation + .comment-respond {
  margin: 45px 0 0 0;
}

/*
  required
  ---
*/

.comment-respond .required {
  font-weight: 700;
  color: #D23B3B;
}

/*
  logged-in-as
  ---
*/

.comment-respond .logged-in-as {
  margin-bottom: 25px;
  font-style: italic;
  font-size: 14px;
}

/*
  comment-reply-title
  ---
*/

.comment-reply-title {
  max-width: 560px;
  margin: 0 0 10px 0;
}
.comment .comment-reply-title {
  max-width: none;
}
.comment-reply-title small {
  display: block;
  margin-top: 5px;
  font-size: 50%;
}
.comment-reply-title small a {
  color: red;
}

/*
  notes
  ---
*/

.comment-notes {
  margin-bottom: 25px !important;
  font-style: italic;
  font-size: 13px;
}

/*
  input, textarea
  ---
*/

.comment-form input, .comment-form textarea {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 20px;
  background: #fff right center no-repeat;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15);
  border: 1px solid #b7bdc0;
  border-radius: 5px;
  outline: none;
  transition: 150ms linear;
}
.comment-form textarea {
  max-height: 80px;
  line-height: 1.6;
}

/* actions */

.comment-form input:focus, .comment-form textarea:focus {
  box-shadow: 0 0 15px #ebeaf1;
  border-color: #bebdc3;
}

/*
  submit
  ...
*/

.comment-form input[type="submit"] {
  width: auto;
  padding: 18px 35px 16px 35px;
  background-color: #00636d;
  border: 2px solid #00636d;
  border-radius: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

/* actions */

.comment-form input[type="submit"]:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

/*
  form
  ...
*/

.comment-form {
  max-width: 600px;
}
.comment .comment-form {
  margin-top: 20px;
}

/*
  label
  ...
*/

.comment-form label {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}

/*
  adjust form-submit
  ---
*/

.comment-form .form-submit {
  clear: both;
  margin-bottom: 0;
  padding-top: 10px;
}

/*
  comment, author, email
  ...
*/

.comment-form-comment, .comment-form-author, .comment-form-email {
  margin-bottom: 25px !important;
  line-height: 1;
}
.comment-form-author, .comment-form-email {
  width: 45%;
  width: calc(50% - 16px);
}
.comment-form-author {
  float: left;
}
.comment-form-email {
  float: right;
}

/*
  url, cookies-consent
  ...
*/

.comment-form-url, .comment-form-cookies-consent {
  display: none;
}

/*
  respond
  ...
*/

.comment-respond {
  max-width: none;
  margin-top: 30px;
}
