/*
  Theme Name: Atroly - Attorney and Lawyer WordPress Theme
  Author: Creative Hunk
  Support: creativehunk.futureinltd@gmail.com
  Description: Atroly - Attorney and Lawyer WordPress Theme
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/

/*.........<! 1. Theme default css !>.........*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* post sticky */
/* .sticky {
	border: 2px solid var(--tp-theme-primary);
	padding: 30px;
} */

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

/*tp unit css */
.chunk-sidebar ul,
.chunk-sidebar ol {
	padding-left: 20px;
}


.chunk-sidebar .wp-block-button {
	margin-bottom: 10px;
}

.chunk-sidebar .wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.chunk-sidebar .wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.chunk-sidebar .wp-block-cover {
	margin-bottom: 20px;
}

.chunk-sidebar .wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}

.chunk-sidebar .blocks-gallery-caption {
	margin-bottom: 50px;
}

.chunk-sidebar .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}

.chunk-sidebar .blocks-gallery-grid:not(.has-nested-images),
.chunk-sidebar .wp-block-gallery:not(.has-nested-images) {
	margin-bottom: 30px;
}

.chunk-sidebar .wp-block-gallery.columns-8.is-cropped.wp-block-gallery-15.is-layout-flex ul {
	margin-bottom: 0;
}

/*tp unt commenst*/
.latest-comments ul {
	padding-left: 0;
}

.comments-avatar img {
	width: 80px;
	height: 80px;
}

.latest-comments li ul.children {
	padding-left: 50px;
	list-style: none;
}

@media (max-width:767px) {
	.latest-comments li ul.children {
		padding-left: 0;
	}
}


/*tp-page-content*/


.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 30px 30px;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 0;
	padding-left: 40px;
	padding-right: 40px;
}



/* .comment-reply-title small {
	margin-left: 16px;
	font-size: 16px;
	color: var(--tp-theme-primary);
} */



#chunk-comment-form p.comment-notes {
	grid-column: span 2;
}

#chunk-comment-form p.comment-form-cookies-consent {
	grid-column: span 2;
}

.chunk-sidebar .widget {
	background-color: hsl(var(--light)/0.2);
	padding: 20px;
}

.chunk-sidebar .wp-block-heading,
.chunk-sidebar .chunk-sidebar__widget-head,
.chunk-sidebar .widget_categories,
.chunk-sidebar .widget_pages,
.chunk-sidebar .widget_meta,
.chunk-sidebar .widget_nav_menu,
.chunk-sidebar .widget_recent_comments {
	font-size: 18px;
	margin-bottom: 20px;
}

.chunk-sidebar .wp-block-archives-list li:not(:last-of-type) a,
.chunk-sidebar .wp-block-categories-list li:not(:last-of-type) a,
.chunk-sidebar .wp-block-page-list li:not(:last-of-type) a,
.chunk-sidebar .widget_archive ul li:not(:last-of-type) a,
.chunk-sidebar .widget_categories ul li:not(:last-of-type) a,
.chunk-sidebar .widget_pages ul li:not(:last-of-type) a,
.chunk-sidebar .widget_meta ul li:not(:last-of-type) a,
.chunk-sidebar .widget_nav_menu ul li:not(:last-of-type) a {
	border-bottom: 1px solid;
	border-bottom-color: hsl(var(--dl-grey)/0.3);
}

.chunk-sidebar .wp-block-archives-list li a,
.chunk-sidebar .wp-block-categories-list li a,
.chunk-sidebar .wp-block-page-list li a,
.chunk-sidebar .widget_archive ul li a,
.chunk-sidebar .widget_categories ul li a,
.chunk-sidebar .widget_pages ul li a,
.chunk-sidebar .widget_meta ul li a,
.chunk-sidebar .widget_nav_menu ul li a {
	color: hsl(var(--dark-grey));
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-block: 20px;
	justify-content: space-between;
}

.chunk-sidebar ul>li ul,
.chunk-sidebar ol>li ol {
	padding-left: 20px;
}

.chunk-sidebar .wp-block-archives-list a:after,
.chunk-sidebar .wp-block-categories-list a:after,
.chunk-sidebar .wp-block-page-list a:after,
.chunk-sidebar .widget_archive ul li a:after,
.chunk-sidebar .widget_categories ul li a:after,
.chunk-sidebar .widget_pages ul li a:after,
.chunk-sidebar .widget_meta ul li a:after,
.chunk-sidebar .widget_nav_menu ul li a:after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transition: transform 0.3s ease-in-out;
	margin-left: auto;
}

.chunk-sidebar .wp-block-archives-list li a:hover,
.chunk-sidebar .wp-block-categories-list li a:hover,
.chunk-sidebar .wp-block-page-list li a:hover,
.chunk-sidebar .widget_archive ul li a:hover,
.chunk-sidebar .widget_categories ul li a:hover,
.chunk-sidebar .widget_pages ul li a:hover,
.chunk-sidebar .widget_meta ul li a:hover,
.chunk-sidebar .widget_nav_menu ul li a:hover {
	color: hsl(var(--base));
}

.chunk-sidebar .wp-block-archives-list a:hover:after,
.chunk-sidebar .wp-block-categories-list a:hover:after,
.chunk-sidebar .wp-block-page-list a:hover:after,
.chunk-sidebar .widget_archive ul li a:hover:after,
.chunk-sidebar .widget_categories ul li a:hover:after,
.chunk-sidebar .widget_pages ul li a:hover:after,
.chunk-sidebar .widget_meta ul li a:hover:after,
.chunk-sidebar .widget_nav_menu ul li a:hover:after {
	transform: translateX(-8px);
}

.chunk-sidebar .wp-block-archives-list a span,
.chunk-sidebar .wp-block-categories-list a span,
.chunk-sidebar .wp-block-page-list a span,
.chunk-sidebar .widget_archive ul li a span,
.chunk-sidebar .widget_categories ul li a span,
.chunk-sidebar .widget_pages ul li a span,
.chunk-sidebar .widget_meta ul li a span,
.chunk-sidebar .widget_nav_menu ul li a span {
	margin-left: 10px;
}

.chunk-sidebar .wp-block-archives-dropdown label,
.chunk-sidebar .wp-block-categories-dropdown label,
.chunk-sidebar .widget_categories label,
.chunk-sidebar .widget_text label,
.chunk-sidebar .widget_archive label {
	margin-bottom: 10px;
}

.chunk-sidebar .wp-block-archives-dropdown select,
.chunk-sidebar .wp-block-categories-dropdown select,
.chunk-sidebar .widget_categories select,
.chunk-sidebar .widget_text select,
.chunk-sidebar .widget_archive select {
	padding: 10px;
	width: 100%;
	border: 1px solid hsl(var(--dl-grey)/0.3);
	color: hsl(var(--dark-grey));
	font-size: 16px;
}

.chunk-sidebar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.chunk-sidebar #wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.chunk-sidebar .wp-block-loginout a {
	color: hsl(var(--base));
}

.chunk-sidebar .wp-block-tag-cloud {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.chunk-sidebar .wp-block-tag-cloud a {
	font-size: 14px !important;
	padding: 9px 16px;
	border: 1px solid hsl(var(--light-grey));
	background-color: hsl(var(--white));
	text-transform: capitalize;
}

.chunk-sidebar .wp-block-tag-cloud a:hover {
	border-color: hsl(var(--base));
}

.chunk-sidebar .wp-block-rss .wp-block-rss__item:not(:last-of-type) {
	margin-bottom: 10px;
	border-bottom: 1px solid hsl(var(--dl-grey)/0.3);
	padding-bottom: 10px;
}

.chunk-sidebar .wp-block-rss .wp-block-rss__item-author,
.chunk-sidebar .wp-block-rss .wp-block-rss__item-publish-date {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.chunk-sidebar .wp-block-rss .wp-block-rss__item-author a,
.chunk-sidebar .wp-block-rss .wp-block-rss__item-publish-date a {
	color: hsl(var(--base));
}

.chunk-sidebar .wp-block-loginout .login-username,
.chunk-sidebar .wp-block-loginout .login-password {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	border: 1px solid hsl(var(--dl-grey)/0.3);
	border-radius: 5px;
	margin-bottom: 10px;
	color: hsl(var(--dark-grey));
	font-size: 16px;
}

.chunk-sidebar .wp-block-loginout .login-username label,
.chunk-sidebar .wp-block-loginout .login-password label {
	margin-bottom: 10px;
}

.chunk-sidebar .wp-block-loginout .login-username input,
.chunk-sidebar .wp-block-loginout .login-password input {
	width: 100%;
	height: 40px;
	border: 1px solid hsl(var(--dl-grey)/0.3);
}

.chunk-sidebar .wp-block-loginout .login-username input:focus,
.chunk-sidebar .wp-block-loginout .login-password input:focus {
	outline: none;
	border-color: hsl(var(--base));
	box-shadow: none;
}

.chunk-sidebar .wp-block-loginout .login-submit #wp-submit {
	color: hsl(var(--white));
	background-color: hsl(var(--base));
	width: 30%;
	border: none;
	margin-top: 20px;
	padding: 10px;
}

.chunk-sidebar .wp-block-latest-posts__featured-image img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.chunk-sidebar .wp-block-latest-posts__post-excerpt {
	font-size: 13px;
}

.chunk-sidebar .wp-block-latest-posts__post-date {
	display: inline-block !important;
}

.chunk-sidebar .wp-block-rss__item-publish-date,
.chunk-sidebar .wp-block-rss__item-author,
.chunk-sidebar .wp-block-rss__item-excerpt {
	font-size: 13px;
}

.chunk-sidebar #wp-calendar {
	width: 100%;
}

.chunk-sidebar #wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.chunk-sidebar #wp-calendar thead {
	font-size: 14px;
}

.chunk-sidebar .postbox__details table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}

.chunk-sidebar #wp-calendar thead th {
	text-align: center;
}

.chunk-sidebar #wp-calendar tbody {
	color: #666;
}

.chunk-sidebar #wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}

.chunk-sidebar #recentcomments .recentcomments {
	font-size: 14px;
}

.chunk-sidebar #recentcomments .recentcomments:not(:last-of-type) {
	padding-bottom: 20px;
	border-bottom: 1px solid hsl(var(--dl-grey)/0.3);
}

.chunk-sidebar .widget_recent_entries ul li {
	font-size: 14px;
}

.chunk-sidebar .widget_recent_entries ul li:not(:last-of-type) {
	padding-bottom: 20px;
	border-bottom: 1px solid hsl(var(--dl-grey)/0.3);
}

.chunk-sidebar .widget_rss ul li {
	padding-top: 20px;
}

.chunk-sidebar .widget_rss ul li:not(:last-of-type) {
	padding-bottom: 20px;
	border-bottom: 1px solid hsl(var(--dl-grey)/0.3);
}

.chunk-sidebar .widget_rss .rsswidget {
	padding-bottom: 10px;
}

.chunk-sidebar .widget_rss .rss-date,
.chunk-sidebar .widget_rss .rssSummary,
.chunk-sidebar .widget_rss cite {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-thumb a {
	overflow: hidden;
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-thumb a img {
	max-width: 100px;
	height: 90px;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
	margin-right: 15px;
}

.chunk-sidebar .atroly-rc__post:hover img {
	transform: scale(1.1);
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-content .atroly-rc__post-title a {
	display: inline-block;
	transition: color 0.2s linear;
	font-family: var(--body-font);
	font-size: 16px;
	margin-bottom: 8px;
	color: hsl(var(--heading-color));
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-content .atroly-rc__post-title a:hover {
	color: hsl(var(--base)) !important;
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-content .atroly-rc__post-title {
	margin-bottom: 0;
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-content .atroly-rc__post-meta {
	font-size: 14px;
	color: hsl(var(--dl-grey));
}

.chunk-sidebar .atroly-rc__post .atroly-rc__post-content .atroly-rc__post-meta span i {
	display: none;
}

.chunk-sidebar .wp-block-latest-comments__comment-meta {
	font-style: italic;
}

.chunk-sidebar .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.chunk-sidebar .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
	font-style: normal;
}

.chunk-sidebar .widget_text img {
	margin-bottom: 20px;
}

.tagcloud a {
	text-transform: capitalize;
}




/* Sidebar Widget */

/* footer start */
footer #custom_html-3 {
	max-width: 312px;
}

footer .atroly-footer-widget-content,
.widget_text {
	color: hsl(var(--light-grey));
}

footer .chunk-footer-widget .atroly-footer-widget-content p {
	font-size: 16px;
	color: hsl(var(--light-grey));
	margin-bottom: 16px;
}


footer .footer-two .atroly-footer-widget-content p,
footer .widget_text p,
footer .widget_block p {
	color: hsl(var(--white));
}

footer .footer-widget__title,
footer .wp-block-heading {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 1.25rem;
	color: hsl(var(--white));
	margin-top: 20px;
}

footer .wp-block-archives-list,
footer .wp-block-categories-list,
footer .wp-block-page-list,
footer .widget_archive ul,
footer .widget_categories ul,
footer .widget_pages ul,
footer .widget_meta ul,
footer .widget_nav_menu ul,
footer .widget_recent_comments ul,
footer .widget_recent_entries ul {
	list-style: disc;
	list-style-position: inside;
	color: hsl(var(--light-grey));
	padding-left: 4px;
}

footer .wp-block-archives-list li a,
footer .wp-block-categories-list li a,
footer .wp-block-page-list li a,
footer .widget_archive ul li a,
footer .widget_categories ul li a,
footer .widget_pages ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_recent_comments ul li a,
footer .widget_recent_entries ul li a {
	font-size: 16px;
	color: hsl(var(--light-grey)) !important;
	margin-bottom: 15px;
	position: relative;
}

footer .wp-block-archives-list li a:hover,
footer .wp-block-categories-list li a:hover,
footer .wp-block-page-list li a:hover,
footer .widget_archive ul li a:hover,
footer .widget_categories ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_recent_comments ul li a:hover,
footer .widget_recent_entries ul li a:hover {
	color: hsl(var(--base)) !important;
}

footer .atroly-footer-widget-content ul,
footer .atroly-footer-widget-content ol {
	padding-left: 20px;
}

footer .wp-block-archives-dropdown label,
footer .wp-block-categories-dropdown label,
footer .widget_archive label,
footer .widget_categories label,
footer .widget_text label,
footer .wp-block-archives__label {
	margin-bottom: 10px;
	color: hsl(var(--light-grey));
}

footer .wp-block-archives-dropdown select,
footer .wp-block-categories-dropdown select,
footer .widget_archive select,
footer .widget_categories select,
footer .widget_text select,
footer .wp-block-archives-dropdown select {

	padding: 10px;
	width: 100%;
	border: 1px solid hsl(var(--dl-grey)/0.3);
	color: hsl(var(--dark-grey));
	font-size: 16px;
	margin-bottom: 20px;
}

footer .wp-block-archives-dropdown select option,
footer .wp-block-categories-dropdown select option,
footer .widget_archive select option,
footer .widget_categories select option,
footer .widget_text select option {
	color: hsl(var(--dark-grey));
}

footer #wp-calendar caption {
	color: hsl(var(--light-grey));
}

footer .widget_calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

footer .widget_calendar .wp-calendar-nav a {
	color: hsl(var(--light-grey));
}

footer .widget_calendar .wp-calendar-nav a:hover {
	color: hsl(var(--base));
}

footer .widget_block {
	margin-top: 20px;
}

footer .atroly-footer-widget-content a,
footer .footer-widget__content a {
	color: hsl(var(--light-grey));
}

footer .atroly-footer-widget-content a:hover {
	color: hsl(var(--base));
}


footer .wp-block-tag-cloud {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

footer .wp-block-tag-cloud a {
	font-size: 14px !important;
	padding: 9px 16px;
	border: 1px solid hsl(var(--light-grey));
	background-color: hsl(var(--white));
	color: hsl(var(--dark-grey));
}

footer .wp-block-tag-cloud a:hover {
	border-color: hsl(var(--base));
}

footer .widget_rss ul li:not(:last-of-type),
footer .wp-block-rss li:not(:last-of-type),
footer .wp-block-latest-posts li:not(:last-of-type) {
	border-bottom: 1px solid hsl(var(--dl-grey)/0.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

footer button.wp-block-search__button.has-icon.wp-element-button {
	color: hsl(var(--white));
}

/* footer button.wp-block-search__button.wp-element-button {
	color: hsl(var(--white));
} */

footer .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	display: inline-flex;
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 15px;
	margin-bottom: 10px;
}

footer .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
	margin-bottom: 10px;
}

footer #wp-calendar table:where(:not(.has-text-color)) td {
	color: hsl(var(--light-grey));
}

footer .textwidget img {
	margin-bottom: 20px;
}

footer .atroly-footer-widget-content #wp-calendar {
	width: 100%;
}

footer .atroly-footer-widget-content #wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

footer .atroly-footer-widget-content #wp-calendar thead {
	font-size: 14px;
}

footer .atroly-footer-widget-content #wp-calendar thead th {
	text-align: center;
}

footer .atroly-footer-widget-content #wp-calendar tbody {
	color: #666;
}

footer .atroly-footer-widget-content #wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}

footer .wp-block-latest-comments__comment-meta {
	color: hsl(var(--light-grey));
	font-style: italic;
}

footer .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
footer .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
	font-style: normal;
}

.wp-block-group.has-background {
	margin-bottom: 25px;
}

/*
Start from here
*/
/*.........<! 1. Theme default css !>.........*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

/*comments list */
.comments-avatar {
	float: left;
}

.comments-text {
	overflow: hidden;
}

.comments-text h3 {
	margin-bottom: 10px;
}

.postbox__comment ul li .children {
	margin-left: 60px;
	margin-top: 0;
}

@media (max-width: 767px) {
	.latest-comments ul li .children {
		margin-left: 0px;
	}
}

.latest-comments ul li .children li {
	margin-top: 10px;
}

#cancel-comment-reply-link {
	color: #caa673;
	margin-left: 2px;
	font-size: 16px;
	font-weight: 500;
}

/*comments form*/
.comment-reply-title {
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.comment-form-cookies-consent {
	display: none;
}

div.latest-comments>ul {
	padding-left: 0;
	margin-bottom: 30px;
}

div.latest-comments>ul>li ul,
div.latest-comments>ul>li ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

div.latest-comments>ul>li ul ul,
div.latest-comments>ul>li ol ol {
	margin-bottom: 0px;
}

.latest-comments>ul>li {
	list-style: none;
}

.latest-comments>ul>li li {
	margin: 0;
	padding: 0;
}

.latest-comments>ul>li ul {
	padding-left: 20px;
}

.latest-comments ul li .comments-box {
	margin-bottom: 35px;
}

.latest-comments ul .children {
	list-style: none;
}

.latest-comments .comments-text ul li,
.latest-comments .comments-text ol li {
	margin-bottom: 3px;
}

.latest-comments .comments-text>ul,
.latest-comments .comments-text>ol {
	margin-bottom: 20px;
}

.latest-comments ul .comment-respond {
	padding: 35px 0;
}

.postbox__comment-text {
	width: 100%;
}

.comment-reply-link i {
	font-size: 12px;
}

.latest-comments .comment-respond {
	margin-bottom: 40px;
}

/* post sticky */
.postbox__item.sticky {
	border: 1px solid rgb(22, 45, 228);
	padding: 15px;
	border-radius: 14px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}


.postbox__details ol li,
.postbox__details ul li {
	padding-top: 7px;
}

.postbox__details ol li:first-child,
.postbox__details ul li:first-child {
	padding-top: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 10px;
	padding-top: 30px;
}

.page-links>span.page-links-title {
	border: 0;
	color: inherit;
}

/* .wp-block-archives-list.extraclass.wp-block-archives li a {
	color: var(--tp-text-body);
} */

ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}

.postbox__details p:last-child {
	margin-bottom: 0;
}

.postbox__text ul li a,
dl a {
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	text-decoration: underline;
}

.postbox__text ul li a:hover,
dl a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

.wp-block-button {
	margin-bottom: 10px;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

div.postbox__details .wp-block-cover-text {
	color: #fff;
}

.wp-block-cover {
	margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}

figcaption.blocks-gallery-caption {
	margin-bottom: 40px;
}

.wp-block-group.has-background {
	margin-bottom: 25px;
	padding: 30px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
}

.page-links a,
.page-links>span {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}

.page-links>span.post-page-numbers {
	border: 2px solid #caa673;
	color: #fff;
	background: #caa673;
}

.page-links>.page-links-title {
	color: #5F6368;
	font-weight: 600;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
}

.wp-block-preformatted {
	margin: 30px 0;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}

.postbox__text .wp-block-tag-cloud a {
	border: 1px solid #F2F4F6;
	color: #8A879F;
	display: inline-block;
	line-height: 1;
	padding: 10px 25px;
	margin-bottom: 8px;
	margin-right: 8px;
	border-radius: 30px;
	transition: 0.3s;
	font-weight: 500;
	font-size: 14px !important;
}

/* .postbox__text .wp-block-tag-cloud a:hover {
	background: var(--tp-common-blue-4);
	color: var(--tp-common-white);
	border-color: var(--tp-common-blue-4);
} */


.wp-block-tag-cloud a {
	font-size: 14px !important;
	padding: 9px 16px;
	border: 1px solid hsl(var(--light-grey));
	background-color: hsl(var(--white));
	margin: 5px;
}

.wp-block-tag-cloud a:hover {
	border-color: hsl(var(--base));
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box;
	padding-left: 0;
}

/*block quote*/
.wp-block-quote {
	border: 0;
}


.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 1em;
	padding: 30px 30px;
}


.wp-block-quote.has-text-align-right {
	border-right: 0;
	padding: 30px;
}

.wp-block-column .wp-block-quote {
	padding: 10px;
}

/*gallery */
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

/*table */
.postbox__details table {
	margin-bottom: 30px;
	width: 100% !important;
}

.postbox__details table,
.postbox__details th,
.postbox__details td {
	border: 1px solid #d1d1d1;
}

.postbox__details table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}

.postbox__details table tbody td {
	text-align: center;
}

.postbox__details table a {
	color: #171717;
}

.postbox__details table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.postbox__details .comments-text table {
	margin-bottom: 30px;
	width: 100%;
	background: #fff;
}



/*post password*/

.post-password-form input[type="password"] {
	border: 1px solid #E5E5E5;
	height: 50px;
	width: 100%;
	padding: 0 15px;
}

.post-password-form label {
	width: 100%;
}

.post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background: #caa673;
	color: #fff;
	border: 0;
	margin-top: 10px;
	transition: .3s;
}

.post-password-form input[type="submit"]:hover {
	background: #031220;
}


.wp-block-search__input {
	width: 100%;
	text-transform: capitalize;
	border: 0;
	outline: none;
	border: 1px solid #E5E5E5;
}

.wp-block-search__input:focus {
	border-color: #caa673;
}

.wp-block-search__button {
	width: 80px;
	height: 50px;
	background: #caa673;
	color: #fff;
	border: 0;
	border: 1px solid #caa673;
	transition: .3s;
}

.wp-block-search__button:hover {
	border: 1px solid #caa673;
	transition: 0.3s;
	background: transparent;
	color: #caa673;
}


/*widget*/
.widget ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.widget ul ul {
	padding-left: 10px;
	margin: 0;
	padding-top: 8px;
}

.widget ul li {
	margin-bottom: 10px;
}

.widget ul li:last-child {
	margin-bottom: 0px;
}

.widget ul li a {
	font-size: 15px;
}

.widget ul li a:hover {
	color: #171717;
}

.widget.widget_recent_comments ul li a::after {
	display: none;
}

.widget.widget_recent_comments ul li a {
	padding-left: 0;
}

/* .widget.widget_recent_comments .comment-author-link a {
	color: var(--tp-theme-1);
} */

.widget.widget_recent_entries ul li a::after {
	display: none;
}

.widget.widget_recent_entries ul li a {
	padding-left: 0;
}

.widget.widget_rss ul li a::after {
	display: none;
}

.widget.widget_rss ul li a {
	padding-left: 0;
}

.textwidget img {
	max-width: 100%;
	height: auto;
}

/*sidebar block widget*/
.widget .wp-block-group__inner-container h2 {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

/* .widget .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	background: #F5F6F8;
	height: 57px;
	padding: 0 15px;
} */

.widget .wp-block-search__label {
	display: none;
}

.widget .wp-block-search__inside-wrapper {
	position: relative;
}

/* .widget .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: var(--tp-theme-1);
	color: #fff;
	border: 0;
	padding: 0 25px;
} */

.widget.widget_block ul.wp-block-latest-posts li a::after {
	display: none;
}

/* .widget.widget_block ul.wp-block-latest-posts li a {
	color: var(--tp-common-black);
	padding-left: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
} */

/* .widget.widget_block .wp-block-latest-comments article a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tp-common-black);
} */

.widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	color: #666;
}

/* .widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
	color: var(--tp-theme-1);
}

.sidebar__widget ol li a:hover {
	color: var(--tp-common-blue-4) !important;
} */


/*footer widget*/
.footer__widget ul ul {
	padding-left: 10px;
	padding-top: 10px;
}

.footer__widget ul ul {
	padding-left: 10px;
	padding-top: 10px;
}

.footer__widget.widget_recent_comments ul li {
	line-height: 1.6;
}

.footer__widget.widget_recent_entries ul li {
	line-height: 1.6;
}

.footer__widget .rssSummary {
	line-height: 1.5;
	font-size: 16px;
}

.footer__widget .rsswidget {
	font-weight: 500;
}

/* .footer__widget.widget_recent_comments .comment-author-link a {
	color: var(--tp-grey-5);
	font-weight: 500;
} */

.footer__widget.widget_recent_entries ul li a::after {
	display: none;
}

.footer__widget.widget_recent_entries ul li a {
	padding-left: 0;
}

.footer__widget.widget_rss ul li a::after {
	display: none;
}

.footer__widget.widget_rss ul li a {
	padding-left: 0;
	color: #fff;
}

.footer__widget .tagcloud a {
	background: #fff;
}

/* .footer__widget .tagcloud a:hover {
	background: var(--tp-theme-1);
} */

.footer__widget .sidebar__search input {
	background: #fff;
}

.footer__widget.widget_rss ul li {
	line-height: 1.5;
}

/*footer block widget*/
.footer__widget .wp-block-group__inner-container h2 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	line-height: 22px;
	margin-bottom: 20px;
	color: #fff;
}

.footer__widget .wp-block-search__input {
	min-width: 100%;
	border: 0;
	width: 100%;
	background: #fff;
	height: 52px;
	padding: 0 15px;
}

.footer__widget .wp-block-search__label {
	display: none;
}

.footer__widget .wp-block-search__inside-wrapper {
	position: relative;
}

/* .footer__widget .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: var(--tp-theme-1);
	color: #fff;
	border: 0;
	padding: 0 25px;
} */

.footer__widget.widget_block ul.wp-block-latest-posts li a::after {
	display: none;
}

/* .footer__widget .widget_block ul.wp-block-latest-posts li a {
	color: var(--tp-common-black);
	padding-left: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
} */

/* .footer__widget.widget_block .wp-block-latest-comments article a {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tp-common-black);
} */

.footer__widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	color: #666;
}

/* .footer__widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
	color: var(--tp-theme-1);
} */

/* .footer__widget .wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px !important;
	font-weight: 500;
	color: var(--tp-text-11);
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	margin-bottom: 10px;
} */

/* .footer__widget .wp-block-tag-cloud a:hover {
	color: var(--tp-common-white);
	background: var(--tp-theme-1);
} */

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.postbox__details .postbox__title {
	display: none;
}


.footer-col-1-2 {
	padding-left: 40px;
}

.footer-col-1-3 {
	padding-left: 30px;
}


.logo-dark img {
	width: 186px;
}

.logo-white img {
	width: 186px;
}

.sidebar__logo img {
	width: 186px;
}

.format-audio iframe {
	width: 100%;
}

/* .comment-respond {
	margin-bottom: 20px;
	background: var(--tp-common-white);
} */

.postbox__comment-form-title {
	margin-bottom: 0;
	display: inline-block;
}

/* .postbox__comment-reply {
    margin-top: 0px;
} */


/*blog unit*/

.single-blog-cloud {
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}

.postbox__text ol,
.postbox__text ul {
	padding-left: 20px;
}

.postbox__text ol ol,
.postbox__text ul ul {
	margin-bottom: 0px;
}


ul.wp-block-archives-list.extraclass.wp-block-archives {
	list-style: none;
	padding-left: 0;
}

ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
	padding-left: 0;
}

ol.wp-block-latest-comments {
	padding-left: 0;
}


img.alignright.size-thumbnail {
	margin-bottom: 20px;
}


.sidebar__widget ul li span {
	top: 35px;
}

.sidebar__widget ul.children li,
.sidebar__widget ul.sub-menu li {
	margin-top: 15px;
}

/* .sidebar__widget .wp-block-group__inner-container>h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: var(--tp-common-black);
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 40px;
} */

ol.wp-block-latest-comments li {
	line-height: 20px;
}

.sidebar__widget.widget_rss li a {
	border: none;
	padding: 0;
}

.sidebar__widget.widget_rss li a:before {
	display: none;
}

.sidebar__widget.widget_rss li cite {
	font-weight: 600;
}

.sidebar__widget.widget_rss li span.rss-date {
	font-size: 13px;
	font-weight: 400;
}

.sidebar__widget.widget_rss li .rssSummary {
	display: inline-block;
}

.offcanvas-ct-info ul li {
	list-style: none;
}

.error__thumb h4 {
	font-size: 120px;
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 25px;
}

h3.error__title {
	font-size: 40px;
	font-weight: 600;
}



@media (min-width: 992px) {
	.error__content p {
		padding: 0 50px;
		margin: 20px;
	}

}

/*custom */
.sidebar__widget.widget_recent_comments ul li a::before {
	display: none;
}

.sidebar__widget.widget_recent_comments ul li a {
	padding-left: 0;
}

/* adminbar css */

@media (max-width: 782px) {
	.admin-bar .header-sticky {
		margin-top: 45px !important;
	}
}

@media (max-width: 600px) {
	.admin-bar .header-sticky {
		margin-top: 0 !important;
	}
}

.postbox__area select {
	width: 100%;
	padding: 15px 10px;
	border: 1px solid #F8F8F8;
	background: #F8F8F8;
	font-size: 16px;
	position: relative;
}

.postbox__area .wp-block-archives-dropdown select {
	margin-bottom: 15px;
}

.postbox__area select:focus-visible {
	outline-color: #caa673;
}

.wp-block-calendar {
	margin-bottom: 20px;
	margin-top: 20px;
}

#wp-calendar {
	margin-bottom: 5px;
}

#wp-calendar th {
	background: #EEEEEE;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar td {
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar td#today {
	background: #caa673;
	color: #fff;
}

.wp-calendar-nav-prev {
	float: left;
}

.wp-calendar-nav-next {
	float: right;
}

.wp-block-categories-dropdown {
	margin-bottom: 20px;
}

.wp-block-search__inside-wrapper {
	margin-bottom: 20px;
	border: none;
}

.blog-single-area p {
	margin-bottom: 10px;
}

.nice-select::after {
	border: none;
	right: 15px;
}

.nice-select {
	width: 100%;
}

.postbox__details .nice-select {
	margin-bottom: 20px;
	border: 1px solid #999;
	margin-top: 5px;
}


.sidebar__widget .wp-block-search__inside-wrapper {
	margin-bottom: 0;
}

/* new unit test css */
.postbox__details ul.wp-block-page-list {
	padding-left: 0;
	margin-bottom: 20px;
}

.postbox__details ul.wp-block-post-template {
	padding-left: 0;
	margin-bottom: 20px;
}

.postbox__details ul.wp-block-post-template li {
	margin-bottom: 20px;
	list-style: none;
}

.postbox__details .wp-block-query-pagination {
	margin-bottom: 20px;
}

.postbox__details .wp-block-query-pagination a {
	border: 1px solid #caa673;
	color: #caa673;
	padding: 5px 10px;
}

.postbox__details .wp-block-query-pagination a:hover {
	color: #fff;
	background: #caa673;
}

.postbox__details .wp-block-query-pagination span.current {
	background: #caa673;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #caa673;
}

.postbox__details .wp-block-query-pagination span.dots {
	padding: 5px;
}

.postbox__details .wp-block-avatar img {
	border-radius: 50%;
	margin-bottom: 10px;
}

.postbox__details .wp-block-post-author {
	margin-bottom: 20px;
}

.postbox__details .wp-block-post-author img {
	border-radius: 50%;
}

.postbox__details .wp-block-post-author .wp-block-post-author__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #202124;
}

.postbox__details .wp-block-post-date,
.postbox__details .wp-block-post-terms {
	font-weight: 500;
	font-size: 14px;
	color: #888888;
}

.postbox__details .wp-block-post-navigation-link a {
	border-bottom: 1px solid #919191dd;
}

.postbox__details .post-navigation-link-previous {
	margin-bottom: 20px;
}

.postbox__details .wp-block-post-navigation-link a:hover {
	border-bottom: 1px dashed #919191dd;
}

.postbox__details .wp-block-read-more {
	border-bottom: 1px solid #919191dd;
	margin-bottom: 20px;
}

.postbox__details .wp-block-read-more:hover {
	border-bottom: 1px dotted #919191dd;
}

.postbox__details .wp-block-comment-template {
	padding-left: 0;
}

.postbox__details .wp-block-comments-title {
	margin-bottom: 20px;
}

.postbox__details .wp-block-comment-author-name a {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #202124;
	display: block;
	margin-bottom: 5px;
}

.postbox__details .wp-block-comment-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #888888;
	display: inline-block;
	margin-bottom: 5px;
}

.postbox__details .wp-block-comment-content p {
	font-size: 16px;
}

.postbox__details .wp-block-comment-reply-link a {
	display: inline-block;
	height: 30px;
	line-height: 27px;
	padding: 0 18px;
	font-weight: 500;
	font-size: 13px;
	color: #202124;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
	transition: 0.3s;
	margin-top: 10px;
}

.postbox__details .wp-block-comment-reply-link a:hover {
	color: #fff;
	background: #caa673;
	border-color: #caa673;
}

.postbox__details .wp-block-post-comments-form .comment-form-comment label {
	color: #202124;
	font-weight: 600;
	margin-bottom: 10px;
}

.postbox__details .wp-block-post-comments-form textarea {
	padding: 20px;
	font-size: 14px;
	width: 100%;
	height: 160px;
	resize: none;
	border: 0;
	outline: 0;
	font-weight: 500;
	font-size: 15px;
	color: #87888A;
	box-shadow: inset 0 0 0 1px #E5E5E5;
	transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
	color: #000229;
}

.postbox__details .wp-block-post-comments-form .form-submit input {
	color: #ffffff;
	width: max-content;
	padding: 15px 20px;
	border: none;
	transition: 0.5s;
	background: #caa673;
}

.postbox__details .wp-block-post-comments-form {
	margin-top: 10px;
}

.postbox__area .wp-block-loginout a {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	display: inline-block;
}

.postbox__area .wp-block-loginout a:hover {
	border-bottom: 1px dashed;
}

.postbox__area .logged-in-as {
	margin-top: 20px;
}

.postbox__area .wp-block-categories {
	margin-bottom: 20px;
}

.postbox__area .wp-block-page-list li {
	list-style: none;
}

.postbox__area .wp-block-latest-posts__list {
	margin-bottom: 20px;
}

.postbox__area .wp-block-rss {
	margin-bottom: 20px;
}

.postbox__area .wp-block-social-links {
	padding-left: 0;
	margin-bottom: 10px;
}

.postbox__area .wp-block-file__button {
	padding: 5px 10px;
}

.postbox__area .wp-block-file__button:hover {
	color: #fff;
}

.postbox__area .wp-block-video {
	margin-top: 20px;
}

.postbox__area .postbox__details.tagcloud {
	clear: both;
}

.postbox__area .wp-block-button__link {
	border: 1px solid;
}

.postbox__area .wp-block-button__link:hover {
	border: 1px solid;
	background: #fff;
	color: #32373c;
}

.postbox__area .wp-block-pullquote p {
	line-height: 1;
}

.postbox__area .has-large-font-size {
	line-height: 1;
	margin-top: 20px;
}

.postbox__area .wp-block-gallery {
	margin-top: 10px;
}

.postbox__area .wp-block-file a {
	background: #32373c;
	padding: 5px 10px;
	color: #fff;
	border-radius: 20px;
}

.postbox__text ol,
.postbox__text ul,
.chunk-blog__text ul,
.chunk-blog__text ol {
	padding-left: 20px !important;
}

.chunk-blog__thumb,
.chunk-practice__thumb,
.chunk-case__thumb {
	height: 100% !important;
}

.chunk-blog__comments .latest-comments ul li .comments-box .comment {
	word-wrap: break-word;
	max-width: 100%;
	overflow: auto;
}

/* comment-reply form */
.latest-comments .comment-respond {
	background-color: hsl(var(--light)/0.2);
	padding: 30px;
}

@media screen and (max-width: 991px) {
	.latest-comments .comment-respond {
		padding: 20px;
		margin-bottom: 30px;
	}
}

.comment-respond h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.latest-comments .comment-respond h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.latest-comments .comment-respond form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media screen and (max-width: 991px) {
	.latest-comments .comment-respond form {
		gap: 16px;
	}
}

.latest-comments .comment-respond form input,
.latest-comments .comment-respond form textarea {
	background-color: hsl(var(--white));
	padding: 16px 12px;
	outline: none;
	border: 1px solid hsl(var(--light));
	min-width: 0px;
}

.latest-comments .comment-respond form input::placeholder,
.latest-comments .comment-respond form textarea::placeholder {
	color: hsl(var(--dark-grey));
}

.latest-comments .comment-respond form input:focus,
.latest-comments .comment-respond form textarea:focus {
	background-color: hsl(var(--white));
	border-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {

	.latest-comments .comment-respond form input,
	.latest-comments .comment-respond form textarea {
		grid-column: span 2;
	}
}

.latest-comments .comment-respond form textarea {
	grid-column: span 2;
}

.latest-comments .comment-respond form button {
	color: hsl(var(--white));
	background-color: hsl(var(--base));
	width: max-content;
	padding: 15px 20px;
}

.latest-comments .comment-respond form button:hover {
	background-color: hsl(var(--base-d-200));
}

.latest-comments .comment-respond {
	background-color: hsl(var(--light)/0.2);
	padding: 30px !important;
}

@media screen and (max-width: 991px) {
	.latest-comments .comment-respond {
		padding: 20px !important;
		margin-bottom: 30px;
	}
}

.latest-comments .comment-respond h3 {
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.latest-comments .comment-respond h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.latest-comments .comment-respond form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 30px;
}

@media screen and (max-width: 991px) {
	.latest-comments .comment-respond form {
		gap: 16px;
	}
}

.latest-comments .comment-respond form input,
.latest-comments .comment-respond form textarea {
	background-color: hsl(var(--white));
	padding: 16px 12px;
	outline: none;
	border: 1px solid hsl(var(--light));
}

.latest-comments .comment-respond form input::placeholder,
.latest-comments .comment-respond form textarea::placeholder {
	color: hsl(var(--dark-grey));
}

.latest-comments .comment-respond form input:focus,
.latest-comments .comment-respond form textarea:focus {
	background-color: hsl(var(--white));
	border-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {

	.latest-comments .comment-respond form input,
	.latest-comments .comment-respond form textarea {
		grid-column: span 2;
	}
}

.latest-comments .comment-respond form textarea {
	grid-column: span 2;
}

.latest-comments .comment-respond form button {
	color: hsl(var(--white));
	background-color: hsl(var(--base));
	width: max-content;
	padding: 15px 20px;
}

.latest-comments .comment-respond form button:hover {
	background-color: hsl(var(--base-d-200));
}

/* comment respond form */
.chunk-sidebar__article-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.chunk-sidebar__article-wrap .chunk-rc__article {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    align-items: center;
}
.chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__title {
    margin-bottom: 8px;
}
.chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__title a {
    font-family: var(--body-font);
    font-size: 16px;
    margin-bottom: 0px;
    transition: color 0.2s linear;
}
@media screen and (max-width: 575px) {
    .chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__title a {
        font-size: 14px;
    }
}
.chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__meta {
    font-size: 14px;
    color: hsl(var(--dl-grey));
}
@media screen and (max-width: 575px) {
    .chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__meta {
        font-size: 12px;
    }
}
.chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__thumb a {
    max-width: 100px;
    height: 90px;
    overflow: hidden;
}
@media screen and (max-width: 575px) {
    .chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__thumb a {
        height: 80px;
    }
}
.chunk-sidebar__article-wrap .chunk-rc__article .chunk-rc__thumb a img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}
.chunk-sidebar__article-wrap .chunk-rc__article:hover .chunk-rc__thumb img {
    transform: scale(1.1);
}

/* blog sidebar */

.footer-top .chunk-footer-widget.mb-50{
	margin-bottom: 0px !important;
}
.footer-top .chunk-footer-widget .footer-logo-normal{
	width: 100%;
	text-align: center;
}
.footer-top .col-lg-4:nth-child(3){
	display: flex;
	flex-direction: column;
}
.chunk-blog__footer {clear: both;}
.chunk-menu-wrapper nav>ul li.active > a {color: hsl(var(--base));}

.chunk-page__footer{
	clear: both;
}