/*comments*/
#comments{margin-top:80px;}
#comments .comments-title{margin-bottom: 60px;font-size:24px;color: #1abc9c;}
#comments .comments-title svg{vertical-align:middle;width:30px;margin-right:8px;margin-top:-2px;}
#comments .comment-list{}
#comments .comment-list li{}
#comments .comment-list li .comment-body{position:relative;margin-bottom: 50px;}
#comments .comment-list li .comment-body .comment-meta{position:relative;height:40px;margin-bottom:15px;}
#comments .comment-list li .comment-body .comment-meta .comment-author{}
#comments .comment-list li .comment-body .comment-meta .comment-author img{border-radius:50%;}
#comments .comment-list li .comment-body .comment-meta .comment-author .fn{position:absolute;left:56px;top: 1px;font-size: 14px;color: #1abc9c;}
#comments .comment-list li .comment-body .comment-meta .comment-author .says{display:none;}
#comments .comment-list li .comment-body .comment-meta .comment-metadata{position:absolute;left:56px;top:22px;font-size:12px;color:#a7a7a7;}
#comments .comment-list li .comment-body .comment-meta .comment-metadata a{color:#a7a7a7;font-weight:300;}
#comments .comment-list li .comment-body .comment-meta .comment-awaiting-moderation{position:absolute;top:10px;right:30px;font-size:12px;color:#afafaf;font-weight:300;}
#comments .comment-list li .comment-body .comment-meta .comment-metadata a time{}
#comments .comment-list li .comment-body .comment-meta .comment-metadata .edit-link{}
#comments .comment-list li .comment-body .comment-meta .comment-metadata .edit-link .comment-edit-link{}
#comments .comment-list li .comment-body .comment-content{position:relative;font-size: 14px;padding-left: 55px;}
#comments .comment-list li .comment-body .comment-content p{line-height:24px;}
#comments .comment-list li .comment-body .comment-content p a{color: #1db797;margin-right: 8px;}
#comments .comment-list li .comment-body .reply{position:absolute;right:0px;top:10px;font-size:12px;display: none}
#comments .comment-list li .comment-body:hover .reply{display: block;}
#comments .comment-list li .comment-body .reply a.comment-reply-link{color: #17bc9b;font-weight:300;}
#comments .comment-list li ol.children{margin-left: 20px;border-left: 2px solid rgb(133 133 133 / 20%);padding-left: 40px;}
#comments .comment-reply-title{margin-bottom: 40px;font-size:24px;}
#comments form.comment-form{display:table;width:100%;}
#comments form.comment-form .logged-in-as{color: #fff;}
#comments form.comment-form .logged-in-as a{color: #fff;}
#comments form.comment-form .comment-notes{}
#comments form.comment-form p input{width:100%;border:none;padding:8px 10px;font-size:12px;background: none;border: 2px solid #777;border-radius: 5px;color: #333;}
.dark #comments form.comment-form p input{color: #f0f0f0;}
#comments form.comment-form .comment-form-comment{margin:0px 0px 5px 0px;}
#comments form.comment-form .comment-form-comment label{display:none;}
#comments form.comment-form .comment-form-comment textarea{width:100%;height:100px;background: none;border: 2px solid #777;padding:10px;font-size:12px;border-radius: 5px;color: #333;}
.dark #comments form.comment-form .comment-form-comment textarea{color: #f0f0f0;}
#comments form.comment-form .comment-form-author{width:31%;float:left;margin-right:2%;}
#comments form.comment-form .comment-form-email{width:31%;float:left;margin-right:2%;}
#comments form.comment-form .comment-form-url{width:34%;float:left;}
#comments form.comment-form .comment-form-cookies-consent{display:none}
#comments form.comment-form .form-submit{width:100%;}
#comments form.comment-form .form-submit .submit{width:130px;padding:8px;float:right;}
#comments form.comment-form .form-submit .submit:hover{background-color:#000;color:#fff;}
#comments .navigation{margin-bottom:30px;}
#comments .screen-reader-text{display:none;}
#comments .nav-links{text-align:center;}
#comments .nav-links .page-numbers{padding:0px 5px;}
#comments .nav-links .current{font-size:20px;text-decoration:underline;}
.butterBar{width:100%;position:fixed;text-align:center;z-index:9999;top:0px;}
.butterBar-message{background:#1abc9c;color:#fff;font-size:12px;padding:12px 25px;margin-bottom:0px;margin-top:0px;}
#comments .comment-respond{margin: 80px 0px;}
@media (max-width:768px){
	#comments .comment-list li ol.children{margin-left:0px;}
	#comments form.comment-form .comment-form-author{width:100%;float:left;margin:0px 0px 5px 0px;}
	#comments form.comment-form .comment-form-email{width:100%;float:left;margin:0px 0px 5px 0px;}
	#comments form.comment-form .comment-form-url{width:100%;float:left;margin:0px 0px 5px 0px;}
	#comments form.comment-form .form-submit .submit{width:100%;}
	#comments .comment-list li .comment-body .reply{display: block;}
}