caption {
	vertical-align: middle;
	text-align: right;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

@supports (overflow: clip) {}

em {
	font-style: italic;
}

big {
	font-size: larger;
}

abbr {
	border-bottom: 1px dotted;
	color: #d62432;
	text-decoration: none;
}

acronym {
	border-bottom: 1px dotted;
	text-decoration: none;
}

dl {
	margin-bottom: 20px;
	margin-bottom: 20px;
}

mark {
	display: inline-block;
	padding: 5px 8px;
	background-color: #f7f7f7;
	color: #242424;
	font-weight: 600;
	line-height: 1;
}

code, kbd {
	padding: 2px 5px;
}

code, kbd, pre, samp {
	-webkit-hyphens: none;
	hyphens: none;
	font-family: monospace, serif;
}

ins {
	text-decoration: none;
}

pre {
	overflow: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7;
	text-align: left;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

dfn {
	font-style: italic;
}

sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 1;
}

sup {
	top: -.25em;
}

sub {
	bottom: -.25em;
}

var {
	font-style: italic;
}

small {
	font-size: 80%;
}

iframe, embed {
	max-width: 100%;
}

blockquote {
	margin-bottom: 20px;
	padding-right: 30px;
	border-right: 2px solid var(--wd-primary-color);
	text-align: right;
	font-size: 110%;
	--wd-tags-mb: 10px;
}

blockquote cite {
	display: block;
	margin-top: 10px;
	color: var(--wd-primary-color);
	font-weight: 600;
	font-size: 90%;
}

blockquote cite a {
	color: inherit;
}

cite {
	font-style: italic;
}

address {
	margin-bottom: 20px;
	font-style: italic;
	font-size: 110%;
	line-height: 1.8;
}

fieldset {
	margin-bottom: 20px;
	padding: 20px 40px;
	border: 2px solid var(--brdcolor-gray-300);
	border-radius: var(--wd-brd-radius);
}

fieldset legend {
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}

legend {
	text-transform: uppercase;
	font-size: 22px;
}

video {
	display: block;
}

audio, canvas, progress {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

.svg-icon {
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

.wd-el-title {
	display: flex !important;
	align-items: center;
	gap: 10px;
	font-size: 22px;
}

.wd-el-title .img-wrapper {
	display: flex;
	flex: 0 0 auto;
}

.wd-el-title .img-wrapper img {
	min-width: 18px;
}

.wd-label {
	color: var(--color-gray-800);
	font-weight: 600;
}

dl dt {
	color: var(--color-gray-800);
	font-weight: 600;
}

dl dd {
	margin-bottom: 20px;
}

.unordered-list ul, .unordered-list ol {
	margin-right: 20px;
}

.unordered-list li:before {
	margin-left: 10px;
	font-size: 8px;
	content: "";
	font-family: "woodmart-font";
}

.wd-align {
	text-align: var(--wd-align);
}

.wd-set-mb {
	--wd-mb: 15px;
}

.wd-set-mb>* {
	margin-bottom: var(--wd-mb);
}

table {
	margin-bottom: 35px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.4;
}

table th {
	padding: 15px 10px;
	border-bottom: 2px solid var(--brdcolor-gray-200);
	color: var(--wd-title-color);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	vertical-align: middle;
	text-align: start;
}

table td {
	padding: 15px 12px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	vertical-align: middle;
	text-align: start;
}

table :is(tbody,tfoot) th {
	border-bottom: 1px solid var(--brdcolor-gray-300);
	text-transform: none;
	font-size: inherit;
}

.responsive-table {
	overflow-x: auto;
	margin-bottom: 35px;
}

.responsive-table table {
	margin-bottom: 0;
}

.responsive-table .responsive-table {
	overflow-x: visible;
	margin-bottom: 0;
}

@supports not (-moz-appearance: none) {}

:root textarea {
	overflow: auto;
	padding: 10px 15px;
	min-height: 190px;
	resize: vertical;
}

.wd-grid-g>.wd-wider {
	grid-column: auto/span 2;
	grid-row: auto/span 2;
}

.wd-grid-col {
	grid-column: auto/span var(--wd-col);
}

.wd-grid-f-col {
	gap: 0;
	margin: 0 calc(var(--wd-gap) / -2) calc(var(--wd-gap) * -1);
}

.wd-grid-f-col>.wd-col {
	width: 100%;
	min-height: 1px;
	flex: 0 0 calc(100% / var(--wd-col) * var(--wd-col-wider, 1));
	max-width: calc(100% / var(--wd-col) * var(--wd-col-wider, 1));
	padding-inline: calc(var(--wd-gap) / 2);
	margin-bottom: var(--wd-gap);
}

.wd-grid-f-col>.wd-wider {
	--wd-col-wider: 2;
}

.wd-grid-f-stretch>.wd-col {
	flex: 1 1 var(--wd-f-basis, 200px);
	width: var(--wd-f-basis, 200px);
}

.wd-grid-f-stretch>.wd-col-auto {
	flex: 0 0 auto;
	width: auto;
}

.wd-grid-f-inline>.wd-col {
	flex: 0 0 var(--wd-f-basis, auto);
}

@-moz-document url-prefix() {}

.wd-dropdown-menu .wd-dropdown-inner {
	overflow: inherit;
	height: min(var(--wd-dropdown-height, unset), var(--wd-content-h));
}

.wd-dropdown-menu.wd-scroll>.wd-scroll-content {
	max-height: none;
	border-radius: inherit;
}

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.wd-dropdown-menu {
	min-height: 400px;
}

.dropdowns-loaded .dropdown-load-ajax>.wd-dropdown-menu>.container {
	animation: wd-fadeIn .3s ease;
}

.dropdown-html-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bgcolor-white-rgb), .6);
	border-radius: var(--wd-brd-radius);
}

.dropdown-html-placeholder:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.dropdowns-loading .dropdown-html-placeholder:after {
	--wd-anim-state: running;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown {
	top: 0;
	right: 100%;
	padding: var(--wd-dropdown-padding, 12px 20px);
	width: var(--wd-dropdown-width);
	margin: 0 var(--wd-dropdown-padding, 20px) 0 0;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
	top: 0;
	left: 100%;
	bottom: 0;
	right: auto;
	width: var(--wd-dropdown-padding, 20px);
	height: auto;
}

.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
	margin-right: auto;
	color: rgba(82, 82, 82, .45);
	font-weight: 600;
	font-size: 55%;
	line-height: 1;
	font-family: "woodmart-font";
	content: "";
}

.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after {
	color: rgba(255, 255, 255, .6);
}

.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height)>.container>.wd-grid-f-inline {
	--wd-f-basis: 200px;
}

.wd-dropdown-menu.wd-design-full-width {
	--wd-dropdown-width: 100vw;
}

:is(.wd-nav-sticky,.wd-header-nav) .wd-dropdown-menu.wd-design-full-width {
	border-radius: 0;
}

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner {
	padding: var(--wd-dropdown-padding, 30px);
}

.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
	padding-block: var(--wd-dropdown-padding, 30px);
	padding-right: calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w));
}

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll)>.container, .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner>.container {
	padding: 0;
	max-width: none;
}

.wd-side-hidden.wd-opened {
	transform: none;
}

.wd-sub-menu li>a .wd-nav-icon {
	margin-inline-end: 7px;
	font-size: 115%;
}

.wd-sub-menu li>a .menu-label {
	position: relative;
	margin-top: -20px;
	align-self: flex-start;
}

.widget .wd-sub-menu {
	--li-mb: 0;
}

.widget .wd-sub-menu ul {
	--li-mb: 0;
}

.wd-sub-accented.wp-block-wd-menu-list>li {
	margin-block: -8px;
}

.wd-sub-accented>li>a {
	--sub-menu-color: #333;
	--sub-menu-color-hover: var(--wd-primary-color);
	text-transform: uppercase;
	font-weight: 600;
}

.wd-sub-accented.color-scheme-light>li>a, [class*="color-scheme-light"] .wd-sub-accented>li>a {
	--sub-menu-color: #fff;
	--sub-menu-color-hover: rgba(255, 255, 255, .6);
}

.wd-color-light .searchform {
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-color: rgba(255, 255, 255, .8);
}

.wd-color-dark .searchform {
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-color: #767676;
	--wd-form-placeholder-color: var(--wd-form-color);
}

.create-nav-msg a {
	font-weight: 600;
}

picture.wd-nav-img img {
	width: inherit;
	height: inherit;
	max-height: inherit;
	object-fit: contain;
	object-position: 50% 50%;
}

.wd-nav>li>a .menu-label {
	right: calc(100% - 30px);
	margin-right: 0;
}

.wd-nav li.color-primary {
	--nav-color: var(--wd-primary-color);
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.widget .wd-nav {
	--li-mb: 0;
}

.wd-nav.wd-gap-m {
	--nav-gap: 30px;
}

.wd-nav.wd-gap-l {
	--nav-gap: 40px;
}

.wd-nav-opener {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 50px;
	color: var(--color-gray-900);
	cursor: pointer;
	transition: all .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wd-nav-opener:after {
	font-weight: 400;
	font-size: 12px;
	transition: transform .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-nav-opener:hover {
	color: var(--color-gray-900);
}

.wd-nav-opener.wd-active {
	color: var(--color-gray-700);
}

.wd-nav-opener.wd-active:after {
	transform: rotate(90deg);
}

:is(.color-scheme-light,.whb-color-light) .wd-nav[class*="wd-style-"] {
	--nav-color: #fff;
	--nav-color-hover: rgba(255, 255, 255, .8);
	--nav-color-active: rgba(255, 255, 255, .8);
	--nav-chevron-color: rgba(255, 255, 255, .6);
}

.wd-nav.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li {
	display: flex;
	flex-direction: row;
}

.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
	content: "";
	position: relative;
	inset-inline-end: calc(( var(--nav-gap) / 2 ) * -1);
	border-right: 1px solid rgba(0, 0, 0, .105);
}

:is(.color-scheme-light,.whb-color-light) .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after {
	border-color: rgba(255, 255, 255, .25);
}

.wd-nav.wd-style-separated>li {
	align-items: center;
}

.wd-nav.wd-style-separated>li:not(:last-child):after {
	height: 18px;
}

.wd-nav.wd-style-bordered>li {
	align-items: stretch;
}

.wd-nav.wd-style-bg.wd-gap-m {
	--nav-gap: 15px;
}

.wd-nav.wd-style-bg.wd-gap-l {
	--nav-gap: 25px;
}

.whb-top-bar .wd-nav>li>a .menu-label, .whb-clone .wd-nav>li>a .menu-label {
	position: static;
	margin-top: 0;
	margin-inline-start: 5px;
	opacity: 1;
	align-self: center;
}

.whb-top-bar .wd-nav>li>a .menu-label:before, .whb-clone .wd-nav>li>a .menu-label:before {
	content: none;
}

.tooltip {
	--wd-tooltip-bg: rgba(0, 0, 0, .9);
	--wd-tooltip-color: #fff;
	position: absolute;
	z-index: 1110;
	opacity: 0;
	pointer-events: none;
}

.tooltip .tooltip-inner {
	padding: 7px 15px;
	width: max-content;
	max-width: 200px;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	line-height: var(--wd-text-line-height);
	background-color: var(--wd-tooltip-bg);
	color: var(--wd-tooltip-color);
	text-align: center;
	word-break: break-word;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.tooltip .tooltip-arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--wd-tooltip-bg);
}

.tooltip.top {
	margin-top: -8px;
}

.tooltip.top .tooltip-arrow {
	top: calc(100% - 1px);
	left: 50%;
	clip-path: polygon(0 0, 50% 50%, 100% 0);
	transform: translateX(-50%);
}

.tooltip.left {
	margin-left: -8px;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	left: calc(100% - 1px);
	clip-path: polygon(0 0, 50% 50%, 0 100%);
	transform: translateY(-50%);
}

.tooltip.right {
	margin-left: 8px;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	right: calc(100% - 1px);
	clip-path: polygon(100% 0, 50% 50%, 100% 100%);
	transform: translateY(-50%);
}

.wd-tltp {
	position: relative;
}

.wd-tltp .tooltip {
	margin: 0;
}

.wd-tltp .tooltip.top {
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 8px;
}

.wd-tltp .tooltip.top .tooltip-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	inset: auto 0 -8px 0;
}

.wd-tltp .tooltip:is(.left,.right) .tooltip-inner:after {
	content: "";
	position: absolute;
	inset-block: 0;
	width: 10px;
}

.wd-tltp .tooltip.left {
	top: 50%;
	right: calc(100% + 8px);
	transform: translateY(-50%);
}

.wd-tltp .tooltip.left .tooltip-inner:after {
	left: 100%;
}

.wd-tltp .tooltip.right {
	top: 50%;
	left: calc(100% + 8px);
	transform: translateY(-50%);
}

.wd-tltp .tooltip.right .tooltip-inner:after {
	right: 100%;
}

.wd-tltp .tooltip-inner>* {
	margin-top: 0;
	margin-bottom: 10px;
}

.wd-tltp .tooltip-inner>*:last-child {
	margin-bottom: 0;
}

.wd-tltp .tooltip-inner a:not(.wd-social-icon) {
	text-decoration: underline;
}

.tooltip.in, .wd-tltp:hover .tooltip {
	pointer-events: unset;
	opacity: 1;
	animation: wd-fadeIn .3s ease;
}

.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) {
	position: relative;
	margin-bottom: 20px;
	padding-block: 18px;
	padding-inline: 65px 30px !important;
	text-align: start;
	border: none;
	border-radius: var(--wd-brd-radius);
	outline: none !important;
}

.wd-notice:before, div.wpcf7-response-output:before, .mc4wp-alert:before, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info):before {
	position: absolute;
	top: calc(50% - 9px);
	right: 24px;
	font-size: 18px;
	line-height: 18px;
	font-family: "woodmart-font";
}

.wd-notice a, div.wpcf7-response-output a, .mc4wp-alert a, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) a {
	color: currentColor;
	text-decoration: underline;
}

.wd-notice a:hover, div.wpcf7-response-output a:hover, .mc4wp-alert a:hover, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) a:hover {
	color: color-mix(in srgb, currentColor 80%, transparent);
}

.wd-notice p:last-child, div.wpcf7-response-output p:last-child, .mc4wp-alert p:last-child, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) p:last-child {
	margin-bottom: 0;
}

.wd-notice .amount, div.wpcf7-response-output .amount, .mc4wp-alert .amount, :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) .amount {
	color: #fff;
}

.wd-notice :is(.button,.wc-backward), div.wpcf7-response-output :is(.button,.wc-backward), .mc4wp-alert :is(.button,.wc-backward), :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward) {
	text-decoration: none;
	--btn-color: currentColor;
	--btn-color-hover: currentColor;
	--btn-bgcolor: transparent;
	--btn-bgcolor-hover: transparent;
	--btn-brd-width: 2px;
	--btn-box-shadow-hover: none;
	--btn-height: none;
	--btn-padding: 0;
	--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);
	border-top: 0;
	border-inline: 0;
	margin-inline: 4px;
}

.wd-notice.wd-success, .wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
	background-color: var(--notices-success-bg);
	color: var(--notices-success-color);
}

.wd-notice.wd-success:before, .wpcf7 form.sent .wpcf7-response-output:before, .mc4wp-success:before, .woocommerce-message:before {
	content: "";
}

.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
	background-color: var(--notices-warning-bg);
	color: var(--notices-warning-color);
}

.wd-notice.wd-warning:before, .wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before, .mc4wp-notice:before, :is(.woocommerce-error,.woocommerce-info):before {
	content: "";
}

.wd-notice.wd-info {
	background-color: #4d93d1;
	color: #fff;
}

.wd-notice.wd-info:before {
	content: "";
}

.header-banner-display .wd-close-side[class*="wd-location-header"] {
	top: calc(var(--wd-admin-bar-h) + var(--wd-header-banner-h, .001px));
}

.wd-close-side.wd-location-sticky-nav {
	z-index: 392;
}

.wd-close-side.wd-close-side-opened {
	opacity: 1;
	pointer-events: unset;
	pointer-events: unset;
	transition-delay: 0s;
}

nav[class*="-pagination"] ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

nav[class*="-pagination"] li .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-inline: 5px;
	min-width: 34px;
	height: 34px;
	color: var(--color-gray-900);
	font-weight: 600;
	font-size: 14px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
	transition: all .2s ease;
}

nav[class*="-pagination"] li .current {
	color: #fff;
	background-color: var(--wd-primary-color);
}

nav[class*="-pagination"] li :is(.next,.prev) {
	font-size: 0;
}

nav[class*="-pagination"] li :is(.next,.prev):before {
	font-size: 12px;
	content: "";
	font-family: "woodmart-font";
}

nav[class*="-pagination"] li .prev:before {
	content: "";
	font-family: "woodmart-font";
}

.yoast-breadcrumb .breadcrumb_last {
	color: var(--wd-bcrumb-color-active);
}

.wd-action-btn>a.loading:before {
	opacity: 0;
}

.wd-action-btn>a.loading:after {
	opacity: 1;
	--wd-anim-state: running;
}

.wd-action-btn>a.added:before {
	content: "";
}

.woodmart-author-information {
	line-height: inherit;
}

.woodmart-author-information .author-avatar img {
	border-radius: 50%;
}

.textwidget>*:last-child {
	margin-bottom: 0;
}

.wd-bg-parent {
	position: relative;
}

:where(.wd-bg-parent>*) {
	position: relative;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

:root .wd-custom-width {
	width: var(--wd-width, unset);
	max-width: 100%;
}

.container-fluid {
	max-width: none;
}

.wd-sidebar .wd-heading {
	display: none;
}

.searchform.wd-style-with-bg .searchsubmit {
	border-start-end-radius: var(--wd-form-brd-radius);
	border-end-end-radius: var(--wd-form-brd-radius);
}

.searchform.wd-style-with-bg-2 .searchsubmit img {
	max-width: 22px;
}

.searchform.wd-style-4 {
	--wd-search-clear-sp: 7px;
	--wd-search-btn-w: .001px;
}

.searchform.wd-style-4 input[type="text"] {
	padding-inline: 40px 30px;
}

.searchform.wd-style-4 .searchsubmit {
	inset-inline-start: 0;
	pointer-events: none;
	width: 46px;
	--wd-form-height: 46px;
}

.searchform.wd-style-4 .searchsubmit:after {
	font-size: 16px;
}

.searchform.wd-style-4 .wd-search-cat {
	inset-inline-end: 0;
}

.searchform.wd-style-4 .wd-search-cat>a {
	border-inline-end: none;
}

.searchform.wd-style-4.wd-cat-style-default .wd-search-cat>a:after {
	margin-inline-end: 15px;
}

.search-no-results .wd-page-title :is(.breadcrumbs,.yoast-breadcrumb) {
	display: none;
}

@media (min-width: 769px) {
	.searchform.wd-style-default.wd-cat-style-default {
		--wd-search-clear-sp: 7px;
	}
	
	.searchform[class*="wd-style-with-bg"].wd-cat-style-default {
		--wd-search-clear-sp: 20px;
	}
	
	.searchform.wd-style-with-bg.wd-cat-style-separated {
		--wd-search-clear-sp: 10px;
	}
}

@media (min-width: 1025px) {
	.wd-hide-lg {
		display: none !important;
	}
	
	.admin-bar {
		--wd-admin-bar-h: 32px;
	}
}

@media (min-width: 1200px) {
	.wrapper-full-width-content .container {
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	@supports not (overflow: clip) {}
	
	html:has(.wd-side-hidden.wd-opened) {
		overflow: hidden;
	}
	
	.wd-nav-wrapper.wd-mb-action-swipe {
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		-webkit-mask-image: linear-gradient(to right, transparent, #000 70px);
		mask-image: linear-gradient(to right, transparent, #000 70px);
	}
	
	.wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
		flex-wrap: nowrap;
	}
	
	html:has(.wd-side-hidden.wd-opened,.mfp-wrap) #wpadminbar {
		z-index: 400;
	}
}

@media (max-width: 768.98px) {
	.sidebar-left {
		order: 10;
	}
}

@media (max-width: 576px) {}

@media (min-width: 769px) and (max-width: 1024px) {}