/*
Theme Name: Seaver Vineyards
Theme URI: http://seavervineyards.com/
Author: Vin
Author URI: http://vinagency.com/
Description:


contents:
			normalize
			typography
			links
			transitions
			layout
			header
			footer
			util
			color
			posts
			pages
			forms
			components
			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 {
-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;
}
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: #333;
color: #fff;
}
::selection {
background: #333;
color: #fff;
}



/* =typography */

@import url("//hello.myfonts.net/count/322e35");

@font-face {font-family: 'ProximaNova-Regular';src: url('fonts/322E35_3_0.eot');src: url('fonts/322E35_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/322E35_3_0.woff2') format('woff2'),url('fonts/322E35_3_0.woff') format('woff'),url('fonts/322E35_3_0.ttf') format('truetype');}
 
  
 

body {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
font-weight:300;
font-size: 17px;
line-height: 1.5em;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
color:#7b666a;
font-weight:normal;
}
h1, h2, h3 {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
/*font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;*/
font-weight: normal;
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
/*color:#7b666a;*/
color:#6a0c0d;
}
h1 {
font-size: 2.25em;
line-height: 1em;
margin-top: 1.5em;
margin-bottom: .75em;
color:#6a0c0d;
text-transform: uppercase;
/*letter-spacing: 1px;*/
}
h2 {
font-size: 1.5em;
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: .75em;
text-transform: uppercase;
letter-spacing: 1px;
}
h4 {
font-size:1em;
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 1.125em;
margin-bottom: .5em;
text-transform: uppercase;
}
h5 {
font-size:1em;
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: capitalize;
line-height: 1.125em;
margin-bottom: .5em;
}
div, section, article, aside,
header, footer, p, li, address,
input, select, textarea {
/*font-weight: 300;*/
/*font-size:18px;*/
}
p, address {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1em;
}
p:empty {
display: none;
}
address {
font-style: normal;
}
label {
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
color:#333;
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;*/
font-weight: normal;
text-transform: uppercase;
}
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:60px;
border-top-width:3px;
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;
/*margin-right: 0.2em;*/
text-align: center;
line-height: 1em;
/*margin-left: 0.2em;*/
}
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,
input[type=submit] {
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-size: 16px;
letter-spacing: .5px;
display: inline-block;
padding: .75em 18px;
margin-bottom: 1em;
border-radius: 1px;
border:none !important;
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 {
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,
.menu a, .menu a:link, .menu a:visited, .menu a:hover, .menu a:focus,
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: 640px;
margin-left: auto;
margin-right: auto;
}
.medium {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.wide {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.wide .narrow,
.wide .medium {
padding-left: 0;
padding-right: 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: 15px 20px 15px;
background-color:#6a0c0d;
}
.logo-header {
max-width: 100%;
}
.logo-header {
float: left;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
.home .logo-header {
position: absolute;
top:80px;
left:0;
right:0;
/*left:50%;
transform: translateX(-50%);*/
float:none;
margin-top: 0;
margin-bottom: 1em;
padding:0 20px;
}
.home .logo-header img {
display: block;
width:450px;
max-width:100%;
height:auto;
}
.home .nav-header {
padding-right: 0;
}
.home .header .menu {
text-align: center;
}
.home .header .menu a,
.home .header .menu a:link,
.home .header .menu a:visited,
.footer .menu a,
.footer .menu a:link,
.footer .menu a:visited {
color:#7b666a;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.home .header .menu a:hover,
.home .header .menu a:focus,
.footer .menu a:hover,
.footer .menu a:focus {
color:#dfba4e;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
transition: all .25s ease-out;
}

.header .menu {
text-align:right;
}
.logo-header a {
display: inline-block;
text-decoration: none;
max-width: 100%;
/*font-family: '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;
}
/*.nav-header {
padding-right: 80px;
}*/

/*.home .header .menu a {
color:#fff !important;
}
*/
.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: .5em 10px;
letter-spacing: .5px;
border:none;
border-radius: 2px;
outline: none;
text-transform: uppercase;
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-size:16px;
/*font-weight: 700;*/
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: 3em;
padding: 2em 20px 1em;
font-size: 1em;
border-top: 1px solid #ddb94d;
/*border-top:1px solid #7b666a;*/
}
.footer p {
text-transform: uppercase;
}
.footer a {
text-decoration: none;
}
.logo-footer {
margin: 0 0 1em;
font-family: 'Times New Roman', Times, serif;
font-size:2em;
line-height: 1em;
}
.logo-footer a {
display: inline-block;
}
.description-footer {
margin-top: 1em;
margin-bottom: .5em;
}
.nav-footer .menu li {
/*font-size: 14px;*/
}
.social-links a,
.social-links i {
cursor:pointer;
}
.footer .social-links.menu {
padding-bottom: 2rem;
/*opacity: .5;*/
}
.social-links.menu li {
font-size:1rem;
}
.social-links.menu a,
.social-links.menu a:link,
.social-links.menu a:visited {
padding: 0.5em 10px;
cursor:pointer;
color:#7b666a;
}
.copyright {
margin: 0;
/*opacity:.6;*/
}
.copyright,
.credits {
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-size:14px;
/*opacity: .5;*/
}
.credits {
float: right;
position: relative;
z-index: 10000;
display: inline-block;
cursor: help;
margin: 0;
}
.credits-label {
opacity: .5;
}
.credits-info {
display: block;
display: none;
position: absolute;
bottom: -10px;
right: -15px;
width: 260px;
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:0;
left: 0;
cursor:pointer;
}
.top-link:link,
.top-link:visited {
color:#444;
}
.top-link:hover,
.top-link i {
cursor:pointer;
color:#cdc1b4;
}
.footer .menu-main-menu-container {
display: none;
}



/* =color */

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



/* =posts */

.post {
margin-bottom: 2em;
}
/*.post h2.entry-title,
.post .post-date {
text-align: left;
margin-top: 0;
}*/
.post-index .post-index-item {
margin-bottom: 3em;
}
.news-item,
.post-index-item,
.posts-grid-item {
text-align: center;
}
#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-bottom: 1em;
/*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 */

.team-item {
margin-bottom: 3em;
}
.team-item a {
text-decoration: none;
}
.person-thumbnail {
min-height: 360px;
}
/*.person-thumbnail .responsive-image {
min-height: 360px;
}*/
.person-single-photo {
margin-bottom: 1em;
}
.person-name {
margin-bottom: .25em;
}

.gallery-index-item {
margin-bottom: 1.5em;
}
.gallery-index-item a {
/*background-color:rgba(255,255,255,.5);*/
background-color:rgba(255,255,255,.8);
background-color: #fff;
}
.gallery-index-item a:hover,
.gallery-index-item a:focus,
.gallery-index-item a:focus-visible {
background-color:#ddb94d;
}
.gallery-index-item a.block:hover h2,
.gallery-index-item a.block:focus h2,
.gallery-index-item a.block:focus-visible h2 {
color:#fff !important;
}
.gallery-index-item img {
width:100%;
height:auto;
}
.gallery-index-item div {
position: relative;
min-height: 3em;
}
.gallery-index-item .post-thumbnail {
margin-bottom: 0;
}
.gallery-index-item h2 {
position: absolute;
top:50%;
left:0;
right:0;
transform: translateY(-50%);
margin: 0;
padding: 0;
color:#6a0c0d !important;
}


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

.hero-gallery-top .header {
position: absolute;
top:0;
left:0;
z-index:1000;
width:100%;
background-color:transparent;
}
.hero-gallery-top .footer {
margin-top: 0;
}
.hero-gallery-top .main {
}
.page-template-homepage-splash-landing-template {
height:100%;
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: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-size: 14px;
}
input,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=date],
select,
textarea,
select.MuiInputBase-input {
padding: 0.5em 7px;
background-color:#fff;
color: #666;
color: rgba(0,0,0,.8);
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.4);
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%;
}
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,
select.MuiInputBase-input:focus,
textarea:focus {
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:1px;
}
legend {
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
/*font-weight: 700;*/
margin-left: -5px;
}
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 #f7e700;
background-color:#f7e700;
}
.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 */

.red {
color:#6a0c0d;
}
.news-item {
margin:3em 0
}
.callout {
padding:2em 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 {
margin:0;
padding:0;
}
.no-space-top {
margin-top: 0;
padding-top: 0;
}
.small-space-top {
padding-top: .5em;
margin-top: 0;
}
.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 */

/* cookie consent */

body .cli-tab-footer .wt-cli-privacy-accept-btn,
body .cli-tab-footer .wt-cli-privacy-accept-btn:link,
body .cli-tab-footer .wt-cli-privacy-accept-btn:visited {
color:#111;
background-color:#dfba4e;
}

body .cli-tab-footer .wt-cli-privacy-accept-btn:hover,
body .cli-tab-footer .wt-cli-privacy-accept-btn:focus {
color:#fff;
background-color:#6a0c0d;
}
body .cli-switch .cli-slider:after {
top:9px;
}


/* vs3 */

body .vs-utility-nav .vs-utility-nav-cart {
display: none;
}
body.vs-member .vs-utility-nav .vs-utility-nav-cart {
display: block;
}
body .vs-checkout .MuiBox-root {
box-shadow: inherit;
}
body .vs-checkout .vs-checkout,
body .vs-checkout .MuiPaper-root {
background-color:#f1e9d4;
}
body .vs-checkout button:hover span {
color:#fff;
}
body .vs-checkout textarea {
background-color: #fff;
}
body .MuiBox-root.jss18 {
border:1px solid rgba(0,0,0,.2);
}

body .vs-checkout .vs-checkout .MuiBox-root:nth-child(2) > div > div > div:nth-child(2) > .MuiBox-root {
border:1px solid rgba(0,0,0,.2);
}

body .MuiFormLabel-root {
color:#111;
}
body .vs-utility-nav-styling {
position: fixed;
}




/* =animation */

.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: 1s ease;
-moz-animation: 1s ease;
-ms-animation: 1s ease;
-o-animation: 1s ease;
animation: 1s ease;
}
.animated.hinge {
-webkit-animation: 1s ease;
-moz-animation: 1s ease;
-ms-animation: 1s ease;
-o-animation: 1s ease;
animation: 1s ease;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(-20px);}
100% {opacity: 1;-webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInDown {
0% {opacity: 0;-moz-transform: translateY(-20px);}
100% {opacity: 1;-moz-transform: translateY(0);}
}
/*@-ms-keyframes fadeInDown {
0% {opacity: 0;-ms-transform: translateY(-20px);}
100% {opacity: 1;-ms-transform: translateY(0);}
}*/
@-o-keyframes fadeInDown {
0% {opacity: 0;-ms-transform: translateY(-20px);}
100% {opacity: 1;-ms-transform: translateY(0);}
}
@keyframes fadeInDown {
0% {opacity: 0;transform: translateY(-20px);}
100% {opacity: 1;transform: translateY(0);}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-ms-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
0% { opacity: 0; -webkit-transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInUp {
0% { opacity: 0; -moz-transform: translateY(20px); }
100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInUp {
0% { opacity: 0; -o-transform: translateY(20px); }
100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInUp {
0% { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0); }
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}



/* loading */

.loading {
display: block;
content: ' ';
width:48px;
height:48px;
background: url(images/loading_anim.gif) 50% 50% no-repeat;
position: absolute;
z-index: -1000000;
top:50%;
left:50%;
margin:-60px 0 0 -50px;
}


/* vintages */

.vintages-nav {
/*padding:10px 0;*/
margin-top: 1.5em;
margin-bottom: 1.5em;
text-align: center;
}
.vintages-nav .menu {
display: inline-block;
background-color: rgba(255,255,255,.5);
}
.vintages-nav .menu a {
padding:1em 10px;
}
.vintages-nav .menu a:hover,
.vintages-nav .menu a:visited:hover,
.vintages-nav .menu a:active,
.vintages-nav .menu a.active {
background-color: #fff;
color:#dfba4e;
}
.vintages-section:first-child {
display: block;
}
.vintages-section {
display: none;
}


/* responsive images */

.responsive-image {
position: relative;
z-index:0;
opacity:0;
height: 100%;
min-height: 480px;
}
.person-single-photo .responsive-image {
min-height: 540px;
}
.person-thumbnail .responsive-image {
min-height: 360px;
}
.photo-topper .responsive-image {
height: 100%;
min-height: 100%;
max-height: 100%;
}
.responsive-image.desktop {
width: 100%;
vertical-align: middle;
}
/*.responsive-image.small-desktop {
height: 65%;
height: 65vh;
min-height: 65%;
min-height: 65vh;
max-height: 65%;
max-height: 65vh;
width: 100%;
vertical-align: middle;
}*/
.responsive-image .narrow {
padding:40px;
background-color:rgba(0,0,0,.7);
}
.responsive-image .narrow h2 {
color:#fff;
text-shadow:2px 2px 0 rgba(0,0,0,.5);
margin-top: 0;
font-size: 2em;
}
.responsive-image .narrow p:last-child {
margin-bottom: 0;
}
.responsive-image .narrow p {
font-size:17px;
color:#fff;
}
.responsive-image.half-height.desktop {
min-height:50% !important;
height:50% !important;
}
.responsive-image.desktop img {
position: fixed;
left:0;
top:0;
}
.responsive-image.desktop.inline img {
position: relative;
width:auto;
max-width:100%;
height:auto;
max-height: 100%;
}


/* 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: 75vh;
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-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;
}


/* nav overlay */

.nav-overlay {
display: none;
position: fixed;
z-index:1003;
width: 100%;
height:100%;
height:100vh;
top:0;
left:0;
padding:2em 10px;
overflow-x: hidden;
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
}
.logo-overlay {
text-align: center;
margin:2em 0 2em;
}
.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 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 0;
}
.nav-overlay .menu-footer-menu-container {
padding-bottom: 3em;
}
.nav-overlay-out {
overflow: hidden;
}
.nav-overlay-out .vs-accountlinks {
position: fixed;
}
.nav-overlay-toggle {
position: fixed;
top:8px;
left:0;
/*right:0;*/
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: inline-block;
}
.nav-overlay-out .nav-label-close {
display: inline-block;
}
.nav-label-close {
display: none;
}
.nav-label {
display: none;
vertical-align: top;
height:18px;
line-height: 18px;
font-size: 14px;
padding-top: 2px;
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
}
.nav-icon {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin-left: 6px;
}
.nav-icon span {
position: absolute;
width: 20px;
height: 20px;
margin-left: -10px;
left: 50%;
top: 50%;
width:100%;
}
.nav-icon span:before {
top: -5px;
}
.nav-icon span:after {
bottom: -5px;
}
.nav-icon span,
.nav-icon span:before,
.nav-icon span:after {
cursor: pointer;
height: 2px;
width: 20px;
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);
}
.nav-overlay .menu-overlay-container a {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
font-size:30px;
text-transform: capitalize;
}


/* layout blocks */

.layout-block {
margin-bottom: 1.5em;
/*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 */


.mfp-close,
.mfp-arrow {
color:#333;
border:none;
background-color: transparent;
}
.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.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:#fff;
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/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;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
transition: opacity .3s ease, visibility 0s .3s;
opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
visibility: hidden;
opacity: 0;
}
*/





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


.owl-dots {
text-align: center;
}
.owl-dot {
background-color: rgba(0,0,0,.4);
}
.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/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: 0;
text-decoration: none;
}
.button-previous {
left: 0;
text-decoration: none;
}
.hero-gallery-top .button-next,
.hero-gallery-top .button-previous {
color:#fff !important;
}
.hero-gallery-top {
min-height:480px;
min-height: 75vh;
}


.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: 13px;
color: #333;
background-color: #fff;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: .5px;
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-weight: normal;
}
.tipr_content_dark {
font-size: 13px;
color: #fff;
background-color: #333;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: .5px;
font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
font-weight: normal;
}
.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: #3d3d3d;
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: #3d3d3d;
border-width: 9px;
left: 50%;
margin-left: -9px;
}




/* =media queries */

/* mobile */

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

.mobile {
display: block;
}
.tablet,
.desktop {
display: none;
}
/*body {
font-size:1em;
}*/
.header,
.main,
.footer {
max-width: none;
width: auto;
}
.main {
/*padding:0 20px;*/
}
/*.header {
padding-top:2.5em;
}*/
.logo-header {
margin: 0;
padding-top: 0;
text-align: center;
}
.logo-header a {
margin: 0 auto;
}
.menu a:hover,
.menu a:focus,
.sub-menu a:hover,
.sub-menu a:focus {
/*background-color: none !important;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);*/
}
.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;
}
/*.menu li {
text-align: center;
font-size:1em;
float: none;
display: block;
}*/
.very-narrow,
.narrow,
.medium,
.wide,
.full {
padding-left:30px;
padding-right:30px;
}
.home .logo-header {
top:3em;
}

}


/* mobile and tablet */

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

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

.home #main {
height:100%;
height:100vh;
}
.logo-header {
float:none;
text-align: center;
}
.logo-header {
padding-top: 0;
padding-bottom: 0;
}
.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;
}
.nav-overlay .menu,
.footer .nav-footer .menu {
padding-bottom:12px;
}
.footer .menu-main-menu-container {
display: block;
}
.footer .menu-main-menu-container li {
display: block;

}
.footer .menu-main-menu-container a {
font-family: 'EB Garamond', 'Times New Roman', Times, serif;
font-size:30px;
text-transform: capitalize;
}
.social-links.menu li {
display: inline-block;
}
.menu a {
display: block;
}
.wine-intro-image {
margin-bottom: 1.5em;
}


}


/* 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,
.wide,
.full {
padding-left:40px;
padding-right:40px;
}
.home .logo-header {
top:3em;
}

}


/* tablet and desktop */

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

.hero-gallery-top .main,
.homepage-gallery-fullbleed .main {
padding:2em 60px 2em;
position: relative;
z-index: 1;
width:100%;
height:100%;
height:100vh;
}
.hero-gallery-top.homepage-gallery-fullbleed .main {
margin-bottom: 0;
}
.hero-gallery-top .main {
margin-bottom: 2em;
}
.homepage-content-overlay {
position: absolute;
bottom:0;
left:0;
width:100%;
padding:2em 60px 2em;
color:#fff !important;
}
.homepage-content-overlay h1 {
color:#fff;
}
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;
}

.header {
position: fixed;
z-index: 1000;
top:0;
left: 0;
right:0;
}
.home .header {
position: absolute;
}
.main {
padding-top:3em;
}
.home .main {
padding-top: 0;
}


.logo-header {
padding-top: 8px;
/*padding-bottom: 1em;*/
}
.nav-overlay-toggle {
display: none;
cursor: pointer;
}
.nav-header {
padding-right: 80px;
}

.menu-wrapper {
/*padding:2px;*/
display: block !important;
}
.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,
.wide,
.full {
padding-left:60px;
padding-right:60px;
}

.vintages-inner {
padding:0 20px;
}

.wine-intro {
background-color: #fff;
margin-bottom: 3em;
}
.wine-intro .row > div {
display:flex;
flex:1;
}
.wine-intro-text {
padding:60px;
}
.wine-intro-image,
.wine-intro-image .responsive-image {
display:flex;
flex:1;
}


}


/* small desktop */

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

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

.header .menu a {
/*font-size:13px;*/
padding-left: 5px;
padding-right: 5px;
}

}


/* full desktop */

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

}


/* large desktop */

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

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


}



/* =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: -1.00rem;
margin-left: -1.00rem;
}
.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: 1.00rem;
padding-left: 1.00rem;
}
.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: 1.00rem;
padding-left: 1.00rem;
}
.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: 1.00rem;
padding-left: 1.00rem;
}
.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: 1.00rem;
padding-left: 1.00rem;
}
.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: 1.00rem;
padding-left: 1.00rem;
}
.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 */

.centered,
.if-theme-align-center,
h1,
h2,
h3,
/*h4,*/
ul.menu,
.more-link,
.logo-header,
.logo-footer,
.description-footer,
.logo-header a,
.logo-footer a,
#vs2-account-nav,
#vsOrderFormLeft,
.vsFormAddFooter,
#vs2-cart-emptyCart-message {
text-align: center;
}
.top-link {
margin-left:-20px;
left:50%;
}
.row {
justify-content: center;
}
hr.small,
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 .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{
color: #111;
}
.vs2-cart-confirmation-custom,
.nav-overlay,
.nav-header .sub-menu {
background-color:#fff;
}
a.block {
color: #111;
}
hr,
.bordered,
.border-top,
.border-bottom,
.trade-section {
border-color: #dfba4e;
/*border-color: rgba(0,0,0,.1);*/
}
.image-border {
border-color: #fff;
border-color: rgba(255,255,255,1);
}
.nav-header .menu > li > .sub-menu {
border: 1px solid rgba(0,0,0,.2);
}
.menu a:hover,
.menu a:focus {
}
.sub-menu a:hover,
.sub-menu a:focus,
.menu .sub-menu .current-menu-item > a,
.menu .sub-menu .current-page-ancestor > a,
.menu .sub-menu .current_page_parent > a {
/*border: 1px solid transparent;*/
}
.menu .sub-menu .current-menu-item > a,
.menu .sub-menu .current-page-ancestor > a,
.menu .sub-menu .current_page_parent > a {
}
.menu .current-menu-item > a,
.menu .current-page-ancestor > a,
.menu .current_page_parent > a {
color:#dfba4e;
/*color: #111;
color: rgba(0,0,0,.9);*/
}
.current-menu-item > a:hover,
.current-menu-item > a:focus,
.current-page-ancestor > a:hover,
.current-page-ancestor > a:focus,
.current_page_parent > a:hover,
.current_page_parent > a:focus {
color: #111;
color: rgba(0,0,0,.9);
}
#nav-below {
}
.footer {
/*border-top: 1px solid #ccc;
border-top: 1px solid rgba(0,0,0,.2);*/
}
.divider {
color: #ccc;
color: rgba(0,0,0,.2);
}
fieldset {
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.2);
}
.bx-wrapper .bx-pager.bx-default-pager a {
background-color: #666;
background-color:rgba(0,0,0,.4);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #000;
background-color:rgba(0,0,0,.8);
}

.nav-icon span,
.nav-icon span:before,
.nav-icon span:after {
background-color: #dfba4e;
}
/*.nav-overlay-toggle:hover .nav-icon span,
.nav-overlay-toggle:hover .nav-icon span:before,
.nav-overlay-toggle:hover .nav-icon span:after {
background-color: #6a0c0d;
}*/
.placeholder {
background-color: rgba(0,0,0,.2);
}
blockquote,
.callout {
border-color:rgba(0,0,0,.1);
background-color:#fff;
}


