

/*--------------------------------------------------------------
    Comments
--------------------------------------------------------------*/

    /* Comment Entries / Comment Lists */
	.commententries { float: left; margin: 0; padding: 0; width: 100%; }

	.commentlist { padding-left: 0; }
	.commentlist, .commentlist ul.children { display: inline-block; list-style: none; width: 100%; }

	.commentlist ul.children { margin: 0; padding-left: 80px; }
	.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-block; font-size: var(--wdtFontSize_Base); margin-bottom: 0; width: auto; }
	.comment-form .comment-notes { margin-bottom: 15px; }

	#comments { clear: both; }
	#comments > h3 { font-size: 1.75rem; margin-bottom: 1.25em; }
	.comments-title { font-size: 1.25rem; margin-bottom: 1.5em; }

	.comment-list, .comment-list .children { list-style: none; margin: 0; padding: 0; }
	.comment-list li:before { display: none; }

	.comment-body { display:inline-block; float:none; margin: 35px 0 0; padding-bottom: 35px; padding-left: 135px; position: relative; width: 100%; overflow: hidden; }

	.comment-body + #respond.comment-respond { margin-top: 30px; }

	.commentlist > li:first-child > .comment-body { margin-top: 0; }
	ul.children li .comment-body { padding-left: 135px; }

	.comment-body .comment-meta { display: inline-block; margin-bottom: 15px; position: relative; width: 100%; }
	.comment-body p:last-child { margin-bottom: 0; }

	.comment-author { display: inline-block; line-height: normal; margin-bottom: 0; position: relative; width: 100%; }
	.comment-author b { font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem); text-transform: none; }
	.comment-author .avatar {
		height: 110px;
		left: -135px;
		position: absolute;
		width: 110px;
		top: 0;
		border-radius: var(--wdtRadius_2X);
		-webkit-border-radius: var(--wdtRadius_2X);
	}

	.rounded .comment-author .avatar { border-radius: 50%; -webkit-border-radius: 50%; }
	.square .comment-author .avatar { border-radius: var(--wdtRadius_1X); -webkit-border-radius: var(--wdtRadius_1X); }

	.children .comment-author .avatar { height: 110px; left: -135px; width: 110px; top: 0; }
	.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar { border: 1px solid; padding: 2px; }

	.comment-author .says { display: none; }

	.comment-author a:not(:focus), .comment-metadata a:not(:focus) { text-decoration: none; }
	.comment-metadata {
		display: inline-block;
		font-size: var(--wdtFontSize_Base);
		font-weight: normal;
		letter-spacing: 0;
		line-height: normal;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;	
	}
	.comment-metadata a.comment-edit-link { margin-left: 1em; }

	.comment-metadata, .comment-metadata a, .comment-metadata a.comment-edit-link { color: inherit; }
	.comment-metadata a:hover, .comment-metadata a.comment-edit-link:hover { opacity: 1; }

	.comment-details .reply { display: table; }
	.commentlist li.comment .reply { display: inline-block; left: 135px; bottom: 0; position: absolute; margin: 0; padding: 0; width: 100%; }
	.page-with-sidebar .commentlist li.comment.depth-5 .reply { margin-top: 15px; position: relative; }

	.comment-reply-link {
		border: 0;
		display: flex;
		align-items: baseline;
		font-size: var(--wdtFontSize_Base);
		font-weight: var(--wdtFontWeight_Ext);
		line-height: normal;
		margin-top: 0;
		padding: 0;
		position: relative;
		text-transform: capitalize;
		-webkit-border-radius: var(--wdtRadius_Zero);
		border-radius: var(--wdtRadius_Zero);
	}
	.comment-reply-link:after{
		content: "";
		height: 1px;
		display: inline-block;
		width: 5px;
		background-color: var(--wdtBorderColor);
		flex-grow: 1;
		margin-left: 10px;
	}
	.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: 14px; font-size: 0.875rem; font-style: italic; }

	.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: 24px; }

	.commententries .comments-area > #comments > h3 { margin-bottom: 20px; }

	#respond h3#reply-title { position: relative; display: inline-block; width: 100%; font-size: clamp(1.625rem, 1.4231rem + 0.8974vw, 2.5rem); }
	#respond h3#reply-title small { display: block; font-size: var(--wdtFontSize_Base); font-weight: normal; }
	#respond h3#reply-title small a { color: inherit; display: table; opacity: 0.75; margin-top: 10px; }
	#respond h3#reply-title small a:hover { opacity: 1; }




	.commentlist li.comment #respond { display: block; }
	.commentlist li.comment .comment-body ~ #respond { border-top: 1px solid; border-bottom: 1px solid; display: inline-block; margin-top: -1px; margin-bottom: 0; padding: 25px 0 35px; 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: 16px; font-family: "MyKorse 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-block; margin-bottom: 20px; width: 100%; }
	.comment-form > p { margin-bottom: 15px; width: 100%; float: left; text-align: left; position: relative; }


	.comment-form p label { display: inline-block; }
	.comment-form p:not(.comment-form-cookies-consent) label { font-weight: 500; }

	/* .comment-form .comment-form-cookies-consent label { font-size: calc(var(--wdtFontSize_Base) - 2px); padding-left: 30px; } */
	/* .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent { margin: 0; position: absolute; left: 0; top: 12px; } */

	.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; }


	/* .comment-form > p input[type="checkbox"] ~ label:before,
	.comment-form > p input[type="radio"] ~ label:before { border-style: solid; border-width: 1px; content: ""; height: 15px; left: 0; margin-top: 0; position: absolute; top: 8px; -webkit-transition: .2s; transition: .2s; width: 15px; z-index: 0; } */

	.comment-form > p input[type="checkbox"]:checked ~ label:before, .comment-form > p input[type="radio"]:checked ~ label:before { backface-visibility: hidden; border-bottom: 2px solid var(--wdtPrimaryColor); border-left: 1px solid transparent; border-right: 2px solid var(--wdtPrimaryColor); border-top: 1px solid transparent; height: 20px; left: -5px; top: 3px; transform: rotate(40deg); -webkit-transform: rotate(40deg); transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; width: 10px; -webkit-backface-visibility: hidden; background: none; }


	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(--wdtPrimaryColor); }

	.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); }


	/* Additional For Blog_Single */

	form.comment-form{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	form.comment-form .comment-notes{
		grid-area: 1 / 1 / span 1 / span 2;
		display: flex;
		flex-wrap: wrap;
	}
	form.comment-form .comment-form-comment{
		grid-area: 4 / 1 / span 1 / span 2;
	}
	form.comment-form .comment-form-author{
		grid-area: 2 / 1;
	}
	form.comment-form .comment-form-email{
		grid-area: 2 / 2;
	}
	form.comment-form .comment-form-url{
		grid-area: 3 / 1 / span 1 / span 2;
	}
	form.comment-form .form-submit{
		grid-area: 5 / 1 / span 1 / span 2;
		width: max-content;
		position: relative;
	}
	form.comment-form .comment-form-url + .comment-form-cookies-consent{
		grid-area: 5 / 1 / span 1 / span 2;
		display: flex;
   	align-items: flex-start;	
	}
	form.comment-form .comment-form-url + .comment-form-cookies-consent input[type="checkbox"]{
		position: relative;
		top: 5px;
	}
	form.comment-form .comment-form-cookies-consent + .form-submit{
		grid-area: 6 / 1 / span 1 / span 2;
	}
	.comment-form > p{
		margin-bottom: 0;
	}
	form.comment-form .form-submit:before{
		content: "";
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: -0.7em;
	    margin: auto;
	    justify-content: center;
	    z-index: 1;
	    min-width: clamp(0.75rem, 0.5837rem + 0.3469vw, 1rem);
	    min-height: clamp(0.75rem, 0.5837rem + 0.3469vw, 1rem);
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M33.2,8.2l15.6,15.1c1,0.9,1,2.4,0,3.4L33.2,41.8c-1,0.9-2.5,0.9-3.5,0c-1-0.9-1-2.4,0-3.4 c4.2-4.1,1.2-11.1-4.8-11.1H3c-1.4,0-2.5-1.1-2.5-2.4c0-1.3,1.1-2.4,2.5-2.4h21.9c6,0,9-7,4.8-11.1c-1-0.9-1-2.4,0-3.4 C30.7,7.3,32.2,7.3,33.2,8.2z'%3E%3C/path%3E%3C/svg%3E");
	    background-repeat: no-repeat;
	    background-position: center;
	    overflow: hidden;
	}
	form.comment-form .form-submit:after{
		content: "";
	    position: absolute;
	    right: -1.1em;
	    min-width: clamp(1.625rem, 1.5673rem + 0.2564vw, 1.875rem);
	    min-height: clamp(1.625rem, 1.5673rem + 0.2564vw, 1.875rem);
	    top: 0;
	    bottom: 0;
	    height: max-content;
	    background-color: var(--wdtQuaternaryColor);
	    border-radius: var(--wdtRadius_Full);
	    margin: auto;
	    justify-content: center;
	    z-index: 0;
	    overflow: hidden;
	}
	form.comment-form .form-submit:hover:before{
		animation: toRightFromLeft 0.5s forwards;		
	}


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    /* Primary */
	.commentlist li.comment .reply a { color: var(--wdtHeadAltColor); }


	.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(--wdtPrimaryColor); }


	/* Secondary */
	.commententries ul.commentlist li .reply a.comment-reply-login:hover { color: var(--wdtSecondaryColor); }



/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

	/*----*****---- << Laptop/Notebook >> ----*****----*/


	/*----*****---- << Tablet (Landscape) >> ----*****----*/

	/* Note: Design for a width of 960px */
    @media only screen and (min-width:1025px) and (max-width:1280px) {

		.commentlist ul.children li > .children { padding-left: 6%; }

	}

	/*----*****---- << Tablet (Portrait) >> ----*****----*/

	/* Note: Design for a width of 768px */
    @media only screen and (min-width:768px) and (max-width:1024px) {

		.comment-body { padding-left: 100px; }
		.comment-author .avatar { height: 80px; left: -100px; width: 80px; }
		.commentlist li.comment .reply { left: 100px; }
		ul.commentlist li .comment-author img { max-height: 80px; max-width: 80px; }
		.commentlist li.comment #respond { padding-left: 80px; }

		.commentlist ul.children li > .children { padding-left: 6%; }

		.commentlist .children li.comment #respond { padding-left: 60px; }
		ul.children li .comment-body { padding-left: 100px; }
		.children .comment-author .avatar { left: -100px; }

	}
	@media screen and (max-width: 1024px){
		.comment-metadata{
			position: relative;
			top: 0;
			margin-top: 5px;
		}
	}

	/*----*****---- << Mobile (Landscape) >> ----*****----*/

	/* Common Styles for the devices below 767px width */
	@media only screen and (max-width: 767px) {


		.entry-body .gallery .gallery-item { max-width: 100% !important; }

		/* Comment */
	    ul.commentlist { font-size: 15px; }
	    .comment-body .comment-meta { font-size: 13px; }
	    .comment-author b, ul.commentlist li .author-name > a { font-size: 20px; }

	    ul.commentlist li.comment .comment-author img { max-width: 70px; max-height: 70px; }

	    .comment-body { padding-left: 90px; }
	    .comment-author .avatar { height: 70px; left: -90px; width: 70px; }

	    ul.children li .comment-body { padding-left: 90px; }
	    .children .comment-author .avatar { left:-90px }

	    .commentlist li.comment .comment-body .comment-meta { margin-bottom: 10px; }
	    .commentlist li.comment #respond { padding-left: 0; }

		 .commentlist li.comment .reply { left: 90px; }
		.commentlist ul.children { padding-left:15px; }
	    .commentlist ul.children li > .children { padding-left: 6%; }

	    ul.commentlist li.comment ul.children .comment-author img { max-width: 70px; max-height: 70px; }

	    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: normal; }

		.post-password-form label input { width:100%; }
		.blog-single-entry form.comment-form {
			gap: 20px;
		}

	}

	/*----*****---- << Mobile - Portrait >> ----*****----*/

    /* Common Styles for the devices below 479px width */
	@media only screen and (max-width: 479px) {

		.comment-body { padding-left: 0; }
	    .comment-author .avatar { height: 70px; left: 0; width: 70px; 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; margin-top: 20px; }
	    ul.children li .comment-body { padding-left: 0; }
	    ul.commentlist li.comment .comment-author img { max-width: 70px; max-height: 70px; }

	    li.comment .comment-form p.form-submit input[type="submit"] { margin-top: 0; font-weight: normal; }

        .commententries .nav-previous, .commententries .nav-next { width:100%; text-align:center; }
		  .comment-metadata{
			position: relative;
			top: 0;
			margin-top: 5px;
		  }
		  .commentlist li.comment .reply { left: 0; }
		  .blog-single-entry form.comment-form .comment-notes{
			grid-area: 1 / 1 / span 1 / span 2;
			display: flex;
			flex-wrap: wrap;
		}
		form.comment-form .comment-form-comment{
			grid-area: 5 / 1 / span 1 / span 2;
		}
		form.comment-form .comment-form-author{
			grid-area: 2 / 1 / span 1 / span 2;
		}
		form.comment-form .comment-form-email{
			grid-area: 3 / 1 / span 1 / span 2;
		}
		form.comment-form .comment-form-url{
			grid-area: 4 / 1 / span 1 / span 2;
		}
		form.comment-form .form-submit{
			grid-area: 6 / 1 / span 1 / span 2;
		}
		form.comment-form .comment-form-url + .comment-form-cookies-consent{
			grid-area: 6 / 1 / span 1 / span 2;
		}
		form.comment-form .comment-form-cookies-consent + .form-submit{
			grid-area: 7 / 1 / span 1 / span 2;
		}
    }