/* # IEZ - COMENTARIOS SOPORTE PREMIUM */

/* ## IEZ - Formularios de contacto - Todos los Niveles */

.contenedor_formulario_contactar #author,
.contenedor_formulario_contactar #email,
.contenedor_formulario_contactar input.submit {
    border-radius: 5px;
    width: 100%;
}

.contenedor_formulario_contactar .comment-respond {
    background-color: #ffffff;
    padding-top: 0;
}

.contenedor_formulario_contactar .entry-comments {
    display: none;
}

.contenedor_info_legal_contactar .info_legal_contactar {
    padding-left: 50px;
    padding-right: 50px;
}

.post-748, .post-650 {
    margin-bottom: 00;
    padding-bottom: 0;
}


/* ## IEZ - Comentarios CPT's Premium */

.entry-comments h3, 
.comment-respond .comment-reply-title {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.comment-respond .logged-in-as {
    display: none;
}

.comment-respond,
.entry-comments li.byuser {
  padding: 35px 3vw;
  border: solid 1px #a2a2a2;
  border-radius: 5px;
}

.comment-respond {
  background-color: #e9e9e9;
}

.comment-respond #comment {
  border: solid 1px #a2a2a2;
  border-radius: 5px;
}


.entry-comments li.byuser {
  background-color: #f9f9f9;
  margin-top: 30px;
}

.entry-comments header.comment-header {
  margin-bottom: 10px;
}

.entry-comments .comment-author {
  font-weight: 700;
  cursor: default;
  pointer-events: none;        
  text-decoration: none;
  color: #222222;
  
}

.entry-comments .comment-author a {
  color: #222222;
}

.entry-comments .alert {
    background-color: #e9e9e9;
    color: #19a33a;
    font-weight: 501;
    margin-bottom: 0px;
    padding: 0 1vw;
    border-radius: 5px;
}

ul.children li.byuser {
  /*background-color: lightgoldenrodyellow;*/
  border: none;
  padding-top: 0;
  padding-bottom: 15px;
}

ul.children .comment-content {
  border-bottom: solid 1px #a2a2a2;
  padding-bottom: 20px;
}

.comment-respond input.submit {
    background-color: #fff;
    border: solid 2px #222;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 501;
    width: 100%;
    color: #222;
}

.comment-respond input.submit:Hover {
    background-color: #222;
    color: #fff;
}

.entry-comments h3.comment-reply-title small::before {
  content: "   -  ";
}