@charset 'UTF-8';
/*!
	Theme Name: Jenkinson's
	Theme URI: https://jenkinsons.com/
	Description: This is Jenkinson's WordPress theme by AlphaWeb.
	Author: AlphaWeb
	Author URI: http://alphaweb.com/

	Version: 1.0.2

	Template: genesis
	Template Version: 2.3.0

	Text Domain: jenkinsons
*/
/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
	- Gutenberg
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
	outline: 0.1rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	outline-offset: -0.2rem;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

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

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

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

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

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

::-moz-selection {
	background-color: #30353a;
	color: #ffffff;
}

::selection {
	background-color: #30353a;
	color: #ffffff;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	color: #30353a;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.618;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: grayscale;
	margin: 0;
	max-width: 100vw;
	overflow-x: hidden;
}

body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

p {
	margin: 0 0 1.382em;
	padding: 0;
}

a {
	color: #525960;
	word-wrap: break-word;
}

a:hover,
a:focus {
	color: #30353a;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 1px solid #f0f1f2;
	border-left: 0.1rem solid #f0f1f2;
	margin: 1em 0;
	padding: 0 1em;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.236;
	margin: 0 0 0.618em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	border-radius: 0.1rem;
	padding: 0.5em 1em;
	width: 100%;
	line-height: 2;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #525960;
}

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

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

::-moz-placeholder {
	color: #30353a;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #30353a;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	background-color: #30353a;
	border: 0;
	border-radius: 0.1rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1em 2em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	transition: all 0.3s ease;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.2);
}

.button.secondary,
button.secondary,
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary {
	background-color: #525960;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
	font-size: 12px;
	font-size: 1.2rem;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large {
	font-size: 18px;
	font-size: 1.8rem;
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
	background-color: #f4f5f6;
	border-width: 0;
	color: #6a7681;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
	margin-top: 1em;
	clear: both;
}

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

fieldset {
	margin-bottom: 1em;
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-right: 1px solid #f0f1f2;
	border-right: 0.1rem solid #f0f1f2;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(48, 53, 58, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

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

/* ## Site Containers
--------------------------------------------- */
.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	max-width: 100%;
	width: auto;
	padding: 0;
}

.site-inner {
	clear: both;
}

.page-builder .site-inner {
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

.content-sidebar-wrap {
	max-width: 1280px;
	padding-top: 5%;
	padding-bottom: 5%;
}

/* ## Content Widths and Positions
--------------------------------------------- */

/* ## Column Classes (including fifths)
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	height: auto;
	width: 100%;
	display: block;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
	display: block;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	margin-right: 20px;
	margin-right: 2rem;
	float: left;
}

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 1em 6vw;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

.after-entry,
.author-box {
	margin-bottom: 5%;
	background-color: #ffffff;
	padding: 6vw;
}

.entry + .author-box {
	margin-top: 6vw;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: '';
}

.search-form input[type='search'] {
	width: 100%;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* ## Titles
--------------------------------------------- */
.author-box-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title a {
	color: #30353a;
	text-decoration: none;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

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

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

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	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 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

/* ## Gutenberg
--------------------------------------------- */
.entry-content .alignwide {
	width: 120%;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.entry-content .alignwide img {
	width: 100%;
	display: inline-block;
	margin: 1.618em auto;
}

.entry-content .alignfull {
	max-width: none;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: relative;
}

.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
	max-width: calc(100% + 12rem);
}

.entry-content .alignfull img {
	width: 100%;
	display: inline-block;
	margin: 1.618em auto;
}

.wp-block-image figcaption {
	margin: 0 auto 2em;
}

.wp-block-button {
	background: transparent;
	display: block;
	text-align: center;
	width: 100%;
	clear: both;
}

.wp-block-button:before,
.wp-block-button:after {
	clear: both;
	display: block;
	content: '';
}

.wp-block-button a {
	display: inline-block;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #ffffff;
}

.wp-block-pullquote > p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.wp-block-gallery .blocks-gallery-item {
	width: 48.71795%;
	margin: 0 0 2.5641% 2.5641%;
	text-align: center;
	display: block;
}

.wp-block-gallery .blocks-gallery-item:nth-of-type(odd) {
	margin-left: 0;
	clear: both;
}

.wp-block-gallery .blocks-gallery-item img {
	margin: 0;
}

.show-for-small-only {
	display: block;
}

.show-for-medium-up {
	display: none;
}

/* ## Alert Bar
--------------------------------------------- */
.alert-bar {
	background: #ba0000;
	color: #f4f5f6;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.alert-bar__text {
	padding: 5px 15px;
	margin: 0;
}

.network-navigation a {
	color: #0571bb;
	text-decoration: none;
}

.network-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.network-navigation > ul > li {
	position: relative;
}

.network-navigation > ul > li > ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 0;
	margin: 0;
}

.network-navigation > ul > li.open > ul {
	display: block;
	background-color: #ffffff;
	width: 160px;
	padding: 5px 15px 15px;
	z-index: 10;
	border: 1px solid #eeeeee;
	border-top: none;
	box-shadow: 0 5px 6px rgba(170, 170, 170, 0.1);
}

.network-navigation button {
	padding: 0;
	background: none;
}

.network-navigation__site-selection button > span {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000000;
	position: relative;
	top: 0.65em;
	margin-left: 5px;
}

.network-navigation__site-selection.open button > span,
.network-navigation__site-selection.open button > span {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000000;
	position: relative;
	top: 0.65em;
	margin-left: 5px;
}

.network-navigation__logo {
	border-right: 1px solid #eeeeee;
	padding: 10px;
}

.network-navigation__site-selection {
	font-family: 'Oswald';
	color: #0272b5;
	text-transform: uppercase;
	padding: 8px 15px;
}

.network-navigation__emusement-logo {
	margin-left: auto;
	margin-right: 15px;
}

.network-navigation__emusement-logo img {
	height: 25px;
}

.network-navigation .sweet-shop a {
	color: #db457e;
}

.network-navigation .aquarium a {
	color: #00a0dc;
}

.network-navigation .boardwalk a {
	color: #0272b5;
}

/* ## Top Bar
--------------------------------------------- */
.topbar {
	background: #0272ba;
	color: #f4f5f6;
	font-size: 14px;
}

.topbar a {
	color: #f4f5f6;
}

.topbar .wrap {
	padding: 0;
}

.topbar__text,
.topbar__link,
.topbar__weather-widget {
	padding: 10px 15px;
	display: inline-block;
}

.topbar__additional {
	display: none;
}

.topbar .search-form {
	max-width: 200px;
	display: inline-block;
}

.topbar .search-form input[type='search'] {
	font-size: 14px;
	line-height: 1;
	padding: 3px 10px;
}

.topbar .social-icons {
	display: inline-block;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

.site-header > .wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	margin: 0 auto 0 0;
	position: relative;
	height: 100%;
	display: block;
	-ms-flex: 1;
	    flex: 1;
	padding: 0.618em 0;
	max-width: 180px;
	max-width: 18rem;
	transition: all 0.3s ease;
}

.fixed-header .shrink .title-area {
	padding: 0.382em 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	color: #30353a;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* ## Page Header
--------------------------------------------- */
.page-header {
	padding: 40px 0;
	padding: 4rem 0;
}

.page-header[style] {
	width: 100%;
	margin: 0 auto;
	padding: calc(6vw + 10rem) 0 6vw;
	background-size: cover;
	background-position: center;
	position: relative;
}

.page-header[style]:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(1, 1, 1, 0.25);
	z-index: 1;
}

.page-header[style] h1,
.page-header[style] p {
	color: #ffffff;
	text-shadow: 2px 1px rgba(0, 0, 0, 0.3);
}

.page-header[style] h1 {
	font-size: 2.5em;
	font-weight: 600;
}

.page-header[style] p {
	font-size: 1.2em;
	font-weight: 400;
}

.page-header .wrap {
	position: relative;
	z-index: 2;
}

.page-header h1 {
	width: 100%;
	margin-bottom: 0;
	text-transform: capitalize;
	text-align: center;
}

.page-header p {
	width: 100%;
	margin: 1em 0 0;
	text-align: center;
}

.page-header .widget {
	background: transparent;
}

.topbar__additional .search-form {
	width: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin-left: 2px;
	padding: 4px 0 4px 10px;
}

.topbar__additional .search-form input {
	outline: none;
}

.topbar__additional .search-form input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

.topbar__additional .search-form input::-webkit-search-decoration,
.topbar__additional .search-form input::-webkit-search-cancel-button {
	display: none;
}

.topbar__additional .search-form input[type=search] {
	background: #ffffff url('https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png') no-repeat 9px center;
	padding: 9px 10px 9px 32px;
	width: 55px;
	border-radius: 0.25em;
	transition: all 0.5s;
}

.topbar__additional .search-form input[type=search]:focus {
	width: 130px;
	box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

.topbar__additional .search-form input:-moz-placeholder {
	color: #999999;
}

.topbar__additional .search-form input::-webkit-input-placeholder {
	color: #999999;
}

.topbar__additional .search-form input[type=search] {
	width: 15px;
	padding-right: 10px;
	color: transparent;
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}

.topbar__additional .search-form input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000000;
	cursor: auto;
}

.topbar__additional .search-form input:-moz-placeholder {
	color: transparent;
}

.topbar__additional .search-form input::-webkit-input-placeholder {
	color: transparent;
}

/* ## Hero
--------------------------------------------- */
.hero {
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 15px;
}

.hero_style_video {
	position: relative;
}

.hero_style_video:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%;
}

.hero_style_video > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero_style_image {
	padding: 48% 0 0 0;
}

.hero .wrap {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: perspective(1px) translateY(-50%);
}

.hero__video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.hero__video video {
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
	width: auto;
}

.hero h1 {
	font-weight: 600;
	color: #ffffff;
	text-shadow: 2px 1px rgba(0, 0, 0, 0.3);
}

.hero h1.rotated {
	text-align: center;
	line-height: 140px;
	transform: rotate(-3deg);
	margin-bottom: 130px;
	margin-top: 60px;
	position: relative;
	z-index: 3;
}

.hero h1 span {
	font-size: 130px;
}

.hero p {
	font-size: 22px;
	color: #ffffff;
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin-bottom: 40px;
}

.hero__image-overlay,
.hero img {
	position: relative;
	z-index: 3;
	display: block;
	margin: 2% auto 0;
}

.hero__button {
	background-color: #0272ba;
	position: relative;
	z-index: 3;
	margin: 15px auto;
}

.jenks-slider {
	width: 100% !important;
	display: table;
}

.jenks-slide {
	width: 100% !important;
	height: 500px !important;
	padding-top: 60px;
	padding-left: 60px;
	font-size: 16px;
	background-size: cover !important;
}

.jenks-slide-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.jenks-slide__text {
	color: #ffffff;
}

.jenks-slide__title {
	padding-top: 15px;
	background-size: 100%;
	float: left;
	font-size: 5em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.jenks-slide__title span {
	text-transform: lowercase;
}

.jenks-slide__content {
	padding: 0 5px;
	max-width: 550px;
	clear: both;
}

.jenks-slide__button {
	font-size: 1em;
}

.jenks-slider__nav-container {
	position: absolute;
	z-index: 10;
	top: 100px;
	height: 300px;
	width: 60px;
}

.jenks-slider__nav {
	background: rgba(51, 51, 51, 0.5);
	padding: 5px;
	width: 60px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.jenks-slider__nav .icon-ride {
	background-image: url(./assets/images/icons/ride-icon.svg);
}

.jenks-slider__nav .icon-play {
	background-image: url(./assets/images/icons/play-icon.svg);
}

.jenks-slider__nav .icon-relax {
	background-image: url(./assets/images/icons/relax-icon.svg);
}

.jenks-slider__nav .icon-eat {
	background-image: url(./assets/images/icons/eat-icon.svg);
}

.jenks-slider__nav li {
	padding: 5px;
	margin-bottom: 5px;
	opacity: 0.75;
}

.jenks-slider__nav li:hover,
.jenks-slider__nav li.activeSlide,
.jenks-slider__nav li:focus {
	padding: 5px;
	margin-bottom: 5px;
	opacity: 1;
}

.jenks-slider__nav li:last-child {
	margin-bottom: 0;
}

.jenks-slider__nav-container a {
	color: #ffffff;
	font-size: 0;
	display: inline-block;
	text-align: center;
	padding: 15px;
	text-indent: -9999px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.jenks-slider__nav-tags {
	position: relative;
}

.jenks-slider__nav-tags span {
	display: none;
	position: absolute;
	color: #333333;
	background: #ffffff;
	padding: 7px 7px 3px 7px;
	left: 60px;
	top: 15px;
	font-size: 20px;
	max-width: 170px !important;
	width: 170px !important;
}

.jenks-slider__nav-tags span.mylabel-2 {
	top: 55px;
}

.jenks-slider__nav-tags span.mylabel-3 {
	top: 95px;
}

.jenks-slider__nav-tags span.mylabel-4 {
	top: 135px;
}

.jenks-slider__nav-tags span.mylabel-5 {
	top: 175px;
}

.jenks-slider__nav-tags span.mylabel-6 {
	top: 215px;
}

.jenks-slider__nav-tags span.mylabel-7 {
	top: 255px;
}

.archive-description {
	padding: 30px;
	background: #f2f4f4;
	text-align: center;
	margin-bottom: 50px;
}

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

/* ## Menus
--------------------------------------------- */
.menu {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	clear: both;
}

.menu:before,
.menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu-item {
	display: block;
	padding: 5px 0;
	padding: 0.5rem 0;
	width: 100%;
	position: relative;
}

.menu-item.right {
	margin-left: auto;
}

.menu-item a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
	color: #30353a;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: #525960;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu li {
	width: 100%;
}

.sub-menu li:first-of-type {
	margin-top: 0.5em;
}

.sub-menu li:first-of-type a {
	padding-left: 1em;
}

.sub-menu a {
	padding-left: 1em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 100vw;
	margin: 0;
	padding: 0 5vw;
	background-color: #ffffff;
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	width: 100%;
	position: relative;
	display: block;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0 5%;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: inline-block;
	width: auto;
	margin: 0 0.5em;
}

.nav-primary .menu,
.nav-secondary .menu {
	padding: 0.5em 0;
}

.nav-secondary {
	width: 100%;
}

.site-footer__menu_layout_inline {
	display: inline-block;
}

.site-footer__menu_layout_inline ul,
.site-footer__menu_layout_inline ol {
	display: inline-block;
}

.site-footer__menu_layout_inline li {
	display: inline;
}

.site-footer__menu_layout_inline .menu-item a {
	padding: 0;
}

.nav-footer .menu {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1em;
}

.nav-footer .menu-item {
	width: auto;
}

.nav-footer .menu-item a {
	padding: 0;
	margin: 0 1em;
}

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
	padding: 27px 0;
	padding: 2.7rem 0;
	cursor: pointer;
	background-color: transparent;
	display: block;
	position: relative;
	line-height: 1;
	color: #30353a;
}

.menu-toggle:hover {
	background: none;
	outline: none;
	box-shadow: none;
	color: #30353a;
}


.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	height: 2px;
	height: 0.2rem;
	background: #30353a;
	transition: background 0s 0.2s;
	width: 25px;
	width: 2.5rem;
	margin-left: 0.236em;
	margin-top: 8px;
	margin-top: 0.8rem;
	border-radius: 0.1rem;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	background-color: #30353a;
	border-radius: 0.1rem;
	content: ' ';
}

.menu-toggle span::before {
	top: -7px;
	top: -0.7rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -7px;
	bottom: -0.7rem;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	transform: rotate(45deg);
	transition: top 0.2s 0s, transform 0.2s 0.2s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
}

.sub-menu-toggle {
	position: absolute;
	right: 0;
	top: 0.25em;
	background: none;
	padding: 0.75em;
	margin: 0 -0.75em;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #30353a;
}

.sub-menu-toggle.activated:before {
	transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 5vw;
	padding: 6vw;
}

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

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	clear: both;
	display: block;
	content: '';
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-left: 4rem;
}

.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.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;
}

.entry-content li li {
	list-style-type: circle;
}

.entry-content code {
	background-color: #f4f5f6;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	margin-top: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
}

.entry-image-link img {
	display: block;
}

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

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

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

.entry-author-name {
	text-transform: capitalize;
}

.entry-footer {
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	margin-top: 5vw;
	padding-top: 5vw;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	margin: 5vw 0;
	clear: both;
}

.pagination:before,
.pagination:after {
	clear: both;
	display: block;
	content: '';
}

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

.archive-pagination ul {
	display: -ms-flexbox;
	display: flex;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
}

.archive-pagination a {
	background-color: #ffffff;
	color: #30353a;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7.5px 10px;
	padding: 0.75rem 1rem;
	border-radius: 0.1rem;
	text-decoration: none;
	display: block;
}

.archive-pagination a:hover,
.archive-pagination .active a,
.archive-pagination a:focus {
	background-color: #525960;
	color: #ffffff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 6vw;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-list li {
	padding: 40px 0 0 5vw;
	padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
	padding: 0 0 0 1em;
}

.comment-list > .comment-respond {
	padding: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

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

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

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

.pingback:last-of-type p {
	margin-bottom: 0;
}

/* ## Widgets
--------------------------------------------- */
.widget {
	margin-bottom: 6vw;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 0;
	margin-top: 5vw;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6vw;
}

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

.widget ul > li:last-of-type:not(.gfield) {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.widget-title {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	background-color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	color: #f4f5f6;
}

.site-footer > .wrap {
	margin: 0 auto;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

.site-footer > .wrap:last-of-type {
	margin-bottom: 0;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
	color: #ffffff;
}

.site-footer a {
	text-decoration: underline;
}

.site-footer a:hover {
	text-decoration: none;
	opacity: 0.8;
}

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

.site-footer__widgets {
	padding: 25px 0;
}

.site-footer__bottom {
	font-size: 14px;
	background-color: #262626;
	padding: 10px 0;
}

.site-footer__quote,
.site-footer__copyright {
	text-align: center;
}

.site-footer__site-specific {
	text-align: center;
}

.site-footer__logo {
	display: inline-block;
}

.site-footer .social-icons {
	font-size: 28px;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	padding: 60px 0;
	padding: 6rem 0;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

.footer-widgets .widget-area {
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-area .widget {
	width: 100%;
	display: block;
	margin: 0 auto 2em;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.connected-widget {
	margin-bottom: 25px;
}

.connected-widget__title {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.newsletter-signup fieldset {
	border: none;
	padding: 0;
	margin: 20px 0;
}

.newsletter-signup legend {
	display: none;
}

.newsletter-signup__group {
	display: -ms-flexbox;
	display: flex;
}

.newsletter-signup__group label {
	display: none;
}

.newsletter-signup__group input[type=email] {
	-ms-flex: 1 1 0;
	    flex: 1 1 0;
	padding: 0.25em 1em;
}

.newsletter-signup__group input[type=submit] {
	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	padding: 0.5em 2em;
}

.location-widget {
	text-align: center;
	padding: 50px 25px;
	margin-bottom: 50px;
	border-bottom: 1px solid #262626;
}

.location-widget__icon {
	font-size: 36px;
	padding-bottom: 15px;
}

.social-icons__icon {
	display: inline-block;
	line-height: 1;
	margin: 5px;
}

.site-footer__menu a {
	text-decoration: none;
}

.site-footer__menu .menu-item {
	vertical-align: top;
}

.site-footer__menu .menu-item a,
.site-footer__menu .menu-item:first-of-type > a {
	padding: 0;
}

.site-footer__menu .menu-item-has-children > a {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.site-footer__menu .sub-menu {
	display: block;
	position: static;
	background-color: transparent;
	border: none;
	padding: 0.5em 0;
}

.site-footer__menu .sub-menu a {
	padding: 0;
}

.emusement-quick-check-form {
	margin: 15px 0;
}

.emusement-quick-check-form fieldset {
	border: none;
	max-width: 650px;
	float: right;
	text-align: right;
	width: 100%;
}

.emusement-quick-check-form a {
	display: block;
	vertical-align: middle;
	text-align: center;
}

.emusement-quick-check-form a img {
	display: inline-block;
}

.emusement-quick-check-form [type='text'] {
	display: inline-block;
	vertical-align: middle;
	padding: 0.15em 1em;
	width: 100%;
}

.emusement-quick-check-form [type='submit'] {
	background-color: #30353a;
	display: inline-block;
	vertical-align: middle;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* ## Gravity Forms
--------------------------------------------- */
.gform_heading,
.gform_body,
.gform_footer {
	clear: both;
}

.gform_heading {
	padding-bottom: 1em;
}

.gform_wrapper .gform_fields {
	list-style: none;
	margin: 0 -10px;
	margin: 0 -1rem;
	padding: 0;
}

.gform_wrapper .gform_fields li {
	list-style-type: none;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
	list-style: none;
	padding: 0;
}

.ginput_container span {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
	width: 100%;
}

.ginput_container input,
.ginput_container textarea {
	margin: 0;
}

.gfield_label {
	display: inline-block;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gfield_label:empty {
	display: none;
}

.left_label .gfield_label {
	float: left;
}

.right_label .gfield_label {
	float: right;
}

.gfield_required {
	padding-left: 0.1em;
}

.gfield_checkbox li,
.gfield_radio li {
	width: 100%;
}

.gfield_checkbox input,
.gfield_radio input {
	width: auto;
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
}

.gfield_checkbox label,
.gfield_radio label {
	float: left;
	line-height: 1;
}

.gsection {
	margin: 10px 0;
	margin: 1rem 0;
}

.gsection h2 {
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.validation_error,
.gf_progressbar_wrapper {
	padding-bottom: 1em;
}

.gf_progressbar {
	background: #f4f5f6;
}

.gf_progressbar_percentage {
	background: #30353a;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	text-align: right;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
	display: inline-block;
}

.gfield_time_hour label,
.gfield_time_minute label {
	display: block;
}

.gfield_time_ampm {
	vertical-align: top;
}

.gfield {
	width: 100%;
	list-style-type: none;
	clear: both;
	overflow: auto;
	padding: 0 10px 15px;
	padding: 0 1rem 1.5rem;
	margin: 0;
}

.gfield .validation_message {
	margin-top: 10px;
	margin-top: 1rem;
}

.gfield li {
	list-style-type: none;
}

.gform_validation_container {
	display: none;
}

.gform_footer .gform_button {
	width: auto;
}

.ginput_full input,
.ginput_full select,
.ginput_full textarea,
.ginput_left input,
.ginput_left select,
.ginput_left textarea,
.ginput_right input,
.ginput_right select,
.ginput_right textarea {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	width: 100%;
}

.ginput_full label,
.ginput_left label,
.ginput_right label {
	display: block;
}

.ginput_full {
	display: block;
}

.ginput_left {
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
}

.ginput_right {
	float: right;
}

.gf_left_half,
.gf_left_third,
.gf_middle_third,
.gf_first_quarter,
.gf_second_quarter {
	clear: none;
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_right_half,
.gf_right_third,
.gf_fourth_quarter {
	clear: none;
	float: right;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_third_quarter {
	clear: none;
	float: left;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_list_2col li,
.gf_list_3col li,
.gf_list_4col li,
.gf_list_5col li {
	float: left;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_list_inline li {
	display: inline-block;
	padding-right: 10px;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

/* ## Front Page
--------------------------------------------- */
.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5 {
	width: 100%;
	padding: 60px 0;
	padding: 6rem 0;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	position: relative;
}

.front-page-1 {
	padding: calc(20vw + 7rem) 0 20vw;
	position: relative;
	background-color: #30353a;
	clear: both;
}

.front-page-1:before,
.front-page-1:after {
	clear: both;
	display: block;
	content: '';
}

.front-page-1 .wrap {
	position: relative;
	text-align: center;
}

.front-page-1 .widget {
	background-color: transparent;
}

.front-page-1 .widget:last-of-type {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.front-page-1 h1 {
	margin: 0 0 0.618em;
}

.front-page-1 p {
	margin: 0 0 1.382em;
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: none;
	object-fit: cover;
}

.wp-custom-header iframe {
	left: -25%;
	right: -25%;
	height: 150%;
	width: 150%;
}

.page-section {
	padding: 30px 0;
}

.page-section_context_upcoming-events {
	background-color: #f7f9f9;
}

.page-section_context_welcome {
	padding: 3em 0;
	border-bottom: 1px solid #eaeaea;
}

.page-section_context_follow {
	background: #0272ba;
	color: #ffffff;
}

.page-section__title {
	color: #0272ba;
	text-align: center;
	padding-top: 20px;
	padding-top: 2rem;
}

.page-section__actions {
	text-align: center;
}

.page-section_context_follow .connected-widget:last-child {
	margin-left: auto;
	text-align: center;
}

.connected-widget_location_page-section a {
	color: #ffffff;
}

.connected-widget_location_page-section .connected-widget__title {
	font-size: 26px;
}

.connected-widget_location_page-section .social-icons {
	font-size: 58px;
	margin-top: 1em;
}

.page-section_context_slider {
	width: 100%;
	display: table;
	background: none;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/* ## Jenkinson's Network Section
--------------------------------------------- */

/* ## Hero
--------------------------------------------- */
.upcoming-events {
	margin-top: 2em;
}

.upcoming-events__error {
	text-align: center;
	padding: 50px 0;
	padding: 5rem 0;
}

.upcoming-event {
	display: block;
	color: #30353a;
	font-size: 16px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #eef2f2;
	border-radius: 4px;
	margin-bottom: 2%;
}

.upcoming-event__description {
	padding: 15px;
}

.upcoming-event__title {
	font-size: 1.2em;
	font-family: 'Roboto';
	margin: 0 0 0.5em;
}

.upcoming-event__date {
	font-weight: 300;
	margin-bottom: 0.25em;
}

.upcoming-event__text {
	margin-bottom: 0;
}

/* ## Hero
--------------------------------------------- */

.page-cta__text {
	max-width: 1000px;
	margin-bottom: 15px;
}

.page-cta_style_no-image.page-cta_style_no-button .page-cta__text {
	margin: 0 auto;
}

.page-cta__title {
	color: #0272ba;
	font-size: 36px;
	font-weight: 500;
}

.page-cta__title_style_alt {
	display: block;
	font-weight: 300;
	font-size: 0.75em;
}

.page-cta__action {
	margin-left: auto;
	text-align: center;
}

.page-cta__button {
	background-color: #0272ba;
	white-space: nowrap;
}

.page-cta_style_no-image.page-cta_style_no-button {
	text-align: center;
}

.page-cta__image {
	width: 100%;
}

.page-cta__image img {
	display: block;
}

.page-cta__image img.alignleft,
.page-cta__image img.alignright {
	margin: 0;
}

.page-cta_bg_default {
	margin-bottom: 20px;
}

.page-cta__title {
	text-transform: uppercase;
	padding: 0 0 15px;
	font-weight: 400;
}

.page-cta_style_no-image .page-cta__title {
	padding-bottom: 0;
}

.page-cta_style_no-image .page-cta__content p {
	margin-top: 25px;
	margin-bottom: 30px;
}

.page-cta_style_no-image.page-cta_bg_colored .page-cta__text p {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
}

.page-cta_style_no-image.page-cta_bg_colored .page-cta__text blockquote cite {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
}

.page-section_context_cta {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #eaeaea;
}

.entry-content .highlight {
	border-left: 10px solid #0272ba;
	padding-left: 15px;
	overflow: hidden;
}

/* ## Hero
--------------------------------------------- */
.exhibit-cards {
	margin-top: 25px;
}

.exhibit-card {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.exhibit-card a {
	display: block;
	color: #30353a;
	margin-bottom: 20px;
	padding-bottom: 30px;
	text-decoration: none;
	border-bottom: 1px solid #c1c1c1;
}

.exhibit-card a img {
	width: 100%;
	height: auto;
}

.exhibit-card__image {
	margin-bottom: 15px;
}

.exhibit-card__details {
	padding: 0 5% 3% 5%;
}

.exhibit-card__text {
	margin-bottom: 15px;
}

.exhibit-card__requirement,
.exhibit-card__specific {
	display: inline-block;
	font-weight: 400;
	font-family: oswald;
	margin-right: 25px;
}

.single-rides .page-header[style] {
	padding-bottom: 0;
}

.single-rides .entry-content {
	max-width: 950px;
	margin: 0 auto;
}

.exhibit-card_location_header {
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 35px;
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

.exhibit-card_location_header .exhibit-card__requirements,
.exhibit-card_location_header .exhibit-card__specifics {
	color: #ffffff;
	text-shadow: 2px 1px rgba(0, 0, 0, 0.3);
	font-size: 1.25em;
}

.exhibit-card_location_header .exhibit-card__requirement,
.exhibit-card_location_header .exhibit-card__specific {
	margin: 5px 15px;
}

.exhibit-card__requirement svg {
	position: relative;
	top: -0.075em;
	margin-right: 5px;
}

.exhibit-card__requirement_intensity-level_thrilling svg {
	color: red;
}

.exhibit-card__requirement_intensity-level_traditional svg {
	color: yellow;
}

.exhibit-card__requirement_intensity-level_tame svg {
	color: green;
}

.exhibit-card__label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/*woocommerce default styles*/
.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

div.woocommerce-error,
div.woocommerce-message {
	margin: 10px 0;
	padding: 10px 10px 10px 32px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

div.woocommerce-error a.button,
div.woocommerce-message a.button {
	margin-top: 0;
	float: right;
}

p.demo_store {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	background: -moz-linear-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
	background: -moz-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
	padding: 8px 0;
	z-index: 999999;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}

small.note {
	display: block;
	font-size: 11px;
	line-height: 21px;
	margin-top: 10px;
}

#breadcrumb {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.92em;
}

div.product {
	position: relative;
	margin-bottom: 0;
}

div.product .product_title {
	clear: none;
}

div.product p.price {
	color: #7e9a47;
	font-size: 1.3em;
}

div.product p.price del {
	font-size: 14px;
	color: #8b2121;
}

div.product p.stock {
	font-size: 0.92em;
	padding: 2px 0 0 0;
}

div.product div.images {
	float: left;
	width: 47%;
}

div.product div.images img {
	padding: 6px;
	display: block;
	width: 100%;
	height: auto;
}

div.product div.images div.thumbnails {
	padding-top: 10px;
	zoom: 1;
}

div.product div.images div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
}

div.product div.images div.thumbnails a img {
	width: 100%;
	height: auto;
}

div.product div.images div.thumbnails a.last {
	margin-right: 0;
}

div.product div.images div.thumbnails a.first {
	clear: both;
}

div.product div.summary {
	float: right;
	width: 48%;
}

div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

div.product div.social span {
	margin: 0 0 0 2px;
}

div.product div.social span span {
	margin: 0;
}

div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

div.product .woocommerce-tabs {
	clear: both;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
}

div.product .woocommerce-tabs ul.tabs {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 4px 4px 0;
	list-style: none outside;
}

div.product .woocommerce-tabs ul.tabs li {
	float: left;
	margin: 0;
	font-size: 0.92em;
	margin-right: -1px;
}

div.product .woocommerce-tabs ul.tabs {
	position: relative;
	top: 1px;
	z-index: 10;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a {
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	padding: 9px 20px 10px 20px;
	position: relative;
}

div.product .woocommerce-tabs ul.tabs li.active {
	position: relative;
}

div.product .woocommerce-tabs .panel {
	padding: 15px 15px 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.js_active .woocommerce-tabs .panel {
	display: none;
}

.stock {
	color: #7e9a47;
}

.out-of-stock {
	color: #8b2121;
}

p.cart {
	float: right;
}

form.cart {
	margin-bottom: 24px;
	overflow: hidden;
	zoom: 1;
}

form.cart div.quantity {
	float: left;
	margin: 0 4px 0 0;
}

form.cart table {
	font-size: 12px;
}

form.cart table td {
	padding: 4px 4px 4px 0;
}

form.cart table div.quantity {
	float: none;
	margin: 0;
	width: 72px;
}

form.cart table small.stock {
	display: block;
	float: none;
}

form.cart .variations label {
	font-weight: bold;
}

form.cart .variations select {
	width: 100%;
	float: left;
}

form.cart .button {
	vertical-align: middle;
	float: left;
	margin: 2px 0;
}

span.onsale {
	background: #7e9a47;
	min-height: 32px;
	min-width: 32px;
	padding: 4px;
	font-size: 12px;
	position: absolute;
	text-align: center;
	line-height: 32px;
	top: 6px;
	left: 6px;
	margin: 0;
	border-radius: 20px;
}

.products ul,
ul.products {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.related,
.upsells.products {
	overflow: hidden;
	zoom: 1;
}

.related ul.products,
.upsells.products ul.products,
.related ul,
.upsells.products ul {
	float: none;
}

.related ul.products li,
.upsells.products ul.products li,
.related ul li,
.upsells.products ul li {
	width: 48%;
}

.related ul.products li img,
.upsells.products ul.products li img,
.related ul li img,
.upsells.products ul li img {
	width: 100%;
	height: auto;
}

ul.products {
	clear: both;
	margin-left: 0;
	padding-left: 0;
}

ul.products li {
	float: left;
	margin: 0 3.8% 20px 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0;
}

ul.products li .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -6px -6px 0 0;
}

div .products li a,
div .product a {
	text-decoration: none;
}

ul.products li a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 8px;
}

ul.products li strong {
	display: block;
}

ul.products li .price {
	color: #7e9a47;
	display: block;
	font-weight: normal;
}

ul.products li .price del {
	font-size: 10px;
	line-height: 10px;
	margin: -2px 0 0 0;
	display: block;
}

ul.products li .price .from {
	font-size: 10px;
	line-height: 10px;
	margin: -2px 0 0 0;
	display: block;
}

ul.products li.first {
	clear: both;
}

ul.products li.last {
	margin-right: 0;
}

.woocommerce-ordering {
	margin-bottom: 24px;
}

a.button.loading,
button.button.loading,
input.button.loading,
#review_form #submit.loading {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

a.button.loading:before,
button.button.loading:before,
input.button.loading:before,
#review_form #submit.loading:before {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0.35em;
	right: -26px;
	text-indent: 0;
}

a.button.added:before,
button.button.added:before,
input.button.added:before,
#review_form #submit.added:before {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0.35em;
	right: -26px;
	text-indent: 0;
}

a.button:hover,
button.button:hover,
input.button:hover,
#review_form #submit:hover,
a.button:focus,
button.button:focus,
input.button:focus,
#review_form #submit:focus {
	text-decoration: none;
}

.cart .button,
.cart input.button {
	float: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.woocommerce-page .button {
	min-width: 110px;
	padding: 15px;
	line-height: 1em;
	margin: 4px 2px 0 0;
	float: left;
	font-size: 12px;
	width: auto;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	border-radius: 2px;
}

#reviews h2 small {
	float: right;
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0 0;
}

#reviews h2 small a {
	text-decoration: none;
}

#reviews h3 {
	margin: 0;
}

#reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

#reviews #comment {
	height: 75px;
}

#reviews #comments .add_review {
	overflow: hidden;
	zoom: 1;
}

#reviews #comments h2 {
	clear: none;
}

#reviews #comments ol.commentlist {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	width: 100%;
	background: none;
}

#reviews #comments ol.commentlist li {
	padding: 00;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
}

#reviews #comments ol.commentlist li .meta {
	font-size: 0.75em;
}

#reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border-radius: 5px;
	padding: 11px 11px 0;
}

#reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 11px;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 0.86em;
}

.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(images/star.png) repeat-x left 0;
}

.star-rating span {
	background: url(images/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}

#reviews .star-rating {
	margin: 10px 0 0 0;
}

#review_form #respond {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 10px 20px 20px;
}

#review_form #respond p {
	margin: 0 0 10px;
}

p.stars {
	overflow: hidden;
	zoom: 1;
}

p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/star.png) repeat-x left 0;
}

p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}

p.stars span a:hover,
p.stars span a:focus {
	background: url(images/star.png) repeat-x left -16px;
}

p.stars span a.active {
	background: url(images/star.png) repeat-x left -32px;
}

p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}

p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}

p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}

p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}

p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}

table.shop_attributes th {
	width: 150px;
	font-weight: bold;
	padding: 8px;
	margin: 0;
	line-height: 1.5em;
}

table.shop_attributes td {
	font-style: italic;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

table.shop_attributes td p {
	margin: 0;
	padding: 8px;
}

table.shop_table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-radius: 5px;
}

table.shop_table th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}

table.shop_table td {
	padding: 6px 12px;
	vertical-align: middle;
}

table.shop_table td a.button {
	margin: 0 3px;
}

table.shop_table tfoot td {
	font-weight: bold;
}

table.my_account_orders {
	font-size: 0.85em;
}

table.my_account_orders th,
table.my_account_orders td {
	padding: 4px 8px;
	vertical-align: top;
}

table.my_account_orders .button {
	white-space: nowrap;
	margin: 4px 0;
}

table.cart img {
	width: 32px;
	height: auto;
}

ul.cart_list,
ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

ul.cart_list li,
ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

ul.cart_list li a,
ul.product_list_widget li a {
	display: block;
	font-weight: bold;
}

ul.cart_list li img,
ul.product_list_widget li img {
	float: left;
	margin-right: 4px;
	width: 32px;
	height: auto;
}

.widget_shopping_cart .total {
	border-top: 3px double #dddddd;
	padding: 4px 0 0;
	margin: 0;
}

.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}

.widget_shopping_cart .buttons {
	overflow: hidden;
	zoom: 1;
}

a.remove {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	background: url(images/remove.png) #cccccc;
	background: url(images/remove.png) #cccccc;
}

.cart th,
.cart td {
	vertical-align: middle;
}

td.actions {
	text-align: right;
}

td.actions .coupon {
	float: left;
}

#top td.actions .coupon label {
	display: none;
}

td.actions .coupon .input-text {
	width: 80px;
	float: left;
	margin: 1px 6px 0 0;
}

td.actions .button.alt {
	float: right;
	margin: 2px 0 0 6px;
}

td.product-name dl.variation {
	margin: 0;
}

td.product-name dl.variation dt {
	font-weight: bold;
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

td.product-name dl.variation dd {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
}

td.quantity {
	min-width: 80px;
}

.quantity input {
	margin-left: 0;
	margin-right: 0;
}

.quantity input.qty {
	width: 20px;
	display: inline;
	padding: 1px 5px 2px;
	line-height: 1em;
	vertical-align: middle;
	margin: 0;
}

.quantity input.plus,
.quantity input.minus {
	padding: 4px;
	vertical-align: middle;
	line-height: 1em;
	border: none;
	width: 20px;
	cursor: pointer;
	margin: 0;
	display: inline;
	border: 0;
}

.quantity input.minus {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.quantity input.plus {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float: none;
}

.cart input {
	width: 100px;
	margin: 0;
	vertical-align: middle;
	line-height: 1em;
}

.col2-set {
	overflow: hidden;
	zoom: 1;
	width: 100%;
}

.col2-set .col-1 {
	float: left;
	width: 48%;
}

.col2-set .col-2 {
	float: right;
	width: 48%;
}

.cart-collaterals h2 {
	font-size: 14px;
	text-align: left;
	float: none;
}

.cart-collaterals {
	overflow: hidden;
	zoom: 1;
	width: 100%;
}

.cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.cart-collaterals .cross-sells {
	width: 100%;
	float: left;
}

.cart-collaterals .cross-sells ul.products {
	float: none;
}

.cart-collaterals .cross-sells ul.products li {
	width: 24.25%;
}

#top .cross-sells .content {
	width: 100%;
	padding: 0;
	margin: 0;
}

.cart-collaterals .shipping_calculator {
	width: 48%;
	text-align: right;
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 0 0;
	clear: right;
	float: right;
}

.cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

.cart-collaterals .shipping_calculator .col2-set .col-1,
.cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.cart-collaterals .cart_totals {
	float: right;
	width: 48%;
	text-align: right;
}

.cart-collaterals .cart_totals p {
	margin: 0;
}

.cart-collaterals .cart_totals table {
	border-radius: 5px;
	margin: 0 0 6px;
	padding: 0;
}

.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0;
}

.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
	padding: 6px 12px;
}

.cart-collaterals .cart_totals table small {
	display: block;
}

#top .cart-collaterals .cart_totals table select,
#top.woocommerce-page select {
	width: 95%;
	min-width: 0;
	margin: 0;
}

.avia-webkit #top .cart-collaterals .cart_totals table select,
.avia-webkit #top.woocommerce-page select {
	padding-right: 30px;
}

.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
	padding: 6px 24px;
}

.cart-collaterals .cart_totals a.button.alt {
	width: 193px;
	display: block;
	font-size: 0.92em;
}

#top .form-row {
	zoom: 1;
	padding: 3px 0;
	margin: 0 0 10px;
}

#top .form-row label {
	display: block;
}

#top .form-row label.hidden {
	visibility: hidden;
}

#top .form-row select {
	width: 100%;
	cursor: pointer;
	margin: 0;
	min-width: 100px;
}

#top .form-row .required {
	font-weight: bold;
}

#top .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

#top .form-row label.checkbox {
	display: inline;
}

form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea {
	box-sizing: border-box;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
	padding: 6px;
	margin: 0;
	outline: 0;
	background: #ffffff none;
	font-size: 14px;
	line-height: 1em;
}

form .form-row textarea,
#content .form-row textarea {
	height: 3.5em;
	line-height: 1.5em;
	display: block;
	box-shadow: none;
}

.form-row-first,
.form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.form-row-last {
	float: right;
}

#top form.login,
#top form.register {
	padding: 20px;
	margin: 20px 0 20px 0;
	text-align: left;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
}

#top #payment {
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
}

#top #payment ul.payment_methods {
	overflow: hidden;
	zoom: 1;
	text-align: left;
	padding: 1em;
	margin: 0;
	list-style: none outside;
}

#top #payment ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: -1px 0 0 0;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	padding: 15px;
}

#top #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

#top #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -1px 0 0 0.5em;
	position: relative;
}

#top #payment div.form-row {
	padding: 1em;
}

#top #payment label {
	display: inline;
}

#top #payment #place_order {
	float: none;
	margin: 0 auto;
}

#top #payment .terms {
	padding: 0 1em 0;
	text-align: right;
}

#top #payment div.payment_box {
	position: relative;
	width: 90%;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
	padding: 1em 28px;
	margin: 0 0 0 0;
	font-size: 0.92em;
	left: -2px;
}

#payment div.payment_box #cc-expire-month,
#payment div.payment_box #cc-expire-year {
	width: 48%;
	float: left;
}

#top #payment div.payment_box #cc-expire-year {
	float: right;
}

#top #payment div.payment_box span.help {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

#top #payment div.payment_box p,
#payment div.payment_box .form-row {
	padding: 0 0 1em;
	margin: 0;
}

/* #payment div.payment_box:after{content:"";display:block;border:8px solid;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:24px;left:-23px;margin:-1em 0 0 2em;} */
div.shipping-address {
	padding: 0;
	clear: left;
}

#top #shiptobilling {
	float: right;
	line-height: 1.62em;
	margin: 0 0 0 0;
	padding: 0;
}

#top #shiptobilling label {
	font-size: 0.6875em;
}

.checkout .col-2 h3 {
	float: left;
	clear: none;
	margin-top: 0;
}

.checkout .col-2 .notes {
	clear: left;
}

.checkout .col-2 .form-row-first {
	clear: left;
}

#top .checkout .col-1,
#top .checkout .col-2 {
	background: transparent;
}

.order_details {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1.5em;
	list-style: none;
}

.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1em;
	border-right: 1px dashed #cccccc;
	padding-right: 2em;
}

.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5em;
}

.order_details li.method {
	border: none;
}

.addresses .title {
	overflow: hidden;
	zoom: 1;
}

.addresses .title h3 {
	float: left;
}

.addresses .title .edit {
	float: right;
}

ol.commentlist.notes li.note p.meta {
	font-weight: bold;
	margin-bottom: 0;
}

ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

#customer_details {
	padding-bottom: 40px;
}

#payment {
	margin-top: 40px;
}

td select {
	margin: 0;
	min-width: 100px;
}

.template-search-none > p {
	display: none;
}

.term-description {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
}

.slideshow_container + .term-description {
	top: -18px;
}

/*JS fanciness*/
.pointer_arrow {
	height: 20px;
	width: 20px;
	position: absolute;
	top: -10px;
	left: 50%;
	/* IE 9 */
	/* Firefox */
	/* Safari and Chrome */
	transform: rotate(45deg);
}

.pointer_arrow_wrap {
	position: absolute;
	width: 20px;
	height: 10px;
	top: -13px;
	left: 50%;
	margin-left: -11px;
	overflow: hidden;
}

.pointer_arrow_wrap .pointer_arrow {
	left: 0;
	top: 6px;
}

/*cart dropdown*/
.cart_dropdown {
	position: absolute;
	right: -60px;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-decoration: none;
	text-align: center;
	top: 50%;
	margin: -23px 0 0 0;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	z-index: 101;
	transition: all ease-in-out 0.8s;
}

.html_bottom_nav_header .cart_dropdown {
	margin: -40px 0 0 0;
}

.html_boxed .cart_dropdown {
	position: fixed;
	top: 24px;
	margin: 0;
	z-index: 300;
}

.bottom_nav_header #header_main {
	z-index: 2000;
}

.bottom_nav_header #header_meta {
	z-index: 2001;
}

.html_visible_cart .cart_dropdown {
	right: -2px;
}

.cart_dropdown_first {
	line-height: 38px;
	padding: 0;
}

.cart_dropdown_first .cart_dropdown_link {
	display: block;
	padding: 0 0 0 0;
	text-decoration: none;
	line-height: 44px;
	font-size: 15px;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#top .cart_list.product_list_widget {
	background: transparent;
}

.cart_dropdown_first .cart_subtotal {
	display: block;
	float: left;
}

.cart_dropdown .dropdown_widget {
	clear: both;
	position: absolute;
	right: 7px;
	top: 0;
	width: 280px;
	line-height: 18px;
	display: none;
	padding-top: 54px;
}

.cart_dropdown .dropdown_widget .widget_shopping_cart_content {
	padding: 0;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	border-radius: 2px;
}

.cart_dropdown .dropdown_widget .avia-arrow {
	top: 49px;
	left: auto;
	margin-left: 0;
	border-bottom: none;
	border-right: none;
	right: 10px;
}

.cart_dropdown_first:hover .dropdown_widget,
.cart_dropdown_first:focus .dropdown_widget {
	display: block;
}

.dropdown_widget .cart_list {
	border: none;
}

div .dropdown_widget .cart_list li {
	padding: 10px 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top: none;
	font-size: 11px;
	position: relative;
}

.dropdown_widget .cart_list li.empty {
	border-bottom: none;
	text-align: center;
	font-weight: bold;
}

.dropdown_widget ul.cart_list li a {
	display: block;
	font-weight: bold;
	float: none;
	text-decoration: none;
}

.dropdown_widget ul.cart_list li a img {
	float: right;
	display: block;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	padding: 2px;
	margin: 0 0 0 10px;
	width: 55px;
	height: auto;
}

.dropdown_widget .quantity {
	overflow: hidden;
}

#top .dropdown_widget .total {
	font-size: 13px;
	border: none;
}

.dropdown_widget .buttons {
	border-top-style: solid;
	border-top-width: 1px;
}

.cart_dropdown .dropdown_widget .widget_shopping_cart_content p {
	font-size: 11px;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}

#top .dropdown_widget .buttons .button {
	width: 43%;
	float: left;
	margin: 0;
	background: transparent;
	padding: 2px;
	font-weight: 600;
	text-align: center;
}

#top .dropdown_widget .buttons .button.checkout {
	float: right;
}

#top .update_succes {
	margin: 0 10px;
}

dl.variation {
	padding: 0;
	margin: 0;
}

dl.variation dt {
	padding: 0;
	margin: 0;
}

dl.variation dd {
	padding: 0;
	margin: 0 0 0 3px;
	font-weight: bold;
}

/*cart icon variatons*/
.html_visible_cart.html_stretched.html_header_top.html_header_stretch .main_menu {
	transition: right ease-in-out 0.8s;
	right: 30px;
}

.html_cart_at_menu.html_header_top #top .main_menu {
	right: 0;
}

#menu-item-shop.cart_dropdown {
	right: 0;
	top: 0;
	margin: 0;
	height: auto;
	border-top: none;
	border-radius: 0;
	width: auto;
	position: relative;
	float: left;
}

.av_menu_icon_beside + #menu-item-shop.cart_dropdown {
	right: 26px;
}

.html_cart_at_menu .avia-menu.av_menu_icon_beside {
	padding-right: 0;
}

.html_header_top #menu-item-shop.cart_dropdown {
	border-bottom: none;
}

#menu-item-shop .cart_dropdown_link {
	background: transparent;
	margin: 0;
	left: 0;
	color: inherit;
	position: relative;
	width: auto;
	transition: color 0.15s ease-out;
	padding: 0 38px;
	float: left;
	line-height: 88px;
}

#menu-item-shop .dropdown_widget {
	right: -1px;
	top: 100%;
	padding: 0;
	margin-top: -1px;
}

.av_minimal_header #menu-item-shop .dropdown_widget {
	margin-top: 0;
}

#menu-item-shop .dropdown_widget .avia-arrow {
	top: -5px;
	right: 40px;
}

#top .av_header_transparency #menu-item-shop.cart_dropdown {
	border-color: transparent;
}

#top .av_header_glassy.av_header_transparency #menu-item-shop.cart_dropdown {
	border-color: rgba(255, 255, 255, 0.25);
}

#header_main #menu-item-shop .added_to_cart_notification {
	top: 100%;
	right: -1px;
}

#header_main #menu-item-shop .added_to_cart_notification .avia-arrow {
	right: 39px;
}

.html_header_sidebar #menu-item-shop.cart_dropdown {
	width: 100%;
	margin: 0;
	right: 0;
	border-right: none;
	height: 46px;
	position: absolute;
	opacity: 1;
}

.html_header_sidebar #menu-item-shop.cart_dropdown .cart_dropdown_link {
	width: 100%;
	line-height: 46px;
}

.html_cart_at_menu.html_header_sidebar #header_main .avia-menu {
	margin-top: 46px;
}

.html_cart_at_menu.html_header_sidebar #top #menu-item-shop .dropdown_widget.dropdown_widget_cart {
	width: 100%;
}

.html_cart_at_menu.html_header_sidebar #menu-item-shop .dropdown_widget .avia-arrow {
	right: 48%;
}

.html_cart_at_menu.html_header_sidebar #header_main #menu-item-shop .added_to_cart_notification {
	width: 100%;
}

.html_cart_at_menu.html_header_sidebar #header_main #menu-item-shop .added_to_cart_notification .avia-arrow {
	right: 48%;
}

.html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
	float: right;
	right: -34px;
	border: none;
}

.html_cart_at_menu.html_bottom_nav_header #header_main .social_bookmarks {
	right: 60px;
}

.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop {
	float: left;
	left: -34px;
}

.html_cart_at_menu.html_bottom_nav_header.html_logo_right #header_main .social_bookmarks {
	left: 60px;
}

.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop .dropdown_widget {
	left: 17px;
}

.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop .dropdown_widget .avia-arrow {
	left: 25px;
}

.html_cart_at_menu.html_header_top.html_logo_left .av_seperator_big_border #menu-item-shop.cart_dropdown {
	margin-left: -1px;
}

.html_cart_at_menu.html_main_nav_header #top .main_menu .menu > li:last-child {
	padding-right: 13px;
	margin-right: 20px;
}

.html_cart_at_menu.html_main_nav_header #top .av_seperator_big_border .main_menu .menu > li:last-child {
	margin-right: 0;
	padding-right: 0;
}

/************************************************************************
overwrite theme and framework css rules
*************************************************************************/
.animator2 {
	transition: all ease-in-out 0.2s;
}

.animator3,
.thumbnail_container {
	transition: all linear 0.3s;
}

#top .screen-reader-text {
	display: none;
}

#top .form-row label.hidden {
	visibility: hidden;
	display: block;
	position: relative;
}

.products .product h3,
.products .product h4,
.products .product h5,
.products .product h6 {
	padding-top: 5px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
}

#top .onsale {
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
	color: #ffffff;
	background: #7e9a47;
	top: 17px;
	right: 8px;
	left: auto;
	margin: 0;
	min-width: 40px;
}

ins {
	text-decoration: none;
}

#top .price,
#top .price span,
#top del,
#top ins {
	display: inline;
	text-decoration: none;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
}

#top .price,
div .stock {
	color: #7e9a47;
}

#top .price .from {
	font-weight: normal;
	padding-right: 2px;
}

#top #wrap_all ins {
	color: #7e9a47;
}

#top #wrap_all del {
	text-decoration: line-through;
	font-weight: normal;
	color: #8b2121;
}

#top #wrap_all ins:before {
	content: '\2219';
	/*bullet*/
	text-decoration: none;
	display: inline-block;
	padding: 0 7px 0 3px;
	font-size: 20px;
	line-height: 12px;
}

#top .product_excerpt,
#top .product_excerpt:hover,
#top .product_excerpt:focus {
	font-size: 12px;
	text-decoration: none;
}

/************************************************************************
Thumbnail
*************************************************************************/
.single-product-main-image .thumbnails {
	margin-top: 10px;
	width: 104%;
}

#top .single-product-main-image .thumbnails a {
	float: left;
	width: 31.3%;
	margin: 0 4px 4px 0;
	clear: none;
	position: relative;
	padding: 4px;
}

.single-product-main-image .images > a {
	border-radius: 2px;
}

.single-product-main-image img {
	display: block;
}

#top .single-product-main-image .onsale {
	top: 0;
	right: 7px;
}

.template-shop .single-product-main-image .images a {
	border-style: solid;
	border-width: 1px;
}

.lightbox_image,
.image_overlay_effect_inside {
	border-radius: 3px;
}

.cart-loading {
	border-radius: 100px;
	position: absolute;
	height: 60px;
	width: 60px;
	left: 50%;
	top: 48%;
	margin: -30px 0 0 -30px;
	background: url(images/loading-light.gif) no-repeat center center #ffffff;
	display: none;
	opacity: 0.9;
	-webkit-backface-visibility: hidden;
	/* fixes webkit flickering after transitions*/
	transition: all 0.3s ease-in-out;
	transform: scale(0.3);
}

.adding-to-cart-loading:hover .cart-loading,
.adding-to-cart-loading:focus .cart-loading {
	display: block;
	opacity: 0.9;
	transform: scale(1);
}

#top .added-to-cart-check .cart-loading {
	transform: scale(0);
	background: url(images/icons-shop-added.png) no-repeat center center #ffffff;
}

#top .added-to-cart-check:hover .cart-loading,
#top .added-to-cart-check:focus .cart-loading {
	display: block;
	opacity: 0.9;
	transition-delay: 300ms;
	transform: scale(1);
}

.avia_transform .added-to-cart-check .cart-loading {
	display: block;
	opacity: 0;
	transition-delay: 300ms;
}

.thumbnail_container .rating_container .star-rating {
	float: none;
	margin: 0 auto;
}

/*Product overview*/
#top .woocommerce-ordering {
	position: absolute;
	right: 0;
	margin: 0;
	z-index: 20;
	top: 50%;
	margin-top: -23px;
	width: 25%;
	min-width: 200px;
}

.template-shop .page-title {
	display: none;
}

.products .product.first {
	clear: both;
}

#top .products .product.last,
#top #main .products .product.last {
	margin-right: 0;
}

div .products .product {
	float: left;
	margin: 0 1% 1% 0;
	padding: 0;
	position: relative;
	width: 24.25%;
	margin-left: 0;
}

div .products .product a,
div .products .product a img {
	display: block;
	overflow: hidden;
	border-radius: 1px;
}

div .products .product a:hover,
div .products .product a:focus {
	text-decoration: none;
}

.shop_columns_5 .products .product {
	margin: 0 1% 1%  0;
	width: 19.2%;
}

.shop_columns_3 .products .product {
	margin: 0 1% 1% 0;
	width: 32.6%;
}

.shop_columns_2 .products .product {
	width: 49.5%;
}

#top .inner_product_header {
	padding: 10px 15px 15px;
	clear: both;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	min-height: 91px;
}

.inner_product_header .avia-arrow {
	border-bottom: none;
	border-right: none;
	z-index: 1000;
	top: -5px;
	margin-left: -6px;
}

#top div .product_on_sale .inner_product_header {
	padding-right: 47px;
}

.thumbnail_container .rating_container {
	padding: 5px;
	width: 100px;
	position: absolute;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.inner_product:hover .rating_container,
.inner_product:focus .rating_container {
	opacity: 1;
}

.thumbnail_container {
	display: block;
	position: relative;
	overflow: hidden;
}

.thumbnail_container_inner {
	display: block;
	position: relative;
	overflow: hidden;
}

#top .thumbnail_container img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.avia_cart_buttons {
	width: 100%;
	z-index: 9;
	padding: 0;
	position: relative;
	-webkit-perspective: 1000px;
	/*fix webkit flickering bug*/
	-webkit-backface-visibility: hidden;
}

/*
.avia_cart_buttons{
width:100%;
z-index: 9;
padding: 0;
position: absolute;
bottom:0;
z-index: 1000;
left:0;
padding:7px;
border-style: solid;
border-width: 1px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
*/
#top .avia_cart_buttons .button {
	min-width: 50px;
	float: left;
	width: 49%;
	text-align: center;
	border-radius: 0;
	padding: 11px 2px;
	font-size: 11px;
	font-weight: 600;
	line-height: 15px;
	margin: 0;
}

#top .avia_cart_buttons .button:last-child {
	float: right;
}

#top #wrap_all .single_button .button,
#top #wrap_all .shop_columns_5 .avia_cart_buttons .button {
	margin: 0 auto;
	float: none;
	min-width: 75px;
	width: 100%;
}

.avia_cart_buttons {
	opacity: 0.2;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 10px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.inner_product:hover .avia_cart_buttons,
.inner_product:focus .avia_cart_buttons {
	opacity: 1;
}

.inner_product {
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	overflow: hidden;
}

.alternate_color .inner_product {
	border-radius: 3px;
}

#top .avia_cart_buttons .button {
	background: transparent;
	padding: 3px 3px;
}

#top .avia_cart_buttons .button > span {
	font-size: 14px;
	position: relative;
	top: 1px;
	font-weight: normal;
}

.button-mini-delimiter {
	position: absolute;
	border-left-style: solid;
	border-left-width: 1px;
	left: 50%;
	height: 14px;
	top: 50%;
	margin-left: -4px;
	margin-top: -6px;
}

/*single product*/
.single-product .template-shop {
	padding-top: 50px;
}

#top .price_container {
	position: relative;
}

#top .price_container .price,
#top .price_container .price ins {
	font-size: 15px;
	font-weight: normal;
}

.template-shop .images a {
	display: block;
	position: relative;
	padding: 5px;
}

#top .template-shop .images a img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

.template-shop div.product div.images {
	width: 100%;
	float: none;
	margin: 0;
}

.template-shop div.product div.summary {
	width: 100%;
	float: none;
	padding-bottom: 10px;
}

.summary .cart {
	float: none;
	clear: both;
	position: relative;
	z-index: 2;
}

.template-shop .product_meta {
	clear: both;
	font-size: 11px;
	position: relative;
	top: 8px;
}

/*single sidebar*/
#top .product div.images img {
	display: block;
	width: 100%;
	height: auto;
}

#top .variations_form,
#top div.product .woocommerce-tabs .panel {
	border-style: solid;
	border-width: 1px;
}

/**single tabs**/
#top div.product .woocommerce-tabs {
	clear: both;
	padding: 50px 0 0 0;
	margin: 0 0 30px 0;
}

#top .woocommerce-tabs h2 {
	font-size: 16px;
}

#top .woocommerce-tabs .tabs li a {
	cursor: pointer;
	margin: 0 -1px 0 0;
	display: block;
	float: left;
	z-index: 2;
	position: relative;
	padding: 12px 16px;
	top: 0;
	font-size: 0.9em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-style: solid;
	border-width: 1px;
}

#top .woocommerce-tabs .tabs li.active {
	z-index: 4;
	position: relative;
	font-weight: bold;
}

#top .woocommerce-tabs .tabs li:first-child a {
	border-top-left-radius: 2px;
}

#top .woocommerce-tabs .tabs li:last-child a {
	border-top-right-radius: 2px;
}

#top div div.product .woocommerce-tabs ul.tabs li a {
	white-space: pre;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	padding: 9px 20px 10px 20px;
	position: relative;
}

#top div.product .woocommerce-tabs ul.tabs {
	border-bottom: none;
	overflow: visible;
	width: 100%;
	float: left;
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#top div.product .woocommerce-tabs ul.tabs a {
	float: left;
	padding: 10px 20px 10px 20px;
	background: transparent;
	text-decoration: none;
}

#top div div.product .woocommerce-tabs .panel {
	padding: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
}

/*related/cross/up sells*/
.related.products,
.upsells.products {
	zoom: 1;
	clear: both;
	overflow: visible;
}

#top .related.products .content,
#top .upsells.products .content {
	width: 100%;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}

#top .product_column_2 .products .product {
	width: 49.5%;
	margin: 0 1% 1% 0;
}

#top .product_column_3 .products .product {
	margin: 0 1% 1% 0;
	width: 32.6%;
}

#top .product_column_4 .products .product {
	margin: 0 1% 1% 0;
	width: 24.25%;
}

#top .product_column_5 .products .product {
	margin: 0 1% 1%  0;
	width: 19.2%;
}

#top .related.products h2,
#top .upsells.products h2 {
	font-size: 18px;
}

.single .product_column {
	margin: 30px 0;
	clear: both;
	float: left;
	width: 100%;
}

/*profile pages, checkout etc*/
.col-1,
.col-2 {
	position: relative;
	border-radius: 3px;
}

.addresses.col2-set .col-1,
.addresses.col2-set .col-2 {
	border-style: solid;
	border-width: 1px;
	padding: 12px;
	width: 44%;
}

.fullsize .addresses.col2-set .col-1,
.fullsize .addresses.col2-set .col-2 {
	width: 46%;
}

.col2-set .col-1 h3,
.col2-set .col-2 h3 {
	padding: 2px;
}

.shipping_address {
	clear: both;
}

#top .order_details li {
	float: left;
	margin: 0 2em 7px 0;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1em;
	border-right: 1px dotted #cccccc;
	padding: 0 2em 0 0;
	list-style-position: outside;
	list-style-type: none;
}

#top #main .order_details {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1.5em;
	list-style: none;
	padding: 20px 20px 13px 20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
}

#top #main .shop_table.order_details {
	border-collapse: separate;
	padding: 5px;
}

table.my_account_orders th,
table.my_account_orders td {
	padding: 4px 8px;
	vertical-align: top;
	line-height: 25px;
}

div table.shop_attributes td p {
	margin: 0;
	padding: 0;
}

div table.shop_attributes td {
	font-style: italic;
	padding: 8px;
	border: none;
	margin: 0;
	line-height: 1.5em;
}

div table.shop_attributes {
	border: none;
}

div table.shop_table td {
	padding: 6px 12px;
	vertical-align: middle;
}

#top table.shop_table .actions .button {
	min-width: 182px;
	width: 182px;
	margin: 3px 0 3px 7px;
}

td.actions .coupon {
	width: 410px;
}

#top table.shop_table .actions .coupon .button {
	width: 200px;
	margin: 3px 0;
	padding-left: 0;
	padding-right: 0;
}

.cart-collaterals .cross-sells {
	width: 100%;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 48%;
	text-align: right;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0 0;
	clear: right;
	float: right;
}

.cart_totals table {
	border-top-style: solid;
	border-top-width: 1px;
}

#top div td.actions .button.alt {
	float: right;
	margin: 3px 0 3px 6px;
}

div table.shop_attributes th {
	width: 100px;
	font-weight: bold;
	padding: 8px;
	border: none;
	margin: 0;
	line-height: 1.5em;
}

.cart-collaterals .cart_totals {
	margin: 0 0 0 0;
	clear: both;
	float: left;
}

.cross-sells {
	padding-top: 50px;
	margin-top: 50px;
	border-top-style: solid;
	border-top-width: 1px;
}

.cross-sells h2 {
	font-size: 14px;
	text-align: left;
	float: none;
}

form.cart {
	margin-bottom: 44px;
	overflow: hidden;
	zoom: 1;
}

div form.cart table {
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

#top div form.cart table .price {
	display: table-cell;
}

table div.quantity {
	float: none;
	margin: 0 auto;
	width: 130px;
}

div form.cart div.quantity {
	float: left;
	margin: 0 3% 5px 0;
	min-width: 130px;
}

form.cart .group_table div.quantity {
	float: none;
	margin: 0 auto;
}

td.product-quantity {
	min-width: 85px;
}

div .cart-collaterals .cart_totals table {
	border-collapse: collapse;
	padding: 0;
	margin: 10px 0;
}

#top .variations_form {
	margin-bottom: 0;
	border-radius: 2px;
	padding: 0 15px;
	position: relative;
	overflow: visible;
}

#top .variations_form > table {
	margin: 20px 0;
}

.reset_variations {
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: -25px;
}

#top .variations {
	border: none;
	background: transparent;
	margin: 0;
}

#top .variations select {
	min-width: 100px;
}

#top .variations td {
	padding: 4px 10px;
	border: none;
	vertical-align: top;
}

#top .variations td.label {
	width: 77px;
}

#top .variations .label label {
	margin-top: 5px;
	text-align: right;
}

.single_variation_wrap {
	overflow: hidden;
	display: block;
	margin: 10px 0 20px 90px;
}

div.variations_button {
	overflow: hidden;
	width: 100%;
}

div.variations_button .button {
	margin: 0;
	min-width: 130px;
}

#top .variations td:nth-child(2) {
	text-align: left;
}

div a.remove {
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	background: url(images/remove.png) #cccccc;
	background: url(images/remove.png) #cccccc;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
}

.summary .cart {
	margin-bottom: 0;
}

/*form elements*/
#top div form .form-row textarea,
#top div #content .form-row textarea {
	height: 14em;
	line-height: 1.5em;
	display: block;
	box-shadow: none;
}

#top div #shiptobilling label {
	font-size: 11px;
}

.entry-content-wrapper .avia_style_wrap {
	padding: 0;
}

.entry-content-wrapper .avia_select_unify {
	border-radius: 0;
	width: 100%;
	border-width: 1px;
	border-style: solid;
}

.entry-content-wrapper .avia_style_wrap {
	width: 100%;
}

#top div form .form-row input.input-text,
#top div #content .form-row input.input-text,
#top div form .form-row textarea,
#top div #content .form-row textarea {
	box-sizing: border-box;
	box-shadow: none;
	width: 100%;
	padding: 8px 6px;
	margin: 0;
	outline: 0;
	font-size: 12px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 18px;
}

#top .chzn-single {
	height: 36px;
	line-height: 35px;
}

#top .chzn-single div b {
	background-position: 0 4px !important;
}

#payment ul li {
	list-style-type: none;
}

#payment img {
	display: inline-block;
}

#top .my_account_orders a.button {
	padding: 7px 12px;
}

#top div .quantity input.plus,
#top div .quantity input.minus {
	padding: 0;
	vertical-align: middle;
	line-height: 41px;
	border: none;
	width: 43px;
	height: 43px;
	cursor: pointer;
	margin: 0;
	display: inline;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	color: #666666;
	background-image: url('../images/layout/bg-button.png');
	background-repeat: repeat-x;
	outline: none;
}

#top div .quantity input.plus {
	border-left: none;
}

#top div .quantity input.minus {
	border-right: none;
}

#top div .quantity input.qty {
	height: 43px;
	width: 43px;
	display: inline;
	padding: 0 5px 0;
	line-height: 41px;
	vertical-align: middle;
	margin: 0;
	text-align: center;
}

#top div td.actions .coupon .input-text {
	width: 200px;
	float: left;
	margin: 3px 3px 3px 0;
	font: 12px/1.7em 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 17px;
	padding: 11px;
	border-radius: 2px;
}

#top .actions .button[name='update_cart'] {
	float: right;
	margin-right: 0;
}

#top .actions .checkout-button.button.alt {
	min-width: 162px;
}

/*sort parameter frontend interface*/
div .product-sorting {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	position: relative;
	z-index: 9999;
}

div .product-sorting ul,
div .product-sorting li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0 2px 0 0;
}

.sort-param {
	float: left;
	position: relative;
	z-index: 100;
	margin: 0  13px 13px 0;
	padding: 0;
	font-size: 11px;
	-webkit-perspective: 1000px;
	/*fix webkit flickering bug*/
	-webkit-backface-visibility: hidden;
}

.sort-param-order {
	margin-right: 3px;
}

.sort-param:hover,
.sort-param:focus {
	z-index: 101;
}

.sort-param li {
	position: relative;
	margin: 0;
	display: block;
	z-index: 100;
}

.sort-param > li > span,
.sort-param > li > a {
	border-width: 1px;
	border-style: solid;
	display: block;
	line-height: 31px;
	background-image: url('../images/layout/bg-button.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.sort-param > li:hover > a,
.sort-param > li:focus > a {
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.sort-param > li > span {
	padding: 0 40px 0 10px;
	cursor: default;
	background: transparent url('images/arrow_down.png') right center no-repeat;
}

.sort-param > li > a {
	width: 33px;
	overflow: hidden;
	height: 33px;
	text-indent: 200%;
	background: transparent url('images/arrow_up_down.png') center -1px no-repeat;
}

.sort-param .sort-param-asc {
	background: transparent url('images/arrow_up_down.png') center -28px no-repeat;
}

.sort-param ul {
	margin: 0;
	padding: 10px 15px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	min-width: 167px;
}

.sort-param ul li {
	margin-left: 10px;
}

.sort-param-count ul {
	min-width: 207px;
}

.sort-param > li:hover ul,
.sort-param.active-sort > li ul,
.sort-param > li:focus ul {
	display: block;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
}

.sort-param ul a {
	text-decoration: none;
	display: block;
	padding-left: 6px;
}

.avia-bullet {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 51%;
	margin-top: -3px;
	left: -3px;
	border-top: 3px solid transparent !important;
	border-bottom: 3px solid transparent !important;
	border-left: 3px solid green;
}

#top #main .checkout_coupon #coupon_code {
	padding: 15px;
}

.form-row .lost_password {
	line-height: 49px;
	margin-left: 10px;
}

/************************************************************************
Generic
*************************************************************************/
.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

dt,
dd {
	float: left;
}

dt {
	clear: both;
}

dl {
	padding-bottom: 10px;
	overflow: hidden;
}

.woocommerce-account dt {
	width: 30px;
	display: block;
	font-weight: bold;
}

/*messages*/
#top div.woocommerce-error,
#top div.woocommerce-message,
#top .woocommerce-info {
	margin: 0 0 50px 0;
	padding: 32px 45% 32px 36px;
	background-repeat: no-repeat;
	background-position: 10px center;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}

#top div.woocommerce-error a.button,
#top div.woocommerce-message a.button {
	margin-top: 0;
	float: right;
	color: #ffffff;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -19px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

#top div.woocommerce-error a.button:hover,
#top div.woocommerce-message a.button:hover,
#top div.woocommerce-error a.button:focus,
#top div.woocommerce-message a.button:focus {
	background: rgba(0, 0, 0, 0.5);
}

#top div.woocommerce-error {
	border-color: #941210;
	background-color: #f0dcdb;
	color: #941210;
}

#top div.woocommerce-message {
	border-color: #8baf5b;
	background-color: #e0f1b5;
	color: #4f5f39;
}

#top div.woocommerce-error a {
	color: #941210;
}

#top div.woocommerce-message a {
	color: #4f5f39;
}

#top .woocommerce-info {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 20px 0;
	padding: 19px;
}

mark {
	background: transparent;
	font-weight: bold;
}

/*button*/
#top div div.woocommerce-message a.button {
	text-decoration: none;
	width: 20%;
	min-width: 90px;
}

.quantity input {
	border-width: 1px;
	border-style: 1px;
}

/*rating*/
div .star-rating,
div #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(images/star.png) repeat-x left 0 transparent;
}

#top div .star-rating span,
div #reviews #comments ol.commentlist li .comment-text .star-rating span {
	background: url(images/star.png) repeat-x left -32px transparent;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}

#top div p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/star.png) repeat-x left 0 transparent;
}

#top div p.stars span a:hover,
#top div p.stars span a:focus {
	background: url(images/star.png) repeat-x left -16px transparent;
}

/*rating*/
div .woocommerce-tabs .star-rating {
	background: url(images/star.png) repeat-x left 0 transparent;
}

#top #review_form p.stars,
#top #commentform p {
	padding: 0;
	margin: 0 0 10px 0;
}

#top .woocommerce-tabs div .star-rating span {
	background: url(images/star.png) repeat-x left -32px transparent;
}

.add_review {
	display: none;
}

#top #reviews h2 {
	font: 10px/17px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#top #reviews h2 span {
	display: inline;
}

#top .woocommerce-tabs .commentlist {
	padding-top: 20px;
}

div #reviews .star-rating {
	margin: 0 13px 0 0;
}

.woocommerce-tabs .comment_container {
	float: left;
	width: 100%;
}

div #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border-radius: 0;
	padding: 11px 11px 0;
}

div #reviews #comments ol.commentlist li .avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	margin: 0;
	line-height: 1;
	border-style: solid;
	border-width: 1px;
}

div #reviews #comments ol.commentlist li .comment-text {
	border-style: solid;
	border-width: 1px;
}

#top #commentform .comment-form-rating label,
#top.logged-in div #commentform .comment-form-comment label {
	position: relative;
	left: auto;
	display: block;
	font-size: 11px;
	top: auto;
}

div #reviews #comment {
	height: 125px;
}

div #review_form #respond {
	overflow: hidden;
	zoom: 1;
	border: none;
	margin: 0;
	padding: 0;
}

#top #reviews .commentlist span {
	display: inline;
}

div #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 4px;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
}

#top #review_form #respond .comment-form-rating {
	position: absolute;
	right: 15px;
	top: 30px;
}

#top.logged-in #review_form #respond .comment-form-rating {
	position: relative;
	right: auto;
	top: auto;
}

#top div #commentform .comment-form-comment label {
	display: none;
}

.summary-main-content {
	padding-bottom: 20px;
}

.template-login #customer_login .col-1,
.template-register #customer_login .col-2 {
	float: none;
	width: auto;
}

.template-login #customer_login .col-2,
.template-register #customer_login .col-1 {
	display: none;
}

/*******************************************************************************************
WIDGETS - most styles copied and slightly modified from original woocommerce css file
********************************************************************************************/
/*price range filter*/
div .widget_price_filter .price_slider_wrapper .button {
	margin: 0;
}

div .widget_price_filter .price_slider_wrapper .price_slider {
	margin: 1em 0.6em 0.6em;
}

div .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	outline: 0;
}

div .widget_price_filter .price_slider_wrapper .price_slider_amount {
	overflow: hidden;
	line-height: 35px;
	padding: 4px 0 0 0;
}

div .widget_price_filter .price_slider_wrapper .price_label {
	float: right;
}

div .widget_price_filter .ui-state-default,
div .widget_price_filter .ui-widget-content .ui-state-default,
div .widget_price_filter .ui-widget-header .ui-state-default {
	font-weight: normal;
}

div .widget_price_filter .ui-state-hover,
div .widget_price_filter .ui-widget-content .ui-state-hover,
div .widget_price_filter .ui-widget-header .ui-state-hover,
div .widget_price_filter .ui-state-focus,
div .widget_price_filter .ui-widget-content .ui-state-focus,
div .widget_price_filter .ui-widget-header .ui-state-focus {
	font-weight: normal;
}

div .widget_price_filter .ui-state-active,
div .widget_price_filter .ui-widget-content .ui-state-active,
div .widget_price_filter .ui-widget-header .ui-state-active {
	font-weight: normal;
}

div .widget_price_filter .ui-corner-all {
	border-radius: 24px;
}

div .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

div .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 11px;
	height: 11px;
	cursor: default;
}

div .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	background-position: 0 0;
}

div .widget_price_filter .price_slider_wrapper .ui-widget-header {
	font-weight: bold;
	cursor: pointer;
}

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

div .widget_price_filter .ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -5px;
	cursor: ew-resize;
}

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

div .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

div .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

#top div .widget_price_filter .button {
	margin: 0;
}

#top .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	background-color: #dddddd;
	color: #666666;
}

#top .price_slider_amount .button {
	min-width: 64px;
	padding: 10px;
}

/*layered navigation*/
div .widget_layered_nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

div .widget_layered_nav ul li {
	overflow: hidden;
	zoom: 1;
	padding: 0 6px 0 3px;
	width: auto;
	float: none;
}

div .widget_layered_nav ul small.count {
	float: right;
	margin-left: 6px;
	font-size: 1em;
	padding: 1px 0;
}

/*widget product categories*/
#top .widget_product_categories ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.widget_product_categories li {
	font-size: 10px;
	font-style: italic;
	padding: 1px;
}

.widget_product_categories li a {
	padding: 0 0 0 9px;
	background: transparent url('images/bullet_grey.png') left center no-repeat;
}

.widget_product_categories .children li {
	padding: 2px 0 2px 10px;
}

.widget_product_categories li a {
	font-size: 12px;
	font-style: normal;
}

/*widget product search*/
#top .widget_product_search.widget {
	padding: 0 0 18px 0;
	border: none;
}

#top .widget_product_search.widget h3 {
	padding-top: 20px;
}

#top .widget_product_search #searchform > div {
	max-width: 100%;
}

#top .widget_product_search #searchform #searchsubmit {
	font-size: 12px;
	width: 48px;
}

/*product_list_widget*/
div ul.product_list_widget li {
	padding: 8px 0;
	margin: 0;
	overflow: hidden;
	zoom: 1;
	font-size: 11px;
	border-top-style: dotted;
	border-top-width: 1px;
	position: relative;
}

#top div ul.product_list_widget li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em !important;
	height: auto  !important;
}

div ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	padding: 2px;
	height: auto;
}

div ul.product_list_widget .star-rating {
	float: none;
	position: relative;
	margin: 3px 0 0 0;
}

/*shopping cart widget*/
div .widget_shopping_cart .total {
	border-top: none;
	padding: 4px 0 0;
	margin: 0;
}

.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}

div .widget_shopping_cart .buttons {
	overflow: hidden;
	zoom: 1;
}

div .widget_shopping_cart .button.checkout {
	float: right;
}

#top div .widget_shopping_cart .button {
	width: 40%;
}

#top div .dropdown_widget_cart {
	display: none;
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
}

/************************************************************************
EXTERNAL AND SCRIPS
*************************************************************************/
/* PRODUCT SLIDER */
#customer_details {
	overflow: visible;
	width: 100%;
	float: left;
}

div .chzn-container-single .chzn-single {
	background: #ffffff;
	border-radius: 0;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	color: #999999;
	height: 32px;
	line-height: 32px;
	box-shadow: none;
}

div .chzn-container-single .chzn-single div b {
	background-position: 0 5px;
}

div .chzn-container-single .chzn-single div {
	border-radius: 0;
	background-clip: padding-box;
	background: #ffffff;
	border-left: 1px solid #cccccc;
}

#order_review,
#order_review_heading {
	clear: both;
}

/**Woo Error Message **/
ul.woocommerce-error {
	border: none;
	list-style: none;
	margin: 0 0 23px 0;
	padding: 32px 45% 32px 36px;
	background-repeat: no-repeat;
	background-color: #f0dcdb;
	color: #941210;
}

#top .thumbnail_container .button.single_button {
	margin-top: -15px;
}

#top .template-shop .clear {
	clear: none;
	width: 0;
}

#payment .terms {
	padding: 7px 0 0 0;
}

#customer_details .form-row {
	clear: right;
}

#customer_details #order_comments_field {
	clear: left;
}

.entry-content-wrapper ul.products li {
	list-style-type: none;
}

/*added with version 1.1*/
.woocommerce-checkout div #shiptobilling {
	position: relative;
}

#payment div.payment_box #cc-expire-month,
#payment div.payment_box #cc-expire-year {
	margin-top: 5px;
	margin-bottom: 5px;
}

#payment div.payment_box #cc-expire-year {
	float: left;
}

#top.woocommerce-checkout .form-row.form-row-first label {
	display: block;
}

#top #main .single-product-main-image .sidebar,
#top #main .single-product-main-image .inner_sidebar {
	border: none;
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	min-height: 0;
}

#top #payment .payment_box p:last-child {
	padding-bottom: 0;
}

/*added with version 2.0*/
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

ul.products .avia_cart_buttons .added_to_cart {
	display: none !important;
}

.form-row.address-field {
	overflow: visible;
}

#top .chzn-single div b {
	background-position: 5px 6px !important;
}

/*added with 2.07*/
#top.woocommerce-page .woocommerce-ordering select {
	width: 25%;
}

.form-row.address-field {
	overflow: visible;
}

#top .chzn-single div b {
	background-position: 5px 8px !important;
}

.inner_cart_button .added_to_cart {
	display: none;
}

.added_to_cart_notification {
	position: fixed;
	top: 20px;
	z-index: 100000;
	width: 280px;
	right: 20px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	text-align: left;
	line-height: 1.65em;
}

#header_main .added_to_cart_notification {
	position: absolute;
	top: 54px;
	right: 6px;
	font-size: 13px;
}

#header_main .added_to_cart_notification .avia-arrow {
	display: block;
	background-color: inherit;
}

.added_to_cart_notification .avia-arrow {
	border-bottom: none;
	border-right: none;
	left: auto;
	right: 10px;
	display: none;
}

.added_to_cart_notification .added-product-image {
	width: 20%;
	float: right;
}

.added-product-text {
	float: left;
	width: 75%;
}

.shop_table ul#shipping_method,
.cart_totals ul#shipping_method {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.shop_table ul#shipping_method li,
.cart_totals ul#shipping_method li {
	margin-left: 0;
	text-align: left;
}

.shop_table ul#shipping_method li label,
.cart_totals ul#shipping_method li label {
	display: inline;
}

/*slider auotop correction*/
.avia_cart_buttons br {
	display: none;
}

/*hover effect*/
.avia-product-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	/* For IE8 and earlier */
	transition: all ease-in-out 0.3s;
	-webkit-backface-visibility: hidden;
	/* fixes webkit flickering after transitions*/
}

.inner_product:hover .avia-product-hover,
.inner_product:focus .avia-product-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/*products not wrapping*/
ul.products li.post {
	clear: none;
}

ul.products li.post.first {
	clear: both;
}

.products .product.post-password-required .thumbnail_container img,
#top .products .product.post-password-required .inner_product_header .price,
#top .products .product.post-password-required .inner_product_header .onsale {
	opacity: 0.1;
}

/*added with version 2.1.1*/
.woocommerce-account dt,
.customer_details dt {
	width: auto;
	margin-right: 5px;
}

dl.customer_details {
	margin-bottom: 20px;
}

#top .my_account_orders a.button {
	margin-bottom: 5px;
}

#top.woocommerce-checkout #payment h3 {
	padding: 1em 1em 0;
}

dl.variation p {
	margin: 0;
}

.entry-summary .woocommerce-product-rating {
	top: -13px;
	position: relative;
}

.entry-summary .woocommerce-product-rating .star-rating {
	float: left;
	margin-right: 8px;
}

.entry-summary .woocommerce-product-rating .woocommerce-review-link {
	position: relative;
	top: -3px;
	font-size: 11px;
}

.form-row.form-row-wide {
	clear: both;
}

form.cart .group_table .button {
	float: none;
}

form.cart .group_table .added_to_cart {
	display: none;
}

form.cart .group_table .price .stock {
	margin: 0;
}

#top div .chosen-search input[type='text'] {
	background: #ffffff;
	color: #777777;
	border-color: #e1e1e1;
}

#top .chosen-container-single .chosen-single,
#top .chosen-container-active .chosen-single,
#top .chosen-container .chosen-drop {
	border-color: #e1e1e1;
}

#top .chosen-container-single .chosen-single {
	box-shadow: none;
	border-radius: 0;
	line-height: 36px;
	height: 37px;
}

#top.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
	background-position: 0 8px !important;
}

#top .chosen-container .chosen-results {
	margin: 0;
	padding: 9px 0;
	border-top: 1px solid #e1e1e1;
}

#top .chosen-container-single .chosen-search {
	padding: 10px;
}

#top .chosen-container-single .chosen-single,
#top .active-result.highlighted {
	background: transparent;
}

#top div .chosen-search input[type='text'] {
	margin-bottom: 0;
	box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -16px 7px;
}

.chosen-container-single .chosen-single div b {
	background-position: 2px 8px;
}

/*added with version 2.1.7*/
/*shortcode fix*/
#top .entry-content .woocommerce .single-product {
	overflow: hidden;
}

#top .entry-content .woocommerce .single-product .single-product-summary {
	float: none;
	overflow: hidden;
	margin-left: 10px;
	width: auto;
}

#top .entry-content .woocommerce .single-product .single-product-main-image {
	overflow: visible;
}

#top .entry-content .woocommerce .single-product div.images {
	width: 100%;
}

#top .entry-content .woocommerce .single-product div.images img {
	padding: 0;
}

#top .entry-content .woocommerce .single-product div.product .woocommerce-tabs {
	margin: 0;
}

#top .products .product-category {
	border-radius: 1px;
	border-style: solid;
	border-width: 1px;
}

#top .products .product-category img {
	display: block;
	margin: 0;
}

#top .products .product-category h3 {
	margin: 0;
	padding: 15px 15px;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
}

#top .products .product-category h3:before {
	content: '';
	height: 10px;
	width: 10px;
	position: absolute;
	left: 50%;
	transform: rotate(45deg);
	border-width: 1px;
	border-style: solid;
	visibility: hidden\9;
	border-bottom: none;
	border-right: none;
	z-index: 1000;
	top: -6px;
	margin-left: -6px;
}

/*added with enfold 3.0*/
#ship-to-different-address {
	padding: 0;
}

#top label.checkbox {
	display: inline;
}

.html_header_sidebar .cart_dropdown {
	top: -46px;
	border-radius: 0;
	z-index: 210;
	opacity: 0;
	margin: 0;
}

.html_header_left .cart_dropdown {
	right: -1px;
}

.html_header_sidebar.html_visible_cart .cart_dropdown {
	opacity: 1;
}

.single-product-main-image {
	width: 33%;
	float: left;
	margin-right: 50px;
	overflow: hidden;
	padding-bottom: 50px;
}

.single-product-summary {
	overflow: hidden;
}

.cart_dropdown .dropdown_widget .widget_shopping_cart_content .variation p {
	padding: 0;
	margin: 0;
}

#top .variations_form .variations tr {
	background: transparent;
}

/*added with enfold 3.0.3*/
.woocommerce-tabs #tab-description ul,
#top .woocommerce-tabs .commentlist .description ul {
	list-style-type: disc;
	list-style-position: inside;
}

.woocommerce-tabs #tab-description ol,
#top .woocommerce-tabs .commentlist .description ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#top .woocommerce-tabs .commentlist .description ul,
#top .woocommerce-tabs .commentlist .description ol {
	margin: 0 0 15px 15px;
	border: none;
}

/*added for woo 2.3*/
#top div ul.product_list_widget li a.remove {
	position: absolute;
	right: 0;
	top: 26px;
	line-height: 16px;
}

#top .dropdown_widget_cart ul.product_list_widget li a.remove {
	right: 5px;
	top: 3px;
	display: none;
}

a.about_paypal {
	margin-left: 10px;
}

#top .select2-container {
	width: 100%;
}

#top .select2-container .select2-choice {
	font-size: 13px;
	box-shadow: none;
	border-radius: 0;
	line-height: 36px;
	height: 37px;
	background-image: none;
}

#top .select2-drop {
	border-radius: 0;
}

#top .select2-container .select2-choice .select2-arrow {
	background: transparent;
	border: none;
}

#top .select2-container .select2-choice .select2-arrow b {
	background-position: -4px 5px !important;
}

#top .select2-results {
	margin: 0;
	padding: 0;
}

#top .select2-search {
	padding: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#top .select2-search input[type='text'] {
	margin-bottom: 0;
	box-shadow: none;
	max-width: 100%;
	width: 100%;
}

#top .select2-no-results {
	background: transparent;
	padding: 10px;
}

#top #wrap_all select.country_select {
	height: 37px;
	border-radius: 0;
}

#top form.cart .button {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

#top .sidebar .widget_shopping_cart .button {
	min-width: 0;
	width: 48%;
}

/*woo builder elments added with enfold 3.1*/
.av-woo-product-tabs {
	clear: both;
}

#top .av-woo-product-review .comment_container,
#top .av-woo-product-tabs .comment_container {
	padding: 0;
}

#top .av-woo-product-tabs .tabs {
	margin: 0;
	list-style-type: none;
}

#top .av-woo-product-tabs .tabs > li {
	float: left;
	padding: 0;
}

#top .av-cart-counter {
	position: absolute;
	top: 50%;
	left: 54%;
	height: 16px;
	padding: 0 5px;
	line-height: 16px;
	border-radius: 54px;
	font-size: 11px;
	background: #333333;
	color: #ffffff;
	text-align: center;
	margin: -20px 0 0 2px;
	transform: scale(0.3);
	opacity: 0;
}

#top .av-cart-counter.av-active-counter {
	transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
	opacity: 1;
	transform: scale(1);
}

/*minimal styling*/
#top .av-product-class-minimal {
	text-align: center;
	border: none;
	background: transparent;
	border-radius: 0;
}

#top .av-product-class-minimal .avia-arrow {
	display: none;
}

#top .av-product-class-minimal .inner_product_header {
	border: none;
	padding: 10px 0;
	background: transparent;
	min-height: 0;
}

#top .av-product-class-minimal a,
#top .av-product-class-minimal img {
	border-radius: 0;
}

/* product page/cat banner*/
#av_product_description {
	color: #ffffff;
	text-align: center;
}

#av_product_description * {
	color: inherit;
}

#av_product_description h1 {
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2em;
}

/*enfold v 3.1.4*/
.av-woo-purchase-button {
	clear: both;
}

.widget_layered_nav_filters .chosen a {
	display: block;
	border-radius: 2px;
	padding-left: 3px;
}

.widget_layered_nav_filters .chosen a:hover,
.widget_layered_nav .chosen a:hover,
.widget_layered_nav_filters .chosen a:focus,
.widget_layered_nav .chosen a:focus {
	text-decoration: none;
}

.widget_layered_nav_filters .chosen a:before,
.widget_layered_nav .chosen a:before {
	content: 'Ã—';
	margin-right: 0.53em;
	color: #e2401c;
	font-family: Arial, Baskerville, monospace !important;
	font-weight: bold;
}

#top .widget_layered_nav,
#top .widget_layered_nav_filters {
	padding: 0 0 20px 0;
}

/*enfold v3.4*/
p.order-again {
	clear: both;
	width: 100%;
	float: left;
	margin: 0 0 50px;
}

.woocommerce .login .button {
	margin: 0 20px 0 0;
	position: relative;
	z-index: 5;
}

.woocommerce .login .lost_password {
	margin: 0;
	position: relative;
	top: -1em;
	left: 5px;
	font-size: 0.92em;
}

/*enfold v3.5*/
#top .av-product-class-minimal-overlay {
	text-align: center;
	border: none;
	background: transparent;
	border-radius: 0;
}

#top .av-product-class-minimal-overlay .avia-arrow {
	display: none;
}

#top #wrap_all .av-product-class-minimal-overlay .inner_product_header {
	border: none;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.35);
	min-height: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 1em;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header,
#top #wrap_all .av-product-class-minimal-overlay a:focus .inner_product_header {
	opacity: 0;
}

#top .av-product-class-minimal-overlay .inner_product_header_table {
	height: 100%;
	width: 100%;
	display: table;
}

#top .av-product-class-minimal-overlay .inner_product_header_cell {
	vertical-align: middle;
	display: table-cell;
}

#top .av-product-class-minimal-overlay a,
#top .av-product-class-minimal-overlay img {
	border-radius: 0;
}

#top .av-product-class-minimal-overlay h3,
#top .av-product-class-minimal-overlay span,
#top #wrap_all .av-product-class-minimal-overlay ins:before,
#top #wrap_all .av-product-class-minimal-overlay .price,
#top #wrap_all div .av-product-class-minimal-overlay del {
	color: #ffffff;
}

#top .av-product-class-minimal-overlay h3 {
	font-size: 1.5em;
}

#top .av-product-class-minimal-overlay .onsale {
	border-radius: 0;
	top: 0;
	right: 0;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

.woocommerce .woocommerce-breadcrumb {
	width: 90%;
	max-width: 1280px;
	margin: 15px auto;
	padding: 0 15px;
}

.single-product .product,
.woocommerce.post-type-archive-product .products,
.woocommerce.tax-product_cat .products {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.product-ingredients-list,
.allergies-details {
	font-size: 0.75em;
}

#google_language_translator {
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 10px;
	margin-left: 5px;
}

#google_language_translator .goog-te-gadget {
	display: inline-block;
}

#google_language_translator .goog-te-gadget-icon {
	display: none;
}

#google_language_translator .goog-te-menu-value > * {
	display: inline-block;
}

section.related.products {
	background: #fff4f4;
	padding: 15px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
}

section.related.products h2 {
	width: 90%;
	max-width: 1280px;
	margin: 15px auto;
}

section.related.products .products {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.woocommerce ul.products li.product {
	padding-bottom: 25px;
}

.weather-icon img {
	display: inline-block;
	margin-right: 5px;
}

.page-header {
	background-size: cover !important;
}

.fl-row.fl-row-full-width {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

p.upcoming-event__text {
	font-size: 13px;
	margin-bottom: 0;
}

/* # Print Styles
--------------------------------------------- */

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button {
		margin-top: 0;
		clear: none;
	}
	.gallery-item {
		width: 48.717948717948715%;
		margin-bottom: 2.564102564102564%;
	}
	.wp-block-gallery .blocks-gallery-item {
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
	}
	.wp-block-gallery .blocks-gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item {
		width: 48.71795%;
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(odd) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: 31.62393%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: 23.07692%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: 17.94872%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: 14.52991%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: 12.08791%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: 10.25641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-item {
		width: 8.83191%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.ginput_container input.large,
	.ginput_container select.large,
	.ginput_container textarea.large {
		width: 100%;
	}
	.ginput_container input.medium,
	.ginput_container select.medium,
	.ginput_container textarea.medium {
		width: 66%;
	}
	.ginput_container input.small,
	.ginput_container select.small,
	.ginput_container textarea.small {
		width: 33%;
	}
	.ginput_left,
	.ginput_right {
		width: 50%;
	}
	.left_label label.gfield_label,
	.right_label label.gfield_label {
		width: 25%;
	}
	li.gf_left_half,
	li.gf_right_half,
	.gf_list_2col li {
		width: 50%;
	}
	li.gf_left_third,
	li.gf_right_third,
	.gf_list_3col li {
		width: 33%;
	}
	li.gf_middle_third {
		width: 34%;
	}
	li.gf_first_quarter,
	li.gf_second_quarter,
	li.gf_third_quarter,
	li.gf_fourth_quarter,
	.gf_list_4col li {
		width: 25%;
	}
	.gf_list_5col li {
		width: 20%;
	}
}

@media screen and (min-width: 40em) {
	.page-cta__text p {
		margin-bottom: 20px;
	}
	.page-cta:not(.page-cta_style_no-image) .page-cta__text p:last-of-type {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 2rem;
	}
	body > div {
		font-size: 2rem;
	}
	.content-sidebar-wrap,
	.wrap {
		width: 90%;
		max-width: 1280px;
		padding-left: 0;
		padding-right: 0;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-fifth,
	.gallery-columns-5 .gallery-item {
		width: 17.9487179487179488%;
	}
	.two-fifths {
		width: 38.4615384615384616%;
	}
	.three-fifths {
		width: 58.9743589743589744%;
	}
	.four-fifths {
		width: 79.4871794871794872%;
	}
	.one-sixth,
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.breadcrumb {
		padding: 1em 6rem;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
		padding: 6rem;
	}
	.entry + .author-box {
		margin-top: 4rem;
		margin-bottom: 0;
	}
	.topbar .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.topbar__main {
		-ms-flex: 1;
		    flex: 1;
	}
	.topbar__link,
	.topbar__weather-widget {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
	.topbar__additional {
		display: block;
		-ms-flex: 2;
		    flex: 2;
		margin: 0 0 0 auto;
		text-align: right;
	}
	.jenks-slide-container {
		max-width: 750px;
	}
	.nav-primary,
	.nav-secondary {
		margin: 0 -5vw;
	}
	.nav-footer .menu {
		margin-bottom: 1.5em;
	}
	.entry {
		padding: 6rem;
		margin-bottom: 4rem;
	}
	.entry-footer {
		margin-top: 4rem;
		padding-top: 4rem;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		margin-top: 4rem;
		padding: 4rem;
	}
	.site-footer > .wrap {
		width: 90%;
		max-width: 1280px;
		padding: 15px 0;
	}
	.site-footer .widget-area {
		margin-bottom: 0;
	}
	.site-footer__quote {
		float: left;
		text-align: left;
	}
	.site-footer__copyright {
		float: right;
		text-align: right;
	}
	.footer-widgets .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		-ms-flex: 1;
		    flex: 1;
		margin-left: 2.564102564102564%;
	}
	.footer-widgets .widget-area:first-of-type {
		margin-left: 0;
	}
	.front-page-1,
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5 {
		padding: 6rem 0 2rem;
	}
	.front-page-1 .wrap,
	.front-page-2 .wrap,
	.front-page-3 .wrap,
	.front-page-4 .wrap,
	.front-page-5 .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.front-page-1 {
		padding: calc(20vh + 12rem) 0 20vh;
	}
	.upcoming-events {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.upcoming-event {
		width: 49%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px;
	}
	.upcoming-event__image {
		-ms-flex: 1;
		    flex: 1;
	}
	.upcoming-event__description {
		-ms-flex: 2;
		    flex: 2;
		margin-left: 15px;
		padding: 0;
	}
	.upcoming-event__date {
		font-size: 14px;
	}
	.upcoming-event__text {
		font-size: 13px;
	}
	.exhibit-card a {
		display: -ms-flexbox;
		display: flex;
	}
	.exhibit-card__image {
		-ms-flex: 1;
		    flex: 1;
		margin-bottom: 0;
	}
	.exhibit-card__details {
		padding: 5% 5% 3% 5%;
		-ms-flex: 2;
		    flex: 2;
		margin-left: 35px;
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.responsive #top #wrap_all #main .summary .products .thumbnail_container .button {
		text-indent: 20px;
	}
	.responsive .shop_columns_5 .products .product .thumbnail_container .button {
		text-indent: 20px;
	}
	.responsive div table.shop_table td {
		padding: 6px 5px;
		vertical-align: middle;
	}
	.responsive #top .single-product-main-image .thumbnails a {
		width: 28%;
	}
	.responsive #top .price_slider_amount .button {
		min-width: 100%;
	}
	.responsive div .widget_price_filter .price_slider_wrapper .price_label {
		clear: both;
		float: none;
	}
	.html_header_sidebar .cart_dropdown .dropdown_widget {
		width: 200px;
	}
	.responsive .added_to_cart_notification {
		width: 200px;
	}
	.responsive .av_mobile_menu_tablet .cart_dropdown {
		position: absolute;
		top: 50%;
		margin: -23px 0 0 0;
	}
	.responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown {
		right: 40px;
	}
	.responsive.html_mobile_menu_tablet #menu-item-shop {
		border-right: none;
	}
	.responsive.html_mobile_menu_tablet.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
		padding-top: 119px;
	}
}

@media (min-width: 896px) {
	.content-sidebar-wrap {
		padding: 4rem 0;
	}
	.content-sidebar-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	.sidebar-content .content-sidebar-wrap {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 25%;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: calc(75% - 4rem);
	}
	.home .content {
		width: 100%;
	}
	.show-for-small-only {
		display: none;
	}
	.show-for-medium-up {
		display: block;
	}
	.site-header > .wrap {
		padding: 0;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.title-area {
		padding: 0.75em 15px;
		max-width: 24rem;
		margin: 0;
	}
	.site-title {
		font-size: 3rem;
	}
	.site-description {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.382;
	}
	.page-header[style] {
		padding: 17rem 0 6rem;
	}
	.has-nav-secondary .page-header {
		padding-top: 23rem;
	}
	.jenks-slide {
		font-size: 18px;
		padding-left: 230px;
	}
	.menu-item {
		display: inline-block;
		padding: 0;
		width: auto;
	}
	.menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-item:last-of-type a {
		padding-right: 0;
	}
	.menu-item a {
		padding: 1.6em 1em;
	}
	.sub-menu {
		top: 100%;
		position: absolute;
		width: 20rem;
		z-index: 99;
		background-color: #ffffff;
		border: 0.1rem solid #f0f1f2;
		padding: 0.5em 0;
	}
	.sub-menu li:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		padding: 1em;
		position: relative;
		word-wrap: break-word;
	}
	.sub-menu .sub-menu {
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		left: -0.1rem;
		top: -0.5em;
		border: 0.1rem solid #f0f1f2;
	}
	.nav-primary,
	.nav-secondary {
		border: none;
		-ms-flex: 1;
		    flex: 1;
		position: relative;
		left: auto;
		width: auto;
		display: block;
		margin: 0 0 0 35px;
		padding: 0;
	}
	.no-js .nav-primary,
	.no-js
	.nav-secondary {
		display: block;
		width: auto;
	}
	.nav-primary .menu,
	.nav-secondary .menu {
		padding: 0;
	}
	.menu-primary > .menu-item {
		font-size: 21px;
		font-weight: 400;
	}
	.menu-primary > .menu-item > a {
		display: inline-block;
		padding: 0;
	}
	.menu-primary > .menu-item:after {
		content: '|';
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.menu-primary > .menu-item:last-child:after {
		display: none;
	}
	.nav-secondary {
		width: 100%;
		border-top: 0.1rem solid #f0f1f2;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.pagination {
		margin: 4rem 0 0;
	}
	.widget {
		margin-bottom: 4rem;
	}
	.widget:last-of-type {
		margin-bottom: 4rem;
	}
	.sidebar .widget:first-of-type {
		margin-top: 0;
	}
	.site-footer__logo {
		margin-top: 130px;
		margin-bottom: 30px;
		float: left;
	}
	.site-footer__widgets .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.site-footer__widgets .location-widget {
		-ms-flex: 0 0 100%;
		    flex: 0 0 100%;
	}
	.site-footer__widgets .connected-widget {
		-ms-flex: 1 0 auto;
		    flex: 1 0 auto;
		margin-right: 25px;
	}
	.site-footer__widgets .site-footer__additional {
		-ms-flex: 10 0 0;
		    flex: 10 0 0;
		text-align: right;
	}
	.site-footer__widgets .site-footer__additional .site-footer__menu {
		display: inline-block;
		text-align: left;
	}
	.emusement-quick-check-form a img {
		display: inline;
		margin-right: 15px;
	}
	.emusement-quick-check-form a {
		display: inline-block;
	}
	.emusement-quick-check-form [type='text'] {
		width: 45%;
	}
	.front-page-1 {
		padding: calc(20vh + 12rem) 0 20vh;
	}
	.front-page-1 .wrap {
		max-width: 768px;
	}
	.page-section_context_follow .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: top;
		align-items: top;
	}
	.page-section_context_follow .connected-widget {
		margin-bottom: 0;
	}
	.connected-widget_location_page-section {
		width: 40%;
	}
	.jenkinsons-network {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.jenkinsons-network__site {
		display: -ms-flexbox;
		display: flex;
		max-width: 33%;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px 30px;
	}
	.page-cta {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.page-cta_style_has-button .page-cta__text {
		margin-bottom: 0;
		margin-right: 50px;
	}
	.page-cta__action {
		text-align: right;
	}
}

@media screen and (min-width: 900px) {
	.page-cta__image {
		max-width: 50%;
	}
	.page-cta_style_has-image .page-cta__text {
		width: 50%;
	}
	.page-cta_alignment_left .page-cta__image {
		float: left;
		text-align: left;
		position: absolute;
		left: 0;
	}
	.page-cta_alignment_right .page-cta__image {
		float: right;
		text-align: right;
		position: absolute;
		right: 0;
	}
	.page-cta_style_has-image.page-cta_alignment_left .page-cta__text {
		margin-left: 50%;
		padding-left: 35px;
	}
	.page-cta_style_has-image.page-cta_alignment_right .page-cta__text {
		margin-right: 50%;
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	.jenks-slide-container {
		max-width: 970px;
	}
}

@media (min-width: 1152px) {
	.network-navigation > ul > li > ul {
		position: static;
		display: -ms-flexbox;
		display: flex;
	}
	.network-navigation__site-selection {
		width: 600px;
	}
	.network-navigation__site-selection > ul > li {
		margin-left: 10px;
	}
	.network-navigation__site-selection > ul > li:before {
		content: '\2219';
		color: #333333;
		margin-right: 10px;
		float: left;
		display: inline-block;
		position: relative;
		top: -0.1em;
		font-size: 30px;
		line-height: 1;
	}
	.network-navigation__current-site {
		float: left;
	}
	.network-navigation__current-site button {
		display: none;
	}
	.page-header[style] {
		padding: 32rem 0 6rem;
	}
	.has-nav-secondary .page-header {
		padding-top: 25rem;
	}
	.hero h1 {
		font-size: 5em;
	}
	.hero h1.rotated {
		font-size: 165px;
	}
	.jenks-slider__nav-container {
		left: 50%;
		margin-left: -565px;
	}
	.menu-item a {
		padding: 1.82em 1.25em;
	}
	.front-page-1 {
		padding: calc(20vh + 12rem) 0 20vh;
	}
	.upcoming-event {
		width: 32%;
	}
}

@media (min-width: 1200px) {
	.jenks-slide-container {
		max-width: 1170px;
	}
}

@media (min-width: 1280px) {
	.sub-menu a {
		padding: 1em;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#top.woocommerce-page .woocommerce-ordering select {
		width: auto;
	}
	.responsive .single-product-main-image {
		width: 100%;
		margin: 0 30px 0 0;
	}
	.responsive #top .related.products .product,
	.responsive #top .upsells.products .product {
		margin: 0 4% 0 0;
		width: 48%;
	}
	.responsive #top .related.products .product:nth-child(even),
	.responsive #top .upsells.products .product:nth-child(even) {
		margin: 0;
	}
	.responsive #top #main .products .product {
		margin: 0 1% 1% 0;
		width: 49%;
	}
	.responsive #top .products .product:nth-child(odd) {
		clear: both;
	}
	.responsive #top .products .product:nth-child(even) {
		clear: none;
	}
	.responsive .cart-collaterals .cross-sells,
	.responsive .cart-collaterals .cart_totals,
	.responsive .shipping_calculator {
		width: 100%;
		margin-top: 20px;
	}
	.responsive .shipping_calculator {
		padding-top: 20px;
	}
	.responsive table.shop_table th {
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
		padding: 3px 4px;
		text-transform: none;
	}
	.responsive table.shop_table .product-thumbnail {
		display: none;
	}
	.responsive #top .col2-set .col-1,
	.responsive #top .col2-set .col-2,
	.responsive .cart-collaterals .shipping_calculator {
		width: 89%;
		float: none;
		margin-bottom: 20px;
	}
	.responsive #top .woocommerce-ordering {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: auto;
		float: none;
		clear: both;
		margin: 0;
		top: auto;
	}
	.responsive .shop_title_container {
		padding-bottom: 50px;
	}
	.responsive .title_container .term_description {
		padding-right: 0;
	}
	.responsive #top .single-product-main-image .thumbnails a {
		width: 30%;
	}
	.responsive .shop_table .product-quantity {
		display: none;
	}
	.responsive #order_review .shop_table .product-quantity {
		display: table !important;
	}
	.responsive #top .single-product-main-image .onsale {
		top: 7px;
		right: 7px;
	}
	/*header*/
	.responsive #top .cart_dropdown {
		position: absolute;
		top: 50%;
		right: 7.5%;
		margin: -23px 50px 0 0;
	}
	.responsive.html_visible_cart .cart_dropdown {
		right: 7.5%;
	}
	.responsive #top #menu-item-shop.cart_dropdown {
		margin: 0;
		top: 0;
		border: none;
		height: 100%;
		width: auto;
		line-height: 80px;
	}
	.responsive #top #menu-item-shop .cart_dropdown_link {
		line-height: 80px;
	}
	.responsive.html_cart_at_menu.html_header_sidebar #top #menu-item-shop .dropdown_widget.dropdown_widget_cart {
		width: 300px;
	}
	.responsive.html_cart_at_menu.html_header_sidebar #menu-item-shop .dropdown_widget .avia-arrow {
		right: 40px;
	}
	.responsive.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop {
		left: auto;
	}
	.responsive .single-product-main-image .sidebar {
		display: none;
	}
	.responsive #top table .product-name {
		border-left-style: solid;
		border-left-width: 1px;
	}
	.responsive .single-product-main-image {
		padding-bottom: 20px;
	}
	.responsive .single-product-summary {
		clear: both;
	}
	.responsive.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop .dropdown_widget {
		left: auto;
	}
	.responsive.html_cart_at_menu.html_bottom_nav_header.html_logo_right #menu-item-shop .dropdown_widget .avia-arrow {
		left: auto;
	}
}

@media (max-width: 1400px) {
	.hero_style_video img {
		width: 40%;
	}
	.hero_style_video p {
		font-size: 14px;
		margin: 0;
	}
	.hero_style_video .hero__button {
		font-size: 10px;
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 479px) {
	.responsive #top #main .products .product {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.responsive #top #review_form #respond .comment-form-rating,
	.responsive div #shiptobilling {
		position: relative;
		right: 0;
		top: 0;
		float: none;
	}
	.responsive #commentform label {
		position: relative;
		left: 0;
		font-size: 11px;
		top: 0;
		font-weight: bold;
	}
	.responsive table.shop_table .product-subtotal {
		display: none;
	}
	/*.responsive table.shop_table th{display:none;}*/
	.responsive table.shop_table.cart {
		display: table;
	}
	.responsive table.shop_table.cart .product-thumbnail {
		display: none;
	}
	.responsive table.shop_table.cart td.product-remove {
		display: table-cell;
		padding: 3px 0 3px 3px;
	}
	.responsive table.shop_table.cart .product-remove {
		width: 10%;
	}
	.responsive table.shop_table.cart .product-name {
		display: table-cell;
		padding: 3px 0 3px 3px;
		width: 40%;
		text-align: center;
	}
	.responsive table.shop_table.cart td.product-price,
	.responsive table.shop_table.cart td.product-tax {
		display: table-cell;
		padding: 3px;
	}
	.responsive table.shop_table.cart .product-price,
	.responsive table.shop_table.cart .product-tax {
		width: 25%;
		text-align: center;
	}
	.responsive table.shop_table td {
		display: table-cell;
	}
	.responsive table.shop_table {
		display: table;
		border-width: 1px;
		border-style: solid;
		overflow: hidden;
	}
	.responsive td.actions {
		overflow: hidden;
		padding: 10px;
	}
	.responsive td.actions .coupon {
		width: 100%;
	}
	.responsive #top table.shop_table .actions .button,
	.responsive #top table.shop_table .actions .coupon .input-text {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.responsive #top .single-product-main-image .thumbnails a {
		width: 28%;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #30353a !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: 0.1rem solid #f0f1f2;
		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: -10rem;
	}
	.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;
	}
}
