/* CSS Document */
/* This sets the size of one (1) em unit for this area: */
#comments.comments-area{
		font-size:16px;
		overflow: hidden;
}
h2.comments-title {
	font-size:1.5em;
	font-family: Segoe UI;
	line-height: 2em;
}
ul li.comment{
		list-style-type:none;
		font-family: Segoe UI;
		color:#323130;
}
ul.commentlist {
	padding-left:0;
	font-size:1em;
}

ul.commentlist li.comment.depth-1  {
	position:relative; 
}
ul.commentlist li.comment.depth-1:before{
	position: absolute;
	display:block;
	content: '';
	float: left;
	left: 70px;
	height: calc(100% - 1px);
	width: calc(100% - 70px);   
	box-shadow: 2px 2px 8px rgba(0,0,0,.1);
	border-radius:4px;
	z-index:-1;
}
ul.commentlist li.comment.depth-1 >article header {
	border-radius: 4px 4px 0 0;
}
  
ul.commentlist li.comment.depth-1  > article.comment footer{
	border-radius:0 0 4px 4px;
}

ul.commentlist li ul:last-of-type{
	border-radius: 0 0 4px 4px;
}
.commentlist li {
	margin:1em;
	padding-bottom:1px;
}
.commentlist li ul.children {
	margin-left:70px;
	padding:.5em 1em;
	/* padding-left:0; */
	background-color:#fff;
}
.commentlist li ul.children li {
	margin:0;
	padding-top:.85em;
	box-shadow:none;
}
	.commentlist article {

	}
	.commentlist li header {
		font-size:1em;
	}
	.commentlist li footer {
		background: #fff;
		padding:0 1em .5em;
		margin-left:70px;
	}
nav#comment-nav-above{
	min-height: 2em;
}
nav#comment-nav-below{
	width:100%;
}
nav#comment-nav-above.site-navigation .nav-previous,
nav#comment-nav-below .nav-previous{
	float:left;
}
nav#comment-nav-above.site-navigation .nav-next,
nav#comment-nav-below .nav-next{
	float:right;
}
.comments-area .pagination {
	justify-content: center;
}

	.commentmetadata{
		float:right;
	}
	form.edit-form {
		clear:both;
	}
	.comment-author .avatar {
		border-radius:50%;
	}
#commentform {
	padding:3px;
}

#respond {
	margin-top:.5em;
}
article.comment	input[type="submit"][value="Submit"],
#commentform p.form-submit {
	margin:15px 0;
}
article.comment	input[type="submit"][value="Submit"] {
	background:#505050;
}

input#cancel-comment-form {
	 margin: .5em;
	 position:absolute;
	 right:105px;
}
ul.commentlist li.comment input#cancel-comment-form {
	right:110px;
}
ul.commentlist li.comment ul.children li input#cancel-comment-form {
	right:135px;
}
ul.commentlist li.comment ul.children li.comment ul.children li.comment input#cancel-comment-form {
    right: 150px;
}
p.form-submit {
    margin-top: .5em !important;
    text-align:right;
}
article.comment input.edit-cancel {
    margin-right: .15em;
}
.hidden {
	display:none;
}
.comment .edit-form  .wp-editor-tabs,
#respond.comment-respond .wp-editor-tabs{
	display: none;
}
.upside-down.fa-angle-down,
.upside-down .fabric-icon--ChevronDown {
	transform: rotate(180deg) scaleX(-1);
}
li.comment form.edit-form input[value="Submit"],
#respond p.form-submit input[value="Submit"]{
    background: #0078D4 !important;
}
#respond p.form-submit {
    text-align: right;
}
form#wp-link button#wp-link-close {
    width: auto;
    min-width: 36px;
    padding-right: .25em;
}

#link-selector #search-panel, #link-selector p#wplink-link-existing-content {
	display: none;
}

.commentlist .comment-meta.commentmetadata a {
    text-decoration: none;
}

body.single #wp-link-wrap{
	height:270px;
}
.author-name,
.parent-author-name {
	font-size: 1.125em;
	color: #005DA6;
	margin-right:.5em;
}
.author-name {
	font-weight:700;
}
.parent-author-name i.fabric-icon--Reply {
	transform:scaleX(-1);
	font-size:.75em;
	font-weight: 400;
	color:#737170;
}
.comment-date {
	font-size: 1em;
	color: #737170;
	font-weight: 400;
	padding-left:.5em;
}
.comment-author.vcard {
	float:left;
	margin:15px;
}
#respond textarea#comment {
	width: 100%;
	height:222px;
}
article.comment header{
	line-height:21px;
	padding:1em;
	margin-left:70px;
	background-color:#fff;
}
article.comment .comment-content {
	font-size:1em;
	padding:.5em 1em;
	margin-left: 70px;
	background-color: #fff;
}
.parent-comment-excerpt {
	font-size:.75em;
	background:#fcfcfc;
	border: 1px solid #eee;
	border-radius: 2px;
  line-height: 26px;
	padding:3px 9px;
}
.parent-comment-excerpt .parent-comment-author{
	color: #437df9;
}
.wp-editor-container textarea.wp-editor-area {
	font-family:"Segoe UI";
}
.comment .wp-editor-container textarea.wp-editor-area {
	width:100%;
	padding:10px;
}

#comments .wp-editor-container .quicktags-toolbar {
    padding: 3px;
    position: relative;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    min-height: 30px;
}

#comments .wp-editor-container textarea.wp-editor-area {
    font-size: 15px;
    padding: 10px;
    margin: 1px 0 0;
    line-height: 150%;
    border: 0;
    outline: none;
    display: block;
    resize: vertical;
    box-sizing: border-box;
}

.comment-meta a:hover{
	text-decoration: none;
}
/* icons */
.comment-meta .copy-link a i,
.comment-meta .collapse-comment a i,
.comment-meta .delete-btn a i,
.comment-meta .edit-btn a i,
.comment-meta .copy-link-live,
.reply i.fa-reply,
.fabric-icon--Reply {
	font-size: 1em;
	color:#005DA6;
	line-height: 20px;
	font-style:normal;
	padding:0 .25em;
}
li.depth-5 .fabric-icon--Reply {
	display:none;
}

/* rewrite 'crayon' to 'code' */
button[id*="crayon_quicktag"] {
    color:blue;
}
.crayon-tag-editor-button-wrapper .ed_button::before {
    content: 'Code' ;
}
/* Voting Styles */
span.comment-count {
	float:left;
}
span.comment-widget-author{
	float:right;
	font-weight:bold;
}

.voting .loader-image-container {
    margin-left: 10px;
    display: inline-block;
}

/* Mobile Styles */
@media screen and (max-width:767px){
	.comment-author.vcard {
		margin:5px;
		margin-top: 15px;
	}
	.commentlist li {
		margin:0;
	}
	.comment-date {
		display:block;
		padding-left:0;
	}
	article.comment header,
	article.comment .comment-content,
	.commentlist li footer {
		margin-left:50px;
	}
	.commentmetadata{
		margin-bottom:5px;
	}
	.commentlist li ul.children {
		margin-left:50px;
		padding-right:0;
	}
	.commentlist li.depth-2 ul.children {
		margin-left:0;
	}

	#respond textarea#comment {
		height:12em;
	}
	.commentlist article.comment .comment-content {
		display: block;
	}

	.commentlist article.comment .comment-content p {
		display: inline-block;
	}
}

/* Mobile Styles */
@media screen and (max-width:480px){
	article.comment header {
		margin-left: 30px;
		padding-left: 0.5em;
	}

	article.comment header, article.comment .comment-content, .commentlist li footer {
		margin-left:30px;
	}

	.children article.comment .comment-content {
		margin-left: 22px;
	}
	
	.commentlist li.depth-2 ul.children {
		margin-left: 0;
	}

	.commentlist li ul.children {
		padding-bottom: 0;
	}

	.commentlist > li > ul.children {
		margin-left:30px;
		padding-left:0;
	}

	.commentlist li ul.children {
		padding-left: 0;
	}

	.commentlist li ul.children article.comment header {
		margin-top: 0px !important;
	}

	.comment-author.vcard {
		margin-left: 0;
	}

	.children .comment-author.vcard {
		margin-left: 5px;
	}

	.comment-author .avatar {
		width: 25px;
		height: 25px;
	}
	.comments-area nav {
		flex-direction: column;
		text-align:center;
	}
	.comments-area nav .nav-text{
		margin: 0 0 1rem 0;
	}

}
/* A utility class to allow assistive text to remain readable but not visible */
.screen-reader-only,
#wp-link #wp-link-close .screen-reader-text {
	font-size: 0;
	width: 1px;
	height: 1px;
	display: inline-block;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}
/* Reply / Comment form */
#comments ul.children div#respond.comment-respond form#commentform.editor-open {
    border: 2px solid #ddd;
}
#comments h3#reply-title, p.logged-in-as {
    padding-left: .25em;
}
h3#reply-title {
    background: #ddd;
    display: inline;
		clear:right;
    line-height: 2.5em;
    padding: 0 .25em;
}
h3#reply-title.comment-form-active{
	background:none;
}
ul.commentlist h3#reply-title {
	display:none;
}
#respond h3#reply-title:hover{
	cursor:pointer;
}
#commentform {
	display:none;
}
#commentform.editor-open,
ul li.comment #commentform {
	display:block;
}

#wp-link .submitbox .button {
    font-size: 17px;
    font-family: Segoe UI;
}

#commentform {
	position:relative;
}

#commentform input#cancel-comment-form {  
	right:78px;
}

#comments.comments-area {
	position: relative;
}
   
/* #comments > #respond {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
} */

#comments > #respond h3#reply-title {
	margin-left: 0;
	padding-left: 0;
}

#comments nav#comment-nav-above {
	/* margin-top: 83px; */
	margin-top: 20px;
}

#comments > #respond .must-log-in {
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-weight: 600;
}

#comments > #respond .must-log-in a {
	font-weight: normal;
	margin-right: 10px;
}

#comments > #respond .must-log-in a, #comments>#respond h3#reply-title, form .loadComment, .loadComment {
	background: #0078d4;
    border-radius: 20px;
    color: #fff;
    padding: 4px 17px 7px;
    font-family: Segoe UI;
	font-size: 17px;
	font-weight: normal;
	cursor: pointer;
}

form .loadComment {
    border: none;
}

.loadComment {
	text-decoration: none;
}

.commentlist li ul.children article {
    border-top: 1px solid #C8C6C4;
	padding-top: 2px;
}

.commentlist li ul.children article.comment header {
	margin-top: 2px;
}

.commentlist li ul.children, .commentlist li ul.children li {
	padding-top: 0;
}

footer .voting a {
    cursor: pointer;
}

footer .reply .nocomments {
	color: #747474;
}

span.copy-link .copied-text {
    font-size: 13px;
	vertical-align: text-top;
}

.copy-link {
	display: inline-block;
}

.copy-link .copy-link-live {
	color: #000000;
	font-size: 14px;
}

#comments-loader {
	display: none;
	margin-left: 10px;
    width: 25px;
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

span.loader-image-submit {
    margin-right: 10px;
}

#commentform span.loader-image-submit {
    margin-right: 10px;
    right: 160px;
    position: absolute;
    vertical-align: middle;
    bottom: 25px;
}

span.loader-image-submit img {
    width: 25px;
}

.comment-content ul li {
	list-style: disc;
	margin-left: 0;
}

.comment-content ul ol {
    list-style-type: decimal;
    display: list-item;
    padding-left: 0;
}


.comment-content ul {
	margin-bottom: 14px;
}

.code-of-conduct {
    float: left;
    margin: 12px 0;
 }

 #comments>#respond h3#reply-title a {
	color: #ffffff;
}

#respond .btn-secondary:focus, .edit-form .btn-secondary:focus	 {
	outline-color: transparent;
    outline-width: 2px;
    outline-style: dotted;
	-webkit-box-shadow: 0 0 0 0.2rem #666;
	box-shadow: 0 0 0 0.2rem #666;
}

#respond  .btn-secondary:not(:disabled):not(.disabled).active:focus, #respond .btn-secondary:not(:disabled):not(.disabled):active:focus,
.edit-form .btn-secondary:not(:disabled):not(.disabled).active:focus, .edit-form .btn-secondary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 0.2rem #666;
	box-shadow: 0 0 0 0.2rem #666;
}

		
.commentlist pre, .commentlist pre.prettyprinted, .commentlist pre.prettyprint {
	background-color: #f0f0f0!important;
	padding: 10px!important;
	border-radius: 10px;
	border:0px!important;
}

form#myForm .form-group {
    margin-bottom: 0px;
}
#codeModal .modal-footer .btn-primary {
	color: #fff;
    background-color: #3b73af;
    border-color: #3b73af;
}
#codeModal .modal-footer .btn-primary:hover {
	opacity: 0.8;
	background-color: #3b73af;
    border-color: #3b73af;
}
#codeModal .modal-title {
	text-align: center;
	font-size: 18px;
}
#myForm .modal-body {
	padding-top: 0;
	font-size: 16px;
}

.fabric-icon--Package::before {
	content: "\E7B8";
}

.author-name img {
	margin-left: 5px;
	margin-bottom: 2px;
}

article.comment .comment-content a {
    word-break: break-word;
}
.comments-area nav{
	display:flex;
	justify-content:center;
	margin-top:20px;
	align-items: center;
}
.comments-area nav .nav-text {
	margin-right:0.5rem;
}
.comments-area nav .pagination {
	margin-bottom: 0;
}
