/*!
Theme Name: Magic Lite
Theme URI: http://underscores.me/
Author: flexer
Author URI: http://flexer.ca
Description: Custom Theme for Magic Lite
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magic-lite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Magic Lite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Header
	## Posts and pages
	## Products
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
#Bootstrap Stuff
	## Carousel
#Gutenberg Styles
#FacetWP

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.frm_none_container {
	margin-bottom: 0 !important;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*Formidable Pro */
/*BOM*/
.frm_field_96_container, .frm_field_96_container p {
    margin-bottom: 0 !important;
    color: #001489;
    font-weight: 700;
}
.frm_field_96_container .frm_primary_label{
	color:#1FACBC;
}
.frm_section_heading h3.frm_pos_top.frm_section_spacing{
	margin-bottom:0 !important;
}
.frm_field_129_container label{
	color:#001489 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	clear: both;
	font-size: 1.25rem !important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
select,
optgroup,
textarea {
	color: #292B2D;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size:1rem;
	line-height: 1.5;
}
input{
	color: #292B2D;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 0.875rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, h4.frm_pos_top {
	color:#001489;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	clear: both;
}
/*Headers inside blocks*/
.constrain-inner h1, .constrain-inner h2, .constrain-inner h3 {
	margin-bottom:0.5em;
}
.h1, h1 {
    font-size: 3rem;
}
.product-archives h2.entry-title{
	font-size: 1.125rem;
	margin-bottom: 0;
}
@media screen and (min-width: 698px) and (max-width: 992px) {
.product-archives h2.entry-title{
	font-size: 0.725rem;
	margin-bottom: 0;
}
}
.search h2.entry-title{
	font-size: 1.5rem;
}
h1.entry-title, h1.page-title{
	font-size: 3rem;
	margin: 0.25em 0.67em 0.40em 0.67;
	color: #292B2D;
}

h1.page-title{
	font-size: 3rem;
	margin-bottom: 1.5em;
	margin-top:1.5em;
}
.h2, h2 {
    font-size: 2rem;
    color: #292B2D;
    margin-bottom: 0.5em;
}
h2.sub-page-title{
	font-size: 2rem;
}
/*Photometrics Results*/
#datafetch h2{
	font-size: 1.5rem;
}
#datafetch .results-wrapper p{
	font-size: 1rem;
}
.h3, h3 {
    font-size: 2rem;
}
.h4, h4 {
    font-size: 1.75rem;
}
.h5, h5 {
    font-size: 1.5rem;
    margin-bottom: 1em;
}
.h6, h6 {
    font-size: 1.25rem;
}
h2.category-headline{
	font-size:18px;
	font-size:1.125rem;
}
h2.cta-headline{
	font-size:21px;
	font-size:1.3125rem;
}
@media screen and (min-width: 770px) {
	h2.cta-headline{
		font-size:24px;
		font-size:1.5rem;
	}
}
p {
	margin-bottom: 1.5em;
}
.search .entry-summary p{
	margin-bottom: 0.75em;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.icon::before, .icon::after, .icon a::before, .icon a::after {
	font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
  }
 .cat-toggle.icon::before{
 	content: '\f068';
 	font-weight:300;
 	color:#00A3AD;
 }
 .cat-toggle.icon.collapsed::before{
 	content: '\f067';
 	font-weight:300;
 	color:#001489;
 }
 .btn.cat-toggle:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);
            box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);
}
 .dark-background .icon::before,  .dark-background .icon::after{
 	color:#D6EBF0;
 }
 .icon.facebook a::before{
 	font-family: "Font Awesome 5 Brands";
 	content: '\f082';
 	margin-right:0.55em;
 }
 .icon.youtube a::before{
 	font-family: "Font Awesome 5 Brands";
 	content: '\f431';
 	margin-right:0.55em;
 }
 .icon a[href^="tel:"]::before {
	font-family: "Font Awesome 5 Pro";
 	content: '\f87b';
 	margin-right:0.55em;
 	border:0.04rem solid #D6EBF0;
 	border-radius: 2px;
 	line-height:0.9;
}
.icon.mail a::before {
	font-family: "Font Awesome 5 Pro";
 	content: '\f199';
 	margin-right:0.55em;
 	line-height:0.9;
}
 .icon.external-link a::after{
 	font-family: "Font Awesome 5 Pro";
 	content: '\f35d';
 	margin-left:0.55em;
 }
 .icon.twitter a::before{
 	font-family: "Font Awesome 5 Brands";
 	content: '\f081';
 	margin-right:0.55em;
 }
 .icon.linkedin a::before{
 	font-family: "Font Awesome 5 Brands";
 	content: '\f08c';
 	margin-right:0.55em;
 }
 .icon.instagram a::before{
 	font-family: "Font Awesome 5 Brands";
 	content: '\f955';
 	margin-right:0.55em;
 }
 .search-field{
 	font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 pro";
    content:'\f002';
 }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

.site-content ul, ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.entry-content ul{
	margin-left:0;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;

}

table {
    border-spacing: 0 ;
    border-color: transparent;
}
.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: none;
    word-break: normal;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.product-info-form-wrapper {
	background: #efefef;
	border: 1px solid #333;
	padding: 1.5rem;
	padding-bottom: 0;
	margin-bottom: 1rem;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border-color:#00A3AD;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
/*Where to Buy Drop*/
.dropdown-wrapper{
	margin: 1em auto 5em auto;
}
.dropdown-wrapper label{
	display: block;
	font-size: 24px;
	font-size:1.5rem;
	color: #001489;
    font-family: 'Montserrat', sans-serif;
}
.dropdown-wrapper select{
	font-size: 20px;
	font-size:1.25rem;
	color: #001489;
    font-family: 'Montserrat', sans-serif;
    width:100%;
	padding: 0.75em 0.5em;
	border:none;
	background-color: #D6EBF0;
}
/*Webinar*/
.webinar-wrapper{
	background-color: rgba(0, 20, 137, 0.65);
	width:300px;
	margin-right: 0;
    margin-left: auto;
    padding:15px;
}
.webinar-columns{

}
.a2a_kit p{
	line-height: 1.5 !important;
}
.webinar-column-text h2{
 	border-color: #00A3AD !important;
 	font-size: 1.25rem;
}
@media screen and (min-width: 800px){
	.webinar-column-text h2{
		font-size: 2rem;
	}
}
.webinar-column-text {
    padding-right: 0rem;
}
.thank-you.webinar-column-text {
    padding-right: 0rem;
}
@media screen and (min-width: 768px){
	.webinar-column-text {
	    padding-right: 5rem;
	}
	.thank-you.webinar-column-text {
	    padding-right: 6rem;
	}
}
@media screen and (max-width: 768px){
.webinar-cover .wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 15px);
}
}
/*Photmetrics Search */

.results-wrapper ul{
	list-style: none;
	padding-left:0;
	margin-left:0;
	list-style-position: outside;
}
.results-wrapper ul li{
	font-size: 1.125rem;
	margin-bottom: 0.5em;
}
.magic-large-form-wrapper input{
	width:100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border: none;
    padding: 1em 1.25em;
    color: #001489;
}
.magic-large-form-wrapper .form-description{
	padding: 1em;
	font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.magic-large-form-wrapper input{
 	font-weight: 300;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content:'\f11c';
    color: #001489;
 }
/*#Constant Contact*/
form.cc-contact-page p.ctct-form-field-checkbox input[type=checkbox]{
	float:left;
	width:auto !important;
}
form.cc-contact-page p.ctct-form-field-checkbox label{
    color: #aaa;
    font-size: 0.9rem;
    float: right;
    width: 93%;
    margin-top: -7px;
    font-family: 'Montserrat', sans-serif !important;
}
form.cc-contact-page, form.contact-page,
form.constant-contact-signup {
	padding-left:0;
	padding-right:0;
}
@media screen and (min-width: 768px) {
	form.cc-contact-page, form.contact-page, 
	form.constant-contact-signup {
		padding-left:180px;
		padding-right:180px;
	}
	}
.cc-contact-page input, .cc-contact-page textarea, 
#frm_form_1_container input, #frm_form_1_container textarea,
.constant-contact-signup input{
	padding: 1em 0.5em !important;
	width:100% !important;
	background-color: #D6EBF0 !important;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.9rem !important;
	height:auto !important;
}
#frm_form_1_container input[type=checkbox],
.constant-contact-signup input[type=checkbox]{
	width:auto !important;
	padding: 0 !important;
}
#frm_form_1_container .frm_checkbox label,
.constant-contact-signup .frm_checkbox label {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.9rem !important;
}
.cc-contact-page input[type="submit"]{
	color: #fff !important;
    background-color: rgba(13, 168, 177, 1.0) !important;
    border-color: #00A3AD;
    width:100%;
    text-align: center;
    font-size: 1.125rem !important;
}
.cc-contact-page input[type="submit"]:hover,
.constant-contact-signup input[type="submit"]:hover {
    color: #fff;
    background-color: rgba(13, 168, 177, 0.75) !important;
    border-color: #00A3AD;
}
.cc-footer #email_address_label_0, .ctct-gdpr-text{
	color:#FFF !important;
}
.cc-footer div.ctct-form-defaults {
    color: #323232;
    background-color: #ffffff;
    border-radius: 0px !important;
    padding: 0px !important;
    font: 16px 'Open-Sans', sans-serif !important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.cc-footer form.ctct-form-custom input.ctct-form-element, .cc-footer .ctct-form-field-email input {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    border: 1px solid #00292c;
    background-color: #00292c !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0px !important;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open-Sans', sans-serif !important;
    color: #FFF !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cc-footer .ctct-form-field-email input:focus{
	background-color: #D6EBF0 !important;
	color: #404142 !important;
}
.cc-footer .ctct-form-element::before{
	content: '\f1d8' !important;
	font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
}
@media screen and (min-width: 770px) {
.cc-footer .ctct-form-field-submit, .ctct-disclosure{
	display: none !important;
}
}
input[type=text], input[type=button], input[type=search], input[type=email]{
-webkit-appearance: none !important;
-webkit-border-radius: 0 !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead{
	margin-bottom: 4px;
   -webkit-box-shadow: 0px 5px 5px -9px rgba(0,0,0,0.5), 0px 5px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px -9px rgba(0,0,0,0.5), 0px 5px 5px 1px rgba(0,0,0,0.1);
    z-index:100;
}
@media screen and (min-width: 1450px) {
.navbar-expand-lg {
 	max-width:1440px;
 	margin: 0 auto;
}
}
button.navbar-toggler {
    background-color: #00A3AD;
}
.custom-toggler.navbar-toggler { 
    border-color: #FFF; 
} 
.custom-toggler .navbar-toggler-icon { 
            background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 250, 250, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
        } 
.dropdown-submenu {
  position: relative;
}
@media screen and (max-width: 990px) {
	.navbar-collapse ul.navbar-nav{
		margin:0;
	}
}
.dropdown-menu{
	border-radius: 0;
	background-clip: border-box;
    border: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #899AFF;
    text-decoration: none;
    background-color: #FFF;
}
.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* to show the arrow */
.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-toggle a::after{
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
a.nav-link{
	font-weight:600;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #001489;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:visited{
	color: #001489;
}

a:hover, a:focus, a:active {
	color:#00A3AD;
}
.entry-content .tab-content a {
	color: #00A3AD;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.entry-content .tab-content a:hover {
	color: #899AFF;
}
.entry-content .tab-content a:visited {
	color: #00A3AD;
}
.entry-content a {
	color: #00A3AD;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.entry-content .wp-block-button a{
	color: inherit;
	text-decoration: none;
}
.entry-content .wp-block-button a:visited{
	color: #FFF;
}
.entry-content .wp-block-button a:hover{
	color: inherit;
	opacity: 0.7;
}
.entry-content a:visited {
	color: #00A3AD;
}

.entry-content a:hover, a:focus, a:active {
	color:#899AFF;
}
.entry-content a.frm_button:hover, a.frm_button:focus, a.frm_button:active {
	background: #efefef !important;
    border-color: #cccccc !important;
    color: #444444 !important;
}
a:focus {
	outline: thin dotted;
}
.dark-background a {
	color: #D6EBF0;
}

.dark-background a:visited {
	color: #D6EBF0;
}

.dark-background a:hover, .dark-background a:focus, .dark-background a:active {
	color: #c9c9c9;
	text-decoration: none;
}
.current-page a {
	color: #00A3AD;
}

a:hover, a:active {
	outline: 0;
}
/*font-awesome icon links*/
a[href*="goo.gl"]:after, .back-to-top a:after {
	margin-left:2em;
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
}
a[href*="goo.gl"]:after{
	content: '\f054';
}
.back-to-top a:after {
	content:'\f077';
}
/*Trigger a modal froma  link */
h5.modal-title{
	color: #c9c9c9;
	font-size:1rem;
}
.modal-body ul, .modal-body ol {
    margin: 0 0 1.5em 0em;
}
a.modal-trigger, .card-img-top img{
	cursor:pointer;
}
a.modal-trigger:hover{
	color:#899AFF;
}
/*Where to buy*/
body.page-id-179 article a[href^="http:"] {
	color: #00A3AD;
}
.faq-block-wrapper a{
	text-decoration: underline;
}
.faq-block-wrapper a:hover{
	text-decoration: none;
}
a.plain-link{
	display: block;
}
a.plain-link:after{
	margin-left:2em;
    content: '\f054';
}
a.footer-link{
	font-size:0.75rem;
}
/*Images that are linked*/
.card-img-top a img:hover, .image-hover-fade img:hover{
	opacity: 0.70;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.news-archives .card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: none;
}
.news-archives .card-body h2.card-title{
	font-size: 1.5rem;
}
.news-archives .card-body p{
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.navbar-nav a {
	display: block;
	text-decoration: none;
	font-size: 1.125rem;
}
.navbar-nav a:link{
	color:#001489;
}
.navbar-nav a:visited{
	color:#001489;
}
.navbar-nav a:hover{
	color: #00A3AD;
}
.navbar-nav a:focus, .navbar-nav a:hover {
    background-color: inherit;
}
.navbar-nav a:active{
	color:#00A3AD;
}
.navbar-nav .current-menu-parent a,
.navbar-nav .current_page_item a, 
.navbar-nav .current-menu-item a,
.navbar-nav li.current-menu-ancestor{
	/*color: #00A3AD;*/
}
.navbar-nav .current-menu-parent .current_page_item a,
.navbar-nav .current-menu-parent .current-menu-item a,
.navbar-nav .current_page_item a,
.navbar-nav .current-menu-item a,
.navbar-nav .current-page_item a:visited,
.navbar-nav .current-menu-item a:visited,
.navbar-nav .current-menu-parent .current-page_item a:visited,
.navbar-nav .current-menu-parent .current-menu-item a:visited{
	color: #00A3AD;
}
.navbar-nav .current-menu-item ul.dropdown-menu.show a,
.navbar-nav .current-menu-item ul.dropdown-menu.show a:visited{
	color:#001489;
}

.navbar-nav li.current-menu-ancestor li ul.dropdown-menu.show li.current-menu-item a {
	color: #899AFF;
}
.navbar-nav li.current-menu-ancestor li.current_page_item a, 
.navbar-nav li.current-menu-parent li.current-menu-item a{
	color:  #00A3AD;
}
.navbar-nav li.current-menu-ancestor li a:link, 
.navbar-nav li.current-menu-parent li a:link{
	color:#001489;
}
.navbar-nav li.current-menu-ancestor li a:visited, 
.navbar-nav li.current-menu-parent li a:visited{
	color:#001489;
}
.navbar-nav li.current-menu-ancestor li a:hover, 
.navbar-nav li.current-menu-parent li a:hover{
	color: #00A3AD;
}
.nav-item.show, .dropdown-menu.show{
	background-color: #E1EDFF;
	margin-top: 0;
}
.dropdown-menu.show{
	padding-top:0;
	padding-bottom: 0;
	background-color: #E1EDFF;
	margin-left: 0.6em;
}
/* Small menu. */
@media (min-width: 992px){
	.dropdown-menu.show{
		margin-left:0;
	}
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.dropdown-toggle::after {
    content: "";
}
.dropdown-item{
	padding: .5rem .5rem;
	font-weight:600;
}
.navbar-nav .nav-link{
		padding: .5rem .5rem;
	}
@media (min-width: 540px){
	.dropdown-toggle::after {
	    display: inline-block;
	    margin-left: .655em;
	    vertical-align: 0;
	    content: "\f078";
	    border-top: none;
	    border-right: none;
	    border-bottom: 0;
	    border-left: none;
	    font-weight: 400;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    font-family: "Font Awesome 5 Pro";
	}
}
@media (min-width: 992px){
	.dropdown-menu .menu-item-has-children {
	  position: relative;
	}
	.navbar-nav .nav-link{
		/*padding: 0;*/
	}
	.menu-item-has-children .dropdown-menu .dropdown-menu{
	  top: 0;
	  left: 100%;
	  margin-top: 0em;
/*	  border-left:#41b6e6 1px solid;*/
	  padding-top: 0.5em;
	  -webkit-box-shadow: 0 1px 3px 0 #00A3AD;
	          box-shadow: 0 1px 3px 0 #00A3AD;
	}
	.dropdown-menu .dropdown-toggle::after {
		position: relative;
    	top: 0.4em;
	    display: inline-block;
	    margin-left: .655em;
	    vertical-align: .355em;
        content: '\f054';
	    border-top: 0;
	    border-right: 0;
	    border-bottom: 0;
	    border-left: 0;
	    font-weight: 400;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    font-family: "Font Awesome 5 Pro";
	}
}
/*--------------------------------------------------------------
# Post and Product Navigation
--------------------------------------------------------------*/
.archive-page-navigation ul {
    text-align: center;
    margin-left: 0;
    padding-left: 0
}

.archive-page-navigation li {
    display: inline-block;
    margin: .3em .5em
}

.archive-page-navigation li a,.archive-page-navigation li a:hover,.archive-page-navigation li.active a,.archive-page-navigation li.disabled {
    border-radius: 0px;
    cursor: pointer;
    padding: 0.75rem;
    padding: .75rem
}
.archive-page-navigation a.btn-sm:link{
	background-color: rgba(13, 168, 177, 1.0);
    border-color: transparent;
}
.archive-page-navigation a.btn-sm:hover{
	background-color: #001489;
    border-color: rgba(13, 168, 177, 1.0);
}
.archive-page-navigation li.active a {
   background-color: #001489;
}

.archive-page-navigation li a.btn-primary.disabled,.archive-page-navigation li a.btn-primary:disabled {
    opacity: 1.00;
}

.archive-page-navigation a {
    color: #fff;
    text-decoration: none
}
.archive-page-navigation-next a, .archive-page-navigation-previous a{
    font-size: 26px;
    color:#000;
    border-bottom: 1px #30324E dotted;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*html {
	scroll-behavior: smooth;
}*/
/*--------------------------------------------------------------
#Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Upper Search and Signup
/*--------------------------------------------------------------*/
input.search-field-header:focus {
    outline: none;
}
.search-field-header{
}
.full-width-element-inner.search-newsletter-wrapper{
	max-width: 1440px;
	}
.newsletter-signup-header-wrapper fieldset{
	padding:0 !important;
}
.newsletter-signup-header-wrapper button{
	padding: .375rem .75rem !important;
	margin-bottom:0 !important;
	margin-top:0 !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	min-width: 80px;
}
.newsletter-signup-header-wrapper input, .search-products-header-wrapper input{
	padding: .375rem .75rem !important;
	height:auto !important;
	border-radius: 0 !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 1.5 !important;
	border-color: #00A3AD !important;
}
.newsletter-signup-header-wrapper .frm_form_field .frm_fields_container, .newsletter-signup-header-wrapper .frm_form_field{
	-ms-grid-columns: (auto)[12];
	grid-template-columns: repeat(12, auto);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0;
}
.newsletter-signup-header-wrapper .frm_fields_container{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}
.input-group-text{
	border-radius: 0;
}
input.search-field-header {
    width:168px;
    max-width: 100%;
}
.newsletter-signup-header-wrapper input[type="email"] {
    width:168px;
    max-width: 100%;
}
.input-group{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
input.search-field-header:focus{
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%);
	        box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(102 175 233 / 60%);
}
@media (min-width: 400px) {
input.search-field-header {
    width:250px;
    max-width: 100%;
}
.newsletter-signup-header-wrapper input[type="email"] {
    width:240px;
    max-width: 100%;
}
}

@media (min-width: 1200px){
	.newsletter-signup-header-wrapper input[type="email"] {
	    width:240px;
	}
}
@media (min-width: 1248px){
	.newsletter-signup-header-wrapper input[type="email"] {
	    width:250px;
	    max-width: 100%;
	}
	input.search-field-header {
	    width:300px;
	    max-width: 100%;
	}
}
.input-group-text{
	border: 1px solid #00A3AD !important;
}
/*--------------------------------------------------------------
## EO Upper Search and Signup
/*--------------------------------------------------------------*/

img.custom-logo {
	width: 200px !important;
	height: auto !important;
}
.search-overlay {
    display: none;
    position: absolute;
    top:auto;
    right: 0;
    left: 0;
    z-index: 999;
    border-top: 1px solid #c7c4c4;
    -webkit-box-shadow: 0 4px 12px 0 rgba(38,39,39,0.08);
    box-shadow: 0 4px 12px 0 rgba(38,39,39,0.08);
    text-transform: unset;
    opacity: 1.00;
}
@media (min-width: 992px){
	.search-overlay {
		top: 4.5em;
	}
}
.search-overlay.active {
    display: block;
}
@media (min-width: 60em){
.search-overlay-inner, .magic-search-inner {
    margin: 1em auto 2em;
}
}
.search-overlay-inner, .magic-search-inner {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 2.5% auto;
    padding: 0 2em;
    max-width: 1242px;
}
.search-link{
	cursor: pointer;
}
.search-overlay-inner input, .magic-search-inner input  {
    width: 80%;
    font-size: 26px;
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
	border-radius: 0;
}
.search-overlay [type="image"], .magic-search-inner [type="image"]{
	max-width:24px;
	max-height: none;
	border:none;
}
.search-overlay-inner input:focus, .magic-search-inner input:focus  {
	border:1px solid #00A3AD;
	}
@media(min-width: 770px) {
    .search-overlay-inner input, .magic-search-inner input  {
	    width: 90%;
	    font-size: 36px;
	}
}
@media(min-width: 1070px) {
    .search-overlay {
        top: 6.85em;
    }
}
/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

span.image-icon{
	font-weight:800;
	color:#041488;
}

span.product-label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    color: #FFF;
    font-weight: 700;
    z-index: 99;
}
span.product-label.new-product {
    background-color: #00ACBD;
}
span.product-label.sale-product {
    background-color: rgba(0, 20, 137, 1.0);
}
@media(min-width: 768px) and (max-width: 992px) {
	span.product-label {
	padding: 4px;
	font-size: 0.7rem;
	}
}
.carousel-inner span.product-label{
	font-size:2rem;
}
body.tax-product_categor h1.entry-title, body.single-product h1.entry-title, body.post-type-archive-product h1.entry-title{
	margin: 0.25em 0.67em 0.40em 0;
}
.magic-breadcrumbs-wrapper{
	font-size: 0.875rem;
	font-weight: 700;
}
.magic-breadcrumbs-wrapper a:link{
	color:#001489;
}
.magic-breadcrumbs-wrapper a:visited{
	color:#001489;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Thumbnail Carousel*/
#magicCarousel .carousel-item img {

}
#magicCarousel .carousel-control-next:focus, #magicCarousel .carousel-control-next:hover, #magicCarousel .carousel-control-prev:focus, #magicCarousel .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
#magicCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
.carousel-control-prev-icon {
	background-size: 56%;
	background-position: 38% 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23292B2D' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-size: 56%;
	background-position: 59% 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23292B2D' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#magicCarousel .carousel-control-next-icon, #magicCarousel .carousel-control-prev-icon {
    width: 34px;
    height: 34px;
    background-color:#FFFFFF;
    border-radius:4px;
    padding: 1.9em;
}
#magicCarousel .carousel-control-next, #magicCarousel .carousel-control-prev{
	width: 17%;
	opacity:0.5;
}
#magicCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial; 
    margin-left: initial;
}

#magicCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#magicCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
ul.magic-list .featured-list li a{
	font-weight: 700;
}
ul.magic-list{
	margin:0;
	list-style: none;
	padding-left: inherit;
	margin-bottom: 1.75em;
}
.entry-content ol.magic-letters{
	list-style-type: lower-alpha!important;
}
/*Sidebar*/
.cat-toggle{
	border: 1px #D6D6D6 solid;
    padding: 0.0em 0.2em;
    margin-right:0.65em;
    font-size: 0.8rem;
    line-height: 1.3;

}
#show-cat-list:before{
	content: '\f067';
	margin-right:0.5em;
}
#show-cat-list.active:before{
	content: '\f068';
	margin-right:0.5em;
}
.cat-list-main-wrapper{
	border-right: none;
}
.cat-list-main-wrapper{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: none;
}
.cat-list-main-wrapper.active-sidebar{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
}
@media (min-width: 670px){
	.cat-list-main-wrapper{
		display: block;
		margin-left:0;
		border-right: 1px solid #c9c9c9;
	}
}
ul.cat-list-main{
	margin:0;
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.75em;
	font-weight: 600;
}
/*first level*/
ul.cat-list-main li{
	font-size: 1rem;
	margin-bottom:0.35em;
}
/*second level*/
ul.cat-list-child{
	margin-left:2.45em;
	list-style: none;
	padding-left: inherit;
	margin-bottom:0.35em;
	margin-top:0.35em;
}
.cat-list-main .current-page a:link{
	color:#00A3AD;
}
.cat-list-main .current-page ul.cat-list-child a:link{
	color:#001489;
}
.cat-list-main .current-page ul.cat-list-child a:visited{
	color:#001489;
}
.cat-list-main .current-page ul.cat-list-child a:hover{
	color:#00A3AD;
}
.cat-list-main .current-page ul.cat-list-child a:active{
	color:#00A3AD;
}
.cat-list-main .current-page ul.cat-list-child .current-page a{
	color: #00A3AD;
}
@media (min-width: 768px){
	ul.cat-list-child{
		/*margin-left:0em;*/
		/*display: none;*/
	}
	.current-page ul.cat-list-child.active, .current-page ul.cat-list-child{
		/*display: block;*/
	}
	ul#current-page-child{
		/*display: none;*/
	}
	/*li.current-page ul.cat-list-child{
		display:block;
	}*/
}
ul.cat-list-child li{
	font-size: 1rem;
	line-height: 1.4em;
    margin-bottom: 0.7em;
    font-weight: 400;
}
@media (min-width: 576px){
	ul.cat-list-main{
		padding-left:0.8em;
	}
}
.magic-list.featured-list li hr {
    max-width: 100px;
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: 2.7em;
    margin-right: auto;
	background-color: transparent;
	height: 1px;
	margin-bottom: 1.2em;
}
.product-parent-categories-wrapper .card-body {
    padding: 0.25rem;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 3em 0 0;
}
.search-results .entry-summary {
	margin: 0em 0 1.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/
#specifications table td[width]{
	width:auto !important;
}
.table-wrapper table {
    min-width: 680px;
    border-top:1px solid #c9c9c9;
}
.table-wrapper table tr {
    border-bottom: 1px solid #c9c9c9;
}
.table-wrapper table tr td{
    border-right: 1px solid #c9c9c9;
    padding:0.35em;
}
.table-wrapper table tr td:first-of-type{
    border-left: 1px solid #c9c9c9;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
}
/*Remove all styles from paragraphs in table*/
.product-details table p{
	margin-bottom: 0;
}
/*.youtube-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.youtube-container iframe,
.youtube-container object,
.youtube-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer ul.menu{
	padding-left:0;
	margin-left:0;
	list-style: none
}
footer ul.menu li{
	line-height: 1.5;
	margin-bottom: 1rem;
}
.ctct-form-description{
	font-size: 14px;
	font-size: 0.875rem;
}
footer .dark-background .icon::before, footer .dark-background .icon::after{
 	font-size: 1.125rem;
 }
 .widget_media_image img{
 	max-width:200px !important;
 }
 .newsletter-signup-footer-wrapper input{
	padding: .875rem .75rem !important;
	height:auto !important;
	border-radius: 0 !important;
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	font-family: 'Open-Sans', sans-serif !important;
	line-height: 1.5 !important;
	border-color: #FFF !important;
	background-color: #00292c !important;
	color: #FFF !important;
}
.newsletter-signup-footer-wrapper input:focus{
	background-color: #FFF !important;
	color: #000 !important;
	}
.newsletter-signup-footer-wrapper .frm_submit button{
	-webkit-box-shadow: 0 0 0 transparent !important;
	        box-shadow: 0 0 0 transparent !important;
}
.footer-signup p{
	font-size: 0.875rem;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Bootsrap Stuff
--------------------------------------------------------------*/
.tooltip-inner{
	max-width:375px;
	width:375px;
}
.tooltip-inner a{
	color:#FFF !important;
}
.btn{
	border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: rgba(13, 168, 177, 1.0);
    border-color: #00A3AD;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: rgba(13, 168, 177, 0.75) !important;
    border-color: #00A3AD !important;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff !important;
    background-color: #00A3AD;
    border-color: #00A3AD;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
            box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.btn-secondary-outline{
    border-color: rgba(0, 20, 137, 1.0);
    background-color: #FFF;
    color:rgba(0, 20, 137, 1.0);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001489;
    border-color:#001489;
}
.show>.btn-secondary-outline.dropdown-toggle {
	color:rgba(0, 20, 137, 1.0);
    border-color: rgba(0, 20, 137, 1.0);
    background-color: #FFF;
}
.show>.btn-secondary-outline.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 168, 177, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(13, 168, 177, 0.5);
}
#where-to-buy-wrapper .btn-secondary-outline{
	color:rgba(0, 20, 137, 1.0);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
}
#where-to-buy-wrapper .dropdown-item{
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	color:rgba(0, 20, 137, 1.0);
}
#where-to-buy-wrapper .dropdown-toggle::after{
	position: absolute;
	right:15px;
	left:auto;
}
.btn-secondary {
    color: #fff;
    background-color: rgba(0, 20, 137, 1.0);
    border-color: rgba(0, 20, 137, 1.0);
}
.btn-secondary:hover {
    color: #fff;
    background-color: rgba(0, 20, 137, 0.75);
    border-color: rgba(0, 20, 137, 1.0);
}
a.btn:link,
a.btn:hover,
a.btn:visited,
a.btn:active,
a.btn:focus{
	color:#FFF;
}
@media (prefers-reduced-motion: reduce){
	.fade , .carousel-fade {
	    -webkit-transition: opacity .25s linear;
	    transition: opacity .25s linear;
	}
	.slide .carousel-item, .fade .carousel-item{
		transition: -webkit-transform 0.6s ease-in-out;
		  -webkit-transition: -webkit-transform 0.6s ease-in-out;
		  transition: transform 0.6s ease-in-out;
		  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	}

}

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width:1140px;
	}
}
.card {
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 2px 1px #c9c9c9;
            box-shadow: 0px 1px 2px 1px #c9c9c9;
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*background-color:#D6EBF0;*/
}
.card-img-top {
	border-bottom: 1px solid #D6EBf0;
}
.merchandising-display .card-img-top{
	background-color: #FFF;
	border-bottom:1px solid #c9c9c9;
	text-align: center;
}
.merchandising-display .card-img-top img{
    padding: 1em;
    max-height: 180px;
}
.card.product-archives img{
	border-bottom: 1px solid #c9c9c9;
}
.card-body h6{
	font-size: 1.125rem;
}
.nav-tabs {
	border-bottom:none;
	}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    color: #001489;
    font-weight: 700;
    background-color: #fff;
    border-color: #fff;
    border-bottom: 2px solid rgba(0, 20, 137, 1.00);
}
.nav-tabs .nav-link, .nav-tabs a.nav-link:visited {
	font-weight: 700;
	color:rgba(0, 20, 137, 0.50);
    border: transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom: 1px solid rgba(0, 20, 137, 0.50);
}
.nav-tabs .nav-item .nav-link{
	margin-right:0em;
    margin-left:0em;
    padding: .5rem 0rem;
    font-size:0.875rem;
}
@media (min-width: 576px) and (max-width: 767px){
	.nav-tabs .nav-item .nav-link{
		font-size:0.8rem;
	}

}
@media (min-width: 766px) and (max-width: 992px){
	.card-body h6{
		font-size: 0.825rem;
	}
}
@media (min-width: 1200px){
	.nav-tabs .nav-item .nav-link{
		margin-right:1em;
	    margin-left:1em;
	    padding: .5rem 1rem;
	    font-size: 1rem;
	}
}
.nav-tabs .nav-item:first-of-type .nav-link{
	margin-left: 0;
}
.nav-tabs .nav-item:last-of-type .nav-link{
	margin-right: 0;
}
.tab-content{
	padding-top: 3em;
	min-height:300px;
}
.tab-content .magic-list li{
	font-size: 1.125rem;
	padding-top:1.5em;
	padding-bottom:1.5em;
	border-bottom: 1px #001489 solid;
	font-weight: 700;
	text-transform: uppercase;

}
.tab-content .magic-list i.far, .tab-content .magic-list i.fas {
    margin-right: 3em;
    margin-left:0.25em;
}
.tab-inner-wrapper.table-wrapper table {
    width: auto !important;
    height: auto !important;
}
footer .btn-link {
    font-weight: 400;
    color: #D6EBF0;
    text-decoration: none
}
footer .btn-link:hover {
    color: #c9c9c9;
    text-decoration: none;
}

footer .btn-link.focus,.btn-link:focus {
    text-decoration: none;
}
footer button:hover {
    border-color: transparent;
}
footer button.btn:focus,
footer button.btn:active {
	border: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem transparent;
            box-shadow: 0 0 0 0rem transparent;
}
footer button:focus-visible {
    outline: transparent auto 0;
}
ul#menu-social, section#nav_menu-4{
	margin-bottom:0;
}
/* FAQ*/

 /*--------------------------------------------------------------
## TKF Boostrap Tabs 
--------------------------------------------------------------*/

.faq-block-wrapper{
	max-width:600px;
	margin:0 auto;
}

#tab-accordion .nav-pills {
    display:none;
}
 #tab-accordion .card {
        background-color: transparent;
    }
.tab-accordion .card-header h5 a {
    font-family: 'Open-Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    font-size: 1.25rem;
    border-radius: 0;
    text-align: center;
    background-color: #f1f2f2;
    background-clip:inherit;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 100%;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
#faq-accordion .card-body p:first-of-type::first-letter {
  font-weight:600;
  font-size: 1.125rem;
}
#faq-accordion .card-header{
	background-color: rgba(255,255,255,0.1);
	padding:0;
}
body.home .tab-accordion .card-header h5 a{
	background-color: #FFF;
}
.tab-accordion .tab-pane:first-child .card-header:first-child{
	display: none;
}
.tab-accordion .card-header h5 a:after{
	content:'\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right:15px;
}
.tab-accordion .card-header h5 a[aria-expanded=false]:after{
	content:'\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right:15px;
}
.tab-accordion .card-header h5 a[aria-expanded=true]:after{
	content:'\f077';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right:15px;
}

.tab-accordion .card-header h5 a:hover, .tab-accordion .card-header h5 a:active,.tab-accordion .card-header h5 a:focus {
	cursor: pointer;
    display: block;
    border-bottom:none;
    text-decoration: none;
    border-color: transparent;
}
@media(min-width:768px) {
    #tab-accordion .nav-pills {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    #tab-accordion .card {
        border: none;
    }

    .tab-accordion .card .card-header {
        display:none !important;
    }  

    #tab-accordion .card .collapse{
        display:block;
    }
    .tab-content.tab-accordion .collapse:not(.show) {
	  display: block !important;
      opacity: 1;
	}
}

@media(max-width:767px){
	
    .tab-content.tab-accordion > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
    

	.tab-content .fade:not(.show) {
	    opacity: 1 !important;
	}
}

.entry-content #v-pills-tab.nav-pills a:hover, .entry-content #v-pills-tab.nav-pills a:focus, .entry-content #v-pills-tab.nav-pills a:active {
	border-bottom: 1px #000 solid;
}
.nav-pills a.nav-link:last-child{
	border-bottom: none;
}
.entry-content #v-pills-tab.nav-pills a:last-child:hover, .entry-content #v-pills-tab.nav-pills a:last-child:focus, .entry-content #v-pills-tab.nav-pills a:last-child:active {
	border-bottom: none;
}
.nav-pills .nav-link {
	font-family: 'Open-Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
	border-bottom: 1px #000 none;
	border-radius: 0;
	text-align: center;
	background-color: #FFF;
	background-clip: content-box;
	padding-left:0;
	padding-right:0;
}
.accordion#faq-accordion>.card>.card-header{
    /*font-size: 1.125rem;*/
    border-bottom: 1px #001489 none;
   /* margin-bottom:-2px;*/
}
#faq-accordion .card {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    border-bottom: 1px #001489 solid;
}

button.faq-link {
	font-family: 'Open-Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
	border-radius: 0;
	text-align: center;
	background-color: #FFF;
	color: #001489;
	border-bottom: none;
	max-width:92%;
	
}
button.faq-link:after{
	content:'\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right:15px;
}
button.faq-link[aria-expanded=true]:after{
	content:'\f077';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right:15px;
}

button.faq-link:hover, button.faq-link:active, button.faq-link:focus {
	cursor: pointer;
    display: block;
    border-bottom:none;
    text-decoration: none;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.nav-pills .nav-link:hover, .faq-link:hover, .faq-link[aria-expanded=true]{
	background-color: #FFF;
	color:#00A3AD;
}
#v-pills-tabContent ul{
	list-style: none;
	margin:0 0 1.5em 0;
	padding-left:0;
}
#v-pills-tabContent ul li{
	font-family: 'Open-Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	font-size:1rem;
	line-height:1.1;
	margin-bottom:1rem;
}
/*--------------------------------------------------------------
## Bootsrap Carousel
--------------------------------------------------------------*/
/* Beacuse some browsers include scroll-bar in calc we need to hide the x axis overflow for sticky nav to work only on HTML*/
html {
    overflow-x: hidden;
}
.full-width-element-wrapper, .wp-block-image.alignwide {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important;
    position: relative !important;
    height: auto !important;
    overflow: visible;
    clear: both;
    margin-left:0;
/*    margin-right:0;*/
}
footer.full-width-element-wrapper{
	/*left:0 !important;*/
}
.full-width-element-inner{
    margin: 0 auto;
    width:100%;
}

.jumbotron.full-width-element-wrapper .container.full-width-element-inner{
    margin: 0 auto;
    width:100%;
	max-width:1440px;
	padding: 0;
}

@media (min-width: 576px) {
  .full-width-element-inner {
    max-width:100%;
  }
}

@media (min-width: 768px) {
  .full-width-element-inner {
    max-width: 100%;
    padding: 1.75em 15px 2em 15px;
  }
}

@media (min-width: 992px) {
  .full-width-element-inner {
    max-width: 100%;
	padding: 1.75em 15px 2em 15px;
  }
}

@media (min-width: 1200px) {
  
  .full-width-element-inner {
    max-width: 1140px;
    padding:3.75rem 1.3em;
  }
  .magic-breadcrumbs-wrapper .full-width-element-inner {
	padding:3.75rem 3em;
  }
  .final-section .full-width-element-inner {
    max-width: 1140px;
    padding:1rem 1.3em;
  }
}
.carousel-wrapper#flexer-homepage-carousel-wrapper {
    margin-top: -3px;
    z-index: 9;
}
#flexer-homepage-carousel .slider-title h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
/*Carousel*/
ol.carousel-indicators{
	margin:0;
}
#flexer-homepage-carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2.5s ease;
    -webkit-transition: -webkit-transform 2.5s ease;
    transition: transform 2.5s ease;
    transition: transform 2.5s ease, -webkit-transform 2.5s ease;
    transition: transform 2.5s ease,-webkit-transform 2.5s ease;
    transition: transform 2.5s ease,-webkit-transform 2.5s ease;
    
}
#flexer-homepage-carousel .slide-image-wrapper.wp-block-cover-image::before{
	background-color: #000;
	}
.carousel{

}
#flexer-homepage-carousel .cycle-caption {
    font-weight: 400;
    color: #231f20;
    margin: auto 0;
    position: relative;
    top: 0;
    
    width: 100%;
    min-height: 240px;
    height: auto;
    line-height: normal;
    padding: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999
}
#flexer-homepage-carousel .carousel-caption {
	bottom: 25%;

}
#flexer-homepage-carousel .carousel-caption h2.slider-title {
	font-family: 'Open Sans', sans-serif;
	font-weight:600; 
    font-size: 32px;
    font-size:2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    color: #231f20;
    max-width: 100%
}
#flexer-homepage-carousel .carousel-caption p{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.1em;
    line-height: 1.1;
    color: #231f20;
}
#flexer-homepage-carousel .slide-image-wrapper.wp-block-cover-image{
	min-height:auto;
}
#flexer-homepage-carousel .carousel-control-prev, #flexer-homepage-carousel .carousel-control-next{
	display:none;
}
#flexer-homepage-carousel .carousel-caption {
    	position: static;
	}
@media screen and (min-width: 670px) {
	#flexer-homepage-carousel .carousel-caption {
    	position: absolute;
	}
	#flexer-homepage-carousel .carousel-control-prev, #flexer-homepage-carousel .carousel-control-next{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}

	#flexer-homepage-carousel .slide-image-wrapper.wp-block-cover-image{
		min-height:540px;
	}
    #flexer-homepage-carousel .cycle-caption {
	    color: #fff;
	    min-height: 240px;
	}
	#flexer-homepage-carousel .left-caption .cycle-caption {
/*		width:50%;
		left:12%;
		right:auto;*/

	}
	#flexer-homepage-carousel .carousel-caption h2.slider-title {
		color: #fff;
		font-size:28px;
		font-size:1.75rem;
	}
	#flexer-homepage-carousel .carousel-caption p{
		font-size: 42px;
	    font-size: 2.625rem;
	    color:#FFF;
	}
}
@media screen and (min-width: 1140px) {
	#flexer-homepage-carousel .carousel-caption h2.slider-title {
		color: #fff;
		font-size:28px;
		font-size:1.75rem;
	}
	#flexer-homepage-carousel .carousel-caption p{
		font-size: 56px;
	    font-size: 3.5rem;
	}
}
#flexer-homepage-carousel .cycle-caption .slider-text {
    font-size: 20px;
    line-height: 1.25;
   color: #231f20;
}

@media screen and (min-width: 670px) {
    #flexer-homepage-carousel .cycle-caption {
    	text-align: center;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        top: 10%;
        right: 0%;
        height: 80%;
        line-height: normal;
        padding: 4%;
    }
}

@media screen and (min-width: 1000px) {
    #flexer-homepage-carousel .carousel-caption h2 {
        font-size:40px
    }

    #flexer-homepage-carousel .carousel-caption .slider-text {
        font-size: 30px
    }
}

@media screen and (min-width: 1080px) {
    #flexer-homepage-carousel .carousel-caption h2 {
        font-size:44px
    }
}
#flexer-homepage-carousel .carousel-control-next, #flexer-homepage-carousel  .carousel-control-prev{
	z-index: 1000;
}
#flexer-homepage-carousel .carousel-control-prev-icon,
#flexer-homepage-carousel .carousel-control-next-icon {
  width: 40px;
  height: 120px;
}
#flexer-homepage-carousel .carousel-indicators{
	bottom:-15%;
}

#flexer-homepage-carousel .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #00A3AD;
    background-clip: padding-box;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
#flexer-homepage-carousel .carousel-indicators li.active, #flexer-homepage-carousel .carousel-indicators li:hover{
	 opacity: 1.0;
}
@media screen and (min-width: 670px) {
	#flexer-homepage-carousel .carousel-indicators{
		bottom:0%;
	}
	#flexer-homepage-carousel .carousel-indicators li{
		background-color: #fff;
	}
}
#flexer-homepage-carousel .wp-block-cover-image {
	padding:0 !important;
}
#testimonial-carousel .carousel-inner{

}
#testimonial-carousel .carousel-item{
	min-height: 400px !important;
}
@media screen and (min-width: 768px) {
		#testimonial-carousel .carousel-item{
		min-height: 500px !important;
	}
}
@media screen and (min-width: 990px) {
		#testimonial-carousel .carousel-item{
		min-height: 400px !important;
	}
}
#testimonial-carousel .carousel-inner{
	z-index: 10 !important;
}
#testimonial-carousel .carousel-control-next, #testimonial-carousel .carousel-control-prev {
	z-index: 15 !important;
	background-color: #FFF;
	opacity: 0.8;
	}
#testimonial-carousel .carousel-control-next:hover, #testimonial-carousel .carousel-control-prev:hover {
	opacity: 0.5;
}
#testimonial-carousel .carousel-control-next-icon, #testimonial-carousel .carousel-control-prev-icon {
    display: inline-block;
    width: auto;
    height: 300px;
    background: none;
    background-color: #FFF;
}
#testimonial-carousel .carousel-control-next::before, #testimonial-carousel .carousel-control-prev::before {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-weight: 300;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
  	font-size: 58px;
  	color:#000;
}
#testimonial-carousel .carousel-control-next::before{
	content:'\f054';
}
#testimonial-carousel .carousel-control-prev::before {
	content:'\f053';
}
#testimonial-carousel .carousel-caption img{
	/*display: none;*/
}
#testimonial-carousel .testimonial-copy p{
	font-size:16px;
	font-size:1rem;
}
#testimonial-carousel .testimonial-name{
	font-size:0.875rem;
}
@media screen and (min-width: 768px) {
	#testimonial-carousel .carousel-caption img{
		/*display: block;*/
	}
	#testimonial-carousel .testimonial-copy p{
		font-size:24px;
		font-size:1.5rem;
	}
	#testimonial-carousel .testimonial-name{
		font-size:1rem;
	}
	
}
/*--------------------------------------------------------------
# Custom Gutenberg Blocks
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.wp-block-media-text.magic-constrain .wp-block-media-text__content{
		padding:0;
	}
}
@media screen and (min-width: 768px) {
	.wp-block-media-text.alignwide.magic-constrain{
		margin-left: -7% !important;
		margin-right: 0% !important;
		margin-bottom:3em !important;
	}
}
.bio-block-wrapper .bio-block:nth-of-type(odd) {
    padding-right: 0px;
    border-right:none;
}

@media only screen and (min-width: 860px) {
	.bio-block-wrapper .bio-block:nth-of-type(odd) {
	    padding-right: 60px;
	    border-right:1px solid #C6C6C6;
	}
	.bio-block-wrapper .bio-block:last-child {
	    border-right: none;
	    padding-right: 0;
	    padding-left:30px;
	    margin-left:25%;
	}
	/*.bio-block-wrapper .bio-block:nth-of-type(3) {
		margin-right: 25%;
		margin-left: 25%;
		border-right: none;
	}*/
	/*.bio-block-wrapper .bio-block:nth-of-type(4) {
		padding-right: 60px !important;
	    border-right:1px solid #C6C6C6 !important;
	}*/
}

.bio-block-wrapper .bio-block:nth-of-type(even) {
    padding-left: 30px;
    padding-right: 0;
    border-right: none;
}
.bio-block-wrapper .bio-image img{
	border-radius: 50%;
	border: 1px solid #00A3AD;
}
.modal-content .bio-image img{
	
}

/*--------------------------------------------------------------
# Gutenberg Styles
--------------------------------------------------------------*/
/*Align wide NEED TO CUSOMIZE*/
.magic-constrain-inner{
		max-width:1110px;
		width:100%;
		display: block;
		padding-left:2em;
		padding-right:2em;
		padding-top:3em;
		margin-bottom: 3em;
	}
.magic-narrow-block .magic-constrain-inner{
    max-width: 758px;
    margin: 0 auto 3em;
}
.magic-one-column-block .magic-constrain-inner .wp-block-column:first-child{
	-ms-flex-preferred-size: 0% !important;
	    flex-basis: 0% !important;
}
.magic-one-column-block .magic-constrain-inner .wp-block-column:not(:first-child){
	-ms-flex-preferred-size: 100% !important;
	    flex-basis: 100% !important;
	margin-left:0 !important;
}
.magic-one-column-block .magic-constrain-inner .wp-block-column .wp-block-column:first-child{
	-ms-flex-preferred-size: 30% !important;
	    flex-basis: 30% !important;
}
.magic-one-column-block .magic-constrain-inner .wp-block-column .wp-block-column:not(:first-child){
	-ms-flex-preferred-size: 30% !important;
	    flex-basis: 30% !important;
	margin-left:32px !important;
}
@media only screen and (min-width: 768px) {
	.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	  }

	  .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		width: auto;
		max-width: 1000%;
	  }

	  .alignwide img,
	  .alignfull img {
		display: block;
		margin: 0 auto;
	  }
}
.has-magic-light-blue-background-color {
    background-color: #00A3AD;
}
 
.has-magic-light-blue-color {
    color: #00A3AD;
}
.has-magic-light-blue-fade-background-color {
    background-color: #D6EBF0 !important;
}
.btn.has-magic-light-blue-fade-background-color.has-magic-dark-blue-color {
    border-color: #D6EBF0 !important;
}
.has-magic-light-blue-fade-color {
    color: #D6EBF0;
}
.has-magic-dark-blue-background-color {
    background-color: #001489;
}
 
.has-magic-dark-blue-color {
    color: #001489 !important;
}

.has-magic-dark-grey-background-color {
    background-color: #404142;
}
 
.has-magic-dark-grey-color {
    color: #404142;
}
.has-magic-light-grey-background-color {
    background-color: #c9c9c9;
}
 
.has-magic-light-grey-color {
    color: #c9c9c9;
}
.has-magic-ultra-light-grey-background-color {
    background-color: #F6F6F6;
}
 
.has-magic-ultra-light-grey-color {
    color: #F6F6F6;
}
.has-magic-black-background-color {
    background-color: #292B2D;
}
 
.has-magic-black-color {
    color: #292B2D;
}
.has-black-background-color {
    background-color: #000;
}
.has-black-color {
    color: #000;
}
.has-white-background-color {
    background-color: #FFF;
}
.has-white-color {
    color: #FFF;
}
/*--------------------------------------------------------------
# WP Facet
--------------------------------------------------------------*/
.filter-wrapper .facetwp-facet {
    margin-bottom: 0;
}
.facetwp-selections ul{
	padding-left:0;
}
.filter-wrapper .fs-wrap {
	width:100%;
}
.facetwp-selections .facetwp-selection-label{
	font-weight:700;
}
.facetwp-selections .facetwp-selection-value{
	font-weight:400;
}
.filter-wrapper .fs-label-wrap{
  background-color: #e9ecef;
  border-radius:10px;
  display:block;
  overflow:hidden;
  border:1px none #cccccc;
  cursor: pointer;
  
}
.filter-wrapper .fs-dropdown{
  width:100% !important;
  height:auto;
  border:0px;
  outline:none;
  background-color:#ffffff;
  -webkit-box-shadow: 0px 8px 5px 4px #e9ecef;
          box-shadow: 0px 8px 5px 4px #e9ecef;
}
.filter-wrapper .fs-arrow {
    width: 0;
    height: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    margin: auto;

}
.filter-wrapper .fs-arrow::after{
	content:'\f078';
	font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    top: 10px;
    bottom: 0;
    right: 10px;
    position:absolute;
        -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}
.filter-wrapper .fs-open .fs-arrow::after{
	content:'\f077';
}
.filter-wrapper .fs-label-wrap .fs-label {
    padding: 10px 22px 10px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter-wrapper .fs-open .fs-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.btn.btn-secondary-outline.product-reset {
    border-color: #292B2D;
    background-color: #FFF;
    color: #292B2D;
    border-radius:10px;
}
.btn.product-reset:hover {
    border-color: #292B2D;
    background-color: #292B2D;
    color: #FFF;
}
.filter-wrapper .facetwp-type-fselect .fs-search {
      display: none;
  }
.clearance-row {
	width: 100%;
}