/* =========================================================
   ACCESSIBILITY CONTROLS
   ========================================================= */

:root {
	--base-font-size: 100%;

	--ac-bg: #ffffff;
	--ac-fg: #222222;
	--ac-muted: #666666;
	--ac-border: #cccccc;
	--ac-accent: #000000;
	--ac-accent-contrast: #ffffff;
}


/* =========================================================
   TEXT SIZE
   ========================================================= */

html:root {
	font-size: var(--base-font-size, 100%) !important;
}


/* =========================================================
   ACCESSIBILITY BUTTON
   ========================================================= */

.ac-accessibility-widget {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99999;

	color: var(--ac-fg);
	font-family: inherit;

	/*
	 * Keep accessibility controls from becoming larger
	 * when the visitor changes the website text size.
	 */
	font-size: 16px;
}

.ac-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 48px;
	height: 48px;
	padding: 0;

	border: 1px solid #6891ac;
	border-radius: 50%;
background: #eee;
	color: #264c53;
	cursor: pointer;
	font: inherit;

	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

#accessibility-toggle .fa-universal-access {
	font-size: 30px;
	color: #264c53;
	    line-height: 48px;
}
#accessibility-toggle .fa-universal-access:hover {
	color: #ffffff;
}
.ac-toggle:hover,
.ac-toggle:focus {
	background: #6891ac;
	color: #ffffff;
	border: 1px solid #6891ac;
}


/* =========================================================
   FOCUS STATES
   ========================================================= */

.ac-toggle:focus-visible,
.ac-panel button:focus-visible,
.ac-switch input:focus-visible + .ac-slider {
	outline: 3px solid #f5a623;
	outline-offset: 3px;
}


/* =========================================================
   ACCESSIBILITY PANEL
   ========================================================= */

.ac-panel {
	position: absolute;
	right: 0;
	bottom: 60px;

	min-width: 280px;
	padding: 18px;

	background: var(--ac-bg);
	border: 1px solid var(--ac-border);
	border-radius: 8px;

	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);

	color: var(--ac-fg);
}

.ac-panel[hidden] {
	display: none;
}

.ac-panel-header h2 {
	margin: 0 0 14px;

	color: inherit;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}


/* =========================================================
   CONTROL ROWS
   ========================================================= */

.ac-control-row {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 14px;
	padding-top: 14px;

	border-top: 1px solid var(--ac-border);
}

.ac-control-row + .ac-control-row {
	margin-top: 14px;
}

.ac-control-label,
.ac-switch span:first-child {
	color: inherit;
	font-size: 16px;
	font-weight: 600;
}


/* =========================================================
   TEXT SIZE BUTTONS
   ========================================================= */

.ac-button-group {
	display: inline-flex;
	gap: 6px;
}

.ac-button-group button {
	min-width: 42px;
	min-height: 38px;

	padding: 6px 9px;

	background: transparent;
	border: 1px solid var(--ac-border);
	border-radius: 6px;

	color: inherit;
	cursor: pointer;

	font: inherit;
	font-size: 16px;
	font-weight: 700;
}

.ac-button-group button:hover,
.ac-button-group button:focus {
	border-color: var(--ac-accent);
	background: rgba(0, 0, 0, 0.06);
}


/* =========================================================
   TOGGLE SWITCHES
   ========================================================= */

.ac-switch {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 14px;
	width: 100%;

	cursor: pointer;
}

.ac-switch input {
	position: absolute;

	width: 1px;
	height: 1px;

	opacity: 0;
}

.ac-slider {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;

	width: 44px;
	height: 24px;

	background: #666;
	border-radius: 999px;

	transition: background 150ms ease;
}

.ac-slider::after {
	content: '';

	position: absolute;
	top: 3px;
	left: 3px;

	width: 18px;
	height: 18px;

	background: #ffffff;
	border-radius: 50%;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);

	transition: transform 150ms ease;
}

.ac-switch input:checked + .ac-slider {
	background: #6891ac;
}

.ac-switch input:checked + .ac-slider::after {
	transform: translateX(20px);
}


/* =========================================================
   HIGH CONTRAST MODE
   ========================================================= */

html[data-theme="dark"] {
	--ac-bg: #264c53;
	--ac-fg: #ffffff;
	--ac-muted: #eeeeee;
	--ac-border: #777777;

	background: #264c53;
	color: #ffffff;
}

html[data-theme="dark"] body {
	background: #264c53;
	color: #ffffff;
}


/*
 * Main Beaver Builder content
 */

html[data-theme="dark"] .fl-page,
html[data-theme="dark"] .fl-page-content,
html[data-theme="dark"] #fl-main-content,
html[data-theme="dark"] .fl-row-content-wrap,
html[data-theme="dark"] .fl-col-content,
html[data-theme="dark"] .woopack-offcanvas-cart-panel .woopack-offcanvas-inner,
html[data-theme="dark"] #woopack-cart-g4desh392uoc .woopack-cart-items{
	background-color: #264c53;
}
html[data-theme="dark"] header .fl-col-content {
	background-color: #333;
}

/*
 * General text
 */

html[data-theme="dark"] p,
html[data-theme="dark"] li,
html[data-theme="dark"] span,
html[data-theme="dark"] label,
html[data-theme="dark"] blockquote,
html[data-theme="dark"] td,
html[data-theme="dark"] th {
	color: #ffffff !important;
}
html[data-theme="dark"] .fl-node-fu7b0y5eani4 .author-jump-link-list a {
	background-color: rgba(0,0,0,.6);
	color: #ffffff;
}
html[data-theme="dark"] .fl-node-7abm0cljozrp .fl-post-feed-post:nth-child(even),
html[data-theme="dark"] .woocommerce .woocommerce-message, 
html[data-theme="dark"] .woocommerce-page .woocommerce-message,
html[data-theme="dark"] .woocommerce .woocommerce-info,
html[data-theme="dark"] .woocommerce-page .woocommerce-info, 
html[data-theme="dark"] .woocommerce .woocommerce-error, 
html[data-theme="dark"] .woocommerce-page .woocommerce-error,
html[data-theme="dark"] .fl-node-uh7d4mxzfbs1 .fl-post-feed-post:nth-child(even){
	background-color: rgba(0,0,0,.6);
	color: #fff;
}
html[data-theme="dark"]  .wow-search-author__years {
    background-color: #264c53;	
	color: #fff;
}
html[data-theme="dark"]  .fl-node-627pqyejl05n .pp-search-form__input {
	color: #333 !important;	
}
/*
 * Headings
 */

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] .fl-node-7abm0cljozrp .fl-post-title,
html[data-theme="dark"] .fl-row .fl-col h4.fl-node-ayujw6n3gsre, 
html[data-theme="dark"] .fl-row .fl-col h4.fl-node-ayujw6n3gsre a, 
html[data-theme="dark"] h4.fl-node-ayujw6n3gsre, 
html[data-theme="dark"] h4.fl-node-ayujw6n3gsre a,
html[data-theme="dark"] .fl-row .fl-col h3.fl-node-az9y2wxfb4ep, 
html[data-theme="dark"] .fl-row .fl-col h3.fl-node-az9y2wxfb4ep a, 
html[data-theme="dark"] h3.fl-node-az9y2wxfb4ep, h3.fl-node-az9y2wxfb4ep a,
html[data-theme="dark"] .fl-builder-content .fl-node-hpeb3yv1a6os.fl-module-rich-text.fl-rich-text, 
html[data-theme="dark"] .fl-builder-content .fl-node-hpeb3yv1a6os.fl-module-rich-text.fl-rich-text *,
html[data-theme="dark"] .fl-row .fl-col h3.fl-node-ivjfcnzoexm1, 
html[data-theme="dark"] .fl-row .fl-col h3.fl-node-ivjfcnzoexm1 a, 
html[data-theme="dark"] h3.fl-node-ivjfcnzoexm1, h3.fl-node-ivjfcnzoexm1 a,
html[data-theme="dark"] .fl-row .fl-col h3.fl-node-mpqato5ecr2i, 
html[data-theme="dark"] .fl-row .fl-col h3.fl-node-mpqato5ecr2i a, 
html[data-theme="dark"] h3.fl-node-mpqato5ecr2i, 
html[data-theme="dark"] h3.fl-node-mpqato5ecr2i a,
html[data-theme="dark"] .fl-builder-content .fl-node-d1u7mpew2vn8.fl-module-rich-text.fl-rich-text, 
html[data-theme="dark"] .fl-builder-content .fl-node-d1u7mpew2vn8.fl-module-rich-text.fl-rich-text *,
html[data-theme="dark"] .fl-row .fl-col h1.fl-node-aj3uo4ms219k, 
html[data-theme="dark"] .fl-row .fl-col h1.fl-node-aj3uo4ms219k a, 
html[data-theme="dark"] h1.fl-node-aj3uo4ms219k, 
html[data-theme="dark"] h1.fl-node-aj3uo4ms219k a,
html[data-theme="dark"] .fl-builder-content .fl-node-j1o9zwkservh .fl-post-grid-title a,
html[data-theme="dark"] div.wpforms-container-full .wpforms-field-label, 
html[data-theme="dark"] .wp-core-ui div.wpforms-container-full .wpforms-field-label{
	color: #ffffff !important;
}
html[data-theme="dark"] .fl-node-f3tsxk985car {
	background-color: #ffffff;
}

html[data-theme="dark"] footer .fl-col-content,
html[data-theme="dark"] .fl-node-1zvlrkph284n .pp-wpforms-content{
	background-color: transparent;
}


html[data-theme="dark"] .fl-node-qh2lrakep36o .cart-contents-text ,
html[data-theme="dark"] .fl-node-g4desh392uoc .cart-contents-text{
	    color: rgb(26, 26, 26) !important;
}
/*
 * Links
 */

html[data-theme="dark"] a {
	color: #ffffff;
}

html[data-theme="dark"] a:hover,
html[data-theme="dark"] a:focus {
	color: #ffffff;
	text-decoration: underline;
}


/*
 * Forms
 */

html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select {
	background: #222222;
	color: #ffffff;
	border-color: #aaaaaa;
}

html[data-theme="dark"] .fl-post-grid-post {
	background: rgba(0, 0, 0, .5);
}
/*
 * Keep accessibility panel controlled independently.
 */

html[data-theme="dark"] .ac-panel {
	background: #111111;
	color: #ffffff;
}


/* =========================================================
   UNDERLINE LINKS
   ========================================================= */

html.ac-underline-links a:not(.ac-toggle) {
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 480px) {

	.ac-accessibility-widget {
		right: 16px;
		bottom: 16px;
	}

	.ac-panel {
		min-width: min(280px, calc(100vw - 32px));
	}

}