/*
Theme Name: Peter Paul Wines
Theme URI: http://peterpaulwines.com/
Author: Vin
Author URI: http://vinagency.com/
Description:
License: Copyright 2017 Peter Paul Wines


contents:
			normalize
			typography
			links
			transitions
			layout
			header
			footer
			util
			color
			posts
			pages
			forms
			components
			vs3
			media queries
			print
			grid
			theme alignment
			theme lightness


breakpoints:
			mobile first
			xs mobile	480px
			sm tablet	768px
			md desktop	999px
			lg desktop	1200px
			xl desktop	1400px


*/



/* =reset */

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-y:scroll;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
div, section, article,
aside, header, footer,
span, p, address, li, a, dl, dt, dd,
input, button, img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]){
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
/*font-weight: 600;*/
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
max-width:100%;
height:auto;
vertical-align: bottom;
color:transparent;
}
svg:not(:root){
overflow: hidden;
}
figure {
/*margin: 1em 40px;*/
}
hr {
clear: both;
border:none;
border-top-width:2px;
border-top-style:solid;
height:0;
margin:3em 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
margin: 0 0 .5em;
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
::-moz-selection {
background: #666;
color: #fff;
}
::selection {
background: #666;
color: #fff;
}



/* =typography */

body {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
font-weight:300;
font-size: 19px;
line-height: 1.5em;
font-weight: 300;
}
h1, h2, h3 {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
/*font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;*/
font-weight: normal;
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
}
h1 {
font-size: 2.5em;
line-height: 1.125em;
margin-top: .75em;
margin-bottom: .75em;
/*letter-spacing: -1px;*/
}
h1 + h2 {
margin-top: -.5em;
}
h2 {
font-size: 1.75em;
line-height: 1em;
margin-top: 1em;
margin-bottom: .5em;
/*text-transform: uppercase;*/
/*letter-spacing: -1px;*/
}
h2 + h3 {
margin-top: 0;
}
h3 {
font-size: 1em;
line-height: 1.125em;
margin-top: 1.5em;
margin-bottom: .5em;
text-transform: uppercase;
}
h4 {
font-size:1em;
font-weight: bold;
/*font-size: 1.28571em;*/
line-height: 1.125em;
margin-bottom: 1em;
/*font-style: italic;*/
}
h5 {
font-size:1em;
font-weight: normal;
text-transform: uppercase;
margin-bottom: .5em;
}
div, section, article, aside,
header, footer, p, li, address,
input, select, textarea {
/*font-weight: 300;*/
font-size: 19px;
}
p, address {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1em;
}
p:empty {
display: none;
}
address {
font-style: normal;
}
label {
/*font-size: 14px;*/
line-height: 1em;
display: block;
}
label.inline {
display: inline-block;
margin-right: 15px;
}
li {
margin-bottom: .5em;
}
ol, ul {
margin-top: 0;
margin-bottom: 1.5em;
padding-left: 20px;
}
ul li {
list-style-type: square;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-top: .5em;
margin-bottom: .5em;
}
dl {
margin-bottom: 1.5em;
}
dt {
font-weight: bold;
}
dd {
}

blockquote {
padding:30px;
margin:0 0 1.5em;
border: 1px solid transparent;
}
blockquote h2,
blockquote h3 {
margin-top: 0;
}
blockquote *:last-child {
margin-bottom: 0;
}
.large-text {
font-size:1.25em;
}
.small-text {
font-size:.875em;
letter-spacing: .25px;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}


hr.small {
width:100px;
margin-top:2em;
margin-bottom:2em;
margin-left: 0;
margin-right: 0;
/*margin:2em auto;*/
}
hr.medium {
width:200px;
margin-top:2em;
margin-bottom:2em;
margin-left: 0;
margin-right: 0;
/*margin:2em auto;*/
}
hr.thin {
border-top-width: 1px;
}
hr.thick {
border-top-width: 4px;
}
hr.double {
border-top-width: 4px;
border-top-style: double;
}
hr.dotted {
border-top-style: dotted;
}
hr.dashed {
border-top-style: dashed;
}

hr.spacer,
hr.spacer-small,
hr.spacer-large {
border:none;
height: 1px;
}
hr.spacer-small {
margin-bottom: 0;
}
hr.spacer-large {
margin-top: 3em;
margin-bottom: 3em;
}



@font-face {
font-family: 'Icons';
src: url('fonts/entypo.eot?34446412');
src: url('fonts/entypo.eot?34446412#iefix') format('embedded-opentype'),
	 url('fonts/entypo.woff?34446412') format('woff'),
	 url('fonts/entypo.ttf?34446412') format('truetype'),
	 url('fonts/entypo.svg?34446412#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: 'Icons';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
line-height: 1em;
}
a i:hover {
cursor:pointer;
}
i {
cursor:default;
}

.icon-user:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-layout:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\e804'; } /* '' */
.icon-plus:before { content: '\e805'; } /* '' */
.icon-minus:before { content: '\e806'; } /* '' */
.icon-help:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-basket:before { content: '\e809'; } /* '' */
.icon-down-open:before { content: '\e80a'; } /* '' */
.icon-left-open:before { content: '\e80b'; } /* '' */
.icon-right-open:before { content: '\e80c'; } /* '' */
.icon-up-open:before { content: '\e80d'; } /* '' */
.icon-down-open-mini:before { content: '\e80e'; } /* '' */
.icon-left-open-mini:before { content: '\e80f'; } /* '' */
.icon-right-open-mini:before { content: '\e810'; } /* '' */
.icon-up-open-mini:before { content: '\e811'; } /* '' */
.icon-down-open-big:before { content: '\e812'; } /* '' */
.icon-left-open-big:before { content: '\e813'; } /* '' */
.icon-right-open-big:before { content: '\e814'; } /* '' */
.icon-up-open-big:before { content: '\e815'; } /* '' */
.icon-bookmark:before { content: '\e816'; } /* '' */
.icon-location:before { content: '\e817'; } /* '' */
.icon-facebook:before { content: '\e818'; } /* '' */
.icon-twitter:before { content: '\e819'; } /* '' */
.icon-pinterest:before { content: '\e81a'; } /* '' */
.icon-linkedin:before { content: '\e81b'; } /* '' */
.icon-vimeo:before { content: '\e81c'; } /* '' */
.icon-tools:before { content: '\e81d'; } /* '' */
.icon-camera:before { content: '\e81e'; } /* '' */
.icon-cancel:before { content: '\e81f'; } /* '' */
.icon-check:before { content: '\e820'; } /* '' */
.icon-instagram:before { content: '\e821'; } /* '' */
.icon-cog:before { content: '\e822'; } /* '' */
.icon-home:before { content: '\e823'; } /* '' */
.icon-gplus:before { content: '\e824'; } /* '' */
.icon-youtube:before { content: '\e825'; } /* '' */
.icon-down-thin:before { content: '\e826'; } /* '' */
.icon-left-thin:before { content: '\e827'; } /* '' */
.icon-right-thin:before { content: '\e828'; } /* '' */
.icon-up-thin:before { content: '\e829'; } /* '' */





/* =links */

/*
a, a:link, a:visited {
color: #aaa;
color: rgba(0,0,0,.4);
}
a:hover, a:focus {
color: #ccc;
color: rgba(0,0,0,.2)
}
a:active {}
*/
a:focus,
a:active {
outline: 0 !important;
-moz-outline: 0 !important;
}
h1 a,
h2 a,
h3 a {
text-decoration: none;
}
.button,
.button:link,
.button:visited,
.button:active,
button,
input[type=submit],
.vs2-cart-edit {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
font-size: 18px;
letter-spacing: 1px;
display: inline-block;
padding: .75em 15px;
margin-bottom: 1em;
border-radius: 1px;
border:none;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
-webkit-appearance:none;
}
.button:hover,
.button:focus,
.button:active,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.vs2-cart-edit:hover,
.vs2-cart-edit:focus {
text-decoration: none;
}
.button-clear,
.button-clear:link,
.button-clear:visited {
background-color:transparent !important;
border-width:1px;
border-style:solid;
}
p .button,
p .button:link,
p .button:visited,
p button {
margin-bottom: .5em;
}
.button i,
.more-link i {
margin-left:-4px;
}
.small-link {
font-size: 14px;
letter-spacing: .5px;
text-transform: uppercase;
text-decoration: none;
}
.more-link {
font-size:14px;
padding:.25em 0;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
}
.block {
display: block;
position: relative;
text-decoration: none;
}
.no-deco {
text-decoration: none;
}



/* =transitions */

a, a:link, a:hover, a:focus, a:active, a:focus:hover, a:focus:active, a:active:hover,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus,
input,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=date],
textarea,
input:focus,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
.nav-overlay-toggle,
.nav-overlay-toggle:hover,
.block h1, .block h2, .block h3, .block p,
.block:hover h1, .block:hover h2, .block:hover h3, .block:hover p {
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.transition {
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}




/* =layout */

.header,
.main,
.footer {
position: relative;
}
/*#container {
margin: 0 auto;
max-width: 960px;
}*/
.main {
min-height: 300px;
/*padding:0 4em;*/
margin:0 auto;
}
.half {
width: 50%;
float: left;
}
.third {
width: 33%;
float: left;
}
.very-narrow {
max-width:480px;
margin-left: auto;
margin-right: auto;
}
.narrow {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.medium {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
.medium-wide {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.wide {
max-width: 1300px;
margin-left: auto;
margin-right: auto;
}

.extra-wide {
max-width: 1500px;
margin-left: auto;
margin-right: auto;
}


.medium .medium,
.medium .narrow,
.narrow .narrow {
padding: 0;
}
.wide .wide,
.wide .medium,
.wide .narrow {
padding: 0;
}
.full .full,
.full .wide,
.full .medium,
.full .narrow {
padding: 0;
}

.table {
display: table;
width:100%;
height: 100%;
/*height: 360px;*/
}
.cell {
display: table-cell;
width:100%;
height: 100%;
/*height: 360px;*/
}
.vert-align {
vertical-align: middle;
}


/* =header */

.header {
padding: 30px 20px 20px;
}
.logo-header {
padding-bottom: 1em;
max-width: 100%;
}
.logo-header a {
display: inline-block;
text-decoration: none;
width:300px;
/*max-width: 100%;*/
/*font-family: 'Old Standard TT', 'Times New Roman', Times, serif;*/
font-weight: normal;
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
font-size: 2.5em;
line-height: 1em;
}
.logo-header img {
max-width: 100%;
height:auto;
}
.menu {
margin: 0;
font-size: 0;
padding-left: 0;
}
.menu li {
}
.menu > li {
display: inline-block;
position: relative;
margin: 0;
}
.menu a {
text-decoration: none;
display: block;
padding: 10px 10px;
letter-spacing: .5px;
border:none;
border-radius: 2px;
outline: none;
text-transform: uppercase;
cursor:pointer;
}
.menu a:link,
.menu a:visited {
cursor:pointer;
}
.menu a:hover,
.menu a:focus {
cursor:pointer;
}
.menu .current-menu-item > a,
.menu .current-page-ancestor > a,
.menu .current_page_parent > a {
}
.menu .current-menu-item > a:hover,
.menu .current-menu-item > a:focus,
.menu .current-page-ancestor > a:hover,
.menu .current-page-ancestor > a:focus,
.menu .current_page_parent > a:hover,
.menu .current_page_parent > a:focus {
}
.sub-menu {
padding-left: 0;
margin:0;
}
.sub-menu .sub-menu {
display: block;
}
.sub-menu .sub-menu a {
padding-left: 20px;
}
.sub-menu li {
display: block;
list-style: none;
margin-bottom: 0;
}
.sub-menu a {
display: block;
border:none;
}
.sub-menu a:hover,
.sub-menu a:focus {
outline: none;
border:none;
}



/* =footer */

.footer {
margin-top: 6rem;
padding: 3em 20px 1.5em;
font-size: 1em;
}
.footer p {
text-transform: uppercase;
}
.footer a {
text-decoration: none;
}
.logo-footer {
margin: 0 0 1em;
font-family: 'Old Standard TT', 'Times New Roman', Times, serif;
font-size:2em;
line-height: 1em;
}
.logo-footer a {
display: inline-block;
width: 300px;
}
.description-footer {
margin-top: 1em;
margin-bottom: .5em;
}
.nav-footer .menu li {
/*font-size: 14px;*/
}
.nav-footer .menu-main-menu-container a {
text-transform: capitalize;
font-size: 24px;
}
.social-links a,
.social-links i {
cursor:pointer;
}
.footer .social-links.menu {
padding-top: 2rem;
padding-bottom: 3rem;
}
.social-links.menu li {
font-size:1rem;
}
.social-links.menu a {
padding: 0.5em 10px;
cursor:pointer;
}
.copyright {
margin: 0;
opacity:.6;
}
.copyright,
.credits {
font-size:12px;
letter-spacing: 1px;
}
.credits {
float: right;
position: relative;
z-index: 1;
display: inline-block;
cursor: help;
margin: 0;
}
.credits-label {
opacity: .5;
}
.credits-info {
display: block;
display: none;
position: absolute;
bottom: -10px;
right: -15px;
width: 280px;
padding: 10px 15px 10px;
z-index: 100;
cursor: default;
line-height: 1.5em;
text-align: right;
border-radius: 1px;
}
.credits-info a {
text-decoration: none;
}
.divider {
display: inline-block;
margin: 0 5px;
}
.top-link {
display: block;
text-align: center;
padding:1em 0;
width:40px;
margin-top: 1.5em;
position: absolute;
bottom:10px;
left: 0;
cursor:pointer;
}
.top-link:hover,
.top-link i {
cursor:pointer;
}


.vs-accountlinks a,
.vs-accountlinks a:link,
.vs-accountlinks a:visited,
.social-links.menu a,
.social-links.menu a:link,
.social-links.menu a:visited,
.top-link,
.top-link:link,
.top-link:visited {
color:#aaa !important;
}
.vs-accountlinks a:hover,
.social-links.menu a:hover,
.top-link:hover {
color: #fff !important;
}



/* =color */

.text-black {
color:#000 !important;
}
.text-white {
color:#fff !important;
}



/* =posts */

.post {
margin-bottom: 2em;
}
/*.theme-align-center .post h2.entry-title,
.theme-align-center .post .post-date {
text-align: left;
margin-top: 0;
}*/
.post-index .post-index-item {
margin-bottom: 3em;
}

#nav-below {
margin-top: 4.5em;
padding-top: 1em;
margin-bottom: 1em;
text-align: center;
}
#nav-below a {
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding-top:.5em;
padding-bottom: .5em;
position: relative;
}
.nav-previous,
.nav-next {
position: relative;
}
.nav-previous {
text-align: left;
}
.nav-index {
text-align: center;
font-size:1.5em;
}
#nav-below .nav-index a {
padding: 7px 0;
}
.nav-next {
text-align: right;
}
.nav-previous a {
padding-left: 25px;
position: relative;
}
.nav-next a {
padding-right: 25px;
position: relative;
}
#nav-below .meta-nav {
position: absolute;
top:.5em;
}
.nav-previous a .meta-nav {
left:-.5em;
}
.nav-next a .meta-nav {
right:-.5em;
}
.widget a {
text-decoration: none;
text-transform: uppercase;
}
.widget-area .widget h3 {
/*text-align: left;*/
}
.widget-area .widget {
}
.widget-area ul {
padding-left: 0;
margin-bottom: 0;
}
.widget-area li {
list-style: none;
}
.post-thumbnail {
max-width: 100%;
height:auto;
}
.post-thumbnail:empty {
display: none;
}

.post-thumbnail {
margin: 0 0 1em;
padding: 0;
/*float:right;
margin: 0 0 1em 2em;*/
}
h1.post-title {
margin-bottom: 0;
}
.post-title + .post-date {
margin-top: .5em;
}
.post-date a {
text-decoration: none;
}
.byline {
display: none;
}


/* =pages */


.homepage-overlay {
position: absolute;
bottom:20px;
left:50%;
transform: translateX(-50%);
}

/*.home .nav-header a,
.home .nav-header a:link,
.home .nav-header a:visited {
color:#fff;
}
.home .nav-header a:hover,
.home .nav-header a:focus {
color:#fff;
}
.home .nav-header a:active {
color:#fff;
}*/

.home .logo-header {
position: absolute;
top:50vh;
left:50%;
transform: translate(-50%,-50%);
width: 400px;
/*background-color: #111;
padding:30px;*/
}
.home .logo-header a {
display: block;
width:400px;
cursor:default;
pointer-events: none;
}
.home .logo-header img {
width: 100%;
min-width: 280px;
}
.home .footer {
margin-top: 0;
}
.home .header .menu a {
color:#fff !important;
}
.home a.button,
.home a.button:link,
.home a.button:visited {
background-color: #fff;
}




.hero-gallery-top.theme-lightness-light .header,
.hero-gallery-top.theme-lightness-dark .header {
position: absolute;
top:0;
left:0;
z-index:1000;
width:100%;
background-color:transparent;
}
.hero-gallery-top .footer {
/*margin-top: 0;*/
}
.hero-gallery {
height:60vh;
}
.hero-gallery-top .main {
}
.page-template-homepage-splash-landing-template {
height:100%;
height:100vh;
min-height: 100%;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
.page-template-homepage-splash-landing-template .nav-overlay-toggle {
text-align: left;
}
.splash-wrapper {
display:table;
width:100%;
max-width: 100vw;
height:100%;
}
.splash-inner {
display:table-cell;
width:100%;
max-width: 100%;
height:100%;
vertical-align:middle;
text-align: center;
}
.splash-inner img {
/*width:400px;*/
width:auto;
height:auto;
max-width: 100%;
max-width: calc( 100vw - 40px);
height:auto;
}
.splash-inner nav {
margin-bottom: 1.5em;
}
.logo-splash a {
text-decoration: none;
}







/* =forms */

input,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=date],
select,
textarea {
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
font-size: 16px;
}
input,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
select,
textarea {
padding: 0.5em 7px;
background-color: #fff;
color:#666;
border:1px solid #222;
/*background-color:#333;
color: #fff;
border: 1px solid #333;*/
border-radius: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
select,
textarea {
width:100%;
}
body .vs2x-form input[type=text],
body .vs2x-form input[type=email],
body .vs2x-form input[type=number],
body .vs2x-form input[type=password],
body .vs2x-form input[type=tel],
body .vs2x-form input[type=date],
body .vs2x-form select,
body .vs2x-form textarea {
padding: 0.5em 7px;
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
color:#111;
/*color: #111;*/
/*color: rgba(0,0,0,.9);*/
/*border: 1px solid #aaa;*/
/*border: 1px solid rgba(0,0,0,.6);*/
outline: none;
}
input:focus {
outline: none;
}
label input,
label select,
label textarea {
margin-top: .5em;
}
fieldset {
padding: 15px;
margin-bottom: 1.5em;
border-radius:2px;
}
legend {
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
/*font-weight: 700;*/
margin-left: -5px;
letter-spacing: 1px;
}
form p:last-child {
margin-bottom: 0;
}
form p:last-child button,
form p:last-child input[type=submit]{
margin-bottom: 0;
}
.wpcf7-form {
overflow: hidden;
}
.wpcf7-form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email]{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
width: 100%;
}
.wpcf7-form div.wpcf7-response-output {
margin:2em 0 1em;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
border: 2px solid #4ac117;
background-color:#4ac117;
}
.wpcf7-form div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
background-color:#ff0000;
}
.wpcf7-form div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
background-color:#ffa500;
}
.wpcf7-form div.wpcf7-validation-errors {
border: 2px solid #cc0000;
background-color:#f7e700;
color:#000;

}
.wpcf7-form .wpcf7-response-output {
background-color: #fff;
padding:10px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
position: relative;
display: block;
left: 0;
top:100%;
padding:5px 0;
border:0;
color:#cc0000;
background-color: transparent;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}



/* =util */

.callout {
padding:20px;
border: 1px solid transparent;
}
.callout h2,
.callout h3 {
margin-top: 0;
}
.callout *:last-child {
margin-bottom: 0;
}
.bulleted li {
list-style: none;
position:relative;
}
.bulleted li:before {
content: '\b7\a0';
position:absolute;
right:100%;
font-size:2em;
}
.bulleted li li:before {
opacity: .5;
}
.bulleted li li li:before {
opacity: .25;
}

.wrapper {
overflow: hidden;
}
.bordered {
border-width: 2px;
border-style:solid;
}
.image-border {
border-width: 10px;
border-style:solid;
}
.border-top {
border-width: 2px;
border-style:solid;
padding-top: 1em;
}
.border-bottom {
border-width: 2px;
border-style:solid;
padding-bottom: 1em;
}

.inner-link {}
.inner-target {
padding-top: 1em;
}
span.edit-link,
footer.entry-meta {
position: fixed;
z-index:10000;
bottom:10px;
left:15px;
}

.hidden, .hide {
display: none;
}
.show {
display: block;
}
.placeholder {
min-height: 200px;
margin-bottom: 1.5em;
background-color: rgba(0,0,0,.2);
}
.placeholder + h1,
.placeholder + h2,
.placeholder + h3 {
margin-top: 0;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.clear {
clear: both;
}
.clearfix:after {
content:"";
display:table;
clear:both;
}

.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify !important;
}
.float-rt,
.float-right,
.alignright {
float:right;
}
.float-lt,
.float-left,
.alignleft {
float:left;
}
.aligncenter {
margin-left:auto;
margin-right:auto;
}
img.float-rt,
img.float-right,
img.alignright {
margin: 0 0 .5em 15px;
}
img.float-lt,
img.float-left,
img.alignleft {
margin: 0 15px .5em 0;
}
.space-right {
padding-right: 10px;
}
.space-left {
padding-left: 10px;
}
.space-top {
padding-top: 1em;
}
.space-top-bottom {
padding-top: 2em;
padding-bottom: 2em;
}
.no-space-top {
margin-top: 0;
padding-top: 0;
}
.small-space-top {
padding-top: .5em;
}
.big-space-top {
padding-top: 4em;
}
.space-bottom {
padding-bottom: 1em;
}
.big-space-bottom {
padding-bottom: 4em;
}
.no-margin-top {
margin-top: 0;
}
.no-margin-bottom {
margin-bottom: 0;
}
.small-margin-bottom {
margin-bottom: .5em;
}
.centered {
text-align: center;
}
.widget-area {
padding-top: 3em;
}
.widget {
margin-bottom: 2em;
}
.very-narrow .search-field,
.narrow .search-field {
width: 100%;
margin-bottom: 1em;
}
.disable-hover,
.disable-hover * {
 pointer-events: none !important;
}
.screen-reader-text {
display: none;
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.styleguide-icons {
font-size:1.5em;
}
.styleguide-icons p {
display: inline-block;
}
.styleguide-icons br {
display: none;
}
.styleguide-icons i {
display: inline-block;
padding:10px;
}
.styleguide-swatch {
height:100px;
margin-bottom: .5em;
}



/* =components */


/* layout blocks */

.layout-block {
margin-bottom: 3em;
}
.layout-heading {
/*overflow: hidden;*/
}

/* video embeds */

.video-embed {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
/*background-color: #f3f0e4;*/
}
.video-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* hero gallery top */

.hero-gallery {
/*display: none;*/
/*min-height: 100px;*/
}
.hero-gallery-top .hero-gallery {
display: block;
position: relative;
}
.hero-gallery-top .main {
}
.hero-gallery-content {
height: 100%;
width: 100%;
}
.hero-gallery-overlay {
z-index: 100;
padding-left: 20px;
padding-right: 20px;
}
.hero-gallery-height-100vh .hero-gallery {
height: 100vh;
}
.hero-gallery-height-90vh .hero-gallery {
height: 90vh;
}
.hero-gallery-height-75vh .hero-gallery {
height: 75vh;
}
.hero-gallery-height-66vh .hero-gallery {
height: 66vh;
}
.hero-gallery-height-50vh .hero-gallery {
height: 50vh;
}
.hero-gallery-height-33vh .hero-gallery {
height: 33vh;
}
.hero-gallery-height-25vh .hero-gallery {
height: 25vh;
}
.hero-gallery-height-400px .hero-gallery {
height: 400px;
}
.hero-gallery-height-300px .hero-gallery {
height: 300px;
}
.hero-gallery-height-200px .hero-gallery {
height: 200px;
}
.hero-gallery-arrows-false .button-next-hero-gallery,
.hero-gallery-arrows-false .button-previous-hero-gallery {
display: none;
}
.hero-gallery-arrows-bottom .button-next-hero-gallery,
.hero-gallery-arrows-bottom .button-previous-hero-gallery {
top: auto;
bottom: 2rem;
transform: translateY(0);
}
.button-next.button-next-hero-gallery {
/*transform: translateX(100%);*/
/*right:-40px;*/
/*outline: 1px solid #fcc;*/
}
.button-previous.button-previous-hero-gallery {
/*transform: translateX(-100%);*/
/*left:-40px;*/
/*outline: 1px solid #fcc;*/
}
.hero-gallery-layout-full-bleed .button-next-hero-gallery {
right:0;
}
.hero-gallery-layout-full-bleed .button-previous-hero-gallery {
left:0;
}

.hero-gallery-height-100vh .header {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
}
.hero-gallery-layout-full-bleed .header {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
background-color: transparent;
}
.hero-gallery-top .main {
padding-top: 0;
padding-bottom: 0;
}
.hero-gallery-top .main-continued {
/*padding-top: 2rem;*//*layout builder wants to close space below image*/
}
.hero-gallery-layout-full-bleed .hero-gallery-overlay {
padding-left: 20px;
padding-right: 20px;
}
.hero-gallery-overlay-false .hero-gallery-overlay {
display: none;
}


/* team grid */

.gallery-grid-item,
.team-item {
position: relative;
margin-bottom: 1.5em;
text-decoration: none;
overflow: hidden;
/*border:1px solid #222;*/
/*background: #000;*/
}
/*.team-item a {
width:100%;
height:100%;
position: absolute;
display: block;
z-index: 50;
top:0;
left:0;
}*/


.gallery-grid-item h2,
.gallery-grid-item h3,
.team-item h2,
.team-item h3 {
margin-top: .5em;
margin-bottom: 0;
text-align: center;
}

.gallery-grid-item h2,
.team-item h2 {
/*position: absolute;
z-index: 3;
top:50%;
left:0;
width: 100%;
color:#fff;
padding:0 10px;
transform:translateY(-50%);
margin: 0;
padding: 0;*/
}
.gallery-grid-item img,
.team-item img {
position: relative;
display: block;
z-index: 1;
top:0;
/*bottom:0;*/
left:0;
width:100%;
height:auto;
/*right:0;*/
}
.gallery-grid-photo,
.team-photo {
height:66vh;
overflow: hidden;
}
/*
.team-photo::after {
display: block;
content: ' ';
top:0;
bottom:0;
left:0;
right:0;
position: absolute;
z-index: 1;
background: #000;
opacity:.3;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.team-photo:hover::after {
opacity:0;
-webkit-transition: all .50s ease-out;
-moz-transition: all .50s ease-out;
-ms-transition: all .50s ease-out;
transition: all .50s ease-out;
}*/
.gallery-grid-item .backstretch,
.team-photo .backstretch {
transform: scale(1);
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}

.gallery-grid-item:hover .gallery-grid-photo .backstretch,
.team-item:hover .team-photo .backstretch {
transform: scale(1.025);
-webkit-transition: all .50s ease-out;
-moz-transition: all .50s ease-out;
-ms-transition: all .50s ease-out;
transition: all .50s ease-out;
}

/*.productlist-item a::before,*/
.popup-image::before
/*.team-item .team-photo::before*/ {
display: block;
content: ' ';
top:0;
bottom:0;
left:0;
right:0;
position: absolute;
z-index: 1;
background: transparent;
border:0px solid transparent;
-webkit-transition: all .50s ease-out;
-moz-transition: all .50s ease-out;
-ms-transition: all .50s ease-out;
transition: all .50s ease-out;
}
/*.productlist-item a:hover::before,*/
.popup-image:hover::before
/*.team-item:hover .team-photo::before*/ {
border:1px solid #fff;
top:10px;
bottom:10px;
left:10px;
right:10px;
/*background-color: #1f1a10 ;*/
/*opacity: .5;*/
-webkit-transition: all .50s ease-out;
-moz-transition: all .50s ease-out;
-ms-transition: all .50s ease-out;
transition: all .50s ease-out;
}

/*.productlist-item a:hover::before {
border:1px solid #333;
}
*/




@media only screen and (max-width: 480px){/* mobile */

.team-slide .responsive-image {
height:480px;
height:100vw;
max-height: 480px;
max-height: 100vw;
}
.popup .slide {
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
}
/*.team-slide {
overflow: auto;
max-height: 100%;
}*/
.popup .slide-image {
position: relative;
height:480px;
height:100vw;
max-height: 480px;
max-height: 100vw;
}
.popup .slide-content {
position: relative;
overflow: visible;
}

.slide h2 {
margin-top: 0 !important;
}
.slide .narrow {
padding-left: 40px;
padding-right: 40px;
}
.slide {
padding:0;/*40px*/
}
.popup .button-close,
.popup .button-next,
.popup .button-previous {
padding: 10px;
font-size:1.5em;
color:#ccc !important;
}
.popup .button-previous {
left:0;
right: auto;
}
.popup .button-next {
right:0;
left:auto;
}
.popup .button-next ,
.popup .button-previous {
top:50%;
bottom:auto;
}

.popup-inner {
position: relative;
z-index: 1;
/*overflow: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;*/
height:100%;
}
.image-column .full-height {
display:block;
height:100vh;
min-height:300px;
max-height:600px;
position: relative;
}

}


@media only screen and (min-width: 769px){/* all desktop */

.popup .button-close,
.popup .button-next,
.popup .button-previous {
color:#aaa !important;
}

.slide .narrow {
max-width: 720px;
padding-bottom: 3em;
}

.popup-stage .slide .responsive-image,
.popup-stage .slide .row,
.popup-stage .slide .row > div,
.team-slide .responsive-image,
.team-slide .row,
.team-slide .row > div {
height: 100%;
height:100vh;
min-height:100vh;
}
.vineyard-single-photo,
.person-single-photo {
height:540px;
}

.popup .slide-image {
position: absolute;
top:0;
left:0;
height:100%;
width:50%;
}
.popup .slide-content {
position: absolute;
top:0;
left:50%;
height:100%;
width:50%;
overflow: auto;
}
.popup .social-links.menu {
text-align: left;
}

}


/* team gallery */

.gallery-grid-data,
.team-gallery {
display: none;
}


/* popup gallery */

.popup {
/*display: none;*/
position:absolute;
/*position: fixed;*/
z-index: -1;
top:50%;
left:50%;
width:100%;
height:100%;
opacity: 0;
visibility: hidden;
/*border:15px solid rgba(0,0,0,.5);*/
-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
-moz-transform:translateX(-50%) translateY(-50%) scale(1);
-ms-transform:translateX(-50%) translateY(-50%) scale(1);
transform:translateX(-50%) translateY(-50%) scale(1);
/*-webkit-transform:translateX(-50%) translateY(-50%) scale(0.9);
-moz-transform:translateX(-50%) translateY(-50%) scale(0.9);
-ms-transform:translateX(-50%) translateY(-50%) scale(0.9);
transform:translateX(-50%) translateY(-50%) scale(0.9);*/
/*-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);*/
-webkit-transition: all .125s ease-out;
-moz-transition: all .125s ease-out;
-ms-transition: all .125s ease-out;
transition: all .125s ease-out;
}
body.popup-out {
overflow: hidden !important;
}
.popup-out .popup {
display: block;
z-index:10000;
position: fixed;
opacity:1;
visibility: visible;
/*overflow: hidden;*/
-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
-moz-transform:translateX(-50%) translateY(-50%) scale(1);
-ms-transform:translateX(-50%) translateY(-50%) scale(1);
transform:translateX(-50%) translateY(-50%) scale(1);
/*-webkit-transform: ;
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);*/
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}

.popup-inner {
background-color:#000;
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
/*left:20px;
right:20px;
top:20px;
bottom:20px;*/
box-shadow:0 0 10px rgba(0,0,0,.3);
overflow: hidden;
}
.popup-stage {
}
.popup .button-close,
.popup .button-next,
.popup .button-previous {
display: inline-block;
padding:20px 10px;
position: fixed;
top:50%;
top: 50vh;
z-index: 10;
/*color:#aaa !important;*/
font-size: 2em;
height: auto;
width: auto;
}
.popup .button-close {
padding:20px;
font-size: 1.5em;
}
.button-next ,
.button-previous {
left: auto;
/*top:auto;*/
top:45%;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.popup .button-next {
right: 25px;
left:auto;
}
.popup .button-previous {
left: 25px;
left:auto;
}
.button-previous:hover,
.button-next:hover {
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.popup a,
.popup a:link,
.popup a:visited,
.popup a:hover {
color: #fff;
}
.popup .button-close {
display: block;
top:19px;
right:20px;
}
.popup .popup-loading {
}
.popup-stage .slide,
.team-slide {
height: 100%;
}

.team-slide a,
.team-slide a:link,
.team-slide a:visited {
text-decoration: underline;
color:#ccc;
}
.team-slide a:hover,
.team-slide a:focus {
color:#fff;
}
.slide h2:first-child {
padding-top: 2em;
margin-bottom: .25em;
}
.slide h2 + h3 {
margin-top: 0;
margin-bottom: 1em;
}

.popup .slide {
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
overflow: auto;
padding-bottom: 2em;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
}
.popup .slide-active .scrollable,
.popup .slide-in-left .scrollable,
.popup .slide-in-right .scrollable,
.popup .slide-out-left .scrollable,
.popup .slide-out-right .scrollable {
overflow: auto;
}
.popup .scrollable .narrow {
padding-bottom: 2em;
}

.popup .slide.slide-active {
transform: translateX(0%); 
}

.popup .slide.slide-active + .slide {
z-index: 10000;
}

.popup .slide-in {
animation: slide-in 0.5s forwards;
-moz-animation: slide-in 0.5s forwards;
-webkit-animation: slide-in 0.5s forwards;
}
.popup .slide-out {
animation: slide-out 0.5s forwards;
-moz-animation: slide-out 0.5s forwards;
-webkit-animation: slide-out 0.5s forwards;
}
.popup .slide-in-left {
animation: slide-in-left 0.5s forwards;
-moz-animation: slide-in-left 0.5s forwards;
-webkit-animation: slide-in-left 0.5s forwards;
}
.popup .slide-in-right {
animation: slide-in-right 0.5s forwards;
-moz-animation: slide-in-right 0.5s forwards;
-webkit-animation: slide-in-right 0.5s forwards;
}
.popup .slide-out-left {
animation: slide-out-left 0.5s forwards;
-moz-animation: slide-out-left 0.5s forwards;
-webkit-animation: slide-out-left 0.5s forwards;
}
.popup .slide-out-right {
animation: slide-out-right 0.5s forwards;
-moz-animation: slide-out-right 0.5s forwards;
-webkit-animation: slide-out-right 0.5s forwards;
}


@keyframes slide-in-left {
0% { transform: translateX(-100%); }
100% { transform: translateX(0%); }
}
@-moz-keyframes slide-in-left {
0% { -moz-transform: translateX(-100%); }
100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes slide-in-left {
0% { -webkit-transform: translateX(-100%); }
100% { -webkit-transform: translateX(0%); }
}
@keyframes slide-in-right {
0% { transform: translateX(100%); }
100% { transform: translateX(0%); }
}
@-moz-keyframes slide-in-right {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes slide-in-right {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out-right {
0% { transform: translateX(0%); }
100% { transform: translateX(100%); }
}
@-moz-keyframes slide-out-right {
0% { -moz-transform: translateX(0%); }
100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes slide-out-right {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(100%); }
}
@keyframes slide-out-left {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
@-moz-keyframes slide-out-left {
0% { -moz-transform: translateX(0); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slide-out-left {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-100%); }
}


@keyframes slide-in {
100% { transform: translateX(0%); }
}
@-moz-keyframes slide-in {
100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes slide-in {
100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
0% { transform: translateX(0%); }
100% { transform: translateX(-100%); }
}
@-moz-keyframes slide-out {
0% { -moz-transform: translateX(0%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes slide-out {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-100%); }
}




/* loading */

.loading,
.backstretch::after {
display: block;
content: ' ';
width:48px;
height:48px;
background: url(images/loading_anim_dark.gif) 50% 50% no-repeat #111;/* loading_anim_dark */
position: absolute;
z-index: -10000000;
top:50%;
left:50%;
border-radius:50%;
transform: translate(-50%, -50%);
/*border:5px solid #222;*/
}


/* slideshows */

.scrollable {
overflow: auto;
}
.hero-slideshow,
.hero-slideshow .owl-item,
/*.slideshow-carousel,*/
.slideshow-item,
.slideshow-item .row,
.slideshow-carousel .owl-item,
.slideshow-item .owl-height {
height: 100vh;
/*max-height:500px;*/
width:100%;
}
.slideshow-item .scrollable {
padding:30px;
}
.hero-slideshow,
.slideshow-carousel {
margin-bottom: 3em;
}
.hero-slideshow {
padding-bottom: 3em;
}


/* popup photos */

.popup-image {
position: relative;
display: block;
}
.popup-image img {
position: relative;
z-index: 0;
}
.gallery-grid .block::after,
.popup-image::after {
position: absolute;
z-index: 2;
font-family: 'Icons';
font-size:1.5em;
content:'\e81e';
color:#fff;
top:50%;
left:50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 0;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.gallery-grid .block:hover::after,
.popup-image:hover::after {
opacity: 1;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
/*position: absolute;
z-index: 2;
content:'\e81e';
color:#fff;*/
}


/* trade */

.trade-section {
/*padding-top: 1.5em;*/
margin-bottom: 4.5em;
/*border-top-width:2px;*/
/*border-top-style: solid;*/
}
.trade-section h2 {
margin-bottom: 1em;
}
.trade-section h3 {
margin-top: 0;
margin-bottom: .5em;
}
.trade-section img {
display: inline-block;
/*margin-bottom: 1em;*/
}
.trade-item p:last-child {
margin-bottom: 0;
}
.trade-wines {}
.trade-wines-item {
margin-bottom: 2em;
}

.trade-wines a {
display: block;
text-decoration: none;
}
.trade-wines-item p {
margin-bottom: .5em;
}

/*.trade-bottle-shots {
text-align: center;
}*/
.trade-bottle-shots > div {
margin-bottom: 2em;
}
.trade-bottle-shot {
margin-bottom: 2em;
}
.trade-bottle-shots a {
display: block;
text-decoration: none;
}
/*.trade-bottle-shots h3 {
margin-top: 0;
margin-bottom: .5em;
}*/
.trade-tech-sheet {
overflow: hidden;
}
/*.trade-tech-sheet p {
float: right;
}*/
.trade-tech-sheets-rows {
padding-bottom: 2em;
}
.trade-tech-sheets a,
.trade-logos a,
.trade-photos a {
display: block;
text-decoration: none;
/*margin-bottom: .5em;*/
/*text-align: center;*/
}

.trade-logo-image {
min-height: 150px;
margin-top: 1em;
text-align: center;
}
.trade-press-item {
margin-bottom: 2em;
}
.trade-press-item h2,
.trade-press-item h3,
.trade-press-item p {
margin-bottom: .5em;
}
.trade-press-item .trade-press-title {
margin-bottom: 0;
}

.distributor-item  {
padding: 1em;
}




/* nav overlay */

.nav-overlay {
display: none;
position: fixed;
z-index:1003;
width: 100%;
height:100%;
height:100vh;
top:0;
left:0;
overflow-x: hidden;
/*overflow-y: scroll; *//* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
border:15px solid #333;
}
.nav-overlay-content {
padding:2em 10px;
}
.logo-overlay {
text-align: center;
margin:2em auto 2em;
max-width: 300px;
}
.nav-overlay .menu {
font-size:18px;
line-height: 1em;
text-align: center;
position: relative;
top: 0;
left: 0;
margin-left: 0;
padding: 0 20px 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
.nav-overlay .sub-menu {
display: block;
}
/*.nav-overlay ul {
margin-bottom: 0;
padding-bottom: 0;
}*/
.nav-overlay .menu li {
text-align: center;
font-size:1em;
margin-bottom: 0;
/*float: none;
display: block;*/
}
.nav-overlay .menu a {
padding:.5em 10px;
}
.nav-overlay .menu-main-menu-container {
padding-bottom: 1.5em;
}
.nav-overlay .menu-main-menu-container li {
font-size:1.5em;
display: block;
}
.nav-overlay .menu-main-menu-container li a {
text-transform: capitalize;
}
.nav-overlay .menu-footer-menu-container {
padding-bottom: 3em;
}
.nav-overlay .menu-footer-menu-container li {
display: inline-block;
}


.nav-overlay-out,
.nav-overlay-done {
overflow: hidden;
position: fixed;
width: 100%;
}
.nav-overlay-out .vs-accountlinks {
position: fixed;
}
.nav-overlay-toggle {
position: fixed;
top:18px;
left:20px;
z-index: 1004;
text-transform: uppercase;
font-weight: 400;
display: block;
cursor: pointer;
padding: 10px;
margin: 0;
}
.nav-overlay-out .nav-label-menu {
display: none;
}
.nav-label-menu {
display: none;
/*display: inline-block;*/
}
.nav-overlay-out .nav-label-close {
display: none;
/*display: inline-block;*/
}
.nav-label-close {
display: none;
}
.nav-label {
vertical-align: top;
line-height: 1.6em;
}
.nav-icon {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
margin-right: 5px;
}
.nav-icon span {
position: absolute;
width: 30px;
height: 30px;
margin-left: -15px;
left: 50%;
top: 50%;
width:100%;
}
.nav-icon span:before {
top: -10px;
}
.nav-icon span:after {
bottom: -10px;
}
.nav-icon span,
.nav-icon span:before,
.nav-icon span:after {
cursor: pointer;
height: 2px;
width: 30px;
background: white;
position: absolute;
display: block;
content: '';
background-color: #333;
}
.nav-icon span,
.nav-icon span:before,
.nav-icon span:after,
.nav-icon .nav-overlay-toggle:hover span,
.nav-icon .nav-overlay-toggle:hover span:before,
.nav-icon .nav-overlay-toggle:hover span:after,
.nav-overlay-out .nav-overlay-toggle span,
.nav-overlay-out .nav-overlay-toggle span:before,
.nav-overlay-out .nav-overlay-toggle span:after  {
-webkit-transition: all .25s ease-in;
-moz-transition: all .25s ease-in;
-ms-transition: all .25s ease-in;
transition: all .25s ease-in;
}
.nav-overlay-out .nav-icon span {
background-color: transparent !important;
}
.nav-overlay-out .nav-icon span:before {
top:0;
}
.nav-overlay-out .nav-icon span:after {
bottom:0;
}
.nav-overlay-out .nav-icon span:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-overlay-out .nav-icon span:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}



/* layout blocks */

.layout-block {
padding:0 0 1em;
/*background-color: #eee;*/
}


/* gallery grid */

.gallery-grid {
padding-left: 0;
}
.gallery-grid-item {
margin-bottom: 1.5em;
}
.gallery-grid li {
display: inline-block;
max-width: 33%;
}
.gallery-grid a {
display: block;
}


/* magnific popup */

.theme-lightness-light .mfp-close,
.theme-lightness-light .mfp-arrow {
color:#333;
border:none;
background-color: transparent;
}
.theme-lightness-light .mfp-close:hover,
.theme-lightness-light .mfp-close:focus,
.theme-lightness-light .mfp-arrow:hover,
.theme-lightness-light .mfp-arrow:focus {
color:#666;
border:none;
background-color: transparent;
}

.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #e6e8e0;
opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 80px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-close,
.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow,
.mfp-arrow:hover,
.mfp-arrow:focus {
font-size:1.5em;
background-color: transparent;
}
.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background-color: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
position: fixed;
bottom:15px;
right:15px;
/*position: absolute;
top: 0;
right: 0;
left:100%;*/
color: #888;
font-size: 16px;
line-height: 18px;
white-space: nowrap;
}
button i {
pointer-events:none;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
/*  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}*/
.mfp-arrow i {
position: absolute;
z-index: -1;
}
.mfp-arrow-left {
left: 0;
/*background:url(/images/arrow_back.png) center center no-repeat;*/
}
.mfp-arrow-left:after {
/*border-right: 17px solid #FFF;*/
/*margin-left: 31px;*/
}
.mfp-arrow-left:before {
/*margin-left: 25px;*/
/*border-right: 27px solid #3F3F3F;*/
}

.mfp-arrow-right {
right: 0;
/*background:url(/images/arrow_next.png) center center no-repeat;*/
}
.mfp-arrow-right:after {
/*border-left: 17px solid #FFF;*/
/*margin-left: 39px;*/
}
.mfp-arrow-right:before {
/*border-left: 27px solid #3F3F3F;*/
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px  40px 60px ;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
/*.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}*/
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #111;

text-align: center;
word-wrap: break-word;
/*padding-right: 36px;*/

}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

/*@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}*/



.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}



/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


.theme-lightness-dark button.mfp-close,
.theme-lightness-dark button.mfp-close:hover,
.theme-lightness-dark button.mfp-close:focus,
.theme-lightness-dark button.mfp-arrow,
.theme-lightness-dark button.mfp-arrow:hover,
.theme-lightness-dark button.mfp-arrow:focus {
border:none;
background-color: transparent;
}



/* chocolat popup lightbox */

.chocolat-zoomable.chocolat-zoomed .chocolat-img{
cursor : zoom-out;
}
.chocolat-open{
overflow: hidden;
}
.chocolat-overlay{
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:10;
background-color:#222;
display:none;
opacity: 0.9;
}
.chocolat-wrapper{
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:1600;
color: #fff;
}
.chocolat-zoomable .chocolat-img{
cursor : zoom-in;
}
.chocolat-loader{
height:32px;
width:32px;
position:absolute;
left:50%;
top:50% ;
margin-left:-16px;
margin-top:-16px;
z-index:11;
background:url(images/bxslider/bx_loader.gif);
display:none;
}
.chocolat-content{
position:fixed;
width:0px;
height:0px;
left:50%;
top:50%;
z-index:14;
text-align: left;
}

.chocolat-content .chocolat-img{
position:absolute;
width:100%;
height:100%;
}
.chocolat-wrapper .chocolat-left{
position:absolute;
left:0;
width:50px;
height:100px;
top: 50%;
margin-top: -50px;
cursor:pointer;
/*background:url(../images/left.png) 50% 50% no-repeat;*/
z-index: 1700;
display: none;
text-align: center;
}
.chocolat-wrapper .chocolat-right{
position:absolute;
right:0;
width:50px;
height:100px;
top: 50%;
margin-top: -50px;
cursor:pointer;
/*background:url(../images/right.png)  50% 50% no-repeat;*/
z-index: 1700;
display: none;
text-align: center;
}

.chocolat-left::after,
.chocolat-right::after,
.chocolat-close::after {
display: inline-block;
font-family: 'Icons';
font-style: normal;
font-weight: normal;
/*color: red;*/
}
.chocolat-left::after {
content: '\e813';
}
.chocolat-right::after {
content: '\e814';
}
.chocolat-close::after {
display: inline-block;
content: '\e81f';
}



.chocolat-wrapper .chocolat-right.active{
display: block;
}
.chocolat-wrapper .chocolat-left.active{
display: block;
}
.chocolat-wrapper .chocolat-top{
position:absolute;
top:0px;
right: 0;
left: 0;
line-height:50px;
height:50px;
overflow: hidden;
z-index: 17;
margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
width:50px;
height:50px;
cursor:pointer;
position: absolute;
top: 0;
right: 0;
text-align: center;
/*background:url(../images/close.png) 50% 50% no-repeat;*/
}



.chocolat-wrapper .chocolat-bottom{
position:absolute;
bottom:0;
left: 0;
right: 0;
line-height:40px;
height:40px;
font-size:12px;
z-index: 17;
padding-left: 15px;
padding-right: 15px;
/*background: rgba(0, 0, 0, 0.2);*/
text-align: right;
margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title{
display: inline-block;
padding-right: 15px;
line-height: 1;
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination{
float: right;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
margin-right: 15px;
/*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen{
width: 16px;
height: 40px;
/*background: url(../images/fullscreen.png) 50% 50% no-repeat;*/
display: block;
margin:auto;
cursor: pointer;
float: right;
}
.chocolat-wrapper .chocolat-description{
display: inline-block;
float: left;
}

/* no container mode*/
body.chocolat-open>.chocolat-overlay{
z-index:15;
}
body.chocolat-open>.chocolat-loader{
z-index:15;
}
body.chocolat-open>.chocolat-content{
z-index:17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay{
position: absolute;
}
.chocolat-in-container{
position: relative;
}


/* owl carousel */

.owl-prev,
.owl-next {
position: absolute;
top:50%;
margin-top: -2em;
left:auto;
right:auto;
}
.owl-prev i,
.owl-next i,
.owl-prev:hover,
.owl-next:hover {
cursor:pointer;
}
.owl-prev {
left:-25px;
}
.owl-next {
right:-25px;
}
.owl-dots {
padding-top: 1em;
}


.owl-dots .owl-dot {
border-radius: 50%;
height:12px;
width:12px;
display: inline-block;
margin:0 5px;
}


.theme-align-center .owl-dots {
text-align: center;
}
.theme-lightness-light .owl-dot {
background-color: rgba(0,0,0,.4);
}
.theme-lightness-light .owl-dot.active {
background-color: rgba(0,0,0,.8);
}
.theme-lightness-dark .owl-dot {
background-color: rgba(255,255,255,.4);
}
.theme-lightness-dark .owl-dot.active {
background-color:rgba(255,255,255,.9);
}


/* 
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}

100% {
opacity: 0;
}
}

/* 
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
-webkit-transition: height 250ms ease-in-out;
-moz-transition: height 250ms ease-in-out;
-ms-transition: height 250ms ease-in-out;
-o-transition: height 250ms ease-in-out;
transition: height 250ms ease-in-out;
}

/* 
*  Core Owl Carousel CSS File
*/
.owl-carousel {
/*display: none;*/
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
/*display: block;*/
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}

/* No Js */
.no-js .owl-carousel {
display: block;
}

/* 
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
}

/* 
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}



/* bxslider */


.bx-wrapper,
.bx-viewport,
.bx-slider,
.bx-slider li,
.bx-wrapper .responsive-image.full-height {
/*min-height: 75vh;*/
}

.bx-slider {
vertical-align: top;
padding: 0;
}
.bx-slider li:first-child {
display: block;
}
.bx-slider li {
display: none;
text-align: center;
top: 0;
}
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
}
.bx-wrapper img {
max-width: 100%;
display: inline-block;
vertical-align: top;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -40px;
width: 100%;
}
.bx-wrapper .bx-loading {
min-height: 50px;
background: url(images/bxslider/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
}
.bx-wrapper .bx-prev {
left: 10px;
text-decoration: none;
}
.bx-wrapper .bx-next {
right: 10px;
text-decoration: none;
}
/*.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}*/
/*.bx-controls-direction {
display: none;
}
.bx-wrapper:hover .bx-controls-direction {
display: block;
}*/
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 40px;
height: 32px;
font-size:2em;
color:#fff;
z-index: 999;
}

.button-next,
.button-previous {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 40px;
height: 32px;
font-size:2em;
color:#fff;
z-index: 999;
}
.button-next {
right: 10px;
text-decoration: none;
}
.button-previous {
left: 10px;
text-decoration: none;
}
.hero-gallery-top .button-next,
.hero-gallery-top .button-previous {
color:#fff !important;
}


.bx-wrapper .bx-controls-direction .disabled {
display: none;
}
.bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(images/bxslider/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(images/bxslider/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}


/* tipr */

.tipr_content_light {
font-size: 12px;
color: #333;
background-color: #fff;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tipr_content_dark {
font-size: 12px;
color: #fff;
background-color: #333;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tipr_container_bottom {
display: none;
position: absolute;
margin-top: 13px;
z-index: 1000;
}
.tipr_container_top {
display: none;
position: absolute;
margin-top: -75px;
z-index: 1000;
}
.tipr_point_top_light, .tipr_point_bottom_light {
position: relative;
background: #fff;
border: 1px solid #dcdcdc;
}
.tipr_point_top_dark, .tipr_point_bottom_dark {
position: relative;
background: #333;
border: 1px solid #333;
border-radius: 1px;
}
.tipr_point_top_light:after,
.tipr_point_top_light:before,
.tipr_point_top_dark:after,
.tipr_point_top_dark:before {
position: absolute;
pointer-events: none;
border: solid transparent;
top: 100%;
content: "";
height: 0;
width: 0;
}
.tipr_point_top_light:after {
border-top-color: #fff;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_top_dark:after {
border-top-color: #333;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_top_light:before {
border-top-color: #dcdcdc;
border-width: 9px;
left: 50%;
margin-left: -9px;
}
.tipr_point_top_dark:before {
border-top-color: #333;
border-width: 9px;
left: 50%;
margin-left: -9px;
}
.tipr_point_bottom_light:after,
.tipr_point_bottom_light:before,
.tipr_point_bottom_dark:after,
.tipr_point_bottom_dark:before {
position: absolute;
pointer-events: none;
border: solid transparent;
bottom: 100%;
content: "";
height: 0;
width: 0;
}
.tipr_point_bottom_light:after {
border-bottom-color: #fff;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_bottom_dark:after {
border-bottom-color: #333;
border-width: 8px;
left: 50%;
margin-left: -8px;
}
.tipr_point_bottom_light:before {
border-bottom-color: #dcdcdc;
border-width: 9px;
left: 50%;
margin-left: -9px;
}
.tipr_point_bottom_dark:before {
border-bottom-color: #333;
border-width: 9px;
left: 50%;
margin-left: -9px;
}


/* =vs3 */

body .vs-container {
padding-top: 2em;
padding-bottom: 2em;
}
body h1.vs-register-page-title {
margin-top: 0;
}
button .icon-cart {
display: none;
}
body.vs-page-checkout {
overflow-y:hidden !important;
background-color:#fff;
color:#707070;
}
body.vs-page-checkout p {
color:#707070;
}

.vs-page-checkout #header,
.vs-page-checkout #footer {
display: none;
}
body .vs-product-list-image img {
max-height: 300px;
width:auto;
}
body .vs-product-list-title {
min-height: 3em;
}
.vs-container.vs-product-list,
.vs-container.vs-product-detail {
background-color: transparent;
color:inherit;
}

body.page-id-1471 .vs-product-list-title {/* shipping addons */
min-height: 0;	
}
body.page-id-1471 .vs-product-list-image {
display: none;
}

.product-list-menu {
margin-top: -1em;
margin-bottom: 1.5em;
}
body .vs-purchase-row > span {
font-size: 1em;
}



/* =media queries */

/* mobile */

@media only screen and (max-width: 480px){

body,
#container {
border:none;
padding:0;
}
.mobile {
display: block;
}
.tablet,
.desktop {
display: none;
}
.mobile.tablet {
display: block;
}
/*body {
font-size:1em;
}*/
.header,
.main,
.footer {
max-width: none;
width: auto;
}
.header {
padding-top:3em;
}
.logo-header {
margin: 1em 0 0;
text-align: center;
}
.logo-header a {
margin: 0 auto;
}
.menu a:hover,
.menu a:focus,
.sub-menu a:hover,
.sub-menu a:focus {
}
.menu .sub-menu {
display: block;
margin: 1px 0 0;
}
.half {
width: auto;
float: none;
margin-left: 0;
margin-right: 0;
}
/*.credits {
display: block;
cursor: pointer;
position: relative;
float: none;
text-align: center;
margin-top: 2em;
}*/
.footer-text > span {
display: block;
text-align: center;
}
.divider {
font-size: 0;
color:#000;
color: rgba(0,0,0,0);
}
label {
font-size:1em;
}

.menu {
font-size:1em;
text-align: center;
position: relative;
top: 0;
left: 0;
margin-left: 0;
padding: 1em 20px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
.menu li {
text-align: center;
font-size:1em;
float: none;
display: block;
list-style: none;
}
/*.menu li {
text-align: center;
font-size:1em;
float: none;
display: block;
}*/
.very-narrow,
.narrow,
.medium,
.medium-wide,
.wide,
.extra-wide,
.full {
padding-left:30px;
padding-right:30px;
}
.hero-gallery-top .main,
.homepage-gallery-fullbleed .main {
padding:2em 60px 2em;
position: relative;
z-index: 1;
width:100%;
height:100%;
height:100vh;
}
.homepage-content-overlay {
position: absolute;
bottom:0;
left:0;
width:100%;
padding:2em 60px 2em;
color:#fff !important;
}


.nav-overlay .menu-footer-menu-container li {
display: block;
}


}


/* landscape mobile */

@media only screen and (max-width: 480px) and (orientation: landscape){

}



/* mobile and tablet */

@media only screen and (max-width: 768px){

/*.nav-header {
position: fixed;
top:0;
left:0;
z-index: 1000;
width:100%;
}*/


.menu .sub-menu {
display: block;
margin-bottom: 0;
}
.nav-header {
display: none;
}
.no-js .nav-header {
display: block;
}
.no-js .nav-overlay-toggle {
display: none;
}

/*.footer .social-links.menu {
text-align: center;
}*/
.social-links.menu li {
display: inline-block;
}
.menu a {
display: block;
}

}


/* landscape mobile and tablet */

@media only screen and (max-width: 768px) and (orientation: landscape){

}


/* tablet */

@media only screen and (min-width:481px) and (max-width:768px ){

.mobile {
display: none;
}
.tablet,
.tablet.mobile {
display: block;
}
.desktop {
display: none;
}
/*div {
width: auto;
}*/
.header,
.footer {
max-width: none;
width: auto;
}
.main {
/*padding:0 3em;*/
}

.social-links.menu {
text-align: center;
}
.nav-footer.menu {
padding: 0;
}
.nav-footer.menu li {
display: inline-block;
}

.very-narrow,
.narrow,
.medium,
.medium-wide,
.wide,
.extra-wide,
.full {
padding-left:40px;
padding-right:40px;
}
.gallery-grid-photo,
.team-photo {
height:50vh;
overflow: hidden;
}

}


/* tablet and desktop */

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

.hero-gallery-top .main,
.homepage-gallery-fullbleed .main {
padding:0;
position: relative;
z-index: 1;
width:100%;
height:100%;
height:100vh;
}
.hero-gallery-top.homepage-gallery-fullbleed .main {
/*margin-bottom: 3em;*/
}
.hero-gallery-top .main {
/*margin-bottom: 3em;*/
}
.homepage-content-overlay {
position: absolute;
bottom:0;
left:0;
width:100%;
padding:2em 60px 2em;
color:#fff !important;
}

dl {
display:table;
width:100%;
}
dt,
dd {
display:table-cell;
}
dt {
width: 25%;
}
dd {
width: 75%;
}
}


/* all desktop */

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

.desktop {
display: block;
}
.mobile,
.tablet {
display: none;
}
.header,
.footer {
max-width: none;
width: auto;
float: none;
}
/*.nav-overlay-toggle {
display: none;
cursor: pointer;
}*/
.menu-wrapper {
/*padding:2px;*/
display: block;
}
.header .menu li:hover > .sub-menu {
display: block;
}
.menu > li > .sub-menu {
display: none;
position: absolute;
top: 2.5em;
left: 0;
border-radius: 2px;
z-index: 1000;
width: 220px;
text-align: left;
padding-left:0 !important;
}


/*.sub-menu a:hover,
.sub-menu a:focus {
background-color: #f5f5f5;
background-color: rgba(0,0,0,.05);
}*/
/*h2:first-child, 
h3:first-child, 
h4:first-child, 
p:first-child {
margin-top: 0;
}*/
.bx-controls-direction a {
opacity:0;
-webkit-transition: opacity .25s ease-out;
-moz-transition: opacity .25s ease-out;
-ms-transition: opacity .25s ease-out;
transition: opacity .25s ease-out;
}
div.bx-wrapper:hover .bx-controls-direction a {
opacity:1;
-webkit-transition: opacity .25s ease-out;
-moz-transition: opacity .25s ease-out;
-ms-transition: opacity .25s ease-out;
transition: opacity .25s ease-out;
}
/*.post-thumbnail {
float:right;
margin: 0 0 1em 2em;
}*/
/*.post-thumbnail {
float:left;
margin: 0 2em 1em 0;
}*/
.very-narrow,
.narrow,
.medium,
.medium-wide,
.wide,
.extra-wide,
.full {
padding-left:60px;
padding-right:60px;
}

.page-template-about-template .header {
position: absolute;
top:0;
left:0;
width:100%;
z-index: 10;
background-color: transparent;
}
.page-template-about-template .hero-gallery {
height: calc( 100vh - 130px);
}

}


/* small desktop */

@media only screen and (min-width: 769px) and (max-width: 999px){

/*#container {
padding: 0 30px;
}*/
}


/* full desktop */

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

}


/* large desktop */

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

body, div, section, article, aside,
header, footer, p, li, address {
font-size:22px;
}
.very-narrow {
max-width:540px;
}
.narrow {
max-width: 760px;
}
.medium {
max-width: 960px;
}
.medium-wide {
max-width: 1140px;
}

}



/* =print */

@media only print {

body {
border: none;
padding: 0;
background-color: #fff;
color: #000;
}
#footer,
#vs-accountlinks,
.nav-header {
display: none;
}
.logo-header a {
font-size: 24px;
}
}



/* =grid */

/* https://github.com/kristoferjoseph/flexboxgrid */

.container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}

.row {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.75rem;
margin-left: -0.75rem;
}
.row.centered {
justify-content: center;
}
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.col.reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.col-xs {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xs-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xs-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xs-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xs-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xs-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xs-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xs-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xs-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xs-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xs-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xs-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xs-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-0 {
margin-left: 0;
}
.col-xs-offset-1 {
margin-left: 8.333%;
}
.col-xs-offset-2 {
margin-left: 16.666%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333%;
}
.col-xs-offset-5 {
margin-left: 41.667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333%;
}
.col-xs-offset-8 {
margin-left: 66.667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333%;
}
.col-xs-offset-11 {
margin-left: 91.667%;
}

.start-xs {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-xs {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-xs {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-xs {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-xs {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-xs {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}

.row.no-gutters {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.no-gutters > div {
padding-left: 0 !important;
padding-right: 0 !important;
}

@media only screen and (min-width: 481px){
/*.container {
width: 49rem;
}*/

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.col-sm {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-sm-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-sm-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-sm-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-sm-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-sm-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-sm-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-sm-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-sm-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-sm-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-0 {
margin-left: 0;
}
.col-sm-offset-1 {
margin-left: 8.333%;
}
.col-sm-offset-2 {
margin-left: 16.666%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333%;
}
.col-sm-offset-5 {
margin-left: 41.667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333%;
}
.col-sm-offset-8 {
margin-left: 66.667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333%;
}
.col-sm-offset-11 {
margin-left: 91.667%;
}

.start-sm {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-sm {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-sm {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-sm {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-sm {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-sm {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 769px){
/*.container {
width: 65rem;
}*/

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.col-md {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-md-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-md-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-md-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-md-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-md-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-md-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-md-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-md-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-md-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333%;
}
.col-md-offset-2 {
margin-left: 16.666%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333%;
}
.col-md-offset-5 {
margin-left: 41.667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333%;
}
.col-md-offset-8 {
margin-left: 66.667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333%;
}
.col-md-offset-11 {
margin-left: 91.667%;
}

.start-md {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-md {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-md {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-md {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-md {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-md {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 999px){
/*.container {
width: 76rem;
}*/

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.col-lg {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-lg-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-lg-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-lg-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-lg-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-lg-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-lg-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-lg-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-lg-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-lg-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333%;
}
.col-lg-offset-2 {
margin-left: 16.666%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333%;
}
.col-lg-offset-5 {
margin-left: 41.667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333%;
}
.col-lg-offset-8 {
margin-left: 66.667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333%;
}
.col-lg-offset-11 {
margin-left: 91.667%;
}

.start-lg {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-lg {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-lg {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-lg {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-lg {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-lg {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}


@media only screen and (min-width: 1200px){/*1400px*/
/*.container {
width: 90rem;
}*/

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.col-xl {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xl-1 {
-webkit-flex-basis: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xl-2 {
-webkit-flex-basis: 16.666%;
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xl-3 {
-webkit-flex-basis: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-flex-basis: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xl-5 {
-webkit-flex-basis: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xl-6 {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-flex-basis: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xl-8 {
-webkit-flex-basis: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xl-9 {
-webkit-flex-basis: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-flex-basis: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xl-11 {
-webkit-flex-basis: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xl-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xl-offset-0 {
margin-left: 0;
}
.col-xl-offset-1 {
margin-left: 8.333%;
}
.col-xl-offset-2 {
margin-left: 16.666%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.333%;
}
.col-xl-offset-5 {
margin-left: 41.667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.333%;
}
.col-xl-offset-8 {
margin-left: 66.667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.333%;
}
.col-xl-offset-11 {
margin-left: 91.667%;
}

.start-xl {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xl {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end-xl {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xl {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.middle-xl {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bottom-xl {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.around-xl {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xl {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.first-xl {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-xl {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}





/* =theme alignment */

/* center */

.theme-align-center {}

.theme-align-center .centered,
.theme-align-center .if-theme-align-center,
.theme-align-center h1,
.theme-align-center h2,
.theme-align-center h3,
.theme-align-center h4,
.theme-align-center ul.menu,
.theme-align-center .more-link,
.theme-align-center .logo-header,
.theme-align-center .logo-footer,
.theme-align-center .description-footer,
.theme-align-center .logo-header a,
.theme-align-center .logo-footer a,
.theme-align-center #vs2-account-nav,
.theme-align-center #vsOrderFormLeft,
.theme-align-center .vsFormAddFooter,
.theme-align-center #vs2-cart-emptyCart-message {
text-align: center;
}
.theme-align-center .top-link {
margin-left:-20px;
left:50%;
}
.theme-align-center .row {
justify-content: center;
}
.theme-align-center hr.small,
.theme-align-center hr.medium {
margin-left:auto;
margin-right:auto;
}



/* left */

.theme-align-left {}
.theme-align-left .if-theme-align-left,
.theme-align-left h1,
.theme-align-left h2,
.theme-align-left h3,
.theme-align-left h4,
.theme-align-left .menu {
text-align: left;
}
.theme-align-left .logo-header {
float: left;
padding-bottom: 0;
margin-top: 1em;
margin-bottom: 0;
}
.theme-align-left .copyright {
float:right;
margin-right:10px;
}
.theme-align-left .top-link {
left:60px;
text-align: left;
}

@media only screen and (max-width: 480px){/* mobile */
.theme-align-left .header,
.theme-align-left .footer {
padding-left:30px;
}
.theme-align-left .nav-footer ul,
.theme-align-left .social-links.menu {
padding-left:0;
padding-right: 0;
}
.theme-align-left .nav-footer li,
.theme-align-left .social-links.menu li {
text-align: left;
padding-left: 0;
}
}

@media only screen and (max-width: 768px){/* tablet */
.theme-align-left #logo,
.theme-align-left nav {
clear: both;
float: none;
}
.theme-align-left .header,
.theme-align-left .footer {
padding-left:40px;
}
.theme-align-left .footer .menu li {
text-align: left;
padding-left: 0;
}
}

@media only screen and (min-width: 768px){/* desktop */

.theme-align-left .header,
.theme-align-left .footer {
padding-left:60px;
}
.theme-align-left .menu > li:first-child > a {
padding-left: 0;
}
.theme-align-left .nav-header {
float: right;
padding-top: 1.5em;
} 
.theme-align-left .nav-footer {
}
}



/* =theme lightness */

/* light */

body.theme-lightness-light {
color: #111;
}
.theme-lightness-light a.block {
color: #111;
}
.theme-lightness-light hr,
.theme-lightness-light .bordered,
.theme-lightness-light .border-top,
.theme-lightness-light .border-bottom,
.theme-lightness-light .trade-section {
border-color: #eee;
border-color: rgba(0,0,0,.1);
}
.theme-lightness-light .image-border {
border-color: #fff;
border-color: rgba(255,255,255,1);
}
.theme-lightness-light .nav-header .menu > li > .sub-menu {
border: 1px solid rgba(0,0,0,.2);
}
.theme-lightness-light .menu a:hover,
.theme-lightness-light .menu a:focus {
}
.theme-lightness-light .sub-menu a:hover,
.theme-lightness-light .sub-menu a:focus,
.theme-lightness-light .menu .sub-menu .current-menu-item > a,
.theme-lightness-light .menu .sub-menu .current-page-ancestor > a,
.theme-lightness-light .menu .sub-menu .current_page_parent > a {
/*border: 1px solid transparent;*/
}
.theme-lightness-light .menu .sub-menu .current-menu-item > a,
.theme-lightness-light .menu .sub-menu .current-page-ancestor > a,
.theme-lightness-light .menu .sub-menu .current_page_parent > a {
}
.theme-lightness-light .menu .current-menu-item > a,
.theme-lightness-light .menu .current-page-ancestor > a,
.theme-lightness-light .menu .current_page_parent > a {
color: #111;
color: rgba(0,0,0,.9);
}
.theme-lightness-light .current-menu-item > a:hover,
.theme-lightness-light .current-menu-item > a:focus,
.theme-lightness-light .current-page-ancestor > a:hover,
.theme-lightness-light .current-page-ancestor > a:focus,
.theme-lightness-light .current_page_parent > a:hover,
.theme-lightness-light .current_page_parent > a:focus {
color: #111;
color: rgba(0,0,0,.9);
}
.theme-lightness-light #nav-below {
}
.theme-lightness-light .footer {
/*border-top: 1px solid #ccc;
border-top: 1px solid rgba(0,0,0,.2);*/
}
.theme-lightness-light .divider {
color: #ccc;
color: rgba(0,0,0,.2);
}
.theme-lightness-light fieldset {
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.2);
}
.theme-lightness-light .bx-wrapper .bx-pager.bx-default-pager a {
background-color: #666;
background-color:rgba(0,0,0,.4);
}
.theme-lightness-light .bx-wrapper .bx-pager.bx-default-pager a:hover,
.theme-lightness-light .bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #000;
background-color:rgba(0,0,0,.8);
}

.theme-lightness-light .nav-icon span,
.theme-lightness-light .nav-icon span:before,
.theme-lightness-light .nav-icon span:after {
background-color: #aaa;
}
.theme-lightness-light .nav-overlay-toggle:hover .nav-icon span,
.theme-lightness-light .nav-overlay-toggle:hover .nav-icon span:before,
.theme-lightness-light .nav-overlay-toggle:hover .nav-icon span:after {
background-color: #111;
}
.theme-lightness-light .placeholder {
background-color: rgba(0,0,0,.2);
}
.theme-lightness-light blockquote,
.theme-lightness-light .callout {
border-color:#ccc;
background-color:#fff;
}



/* dark */

body.theme-lightness-dark {
color: #eee;
height: 100vh;/*calc(100vh - 40px);*/
padding: 15px;
}
body.theme-lightness-dark::after {
display: block;
content:" ";
border:15px solid #333;
/*height:100vh;
width:100vw;*/
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
pointer-events: none;
}

body.theme-lightness-dark #container {
/*border:15px solid #333;*/
background-color: #111;
/*margin:20px;*/
}
.theme-lightness-dark a.block {
color: #eee;
}
.theme-lightness-dark hr,
.theme-lightness-dark .bordered,
.theme-lightness-dark .border-top,
.theme-lightness-dark .border-bottom,
.theme-lightness-dark .trade-section {
border-color: #666;
border-color: rgba(255,255,255,.2);
}
.theme-lightness-dark .image-border {
border-color: #000;
border-color: rgba(0,0,0,1);
}
.theme-lightness-dark .menu a:hover,
.theme-lightness-dark .menu a:focus {
}
.theme-lightness-dark .nav-header .menu > li > .sub-menu {
border: 1px solid rgba(255,255,255,.2);
}
.theme-lightness-dark .sub-menu a:hover,
.theme-lightness-dark .sub-menu a:focus,
.theme-lightness-dark .menu .sub-menu .current-menu-item > a,
.theme-lightness-dark .menu .sub-menu .current-page-ancestor > a,
.theme-lightness-dark .menu .sub-menu .current_page_parent > a {
/*border: 1px solid transparent;*/
}
.theme-lightness-dark .menu .sub-menu .current-menu-item > a,
.theme-lightness-dark .menu .sub-menu .current-page-ancestor > a,
.theme-lightness-dark .menu .sub-menu .current_page_parent > a {
}
.theme-lightness-dark .menu .current-menu-item > a,
.theme-lightness-dark .menu .current-page-ancestor > a,
.theme-lightness-dark .menu .current_page_parent > a {
/*color: #eee;
color: rgba(255,255,255,.9);*/
}
.theme-lightness-dark .current-menu-item > a:hover,
.theme-lightness-dark .current-menu-item > a:focus,
.theme-lightness-dark .current-page-ancestor > a:hover,
.theme-lightness-dark .current-page-ancestor > a:focus,
.theme-lightness-dark .current_page_parent > a:hover,
.theme-lightness-dark .current_page_parent > a:focus {
/*color: #fff;
color: rgba(255,255,255,.9);*/
}
.theme-lightness-dark .footer {
border-top:1px solid #333;
}
.theme-lightness-dark .divider {
color: #666;
color: rgba(255,255,255,.2);
}
.theme-lightness-dark fieldset {
border: 1px solid #ddd;
border: 1px solid rgba(255,255,255,.2);
}
.theme-lightness-dark .bx-wrapper .bx-pager.bx-default-pager a {
background-color: #aaa;
background-color:rgba(255,255,255,.4);
}
.theme-lightness-dark .bx-wrapper .bx-pager.bx-default-pager a:hover,
.theme-lightness-dark .bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #fff;
background-color:rgba(255,255,255,.8);
}

.theme-lightness-dark .nav-icon span,
.theme-lightness-dark .nav-icon span:before,
.theme-lightness-dark .nav-icon span:after {
background-color: #ddd;
}
.theme-lightness-dark .nav-overlay-toggle:hover .nav-icon span,
.theme-lightness-dark .nav-overlay-toggle:hover .nav-icon span:before,
.theme-lightness-dark .nav-overlay-toggle:hover .nav-icon span:after {
background-color: #fff;
}
.theme-lightness-dark .placeholder {
background-color: rgba(255,255,255,.7);
}
.theme-lightness-dark blockquote,
.theme-lightness-dark .callout {
border-color:rgba(255,255,255,.4);
background-color:#000;
}

