[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
	--theme-button-text-initial-color: var(--theme-button-background-initial-color);
	--theme-button-text-hover-color: #fff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
	--theme-link-initial-color: #fff;
	--theme-font-weight: 500;
	--theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
	--dropdown-divider: 1px dashed rgba(255, 255, 255, .1);
	--theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, .1);
	--theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
	--sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] [data-id="account"] .ct-header-account-dropdown {
	--theme-font-size: 14px;
	--dropdown-background-color: var(--theme-palette-color-8);
	--dropdown-items-background-hover-color: rgba(0, 0, 0, .05);
	--theme-border: 1px solid rgba(0, 0, 0, .05);
	--theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, .1);
	--theme-border-radius: 2px;
}

h4 {
	--theme-font-weight: 800;
	--theme-font-size: 25px;
	--theme-line-height: 1.5;
}

h5 {
	--theme-font-weight: 700;
	--theme-font-size: 20px;
	--theme-line-height: 1.5;
}

h6 {
	--theme-font-weight: 700;
	--theme-font-size: 16px;
	--theme-line-height: 1.5;
}

.wp-block-pullquote {
	--theme-font-family: Georgia;
	--theme-font-weight: 600;
	--theme-font-size: 25px;
}

code, kbd, samp, pre {
	--theme-font-family: monospace;
	--theme-font-weight: 400;
	--theme-font-size: 16px;
}

figcaption {
	--theme-font-size: 14px;
}

.ct-sidebar .widget-title {
	--theme-font-size: 20px;
}

.ct-breadcrumbs {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

form textarea {
	--theme-form-field-height: 170px;
}

.ct-sidebar {
	--theme-link-initial-color: var(--theme-text-color);
}

.cookie-notification {
	--backgroundColor: var(--theme-palette-color-8);
	--maxWidth: 400px;
}

.cookie-notification .ct-cookies-accept-button {
	--theme-button-text-initial-color: var(--theme-palette-color-8);
	--theme-button-text-hover-color: var(--theme-palette-color-7);
}

.cookie-notification .ct-cookies-decline-button {
	--theme-button-text-initial-color: var(--theme-palette-color-3);
	--theme-button-text-hover-color: var(--theme-palette-color-3);
	--theme-button-background-initial-color: rgba(224, 229, 235, .6);
	--theme-button-background-hover-color: rgba(224, 229, 235, 1);
}

@media (max-width: 999.98px) {}

@media (max-width: 689.98px) {}