/** Comments **/

.comment-post {
  background-color: #f5f5f7;
  padding: 25px 35px 25px;
  margin-top: 50px;
  border-radius: 22px;
  font-size: 16px; 
}

.comment-post p {
  font-size: 16px;
  margin-bottom: 0;
}

.comment-post ul, 
.region-content .comment-post ul {
  margin-bottom: 0;
  margin-top: 17px;
}

.comment-post ul li {
  margin-bottom: 0;
}

.comment-post .links a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
}

.comment-post .links a:hover {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
}

.comment-form textarea {
  border-radius: 25px;
  min-height: 100px;
  padding: 20px;
}

.comment-form .form-textarea-wrapper {
  border-radius: 25px;
  margin-top: 25px;
  overflow: hidden;
}

.comment-form button {
  border-radius: 30px;
  border: 0;
}

.comment-form label {
  display: none;
}

.indented {   
  padding-left: 25px;
}

.indented .comment-post {
  background-color: #fbfbfb;
  padding: 18px 25px 18px;
  font-size: 14px;
  margin-top: 10px;
}

.indented .comment-post p {
  font-size: 14px;
}

.indented .indented .indented .indented .indented {
  padding-left: 0;
}

.main-comment-form {
  margin-top: 50px;
}