.clear {
  clear: both;
}

.comments {
  /* border-top: 1px solid #C9C9C9;
	padding: 10px; */
}

.comments h3 {
  font-size: 22px;
  font-weight: normal;
  font-family: Tahoma, Verdana, sans-serif;
  margin: 10px 0 15px 0;
}
/* .comments input[type=text], .comments input[type=password], .comments textarea{
	 padding:5px;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 3px 4px #F1F1F1;
	-moz-box-shadow:inset 0 3px 4px #F1F1F1;
	-webkit-box-shadow:inset 0 3px 4px #F1F1F1;
} */

/* .comments input[type=text]:focus,.comments input[type=password]:focus, .comments textarea:focus {
  box-shadow: 0 0 5px rgba(77,142,216, 1);
  border: 1px solid rgba(81, 203, 238, 1);
} */
.comments input[type='text'] {
  width: 250px;
}
.comments textarea {
  width: 100%;
  height: 100px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments label {
  display: inline-block;
  margin: 5px 0;
}
.comments .add_comment {
  padding: 5px;
  float: right;
  margin: 10px 0;
}
.error_name,
.error_email,
.error_message {
  font-size: 12px;
  color: red;
  display: block;
  margin: 0 0 15px 0;
}
.comments .red_star {
  color: red;
}
.section-comments .widget-table-body .filter .last-items-dropdown {
  width: 200px;
}
.comments form {
  margin-bottom: 20px;
}

.comments label,
.edit-comment-form label {
  display: block;
}

.comments input {
}

.comments input[type='submit'] {
  display: block;
}

.comment-post {
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.comment-post .post-author {
  font-weight: bold;
}

.comment-post .post-date {
  float: right;
  color: #8b8b8b;
}

.comment-post p {
  margin: 10px 0 5px 0;
}

.edit-comment-form label {
  margin-bottom: 15px;
}

.edit-comment-form select {
  margin-left: 15px;
}

.n-approved-comment,
.approved-comment {
  color: #fff;
  background: #b81212;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-shadow: 1px 1px 2px #4a4a4a;
}

.approved-comment {
  background: #28bb1d;
}

.c-name {
  width: 15%;
}

.c-email {
  width: 15%;
}

.c-comment {
  width: 50%;
}

.c-msg-green {
  color: green;
}

.c-msg-red {
  color: red;
}
#comment-modal [type='text'],
#comment-modal select {
  display: inline-block;
  width: 195px;
}
#comment-modal .custom-text {
  display: inline-block;
  width: 100px;
}
#comment-modal a {
  margin-left: 0 !important;
}
.comments-tbody tr td {
  text-align: center;
}

/*#comment-modal .img-container img, .comments .comments_preview img, .comments .comment-post img{
	border: black 2px solid;
    border-radius: 5px;
    max-height: 200px;
    max-width: 300px;
    margin: 5px;
    padding: 1px;
}*/
#comment-modal .img-container img,
.comments .comments_preview img,
.comments .comment-post img {
  border-radius: 5px;
  height: 100px;
  margin: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.section-comments .base-setting-open,
.section-comments h4 {
  margin: 10px;
}
.section-comments .base-settings {
  padding: 15px;
  background: #fffce5;
}

.comments-dropZone {
  display: inline-block;
  width: 600px;
  height: 100px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  font-family: Arial;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.comments-dropZone input {
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.comments form .sendComment {
  margin-top: 0px;
}
.comments [name='comment'] {
  margin-bottom: 10px;
}
.comments .showimgComments {
  color: #1585cf;
  border-bottom: 1px dashed #1585cf;
}
.comments .showimgComments:hover {
  text-decoration: none;
  border-color: transparent;
}
.section-comments .checkbox {
  margin-bottom: 10px;
}

/* comments
------------------------------------------------------------------- */
.comments h3 {
  display: none;
}

.comments textarea {
  line-height: 1.4;
  width: 100%;
  height: 75px;
  padding: 5px 16px;
  color: #666;
  border: 1px solid #c5d0e6;
  border-radius: 5px;
  background: #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.comments textarea:focus {
  border-color: #f39c12;
  -webkit-box-shadow: inset 0 0 0 1px #f39c12;
  box-shadow: inset 0 0 0 1px #f39c12;
}

.comments .sendComment {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  height: 30px;
  margin-top: 16px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .3s, background .3s, box-shadow .3s;
  -moz-transition: color .3s, background .3s, box-shadow .3s;
  -o-transition: color .3s, background .3s, box-shadow .3s;
  transition: color .3s, background .3s, box-shadow .3s;
  text-align: center;
  white-space: nowrap;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  background: none;
  /*background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));*/
  /*background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));*/
  /*background: linear-gradient(135deg, var(--main-color), var(--secondary-color));*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comments .sendComment:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.comments .sendComment:hover {
  color: #fff;
  background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
  background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
  background: -moz-linear-gradient(315deg, var(--main-color), var(--secondary-color));
  background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
  -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
  box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
}

@media (max-width: 767px) {
  .comments .sendComment {
    font-size: 16px;
    width: 100%;
    height: 30px;
    padding: 0 16px;
  }
}

@media (min-width: 1025px) {

}

.comments .comment-post {
  border-color: #f5f5ff;
  border-radius: 0;
}

.comments .c-msg-red,
.comments .c-msg-green {
  display: block;
  padding: 10px 16px;
}

@media (max-width: 767px) {
  .comments .c-msg-red,
  .comments .c-msg-green {
    padding: 10px;
  }
}

.comments .c-msg-red {
  color: #a94442;
  background: #f2dede;
}

.comments .c-msg-green {
  color: #3c763d;
  background: #dff0d8;
}

.comments .comments-msg span ~ span {
  margin: 10px 0;
}

.comments .comments-msg br {
  display: none;
}

.comments .post-date {
  font-size: 12px;
}
