/*inputs*/
input {
	transition: all 0.3s ease;
}

input:focus-visible,
input:focus-within,
input:focus {
	border-radius: 2px !important;
	border: 1px solid #0e6aed !important;
}

/*inputs*/

body .cbxwpbkmarktrig:before {
	content: '';
	margin-right: 7px;
	vertical-align: middle;
	background: no-repeat url('../../assets/images/cbx-bookmark.svg') 0 0;
	background-size: cover;
	width: 13.33px;
	height: 18.33px;
}
a.pld-like-trigger.pld-prevent svg {
	stroke: #0e6aed;
	stroke-width: 0.5;
}
a.pld-like-trigger svg path:nth-child(2) {
	fill: #8495a3;
}
a.pld-like-trigger.pld-prevent svg path {
	fill: #0e6aed;
	fill-opacity: 1;
}

a.pld-like-trigger:hover svg {
	stroke: #476175;
	stroke-width: 0.5;
}
a.pld-like-trigger:hover svg path {
	fill: #476175;
	fill-opacity: 1;
}
a.pld-like-trigger:hover svg path:nth-child(2) {
	fill: #476175;
	fill-opacity: 1;
}

a.pld-like-trigger:hover + .pld-like-count-wrap {
	color: #476175;
}
.cbxwpbkmarktrig.cbxwpbkmarktrig-marked .cbxwpbkmarktrig-count {
	color: #0e6aed !important;
}
.cbxwpbkmarktrig:hover .cbxwpbkmarktrig-count {
	color: #476175 !important;
}
body .article-share-block .cbxwpbkmarktrig-marked:before,
body .article-share-block .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:before {
	background: no-repeat url('../../assets/images/bookmark_marked.svg') 0 0 !important;
	background-size: contain;
}
body .cbxwpbkmarktrig-marked:before,
body .cbxwpbkmarktrig.cbxwpbkmarktrig-marked:before {
	background: no-repeat url('../../assets/images/cbx-bookmarked.svg') 0 0;
	background-size: contain;
	transition: 0.4s;
}
.cbxwpbkmarktrig:hover:before,
.cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover:before {
	background: no-repeat url('../../assets/images/cbx-bookmark_hover.svg') 0 0 !important;
	background-size: contain;
}
body .article-share-wrapper .cbxwpbkmarktrig:hover:before,
body
	.article-share-wrapper
	.cbxwpbkmarktrig.cbxwpbkmarktrig-marked:hover:before {
	background: no-repeat url('../../assets/images/bookmark_hover.svg') 0 0 !important;
	background-size: contain;
}

.post_footer .post_footer_bottom .post_activity span {
	margin-right: 4px;
}

.post_footer .post_footer_bottom .post_activity span.likes {
	margin-right: 16.62px;
}

.cbxwpbkmarktrig {
	display: flex;
}

span.cbxwpbkmarktrig-label,
span.cbxwpbkmarktrig-label * {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0;
	text-align: left;
	color: #8495a3;
	font-style: normal;
}

span.cbxwpbkmarktrig-label {
	font-size: 0 !important;
	line-height: normal;
}

section.article-header
	.article-info-wrapper
	.article-info
	.post_activity
	.cbxwpbkmarkwrap,
section.article-related-block .post_activity .cbxwpbkmarkwrap {
	display: none;
}

.container.custom-header-container {
	max-width: 100%;
}

header .row .header_left > a {
	display: block;
}

.container.custom-header-container .header_right {
	padding: 18px 0 18px 48px;
}
@media (min-width: 992px) {
	.container.custom-header-container .header_right {
		position: relative;
	}
}
@media (max-width: 992px) {
	.container.custom-header-container .header_right {
		padding-left: 20px;
	}
	header .row .header_left {
		flex-basis: 200px;
	}
}
.sidebar_wrapper .sidebar_btn::before {
	content: '';
	box-shadow: 3px 3px 10px 0 #0000001a;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.sidebar_wrapper .sidebar_btn::after {
	content: '';
	box-shadow: -3px -3px 10px 0 #0000001a;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

/*header search*/

.btn_only-icon.active {
	border: 1px solid #0e6aed;
}
.btn_only-icon:hover path,
.btn_only-icon.active path {
	fill: #0e6aed;
}
.btn_only-icon:hover circle,
.btn_only-icon.active circle {
	stroke: #0e6aed;
}

.header-search-panel .search-form input[type='search'] {
	width: 100%;
	padding: 10px 30px 10px 36px;
	border-radius: 4px !important;
	border: 1px solid #c3dafb;
	background: #ffffff;
	font-size: 14px;
	line-height: 20px;
	outline: none;
}
.header-search-panel .search-form input[type='search']:focus,
.header-search-panel .search-form input[type='search']:focus-within,
.header-search-panel .search-form input[type='search']:focus-visible {
	border: 1px solid #c3dafb !important;
}
.header-search-panel .search-form .inner-form-wrapper > .input-search-wrap {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}

.header-search-panel .search-form input[type='submit'] {
	display: none;
}

.inner-form-wrapper {
	position: relative;
	height: 44px;
	display: flex;
	width: 100%;
}

.header-search-panel .search-form {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 257px);
}

.header-search-panel svg.search-icon {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	margin: auto 0;
}
.search-icon_back {
	display: none;
}
.header-search-panel svg.search-icon path {
	fill: #0e6aed;
}
.header-search-panel svg.search-close-icon {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto 0;
	display: none;
}

.header-search-panel {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: calc(100% + 1px);
	z-index: 17;
	width: 100%;
	max-width: 840px;
	padding: 20px 24px 12px 24px;
	flex-direction: column;
	background: #ffffff;
	box-shadow: 0px 0px 12px 0px #86b5f8;
	border-radius: 6px;
}
.search-results-default {
	padding: 16px 0 32px;
	text-align: center;
}
.search-results-default__img {
	width: 120px;
	margin-bottom: 20px;
}
.search-results-default_not-found {
	display: none;
}
.search-results-default__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #22445f;
}
.search-results-default__text {
	max-width: 428px;
	margin: auto;
	color: #476175;
}
.search-nav {
	display: flex;
	gap: 16px;
	position: sticky;
	bottom: 0;
	left: 0;
	padding: 12px 24px 0;
	border-top: 1px solid #e6e9ec;
	margin-left: -24px;
	width: calc(100% + 48px);
}
.search-nav__item {
	font-size: 14px;
	line-height: 22px;
	color: #8495a3;
	display: flex;
	align-items: center;
	gap: 4px;
}
.search-nav__item_tabs {
	display: none;
}
.search-nav__item_tabs.show {
	display: flex;
}
.search-nav__item-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 4px;
	height: 16px;
	border: 0.5px solid #d1d6dc;
	background: #f5f7f8;
	border-radius: 4px;
	color: #8495a3;
	font-size: 10px;
	font-weight: 600;
	line-height: 11px;
}
.search-results-container {
	display: none;
}

.search-results-container.show-border {
	display: flex;
	padding: 12px 0;
	margin-top: 6px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 4px;
	flex-grow: 1;
	overflow: hidden;
}

.ul-results-wrapper {
	display: flex;
	flex-direction: column;
	gap: 17px 0;
	width: 100%;
	overflow: auto;
	flex: 1 1 auto;
}

.ul-results-wrapper::-webkit-scrollbar {
	width: 4px;
	height: 100%;
}
.ul-results-wrapper::-webkit-scrollbar-track {
	background-color: #f5f7f8;
}
.ul-results-wrapper::-webkit-scrollbar-thumb {
	background-color: #0e6aed;
	border-radius: 4px;
}
.ul-results-wrapper li {
	position: relative;
}
.ul-results-wrapper li:not(:first-child)::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f5f7f8;
	left: 0;
	top: -9px;
}
.result-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 40px 4px 8px;
	transition: 0.3s;
}

.result-item:hover,
.focused .result-item {
	color: #0e6aed;
	background: #e6f0fd;
	box-shadow: 0px 0px 8px 0px rgba(35, 37, 39, 0.06);
}
.result-item:hover *,
.focused .result-item * {
	color: #0e6aed;
}
.result-item svg {
	width: 24px;
	height: 24px;
	padding: 2px;
	background: #e6f0fd;
	border-radius: 4px;
	flex: 0 0 auto;
	transition: 0.3s;
}
.result-item:hover svg,
.focused .result-item svg,
.option-post-type:hover svg,
.focused.option-post-type svg {
	background: #c3dafb;
}
span.search-highlight {
	color: #0e6aed;
	font-weight: 600;
}

input[type='search'] {
	transition: none;
}
.ul-types-wrapper {
	display: flex;
	gap: 8px 12px;
	flex-wrap: wrap;
	margin-bottom: 24px;
	flex: 0 0 auto;
}

.option-post-type {
	border: 1px solid #c3dafb;
	padding: 6px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s;
}
.option-post-type.disabled {
	border-color: #f5f7f8;
	color: #c1cad1;
	pointer-events: none;
}
.option-post-type.disabled * {
	color: #c1cad1;
}
.option-post-type.disabled svg {
	background: #e6f0fd;
	opacity: 0.25;
}
.option-post-type.active {
	border: 1px solid #c3dafb;
	background: #f6f9ff;
	color: #0e6aed;
}
.option-post-type:hover,
.focused.option-post-type {
	border-color: #0e6aed;
	background: #f6f9ff;
	color: #0e6aed;
	box-shadow: 0px 0px 4px 1px rgba(104, 163, 247, 0.6);
}

.option-post-type svg {
	width: 20px;
	height: 20px;
	padding: 2px;
	background: #e6f0fd;
	border-radius: 4px;
	flex: 0 0 auto;
	transition: 0.3s;
}
.option-post-type.active svg,
.option-post-type:hover svg {
	background: #c3dafb;
}
.option-post-type.active span,
.option-post-type:hover span,
.focused.option-post-type span {
	color: #0e6aed;
}
.in-progress .search-results-loading {
	display: flex;
}
.search-results-loading {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	background: #ffff;
	z-index: 1;
	bottom: 0;
}
.lottie-container {
	width: 100px;
	height: 100px;
}
@media (max-width: 1440px) {
	.header-search-panel {
		padding: 16px 20px 10px;
		max-width: 720px;
	}
}
@media (max-width: 800px) {
	.header-search-panel {
		position: fixed;
		top: 0;
		z-index: 17;
		padding: 32px 32px 14px;
		width: 100%;
	}
	.header-search-panel .search-form {
		max-height: calc(100vh - 100px);
	}
	.search-nav {
		display: none;
	}
	.logged-in.admin-bar #wpadminbar {
		display: none;
	}
	html {
		margin-top: 0 !important;
	}
}
@media (max-width: 576px) {
	.header-search-panel {
		padding: 12px;
	}
	.result-item {
		font-size: 14px;
		padding: 4px;
	}
}
/*header search*/

.mobile-filter-overlay {
	display: none;
}
.mobile-filter-overlay.visible {
	display: block;
	position: fixed;
	z-index: 17;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(45, 52, 59, 0.2);
}

.sidebar_wrapper .sidebar {
	overflow: auto;
	max-height: calc(100vh - 30px);
	border-right: unset;
}
.sidebar_wrapper {
	border-right: 1px solid #e6e9ec;
}

#wpdcom .wpd-form-foot {
	margin-left: 0;
}

.single #wpdcom .wpd-form-row .wpd-has-icon .wpd-field {
	padding-left: 30px !important;
}
.mobile-filter-content.show {
	transform: translateY(0);
}
.mobile-filter-content .inner-content {
	position: relative;
	flex-direction: column;
	display: flex;
	flex: 1;
	width: 100%;
}
.mobile-filter-content {
	box-shadow: 0px -2px 2px 0px #23252729;
	transform: translateY(100%);
	position: fixed;
	display: flex;
	width: 100vw;
	height: fit-content;
	padding: 48px 15px 16px;
	flex-direction: column;
	left: 0;
	bottom: 60px;
	z-index: 16;
	transition: all 0.3s ease;
	align-items: flex-start;
	background-color: #ffffff;
}
@media (min-width: 801px) {
	.mobile-filter-content {
		display: none;
	}
}
.menu_toogle_btn {
	z-index: 17;
}
.mobile-filter-trigger.show svg:not(.mobile-filter-close) {
	display: none;
}
.mobile-filter-trigger.show .mobile-filter-close {
	display: block;
}
.mobile-filter-trigger .mobile-filter-close {
	display: none;
}
.mobile-filter-trigger {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 85px;
	z-index: 16;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background-color: #476175;
	align-items: center;
	justify-content: center;
}
.mobile-filter-overlay.show {
	pointer-events: initial;
	opacity: 1;
}
.mobile-filter-overlay {
	pointer-events: none;
	opacity: 0;
	display: block;
	position: fixed;
	z-index: 16;
	background: rgba(45, 52, 59, 0.2);
	width: 100vw;
	height: 100vh;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mobile-filter-content .inner-content form {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 12px;
}

.mobile-filter-content .inner-content form input {
	outline: none;
	display: flex;
	height: 28px;
	width: 100%;
	padding: 8px 8px 8px 40px;
	align-items: center;
	border-radius: 3px;
	border: 1px solid #c1cad1;
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: #ffffff;
}

.mobile-filter-content .inner-content form svg {
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.mobile-filter-content .inner-content form input::placeholder {
	color: #092c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.mobile-filter-content .inner-content .filter {
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	margin: 0 0 auto 0;
}

.additional-li-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mobile-filter-content .inner-content .filter li.clear_all_tags {
	width: fit-content;
	margin-left: auto;
}

.filter .additional-li-wrapper li span {
	color: #8495a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.filter .additional-li-wrapper li {
	margin: 0;
}
.non-scroll {
	overflow: hidden;
}
body .blue_btn,
.btn_right_arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body .blue_btn:hover {
	background-color: #1a5ade !important;
	color: #ffffff !important;
}
.swiper-button-next,
.swiper-button-prev {
	z-index: 8;
}

@media all and (min-width: 1201px) {
	.finishing-options__before-after-container .aics-wrapper {
		min-height: 176px !important;
	}

	.finishing-options__before-after-container .aics-wrapper .image-lft {
		min-height: 176px !important;
	}

	.finishing-options__before-after-container .aics-wrapper .images {
		min-height: 176px !important;
	}

	.finishing-options__before-after-container .aics-wrapper .image-rgt {
		min-height: 176px !important;
	}
}
@media all and (min-width: 992px) {
	.single .container {
		padding: 0 36px 0 15px;
	}
}

@media all and (max-width: 768px) {
	header .row .header_left > a {
		margin: 0 auto 0 0;
	}

	header .row .header_left {
		flex-basis: auto;
	}

	.container.custom-header-container .header_right {
		padding: 0 0 0 29px;
	}
}
@media all and (max-width: 425px) {
	/* .mobile-filter-trigger {
		right: 15px;
		bottom: 85px;
	} */

	ul#menu-header-central-menu {
		display: none;
	}
}

.trigger_filter_tag {
	display: none;
}
.no-scroll {
	overflow: hidden;
}
#wpadminbar .menupop:hover > .ab-sub-wrapper {
	display: block !important;
}
.home .ebooks_and_guides {
	overflow: hidden;
}
