/*
Theme Name: AKD
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.2.9

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/**
 * Icon Position
 *
 */
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);
li.ssi.simple-social-icons {
  overflow: hidden; }

.simple-social-icons {
  margin-bottom: 15px !important; }

.simple-social-icons ul {
  margin: 0;
  padding: 0; }

.simple-social-icons ul li {
  float: left;
  margin: 3px;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none; }

.simple-social-icons ul li a {
  display: inline-block;
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  background: #eaeaea;
  color: #5f3393;
  border: none;
  border-radius: 50%;
  padding: 10px;
  font-family: "fontawesome";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  speak: none; }

/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table; }

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table; }

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  line-height: 1.625;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden; }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #5f3393;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #333;
  text-decoration: none; }

p {
  margin: 0 0 30px;
  padding: 0; }

.site-inner .entry-content ul, .site-inner .entry-content ol {
  list-style-type: disc; }

.footer-widgets li, .top_header_wrap ul, .home_products_wrap ul {
  list-style-type: none; }

.footer-widgets ul, .top_header_wrap ul, .home_products_wrap ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px; }

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

mark {
  background: #ddd;
  color: #333; }

blockquote {
  margin: 30px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif;
  line-height: 1.2;
  margin: 15px 0 10px;
  font-weight: 700; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

.entry-content h3,
.entry-content h4 {
  font-weight: 600; }

.entry-content h4 {
  margin-top: 40px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px; }

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

.single_product_details {
  float: left;
  width: 100%;
  margin-top: 15px; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #f1edf6;
  color: #333;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  padding: 10px 15px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #e6e1f0;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-ms-input-placeholder {
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

::placeholder {
  color: #333;
  opacity: 1; }

a.cookie_btn, a.cookie_btn:active {
  background: #5f3393 !important; }

a.cookie_btn:hover, a.cookie_btn:visited {
  background: #5f3393 !important; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.wc-block-cart__submit{
  background-color: #f0ead6;
  border: 0;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  text-transform: uppercase;
  width: auto; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover,
.wc-block-cart__submit:focus,
.wc-block-cart__submit:hover {
  border-width: 0;
  background: #e4deca; }

.button {
  display: inline-block; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #FFFFFF;
  border-width: 0;
  color: #000;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

.facetwp-facet {
  float: left;
  width: 100%;
  text-align: center; }

.facetwp-facet .facetwp-checkbox {
  display: inline-block;
  margin: 0 5px; }

.facetwp-pager {
  float: left;
  margin-bottom: 20px; }

.facetwp-facet .facetwp-checkbox {
  display: inline-block;
  margin: 0 5px; }

.facetwp-facet-pager_results, .facetwp-facet {
  margin-bottom: 0px !important; }

.woocommerce-products-header .page-title {
  margin-top: 0px !important; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top; }

td {
  padding: 0.5em; }

tr {
  border-top: 1px solid #eee; }

th {
  font-weight: 600;
  padding: 0.5em; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0px 30px 0; }

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 20px;
  text-align: left; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

.after-entry .widget:last-of-type {
  margin-bottom: 0; }

.breadcrumb {
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.woocommerce-breadcrumb {
  display: block;
  font-size: 14px;
  margin-top: 20px; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  margin: 15px auto 0; }

.site-inner .archive-description {
  margin: 20px auto 40px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center; }

.site-inner .archive-description h1 {
  width: 100%; }

.entry-title {
  font-size: 30px;
  margin-bottom: 10px; }

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5; }

.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px; }

img.alignnone,
.alignnone {
  margin-bottom: 15px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px; }

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px; }

.home_feature_blog {
  float: left;
  width: 100%; }

.home_wrap {
  display: flex;
  align-items: center;
  max-width: 1400px;
  float: none;
  margin: 0 auto; }

.home_feature_image {
  position: relative;
  padding-bottom: 56.25%; }

.home_feature_image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9; }

.home_feature_image_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  z-index: 10;
  padding: 30px 5%; }

.home_feature_image_title h3 {
  color: #FFFFFF;
  margin-bottom: 0px;
  font-size: 180%; }

.home_cta_block {
  text-align: center;
  background: #FFFFFF; }

.home_cta_block .home_cta_inner {
  padding-bottom: 75%;
  position: relative;
  background-size: cover; }

.home_cta_title {
  position: relative;
  top: -15px; }

.home_cta_block h3.widget-title {
  display: inline-block;
  padding: 4px 3px;
  text-transform: capitalize; }

.home_cta_block span.title_accent {
  padding: 2px 6px;
  position: relative;
  display: inline-block;
  top: 2px;
  right: 0px;
  background: #FFFFFF;
  z-index: 9;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.home_cta_block span.title_bg {
  position: relative;
  background: #f1edf6;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.home_cta_block:hover span.title_accent {
  background: #f1edf6; }

.home_cta_block:hover span.title_bg {
  background: #5f3393; }

.button_outer a.button:link, .button_outer a.button:visited {
  padding: 0px 12px;
  vertical-align: middle;
  line-height: 15px;
  height: 30px;
  display: table-cell; }

.button_outer a.button:active, .button_outer a.button:hover {
  padding: 0px 12px;
  vertical-align: middle;
  line-height: 15px;
  height: 30px;
  display: table-cell; }

.button_outer .button {
  letter-spacing: 0px;
  font-size: 13px; }

.masonry_grid_container {
  float: none;
  margin: 20px auto 0px;
  width: 1080px; }

.masonry_grid {
  width: 100%;
  float: left;
  margin-top: 0px;
  position: relative; }

.block_outer {
  width: 33.3%; }

.partner_slide_wrap {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flex;
  display: -webkit-flex; }

.partner_slide img {
  max-height: 180px;
  width: auto; }

.partner_slides_container {
  text-align: center;
  margin-bottom: 30px; }

.partner_slides_container h3 {
  margin-top: 60px; }

.partner_slides_container p {
  margin-bottom: 0px; }

.partner_slides_container .button {
  margin: 15px 5px 0px; }

.partner_block {
  margin-bottom: 30px; }

.partner_block .button_outer {
  margin-top: 5px; }

.partner_block img {
  max-height: 150px;
  width: auto; }

.partners_page .entry-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center; }

.akd_intro_logo {
  position: absolute;
  top: 24%;
  left: -15%;
  opacity: 0.1;
  background-image: url(images/logo-alt.png);
  width: 145px;
  height: 103px;
  background-size: cover; }

.home_callout_container {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
  background: #f1edf6; }

.callout_text {
  padding: 0px 6%; }

.callout_text .button {
  margin-right: 5px; }

.callout_text .button i {
  margin-left: 5px; }

.callout_image {
  display: table;
  height: 500px;
  width: 50%; }

.callout_image_inner {
  display: table-cell;
  vertical-align: middle; }

.callout_text_inner {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.callout_text p {
  margin-bottom: 0px; }

.callout_text h3 {
  margin: 0px auto 15px; }

.callout_left, .callout_right {
  width: 100%;
  float: left; }

.callout_text {
  width: 50%;
  height: 500px;
  display: table; }

.callout_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: inline-block; }

.callout_left .callout_text {
  float: left; }

.callout_left .callout_image {
  float: right;
  text-align: left; }

.callout_right .callout_text {
  float: right; }

.callout_right .callout_image {
  float: left;
  text-align: right; }

.callout_text .button {
  margin-top: 15px; }

.page_callout_container {
  max-width: 840px;
  float: none;
  margin: 20px auto; }

.about_callout_container {
  max-width: 1140px;
  float: none;
  margin: 0px auto; }

.section-wrap .section {
  min-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.section-header {
  z-index: 99;
  margin: auto;
  text-align: center; }

a.ft_button {
  font-weight: 700;
  font-style: italic; }

.home_feature_text {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
  height: 100%;
  padding: 20px 3%; }

.home_feature_text_inner {
  padding: 0 5%; }

.home_feature_text h3 {
  margin-bottom: 0px; }

.home_feature_text p {
  margin: 10px 0px; }

.home_feature_block {
  flex: 1 0 33.333333%;
  position: relative; }

.home_feature_video {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%; }

.home_feature_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.blog-wrapper {
  float: none;
  position: relative;
  width: 1080px;
  margin: 0 auto; }

.blog-wrapper a {
  color: #333; }

.blog-wrapper .button {
  margin-top: 15px;
  color: #fff;
  background: #5f3393;
  text-align: center; }

.blog-wrapper .button:hover {
  background: #4d106f; }

.blog-wrapper .block {
  margin-bottom: 90px;
  float: left;
  width: 100%; }

.blog-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 0; }

.blog-wrapper img {
  float: left;
  margin-right: 30px; }

.blog-entry-header {
  float: right;
  padding: 0 5%;
  background: #fff; }

.blog-entry-header p {
  margin-bottom: 4px; }

.post-summary {
  float: left;
  position: relative;
  width: 33%;margin-bottom:25px; }
  
.post-summary a {
  color: #333; }

.post-summary .button {
  margin-top: 15px;
  color: #fff;
  background: #5f3393;
  text-align: center; }

.post-summary .button:hover {
  background: #4d106f; }

.post-summary .post_media {
  position: relative;
  width: 90%;
  margin: 0 auto 15px; }

.post-summary .post_media img {
  display: block;
  width: 100%; }

.post-summary .post_date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  height: 1;
  line-height: 25px;
  padding: 0px 10px;
  background: #e6e1f0; }

.post-summary h2 {
  margin-top: 30px;
  margin-bottom: 0; }

.post_entry {
  padding: 0 5%;
  margin-bottom: 20px; }

.footer-widget-area .one-half {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }

.home-logo-heading {
  float: left;
  width: 100%;
  margin-top: 30px; }

.home-logo-heading h3 {
  text-align: center !important; }

.front-page-5 .widget {
  width: 48.717948717948715%;
  margin-left: 1%;
  float: left;
  text-align: center;
  padding: 40px 5%; }

.featured-full {
  width: 100%;
  background-size: cover;
  height: 400px; }

.social-links {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  display: -ms-flex;
  display: -webkit-flex; }

.social-links a {
  height: 32px;
  width: 32px;
  margin: 5px;
  display: inline-block; }

.social-links svg {
  background: white;
  fill: #5f3393;
  border-radius: 50%;
  padding: 5px; }

.measure_detail {
  margin-bottom: 10px;
  display: inline-block; }

.woocommerce-product-details__short-description p {
  margin-bottom: 12px; }

.tagged_as {
  margin-top: 10px; }

.home_products_wrap h4 {
  text-align: center;
  margin: 35px auto 25px; }

.home_products_wrap li a {
  color: #000000; }

.home_products_wrap ul {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px; }

.home_products_wrap li {
  flex: 1 1 24%;
  text-align: center; }

.home_products_wrap li h2 {
  font-size: 18px;
  margin: 20px auto 10px;
  padding: 0 3%;
  display: inline-block; }

.home_products_wrap li span.price {
  display: block;
  margin-bottom: 10px; }

.home_cta_container {
  float: left;
  margin: 25px auto;
  width: 100%; }

.home_feature_blog {
  float: left;
  width: 100%; }

.home_feature_wrap {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0; }

.home_feature_wrap .home_blog_entry {
  flex: 1 1 33%;
  text-align: center;
  padding: 20px; }

@media only screen and (max-width: 800px) {
  .home_feature_wrap .home_blog_entry {
    flex: 1 1 50%;
    text-align: center;
    padding: 20px; } }

@media only screen and (max-width: 500px) {
  .home_feature_wrap .home_blog_entry {
    flex: 1 1 100%;
    text-align: center;
    padding: 20px; } }

.home_feature_image {
  position: relative;
  padding-bottom: 56.25%; }

.home_feature_image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9; }

.home_feature_image_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  z-index: 10;
  padding: 30px 5%; }

.home_feature_image_title h3 {
  color: #FFFFFF;
  margin-bottom: 0px;
  font-size: 180%; }

/* Widgets
---------------------------------------------------------------------------- */
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 5px 0 0 15px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.enews-widget input[type="text"] {
  text-align: left; }

  .enews form { text-align:center; }

.enews-widget input {
  font-size: 16px;
  padding: 12px;
  margin-bottom: 16px; 
display:inline-block;
width:auto; margin-right:5px; }

.enews-widget input[type="submit"] {
  background-color: #5f3393;
  color: white;
  margin: 0;
  width: auto;
display:inline-block;
}

.enews input {
  -webkit-appearance: none;
  border-radius: 0; }

.footer-widgets-4 .widget_text {
  margin-bottom: 5px; }

.footer-widgets-4 .enews {
  margin: 0 auto; }

.footer-widgets-4 .widget-title {
  margin-bottom: 10px;
  font-size: 20px;
  margin-right: 20px; }

.footer-widgets-4 .enews-widget input {
  margin-bottom: 0;
  width: auto;
  margin-right: 0px;
  padding: 10px;
  border: none;
float:left;}

.footer-widgets-4 .enews-widget input[type="submit"] {
  margin-right: 0;
  padding: 10px 0px;
  min-width: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; display:inline-block; }

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 800px) {
  .facetwp-facet {
    float: left;
    width: 100%;
    text-align: left; }
  .post-summary {
    float: none;
    width: auto; }
  .js nav.nav-primary {
    display: none;
    width: 100%; }
  .js .site-header nav .wrap {
    padding: 0; }
  .js nav.pagination {
    display: block; }
  .nav-primary {
    padding: 0 2%; }
  .nav-primary .sub-menu-toggle {
    background-color: #e6e1f0;
    color: #5f3393;
    padding: 0 12px; }
  .nav-secondary .sub-menu-toggle {
    background-color: transparent;
    color: #5f3393;
    padding: 0 12px; }
  .nav-secondary .sub-menu-toggle:hover {
    color: #000000; }
  .sub-menu-toggle,
  .menu-toggle {
    border-width: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0; }
  button.menu-toggle,
  button.menu-toggle:hover,
  button.menu-toggle:active {
    position: absolute;
    right: 0;
    top: 0;
    background: #e6e1f0;
    margin: 0px auto 0px;
    padding: 0px 0px;
    height: 65px;
    line-height: 65px;
    z-index: 999999999999;
    width: 15%;
    text-align: center; }
  .site-header .menu-toggle {
    border: 0; }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    margin: auto;
    color: #5f3393;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 28px !important;
    height: 28px !important;
    width: 28px !important; }
  .nav-primary .genesis-nav-menu .menu-item > a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    height: 45px;
    line-height: 45px; }
  .nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    height: 100%;
    line-height: 35px;
    font-size: 15px; }
  .nav-primary .wrap {
    padding: 0; }
  .nav-primary .sub-menu li {
    border-bottom: 1px solid #f1edf6;
    border-left: 1px solid #f1edf6; }
  .nav-primary .sub-menu-columns .sub-menu {
    width: 49%; }
  .nav-primary .sub-menu-columns ul.sub-menu li {
    display: inline-block;
    width: 220px; }
  .nav-primary .sub-menu-columns ul.sub-menu li {
    display: block;
    width: auto; }
  .nav-primary .genesis-nav-menu .sub-menu a {
    background: #e6e1f0; }
  .nav-primary .sub-menu-columns ul.sub-menu li:nth-child(odd) {
    margin-right: 0px;
    border-right: none;
    float: none; }
  .nav-primary .sub-menu-columns ul.sub-menu li:nth-child(even) {
    margin-right: 0px;
    border-right: none;
    float: none; }
  .nav-secondary li {
    position: relative; }
  .genesis-nav-menu .sub-menu .sub-menu-toggle:hover {
    color: #4d106f; }
  .genesis-nav-menu .sub-menu .sub-menu-toggle {
    float: right;
    line-height: 35px;
    height: 35px;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    margin: 0px auto 0px; }
  .genesis-nav-menu .sub-menu-toggle {
    float: right;
    line-height: 45px;
    height: 45px;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    margin: 0px auto 0px; }
  .genesis-nav-menu .dashicons,
  .genesis-nav-menu .dashicons-before:before {
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
    display: block;
    font-size: 28px;
    line-height: 28px;
    height: auto;
    width: auto; }
  .sub-menu-toggle.activated:before {
    content: "\f142"; }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin: 1px 0;
    position: relative;
    text-align: left; }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .js .genesis-nav-menu .sub-menu {
    border: none; }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none; }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 10px;
    position: static;
    width: 100%; }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; }
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #fff;
    color: #5f3393;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .footer-widgets-4 .enews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-widgets-4 .widget-title {
    margin-bottom: 20px; }
  .footer-widgets-4 form {
    width: 100%; } }

@media only screen and (max-width: 620px) {
  .footer-widgets-4 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .footer-widgets-4 .enews-widget input {
    margin-right: 0;
    margin-bottom: 20px; }
  .footer-widgets-4 .enews-widget input:last-child {
    margin-bottom: 10px; } }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5; }

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px; }

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden; }

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px; }

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600; }

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300; }

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important; }

.site-container .entry-content .wpforms-form textarea {
  padding: 15px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px; }

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px; }

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: none; }

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background: #f1edf6;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px; }

.site-header .wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: right;
  display: -ms-flex;
  display: -webkit-flex;
max-width: 1200px; }

.top_header_wrap .wrap,
.site-header .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.utility-bar {
  text-align: center;
  padding: 5px 0; }

.top_header_wrap {
  background-color: #f1edf6;
  color: #777; }

.top_header_wrap .wrap {
  position: relative;
  display: flex;
  width: 94%;
  margin: 0 auto;
  align-items: center;
  flex-direction: row;
  display: -ms-flex;
  display: -webkit-flex; }

.header_column {
  width: 33.3333%; }

.utility-bar p {
  margin-bottom: 0;
  font-size: 15px; }

.top_menu {
  overflow: hidden; }

.top_menu li:not(:last-child):before {
  content: "|";
  position: relative;
  padding-left: 8px;
  padding-right: 8px; }

.top_menu li.menu-item {
  float: right;
  font-size: 14px;
  line-height: 2; }

.top_menu li.menu-item a {
  padding: 0px 10px;
  font-weight: 700; }

.before-header {
  background-color: #fff;
  line-height: 1;
  width: 100%;
  z-index: 99; }

.before-header .wrap {
  padding: 15px;
  text-align: center; }

.before-header p:last-child {
  margin-bottom: 0; }

#mega-menu-wrap-secondary, #mega-menu-wrap-secondary #mega-menu-secondary {
  position: static !important; }

#mega-menu-secondary li:first-child .mega-sub-menu .mega-menu-row {
  max-width: 1280px !important;
  float: none !important;
  margin: 0px auto !important; }

#mega-menu-secondary li:first-child .mega-sub-menu {
  margin-top: 15px !important; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: none !important;
  max-width: 900px;
  margin: 0 auto; }

.mega-sub-menu .widget_text {
  margin: 0px 10px 15px !important; }

.mega-sub-menu .widget_text img {
  margin: 15px auto 10px;
  padding: 0 5px; }

div.product-search-results-content {
  width: 450px !important; }

@media only screen and (max-width: 800px) {
  .header_column {
    width: 48%; }
  .utility-bar {
    text-align: left; }
  .top_header_left {
    display: none; }
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px !important;
    padding-left: 0px !important; }
    
    #mega-menu-wrap-secondary #mega-menu-secondary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-secondary #mega-menu-secondary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  visibility: visible;
  height: 100vh;
  max-height: 480px;
  /*! width: 100%; */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

  #mega-menu-secondary li:first-child .mega-sub-menu {
    margin-top: 0px !important; }
  .woocommerce-products-header {
    flex-direction: column; }
  .mega-sub-menu .widget_text {
    margin: 0px 0px 0px !important; }
  .mega-sub-menu .widget_text img {
    margin: 0px auto 5px;
    padding: 0px; }
  h4.mega-block-title {
    margin-bottom: 8px;
    font-size: 16px !important; }
  .utility-bar p {
    font-size: 12px; }
  .top_menu li.menu-item {
    font-size: 12px; } }

div.product-search-results-content {
  width: 450px !important; }

/* Title Area
--------------------------------------------- */
.title-area {
  width: 20%;
  margin: 0 auto; }

.header-left {
  align-items: center;
  display: flex;
  justify-content: left;
  text-align: left;
  width: 40%; }

.header-left .widget:first-child {
  margin-right: 20px; }

.header-left .akd-exclusive-wrapper p {
  text-align: center;
  line-height: 1;
  padding: 5px 0px; }

.header-left .akd-exclusive-wrapper a {
  padding: 0 15px;
  color: #000000;
  background: #e6e1f0;
  display: block;
  height: 100%;
  line-height: 54px; }

.header-widget-area {
  width: 40%; }

.wp-custom-logo .title-area {
  max-width: 120px;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 100%; }

.wp-custom-logo .title-area img {
  width: auto; }

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.nav-primary .small-site-title > a {
  background-position: center !important;
  background-size: contain !important;
  background: url(images/fixed-nav-logo.png) no-repeat;
  float: left;
  min-height: 58px;
  width: 95px;
  margin-left: 8%; }

li.small-site-title {
  border-bottom: none !important; }

.nav-primary .small-site-title {
  width: 110px; }

.site-header.fixed {
  top: 0;
  width: 100%;
  z-index: 999;
  position: fixed; }

.before-header {
  height: 39px; }

.nav-primary .small-site-title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: transparent;
  z-index: 99; }

.nav-primary .wrap .small-site-title a,
.nav-primary .wrap .small-site-title a:hover {
  color: #fff; }

.nav-primary.fixed .small-site-title {
  opacity: 1; }

@media only screen and (max-width: 1020px) {
  .home_cta_block {
    width: 50%;
    float: left; }
  .site-header {
    padding: 0 0px; } }

@media only screen and (max-width: 800px) {
  .header-left {
    width: 50%; }
  .header-widget-area {
    width: 100%; }
  #mega-menu-wrap-secondary {
    width: 100% !important; }
  #mega-menu-wrap-secondary #mega-menu-35215-0-3 {
    display: none !important; }
  .title-area {
    display: none; }
  .site-header .header-left {
    display: none; }
  .site-header {
    padding-left: 0px;
    padding-right: 0px; }
  .callout_left, .callout_right {
    width: 100%;
    float: none; }
  .callout_text {
    width: auto;
    height: auto;
    display: table;
    margin-top: 25px; }
  .callout_image img {
    width: auto;
    height: 500px;
    object-fit: cover;
    display: block; }
  .callout_image {
    display: table;
    height: block;
    width: auto; }
  .home_callout_container {
    margin: 0px auto;
    display: inline-block;
    width: 100%; }
  .site-inner {
    padding: 0 1%; }
  .content .button {
    display: block; }
  .front-page-5 .widget {
    width: auto;
    float: none; } }

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1; }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  display: none;
  position: relative; }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5; }

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000; }

.menu-toggle.activated::before {
  content: "\f335"; }

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  width: 100%;
  background: #f1edf6; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 2px !important; }

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

  body:not(.home) .content {
    max-width: 80%;
    margin: 0 auto;
  }
  .fullwidth-landing-page .entry-content {
    width: 600px;
    margin: 0 auto;
  }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-top: 10px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

/* Entry Meta
--------------------------------------------- */
.site-inner .entry-header {
  text-align: center;
  align-content: center;
  align-items: center;
  margin-top: 20px; }

.site-inner .entry-header h1 {
  width: 100%; }

.entry-header img {
  display: inline-block;
  margin-bottom: 20px; }

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px; }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px; }

.sidebar .widget {
  margin-bottom: 20px; }

.sidebar p {
  margin-bottom: 20px; }

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #f1edf6;
  clear: both;
  padding: 60px 0; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px; }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #f1edf6;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

.copyright {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: left; }

.site-footer .wrap {
  display: flex;
  flex: 1 1 auto;
  align-items: center; }

.footer_cards {
  float: right;
  margin-right: 10%; }

.footer_cards img {
  width: 25%;
  height: 25px;
  width: auto;
  margin-left: 10px; }

img.single_product_co_logo {
  float: right;
  margin: 0px 0px 0px 0px;
  width: 40%; }

@media only screen and (max-width: 800px) {
  .site-inner {
    padding-left: 1%;
    padding-right: 1%; }
  body {
    font-size: 16px;
    line-height: 1.625; }
  .copyright {
    display: block;
    text-align: left; }
  .site-footer .wrap {
    display: block;
    text-align: left; }
  .footer_cards {
    margin-top: 20px;
    float: left; }
  .footer-widgets-2 {
    margin-bottom: 0px; }
  .footer-widgets-2:after {
    content: " ";
    display: block;
    border-top: 2px solid #000000;
    opacity: 0.1;
    width: 10%;
    margin-bottom: 10px;
    padding-top: 0; }
  .footer-widgets {
    padding-bottom: 20px; }
  .home_products_wrap li {
    flex: 0 0 50%; }
  .home_wrap .one-half {
    flex: 0 0 50%; } }

@media only screen and (max-width: 500px) {
  .home_feature_banner_wrap img, img.archive_ft_img {
    height: 120px;
    object-fit: cover;
    width: auto; }
  .home_wrap .one-half {
    flex: 0 0 100%; }
  .home_wrap {
    flex-direction: column; } }

.footer-location {
  padding: 0 5%;
  margin-bottom: 10px; }

.footer-location h5 {
  font-size: 16px;
  font-weight: 300; }

.footer-location h5, .footer-location h4.entry-title a {
  margin-bottom: 5px;
  color: #5f3393; }

.footer-widgets-1 img {
  width: 200px; }

.footer-widgets .widget-title {
  margin-top: 0px; }

.widget_nav_menu ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-style: italic;
  font-size: 15px; }

.footer-widget-area, .site-footer, .widget_nav_menu ul li {
  font-size: 14px; }

.footer-widgets li:after {
  content: " ";
  display: block;
  border-top: 2px solid #000000;
  opacity: 0.1;
  width: 10%;
  margin-top: 10px;
  padding-top: 0; }

.footer-widgets li:last-child:after {
  margin-bottom: 0;
  border-top: 1px solid transparent; }

.simple-social-icons li a {
  border-radius: 50% !important;
  font-size: 20px !important; }

.footer-recent-single {
  margin-bottom: 10px;
  float: left; }

#accordion p {
  margin-bottom: 10px; }

#accordion {
  font-size: 15px; }

#accordion ul {
  font-size: 14px; 
margin-left: 30px;}

#accordion ul li {
  margin-bottom: 5px; }

#accordion h4 {
  font-weight: 700;
  font-size: 17px; }

#accordion h5 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px; }

.product_sku {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px; }

.product_meta span {
  float: left;
  display: inline-block; }
  
  .widget_product_search {
    overflow: auto; }
  .widget_product_search #searchform {
    float: left; }
  .widget_product_search input[type=text], .widget_product_search button[type=submit] {
    border-radius: 0;
    padding: 6px; }

  .widget_product_search button[type=submit] {
    float: right;
    background: #000;
    padding: 8px;
    color: #fff; }
  .widget_product_search button[type=submit]:hover, .widget_product_search button[type=submit]:focus {
    background: #000; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal; }
    .widget_product_search input[type=text] {
      width: 165px; }

   }

@media only screen and (min-width: 960px) {

  
  /* Site Header
	--------------------------------------------- */
  .site-header {
    position: relative;
    top: 0;
    z-index: 9999; }
  .admin-bar .site-header {
    top: 32px; }
  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block; }
  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5; }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px; }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out; }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px; }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: none;
    float: none;
    width: auto; }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px; }
  .container_page_top {
    text-align: center;
    margin: 15px auto;
    padding: 20px;
    background: #f1edf6;
    position: relative;
    overflow: hidden; }
  .feature_page_top {
    padding: 20px 0px;
    position: relative;
    z-index: 9; }
  .feature_page_top h3 {
    margin-bottom: 20px; }
  .wholesale-page .content .entry-header, .wholesale-page .content .entry-content {
    z-index: 99;
    text-align: left;
    position: relative; }
  .wholesale-page .site-inner .content .entry h1.entry-title {
    text-align: center; }
  .wholesale-page .site-inner .entry p {
    margin-bottom: 0px; }
  .wholesale-page .site-inner .entry {
    margin-bottom: 0px;
    float: none;
    margin: 0 auto 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    max-width: 600px;
    text-align: center; }
  .whsl_acnt {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
    z-index: 0;
    background-size: cover;
    height: 600px;
    width: 100%; }
  .wholesale_reg_container {
    padding: 30px; }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 98%; }
  /* Content
	--------------------------------------------- */
  .page .content {
    float: none;
    margin: 0 auto;
    width: 90%; }
  .single-product .shopcontent {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 1400px; }
  .archive .shopcontent {
    width: 83%;
    float: right; }
  .single-post .content {
    float: none;
    margin: 0 auto;
    width: 800px; }
  .sidebar-content .content {
    float: right; }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: left;
    width: 15%; }
  .sidebar-content .sidebar {
    float: left; }
  img.archive_ft_img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .archive_header_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: left;
    position: relative;
    height: 400px;
    margin-top: 10px; }
  .archive_header {
    z-index: 1;
    position: relative; }
  .archive_header {
    padding: 20px;
    background: #e6e1f0; }
  .archive_header h1 {
    margin-bottom: 0px; }
  .home_feature_banner_wrap {
    float: left;
    width: 100%;
    margin: 10px auto; }
  .home_feature_banner_wrap img {
 
    width: 100%;
    object-fit: cover; }
  .product-search-filter-category-heading {
    margin-bottom: 10px; }
  .product-search-filter-search a, .product-search-filter-terms a, .product-search-filter-price a, .product-search-filter-extras a {
    font-size: 14px; }
  li.cat-item ul.children {
    padding: 0px 0px 0px 0px !important; }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px; }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px; }

  .after-entry .widget_text {
    padding-left:30px;
    padding-right:30px;margin-bottom:10px; }


  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px; }
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 23.076923076923077%; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px; }
  .sidebar-primary .facetwp-facet {
    text-align: left; }
   }

@media only screen and (min-width: 1536px) {
  .entry {margin-left:auto;
    margin-right:auto;max-width:1536px; }
  .home_products_wrap,
  .home_feature_blog {
    max-width:1536px;
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
}

@media only screen and (min-width: 960px) {
  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1200px; }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100%/4); }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 4); } }

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }
