.lds-dual-ring {
  display: block;
  width: 24px;
  height: 24px;
  margin:auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width:24px;
  height: 24px;
  margin: 0px;
  border-radius: 50%;
  border: 5px solid #8a8a8a;
  border-color: #8a8a8a transparent #8a8a8a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.LoadingCommentsLabel {
  display: block;
  text-align: center;
  margin-top:24px;
  margin-bottom: 48px;
}
#wp-comments-response, #respond-comment-scimagojr {
  border:none;
  width:100%;
  max-width: 866px;
  /*display: block;*/
  margin:auto;
  box-sizing:border-box;
  padding: 25px;
}
#wp-comments-response ul, #wp-comments-response ol {
  list-style-type: none;
}
.comment-author {
  
}
.author-name {
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}
.comment-author img, .avatar_color {
  border-radius: 50%;
  width: 50px;
  height:50px;
  margin-right: 25px;
}
.avatar_color {
	position: relative;
	    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    text-transform: uppercase;
    opacity: 0.85;
}
.avatarImg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.letter-name {
	color:white;
	display: block;
	text-align: center;
	margin:0;
	padding:0;
}
.comment-metadata {
  display: inline-block;
  font-size: 16px;
  margin-left:20px;
  vertical-align: top;
  color:rgb(100,100,100);
}
.comment-date {
  color:rgb(173,173,173);
  font-weight: normal;
}
.comment-content {
  margin-left: 75px;
  font-size: 16px;
  color:rgb(100,100,100);
  line-height: 170%;
}
#wp-comments-response li {
  margin-bottom: 75px;
}
#wp-comments-response ul {
  margin-top: 75px;
}
.div-reply-comment {
margin-top:25px;
    margin-left: 75px;
    
   
   
}
span.comment-reply-link {
 color: rgb(173,173,173);
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding-left:26px;
    text-transform: lowercase;
    background: url(../img/reply.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
   
}
#respond-comment-scimagojr {
  font-size: 16px;
 margin-bottom: 50px;
  background-color: #ececec;
  overflow-y: auto;
}
#respond-comment-scimagojr h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;

}
#form-submit-comment-scimagojr {
  margin-bottom: 0px;
}
#form-submit-comment-scimagojr p {
  background-color: rgb(236,236,236);

  overflow: hidden;
}
#form-submit-comment-scimagojr p label {
  
  display: inline-block;
  text-align: left;
  width: 150px;
  min-width: 20%;
  font-size: 16px;
  vertical-align: top;
}
#form-submit-comment-scimagojr p input[type=text], #form-submit-comment-scimagojr p textarea {
  border:white;
  background-color: white;
  border: white;
    background-color: white;
    padding: 8px;
    width: 318px;
    max-width: 100%;
}
#form-submit-comment-scimagojr p input[type=text]:focus, #form-submit-comment-scimagojr p textarea:focus {
  outline-width:1px;
  outline-style: solid;
  }
#form-submit-comment-scimagojr p textarea {
   resize: none;
      width: 100%;
    min-height: 250px;
}
#form-submit-comment-scimagojr p.form-submit {
  display: none;
}
#form-submit-comment-scimagojr input[type=button] {
  color: white;
    font-size: 16px;
    background-color: #00acee;
    border: none;
    font-family: 'Roboto';
    font-weight: normal;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    margin-top:1em;
}
#cancel_reply {
      border: none;
    background: none;
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    margin-right: 16px;
}
.emailnote {
  color:rgb(170,170,170);
  font-size: 12px;
}
.comments_rules {
  color:rgb(100,100,100);
  line-height: 170%;
  margin-bottom: 0px;
  margin-top:0px;
}
#join_conversation img, #question_journal img {
  width: 28px;
    vertical-align: text-bottom;
    margin-right: 6px;
}

@media only screen and (max-width: 920px) {
  ul.children {
    padding-left: 10px;
   
  }
  #wp-comments-response ol {
    padding-left: 10px;
  }
  #wp-comments-response, #respond-comment-scimagojr {
    padding:10px;
  }

}
#blockscreen {
  position: fixed;
  bottom:0px;
  top:0px;
  left:0px;
  z-index: 9999;
  right:0px;
  background-color: rgba(255,255,255,0.8);
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 16px;
  height: 16px;
  background-color: rgba(0,0,0,0.3);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.moderation_msg {
    background-color: #ffffff;
    padding: 10px;
    margin:10px;
    margin-top:40px; 
    margin-bottom: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    animation-delay: 0s;
    animation-name: animate;
    animation-duration:0.5s;
    animation-timing-function: ease-out;
}

@keyframes animate {
  from {
    margin-top: 10px;
    margin-bottom:40px; 
    box-shadow: 0px 15px 30px rgba(0,0,0,0.3);
  }
  to {
    margin-top:40px; 
    margin-bottom: 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  } 
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}