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

    /* Comment Entries / Comment Lists */
	.commententries { float: left; margin: 0; padding: 0; width: 100%;
		display: grid; grid-template-columns: 2fr 0.95fr; gap: 100px; }
	.commententries > .comments-area:only-child { grid-column: 1 / span 2; }
	body.single-post .commententries:has(.comments-area) { padding-top: clamp(2.8125rem, 2.375rem + 2.1875vw, 5rem); /* 80 - 45 */ margin-top: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem); /* 60 - 30 */ border-top: 1px solid var(--wdtBorderColor); }
	.single-entry-body + .commententries { margin-top: 0px !important; }
	.commentlist { padding-left: 0; border-bottom: 1px solid var(--wdtBorderColor); margin-bottom: clamp(2.1875rem, 1.6875rem + 2.5vw, 4.6875rem); /* 75 - 35 */ padding-bottom: clamp(0.625rem, 0.25rem + 1.875vw, 2.5rem); /* 40 - 10 */ }
	.commentlist:has(#respond) { margin-bottom: 0px !important; }
	.commentlist:has(#respond) + #respond { margin-top: clamp(2.1875rem, 1.6875rem + 2.5vw, 4.6875rem); /* 75 - 35 */ }
	.commentlist, .commentlist ul.children { display: inline-block; list-style: none; width: 100%; }
	.commentlist ul.children { margin: 0; padding-left: 80px; padding-top: 0px; }
	.commentlist ul.children li > .children { padding-top: 0; padding-left: 60px; }
	.commentlist li.comment, .commentlist li.pingback, .commentlist li.trackback { padding-bottom: 0; }
	.commentlist li.comment .comment-respond p #email-notes, .comment-form > p #email-notes, .comment-form .comment-notes { 
		display: inline; font-size: var(--wdtFontSize_Ext); font-weight: var(--wdtFontWeight_Alt); text-transform: uppercase; letter-spacing: var(--wdtLetterSpacing_2X); color: var(--wdtHeadAltColor); margin-bottom: 0; width: 100%; }
	.comment-form .comment-notes { margin-bottom: 0px; }
	#comments { clear: both; width: 100%; }
	#comments > h3 { font-size: var(--wdtFontSize_H5); margin-top: 0px; margin-bottom: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.8125rem); /* 45 - 25 */ }
	.comments-title { font-size: var(--wdtFontSize_H5); margin-bottom: 1.5em; }
	.comment-list, .comment-list .children { list-style: none; margin: 0; padding: 0; }
	.comment-list li:before { display: none; }
	.comment-body { border-bottom: 0px solid; display:inline-block; float:none; margin: 0; 
		margin-bottom: 40px; padding-left: 180px; position: relative; width: 100%; }
	.comment-body + #respond.comment-respond { margin-top: 30px; }
	.commentlist > li:first-child > .comment-body { margin-top: 0; }
	ul.children li .comment-body { padding-left: 155px; }
	.comment-body .comment-meta { display: inline-flex; flex-wrap: wrap; gap: 8px 30px; margin-bottom: 20px; width: 100%; }
	.comment-body p:last-child { margin-bottom: 0; }
	.comment-author { display: inline-block; line-height: normal; margin-bottom: 0; }
	.comment-author b { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Alt); line-height: var(--wdtLineHeight_Alt); text-transform: uppercase; letter-spacing: var(--wdtLetterSpacing_2X); }
	.comment-author .avatar { height: 100%; max-height: 140px; left: 0px; position: absolute; width: 140px; top: 0; object-fit: cover; }
	.rounded .comment-author .avatar { border-radius: var(--wdtRadius_Full); -webkit-border-radius: var(--wdtRadius_Full); }
	.square .comment-author .avatar { border-radius: var(--wdtRadius_Zero); -webkit-border-radius: var(--wdtRadius_Zero); }
	.children .comment-author .avatar { height: 100%; max-height: 115px; width: 115px; left: 0; top: 0; object-fit: cover; }
	
	.comment-author .says { display: none; }
	.comment-author a:not(:focus), .comment-metadata a:not(:focus) { text-decoration: none; }
	.comment-metadata { 
		display: inline-flex; flex-wrap: wrap; gap: 8px 30px; font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Base); 
		letter-spacing: 0; line-height: normal; padding: 0; position: relative; }
	.comment-metadata, .comment-metadata a, .comment-metadata a.comment-edit-link { color: var(--wdtLinkColor); }
	.comment-metadata a:hover, .comment-metadata a.comment-edit-link:hover { opacity: 1; color: var(--wdtLinkHoverColor); }
	.comment-details .reply { display: table; }
	.commentlist li.comment .reply { display: inline-block; margin: 0; padding: 0; }
	.page-with-sidebar .commentlist li.comment.depth-5 .reply { margin-top: 15px; position: relative; }
	.comment-reply-link { border: 0px solid; display: inline-block; font-size: calc(var(--wdtFontSize_Base) - 2px); font-weight: var(--wdtFontWeight_Alt); 
		line-height: var(--wdtLineHeight_Alt); letter-spacing: var(--wdtLetterSpacing_2X); margin-top: 23px; padding: 0; position: relative; 
		text-transform: uppercase; -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); }
	.comment-reply-link:not(:focus) { text-decoration: none; }
	.comment-reply-link .icon { left: -2em; height: 1em; position: absolute; top: 0; width: 1em; }
	.commententries ul.commentlist li .reply a.comment-reply-login { background-color: rgba(0, 0, 0, 0); }
	.no-comments, .comment-awaiting-moderation { font-size: var(--wdtFontSize_Ext); font-style: italic; align-self: center; }
	.comments-pagination { margin: 2em 0 3em; }
	.form-submit { text-align: left; display: inline-block; width: 100%; }
	li.comment .comment-form p.form-submit { margin-bottom: 15px; }
	.commententries .comments-area:empty { display: none; }
	.commententries .comments-area > h3 { padding-bottom: 0; }
	.commententries .comments-area > h3, .commententries .comments-area > #comments > h3, #reviews h3, 
	#respond h3#reply-title { font-size: var(--wdtFontSize_H5); }
	.commententries .comments-area > #comments > h3 { margin-bottom: 20px; }
	#respond h3#reply-title { position: relative; display: inline-block; width: 100%; font-size: var(--wdtFontSize_H5); margin: 0 0 clamp(0.9375rem, 0.6875rem + 1.25vw, 2.1875rem); /* 35 - 15 */ }
	#respond h3#reply-title small { 
		display: block; font-size: calc(var(--wdtFontSize_Base) - 2px); font-weight: var(--wdtFontWeight_Base); }
	#respond h3#reply-title small a { display: table; margin-top: 10px; margin-bottom: -5px; font-weight: var(--wdtFontWeight_Alt); letter-spacing: var(--wdtLetterSpacing_2X); }
	#respond h3#reply-title small a:hover { opacity: 1; }
	.commentlist li.comment #respond { display: block; }
	.commentlist li.comment .comment-body ~ #respond { 
		border-top: 0px solid; border-bottom: 0px solid; display: inline-block; margin-top: -1px; 
		margin-bottom: 0; padding: 0px 0px clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* 30 - 20 */ position: relative; z-index: 1; width: 100%; }
	.commentlist li.comment .comment-body ~ #respond .comment-form { margin-bottom: 0; }
	.commentlist li.comment .comment-body ~ #respond h3#reply-title { margin-top: 0; }
	.pingback .comment-body, .trackback .comment-body { padding-left: 0; }
	.pingback .comment-body { margin-left: 0; padding-left: 0; }
	.commentlist li.comment, .commentlist li.pingback { padding-bottom: 0; }
	.commentlist li.pingback .comment-body .comment-content > p { margin-bottom: 0; }
	.commententries nav.navigation { float: left; margin-bottom: 40px; width: 100%; }
	.commententries .nocomments { border-top-width: 0; padding: 0; }
	.commententries nav.navigation > div .nav-previous { float: left; }
	.commententries nav.navigation > div .nav-next { float: right; }
	.commententries .nav-links > div a { 
		border-bottom: 1px solid; padding-bottom: 5px; font-size: var(--wdtFontSize_Base); }
	.commententries .nav-previous > a:before, .commententries .nav-next > a:after { 
		font-size: var(--wdtFontSize_Base); font-family: "Monica Icons"; transition: none; -webkit-transition: none; 
		-ms-transition: none; -moz-transition: none; }
	.commententries .nav-previous > a:before { content: "\f104"; margin-right: 10px; }
	.commententries .nav-next > a:after { content: "\f105"; margin-left: 10px; }
	.commentlist li.pingback .comment-author b,
	.commentlist li.trackback .comment-author b { font-size: calc(var(--wdtFontSize_H6) - 2px); }
	#primary > .commententries:last-child > .comments-area > .comment-respond > .comment-form:last-child,
	#primary > .blog-single-entry > .commententries:last-child > .comments-area > .comment-respond > .comment-form:last-child { 
		margin-bottom: 0; }
	.page-template-default.page:not(.woocommerce) #primary .commententries .comments-area { margin-top: 30px; }
	.page-template-default section > .commententries .comment-form p.comment-form-wdt-privatepolicy #comment-form-wdt-privatepolicy { 
		margin-right: 12px; }
	.post-default .commententries { margin-top:20px; }

	.page figure.wp-caption ~ p:last-child img.alignright,
	.page figure.wp-caption ~ p:nth-last-child(2) img.alignright,
	.single-post .entry-body figure.wp-caption ~ p:last-child img.alignright.size-thumbnail,
	.single-post .entry-body figure.wp-caption ~ p:nth-last-child(2) img.alignright.size-thumbnail,
	.logged-in .single-post .entry-body figure.wp-caption ~ p:last-child img.alignright.size-thumbnail,
	.logged-in .single-post .entry-body figure.wp-caption ~ p:nth-last-child(2) img.alignright.size-thumbnail { clear: both; }

	.comment-form { display: inline-grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-bottom: 20px; width: 100%; }
	body.logged-in .comment-form { display: inline-flex; flex-direction: column; }
	.comment-form > p { margin-bottom: 0px; width: 100%; float: left; text-align: left; position: relative; }
	.comment-form > p a { font-weight: var(--wdtFontWeight_Alt); }

	.comment-form .column{margin: 0;}

	.comment-form p label { display: inline; }
	.comment-form p:not(.comment-form-cookies-consent) label { font-weight: var(--wdtFontWeight_Ext); }
	.comment-form .comment-form-cookies-consent label { 
		font-size: var(--wdtFontSize_Base); text-transform: capitalize; cursor: pointer; }
	.comment-form > p:last-child,.wpcf7-form .contact-form:last-child,
	.commentlist li.comment .comment-respond p:last-child { margin-bottom: 0; }
    .comment-form > p.comment-form-comment.textarea-field span.fa { float: left; height: 200px; }

	/* label span.required, .comment-form > .comment-notes span.required { color: #ff0000; } */
	.no-comments, .comment-awaiting-moderation { color: var(--wdtBodyTxtColor); }
	.comment-reply-link:hover, 	.commentlist li.comment .reply a:hover { color: var(--wdtLinkHoverColor); }
	.comment-body, .commentlist li.comment .comment-body ~ #respond, .commententries nav.navigation, ul.commentlist li.bypostauthor .author-name, .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { 
		border-color: rgba(var(--wdtHeadAltColorRgb),0.15); }
	.commentlist li.comment .comment-body ~ #respond { border-top-color: var(--wdtBodyBGColor); }

	.comment-form .form-submit input[type="submit"] { margin-top: 0px; }

	/* validation */
	.comment-form p > div.error {
		color: rgb(208 19 19); font-size: calc(var(--wdtFontSize_Base) - 4px);
		position: absolute; bottom: 5px; right: 10px; opacity: 1;
		transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; }
	.comment-form p > *:focus ~  div.error { opacity: 0; }

	/* Comments field position */

	.comment-form .comment-notes { grid-row: 1; grid-column: 1 / span 2; }
	.comment-form .comment-form-comment { grid-row: 4; grid-column: 1 / span 2; }
	.comment-form .comment-form-author { grid-row: 2; grid-column: 1 / span 1; }
	.comment-form .comment-form-email { grid-row: 2; grid-column: 2 / span 1; }
	.comment-form .comment-form-url { grid-row: 3; grid-column: 1 / span 2; }
	.comment-form .comment-form-cookies-consent { grid-row: 5; grid-column: 1 / span 2; display: inline-flex; gap: 5px; }
	.comment-form .form-submit { grid-row: 6; grid-column: 1 / span 2; margin-bottom: 0; }

	.comment-form .wdt-one-column:has(> .comment-form-rating) { grid-column: 1 / span 2; }
	.comment-form .wdt-one-column:has(> .comment-form-comment) { grid-row: 4; grid-column: 1 / span 2; }
	.comment-form .wdt-one-half:has(> [class*="comment-form-"]) { width: 100%; }
	.woocommerce #review_form #respond .comment-form .column p[class*="comment-form-"],
	.woocommerce #review_form #respond .comment-form p[class*="comment-form-"] { margin-bottom: 0; }
	/* Banner image */

	.commententries > .banner-area { display: block; position: sticky; top: 50px; height: fit-content; }
	.commententries > .banner-area { width: 100%; }


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    /* Primary */
	.commentlist li.comment .reply a { color: var(--wdtLinkColor); }
	ul.commentlist li .reply a:hover { background-color: transparent; }
	.commentlist li.comment .reply a { border-color: var(--wdtPrimaryColor); }
	.comment-author b { color: var(--wdtHeadAltColor); }
	.comment-reply-link .icon, .commententries .nav-links > div a:hover, body .blog-single-entry ul li .comment-body .comment-author a:hover, body .blog-single-entry ul li .comment-body .comment-content a:hover { color: var(--wdtLinkHoverColor); }

	/* Secondary */
	.commententries ul.commentlist li .reply a.comment-reply-login:hover { color: var(--wdtSecondaryColor); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

	@media only screen and (min-width:1541px) and (max-width:1724px) {
	    .children .comment-author .avatar { left: 0px; }
	}

	/*----*****---- << Laptop/Notebook >> ----*****----*/

	@media only screen and (min-width:1281px) and (max-width:1540px) {
		.commententries { grid-template-columns: 2fr 1fr; gap: 60px; }
	    .comment-body { padding-left: 180px; }
	    .comment-author .avatar {left: 0px; }
	    ul.children li .comment-body {padding-left: 155px; }
	    .children .comment-author .avatar {left: 0px; }

		.single-entry-body + .commententries { margin-top: -10px; }
	}

	/*----*****---- << Tablet (Landscape) >> ----*****----*/

	/* Note: Design for a width of 960px */
    @media only screen and (min-width:1025px) and (max-width:1280px) {
		.commententries { grid-template-columns: 2fr 1.1fr; gap: 40px; }
		.comment-body {padding-left: 145px; }
		.comment-author .avatar { height: 100%; max-height: 115px; left: 0px; width: 115px; }
		.commentlist ul.children li > .children { padding-left: 6%; }
		ul.children li .comment-body {padding-left: 125px; }
		.children .comment-author .avatar {left: 0px; }
		.children .comment-author .avatar { height: 100%; max-height: 95px; width: 95px; }
		.comment-body { margin-bottom: 35px; }
		.comment-body .comment-meta { margin-bottom: 15px; }
		.comment-reply-link { margin-top: 18px; }

		.single-entry-body + .commententries { margin-top: -15px; }
	}

	/*----*****---- << Tablet (Portrait) >> ----*****----*/

	/* Note: Design for a width of 768px */
    @media only screen and (min-width:768px) and (max-width:1024px) {
		.commententries { grid-template-columns: 1fr; gap: 70px; }
		.comment-body {padding-left: 145px; }
		.comment-author .avatar { height: 100%; max-height: 115px; left: 0px; width: 115px; }
		.commentlist ul.children { padding-left: 60px; }
		.commentlist ul.children li > .children { padding-left: 6%; }
		ul.children li .comment-body {padding-left: 125px; }
		.children .comment-author .avatar {left: 0px; }
		.children .comment-author .avatar { height: 100%; max-height: 95px; width: 95px; }
		.comment-body { margin-bottom: 35px; }
		.comment-body .comment-meta { margin-bottom: 15px; }
		.comment-reply-link { margin-top: 18px; }

		.single-entry-body + .commententries { margin-top: -20px; }
	}

	/*----*****---- << Mobile (Landscape) >> ----*****----*/

	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {
		.commententries { grid-template-columns: 1fr; gap: 60px; }
		.comment-form { gap: 20px; grid-template-columns: 1fr; }
		.comment-form .comment-notes { grid-row: 1; grid-column: unset; }
		.comment-form .comment-form-comment { grid-row: 5; grid-column: unset; }
		.comment-form .comment-form-author { grid-row: 2; grid-column: unset; }
		.comment-form .comment-form-email { grid-row: 3; grid-column: unset; }
		.comment-form .comment-form-url { grid-row: 4; grid-column: unset; }
		.comment-form .comment-form-cookies-consent { grid-row: 6; grid-column: unset; }
		.comment-form .form-submit { grid-row: 7; grid-column: unset; }
		.comment-form .wdt-one-column:has(> .comment-form-rating) { grid-column: unset; }
		.comment-form .wdt-one-column:has(> .comment-form-comment) { grid-row: 5; grid-column: unset; } 

		.entry-body .gallery .gallery-item { max-width: 100% !important; }

		/* Comment */
	    ul.commentlist { font-size: var(--wdtFontSize_Base); }
	    .comment-body .comment-meta { font-size: var(--wdtFontSize_Ext); }
	    .comment-author b, ul.commentlist li .author-name > a { font-size: var(--wdtFontSize_H6); }
	    ul.commentlist li.comment .comment-author img { max-width: 60px; max-height: 60px; }
	    .comment-body { padding-left: 80px; margin-bottom: 25px; }
	    .comment-author .avatar { height: 60px; left: 0px; width: 60px; }
	    ul.children li .comment-body { padding-left: 70px; }
	    .children .comment-author .avatar { left:0px }
	    .commentlist li.comment .comment-body .comment-meta { margin-bottom: 10px; }
	    .commentlist li.comment #respond { padding-left: 0; }
	    .comment-reply-link { margin-top: 12px; }
		.commentlist ul.children { padding-left:20px; }
	    .commentlist ul.children li > .children { padding-left: 6%; }
	    ul.commentlist li.comment ul.children .comment-author img { max-width: 50px; max-height: 50px; }
	    ul.commentlist li .comment-details { margin:0 0 10px; }
	    ul.commentlist, ul.commentlist li .comment-details { width: 100%; }
	    ul.commentlist li.depth-1, ul.commentlist li.depth-2, ul.commentlist li.depth-3, ul.commentlist li.depth-4, 
		ul.commentlist li.depth-5 { margin-bottom:0; }
		.page-with-sidebar .commentlist li.comment.depth-5 .reply { margin-top: 15px; position: relative; }
	    .commententries #respond, .commentlist li.comment #respond, .commentlist .children li.comment #respond { 
			padding-left: 0; }
		li.comment .comment-form p.form-submit input[type="submit"] { 
			margin-top: 0; font-weight: var(--wdtFontWeight_Base); }
		.post-password-form label input { width:100%; }

		.single-entry-body + .commententries { margin-top: -25px; }
	}

	/*----*****---- << Mobile - Portrait >> ----*****----*/

    /* Common Styles for the devices below 479px width */
	@media only screen and (max-width: 479px) {
		.commententries { grid-template-columns: 1fr; gap: 50px; }
		.comment-body .comment-meta { flex-direction: column; }
		.comment-body { padding-left: 0; }
	    .comment-author .avatar { 
			height: 80px; left: 0; width: 80px; top: 0; position: relative; display: block; margin-bottom: 20px; }
        .children .comment-author .avatar { left:0; top:0; }
	    .commentlist li.comment #respond { padding-left: 0; }
	    .commentlist { padding-left: 0; }
	    .commentlist li.comment .reply { position: relative; }
	    ul.children li .comment-body { padding-left: 0; }
	    ul.commentlist li.comment .comment-author img { max-width: 80px; max-height: 80px; }
		ul.commentlist li.comment ul.children .comment-author img { max-width: 70px; max-height: 70px; }
	    li.comment .comment-form p.form-submit input[type="submit"] { margin-top: 0; font-weight: var(--wdtFontWeight_Base); }
        .commententries .nav-previous, .commententries .nav-next { width:100%; text-align:center; }

		.single-entry-body + .commententries { margin-top: -30px; }
    }