/*
	Theme Name: Accent Pro
	Theme URI: http://wpstud.io/themes
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: WPStud.io || Frank Schrijvers
	Author URI: https://www.wpstud.io

	Version: 1.1.0

	Template: genesis
	Template Version: 2.2.6

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents


- Custom Fonts
- Fadeup Effect
- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
    - Printstyles
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content

	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Top Navigation
		- Fixed Navigation
		- Prev Next Post Navigation
		- Responsive Navigation
		- Skip Links
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer
		- Footer widgets
	- WooCommerce
		- Product rows
		- Navigation
		- Single product
		- Product tabs
		- Widgets
		- Messages
		- Checkout
		- Cart
		- Sales Badge
		- Media queries
	- Star Font
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- Simple Share
		- Lightslider
		- Grid Toggle
	- Media Queries
  - Custom Edits

*/


/* # Custom Fonts
---------------------------------------------------------------------------------------------------- */

/*
Font: 		Oakes Grotesk
Style: 		Bold
URL: 		https://www.youworkforthem.com/font/T7517/oakes-grotesk
Foundry: 	Samuel Oakes
Foundry: 	https://www.youworkforthem.com/designer/889/samuel-oakes
Copyright:	\(c\)2017 Oakes is a trademark of Samuel Oakes. All rights reserved.
Version: 	17
Created:	March 16, 2017
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'OakesGrotesk-Bold';
	src: url('fonts/oakes-grotesk-bold.eot');
	src: url('fonts/oakes-grotesk-bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/oakes-grotesk-bold.woff2') format('woff2'),
	     url('fonts/oakes-grotesk-bold.woff') format('woff'),
	     url('fonts/oakes-grotesk-bold.ttf') format('truetype'),
	     url('fonts/oakes-grotesk-bold.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Font: 		oh livey
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T8077/oh-livey
Foundry: 	Skyla Design
Foundry: 	https://www.youworkforthem.com/designer/777/skyla-design
Copyright:	Copyright (c) 2017 by Skyla Design. All rights reserved.
Version: 	17
Created:	July 13, 2017
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'ohlivey-Regular';
	src: url('fonts/oh-livey-regular.eot');
	src: url('fonts/oh-livey-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/oh-livey-regular.woff2') format('woff2'),
	     url('fonts/oh-livey-regular.woff') format('woff'),
	     url('fonts/oh-livey-regular.ttf') format('truetype'),
	     url('fonts/oh-livey-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Ricardo */

@font-face {
    font-family: 'ricardoregular';
    src: url('fonts/ricardo-regular-webfont.eot');
    src: url('fonts/ricardo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ricardo-regular-webfont.woff2') format('woff2'),
         url('fonts/ricardo-regular-webfont.woff') format('woff'),
         url('fonts/ricardo-regular-webfont.ttf') format('truetype'),
         url('fonts/ricardo-regular-webfont.svg#ricardoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ricardolight';
    src: url('fonts/ricardo-light-webfont.eot');
    src: url('fonts/ricardo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ricardo-light-webfont.woff2') format('woff2'),
         url('fonts/ricardo-light-webfont.woff') format('woff'),
         url('fonts/ricardo-light-webfont.ttf') format('truetype'),
         url('fonts/ricardo-light-webfont.svg#ricardolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */
.js .fadeup-effect {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease-in-out; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-animation-name: fadeInUp; }

/* Variables & Mixins */
/*
# HTML5 Reset and Clearfix
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

/* abbr[title] {
  border-bottom: 1px dotted; } */

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ## 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,
.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,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -webkit-font-smoothing: antialiased; }

/* Chrome fix */
body > div {
  font-size: 1.8rem; }

body {
  background-color: #fff;
  color: #3b3b3b;
  font-family: 'ricardolight', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.825;
  margin: 0; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button-light,
.button-dark,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  color: #5C3677;
  text-decoration: none; }

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

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

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0; }

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

blockquote {
  margin: 40px; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

span.category {
  background: #5C3677;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 4px;
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase; }
  span.category a {
    color: #fff;
    text-decoration: none; }

.content-sidebar .category {
  margin: 0 0 10px 0; }

article.page .entry-content p:first-child, article.post .entry-content p:first-child {
  font-weight: 400; }

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3f3f;
  font-family: 'OakesGrotesk-Bold', sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

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

img {
  height: auto; }

.entry .post-image {
  margin-bottom: 24px; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  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-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.625;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  font-family: 'ricardolight', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 1px; }

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

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

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-light,
.button-dark {
  background: #5C3677;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 14px 24px;
  text-transform: uppercase;
  width: auto;
  font-family: 'ricardolight', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1; }
  button a,
  input[type="button"] a,
  input[type="reset"] a,
  input[type="submit"] a,
  .button a, .button-light a, .button-dark a {
    color: #fff; }

.button-light {
  background-color: #eaeced;
  color: #666; }

.button-dark {
  background-color: #252b33; }

.entry .button, .entry .button-light, .entry .button-dark, .entry .button-light, .entry .button-dark {
  float: left;
  margin-right: 4px; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button-light:hover,
.button-dark:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.button-light:focus,
.button-dark:focus {
  background: #31ED8B;
  color: #fff; }
  button:hover a,
  input:hover[type="button"] a,
  input:hover[type="reset"] a,
  input:hover[type="submit"] a,
  .button:hover a, .button-light:hover a, .button-dark:hover a,
  button:focus a,
  input:focus[type="button"] a,
  input:focus[type="reset"] a,
  input:focus[type="submit"] a,
  .button:focus a, .button-light:focus a, .button-dark:focus a {
    color: #fff; }

.button-light:hover {
  background-color: #cfd3d5; }

.button-dark:hover {
  background-color: #101215; }

.entry-content .button:hover, .entry-content .button-light:hover, .entry-content .button-dark:hover,
.entry-content .button:focus,
.entry-content .button-light:focus,
.entry-content .button-dark:focus {
  color: #fff; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .button-light,
.footer-widgets .button-dark {
  background-color: #5C3677;
  color: #fff; }

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button-light:hover,
.footer-widgets .button-dark:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus,
.footer-widgets .button-light:focus,
.footer-widgets .button-dark:focus {
  background-color: #fff;
  color: #333; }

.button, .button-light, .button-dark {
  display: inline-block; }

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

.more-link {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  color: #3b3b3b;
  cursor: pointer;
  display: table;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.825;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s;
  white-space: normal;
  width: auto; }

.more-link:after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.more-link:hover:after {
  margin: 0 0 0 8px; }

.content-sidebar .more-link, .sidebar-content .more-link {
  margin: inherit;
  margin-top: 2em; }

select {
  background: #fff url("images/down-arrow@2x.png") no-repeat right 20px center;
  background-size: 9px 6px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 20px 7px 7px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

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

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

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

.footer-widgets .screen-reader-text {
  color: #fff; }

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

.more-link {
  position: relative; }

/* ## Print Styles
--------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !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;
    top: -100px; }
  .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; } }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1140px; }

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1140px; }

.home .site-inner {
  padding: 0; }

.page-template-home .site-inner {
  padding: 0; }
  .page-template-home .site-inner .wrap {
    padding: 0; }

.content-sidebar .site-inner .wrap, .sidebar-content .site-inner .wrap {
  margin: 0 auto; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* ### Content */
.content, #content {
  float: right;
  width: 72.5%; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px; }

.full-width-content .content {
  width: 100%; }

.full-width-content .content-sidebar-wrap {
  margin: 0 auto;
  max-width: 960px; }

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 25%; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

.home .site-inner .wrap:before {
  display: none; }

.content-sidebar .site-inner .wrap:before {
  right: 33.3333%; }

.sidebar-content .site-inner .wrap:before {
  left: 33.3333%; }

/*GRID */
/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {
  float: right;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-odd {
  clear: both;
  float: left;
  padding: 0 0 15px;
  width: 48%; }

.genesis-grid-even,
.genesis-grid-odd {
  margin: 0 0 20px; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.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; }

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

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

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

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  /* padding-bottom: 20px; */
  padding: 7.5% 15%; }
  .breadcrumb a {
    text-decoration: none; }

.archive-description,
.author-box {
/* margin-bottom: 40px; */
  padding: 7.5% 15%;
  text-align: left; }
  
.archive-description {
  font-size: 22px;
  font-size: 2.2rem;
 }
  
.author-box {
  font-size: 18px;
  font-size: 1.8rem;
}

.archive .author-box,
.archive .archive-description {
  border-bottom: 1px solid #eee; }

.author-box-title {
  font-family: 'OakesGrotesk-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 10px 6px 0;
  text-transform: uppercase; }

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

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative; }
  .search-form input[type="submit"] {
    font: normal normal normal 14px/1 FontAwesome; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form,
.site-header .search-form {
  width: 240px; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  font-family: FontAwesome;
  background: none;
  border: none;
  color: #595959;
  line-height: normal;
  padding: 14px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle; }

.widget_search input[type="submit"] {
  background: transparent;
  position: absolute;
  right: 0; }

.widget_search input[type="search"] {
  font-size: 14px; }

.search-form input[type="submit"]:hover {
  background: none;
  border: none;
  color: #333; }

.error404 .entry-content .search-form {
  margin: 0 auto;
  width: 248px; }
  .error404 .entry-content .search-form input[type=search] {
    float: left;
    width: 180px; }
  .error404 .entry-content .search-form input[type="submit"] {
    float: left;
    height: 40px;
    padding: 14px 21px; }

#searchform {
  float: right;
  position: relative;
  width: 220px; }
  #searchform input {
    font-size: 13px;
    /* font-style: italic; */ } 

#searchform:before,
.woocommerce-product-search:before {
  content: "\f002";
  color: #999;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 14px; }

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 40px; /*org: 20px*/
  font-size: 4rem; }

.entry-title {
  font-family: 'OakesGrotesk-Bold', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  margin: 20px 0; }

.content-sidebar .entry-title, .sidebar-content .entry-title {
  text-align: left; }

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

.entry-title a:hover,
.entry-title a:focus {
  color: #5C3677; }

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 10px 13px 0;
  text-align: left; }

.footer-widgets .widget-title {
  color: #fff; }

/* ## 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 {
  display: block;
  margin: 0 auto 24px; }

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

img.alignright.entry-image {
  margin-bottom: 0; }

img.alignleft.entry-image {
  margin-bottom: 0; }

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

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

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  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 28px; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  word-wrap: break-word; }

aside .widget a {
  color: #3f3f3f; }

.before_footer .widget a {
  color: #fff; }

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

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

.widget li {
  position: relative; }

.widget_calendar table {
  width: 100%; }

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

#front-intro {
  margin-bottom: 20px;
  overflow: auto; }
  #front-intro .col-left, #front-intro .col-right {
    float: left;
    overflow: auto; }
  #front-intro .col-left {
    margin-right: 2%;
    width: 69%; }
    #front-intro .col-left .banner-1 {
      background: #cecece;
      height: 600px;
      margin-right: 3%;
      width: 55.5%; }
    #front-intro .col-left .banner-2 {
      background: #cecece;
      height: 600px;
      width: 41.5%; }
  #front-intro .col-right {
    overflow: hidden;
    width: 29%; }
    #front-intro .col-right .banner-3, #front-intro .col-right .banner-4 {
      background: #cecece;
      height: 290px;
      width: 100%; }
    #front-intro .col-right .banner-3 {
      margin-bottom: 20px; }
  #front-intro .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
  #front-intro .banner {
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0) scale(1, 1); }
    #front-intro .banner .bg-color {
      background: #fff;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
    #front-intro .banner .content {
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      color: #000;
      left: 15%;
      padding: 5%;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 70%;
      z-index: 20; }
      #front-intro .banner .content .text {
        color: #424243;
        font-family: 'ricardoregular', sans-serif;
        /* font-style: italic; */
        font-weight: 400;
        letter-spacing: normal; }
        #front-intro .banner .content .text a {
          color: #000;
          font-weight: 700; }
        #front-intro .banner .content .text a:hover {
          border-bottom: 1px dotted #fff; }
      #front-intro .banner .content h2 {
        color: #424243;
        font-weight: 400;
        font-size: 18px; }
      #front-intro .banner .content .button, #front-intro .banner .content .button-light, #front-intro .banner .content .button-dark {
        background: #3b3b3b;
        clear: both;
        color: #fff;
        margin: 5px 10px 0 0;
        padding: 8px 24px;
        position: relative;
        z-index: 10;
        overflow: hidden; }
    #front-intro .banner .image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      max-height: 600px;
      overflow: hidden;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      transition: all 0.3s ease; }
  #front-intro .banner:hover .image {
    transform: scale(1.1); }
  #front-intro .on-hover-visible {
    opacity: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s; }
  #front-intro .never-visible {
    opacity: 0; }

#front-section-0 .wrap {
  border: 2px dotted #e5e5e5;
  width: 100%;
  margin: 0 auto;
  font-size: 32px;
  padding: 24px; }

#front-section-0 .widget, #front-section-0 p {
  margin: 0;
  line-height: 1; }

#front-section-0 .button, #front-section-0 .button-light, #front-section-0 .button-dark {
  color: #fff;
  float: right;
  font-weight: 600; }

#front-section-0 .button:hover, #front-section-0 .button-light:hover, #front-section-0 .button-dark:hover {
  color: #fff !important; }

#front-section-1 {
  margin-top: 20px; }

#front-section-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  #front-section-2 .widget {
    padding: 80px 0; }
  #front-section-2 .wrap {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    text-align: center;
    z-index: 20; }
    #front-section-2 .wrap h2 {
      text-align: center; }

#front-section-2:after {
  background: #5C3677;
  bottom: 0;
  content: "";
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

#front-section-2 .widget-title:before {
  display: none; }

.front-section {
  float: left;
  width: 100%;
  overflow: visible;
  margin: 30px 0; }
  .front-section .widget-title {
    color: #5C3677;
    font-family: 'OakesGrotesk-Bold', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative; }
  .front-section .widget-title:before {
    background: #5C3677;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 5%; }
  .front-section mark {
    display: none; }
  .front-section article.post:nth-of-type(3) {
    margin-right: 0; }
  .front-section article.post {
    background: #fff;
    float: left;
    margin-bottom: 1%;
    margin-right: 2.75%;
    padding: 0;
    position: relative;
    width: 31.5%; }
    .front-section article.post a {
      margin: 0; }
    .front-section article.post .entry-header {
      padding: 20px; }
    .front-section article.post .entry-content {
      padding: 0 20px 20px; }
  .front-section .widget {
    margin-bottom: 0; }
  .front-section .entry-image {
    position: relative;
    transition: all 0.3s ease; }
  .front-section article.post:hover .entry-header .date-box,
  .front-section article.post:hover .entry-header .date-box-sc {
    opacity: 0.8; }
  .front-section article.post:hover .entry-image {
    transform: scale(1.05); }

/* COUNTDOWN WIDGET */
.gcd-countdown {
  text-align: center;
  position: relative;
  z-index: 40; }
  .gcd-countdown #clock {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 40px 0;
    text-align: center; }
    .gcd-countdown #clock div {
      border: 2px solid #fff;
      border-radius: 50%;
      display: inline-block;
      margin: 0 20px 20px;
      padding: 20px;
      text-align: center;
      width: 120px;
      height: 120px;
      padding: 32px; }
    .gcd-countdown #clock .label, .gcd-countdown #clock strong {
      display: block;
      font-size: 20px;
      line-height: 24px; }
  .gcd-countdown .button, .gcd-countdown .button-light, .gcd-countdown .button-dark {
    background: #fff;
    color: #5C3677;
    display: inline-block; }
  .gcd-countdown .widget-title {
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'OakesGrotesk-Bold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: normal; }
  .gcd-countdown .subtitle {
    color: #fff;
    font-weight: normal;
    opacity: .7; }

.before_footer {
  background: #5C3677;
  border-top: 4px solid;
  border-color: #5C3677;
  color: #fff;
  clear: both;
  padding: 60px 0; }
  .before_footer .one-third a, .before_footer .one-third h4 {
    margin-bottom: 0;
    letter-spacing: 1.8px; }
  .before_footer .one-third .icon {
    float: left;
    width: 10%;
    margin-top: 54px; }
    .before_footer .one-third .icon i {
      -webkit-transition: all 0.5s ease-in-out;
      color: #31ED8B;
      float: left;
      font-size: 32px;
      transition: all 0.5s ease-in-out; }
  .before_footer .one-third .detail {
    float: left;
    margin-left: 5%;
    width: 85%; }
    .before_footer .one-third .detail span {
      -webkit-transition: all 0.5s ease-in-out;
      display: inline-block;
      font-family: "ricardoregular", sans-serif;
      font-size: 16px;
      /* font-style: italic; */
      font-weight: normal;
      margin-top: 10px;
      opacity: .8;
      transition: all 0.5s ease-in-out; }

.sidebar .widget .widget-title {
  padding-top: 0;
  position: relative; }

.sidebar .featuredpost .post {
  float: left;
  width: 100%; }
  .sidebar .featuredpost .post .alignleft {
    margin: 0 10px 10px 0; }
  .sidebar .featuredpost .post .alignright {
    margin: 0 0 10px 10px; }
  .sidebar .featuredpost .post .alignnone {
    margin: 0 0 10px 0; }
  .sidebar .featuredpost .post .entry-title {
    margin: 0;
    padding: 0; }
  .sidebar .featuredpost .post .entry-title:before {
    display: none; }
  .sidebar .featuredpost .post .entry-meta {
    border-bottom: none; }

.sidebar .featuredpost .post:nth-child(even) {
  margin-right: 4%; }

.sidebar .featuredpost .entry-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 20px 0;
  padding-bottom: 10px; }

.sidebar .featuredpage .alignleft, .sidebar .featuredpage .alignright, .sidebar .featuredpage .alignnone, .sidebar .featuredpage .entry-image {
  width: 100%; }

.sidebar .featuredpage .entry-title {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.tagcloud a {
  display: inline-block;
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  margin-right: 4px;
  margin-bottom: 10px; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header, #shop-header {
  background-color: #fff;
  width: 100%;
  z-index: 999; }

.site-header .wrap {
  padding: 20px 0; }

#shop-header .col-left {
  float: left;
  width: 72.5%;
  margin-right: 2.5%; }

#shop-header .col-right {
  float: left;
  width: 25%; }

#shop-header .banner {
  float: left;
  height: 300px;
  overflow: hidden;
  position: relative; }
  #shop-header .banner .content {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 10%;
    text-align: center;
    width: 80%;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 20; }
    #shop-header .banner .content .text {
      font-family: 'ricardoregular', sans-serif;
      /* font-style: italic; */
      font-weight: 400;
      letter-spacing: normal; }
      #shop-header .banner .content .text a {
        color: #fff;
        font-weight: 700; }
      #shop-header .banner .content .text a:hover {
        border-bottom: 1px dotted #fff; }
    #shop-header .banner .content h2 {
      color: #fff;
      font-size: 18px;
      font-weight: 400; }
  #shop-header .banner .image,
  #shop-header .banner .vissible {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 600px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease; }
  #shop-header .banner .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }

#shop-header .banner:hover .image {
  transform: scale(1.1); }

#shop-header .on-hover-visible {
  opacity: 0;
  transition: all .4s ease-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s; }

#shop-header .never-visible {
  opacity: 0; }

#shop-header .banner-1 {
  margin-right: 3.5%;
  width: 55%; }

#shop-header .banner-2 {
  width: 41.5%; }

#shop-header .banner-3 {
  width: 100%; }

.custom-logo-link {
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  max-width: 30%; }
  .custom-logo-link img {
    display: block;
    margin: 0 auto; }

.header-image .title-area {
  padding: 0; }

.top-header {
  background: #f8f8f8;
  width: 100%; }
  .top-header .nav-secondary {
    float: right;
    margin-right: 20px; }
  .top-header .mini-cart {
    padding: 22px;
    width: 220px; }
  .top-header .top-widget {
    float: left;
    font-size: 20px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    line-height: 40px;
    margin: 12px 0;
    width: auto; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  display: inline-block;
  float: left;
  font-family: 'OakesGrotesk-Bold', sans-serif;
  font-weight: normal;
  font-size: 1em;
  padding: 36px 0;
  text-transform: uppercase;
  width: 25%; }
  .title-area .site-title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase; }
    .title-area .site-title a {
      color: #3b3b3b;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700; }
      .title-area .site-title a:hover, .title-area .site-title a:focus {
        color: #333; }
  .title-area .site-description {
    height: 0;
    margin: 0;
    text-indent: -9999px; }

.header-image .site-title > a {
  float: left;
  min-height: 72px;
  width: 100%; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header
.widget-area {
  float: right;
  padding: 0;
  text-align: right;
  width: 75%; }
  .site-header
.widget-area .widget {
    float: left;
    margin-bottom: 0;
    width: auto; }
    .site-header
.widget-area .widget p {
      font-family: 'ohlivey-Regular', cursive;
      font-weight: 500;
      font-size: 28px;
      font-size: 2.8rem;
      margin: 0; }
  .site-header
.widget-area .widget_product_search {
    float: right; }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  display: inline-block;
  float: none;
  font-family: 'OakesGrotesk-Bold', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  list-style: none;
  width: auto; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative; }
    .genesis-nav-menu .menu-item a {
      color: #3b3b3b;
      display: block;
      margin: 4px 16px;
      padding: 12px 0px;
      position: relative;
      text-decoration: none; }
  .genesis-nav-menu .highlight span {
    background-color: transparent;
    border: 1px solid #eee;
    padding: 10px 15px; }
  .genesis-nav-menu .highlight:hover {
    border-bottom: none; }
    .genesis-nav-menu .highlight:hover span {
      background-color: #333;
      color: #fff; }
  .genesis-nav-menu .current_page_item a {
    color: #5C3677; }
  .genesis-nav-menu .searchbox {
    float: right; }

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  text-decoration: none; }

.genesis-nav-menu .menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  vertical-align: bottom;
  position: absolute;
  right: -12px;
  line-height: 20px;
  margin: -3px auto 0; }

.genesis-nav-menu .sub-menu {
  -moz-transform: scale(0, 0);
  -moz-transition: opacity .4s ease-in-out;
  -moz-transition: all 500ms ease 0s;
  -ms-transform: scale(0, 0);
  -ms-transition: opacity .4s ease-in-out;
  -o-transform: scale(0, 0);
  -o-transition: opacity .4s ease-in-out;
  -o-transition: all 500ms ease 0s;
  -webkit-transform: scale(0, 0);
  -webkit-transition-delay: 0s;
  -webkit-transition: all 500ms ease;
  -webkit-transition: opacity .4s ease-in-out;
  background: #fff none repeat scroll 0 0;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  display: block !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 20px;
  position: absolute;
  transform-origin: 20% 20% 0;
  transform: scale(0, 0);
  transition: opacity .4s ease-in-out;
  transition: all 500ms ease 0s;
  width: 200px;
  z-index: 99; }
  .genesis-nav-menu .sub-menu .menu-item {
    margin-top: 0;
    padding-top: 0; }
  .genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    display: none; }

.genesis-nav-menu .sub-menu {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  width: 240px; }
  .genesis-nav-menu .sub-menu li {
    background-color: #fff;
    float: left;
    width: 200px; }
  .genesis-nav-menu .sub-menu a {
    color: #666666;
    border-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    text-align: left;
    word-wrap: break-word; }
  .genesis-nav-menu .sub-menu .menu-item a:hover:before {
    display: none; }

.genesis-nav-menu .sub-menu a:hover {
  color: #666666; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
  transform-origin: 20% 20% 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 500ms ease 0s; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

/* ## 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; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -54px; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  float: right;
  letter-spacing: 1px;
  padding: 30px 0;
  text-transform: uppercase;
  text-align: right; }
  .nav-primary .menu-item a {
    position: relative; }
  .nav-primary .menu-item a:before {
    background: #5C3677;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s; }
  .nav-primary .menu-item a:hover:before {
    right: 0;
    width: 100%; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
  float: right; }

.nav-secondary .menu-item {
  padding: 22px 0; }
  .nav-secondary .menu-item a {
    border-left: 1px solid #e5e5e5;
    color: #3b3b3b;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'ricardoregular', sans-serif;
    font-weight: 400;
    padding: 4px 10px;
    margin: 0; }

.nav-secondary .menu-item:nth-child(1) a {
  border-left: none; }

.nav-secondary .menu-item:hover a, .nav-secondary .menu-item:hover a:before {
  color: #5C3677; }

.nav-secondary .account a:before, .nav-secondary .checkout a:before, .nav-secondary .login a:before {
  color: #c6c6c6;
  display: block;
  float: left;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 6px;
  transition: all 0.3s ease; }

.nav-secondary .account a:before {
  content: "\f007"; }

.nav-secondary .checkout a:before {
  content: "\f283"; }

.nav-secondary .login a:before {
  content: "\f023"; }

/* ## Top Navigation
--------------------------------------------- */
.top-nav {
  background: #2C343A; }
  .top-nav .genesis-nav-menu {
    float: right; }
  .top-nav .menu-item a {
    color: #fff;
    padding: 16px; }
  .top-nav .menu-item:hover a {
    color: #daddde; }
  .top-nav .widget-area {
    float: right; }
    .top-nav .widget-area .widget {
      margin-bottom: 0; }
      .top-nav .widget-area .widget li {
        margin-bottom: 0 !important;
        width: auto; }
      .top-nav .widget-area .widget li a {
        padding: 16px 8px; }
      .top-nav .widget-area .widget li a:last-child {
        padding: 16px 0 16px 8px; }

/* ## Fixed Navigation
--------------------------------------------- */
.navbar-fixed-top {
  background-color: #fff;
  transition: all .5s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0; }
  .navbar-fixed-top .wrap {
    margin: 0 auto;
    max-width: 1140px; }

.fixed {
  margin-top: 64px; }

.hide {
  opacity: 0; }

/* ## Prev Next Post navigation
--------------------------------------------- */
.prev-next-navigation {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  float: left;
  width: 100%;
  padding: 40px 0; }
  .prev-next-navigation a {
    border-bottom: none !important;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    display: table;
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.825;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .prev-next-navigation a:first-child {
    float: left; }
  .prev-next-navigation a:hover:after {
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%; }

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 960px) {
  .genesis-nav-menu,
  .nav-primary {
    width: 100%; }
  .page-template-home .nav-primary {
    margin-top: 0; }
  .nav-primary {
    display: none; }
  nav {
    position: relative; }
  nav .wrap {
    padding: 0; }
  nav.pagination {
    display: block; }
  .nav-primary {
    margin-top: 0;
    z-index: 9999; }
  .menu-toggle,
  .sub-menu-toggle {
    color: #333;
    display: block;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: none;
    float: right;
    width: auto; }
  .sub-menu-toggle:hover, button:focus {
    background-color: transparent;
    color: #000; }
  .menu-toggle {
    background-color: #fff;
    border: none;
    position: relative;
    padding: 22px 0 13px 8px;
    right: 0;
    z-index: 1000;
    color: #333; }
  button.menu-toggle:hover, button.menu-toggle:focus {
    background-color: #fff;
    color: #333; }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    display: inline-block;
    font: normal normal normal 20px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0c9"; }
  .sub-menu-toggle {
    background: none;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    z-index: 100; }
  .sub-menu-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f107"; }
  .sub-menu-toggle.activated:before {
    content: "\f106"; }
  .sub-menu-toggle.activated {
    background: #fff; }
  .site-header .sub-menu {
    border: none; }
    .site-header .sub-menu .menu-item a {
      border-top: none;
      border-bottom: none; }
  .genesis-nav-menu .sub-menu:before,
  .genesis-nav-menu .searchbox {
    display: none; }
  .nav-primary .genesis-nav-menu .menu-item {
    background: #fff;
    border-top: none;
    display: block;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%; }
  .genesis-nav-menu .menu-item a {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 4px 0;
    padding: 20px 0; }
  .genesis-nav-menu .menu-item a:before {
    display: none; }
  .top-nav .genesis-nav-menu .menu-item a {
    border: none; }
  .nav-primary .genesis-nav-menu .menu-item:hover {
    border-top: none;
    padding-top: 0;
    position: relative; }
  .nav-primary ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .nav-secondary .genesis-nav-menu .menu-item {
    border-right: none; }
    .nav-secondary .genesis-nav-menu .menu-item a {
      border-bottom: none; }
  .nav-secondary .genesis-nav-menu .menu-item:first-child a {
    border-top: none; }
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0; }
  .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none; }
  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    width: 100%;
    opacity: 1; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; }
  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none; }
  .nav-primary .genesis-nav-menu .sub-menu a {
    width: 100%;
    padding: 10px 0; }
  .top-nav ul .menu-item {
    float: left;
    width: auto; }
    .top-nav ul .menu-item a {
      background: none;
      color: #fff !important; }
    .top-nav ul .menu-item a:hover {
      background: none; } }

/* ## Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.page .entry,
.single .entry {
  margin-bottom: 40px;
  padding-bottom: 0; }

.entry-image {
  margin-bottom: -8px; }

.page-template-page_blog .post-image {
  max-width: 100%; }

.page.page-template-page_blog .entry-content {
  max-width: none; }

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

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

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

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

img.alignleft.entry-image {
  margin: 0 5% 0 0;
  max-width: 40%; }

.page-template-page_blog img.alignleft.entry-image, .archive img.alignleft.entry-image {
  margin: 0 20px 20px 0;
  max-width: 45%; }

.page-template-page_blog img.alignright.entry-image, .archive img.alignright.entry-image {
  background: #fff;
  padding: 0 0 0 5%;
  margin: 0 0 20px 20px;
  max-width: 45%; }

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2; }

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
  content: " ";
  border-bottom: 1px solid #f0f0f0;
  margin: 40px auto;
  display: block; }

.error404 .entry-content {
  text-align: center; }
  .error404 .entry-content p:first-child {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 2em;
    line-height: 2; }
  .error404 .entry-content h3 {
    font-size: 104px;
    font-size: 10.4rem;
    letter-spacing: -9px; }
    .error404 .entry-content h3 span {
      color: #5C3677; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.sidebar-content .entry-header .entry-meta, .content-sidebar .entry-header .entry-meta {
  text-align: left; }

.sidebar-content .entry-footer .entry-meta, .content-sidebar .entry-footer .entry-meta {
  text-align: left; }

.featured-image-set {
  position: relative; }
  .featured-image-set .entry-header .date-box,
  .featured-image-set .entry-header .date-box-alignright,
  .featured-image-set .entry-header .date-box-alignleft,
  .featured-image-set .entry-header .date-box-sc {
    background-color: #5C3677;
    font-size: 12px;
    height: 82px;
    line-height: 20px;
    opacity: 1;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 82px;
    word-break: normal; }
    .featured-image-set .entry-header .date-box span,
    .featured-image-set .entry-header .date-box-alignright span,
    .featured-image-set .entry-header .date-box-alignleft span,
    .featured-image-set .entry-header .date-box-sc span {
      display: inline-block;
      width: 100%; }
    .featured-image-set .entry-header .date-box .day,
    .featured-image-set .entry-header .date-box-alignright .day,
    .featured-image-set .entry-header .date-box-alignleft .day,
    .featured-image-set .entry-header .date-box-sc .day {
      font-size: 14px;
      font-weight: 700; }
  .featured-image-set .entry-header .date-box-alignright {
    right: 30px;
    top: 30px; }
  .featured-image-set .entry-header .date-box,
  .featured-image-set .entry-header .date-box-alignleft {
    left: 30px;
    top: 30px; }
  .featured-image-set .entry-header .date-box-sc {
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }

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

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

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: none;
  border: 1px solid #e5e5e5;
  color: #7f7f7f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px; }

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

/* ## Comments
--------------------------------------------- */
/* .comments {
  background-color: #f8f8f8;
  padding: 80px 0; } */
  .comments .wrap {
    max-width: 960px; }
  .comments input, .comments select, .comments textarea {
    background-color: #fff; }
  .comments input[type="submit"] {
    background-color: #5C3677;
    margin-top: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 0 0 0; }

.entry-comments, .comment-respond, .entry-pings {
  /* padding: 40px 0; */
  padding: 10% 15%; }
  .entry-comments h3, .entry-comments #reply-title, .comment-respond h3, .comment-respond #reply-title {
    position: relative; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }
  .comment-header .comment-author .says, .comment-header .comment-author a .says {
    display: none; }
  .comment-header .comment-time-link {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

li.comment {
  border-bottom: 1px solid #e5e5e5;
  border-right: 0; }
  li.comment li.comment {
    border: none; }

.comment .avatar {
  float: left; }

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-meta {
  float: left; }

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

.comment-list li li {
  margin-right: -32px; }

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

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

.entry-comments .comment-author {
  margin-bottom: 0; }
  .entry-comments .comment-author a {
    color: #3f3f3f;
    font-family: 'OakesGrotesk-Bold', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }

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

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem; }
  .sidebar .entry {
    padding: 0; }
  .sidebar select {
    border: 1px solid #f0f0f0;
    padding: 10px; }
  .sidebar .widget-title {
    font-weight: 400; }

.sidebar-content .sidebar {
  border-right: 1px solid #ededed;
  padding-right: 24px; }

.content-sidebar .sidebar {
  border-left: 1px solid #ededed;
  padding-left: 24px; }

.sidebar li {
  border-bottom: solid 1px #eee;
  padding: 8px 0; }
  .sidebar li a {
    color: #3f3f3f;
    font-weight: 700; }

.sidebar .menu li {
  border-bottom: 1px solid #eee; }
  .sidebar .menu li li {
    border-bottom: none;
    font-size: 16px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar-content .sidebar .widget, .content-sidebar .sidebar .widget {
  overflow: visible; }

/* # Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  color: #888;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 40px 0;
  text-align: left;
  text-transform: uppercase; }
  .site-footer a {
    color: #888; }
  .site-footer .payprovider-widget {
    float: right; }
    .site-footer .payprovider-widget i {
      color: #999;
      float: left;
      font-size: 42px;
      margin-left: 21px; }
  .site-footer .widget {
    margin-bottom: 0; }

.site-footer p {
  float: left;
  line-height: 23px;
  margin-bottom: 0; }

/* ## Footer widgets
--------------------------------------------- */
.footer-widgets {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  clear: both;
  color: #888;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 40px; }
  .footer-widgets .widget-title {
    color: #3d3d3d;
    font-family: 'OakesGrotesk-Bold', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 10px 10px 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px; }

.footer-widgets,
.footer-widgets a {
  color: #888; }

.footer-widgets a.button, .footer-widgets a.button-light, .footer-widgets a.button-dark,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #888; }

.footer-widgets li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  float: left;
  width: 25%; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 0 60px 0 0; }

/*
WooCommerce
---------------------------------------------------------------------------------------------------- */
/* ## Woo Product Rows
--------------------------------------------- */
.woocommerce #genesis-content h2, .woocommerce .related h2, .full-width-content #genesis-content h2, .full-width-content .related h2 {
  width: 100%; }

.woocommerce #genesis-content ul.products, .woocommerce .related ul.products, .full-width-content #genesis-content ul.products, .full-width-content .related ul.products {
  clear: both;
  float: none;
  list-style: none;
  width: 100%; }
  .woocommerce #genesis-content ul.products li.product, .woocommerce .related ul.products li.product, .full-width-content #genesis-content ul.products li.product, .full-width-content .related ul.products li.product {
    box-sizing: border-box;
    background: #fff;
    float: left;
    margin: 0;
    margin-bottom: 5%;
    margin-right: 5%;
    overflow: hidden;
    padding: 0;
    width: 30%; }
    .woocommerce #genesis-content ul.products li.product img.wp-post-image, .woocommerce .related ul.products li.product img.wp-post-image, .full-width-content #genesis-content ul.products li.product img.wp-post-image, .full-width-content .related ul.products li.product img.wp-post-image {
      /* margin-bottom: -6px; */
      position: relative;
      width: 100%; }
    .woocommerce #genesis-content ul.products li.product .desc, .woocommerce .related ul.products li.product .desc, .full-width-content #genesis-content ul.products li.product .desc, .full-width-content .related ul.products li.product .desc {
      background: #fff;
      padding: 2% 1%;
      position: relative;
      text-align: center;
      z-index: 10; }
      .woocommerce #genesis-content ul.products li.product .desc a, .woocommerce .related ul.products li.product .desc a, .full-width-content #genesis-content ul.products li.product .desc a, .full-width-content .related ul.products li.product .desc a {
        color: #3f3f3f; }
      .woocommerce #genesis-content ul.products li.product .desc h2, .woocommerce .related ul.products li.product .desc h2, .full-width-content #genesis-content ul.products li.product .desc h2, .full-width-content .related ul.products li.product .desc h2 {
        clear: both;
        font-family: 'OakesGrotesk-Bold', sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 0;
        text-align: center;
        width: 100%; }
      .woocommerce #genesis-content ul.products li.product .desc .price, .woocommerce .related ul.products li.product .desc .price, .full-width-content #genesis-content ul.products li.product .desc .price, .full-width-content .related ul.products li.product .desc .price {
        display: inline-block;
        font-size: .9em;
        font-weight: 700; }
        .woocommerce #genesis-content ul.products li.product .desc .price ins, .woocommerce .related ul.products li.product .desc .price ins, .full-width-content #genesis-content ul.products li.product .desc .price ins, .full-width-content .related ul.products li.product .desc .price ins {
          text-decoration: none; }
        .woocommerce #genesis-content ul.products li.product .desc .price del, .woocommerce .related ul.products li.product .desc .price del, .full-width-content #genesis-content ul.products li.product .desc .price del, .full-width-content .related ul.products li.product .desc .price del {
          opacity: .6;
          margin-right: 5px; }
    .woocommerce #genesis-content ul.products li.product .product-thumb, .woocommerce .related ul.products li.product .product-thumb, .full-width-content #genesis-content ul.products li.product .product-thumb, .full-width-content .related ul.products li.product .product-thumb {
      margin-bottom: -6px;
      position: relative; }
    .woocommerce #genesis-content ul.products li.product .button, .woocommerce #genesis-content ul.products li.product .button-light, .woocommerce #genesis-content ul.products li.product .button-dark, .woocommerce .related ul.products li.product .button, .woocommerce .related ul.products li.product .button-light, .woocommerce .related ul.products li.product .button-dark, .full-width-content #genesis-content ul.products li.product .button, .full-width-content #genesis-content ul.products li.product .button-light, .full-width-content #genesis-content ul.products li.product .button-dark, .full-width-content .related ul.products li.product .button, .full-width-content .related ul.products li.product .button-light, .full-width-content .related ul.products li.product .button-dark {
      background: #5C3677;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1;
      margin: 0;
      opacity: 1;
      position: absolute;
      z-index: 5;
      bottom: -50px;
      left: 0;
      right: 0;
      text-align: center;
      transition: all 300ms ease-out;
      width: 100%; }
    .woocommerce #genesis-content ul.products li.product .button:before, .woocommerce #genesis-content ul.products li.product .button-light:before, .woocommerce #genesis-content ul.products li.product .button-dark:before, .woocommerce .related ul.products li.product .button:before, .woocommerce .related ul.products li.product .button-light:before, .woocommerce .related ul.products li.product .button-dark:before, .full-width-content #genesis-content ul.products li.product .button:before, .full-width-content #genesis-content ul.products li.product .button-light:before, .full-width-content #genesis-content ul.products li.product .button-dark:before, .full-width-content .related ul.products li.product .button:before, .full-width-content .related ul.products li.product .button-light:before, .full-width-content .related ul.products li.product .button-dark:before {
      content: "\f07a";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      margin-right: 8px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .woocommerce #genesis-content ul.products li.last, .woocommerce .related ul.products li.last, .full-width-content #genesis-content ul.products li.last, .full-width-content .related ul.products li.last {
    margin-right: 0; }
  .woocommerce #genesis-content ul.products li:hover .add_to_cart_button, .woocommerce .related ul.products li:hover .add_to_cart_button, .full-width-content #genesis-content ul.products li:hover .add_to_cart_button, .full-width-content .related ul.products li:hover .add_to_cart_button {
    bottom: 2px;
    opacity: 1; }

.related {
/*  padding: 120px 0 !important; */
  text-align: center; }
  .related ul.products, .related h2 {
/*    display: inline-block; */
    float: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10%; }
  .related h2 {
    font-family: 'OakesGrotesk-Bold', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase; }

/* ## Woo Navigation
--------------------------------------------- */
p.woocommerce-result-count {
  color: #989d9f;
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
  width: auto; }

nav.woocommerce-pagination {
  float: right;
  margin-bottom: 0px;
  text-align: center;
  width: 100%; }
  nav.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    margin: 0; }
    nav.woocommerce-pagination ul.page-numbers li {
      float: left;
      list-style: none;
      margin: 8px 2px 0 0; }
      nav.woocommerce-pagination ul.page-numbers li a {
        color: #7f7f7f; }
      nav.woocommerce-pagination ul.page-numbers li .page-numbers {
        padding: 6px 20px;
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase; }
      nav.woocommerce-pagination ul.page-numbers li .page-numbers:first-child
.current {
        text-decoration: underline; }
      nav.woocommerce-pagination ul.page-numbers li .prev {
        border-right: 1px dotted #7f7f7f; }
      nav.woocommerce-pagination ul.page-numbers li .next {
        border-left: 1px dotted #7f7f7f; }

.woocommerce .woocommerce-result-count {
  display: block;
  float: left;
  line-height: 34px;
  margin-left: 10px; }

.woocommerce .woocommerce-ordering {
  float: right;
  margin: 0 0 20px 0; }
  .woocommerce .woocommerce-ordering .orderby {
    border: 1px solid #ededed; }

.woocommerce-MyAccount-navigation {
  display: inline-block;
  width: 100%; }
  .woocommerce-MyAccount-navigation ul {
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin: 0 0 20px 0;
    width: 100%; }
    .woocommerce-MyAccount-navigation ul li {
      border-right: 1px solid #e9e9e9;
      float: left;
      list-style: none;
      padding: 10px 0;
      text-align: center;
      width: 16.66666667%; }
    .woocommerce-MyAccount-navigation ul li:last-child {
      border-right: none; }
    .woocommerce-MyAccount-navigation ul .is-active {
      background: #e9e9e9; }
      .woocommerce-MyAccount-navigation ul .is-active a {
        color: #3f3f3f; }

/* ## Woo Single product
--------------------------------------------- */
.single-product #content .product, .single-product .content .product {
  position: relative; }
  .single-product #content .product #image-gallery, .single-product .content .product #image-gallery {
    margin-bottom: 10px; }
  .single-product #content .product .gallery img, .single-product .content .product .gallery img {
    width: 100%; }
  .single-product #content .product .woocommerce-product-gallery__trigger, .single-product .content .product .woocommerce-product-gallery__trigger {
    display: none; }
  .single-product #content .product .woocommerce-product-gallery, .single-product .content .product .woocommerce-product-gallery {
    float: left;
    margin-bottom: 0;
    width: 60%; }
    .single-product #content .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .single-product .content .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
      margin: 0; }
    .single-product #content .product .woocommerce-product-gallery .flex-control-thumbs, .single-product .content .product .woocommerce-product-gallery .flex-control-thumbs {
      margin-top: 12px; }
      .single-product #content .product .woocommerce-product-gallery .flex-control-thumbs li, .single-product .content .product .woocommerce-product-gallery .flex-control-thumbs li {
        display: block;
        float: left;
        /* margin: 0 3.8% 2% 0; */
        margin: 0 1.8% 0 0;
        width: 30.75%; }
      .single-product #content .product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(3n), .single-product .content .product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
    .single-product #content .product .woocommerce-product-gallery .lSGallery, .single-product .content .product .woocommerce-product-gallery .lSGallery {
      margin-top: 0 !important;
      overflow: hidden;
      width: 100% !important; }
      .single-product #content .product .woocommerce-product-gallery .lSGallery li, .single-product .content .product .woocommerce-product-gallery .lSGallery li {
        width: 22% !important;
        margin-right: 4% !important;
        opacity: .8; }
      .single-product #content .product .woocommerce-product-gallery .lSGallery li:nth-child(4n), .single-product .content .product .woocommerce-product-gallery .lSGallery li:nth-child(4n) {
        margin-right: 0 !important; }
      .single-product #content .product .woocommerce-product-gallery .lSGallery li.active, .single-product #content .product .woocommerce-product-gallery .lSGallery li:hover, .single-product .content .product .woocommerce-product-gallery .lSGallery li.active, .single-product .content .product .woocommerce-product-gallery .lSGallery li:hover {
        border-radius: 0 !important;
        opacity: 1; }
  .single-product #content .product .lSPager, .single-product #content .product .lSpg, .single-product .content .product .lSPager, .single-product .content .product .lSpg {
    bottom: 10px; }
    .single-product #content .product .lSPager li.active a, .single-product #content .product .lSpg li.active a, .single-product .content .product .lSPager li.active a, .single-product .content .product .lSpg li.active a {
      background-color: #d3ced2; }
  .single-product #content .product .summary, .single-product .content .product .summary {
    float: right;
    font-size: .9em;
    padding: 20px 0 20px 30px;
    width: 40%; }
    .single-product #content .product .summary .product_title, .single-product .content .product .summary .product_title {
      float: left;
      margin-bottom: 20px;
      text-align: left; }
    .single-product #content .product .summary .price, .single-product .content .product .summary .price {
      clear: both;
      margin-bottom: 1em; }
      .single-product #content .product .summary .price ins, .single-product .content .product .summary .price ins {
        text-decoration: none; }
      .single-product #content .product .summary .price del, .single-product .content .product .summary .price del {
        margin-right: .5em;
        opacity: .6; }
      .single-product #content .product .summary .price .amount, .single-product .content .product .summary .price .amount {
        font-size: 1.2em;
        font-weight: 700; }
    .single-product #content .product .summary p, .single-product .content .product .summary p {
      margin-bottom: 1em; }
    .single-product #content .product .summary .woocommerce-review-link, .single-product .content .product .summary .woocommerce-review-link {
      color: #656D78;
      font-size: .9em;
      opacity: .6; }
    .single-product #content .product .summary .variations_form table.variations, .single-product .content .product .summary .variations_form table.variations {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 0;
      width: 100%; }
      .single-product #content .product .summary .variations_form table.variations tbody, .single-product .content .product .summary .variations_form table.variations tbody {
        border: none; }
        .single-product #content .product .summary .variations_form table.variations tbody tr td.label, .single-product .content .product .summary .variations_form table.variations tbody tr td.label {
          border: none;
          float: left;
          font-weight: 700;
          margin-top: 12px; }
        .single-product #content .product .summary .variations_form table.variations tbody tr td.value, .single-product .content .product .summary .variations_form table.variations tbody tr td.value {
          border: none;
          float: left;
          margin: 10px 0;
          position: relative; }
          .single-product #content .product .summary .variations_form table.variations tbody tr td.value select, .single-product .content .product .summary .variations_form table.variations tbody tr td.value select {
            -webkit-appearance: none;
            -webkit-appearance: none;
            -webkit-border-radius: 0;
            background: transparent;
            border-radius: 0;
            border: 0;
            border: 1px solid #dddddd;
            color: #333;
            font-size: 90%;
            height: 34px;
            line-height: 1;
            margin: 0 1em;
            max-width: 100%;
            padding: 0 10px;
            padding: 5px 8px 4px;
            position: relative;
            text-transform: uppercase;
            top: 1px; }
        .single-product #content .product .summary .variations_form table.variations tbody td.value:before, .single-product .content .product .summary .variations_form table.variations tbody td.value:before {
          color: #656D78;
          content: "\f0d7";
          font-family: 'FontAwesome';
          font-size: 18px;
          font-weight: normal;
          opacity: .6;
          position: absolute;
          right: -2px;
          top: 6px; }
    .single-product #content .product .summary .variations_form .reset_variations, .single-product .content .product .summary .variations_form .reset_variations {
      display: none; }
    .single-product #content .product .summary .variations_form .single_variation, .single-product .content .product .summary .variations_form .single_variation {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 0; }
      .single-product #content .product .summary .variations_form .single_variation .price, .single-product .content .product .summary .variations_form .single_variation .price {
        margin: 1em 0; }
        .single-product #content .product .summary .variations_form .single_variation .price p, .single-product .content .product .summary .variations_form .single_variation .price p {
          margin: 0; }
    .single-product #content .product .summary .variations_form .variations_button, .single-product .content .product .summary .variations_form .variations_button {
      padding-top: 1em;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .single-product #content .product .summary form.cart, .single-product .content .product .summary form.cart {
      display: block;
      /* overflow: auto; */ overflow: visible; }
      .single-product #content .product .summary form.cart .quantity, .single-product .content .product .summary form.cart .quantity {
        width: 23%;
        float: left; }
        .single-product #content .product .summary form.cart .quantity input[type="number"], .single-product .content .product .summary form.cart .quantity input[type="number"] {
          background-color: #5C3677;
          border: none;
          color: #fff;
          font-family: 'ricardolight', sans-serif;
          font-size: 1.4rem;
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 1px;
          line-height: 1;
          padding: 16px 6px 17px 6px;
          text-align: center;
          width: 100%; }
      .single-product #content .product .summary form.cart .button, .single-product #content .product .summary form.cart .button-light, .single-product #content .product .summary form.cart .button-dark, .single-product .content .product .summary form.cart .button, .single-product .content .product .summary form.cart .button-light, .single-product .content .product .summary form.cart .button-dark {
        height: 50px;
        float: right;
        padding: 10px;
        width: 75%; }
    .single-product #content .product .summary .product_meta, .single-product .content .product .summary .product_meta {
      border-bottom: 1px solid #EDEDED;
      border-top: 1px solid #EDEDED; }

.single-product #content .share-product, .single-product .content .share-product {
  display: block;
  margin-top: 20px; }
  .single-product #content .share-product .sharrre, .single-product .content .share-product .sharrre {
    margin: .5em .3em 0em .2em; }

.single-product #content .after-product .upsell, .single-product #content .after-product .products, .single-product #content .after-product .related, .single-product .content .after-product .upsell, .single-product .content .after-product .products, .single-product .content .after-product .related {
  float: left;
  width: 100%; }
  .single-product #content .after-product .upsell h2, .single-product #content .after-product .products h2, .single-product #content .after-product .related h2, .single-product .content .after-product .upsell h2, .single-product .content .after-product .products h2, .single-product .content .after-product .related h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem; }

/*-------------Product meta ------------*/
.product_meta {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  margin-top: 20px;
  overflow: visible;
  /* overflow: auto; */
  padding: 4px 0;
  text-transform: uppercase; }
  .product_meta a {
    color: #595959; }
  .product_meta span.sku_wrapper, .product_meta span.posted_in, .product_meta span.tagged_as {
    float: left;
    font-weight: 400;
    width: 100%; }
  .product_meta span.posted_in, .product_meta span.tagged_as {
    visibility: hidden; }
  .product_meta span.posted_in a, .product_meta span.tagged_as a {
    visibility: visible;
    float: left;
    margin-right: 6px; }
  .product_meta span.posted_in a:first-child, .product_meta span.tagged_as a:first-child {
    display: block; }
  .product_meta span.posted_in a:first-child:before, .product_meta span.tagged_as a:first-child:before, .product_meta span.sku_wrapper:before {
    -webkit-font-smoothing: antialiased;
    color: #595959;
    display: inline-block;
    font-size: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    text-rendering: auto; }
  .product_meta span.posted_in a:first-child:before {
    content: "\f07b"; }
  .product_meta span.tagged_as a:first-child:before {
    content: "\f02c"; }
  .product_meta span.sku_wrapper:before {
    content: "\f05a"; }
  .product_meta span.posted_in:hover a:first-child:before, .product_meta span.tagged_as:hover a:first-child:before {
    color: #595959; }

/*-------------Star rating ------------*/
.woocommerce-product-rating {
  margin-bottom: 1em; }

.star-rating {
  float: left;
  font-family: "star";
  font-size: .8em;
  font-size: 14px;
  height: 1em;
  letter-spacing: 4px;
  line-height: 1;
  margin-right: 6px;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
  width: 6.5em; }
  .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0; }
  .star-rating span:before {
    color: #3b3b3b;
    content: "\53\53\53\53\53";
    left: 0;
    position: absolute;
    top: 0; }

.star-rating:before {
  color: #d3ced2;
  content: "\73\73\73\73\73";
  float: left;
  left: 0;
  position: absolute;
  top: 0; }

/*-------------Star review ------------*/
p.stars a {
  background: rgba(0, 0, 0, 0.025);
  display: block;
  float: left;
  margin-right: 1%;
  padding: .5em .5em .5em .75em;
  position: relative;
  width: 19%; }

p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075); }

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  border-radius: 1em;
  color: #999;
  font-family: star;
  font-size: .8em;
  letter-spacing: 4px;
  margin-right: 6px;
  position: absolute;
  right: 1em;
  text-align: right;
  top: .8em;
  width: 6em; }

p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
  color: #5C3677; }

p.stars a.star-1:hover:after,
p.stars a.star-1.active:after {
  content: "\53"; }

p.stars a.star-2:hover:after,
p.stars a.star-2.active:after {
  content: "\53\53"; }

p.stars a.star-3:hover:after,
p.stars a.star-3.active:after {
  content: "\53\53\53"; }

p.stars a.star-4:hover:after,
p.stars a.star-4.active:after {
  content: "\53\53\53\53"; }

p.stars a.star-5:hover:after,
p.stars a.star-5.active:after {
  content: "\53\53\53\53\53"; }

p.stars a.star-1:after {
  content: "\73"; }

p.stars a.star-2:after {
  content: "\73\73"; }

p.stars a.star-3:after {
  content: "\73\73\73"; }

p.stars a.star-4:after {
  content: "\73\73\73\73"; }

p.stars a.star-5:after {
  content: "\73\73\73\73\73"; }

/*-------------Lightbox ------------*/
div.pp_woocommerce div.ppt {
  display: none !important; }

/* ## Woo Tabs
--------------------------------------------- */
.single .product-desc .wrap, .single-product .product-desc .wrap {
  margin: 0 10%; }

.single .woocommerce-tabs, .single-product .woocommerce-tabs {
  background: #f8f8f8;
  border: 1px solid #ededed;
  margin: 40px 0;
  overflow: auto;
  padding: 40px; }
  .single .woocommerce-tabs h2, .single-product .woocommerce-tabs h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem; }
  .single .woocommerce-tabs .tabs, .single .woocommerce-tabs .woocommerce-Tabs-panel, .single-product .woocommerce-tabs .tabs, .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    display: block;
    margin: 0 auto;
    max-width: 960px; }
  .single .woocommerce-tabs ul.tabs, .single-product .woocommerce-tabs ul.tabs {
    border: 0;
    width: 100%; }
    .single .woocommerce-tabs ul.tabs li, .single-product .woocommerce-tabs ul.tabs li {
      border: 0;
      float: left;
      list-style: none;
      opacity: .7;
      padding: 15px 0;
      position: relative;
      width: 25%;
      text-align: center; }
      .single .woocommerce-tabs ul.tabs li a, .single-product .woocommerce-tabs ul.tabs li a {
        color: #535353;
        font-weight: 700;
        padding: 15px 0;
        text-decoration: none;
        text-transform: uppercase; }
    .single .woocommerce-tabs ul.tabs li.active, .single-product .woocommerce-tabs ul.tabs li.active {
      border-bottom: 2px solid #000;
      opacity: 1; }
  .single .woocommerce-tabs .panel, .single-product .woocommerce-tabs .panel {
    border-top: 1px solid #ededed;
    clear: both;
    padding: 40px 0;
    width: 100%; }
    .single .woocommerce-tabs .panel #comments, .single-product .woocommerce-tabs .panel #comments {
      padding: 0; }
      .single .woocommerce-tabs .panel #comments .commentlist, .single-product .woocommerce-tabs .panel #comments .commentlist {
        overflow: auto;
        margin-left: 0; }
        .single .woocommerce-tabs .panel #comments .commentlist li:first-child, .single-product .woocommerce-tabs .panel #comments .commentlist li:first-child {
          border-top: none; }
        .single .woocommerce-tabs .panel #comments .commentlist li, .single-product .woocommerce-tabs .panel #comments .commentlist li {
          background: none;
          display: block;
          list-style: none;
          margin-left: 0;
          overflow: auto;
          padding: 40px 0; }
        .single .woocommerce-tabs .panel #comments .commentlist .avatar, .single-product .woocommerce-tabs .panel #comments .commentlist .avatar {
          margin: 0 16px 0 0; }
        .single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details {
          clear: both;
          float: left;
          margin-bottom: 1em;
          width: 20%; }
          .single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details .star-rating, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details .star-rating {
            margin-bottom: 1em; }
          .single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details strong, .single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details strong, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time {
            clear: both;
            color: #656D78;
            float: left;
            font-size: .8em;
            margin-bottom: .8em; }
          .single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time {
            opacity: .6; }
        .single .woocommerce-tabs .panel #comments .commentlist .comment-text .meta, .single .woocommerce-tabs .panel #comments .commentlist .comment-text p, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .meta, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text p {
          margin: 0; }
    .single .woocommerce-tabs .panel #respond, .single-product .woocommerce-tabs .panel #respond {
      padding: 40px 0; }
      .single .woocommerce-tabs .panel #respond .comment-form-rating, .single-product .woocommerce-tabs .panel #respond .comment-form-rating {
        display: block;
        margin-top: 10px;
        overflow: auto; }

/* ## Woo Widgets
--------------------------------------------- */
.home .woocommerce {
  width: 100%; }
  .home .woocommerce .product_list_widget {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }
  .home .woocommerce li {
    background-color: #fff;
    display: block;
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
    padding-bottom: 10px !important;
    position: relative; }
    .home .woocommerce li .product-title, .home .woocommerce li .desc h2 {
      color: #3b3b3b;
      display: block;
      font-family: 'OakesGrotesk-Bold', sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 0px;
      padding-top: 10px;
      text-align: center; }
    .home .woocommerce li .desc {
      background: #fff;
      overflow: auto;
      padding: 2% 1% 4% 1%;
      position: relative;
      text-align: center;
      z-index: 10; }
      .home .woocommerce li .desc .price {
        float: left;
        width: 100%; }
      .home .woocommerce li .desc .star-rating {
        display: inline-block;
        float: none;
        text-align: center; }
    .home .woocommerce li .product-thumb {
      /* margin-bottom: -6px; */
      position: relative; }
    .home .woocommerce li a.button, .home .woocommerce li a.button-light, .home .woocommerce li a.button-dark {
      background: #3b3b3b;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1;
      margin: 0;
      opacity: 1;
      position: absolute;
      z-index: 5;
      bottom: 6px;
      left: 0;
      right: 0;
      text-align: center;
      transition: all 300ms ease-out;
      width: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      visibility: hidden; }
    .home .woocommerce li a.button:before, .home .woocommerce li a.button-light:before, .home .woocommerce li a.button-dark:before {
      content: "\f07a";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      margin-right: 8px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .home .woocommerce li img {
      margin-bottom: -8px;
      width: 100%; }
    .home .woocommerce li .amount {
      display: inline-block;
      font-size: .9em;
      font-weight: 700; }
    .home .woocommerce li del .amount {
      opacity: 0.6;
      text-decoration: line-through; }
  .home .woocommerce li:hover a.button, .home .woocommerce li:hover a.button-light, .home .woocommerce li:hover a.button-dark {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .home .woocommerce li:nth-child(4n) {
    margin-right: 0; }

.home .columns-2 .products li {
  margin-right: 5%;
  width: 47.5%; }

.home .columns-2 .products li:nth-child(2n) {
  margin-right: 0; }

.home .columns-3 .products li {
  margin-right: 3%;
  width: 31.333333%; }

.home .columns-3 .products li:nth-child(3n) {
  margin-right: 0; }

.home .columns-4 .products li {
  margin-right: 3%;
  width: 22.75%; }

.home .columns-4 .products li:nth-child(4n) {
  margin-right: 0; }

.home .columns-5 .products li {
  margin-right: 2.5%;
  width: 18%; }

.home .columns-5 .products li:nth-child(5n) {
  margin-right: 0; }

.home .columns-6 .products li {
  margin-right: 2%;
  width: 15%; }

.home .columns-6 .products li:nth-child(6n) {
  margin-right: 0; }

/* ### Price Filter Widget
--------------------------------------------- */
.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em; }
  .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .button-light, .widget_price_filter .price_slider_amount .button-dark {
    background: none;
    border: 1px solid #f0f0f0;
    color: #3b3b3b;
    clear: both;
    font-size: 14px;
    font-style: 1.4rem;
    margin-top: 26px;
    float: left;
    width: 100%; }
  .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button-light:hover, .widget_price_filter .price_slider_amount .button-dark:hover {
    color: #3b3b3b; }
  .widget_price_filter .price_slider_amount .price_label {
    font-family: 'OakesGrotesk-Bold', sans-serif;
    font-size: 0;
    padding: 8px 0;
    position: relative; }
    .widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
      color: #55616a;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      letter-spacing: 1px;
      position: absolute;
      top: -10px;
      left: 0; }
    .widget_price_filter .price_slider_amount .price_label .to {
      right: 0; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-right: 1em; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #e5e5e5;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -.3em; }

.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #5C3677;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  margin: 0 1%; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #eee;
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

/* ### Mini Cart Widget
--------------------------------------------- */
.widget_shopping_cart li {
  padding-left: 2em; }
  .widget_shopping_cart li a {
    float: left;
    position: relative; }

.widget_shopping_cart .total {
  float: right;
  margin: 10px 0;
  text-align: right; }
  .widget_shopping_cart .total .amount {
    font-size: .9em;
    font-weight: 700;
    color: #5C3677; }

.widget_shopping_cart .buttons {
  clear: both; }
  .widget_shopping_cart .buttons .checkout {
    display: none; }
  .widget_shopping_cart .buttons .button, .widget_shopping_cart .buttons .button-light, .widget_shopping_cart .buttons .button-dark {
    width: 100%;
    text-align: center; }
  .widget_shopping_cart .buttons a {
    color: #fff; }

/* ### WooCommerce Product Lists
--------------------------------------------- */
.widget_recent_reviews li,
.widget_recently_viewed_products li,
.widget_products li,
.widget_shopping_cart li,
.widget_top_rated_products li {
  border: none;
  margin-bottom: 10px;
  overflow: auto;
  position: relative;
  padding: 0; }
  .widget_recent_reviews li a,
  .widget_recently_viewed_products li a,
  .widget_products li a,
  .widget_shopping_cart li a,
  .widget_top_rated_products li a {
    display: block;
    font-weight: 700; }
  .widget_recent_reviews li a.remove,
  .widget_recently_viewed_products li a.remove,
  .widget_products li a.remove,
  .widget_shopping_cart li a.remove,
  .widget_top_rated_products li a.remove {
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    z-index: 10; }
  .widget_recent_reviews li a.remove:hover,
  .widget_recently_viewed_products li a.remove:hover,
  .widget_products li a.remove:hover,
  .widget_shopping_cart li a.remove:hover,
  .widget_top_rated_products li a.remove:hover {
    background-color: #999; }
  .widget_recent_reviews li img,
  .widget_recently_viewed_products li img,
  .widget_products li img,
  .widget_shopping_cart li img,
  .widget_top_rated_products li img {
    float: left;
    width: 60px;
    height: auto; }

.widget_recent_reviews li:after,
.widget_recently_viewed_products li:after,
.widget_products li:after,
.widget_shopping_cart li:after,
.widget_top_rated_products li:after {
  display: none; }

.home .widget_recent_reviews li,
.home .widget_recently_viewed_products li,
.home .widget_products li,
.home .widget_shopping_cart li,
.home .widget_top_rated_products li {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .home .widget_recent_reviews li img,
  .home .widget_recently_viewed_products li img,
  .home .widget_products li img,
  .home .widget_shopping_cart li img,
  .home .widget_top_rated_products li img {
    float: none;
    width: 300px; }

.sidebar .widget_recent_reviews li img,
.sidebar .widget_recently_viewed_products li img,
.sidebar .widget_products li img,
.sidebar .widget_shopping_cart li img,
.sidebar .widget_top_rated_products li img {
  margin-right: 8px; }

/* ### WooCommerce Product Search
--------------------------------------------- */
.woocommerce-product-search {
  position: relative; }
  .woocommerce-product-search input[type="search"] {
    float: left;
    font-size: 13px;
    /* font-style: italic; */
    padding-right: 40px;
    width: 100%; }
  .woocommerce-product-search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px; }

/* ### WooCommerce Product categories
--------------------------------------------- */
.widget_product_categories ul.product-categories li {
  border-bottom: solid 1px #eee;
  padding: 8px 0; }
  .widget_product_categories ul.product-categories li a {
    font-weight: 700; }
  .widget_product_categories ul.product-categories li a:hover {
    color: #5C3677; }
  .widget_product_categories ul.product-categories li li {
    margin: 0; }
    .widget_product_categories ul.product-categories li li a {
      font-weight: 700;
      text-transform: lowercase; }
  .widget_product_categories ul.product-categories li li:before {
    content: "-";
    font-weight: 700;
    margin-right: 4px; }
  .widget_product_categories ul.product-categories li .count {
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background-color: #8a97a2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 12px; }
  .widget_product_categories ul.product-categories li .count:before {
    position: absolute;
    top: 2px;
    left: 6px;
    height: 16px;
    background-color: #8a97a2;
    width: 5px;
    content: ""; }
  .widget_product_categories ul.product-categories li .count:after {
    position: absolute;
    top: 2px;
    right: 6px;
    height: 16px;
    background-color: #8a97a2;
    width: 5px;
    content: ""; }

.widget_product_categories ul.product-categories li:last-child {
  border-bottom: none; }

/* ## Woo Messages
--------------------------------------------- */
.woocommerce-message, .woocommerce-info {
  background: #f8f8f8;
  background: #fff;
  border: 1px solid #eee;
  clear: both;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  overflow: auto;
  padding: 16px;
  text-transform: uppercase; }
  .woocommerce-message .showcoupon, .woocommerce-message .showlogin, .woocommerce-info .showcoupon, .woocommerce-info .showlogin {
    margin-left: 5px; }
  .woocommerce-message .wc-forward, .woocommerce-info .wc-forward {
    background: #fff;
    border-left: 2px solid #eee;
    color: #333;
    float: right;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 2px 16px; }
  .woocommerce-message .wc-forward:after, .woocommerce-info .wc-forward:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: .53em;
    font-weight: 400; }

/* Store Notice */
.demo_store {
  background: #5C3677;
  color: #fff;
  font-family: 'OakesGrotesk-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  text-transform: uppercase;
  top: 72px;
  width: 100%;
  z-index: 100;
  padding: 10px;
  text-align: center; }

.logged-in .demo_store {
  top: 102px; }

.home .demo_store {
  display: none; }

/* ## Woo Checkout
--------------------------------------------- */
.woocommerce-billing-fields h3 {
  clear: both; }

.checkout_coupon .form-row, .login .form-row {
  width: 100%;
  float: left; }
  .checkout_coupon .form-row .input-text, .login .form-row .input-text {
    background-color: #f8f8f;
    border: 1px solid #e5e5e5; }
  .checkout_coupon .form-row label.inline, .login .form-row label.inline {
    clear: both;
    float: left;
    position: relative;
    display: block;
    padding: .236em 0; }

.checkout_coupon .form-row-first, .login .form-row-first {
  width: 48%; }

.checkout_coupon .form-row-last, .login .form-row-last {
  margin-left: 4%;
  width: 48%; }
  .checkout_coupon .form-row-last .button, .checkout_coupon .form-row-last .button-light, .checkout_coupon .form-row-last .button-dark, .login .form-row-last .button, .login .form-row-last .button-light, .login .form-row-last .button-dark {
    width: 100%; }

#payment {
  border: 1px solid #e9e9e9;
  background-clip: padding; }
  #payment .payment_methods {
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 0; }
    #payment .payment_methods li {
      display: block;
      list-style: none;
      padding: 1em;
      border-bottom: 1px solid #e6e6e6;
      margin-left: 0;
      overflow: auto; }
      #payment .payment_methods li label {
        margin-left: 10px; }
      #payment .payment_methods li a {
        text-decoration: none; }
      #payment .payment_methods li p {
        margin-bottom: 0; }
      #payment .payment_methods li img {
        display: block; }
      #payment .payment_methods li .payment_box {
        padding: 1em;
        margin: 1em -1em -1em -1em;
        background-color: #f8f8f8; }
  #payment .place-order {
    display: inline-block;
    padding: 1em;
    width: 100%; }
    #payment .place-order .terms {
      float: left;
      margin: 10px 0; }
    #payment .place-order .button, #payment .place-order .button-light, #payment .place-order .button-dark {
      width: auto;
      float: right; }

.customer_details th {
  width: 48%; }

.woocommerce address {
  border: 1px solid #e9e9e9;
  padding: .857em 1.387em; }

.form-row.woocommerce-validated input.input-text, .form-row.woocommerce-validated select {
  border-color: #a1c962;
  background-color: #f5f9ee; }

/* ## Woo Cart
--------------------------------------------- */
.shop_table {
  border: 1px solid #e9e9e9;
  padding: 1em;
  width: 100%; }
  .shop_table thead {
    border-bottom: 1px solid #e9e9e9; }
  .shop_table tr {
    width: 100%;
    border-bottom: 1px solid #e9e9e9; }
    .shop_table tr td, .shop_table tr th {
      border-right: 1px solid #e9e9e9;
      display: table-cell;
      padding: .857em 1.387em;
      text-align: left;
      vertical-align: middle;
      width: auto; }
  .shop_table td.order-actions .button, .shop_table td.order-actions .button-light, .shop_table td.order-actions .button-dark {
    background: transparent; }
  .shop_table td.actions .button, .shop_table td.actions .button-light, .shop_table td.actions .button-dark {
    background: none;
    border-color: #3b3b3b;
    border: 1px solid;
    color: #3b3b3b;
    float: right; }
  .shop_table td.actions .button:hover, .shop_table td.actions .button-light:hover, .shop_table td.actions .button-dark:hover {
    background: #3b3b3b;
    color: #fff; }
  .shop_table td.actions .coupon {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 50%; }
    .shop_table td.actions .coupon label {
      display: none; }
    .shop_table td.actions .coupon input.input-text {
      line-height: 1;
      margin-right: 2%;
      padding: 14px 24px;
      width: 50%; }
  .shop_table td.product-thumbnail {
    text-align: center; }
    .shop_table td.product-thumbnail img {
      max-width: 50px; }
  .shop_table td.product-name {
    font-weight: 400; }
  .shop_table td.product-subtotal {
    font-weight: 400; }
  .shop_table .variation dt, .shop_table .variation dd {
    float: left;
    margin: 0;
    width: 50%; }
    .shop_table .variation dt p, .shop_table .variation dd p {
      margin: 0; }

.cart_totals {
  float: right;
  width: 48%; }
  .cart_totals h2 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase; }
  .cart_totals table {
    border: 1px solid #e9e9e9;
    margin-bottom: 2em;
    width: 100%; }
    .cart_totals table tbody {
      border-bottom: none; }
    .cart_totals table th, .cart_totals table td {
      float: left;
      width: 50%;
      padding: .857em 1.387em; }
    .cart_totals table th {
      text-align: left; }
    .cart_totals table td {
      border: none;
      text-align: right; }
    .cart_totals table tr.order-total {
      font-weight: 700; }
    .cart_totals table #shipping_method li {
      list-style: none; }
  .cart_totals .wc-proceed-to-checkout {
    float: right; }
    .cart_totals .wc-proceed-to-checkout a {
      color: #fff !important; }

.wc-backward {
  color: #fff !important; }

.mini-cart {
  display: block;
  float: right;
  font-family: 'ricardolight', sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  list-style: none;
  padding: 0 0 0 2em;
  position: relative;
  /* letter-spacing: 1.4px; */ }
  .mini-cart .checkout:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: .53em;
    font-weight: 400; }

.mini-cart .cart-numbers {
  color: #fff;
  padding-left: 10px;
  display: inline-block;
  font-size: 1.3rem;
  font-size: 13px;
  margin: 4px 0;
  text-align: center; }
  .mini-cart .cart-numbers .amount {
    margin-left: 10px; }

.mini-cart:before {
  display: block;
  float: left;
  color: #fff;
  content: "\f07a";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-size: 18px; }

.mini-cart:after {
  display: block;
  float: right;
  color: #fff;
  content: "\f107 ";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  font-size: 18px; }

/* ##  Mini Cart
--------------------------------------------- */
.mini-cart {
  background-color: #5C3677;
  position: relative; }
  .mini-cart .cart-dropdown {
    border: 1px solid #eaeaea;
    color: #3b3b3b;
    height: 0;
    position: absolute;
    top: 64px;
    z-index: 9999;
    background: white;
    width: 280px;
    opacity: 0;
    padding: 20px;
    right: 0;
    visibility: hidden; }
    .mini-cart .cart-dropdown li {
      float: left;
      padding: 12px 0;
      width: 100%; }
      .mini-cart .cart-dropdown li a {
        color: #3f3f3f;
        float: left; }
      .mini-cart .cart-dropdown li a:first-of-type {
        margin-right: 5px; }
      .mini-cart .cart-dropdown li .quantity {
        float: right; }
      .mini-cart .cart-dropdown li img {
        display: none;
        float: left;
        height: 80px;
        width: 80px; }
    .mini-cart .cart-dropdown .total {
      border-top: 2px solid #eee;
      clear: both;
      padding: 12px 0; }
      .mini-cart .cart-dropdown .total strong {
        float: left; }
    .mini-cart .cart-dropdown .buttons {
      margin: 0; }
      .mini-cart .cart-dropdown .buttons .wc-forward {
        display: none; }
      .mini-cart .cart-dropdown .buttons .checkout {
        display: block;
        text-align: center; }

.mini-cart:hover .cart-dropdown,
.mini-cart:focus .cart-dropdown {
  transition: all .5s ease-in-out;
  height: auto;
  opacity: 1;
  visibility: visible; }

/* ## Sales Badge
--------------------------------------------- */
.onsale {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background-color: #5C3677;
  color: #fff;
  display: block;
  font-weight: 700;
  left: 0px;
  margin: 0;
  padding: 2px 12px;
  position: absolute;
  text-align: center;
  top: 10px;
  transform: rotate(90deg);
  z-index: 10; }
  .onsale span {
    color: #fff;
    font-size: 11px;
    font-weight: 700; }

/* ### Grid postions sale badge
--------------------------------------------- */
.list li.product .desc {
  text-align: left !important; }
  .list li.product .desc h3 {
    text-align: left !important; }

/* ## Woo Account page
--------------------------------------------- */
.woocommerce-account fieldset {
  margin-bottom: 20px; }

.woocommerce-account address {
  margin-bottom: 20px; }

.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info {
  line-height: 44px; }
  .woocommerce-account .woocommerce-message .button, .woocommerce-account .woocommerce-message .button-light, .woocommerce-account .woocommerce-message .button-dark, .woocommerce-account .woocommerce-info .button, .woocommerce-account .woocommerce-info .button-light, .woocommerce-account .woocommerce-info .button-dark {
    line-height: 1;
    margin-right: 20px; }

.woocommerce-account .shop_table td.order-actions .button, .woocommerce-account .shop_table td.order-actions .button-light, .woocommerce-account .shop_table td.order-actions .button-dark {
  color: #42a781; }

/* ## Woo Media queries
--------------------------------------------- */
@media only screen and (max-width: 960px) {
  .woocommerce .related, .full-width-content .related {
    background: #f8f8f8;
    padding: 120px 0 !important;
    text-align: center; }
  .single-product .content .product .images {
    width: 100%; }
    .single-product .content .product .images img {
      width: 100%; }
  .single-product #content .product .summary, .single-product .content .product .summary {
    width: 100%;
    padding: 1em 0; }
  .single-product #content .product .onsale, .single-product .content .product .onsale {
    top: 5px; }
  .woocommerce .related ul.products {
    padding: 0 7.5%; }
  .demo_store {
    font-size: 10px;
    font-size: 1rem;
    top: 140px; }
  .woocommerce .shop_table th.product-thumbnail, .woocommerce .shop_table td.product-thumbnail {
    display: none; }
  .woocommerce .shop_table th.product-price, .woocommerce .shop_table td.product-price {
    display: none; }
  .woocommerce .shop_table td.actions .button, .woocommerce .shop_table td.actions .button-light, .woocommerce .shop_table td.actions .button-dark {
    margin-bottom: 0.857em;
    width: 100%; }
  .woocommerce .shop_table td.actions .coupon {
    width: 100%; }
    .woocommerce .shop_table td.actions .coupon input.input-text {
      margin-bottom: 0.857em;
      width: 100%; }
  .woocommerce .cart_totals {
    width: 100%; }
  .woocommerce .checkout_coupon .form-row-first, .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon .button-light, .woocommerce .checkout_coupon .button-dark, .woocommerce .login .form-row-first, .woocommerce .login .button, .woocommerce .login .button-light, .woocommerce .login .button-dark {
    width: 100%; }
  .woocommerce .checkout_coupon .form-row-last, .woocommerce .login .form-row-last {
    margin-left: 0;
    width: 100%; }
  .widget_recent_reviews li,
  .widget_recently_viewed_products li,
  .widget_products li,
  .widget_shopping_cart li,
  .widget_top_rated_products li {
    float: left;
    width: 48%; }
    .widget_recent_reviews li img,
    .widget_recently_viewed_products li img,
    .widget_products li img,
    .widget_shopping_cart li img,
    .widget_top_rated_products li img {
      width: 100%; }
    .widget_recent_reviews li .reviewer,
    .widget_recently_viewed_products li .reviewer,
    .widget_products li .reviewer,
    .widget_shopping_cart li .reviewer,
    .widget_top_rated_products li .reviewer {
      clear: both;
      float: left; }
  .widget_recent_reviews li:nth-child(odd),
  .widget_recently_viewed_products li:nth-child(odd),
  .widget_products li:nth-child(odd),
  .widget_shopping_cart li:nth-child(odd),
  .widget_top_rated_products li:nth-child(odd) {
    margin-right: 4%; } }

@media only screen and (min-width: 321px) and (max-width: 800px) {
  .woocommerce #genesis-content ul.products li.product, .woocommerce .related ul.products li.product, .full-width-content #genesis-content ul.products li.product, .full-width-content .related ul.products li.product {
    margin-right: 0;
    width: 48%; }
  .woocommerce #genesis-content ul.products .last, .woocommerce .related ul.products .last, .full-width-content #genesis-content ul.products .last, .full-width-content .related ul.products .last {
    margin-right: 0; }
  .woocommerce #genesis-content ul.products li.product:nth-child(odd), .woocommerce .related ul.products li.product:nth-child(odd), .full-width-content #genesis-content ul.products li.product:nth-child(odd), .full-width-content .related ul.products li.product:nth-child(odd) {
    float: left; }
  .woocommerce #genesis-content ul.products li.product:nth-child(even), .woocommerce .related ul.products li.product:nth-child(even), .full-width-content #genesis-content ul.products li.product:nth-child(even), .full-width-content .related ul.products li.product:nth-child(even) {
    clear: none;
    float: right; }
  .home .widget {
    margin-bottom: 0; }
  .home .columns-2 .products li, .home .columns-2 li, .home .columns-4 .products li, .home .columns-4 li, .home .columns-3 .products li, .home .columns-3 li, .home .columns-5 .products li, .home .columns-5 li, .home .columns-6 .products li, .home .columns-6 li,
  .home .woocommerce .product_list_widget .products li,
  .home .woocommerce .product_list_widget li {
    margin: 0 8% 4% 0;
    width: 46%; }
    .home .columns-2 .products li img, .home .columns-2 li img, .home .columns-4 .products li img, .home .columns-4 li img, .home .columns-3 .products li img, .home .columns-3 li img, .home .columns-5 .products li img, .home .columns-5 li img, .home .columns-6 .products li img, .home .columns-6 li img,
    .home .woocommerce .product_list_widget .products li img,
    .home .woocommerce .product_list_widget li img {
      width: 100%; }
  .home .columns-2 li:nth-child(even), .home .columns-4 li:nth-child(even), .home .columns-3 li:nth-child(even), .home .columns-5 li:nth-child(even), .home .columns-6 li:nth-child(even),
  .home .woocommerce .product_list_widget li:nth-child(even) {
    margin-right: 0; }
  .home .columns-2 li:nth-child(odd), .home .columns-4 li:nth-child(odd), .home .columns-3 li:nth-child(odd), .home .columns-5 li:nth-child(odd), .home .columns-6 li:nth-child(odd),
  .home .woocommerce .product_list_widget li:nth-child(odd) {
    margin-right: 8% !important; }
  .home .first {
    clear: none; } }

@media only screen and (max-width: 480px) {
  .woocommerce .content, .full-width-content .content {
    padding: 0; }
  .single-product .woocommerce-tabs ul.tabs {
    width: 100%; }
  .singe .woocommerce-tabs .panel,
  .single-product .woocommerce-tabs .panel {
    border-left: none;
    padding: 10px;
    width: 100%; }
  .woocommerce #genesis-content ul.products li.product, .woocommerce .related ul.products li.product, .full-width-content #genesis-content ul.products li.product, .full-width-content .related ul.products li.product {
    margin-right: 0;
    width: 100%; }
  .woocommerce #genesis-content ul.list li.product .product-thumb, .woocommerce #genesis-content ul.list li.product .desc, .woocommerce .related ul.list li.product .product-thumb, .woocommerce .related ul.list li.product .desc, .full-width-content #genesis-content ul.list li.product .product-thumb, .full-width-content #genesis-content ul.list li.product .desc, .full-width-content .related ul.list li.product .product-thumb, .full-width-content .related ul.list li.product .desc {
    float: left;
    width: 100% !important; }
  .single .woocommerce-tabs ul.tabs li,
  .single-product .woocommerce-tabs ul.tabs li {
    width: 100%; }
  .single .woocommerce-tabs ul.tabs li.active,
  .single-product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #EDEDED; }
  p.stars a {
    margin-bottom: 4px;
    width: 100%; }
  .shop_table tr td, .shop_table tr th {
    padding: 10px; }
  .cart_totals .wc-proceed-to-checkout {
    width: 100%; }
    .cart_totals .wc-proceed-to-checkout a {
      margin-right: 0;
      width: 100%; }
  .home .columns-2 .products li, .home .columns-2 li, .home .columns-3 .products li, .home .columns-3 li, .home .columns-4 .products li, .home .columns-4 li, .home .columns-5 .products li, .home .columns-5 li, .home .columns-6 .products li, .home .columns-6 li,
  .home .woocommerce .product_list_widget .products li,
  .home .woocommerce .product_list_widget li {
    margin: 0 0 40px 0;
    width: 100%; }
    .home .columns-2 .products li img, .home .columns-2 li img, .home .columns-3 .products li img, .home .columns-3 li img, .home .columns-4 .products li img, .home .columns-4 li img, .home .columns-5 .products li img, .home .columns-5 li img, .home .columns-6 .products li img, .home .columns-6 li img,
    .home .woocommerce .product_list_widget .products li img,
    .home .woocommerce .product_list_widget li img {
      width: 100%; }
    .home .columns-2 .products li li:nth-child(even), .home .columns-2 li li:nth-child(even), .home .columns-3 .products li li:nth-child(even), .home .columns-3 li li:nth-child(even), .home .columns-4 .products li li:nth-child(even), .home .columns-4 li li:nth-child(even), .home .columns-5 .products li li:nth-child(even), .home .columns-5 li li:nth-child(even), .home .columns-6 .products li li:nth-child(even), .home .columns-6 li li:nth-child(even),
    .home .woocommerce .product_list_widget .products li li:nth-child(even),
    .home .woocommerce .product_list_widget li li:nth-child(even) {
      float: left; }
  .woocommerce-MyAccount-navigation ul {
    border: 1px solid #e9e9e9; }
    .woocommerce-MyAccount-navigation ul li {
      border: none;
      border-bottom: 1px solid #e9e9e9;
      width: 100%; }
    .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: none; }
  .woocommerce-MyAccount-orders .order-status,
  .woocommerce-MyAccount-orders .order-actions {
    display: none; }
  #payment .place-order .button, #payment .place-order .button-light, #payment .place-order .button-dark {
    width: 100%; } }

/*
Loads Star fonts
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'star';
  src: url("fonts/star.eot");
  src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input,
.enews-widget input:focus {
  border: none; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
  width: 100%;
  letter-spacing: 2.0px; }

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
  background-color: #31ED8B;
/*  border: 1px solid #2C343A; */
  color: #fff; }

.enews form + p {
  margin-top: 24px; }

.enews p {
  font-size: 24px;
  text-align: center; }

/* ## Grid Toggle
--------------------------------------------- */
ul.products.grid .woocommerce-product-details__short-description {
  display: none; }

ul.products.grid hr {
  display: none; }

ul.products.list li.product {
  float: none !important;
  width: 100% !important;
  text-align: left !important; }
  ul.products.list li.product .product-thumb {
    width: 30.75% !important;
    float: left;
    margin-bottom: -8px;
    -webkit-transition: none !important;
    margin-right: 3.8% !important;
    overflow: hidden; }
  ul.products.list li.product .desc {
    float: right;
    width: 60%; }

ul.products.list li.product h2 {
  float: right;
  clear: none;
  text-align: left !important; }

ul.products.list li.product .desc h2:after {
  margin: 5px 0 !important; }

ul.products.list li.product .desc .price {
  margin: 0 0 10px 0; }

ul.products.list li.product:after {
  content: "";
  display: block;
  clear: both; }

ul.products.list li.product div[itemprop="description"] {
  display: block; }

ul.products.list li.product .star-rating {
  margin: 0 0 1em; }

ul.products.list li.product .gridlist-buttonwrap {
  margin-bottom: 1.5em; }

ul.products.list li.product hr {
  clear: both;
  display: none; }

/* ### Grid Toggle buttons
--------------------------------------------- */
.gridlist-toggle {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1em;
  float: right; }

.gridlist-toggle a {
  border: 1px solid #ededed;
  color: #8a97a2;
  display: inline-block;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1em;
  margin-right: 12px; }

.gridlist-toggle a em {
  display: none; }

.gridlist-toggle a.active {
  color: #5C3677; }

.gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
  font-size: 14px;
  line-height: 13px;
  height: 1em;
  width: 1em; }

.dashicons-grid-view:before {
  content: "\f00a" !important;
  font-family: FontAwesome; }

.dashicons-exerpt-view:before {
  content: "\f00b" !important;
  font-family: FontAwesome; }

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner, .wrap {
    margin: 0 auto;
    max-width: 960px; }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px; }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px; }
  .nav-primary {
    float: none;
    text-align: center; }
    .nav-primary ul {
      display: inline-block; }
  .title-area {
    display: block;
    float: none;
    margin: 0 auto; } }

@media only screen and (max-width: 960px) {
  .site-inner,
  .top-header {
    padding: 0 20px; }
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }
  body > div {
    font-size: 1.6rem; }
  .top-nav .wrap {
    padding: 0 20px; }
  .nav-primary {
    float: right;
    text-align: right; }
  #front-intro .col-left, #front-intro .col-right {
    margin: 0;
    width: 100%; }
    #front-intro .col-left .banner, #front-intro .col-right .banner {
      margin: 0; }
  #front-intro .col-left .banner {
    width: 50%; }
  #shop-header .col-left {
    float: left;
    width: 100%;
    margin-right: 0; }
  #shop-header .col-right {
    float: left;
    width: 100%; }
  #shop-header .banner-1 {
    margin-right: 0;
    width: 50%; }
  #shop-header .banner-2 {
    width: 50%; }
  #shop-header .banner-3 {
    width: 100%; }
  .site-header {
    border-bottom: 0;
    height: auto;
    padding: 0 20px;
    position: relative; }
    .site-header .title-area {
      float: left;
      padding: 20px 0;
      text-align: left;
      width: 75%; }
      .site-header .title-area .site-title {
        line-height: 1; }
        .site-header .title-area .site-title a {
          font-size: 18px; }
    .site-header .wrap .widget-area {
      float: right;
      padding: 12px 0;
      width: auto; }
      .site-header .wrap .widget-area .widget {
        display: none; }
      .site-header .wrap .widget-area .mini-cart {
        padding: 0 0 0 10px; }
  .shop-header {
    margin-top: 0; }
  .content-sidebar .site-inner .wrap, .sidebar-content .site-inner .wrap {
    margin: 0 auto;
    padding: 40px 0; }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .featuredpost .post .entry-image,
  .featuredpost .post a.alignnone,
  .featuredpost .post a.alignleft,
  .featuredpost .post a.alignright,
  .front-section .widget-fourths .widget {
    width: 100%; }
  .sidebar {
    border: 1px solid #ededed;
    margin-top: 80px;
    padding: 20px; }
    .sidebar .featuredpage .alignleft, .sidebar .featuredpage .alignright, .sidebar .featuredpage .alignnone,
    .sidebar .featuredpage .entry-header, .sidebar .featuredpage .entry-content {
      float: left;
      width: 48%; }
    .sidebar .featuredpage .entry-header, .sidebar .featuredpage .entry-content {
      margin-left: 4%; }
    .sidebar .widget {
      padding: 20px 0; }
      .sidebar .widget .widget-title:after {
        left: -24px; }
    .sidebar .featuredpost .post {
      float: left;
      margin-right: 2.666667% !important;
      width: 100%; }
      .sidebar .featuredpost .post .alignleft, .sidebar .featuredpost .post .alignright, .sidebar .featuredpost .post .alignnone {
        float: left;
        width: 33.3333%; }
    .sidebar .featuredpost .post:nth-child(5) {
      margin-right: 0 !important; }
  .header-image .site-title > a {
    background-position: center top; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form,
  .entry-content .search-form {
    float: none;
    width: 100%; }
  .genesis-nav-menu,
  .site-description,
  .site-header .search-form {
    text-align: center; }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .site-header .search-form {
    margin: 16px auto; }
  .full-width-content .site-inner .wrap,
  .site-inner,
  .wrap,
  .content, #content,
  .archive-description,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .site-header .wrap {
    padding: 0; }
  .site-footer,
  .footer-widgets .wrap {
    padding: 20px; }
  .footer-widgets-1 {
    margin-right: 0; }
  .page-template-home .nav-primary {
    margin-top: 0; }
  .full-width-content .site-inner,
  .site-inner {
    padding: 20px; }
  .front-section {
    padding: 20px 0; }
    .front-section .featuredpage {
      margin-top: 0; }
    .front-section .widget .post {
      width: 100%;
      margin: 0; }
    .front-section .textwidget {
      text-align: center; }
      .front-section .textwidget .button, .front-section .textwidget .button-light, .front-section .textwidget .button-dark {
        float: none !important;
        display: inline-block; }
  .front-section {
    padding: 0 20px; }
  #front-section-2 .textwidget {
    padding: 0; }
  .front-section .featuredpage .entry-content {
    padding: 0 0 50px; }
  .before_footer .wrap {
    padding: 0 20px; }
    .before_footer .wrap .one-third {
      margin-bottom: 20px; }
      .before_footer .wrap .one-third .icon {
        width: 30px; }
  .archive-pagination li a {
    margin-bottom: 4px; }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }
  .home .columns-4 .products li {
    margin-right: 4%;
    width: 48%; }
  .home .columns-4 .products li:nth-child(even) {
    margin-right: 0; }
  input[type="search"] {
    border-radius: 0px !important;
    -webkit-appearance: none !important; }
  .gcd-countdown #gcd-clock div {
    height: 100px;
    margin: 0 10px 10px 0;
    width: 100px;
    padding: 22px; }
  #front-section-5 .widget {
    text-align: center; }
    #front-section-5 .widget h1, #front-section-5 .widget h2, #front-section-5 .widget h3, #front-section-5 .widget h4, #front-section-5 .widget p {
      max-width: 100%; }
    #front-section-5 .widget .button, #front-section-5 .widget .button-light, #front-section-5 .widget .button-dark {
      display: inline-block;
      position: relative;
      transform: none; }
  .comments {
    padding: 40px 20px; }
  .footer-widgets .widget-area {
    margin: 10px 0; } }

@media only screen and (max-width: 480px) {
  .title-area .site-title {
    line-height: 1; }
  #front-intro .col-left .banner {
    width: 100%; }
  #shop-header .banner-1, #shop-header .banner-2, #shop-header .banner-3 {
    width: 100%; }
  .home .columns-4 .products li {
    margin-right: 0;
    width: 100%; }
  .error404 .entry-content .search-form input[type=search] {
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    width: 78%; }
  .error404 .entry-content .search-form input[type="submit"] {
    border-radius: 0px !important;
    -webkit-appearance: none !important;
    width: 22%; }
  #front-section-4 .per-row-2 .widget {
    width: 100%;
    padding: 40px; }
  #front-section-4 .per-row-2 .widget:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #ededed; }
  .top-widget {
    display: none; }
  .top-header .mini-cart,
  .top-header .cart-dropdown {
    width: 100%; }
  .entry-title {
    font-size: 24px;
    font-size: 2.4rem; }
  .page-template-page_blog .odd .post-image,
  .page-template-page_blog .even .post-image {
    max-width: 100%;
    margin: 0 0 20px 0; }
  .before_footer .wrap {
    padding: 0 20px; }
    .before_footer .wrap .one-third {
      margin-bottom: 20px;
      text-align: center; }
      .before_footer .wrap .one-third .icon {
        width: 100%; }
        .before_footer .wrap .one-third .icon i {
          float: none; }
  .site-footer {
    text-align: center; }
    .site-footer .payprovider-widget {
      display: inline-block;
      float: none; } }


/* # Custom Edits
---------------------------------------------------------------------------------------------------- */

.news {
    font-size: 11px;
    margin-top: -20px;
}

.pwb-brand-banner-cont {
    padding: 0 0 2% 0;
}

.archive-description.taxonomy-archive-description.taxonomy-description {
    /* padding: 7.5% 0; */
    text-align: center;
}

p.form-row.terms.wc-terms-and-conditions {
    margin-bottom: 10px;
}

.woocommerce-order-details__title {
    clear: both;
}

/* .pwb-single-product-brands.pwb-clearfix {
    clear: both;
} */

div#shop-header, .woocommerce.columns-5 .woocommerce-de_price_taxrate, .products .woocommerce-de_price_taxrate, .wgm-info.woocommerce_de_versandkosten {
    display: none;
}

.summary .wgm-info.woocommerce_de_versandkosten {
    display: block !important; 
}

/* .woocommerce #genesis-content ul.products li.product {
    margin-bottom: 0px;
} */

.wgm-tax {
    white-space: normal;
}

/* Text highlighting */
::selection {
    background: #31ED8B;  /* Safari */
}

::-moz-selection {
    background: #31ED8B;  /* Firefox */
}

.single-post .entry-content a, .author-box-content a, .wc-terms-and-conditions a, p.form-row.terms a, .jde_hint a, .footer-widgets a {
    border-bottom: 1px solid #ddd;
}

tr.jde_hint a:hover, tr.jde_hint a:focus, .single-post .entry-content a:hover, .single-post .entry-content a:focus, .author-box-content a:hover, .author-box-content a:focus, .wc-terms-and-conditions a:hover, p.form-row.terms a:hover, .wc-terms-and-conditions a:focus, p.form-row.terms a:focus,  .footer-widgets a:hover,  .footer-widgets a:focus {
    border-bottom: 1px solid #333;
}

.comment-respond h3, .entry-comments h3 {
    font-size: 30px;
    font-size: 3rem;
}

.breadcrumb, .search .archive-description, .single .author-box {
    border-bottom: 1px solid #eee;
}

.single-post .entry-content {
    clear: both;
    padding-left: 15%;
    padding-right: 15%;
}

@media only screen and (max-width: 480px) {
.single-post .entry-content {
    padding-left: 5%;
    padding-right: 5%;
} 

.single-post .entry-header {
    margin-left: 5%;
    margin-right: 5%;
} }

.single-post .entry-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 7%;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 4%;
    text-align: center;
}

.oekostrom {
    float: left;
    padding-left: 21px;
/*    margin-top: -12px; */
}

@media only screen and (max-width: 480px) {
.oekostrom {
    float: none;
    padding-left: 0;
    margin-top: 20px;
} 

.site-footer .payprovider-widget i {
      font-size: 32px;
} }

.form-row .terms {
    float: none;
    margin: 0 0 10px;
}

a.more-link {
	background-color: #eee;
	clear: both;
	color: #222;
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.8px;
}

a.more-link:hover {
	background-color: #31ED8B;
}

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:100px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(49,237,139,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#31ED8B;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:100px;
	}
}

p#wchau_source_field {
    margin-bottom: 5px;
}

p.woochimp_checkout_checkbox {
    margin-top: 28px;
}

select#wchau_source {
    border: 1px solid #e5e5e5;
    line-height: 28px;
}

/* Previous and next single post navigation links */

/* 

.entry-pagination {
	background: none;
	border-bottom: 1px solid #eee;
	padding: 0;
}

.single .pagination-next,
.single .pagination-previous {
	font-size: 20px;
	font-weight: 700;
	padding: 30px 0;
	width: 50%;
}

.entry-pagination .pagination-previous {
	border-right: 1px solid #eee;
	float: left;
	padding-left: 30px;
	padding-right: 15px;
}

.entry-pagination .pagination-next {
	float: right;
	padding-left: 15px;
	padding-right: 30px;
}

/*

.woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none !important;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left !important;
}

.woocommerce-checkout #payment div.form-row {
    font-size: 1.4rem;
    font-size: 14px;
}

*/

/*

.woocommerce ul.products, .woocommerce-result-count, .woocommerce-ordering {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

*/