/**
 * --------------------------------------------------------------------------------
 * Comments Template
 * --------------------------------------------------------------------------------
*/

.logged-in {
	.comment-message-section {
		width: 100%;
	}
}

.comment-message-section,
.comment-author-section {
	width: 49%;
	float: left;
}

.comment-author-section {
	padding-left: 2%;

	>div {
		margin-bottom: .3rem;
	}
}

.comment-form-cookies-consent {
    display: inline-block;
}

#wp-comment-cookies-consent {
    margin-right: 1rem;
}

label {
	display: block;
	color: #000;
	font-weight: 700;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	background-color: @white-color;
	border: 1px solid #e3e5e6;
	border-radius: .4rem;
	padding: 1rem;
	width: 100%;
	box-sizing: border-box;
	transition: border-bottom-color 0.2s ease;
   outline: none;
	.shadow;

	&:hover {
		border-bottom-color: @primary-color;
	}
}

input,
input[type="text"],
input[type="email"],
input[type="url"] {
	height: 4rem;
}

.submit>button {
	margin-top: 1rem;
	text-transform: uppercase;
	padding: 0 2rem;
	height: 4.5rem;
}

.form-submit #submit {
	background-color: #ffffff;
	font-size: 1.5rem;
	margin: 0;
	padding: 0 1.5rem;
	width: 100%;
	height: 4rem;
	text-align: center;
	position: relative;
	border: 1px solid #e3e5e6;
	border-bottom-color: @primary-color;
	box-sizing: border-box;
	transition: border-bottom-color 0.2s ease;
	cursor: pointer;

	&:hover {
		border-bottom-color: #e3e5e6;
	}
}

.author-image {
	float: left;

}

.author-image img {
	border-radius: 100%;
	width: 5rem;
	height: 5rem;
}

.ct-has-description img {
    width: 10rem;
}

.comment-wrapper {
	display: table;
	padding-left: 1.6rem;
	border-left: 1px dotted #1f1f1f;
	margin-bottom: 3.6rem;
}

.comment-wrapper p {
	margin-bottom: 0;
}

#comments {
	margin-top: @base-margin;

	ol {
	    list-style-type: none;
	}

    > .sub-block > ol {
        margin-left: 0;
    }
}

.comment-form-cookies-consent {
    display: inline-block;
}

#wp-comment-cookies-consent {
   margin-right: 1rem;
   margin-bottom: 0;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin-bottom: 0;
}

.comment-author {
	.fn {
		a {
			font-weight: 500;
		}
	}
}

.comment-author img {
	float: left;
    border-radius: 50%;
    margin-right: 2rem;
}

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

.comment-meta {
    margin-bottom: 1rem;
}

.comment-meta a {
    font-weight: 400;
}

.reply {
	display: block;
    text-align: right;

    a {
    	background-image: linear-gradient(180deg, transparent 70%, lighten(@primary-color, 35%) 0);
	}
}

.comment {
	article {
		margin-bottom: @base-margin;
		padding: @base-margin;
		background-color: @white-color;
		.shadow;
	}
}

.trackback,
.pingback {
	margin-bottom: @base-margin;
}

.comment p {
	margin-bottom: 1rem;
}

.comment .children {
    margin-left: 6rem;
}

.comment-time {
	font-size: 1.4rem;
	font-weight: 400;
}

.comments-pagination {
    margin-bottom: 2.4rem;
}

.comments-pagination .nav-links {
    margin-right: 1rem;
}

.comments-pagination .nav-links>.next {
	margin-right: 0;
}

.comments-pagination .nav-links>.next,
.comments-pagination .nav-links>.prev {
	position: relative;
	top: .2rem;
}

.author-link {
    margin-top: 1rem;
}

.bypostauthor {
	border-top: unset !important; /* Override if posted by admin */

	article {
		border: 2px solid @primary-color;
	}
}

// Reply Button Styling
.comment-body {
	position: relative;

	.reply {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 1.6rem;
	}
}

/**
 * Comment Form Defaults styling
 */

.form-submit {
	margin-top: 1rem;
}

.logged-in {
	.comment-form-comment {
		width: 100%;
		float: unset;
	}
}

.comment-form-cookies-consent {
    display: inline-block;
}

#wp-comment-cookies-consent {
    margin-right: 1rem;
    margin-bottom: 0;
}

input[type="checkbox"] {
    height: 1.6rem;
    width: 16px;
}
