/* General */

.upvote-button {
	font-weight: 900;
}

/* Comments */

.sumo-comment-container {
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
	border-radius: 15px;
	font-size: 1rem;
	width: 100%;
}

.sumo-comment-single-thread-nav {
    font-style: italic;
    margin-bottom: 0.7rem;
    text-align: center;
}

.load-all-button {
    margin-left: 0.7rem;
}

.sumo-comment-actions .upvote-inline {
	margin-bottom: 0.7rem;
}
.comment-extra a {
	margin-left: 0;
}

.sumo-comment {
	padding: 2.5rem 3rem;
}
.sumo-comment-children {
	overflow: hidden;
	background: #FAFAFA;
	padding-bottom: 2.5rem;
}
.sumo-comment-child {
	padding: 2.5rem 0 0;
}
.item-comment-level-0 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.item-comment-level-1 {
	padding-left: 9rem;
	padding-right: 3rem
}
.item-comment-level-2 {
	padding-left: 6rem;
}
.item-comment-level-3 {
	padding-left: 6rem;
}
.item-comment-level-0,
.item-comment-level-1,
.item-comment-level-2,
.item-comment-level-3 {
	border-left: 0;
	margin-left: 0;
}

/* Comment Components */

.sumo-comment-main	{
	width: 100%;
}
.sumo-comment-intro {
	flex: 0 0 6rem;
}
.sumo-comment-body {
	flex-basis:	100%;
}
.sumo-comment-actions button{
	min-width: 100px;
	margin-left: 0.5rem;
}
.sumo-comment-actions .btn.btn-sm {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.sumo-comment-body .sumo-meta {
	color: #ccc;
	font-size: 0.7em;
	text-align: center;
	padding-top: 0.4em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sumo-comment-body .sumo-meta .sumo-divider {
	margin: auto 0.75em;
}
.sumo-comment-body .comment-special {
	font-size: 0;
	/*font-size:0 removes extra white space between spans */
}
.sumo-comment-body .comment-special span {
	padding: 0 0.5em;
	position: relative;
	display: inline-block;
	font-size: 0.8rem;
}
.sumo-comment-body .comment-special span:last-child {
	padding-right: 0;
}
.sumo-comment-body .comment-special span:after {
	content: "";
	display: inline-block;
	background: #cccccc;
	width: 1px;
	height: 30%;
	position: absolute;
	right: 0;
	top: 30%;
}
.sumo-comment-body .comment-special span:last-child:after {
	display: none;
}

/* Expand Child Comment */

.sumo-expand-child-comments {
	text-align: right;
	font-size: 0.8em;
	margin: 1em 0 0;
	position: relative;
	background: #FAFAFA;
	padding: 1rem 3rem;
	color: #555;
}
/*.sumo-expand-child-comments .sumo-comment-count {*/
/* V9 */
.sumo-expand-child-comments .sumo-comment-count {
	height: 1.95em;
	width: 1.95em;
	font-size: 0.7em;
	border-radius: 50%;
	border: 1px solid #555;
	display: inline-block;
	text-align: center;
	line-height: 1.9;
	margin-left: 0.3em;
	position: relative;
	bottom: 0.15em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sumo-expand-child-comments .sumo-clicker {
	position: relative;
	padding-left: 1.5em;
	cursor: pointer;
	opacity: 0.85;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sumo-expand-child-comments .sumo-clicker:hover {
	position: relative;
	padding-left: 1.5em;
	cursor: pointer;
	opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sumo-expand-child-comments .sumo-clicker:hover .sumo-comment-count {
	color: #FFBC00;
	border-color: #FFBC00;
}
.sumo-expand-child-comments .sumo-clicker:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		left: 0.2em;
		top: 0.2em;
		border-width: 0 0.35em 0.5em  0.35em;
		border-color: transparent transparent #777 transparent;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.sumo-expand-child-comments .sumo-clicker.collapsed:before {
	transform: rotate(180deg);
}

/* Responsive Comments */

@media (max-width: 992px) {
	.sumo-comment-container {
		font-size: 0.7rem;
	}
	.sumo-comment {
		padding: 1.8rem 1.3rem;
	}
	.sumo-comment-intro {
		flex: 0 0 3rem;
	}
	.sumo-comment-intro .gravatar img {
		width: 2.5rem;
		height: 2.5rem;
	}
	.sumo-comment-body .sumo-meta {
		font-size: 0.6em;
		text-align: left;
	}
	.sumo-comment-body .sumo-meta .sumo-divider {
		opacity: 0;
	}
	.sumo-comment-actions .btn.btn-sm {
		padding: 0.4rem 0.9rem;
		font-size: 0.65rem;
		min-width: 90px;
	}
	.sumo-comment-children .gravatar {
		text-align: right;
	}
	.sumo-comment-children .sumo-comment-intro .gravatar img {
		width: 1.9rem;
		height: 1.9rem;
		margin-right: 0.7rem;
	}
	.sumo-comment-body .sumo-name {
		font-size: 0.9rem;
	}
	.sumo-comment-body .sumo-meta {
		margin-bottom: 1rem;
		line-height: 1.4;
	}
	.item-comment-level-0,
	.item-comment-level-1 {
		padding-left: 1.3rem;
	}
	.item-comment-level-1 {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
		position: relative;
	}
	.item-comment-level-2,
	.item-comment-level-3 {
		padding-left: 2.4rem;
		position: relative;
	}
	.sumo-comment-child {
		overflow-x: visible;
	}

	.item-comment-level-1:before,
	.item-comment-level-2:before,
	.item-comment-level-3:before {
		content: "";
		position: absolute;
		top: 5.5rem;
		bottom: 0;
		width: 3px;
		background: #F0F0F0;
		z-index: 1;
		/* Updated z-index to prevent overlap of product mobile "buy now" bar*/
		/* V9 */
		left: 2.5rem;
		border-radius: 2px;
	}
	.item-comment-level-2:before,
	.item-comment-level-3:before {
		left: 3.6rem;
	}
}

@media (max-width: 575px) {
	.sumo-comment-container {
		margin-left: -17px;
		margin-right: -17px;
		width: 100vw;
	}
}

/* Moderator & Bought Comments */

.sumo-partner > .sumo-comment-main {
	position: relative;
}
.sumo-partner > .sumo-comment-main:before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: -1.5rem;
	bottom: -1.15rem;
	left: -1.5rem;
	right: -1.5rem;
	border-radius: 5px;
	opacity: 0.5;
	border: 1px solid rgba(94, 189, 192, 0.65)
}
.sumo-partner > .sumo-comment-main .sumo-name,
.sumo-bought > .sumo-comment-main .sumo-name,
.sumo-plus > .sumo-comment-main .sumo-name {
	position: relative;
	display: inline-block;
}
.sumo-partner > .sumo-comment-main .sumo-name:after,
.sumo-bought > .sumo-comment-main .sumo-name:after,
.sumo-plus > .sumo-comment-main .sumo-name:after {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0.3em 0.7em;
	margin-left: 0.8em;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	font-size: 0.7em;
	font-weight: 500;
	min-width: 2.8em;
    content: "\00a0";
}
.sumo-partner > .sumo-comment-main .sumo-name:after {
    min-width: 48px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2215%22%20viewBox%3D%220%200%2048%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2248%22%20height%3D%2215%22%20rx%3D%223%22%20fill%3D%22%230275D8%22%2F%3E%0A%3Cpath%20d%3D%22M8.248%2010.096C9.08%2010.096%209.848%209.736%2010.384%209.176L9.528%208.408C9.208%208.776%208.752%209.024%208.248%209.024C7.328%209.024%206.544%208.208%206.544%207.248C6.544%206.296%207.328%205.48%208.248%205.48C8.752%205.48%209.208%205.728%209.528%206.096L10.384%205.328C9.848%204.76%209.08%204.408%208.248%204.408C6.672%204.408%205.328%205.704%205.328%207.248C5.328%208.792%206.672%2010.096%208.248%2010.096ZM15.7623%2010L14.4103%208.08C15.1623%207.816%2015.6583%207.176%2015.6583%206.36C15.6583%205.272%2014.7783%204.504%2013.5863%204.504H11.1143V10H12.2903V8.216H13.1623L14.4183%2010H15.7623ZM12.2903%205.584H13.4583C14.0423%205.584%2014.4423%205.888%2014.4423%206.36C14.4423%206.832%2014.0423%207.136%2013.4583%207.136H12.2903V5.584ZM20.7682%205.568V4.504H16.5362V10H20.7682V8.936H17.7202V7.728H20.4802V6.664H17.7202V5.568H20.7682ZM25.6932%2010H27.0212L24.7812%204.504H23.4612L21.2212%2010H22.5412L22.8932%209.136H25.3412L25.6932%2010ZM23.3012%208.136L24.1172%206.128L24.9332%208.136H23.3012ZM28.5618%2010H29.7458V5.568H31.4578V4.504H26.8498V5.568H28.5618V10ZM34.6777%2010.096C36.2697%2010.096%2037.5977%208.792%2037.5977%207.248C37.5977%205.704%2036.2697%204.408%2034.6777%204.408C33.1017%204.408%2031.7577%205.704%2031.7577%207.248C31.7577%208.792%2033.1017%2010.096%2034.6777%2010.096ZM34.6777%209.024C33.7577%209.024%2032.9737%208.208%2032.9737%207.248C32.9737%206.296%2033.7577%205.48%2034.6777%205.48C35.6057%205.48%2036.3897%206.296%2036.3897%207.248C36.3897%208.208%2035.6057%209.024%2034.6777%209.024ZM43.1139%2010L41.7619%208.08C42.5139%207.816%2043.0099%207.176%2043.0099%206.36C43.0099%205.272%2042.1299%204.504%2040.9379%204.504H38.4659V10H39.6419V8.216H40.5139L41.7699%2010H43.1139ZM39.6419%205.584H40.8099C41.3939%205.584%2041.7939%205.888%2041.7939%206.36C41.7939%206.832%2041.3939%207.136%2040.8099%207.136H39.6419V5.584Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.sumo-bought > .sumo-comment-main .sumo-name:after {
	white-space: pre;
	background: rgba(0, 173, 33, 0.7);
	background-image: url(../images/discussions/as-bought-icon.svg);
	background-size: 1.25em auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.sumo-plus > .sumo-comment-main .sumo-name:after {
    min-width: 66px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2266%22%20height%3D%2215%22%20viewBox%3D%220%200%2066%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2266%22%20height%3D%2215%22%20rx%3D%223%22%20fill%3D%22%23004446%22%2F%3E%0A%3Cpath%20d%3D%22M5.6%2010H6.408V8.088H7.912C9.072%208.088%209.952%207.344%209.952%206.296C9.952%205.248%209.072%204.504%207.912%204.504H5.6V10ZM6.408%207.336V5.256H7.8C8.592%205.256%209.128%205.648%209.128%206.296C9.128%206.944%208.592%207.336%207.8%207.336H6.408ZM11.5393%209.248V4.504H10.7233V10H14.4513V9.248H11.5393ZM17.7031%2010.096C19.0791%2010.096%2020.0631%209.096%2020.0631%207.688V4.504H19.2471V7.672C19.2471%208.656%2018.6071%209.36%2017.7031%209.36C16.7911%209.36%2016.1511%208.656%2016.1511%207.672V4.504H15.3431V7.688C15.3431%209.096%2016.3191%2010.096%2017.7031%2010.096ZM23.2633%2010.088C24.5593%2010.088%2025.2633%209.384%2025.2633%208.456C25.2633%207.472%2024.5033%207.104%2023.4073%206.848C22.5033%206.632%2022.0313%206.456%2022.0313%205.944C22.0313%205.504%2022.4633%205.112%2023.0793%205.112C23.6393%205.112%2024.1913%205.36%2024.6553%205.784L25.1193%205.176C24.5913%204.712%2023.9593%204.4%2023.1113%204.4C22.0073%204.4%2021.2073%205.096%2021.2073%206.016C21.2073%207.008%2021.9513%207.344%2023.0713%207.608C23.9913%207.816%2024.4473%208.016%2024.4473%208.536C24.4473%208.976%2024.0553%209.376%2023.2953%209.376C22.5513%209.376%2021.9753%209.072%2021.4873%208.608L20.9993%209.208C21.5833%209.768%2022.3433%2010.088%2023.2633%2010.088Z%22%20fill%3D%22%23FFBC00%22%2F%3E%0A%3Cpath%20d%3D%22M26.2483%2010H27.4243V6.576L29.1283%209.68L30.8243%206.576V10H32.0083V4.504H30.8243L29.1283%207.608L27.4243%204.504H26.2483V10ZM37.3698%205.568V4.504H33.1378V10H37.3698V8.936H34.3218V7.728H37.0818V6.664H34.3218V5.568H37.3698ZM38.3108%2010H39.4868V6.576L41.1908%209.68L42.8868%206.576V10H44.0708V4.504H42.8868L41.1908%207.608L39.4868%204.504H38.3108V10ZM45.2483%2010H48.1363C49.1843%2010%2049.9363%209.392%2049.9363%208.512C49.9363%207.904%2049.5683%207.392%2048.9283%207.104C49.4163%206.848%2049.6963%206.44%2049.6963%205.88C49.6963%205.08%2049.0163%204.504%2048.0323%204.504H45.2483V10ZM46.4243%206.72V5.512H47.7363C48.1763%205.512%2048.4883%205.768%2048.4883%206.112C48.4883%206.464%2048.1763%206.72%2047.7363%206.72H46.4243ZM46.4243%208.992V7.648H47.9203C48.3923%207.648%2048.7283%207.928%2048.7283%208.32C48.7283%208.712%2048.3923%208.992%2047.9203%208.992H46.4243ZM55.026%205.568V4.504H50.794V10H55.026V8.936H51.978V7.728H54.738V6.664H51.978V5.568H55.026ZM60.567%2010L59.215%208.08C59.967%207.816%2060.463%207.176%2060.463%206.36C60.463%205.272%2059.583%204.504%2058.391%204.504H55.919V10H57.095V8.216H57.967L59.223%2010H60.567ZM57.095%205.584H58.263C58.847%205.584%2059.247%205.888%2059.247%206.36C59.247%206.832%2058.847%207.136%2058.263%207.136H57.095V5.584Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.sumo-comment-intro,
.sumo-comment-body {
	position: relative;
}

/* Comment Tabs */
/* Additions: V9 - Product  */

.tab-content .tab-pane.fade {
	transition: opacity 0.6s linear;
}
.sumo-comment-tabs .sumo-comment-count {
	margin-left: 0.8em;
	background: #A9A9A9;
	padding: 0.25em 0.6em;
  	font-size: .6rem;
  	font-weight: 600;
  	line-height: 1rem;
  	border-radius: 0.7em;
  	color: #fff;
  	opacity: 0.7;
  	-webkit-transition: border-color 0.3s;
  	transition: border-color 0.3s;
}
.sumo-comment-tabs .active .sumo-comment-count {
	background: #FFBC00;
	opacity: 0.9;
}
.sumo-comment-tabs .nav-item {
	position: relative;
	top: 1px;
	font-size: 0.9rem;
	font-weight: 600;
}
.sumo-comment-tabs .nav-link {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #FFF;
	border-bottom-color: #DDD;
	color: #A9A9A9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sumo-comment-tabs .nav-link.active {
	border-color: #ddd;
	border-bottom-color: #fff;
	color: #FFBC00;
}
