.comment-post-comment-form {
    flex-wrap: wrap;
}
.comment-form .form-item__textarea{
  height: 120px !important;
}
.comment-post-comment-form #edit-homepage,
.comment-post-comment-form input[name=name],
.comment-post-comment-form input[name=mail] {
    display: none;
}
.comment-post-comment-form .form-item__textarea::placeholder {

}

#social-login a {
    display: block;
    color: white;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    margin-top: 15px;
}
#social-login a:first-child {
    background-color: #395695;
}
#social-login a:first-child:hover {
    background-color: #2d4475;
}

#social-login a:nth-child(2) {
    background-color: #dd4b38;
}
#social-login a:nth-child(2):hover {
    background-color: #b73e2f;
}

#comment-without-account-link {
    background-color: transparent;
    color: #535353;
    border: none;
    margin: 0px auto;
    width: 100%;
}
#comment-without-account-link:hover {
    color: black;
}

.ui-dialog-buttonset {
    float: none !important;
    text-align: center;
}

.ui-widget-overlay {
    background: black !important;
    opacity: .50 !important;
    filter: Alpha(Opacity=50) !important;
}

.comment-post-comment-form .author {
    width: 100%;
    display: flex;
    flex: 1 1 !important;
}
.comment-post-comment-form .author .form-item__description {
    display: none;
}
.comment-post-comment-form .author:after {
    content: ' ';
    height: 10px;
    width: 1px;
    display: block;
}
.comment-post-comment-form .author .form-item {
    flex-grow: 1;
}
.comment-post-comment-form .author .form-item input {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.comment-post-comment-form .author .form-item:first-child {
    padding-right: 10px;
}
.comment-post-comment-form .author .form-item input::placeholder,
.comment-post-comment-form .form-item__textarea::placeholder {
    color: #7c7c7c;
    font-size: 13px;
}

.comment_validate_message_modal {
    padding: 0px !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 0px !important;
}
.comment_validate_message_modal .ui-dialog-titlebar {
    border-radius: 8px 8px 0px 0px !important;
    background-color: transparent !important;
    color: white;
    color: #d4313e;
    text-align: center;
    font-size: 18px;
    padding: 13px 35px !important;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #eeeeee;
}
.comment_validate_message_modal .ui-dialog-titlebar button.ui-dialog-titlebar-close {
    position: absolute;
    top: 0px;
    right: -7px;
    border-radius: 50%;
    background-color: black;
    border: none;
}
.comment_validate_message_modal .ui-dialog-content {
    font-size: 16px !important;
    padding: 15px 35px 30px 35px !important;
    color: #666666;
}

.form-group {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.form-group label {
  width: 100%;
  float: left;
}

.form-control {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form-text {
  color: #ff0000;
}

.dialog-comment .ui-dialog-titlebar {
  background: #39C;
  color: #fff;
}

/*.js-ajax-comments-messages {*/
/*  display: none !important;*/
/*}*/
