/* 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;
}

img {
	height: auto;
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/*comments list */

/*comments form*/


/* post sticky */
.sticky {
	border: 2px solid var(--tp-theme-1);;
	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 */
.tp-post-area ul,
.tp-post-area ol {
	padding-left: 20px;
}

.tp-blog__tag {
	clear: both;
	margin-top: 0;
	padding-top: 40px;
}

.wp-block-button {
	margin-bottom: 10px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-block-cover {
	margin-bottom: 20px;
}

.wp-block-gallery .blocks-gallery-grid {
	padding-left: 0;
	margin-bottom: 0;
}

.blocks-gallery-caption {
	margin-bottom: 50px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	margin-bottom: 30px;
}

.wp-block-gallery.columns-8.is-cropped.wp-block-gallery-15.is-layout-flex ul {
	margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	line-height: 1;
}

blockquote p code {
	font-size: .875em;
	color: inherit;
	word-wrap: break-word;
}

blockquote::before {
	content: "\f10e";
	position: static;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	color: #a6a182;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}

blockquote cite::before {
	content: "";
	font-size: 28px;
	padding-bottom: 0px;
	display: inline-block;
	background: #a6a182;
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

/* .tp-blog-area ul {
	padding-left: 24px;
} */

/* .postbox__wrapper.postbox__details .postbox__text ul {
	padding-left: 18px;
} */

/*tp unt commenst*/
.latest-comments ul {
	padding-left: 0;
}

.comments-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.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-group.has-background {
	padding: 18px;
}


/*block quote*/
.wp-block-quote cite {
	margin-top: 10px;
	display: block;
	font-size: 15px;
	font-style: normal;
	position: relative;
}

.wp-block-quote cite::before {
	content: "";
	font-size: 28px;
	padding-bottom: 0px;
	display: inline-block;
	background: var(--tp-theme-1);
	height: 2px;
	width: 40px;
	font-weight: 400;
	text-align: center;
	top: -4px;
	margin-right: 10px;
	position: relative;
}

.wp-block-quote {
	border: 0;
	border-left: 5px solid var(--tp-theme-primary);
}

.wp-block-column blockquote {
	padding: 30px 30px 30px;
	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-left: none;
	border-right: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	display: inline-block;
}

/*footer custom css*/
.footer-default-widget ul li {
	list-style: none;
	overflow: hidden;
}

.footer-default-widget ul li a::before {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 0;
	background: var(--tp-common-white);
	width: 0;
	height: 1px;
	top: 20px;
}

.footer-default-widget ul li:hover>a::before {
	width: 100%;
	left: 0;
	right: auto;
}

.footer-default-widget ul#menu-main-links li {
	width: 50%;
	float: left;
}

.footer__post .footer__post-item:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edf2f64f;
}

.footer__col-1 {
	margin-right: 0px;
}

.footer-default-widget ul ul {
	margin-left: 10px;
	margin-top: 5px;
}

.footer-default-widget .nice-select {
	float: none;
}

.wp-block-archives-dropdown.wp-block-archives .nice-select .list {
	padding: 8px;
}
.wp-block-archives-dropdown.wp-block-archives .nice-select .list li {
	margin-bottom: 0;
}

.wp-block-categories-dropdown.wp-block-categories .list {
	padding: 8px;
}
.wp-block-categories-dropdown.wp-block-categories .list li {
	margin-bottom: 0;
}


/*blog css */
.tp-blog__thumb iframe {
	width: 100%;
}

.tp-pagination ul {
	padding-left: 10px;
}

.postbox__details .tagcloud {
	clear: both;
}

/* .postbox__details ul, */
.postbox__details ol {
	padding-left: 15px;
}

.postbox__text li {
	font-size: 16px;
}

.postbox__details ol li,
.postbox__details ul li {
	margin-bottom: 7px;
}

/* .postbox__details-share-wrapper {
	float: left;
} */


.postbox__details dl,
.postbox__details ol,
.postbox__details ul {
	margin-top: 0;
	margin-bottom: 25px;
	padding-left: 18px;
}

.postbox__wrapper.postbox__details .postbox__text dl {
	padding-left: 5px;
}

.postbox__wrapper.postbox__details .postbox__text p {
	margin-bottom: 15px;
}

/* .postbox__text p {
	font-weight: 400 !important;
	font-size: 16px !important;
	
} */

.postbox__details dl dl,
.postbox__details ol ol,
.postbox__details ul ul,
.postbox__details ol ul,
.postbox__details ul ol {
	margin-bottom: 0;
}

.postbox__details .wp-block-search__input {
    width: 100%;
    height: 54px;
    line-height: 60px;
    background: var(--tp-common-white);
    padding: 0 20px 0 20px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #eee;
    outline: none;
    padding-top: 3px;
}

.tp-post-area ol ol,
.tp-post-area ol ul,
.tp-post-area ul ol,
.tp-post-area ul ul {
	margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.postbox__details .nice-select {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.postbox__details .nice-select::after {
	position: absolute;
	right: 20px;
	top: 50%;
}

/* post table */
.postbox__details table {
	margin-bottom: 30px;
}

.postbox__details table,
.postbox__details th,
.postbox__details td {
	border: 1px solid #d1d1d1;
	font-size: 16px;
}

.postbox__details td {
	padding: 0 20px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#wp-calendar thead {
	font-size: 14px;
}

.postbox__details table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #eee!important;
	text-align: center;
	font-weight: 400;
}

.postbox__details .wp-block-button__link {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-radius: 6px;
}

#wp-calendar thead th {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

#wp-calendar tbody {
	color: #666;
}

#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 8px 0;
	transition: 0.3s;
}

.postbox__details table a {
	color: var(--tp-theme-1);
}

.wp-block-table td,
.wp-block-table th {
	padding: 10px 20px;
}

.wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
	padding-left: 0;
}

.postbox__details ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}

.postbox__details .wp-block-search__inside-wrapper{
	border: none;
}

.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-search__button-outside.wp-block-search__text-button.wp-block-search {
	margin-bottom: 30px;
}

.wp-block-pages-list__item .wp-block-navigation__submenu-container {
	margin-bottom: 0;
}

.wp-block-pages-list__item a {
	margin-bottom: 10px;
}

.wp-block-search {
	margin-bottom: 30px;
}

.wp-block-search__button {
	background: var(--tp-theme-1);
	border: 1px solid var(--tp-theme-1);
	padding: 0 30px;
	color: #fff;
	margin-left: .625em;
	word-break: normal;
	font-size: 14px; 
	font-family: inherit;
	line-height: inherit;
	border-radius: 7px;
}

.wp-block-tag-cloud a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-size: 14px !important;
	font-weight: 500;
	color: var(--tp-text-body);
	background: #f4f4f4;
	-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;
}

.wp-block-tag-cloud a:hover {
	background: var(--tp-theme-1);
	color: #fff;
}

ul.wp-block-rss.wp-block-rss {
	padding-left: 0;
}

.basic-pagination.mb-40 ul {
	padding-left: 0;
}

.wp-container-1.wp-block-group.has-background {
	margin-bottom: 30px;
}

.postbox__text p.has-large-font-size {
	font-size: 24px !important;
	line-height: 1.2;
	margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
	margin-bottom: 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-top: 30px;
	overflow: hidden;
	padding-top: 40px;
}

.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 {
	border: 2px solid var(--tp-theme-1);
	color: #444;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 20px 0;
}


.postbox__details table tbody td {
	text-align: center;
}


.postbox__details .wp-block-column-is-layout-flow {
    margin-bottom: 20px!important;
		padding-top: 10px;
}

.postbox__details table {
	margin-bottom: 30px;
	width: 100%;
}

.postbox__details table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.post-password-form input[type="password"] {
    width: 100%;
    height: 54px;
    line-height: 60px;
    background: var(--tp-common-white);
    padding: 0 20px 0 20px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #eee;
    outline: none;
}

.post-password-form input[type="submit"] {
	width: 120px;
	height: 50px;
	background: var(--tp-theme-1);
	color: #fff;
	border: 0;
	transition: .3s;
	border-radius: 7px;
}

.post-password-form input[type="submit"]:hover {
	background: #333;

}

.latest-comments blockquote {
	margin: 30px 0px !important;
	padding: 40px 50px 40px;
	color: #666;
	position: relative;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 7px;
	background: #F4F6F8;
}

.latest-comments blockquote p {
	margin-bottom: 0;
}

.latest-comments .comments-text>ul,
.latest-comments .comments-text>ol {
	margin-bottom: 20px;
	padding-left: 23px;
}

.latest-comments .comments-text ul li,
.latest-comments .comments-text ol li {
	margin-bottom: 3px;
}

.latest-comments ol ol,
.latest-comments ol ul,
.latest-comments ul ol,
.latest-comments ul ul {
	margin-bottom: 0;
	padding-left: 15px;
}

.latest-comments li {
	font-size: 16px;
}

.latest-comments>ul>li {
	list-style: none;
	margin-bottom: 5px;
}

.comment-reply-title {
	font-weight: 700;
	font-size: 30px;
	color: #010101;
	margin-bottom: 22px;
	padding-bottom: 10px;
}

.latest-comments ul #respond {
	margin-top: 35px;
}

/*page*/
.tp-page-content .post-comments {
	overflow: hidden;
	clear: both;
	padding-top: 60px;
}

.tp-page-content .latest-comments>ul {
	padding-left: 0;
}

.page-links>span.page-links-title {
	border: 0;
	color: #444;
}



.tp-page-content table,
.tp-page-content th,
.tp-page-content td {
	border: 1px solid #d1d1d1;
}

.tp-page-content table {
	margin-bottom: 30px;
	font-size: 16px;
}

.tp-page-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 500;
}

.tp-page-content table td {
	border-color: #ddd;
	padding: 12px 12px;
}

.tp-page-content table a {
	color: var(--tp-theme-1);
}

.tp-page-content ol,
.tp-page-content ul {
	padding-left: 25px;
	margin-bottom: 25px;
	font-size: 16px;
}

.tp-page-content ol li ol,
.tp-page-content ul li ul {
	margin-bottom: 0;
}

.tp-page-content .size-full.alignright {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*blog sidebar */
.sidebar__widget ul {
	padding-left: 0;
}

.sidebar__widget .wp-block-search__input {
    width: 100%;
    height: 54px;
    line-height: 60px;
    background: var(--tp-common-white);
    padding: 0 20px 0 20px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid rgb(223, 223, 223);
    outline: none;
    padding-top: 3px;
}

.sidebar__widget .nice-select {
	float: none;
}

#wp-calendar tbody td#today {
	background: #a6a182;
	color: #fff;
}

/* .has-avatars .wp-block-latest-comments__comment li {
	padding-bottom: 18px;
} */

/* .has-avatars .wp-block-latest-comments__comment.wp-block-latest-comments__comment {
	padding-bottom: 18px;
}

.has-avatars .wp-block-latest-comments__comment.wp-block-latest-comments__comment img {
	padding-bottom: 18px;
} */

.has-avatars .wp-block-latest-comments__comment {
	padding-bottom: 18px;
}

.sidebar__widget .wp-calendar-nav {
	margin-bottom: 0;
}

.sidebar__widget ul li ul {
	padding-left: 15px;
}

.sidebar__widget #wp-calendar tbody td#today {
	background: var(--tp-theme-1);
	color: #fff;
}

.sidebar__widget .wp-block-heading {
    margin-bottom: 30px;
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: var(--tp-heading-primary);
}

.sidebar__widget.widget_rss ul li {
	margin-bottom: 15px;
}

.sidebar__widget.widget_recent_comments ul li a::after {
	display: none;
}

.sidebar__widget.widget_recent_comments ul li a {
	padding-left: 0px;
}

.sidebar__widget.widget_recent_entries ul li a::after {
	display: none;
}

.sidebar__widget.widget_recent_entries ul li a {
	padding-left: 0px;
}

.sidebar__widget.widget_rss ul li a::after {
	display: none;
}

.sidebar__widget.widget_rss ul li a {
	padding-left: 0px;
}

.sidebar__widget .nice-select .list {
	width: 100%;
}

.sidebar__widget .nice-select {
	position: relative;
}

.sidebar__widget .nice-select::after {
	position: absolute;
	right: 20px;
	top: 50%;
}

.sidebar__widget .nice-select .list li {
	margin-bottom: 0;
}

.sidebar__widget.widget_recent_comments .recentcomments .comment-author-link {
	float: left;
	margin-right: 5px;
}

.sidebar__widget.widget_recent_comments .recentcomments .comment-author-link a {
	font-weight: 600;
}

.sidebar__widget.widget_recent_comments .recentcomments a {
	display: inline;
}

.sidebar__widget.widget_rss li .rsswidget {
	margin-bottom: 10px;
	line-height: 1.3;
}

.sidebar__widget.widget_rss li .rss-date {
	float: left;
	display: block;
}

.sidebar__widget.widget_rss li .rssSummary {
	display: inline-block;
	line-height: 1.3;
	margin-top: 5px;
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
	font-weight: 600;
}


/*Sidebar Widget*/
.sidebar__widget.widget_rss a.rsswidget {
	font-weight: 600;
}

.sidebar__widget.widget_rss ul {
	list-style: none;
}

.sidebar__widget.widget_recent_comments ul {
	list-style: none;
}

.sidebar__widget.widget_meta ul {
	list-style: none;
}

.sidebar__widget.widget_pages ul {
	list-style: none;
}

.sidebar__widget.widget_categories ul {
	list-style: none;
}

.sidebar__widget.widget_categories ul li:hover {
	
}

.sidebar__widget ul li {
	transition: .35s ease;
}

.sidebar__widget ul li:hover {
	color: #a6a182;
}

.sidebar__widget.widget_archive ul {
	list-style: none;
}

.sidebar__widget.widget_nav_menu ul li {
	list-style: none;
}

.sidebar__widget.widget_text strong {
	padding: 10px 0;
}


/*footer widget*/
.tp-footer-widget .nice-select .list {
	height: 600px;
	overflow: auto;
}

.tp-footer-widget.widget_calendar {
	padding-top: 100px;

}

.tp-footer-widget.widget_rss a.rsswidget {
	font-weight: 600;
}

.tp-footer-widget.widget_rss ul li {
	padding-bottom: 20px;
}

.tp-footer-widget.widget_recent_comments .comment-author-link a {
	color: #010101;
	font-weight: 600;
}


.tp-footer-widget.widget_pages {
	padding-top: 100px;
}

.tp-footer-widget.widget_pages .tp-footer-title {
	margin-bottom: 15px !important;
}

.tp-footer-widget ul ul {
	padding-left: 10px;
	list-style: none;
}

.tp-footer-widget ul {
	list-style: none;
}

/* .tp-footer-widget {
	padding-top: 20px;
} */

.tp-footer-widget.widget_tag_cloud{
	padding-top: 75px;
}

.tp-footer-widget .tagcloud a {
	box-shadow: rgba(172, 172, 172, 0.2) 0px 2px 8px 0px;
}

.footer-default-widget ul li:last-child {
	margin-bottom: 0;
}

.footer-default-widget .textwidget p img {
	margin-bottom: 20px;
}

.footer-default-widget .wp-block-heading {
	font-size: 20px;
}

.footer-default-widget .nice-select {
	float: none;
	position: relative;
}

.footer-default-widget .nice-select::after {
	position: absolute;
	right: 20px;
	top: 50%;
}

.footer-default-widget .nice-select .list {
	width: 100%;
}

/*menu*/
.tpmenu__area ul li.menu-last .submenu {
	left: auto!important;
}
.tpmenu__area ul li.menu-last li.has-dropdown .submenu {
	left: auto!important;
	right: 100%;
}

/* 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. */
}

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
	padding-top: 15px;
}

.rc__thumb {
	float: left;
}

.rc__content {
	overflow: hidden;
}

.header__lang ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.header__lang ul li {
	list-style: none;
	position: relative;
}

.header__lang ul li ul {
	position: absolute;
	top: 110%;
	right: 0;
	background: #fff;
	z-index: 2;
	width: 120px;
	padding: 12px 20px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.header__lang ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header__lang ul li {
	list-style: none;
	position: relative;
}

.header__lang ul li ul li a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
}

.header__lang ul li ul li:hover>a {
	color: var(--tp-theme-primary);
}

.logo img {
	width: 113px;
}

.header__logo-overlay img {
	width: 113px;
}

.header__side-logo img {
	width: 113px;
}

.sidebar__logo img {
	width: 130px;
}

.mobile-logo img {
	width: 113px;
}

.footer__logo img {
	width: 120px;
}

.breadcrumb-menu span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.breadcrumb-menu span.dvr {
	margin: 0 8px;
	font-size: 13px;
}

.error-404-title {
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
}

@media(max-width: 600px){
	.error-404-title {
		font-size: 80px;
	}
}

.error__content p {
	margin: 20px 0;
	margin-bottom: 30px;
	padding: 0 69px;
}

.error__title {
	font-size: 35px;
}

/* sidebar block widget css*/
.sidebar__widget .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
	margin-bottom: 0;
}

.sidebar__widget .wp-block-group__inner-container h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: var(--tp-common-black);
    margin-bottom: 30px;
}
label.wp-block-search__label {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    color: var(--tp-common-black);
    margin-bottom: 10px;
}
.sidebar__widget ol {
	padding-left: 0;
}

.sidebar__widget .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
	color: var(--tp-heading-primary);
	padding-left: 0;
}

.sidebar__widget .wp-block-calendar table th {
	background: none;
	font-weight: 700;
	padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
	.admin-bar .tp-header-2-area.tp-header-sticky-cloned {
		top: 30px;
	}

}

@media only screen and (min-width: 200px) and (max-width: 596px) {
	.admin-bar .tp-header-area.tp-header-style-3.tp-int-menu.tp-header-sticky-cloned.tp-header-pinned {
		margin-top: 0;
	}

	.admin-bar .tp-header-area.tp-header-tranparent.tp-header-style-4.tp-header-sticky-cloned.tp-header-pinned {
		margin-top: 0 !important;
	}

	.admin-bar .tp-header-area.tp-header-tranparent.tp-header-style-4 {
    margin-top: 45px;
	}

}

@media only screen and (min-width: 597px) and (max-width: 1024px) {
	.admin-bar .tp-header-area.tp-header-tranparent.tp-header-style-4 {
    margin-top: 30px;
	}
}

@media only screen and (min-width: 597px) and (max-width: 1024px) {

}



@media only screen and (min-width: 601px) and (max-width: 782px) {
	.admin-bar .tp-header-area.tp-header-pinned {
    transform: translateY(55%);
	}
}

@media only screen and (min-width: 783px) and (max-width: 1024px) {
	.admin-bar .tp-header-area.tp-header-pinned {
    transform: translateY(35%);
	}
}

@media only screen and (min-width: 1025px) and (max-width: 2300px) {
	.admin-bar .tp-header-area.tp-header-pinned {
    transform: translateY(35%);
	}
}

@media only screen and (min-width: 200px) and (max-width: 780px) {
	.admin-bar .tp-header-tranparent .tp-header-area.tp-header-2-pt {
		margin-top: 40px;
	}

	.admin-bar .tp-header-2-area.tp-header-2-pt {
    padding-top: 45px;
	}

}

@media only screen and (min-width: 781px) and (max-width: 1024px) {
	.admin-bar .tp-header-2-area.tp-header-2-pt {
    padding-top: 35px;
	}
}

/* admin bar end */

.comment-reply-title small {
	margin-left: 16px;
	font-size: 16px;
	color: #a6a182;
}

#commentform .comment-notes {
	margin-bottom: 15px;
}


/* / new unit test css / */
.wp-block-comments #commentform {
	margin-bottom: 30px;
}

.wp-block-comments #commentform p {
	margin-bottom: 15px;
}

.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;
}

.postbox__details .wp-block-query-pagination {
	margin-bottom: 20px;
}

.postbox__details .wp-block-query-pagination a {
	border: 1px solid var(--tp-theme-1);
	color: #010101;
	padding: 5px 10px;
}

.postbox__details .wp-block-query-pagination a.wp-block-query-pagination-next {
	padding: 9px 15px;
}

.postbox__details .wp-block-query-pagination a.wp-block-query-pagination-previous {
	padding: 9px 15px;
}

.postbox__details .wp-block-query-pagination a:hover {
	color: #fff;
	background: var(--tp-theme-1);
}

.postbox__details .wp-block-query-pagination span.current {
	background: var(--tp-theme-1);
	color: #fff;
	padding: 5px 10px;
	border: 1px solid var(--tp-theme-1);
}

.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 var(--tp-theme-1);
}

.postbox__details .post-navigation-link-previous {
	margin-bottom: 20px;
}

.postbox__details .wp-block-post-navigation-link a:hover {
	border-bottom: 1px dashed var(--tp-theme-1);
}

.postbox__details .wp-block-read-more {
	border-bottom: 1px solid var(--tp-theme-1);
	margin-bottom: 20px;
}

.postbox__details .wp-block-read-more:hover {
	border-bottom: 1px dotted var(--tp-theme-1);
}

.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 var(--tp-theme-1);
	border-radius: 20px;
	transition: 0.3s;
	margin-top: 10px;
}

.postbox__details .wp-block-comment-reply-link a:hover {
	color: #fff;
	background: var(--tp-theme-1);
	border-color: var(--tp-theme-1);
}

.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 {
	border-radius: 12px;
	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 {
	display: inline-block;
	background: var(--tp-theme-1);
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0 35px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	border-color: #4260FF;
	margin-bottom: 20px;
}

.postbox__details .wp-block-post-comments-form {
	margin-top: 10px;
}

.postbox__details .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding: 20px 10px;
}

.postbox__details .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container a {
    line-height: 1.4;
}

.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: 5px;
	margin-bottom: 15px;
}

.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 .is-style-outline .wp-block-button__link {
	border: 1px solid var(--tp-theme-1)!important;
}

.postbox__area .wp-block-button__link:hover {
	color: #fff;
}

.postbox__area .wp-block-file {
	margin-bottom: 20px;
}

.postbox__area .wp-block-pullquote p {
	line-height: 1;
}

.postbox__area .wp-block-gallery {
	margin-top: 10px;
}

.postbox__area .wp-block-file a {
    background: #32373c;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    line-height: 1;
}

/* .postbox__details p {
	margin-bottom: 10px;
	font-weight: 600;
} */

.postbox__details p.has-large-font-size {
	margin-bottom: 20px;
}

.postbox-item.sticky {
	border-top: 2px solid #cd5f37;
}

.comments-replay a {
	background: #cd5f38;
	color: #fff;
	font-size: 14px;
	padding: 1px 15px;
	display: inline-block;
}

.comments-replay {
	margin-top: 15px;
}

.comment-form-cookies-consent {
	display: none;
}

/* .postbox__comment-box .postbox__comment-avater img {
	width: 155px;
	height: 155px;

} */

p.logged-in-as a {
	color: #a6a182;
}

p.form-submit {
	margin: 0;
}

p.form-submit input {
	margin-top: 15px;
}

.wp-block-group {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list {
	padding-left: 0;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list a:hover {
	text-decoration: underline;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li {
	padding-bottom: 7px;
	padding-left: 4px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
	font-size: 17px;
}

.wp-block-post-template.is-layout-flow {
	padding: 0;
}

.wp-block-post-template.is-layout-flow li {
	margin-bottom: 25px;
}

.wp-block-query-pagination.is-layout-flex {
	margin-bottom: 25px;
}

.wp-block-avatar {
	margin-bottom: 20px;
}

.wp-block-post-navigation-link a {
	color: var(--tp-theme-1);
	border-bottom: 1px solid var(--tp-theme-primary);
	margin-bottom: 12px;
	display: inline-block;
}

.wp-block-read-more {
	margin: 18px 0;
	color: var(--tp-theme-1);
	border-bottom: 1px solid var(--tp-theme-primary);
}

ol.wp-block-comment-template {
	padding-left: 0;
}

.wp-block-comment-date a,
.wp-block-comment-author-name a {
	font-size: 15px;
}

.comment-reply-link {
	color: var(--tp-theme-primary);
	font-size: 15px;
}

.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 200px;
}

.wp-block-post-comments-form input[type="submit"] {
	background-color: var(--tp-theme-primary);
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-social-link.wp-social-link-fivehundredpx.wp-block-social-link {
	padding-top: 0;
}

.wp-social-link.wp-social-link-wordpress.wp-block-social-link {
	padding-top: 0;
}

.wp-block-social-links.is-layout-flex {
	padding-left: 0;
}

.wp-block-column p {
	margin: 0;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
}

.wp-block-quote, blockquote {
    background: #f5f5f8;
    padding: 35px 50px;
    border-radius: 4px;
    margin-bottom: 35px;
		border-left: 5px solid var(--tp-theme-1);
}

.wp-block-quote p, blockquote p {
	margin-bottom: 0!important;
}

.wp-block-pullquote {
	border-bottom: 2px solid;
	border-top: 2px solid;
}
.wp-block-image {
	overflow: hidden;
}

.postbox__details .postbox-content {
	margin-bottom: 75px;
}

.postbox-tags {
	overflow: hidden;
	clear: both;
}

.postbox-content p {
	overflow: hidden;
}

.postbox-content p a {
	color: var(--tp-theme-primary);
}

pre {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

div.postbox-comment-content>ul,
div.postbox-comment-content>ol {
	margin-bottom: 30px;
}

.footer-info-list div i img {
	width: 16px;
}

.basic-pagination ul {
	padding-left: 0;
}



.comment-list table th,
.comment-list table td {
	padding: 12px 12px;
	font-size: 15px;
	border: 1px solid #ddd;
	font-weight: 400;
}

.comment-list h2 {
	margin-top: 5px;
}



.postbox__area article.format-quote {
	margin: 30px 0px !important;
	padding: 40px 50px 40px;
	color: #666;
	position: relative;
	font-style: normal;
	text-align: left;
	clear: both;
	font-weight: 400;
	border-radius: 7px;
	background: #F4F6F8;
	border-left: 5px solid var(--tp-theme-primary);
}

.page #comments {
	clear: both;
}

.postbox__area blockquote.format-quote {
	background: #f5f5f8;
	border-radius: 10px;
	padding: 50px 50px 50px 33px;
	border-left: none!important;
}

.postbox__area blockquote.format-quote span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--tp-common-white);
    display: inline-block;
    border-radius: 50%;
	margin-bottom: 20px;
}

.postbox__area blockquote.format-quote p {
	font-family: var(--tp-ff-jakarta);
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: var(--tp-common-black);
	margin-bottom: 39px;
}

.postbox__area blockquote.format-quote cite {
	color: #6e6e6e;
}

.postbox__area blockquote.format-quote cite::before {
	background-color: #a6a182;
}

.postbox__area blockquote.format-quote cite {
	padding-top: 15px;
	display: block;
}

.postbox__item.post-575.format-quote span {
	display: none;
}

.postbox__item.format-quote.post_format-post-format-quote::before {
	display: none;
}

.no-breadcrumb-blog .breadcrumb-area {
	display: none;
}
.woosw-list .woosw-items .woosw-item--add .add_to_cart_button {
	display: inline;
	padding: 14px 20px;
}
#woosc_table .product-action-tooltip {
	display: none;
}
.tp-postbox-thumb iframe {
    width: 100%;
}
.rc__post-thumb img {
    width: 90px;
    height: 90px;
}