
.g1-comments {
	margin: 0 auto;
}

.g1-comments .g1-tab .count {
	display: none;
}

#comments {
	box-sizing: border-box;
	margin: 0 auto 4.5em;
}

.comment-list {
	clear: both;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	position: relative;
}

.comment-body {
	padding: .75em 0 1.5em;
}

.comment-body.g1-card {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.depth-1 > .g1-card + .children {
	margin-top: -8px;
	margin-bottom: 8px;
}

.depth-1 > .g1-card + .children .g1-card {
	margin-bottom: 2px;
}

.comment-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 1rem;
	line-height: 22px;
}

.comment-meta {
	margin-bottom: .25em;
}

.comment-meta .says {
	display: none;
}

.comment-meta b > a {
	color: inherit;
}

.comment-author {
	display: block;
	margin-right: .75em;
	text-align: left;
}

.comment-author > .avatar {
	display: block;
	position: absolute;
	right: auto;
	top: 0;
	left: 0;
}

@media only screen and (min-width:801px) {
	.comment-body.g1-card .comment-author .avatar {
		left: 10px;
	}
}

.comment-metadata {
	text-align: left;
}

.comment-edit-link {
	margin-left: 1.5em;
}

.comment-footer {
	margin-top: -1.25em;
}

.comment-list .children {
	margin-left: 10px;
}

.comment-list .children .comment-author .g1-epsilon {
	font-size: 13px;
}

@media only screen and (max-width:800px) {
	.comment-meta {
		position: relative;
		min-height: 40px;
		padding-left: 46px;
	}
	
	.comment-meta b {
		display: block;
	}
	
	.children .comment-meta {
		padding-left: 38px;
	}
}

@media only screen and (min-width:801px) {
	.comments-title {
		float: left;
	}
	
	.g1-comments-with-tabs .g1-comment-form-anchor {
		margin-top: -9px;
	}
	
	.comment-body {
		padding-left: 51px;
	}
	
	.comment-body.g1-card {
		padding-left: 61px;
	}
	
	.comment-author {
		display: inline-block;
	}
	
	.comment-author .avatar {
		top: .75em;
	}
	
	.comment-metadata {
		display: inline-block;
	}
	
	.comment-list .children {
		margin-left: 51px;
	}
	
	.comment-list .children .comment-body {
		padding-left: 40px;
	}
	
	.comment-list .children .comment-body.g1-card {
		padding-left: 50px;
	}
	
	.comment-list .children .comment-meta {
		padding-left: 0;
	}
	
	.comment-list .children .children {
		margin-left: 40px;
	}
}

#comments:target:before {
	display: block;
	height: 120px;
	content: "";
}

.g1-notice-loading {
	display: none;
	text-align: center;
}

.g1-comment-type.g1-loading .g1-notice-loading {
	display: block;
}

.g1-comments-tabs {
	clear: both;
}

@media only screen and (min-width:801px) {
	.g1-comments-with-tabs .g1-comment-form-anchor {
		margin-top: -9px;
	}
}

.g1-comment-count {
	display: none;
}

.g1-tab-item-dsq a:before, .g1-tab-item-fb a:before {
	display: inline-block;
	margin-right: 5px;
	font: 16px/12px bimber;
	vertical-align: middle;
	content: "";
}

.g1-tab-item-dsq a:before {
	content: "";
}

.g1-comment-form-anchor {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: .75rem;
}

.comment-form .g1-fake-avatar {
	display: none;
	position: relative;
	overflow: hidden;
	width: 36px;
	height: 36px;
	margin-bottom: 20px;
	cursor: default;
	text-align: center;
	border-radius: 50%;
}

.comment-form .g1-fake-avatar:before {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: auto;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: .0833;
	background-color: currentColor;
}

.comment-form .g1-fake-avatar:after {
	display: inline-block;
	position: relative;
	z-index: 2;
	left: 1px;
	right: auto;
	text-align: center;
	font: 24px/36px bimber;
	content: "";
	opacity: .333;
}

.comment-form label {
	display: block;
}

.comment-form > p {
	margin-bottom: 20px;
}

.comment-form #author, .comment-form #email, .comment-form #url {
	width: 100%;
}

.comment-form .comment-form-author label, .comment-form .comment-form-comment label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-form.g1-card {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media only screen and (min-width:1025px) {
	.comment-form {
		position: relative;
		padding-left: 46px;
	}
	
	.comment-form > .avatar, .comment-form > .g1-fake-avatar {
		display: block;
		position: absolute;
		margin-left: -50px;
	}
	
	.comment-form #author, .comment-form #email, .comment-form #url {
		width: auto;
		min-width: 50%;
	}
	
	.comment-form.g1-card {
		padding-left: 76px;
	}
}

@media only screen and (min-width:801px) {
	.g1-comment-form-anchor {
		float: right;
		width: auto;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

#respond .snax-wpsl .wp-social-login-connect-with {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-form .wpgdprc-checkbox {
	margin-bottom: 0;
}

.comment-form .form-submit {
	margin-top: 20px;
}

.fb-comments {
	background-color: #fff;
}

#disqus_thread {
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
}

.comment-form-cookies-consent [type=checkbox], .mc4wp-checkbox-wp-comment-form [type=checkbox], .wpgdprc-checkbox [type=checkbox] {
	margin-right: 10px;
}

.comment-form-cookies-consent label, .mc4wp-checkbox-wp-comment-form label, .wpgdprc-checkbox label {
	display: inline-block;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
}
