/*
Theme Name: Vin WP Theme for Vinespring 2.1
Theme URI: http://vinagency.com/
Author: Vin
Author URI: http://vinagency.com/
Description:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html


global stylesheet

version:  	2.1

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


breakpoints:
			mobile 		30em
			tablet    	48em
			sm desktop  62em
			full 		75em


Vin WordPress Theme for Vinespring, Copyright 2015
Vin WordPress Theme for Vinespring is distributed under the terms of the GNU GPL

*/



/* =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, li, a,
input {
-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;
}
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;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
border:none;
height:2px;
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 {
/*border: 1px solid #c0c0c0;*/
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;
}



/* =fonts */

body {
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5em;
}
h1, h2, h3, h4 {
font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
}
h1 {
font-size: 2.5em;
line-height: 1em;
margin-top: 0;
margin-bottom: .75em;
/*letter-spacing: -2px;*/
}
h2 {
font-size: 1.714em;
line-height: 1.0em;
margin-top: 1em;
margin-bottom: .5em;
/*letter-spacing: -1px;*/
}
h3 {
/*font-size: 1.28571em;*/
font-size:15px;
line-height: 1.125em;
margin-top: 2em;
margin-bottom: 1em;
text-transform: uppercase;
}
h4 {
font-size: 1.28571em;
line-height: 1.125em;
margin-bottom: 1em;
font-style: italic;
}
h2:first-child, h3:first-child, h4:first-child, p:first-child {
margin-top: 0;
}
div, section, article, aside,
header, footer, p, li, address {
font-size:14px;
}
p, address {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1em;
}
label {
font-size: 14px;
line-height: 1em;
display: block;
}
address {
font-style: normal;
}
li {
margin-bottom: .5em;
}
ol, ul {
margin-top: 0;
margin-bottom: 1.5em;
padding-left: 20px;
}
ul li {
list-style-type: disc;
}
.small,
.small-text {
font-size:80%;
}

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

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





/* =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: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
display: inline-block;
padding: .5em 12px;
margin-bottom: 1em;
border-radius: 2px;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
}
.button:hover,
.button:focus,
.button:active,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
text-decoration: none;
}

p .button,
p .button:link,
p .button:visited,
p button {
margin-bottom: .5em;
}
.button i {
margin-left:-4px;
}



/* =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,
#menu-toggle,
#menu-toggle:hover {
-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
-moz-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
-ms-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
-o-transition: color .25s linear, background-color .25s linear, border-color .25s linear;
transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}
.transition {
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}




/* =layout */

/*#container,*/
#header,
#main,
#footer {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing:border-box;
}
/*#container {
margin: 0 auto;
max-width: 980px;
}*/
#main {
max-width: 74em;
min-height: 300px;
padding:0 4em;
margin:0 auto;
}
.half {
width: 50%;
float: left;
}
.third {
width: 33%;
float: left;
}
.very-narrow {
max-width: 36em;
/*max-width: 520px;*/
margin-left: auto;
margin-right: auto;
}
.narrow,
.single-column {
max-width: 42em;
/*max-width: 520px;*/
margin-left: auto;
margin-right: auto;
}
.medium {
max-width: 60em;
/*max-width: 520px;*/
margin-left: auto;
margin-right: auto;
}



/* =header */

#header {
padding: 2em 20px 1em;
}
#logo {
padding-bottom: 1em;
max-width: 100%;
}
#logo 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 h2 {
margin-top: 0;
font-weight: bold;
}
#logo img {
max-width: 100%;
height:auto;
}
.menu-out {
overflow: hidden;
}
.menu {
margin: 0;
font-size: 0;
padding-left: 0;
}
.menu li {
font-size: 14px;
margin-bottom: 1px;
}
#header .menu li {
font-size:16px;
font-weight: bold;
}
.menu a {
text-decoration: none;
display: block;
padding: .5em 10px;
border: 1px solid transparent;
border-radius: 2px;
outline: none;
text-transform: uppercase;
}
.menu > li {
display: inline-block;
position: relative;
margin: 0 1px 1px;
}
.menu a:hover,
.menu a:focus {
}
.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 {
}

.menu .sub-menu {
font-size: 14px;
}
.sub-menu li {
display: block;
list-style: none;
margin-bottom: 0;
line-height: 16px;
}
.sub-menu a {
display: block;
border: 1px solid transparent;
}
.sub-menu a:hover,
.sub-menu a:focus {
outline: none;
border: 1px solid transparent;
}



/* =footer */

#footer {
margin-top: 4em;
padding: 1em 20px 1em;
font-size: 1em;
}
#footer-logo {
margin: 2em 0 1em;
}
#footer-logo a {
color:#000 !important;
}
#footer p {
text-transform: uppercase;
}
#footer a {
text-decoration: none;
}
#footer .footer-description {
margin-top: 1em;
margin-bottom: .5em;
}
#footer .footer-menu {}
#footer .social-links.menu {
padding-bottom: 2rem;
}
.social-links.menu li {
font-size:1rem;
}
.social-links.menu a {
padding: 0.5em 4px;
}
.copyright {
margin: 0;
opacity:.6;
}
.copyright,
#credits {
font-size:12px;
}
#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;
background: url(/wp-content/uploads/2015/04/background.jpg) 0 0 repeat;
}
#credits-info a {
text-decoration: none;
}
.divider {
display: inline-block;
margin: 0 5px;
}
/*#top-link {
display: none;
}*/
#top-link {
padding:1em 0;
width:40px;
margin-top: 1.5em;
margin-left:-20px;
display: block;
position: absolute;
bottom:0;
left:50%;
text-align: center;
}
#yelp-biz-badge-plain-WR3X8xwzO5WRxfDfMD1XgA {
text-align: center;
margin-bottom: 1em;
}
#yelp-biz-badge-plain-WR3X8xwzO5WRxfDfMD1XgA a {
display: inline-block;
}



/* =posts */

.post {
margin-bottom: 2em;
}
.theme-align-center .post h2.entry-title {
text-align: left;
margin-top: 0;
}
#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:.5em 0;
}
.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;
}
.widget-sidebar .widget h3 {
text-align: left;
}
.post-thumbnail {
max-width: 100%;
height:auto;
}


/* =pages */

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


.page-template-homepage-gallery-fullbleed-template.theme-lightness-light #header,
.page-template-homepage-gallery-fullbleed-template.theme-lightness-dark #header {
height:100vh;
}
.page-template-homepage-gallery-fullbleed-template.theme-lightness-light .menu-wrapper,
.page-template-homepage-gallery-fullbleed-template.theme-lightness-dark .menu-wrapper  {
background-color: transparent;
}
.page-template-homepage-gallery-fullbleed-template #footer {
margin-top: 0;
}
.page-template-homepage-gallery-fullbleed-template #main {
display: 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: 'Open Sans', Verdana, 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 {
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%;
}
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: rgba(0,0,0,.9);
border: 1px solid #aaa;
border: 1px solid rgba(0,0,0,.6);
}
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;
}

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

.TA_socialButtonIcon {
display: table;
width: 100%;
text-align: center;
margin-bottom: 1em;
}
.TA_socialButtonIcon ul {
margin:0;
padding: 0;
}
.TA_socialButtonIcon li {
list-style: none;
}

.awards-table {
width:100%;
border-collapse: collapse;
}
.awards-table td {
padding:5px 5px 15px 5px;
vertical-align: top;
line-height: 1em;
}

.placeholder {
min-height: 200px;
background-color: rgba(0,0,0,.2);
margin-bottom: 1.5em;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.clear {
clear: both;
}
.clearfix:after,
.wrapper:after,
.row:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
* html .wrapper              { zoom: 1; }
*:first-child+html .wrapper  { zoom: 1; }
* html .row              	 { zoom: 1; }
*:first-child+html .row  	 { zoom: 1; }

.align-left {
text-align: left;
}
.align-right {
text-align: right;
}

.alignright {
float:right;
}
.alignleft {
float:left;
}
.aligncenter {
margin-left:auto;
margin-right:auto;
}
img.alignright {
margin: 0 0 1em 15px;
}
img.alignleft {
margin: 0 15px 1em 0;
}
.space-right {
margin-right: 10px;
}
.space-left {
margin-left: 10px;
}
.space-top {
margin-top: 1em;
}
.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 {
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 {}




/* =components */

/* bxslider */

.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;
*zoom: 1;
}
.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;
*zoom: 1;
*display: inline;
}
.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;
}
.bx-wrapper .bx-next {
right: 10px;
}
.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;
}
.bx-wrapper .bx-controls-direction a.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;
}
.tipr_content_dark {
font-size: 12px;
color: #fff;
background-color: #333;
padding: 5px 10px;
text-transform: uppercase;

}
.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: 30em){/*480px*/

.mobile {
display: block;
}
.tablet,
.desktop {
display: none;
}
/*body {
font-size:1em;
}*/
/*div {
width: auto;
}*/
#header,
#main,
#footer {
max-width: none;
width: auto;
}
#main {
padding:0 20px;
}
#header {
padding-top:3em;
}
#logo {
margin: 1em 0 0;
text-align: center;
}
#logo 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: 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;
}*/


}


/* mobile and tablet */

@media only screen and (max-width: 48em){/* 768px */

#nav {
position: fixed;
top:0;
left:0;
z-index: 1000;
width:100%;
}
#menu-toggle {
position: relative;
top:0;
left:0;
z-index: 1004;
text-transform: uppercase;
display: block;
cursor: pointer;
padding: 10px;
margin: 0;
}
.menu-out .menu-label-menu {
display: none;
}
.menu-label-menu {
display: inline-block;
}
.menu-out .menu-label-close {
display: inline-block;
}
.menu-label-close {
display: none;
}

.menu-label {
vertical-align: top;
line-height: 1.5em;
}
.menu-icon {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
}
.menu-icon span {
position: absolute;
width: 20px;
height: 20px;
margin-left: -10px;
left: 50%;
top: 50%;
width:100%;
}
.menu-icon span:before {
top: -5px;
}
.menu-icon span:after {
bottom: -5px;
}
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
cursor: pointer;
height: 2px;
width: 20px;
background: white;
position: absolute;
display: block;
content: '';
background-color: #333;
}
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after,
.menu-icon #menu-toggle:hover span,
.menu-icon #menu-toggle:hover span:before,
.menu-icon #menu-toggle:hover span:after,
.menu-out #menu-toggle span,
.menu-out #menu-toggle span:before,
.menu-out #menu-toggle span:after  {
-webkit-transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
-ms-transition: all .5s ease-in;
transition: all .5s ease-in;
}
.menu-out .menu-icon span {
background-color: transparent !important;
}
.menu-out .menu-icon span:before {
top:0;
}
.menu-out .menu-icon span:after {
bottom:0;
}
.menu-out .menu-icon span:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-out .menu-icon span:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu .sub-menu {
display: block;
margin-bottom: 0;
}
.menu-wrapper {
display: none;
position: absolute;
z-index:1003;
width: 100%;
height:100vh;
top:0;
left:0;
padding:2em 10px;
background: #fff;
/*background: url(/wp-content/uploads/2015/04/background.jpg) 0 0 repeat;*/
overflow-x: hidden;
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
}
#nav .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;
}
#nav .menu li {
text-align: center;
font-size:1em;
margin-bottom: 0;
float: none;
display: block;
}
#footer .social-links.menu {
text-align: center;
}
.social-links.menu li {
display: inline-block;
}
.menu a {
display: block;
}

}


/* tablet */

@media only screen and (min-width: 30.1em) and (max-width: 48em){/* 481px 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;
}
.footer-menu.menu {
padding: 0;
}
.footer-menu.menu li {
display: inline-block;
}

.widget-sidebar {
padding-top: 3em;
}
.widget-sidebar aside.widget {
/*float:left;*/
/*display: flex;
width:50%;*/
}

.post-thumbnail {
float:right;
margin: 0 0 1em 2em;
}

}


/* tablet and desktop */

@media only screen and (min-width: 30.1em){/* 481px */

}


/* all desktop */

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

.desktop {
display: block;
}
.mobile,
.tablet {
display: none;
}
#header,
#footer {
max-width: none;
width: auto;
float: none;
}
#menu-toggle {
display: none;
cursor: pointer;
}
.menu-wrapper {
padding:2px;
}
.menu li:hover ul.sub-menu {
display: block;
}
.menu .sub-menu {
font-size: 14px;
background-color: #fff;
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.2);
border-radius: 2px;
display: none;
position: absolute;
top: 2.571429em;
left: 0;
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);
}

.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:left;
margin: 0 2em 1em 0;
}

}


/* small desktop */

@media only screen and (min-width: 48.1em) and (max-width: 62em){/* 769px 999px */

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


/* full desktop */

@media only screen and (min-width: 62.1em) {/* 1000px */

}


/* large desktop */

@media only screen and (min-width: 75.1em) {/* 1180px */

}



/* =print */

@media only print {

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



/* =grid */

/*

https://github.com/kristoferjoseph/flexboxgrid

*/
/*
*
* Uncomment and set these variables to customize the grid.
*
* :root {
*  --gutter-width: 1rem;
*  --outer-margin: 2rem;
*  --gutter-compensation: calc( var( --gutter-width / 2 ) * -1 );
*  --half-gutter-width: calc( var( --gutter-width / 2 ) );
*  --screen-xs-min: 30em;
*  --screen-sm-min: 48em;
*  --screen-md-min: 62em;
*  --screen-lg-min: 75em;
*  --container-sm: calc( 45rem + var( --gutter-width ) );
*  --container-md: calc( 60rem + var( --gutter-width ) );
*  --container-lg: calc( 70rem + var( --gutter-width ) );
* }
*
*/

.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: -1rem;
margin-left: -1rem;
/*margin-right: -0.5rem;
margin-left: -0.5rem;*/
}
.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-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;
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: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 1rem;
padding-left: 1rem;
/*padding-right: 0.5rem;
padding-left: 0.5rem;*/
}
.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.333333333%;
-ms-flex-preferred-size: 8.333333333%;
flex-basis: 8.333333333%;
max-width: 8.333333333%;
}
.col-xs-2 {
-webkit-flex-basis: 16.666666667%;
-ms-flex-preferred-size: 16.666666667%;
flex-basis: 16.666666667%;
max-width: 16.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 33.333333333%;
flex-basis: 33.333333333%;
max-width: 33.333333333%;
}
.col-xs-5 {
-webkit-flex-basis: 41.666666667%;
-ms-flex-preferred-size: 41.666666667%;
flex-basis: 41.666666667%;
max-width: 41.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 58.333333333%;
flex-basis: 58.333333333%;
max-width: 58.333333333%;
}
.col-xs-8 {
-webkit-flex-basis: 66.666666667%;
-ms-flex-preferred-size: 66.666666667%;
flex-basis: 66.666666667%;
max-width: 66.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 83.333333333%;
flex-basis: 83.333333333%;
max-width: 83.333333333%;
}
.col-xs-11 {
-webkit-flex-basis: 91.666666667%;
-ms-flex-preferred-size: 91.666666667%;
flex-basis: 91.666666667%;
max-width: 91.666666667%;
}
.col-xs-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-1 {
margin-left: 8.333333333%;
}
.col-xs-offset-2 {
margin-left: 16.666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333333333%;
}
.col-xs-offset-5 {
margin-left: 41.666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333333333%;
}
.col-xs-offset-8 {
margin-left: 66.666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333333333%;
}
.col-xs-offset-11 {
margin-left: 91.666666667%;
}
.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: 30.1em) {/*48*/
.container {
width: 28rem;/*46rem*/
}
.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-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;
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: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 1rem;
padding-left: 1rem;
/*padding-right: 0.5rem;
padding-left: 0.5rem;*/
}
.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.333333333%;
-ms-flex-preferred-size: 8.333333333%;
flex-basis: 8.333333333%;
max-width: 8.333333333%;
}
.col-sm-2 {
-webkit-flex-basis: 16.666666667%;
-ms-flex-preferred-size: 16.666666667%;
flex-basis: 16.666666667%;
max-width: 16.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 33.333333333%;
flex-basis: 33.333333333%;
max-width: 33.333333333%;
}
.col-sm-5 {
-webkit-flex-basis: 41.666666667%;
-ms-flex-preferred-size: 41.666666667%;
flex-basis: 41.666666667%;
max-width: 41.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 58.333333333%;
flex-basis: 58.333333333%;
max-width: 58.333333333%;
}
.col-sm-8 {
-webkit-flex-basis: 66.666666667%;
-ms-flex-preferred-size: 66.666666667%;
flex-basis: 66.666666667%;
max-width: 66.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 83.333333333%;
flex-basis: 83.333333333%;
max-width: 83.333333333%;
}
.col-sm-11 {
-webkit-flex-basis: 91.666666667%;
-ms-flex-preferred-size: 91.666666667%;
flex-basis: 91.666666667%;
max-width: 91.666666667%;
}
.col-sm-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-1 {
margin-left: 8.333333333%;
}
.col-sm-offset-2 {
margin-left: 16.666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333333333%;
}
.col-sm-offset-5 {
margin-left: 41.666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333333333%;
}
.col-sm-offset-8 {
margin-left: 66.666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333333333%;
}
.col-sm-offset-11 {
margin-left: 91.666666667%;
}
.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: 1;/* jk was 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: 48.1em) {/*62em*/
.container {
width: 46em;/*61rem*/
}
.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-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;
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: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 1rem;
padding-left: 1rem;
/*padding-right: 0.5rem;
padding-left: 0.5rem;*/
}
.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.333333333%;
-ms-flex-preferred-size: 8.333333333%;
flex-basis: 8.333333333%;
max-width: 8.333333333%;
}
.col-md-2 {
-webkit-flex-basis: 16.666666667%;
-ms-flex-preferred-size: 16.666666667%;
flex-basis: 16.666666667%;
max-width: 16.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 33.333333333%;
flex-basis: 33.333333333%;
max-width: 33.333333333%;
}
.col-md-5 {
-webkit-flex-basis: 41.666666667%;
-ms-flex-preferred-size: 41.666666667%;
flex-basis: 41.666666667%;
max-width: 41.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 58.333333333%;
flex-basis: 58.333333333%;
max-width: 58.333333333%;
}
.col-md-8 {
-webkit-flex-basis: 66.666666667%;
-ms-flex-preferred-size: 66.666666667%;
flex-basis: 66.666666667%;
max-width: 66.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 83.333333333%;
flex-basis: 83.333333333%;
max-width: 83.333333333%;
}
.col-md-11 {
-webkit-flex-basis: 91.666666667%;
-ms-flex-preferred-size: 91.666666667%;
flex-basis: 91.666666667%;
max-width: 91.666666667%;
}
.col-md-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-1 {
margin-left: 8.333333333%;
}
.col-md-offset-2 {
margin-left: 16.666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333333333%;
}
.col-md-offset-5 {
margin-left: 41.666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333333333%;
}
.col-md-offset-8 {
margin-left: 66.666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333333333%;
}
.col-md-offset-11 {
margin-left: 91.666666667%;
}
.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: -1;/* jk was 0*/
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.last-md {
-webkit-box-ordinal-group: 1;/* jk was 0*/
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}

@media only screen and (min-width: 62.1em) {/*75em*/
.container {
width: 60em;/*71rem*/
}
.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-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;
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: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 1rem;
padding-left: 1rem;
/*padding-right: 0.5rem;
padding-left: 0.5rem;*/
}
.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.333333333%;
-ms-flex-preferred-size: 8.333333333%;
flex-basis: 8.333333333%;
max-width: 8.333333333%;
}
.col-lg-2 {
-webkit-flex-basis: 16.666666667%;
-ms-flex-preferred-size: 16.666666667%;
flex-basis: 16.666666667%;
max-width: 16.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 33.333333333%;
flex-basis: 33.333333333%;
max-width: 33.333333333%;
}
.col-lg-5 {
-webkit-flex-basis: 41.666666667%;
-ms-flex-preferred-size: 41.666666667%;
flex-basis: 41.666666667%;
max-width: 41.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 58.333333333%;
flex-basis: 58.333333333%;
max-width: 58.333333333%;
}
.col-lg-8 {
-webkit-flex-basis: 66.666666667%;
-ms-flex-preferred-size: 66.666666667%;
flex-basis: 66.666666667%;
max-width: 66.666666667%;
}
.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.333333333%;
-ms-flex-preferred-size: 83.333333333%;
flex-basis: 83.333333333%;
max-width: 83.333333333%;
}
.col-lg-11 {
-webkit-flex-basis: 91.666666667%;
-ms-flex-preferred-size: 91.666666667%;
flex-basis: 91.666666667%;
max-width: 91.666666667%;
}
.col-lg-12 {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-1 {
margin-left: 8.333333333%;
}
.col-lg-offset-2 {
margin-left: 16.666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333333333%;
}
.col-lg-offset-5 {
margin-left: 41.666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333333333%;
}
.col-lg-offset-8 {
margin-left: 66.666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333333333%;
}
.col-lg-offset-11 {
margin-left: 91.666666667%;
}
.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;
}
}




/* =theme alignment */

/* center */
.theme-align-center {}
.theme-align-center h1,
.theme-align-center h2,
.theme-align-center h3,
.theme-align-center h4,
.theme-align-center ul.menu {
text-align: center;
}
.theme-align-center #logo {
text-align: center;
}
.theme-align-center #footer-logo,
.theme-align-center .footer-description {
text-align: center;
}
.theme-align-center #logo a,
.theme-align-center #footer-logo a {}
.theme-align-center .centered {
text-align: center;
}
.theme-align-center #vs2-account-nav,
.theme-align-center #vsOrderFormLeft,
.theme-align-center .vsFormAddFooter,
.theme-align-center #vs2-cart-emptyCart-message {
text-align: center;
}



/* left */
.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 {
float: left;
padding-bottom: 0;
margin-bottom: 0;
}
.theme-align-left nav {
float: right;
padding-top: 1.5em;
}
@media only screen and (max-width: 30em){
.theme-align-left #logo,
.theme-align-left nav {
clear: both;
float: none;
}
}



/* =theme lightness */

/* light */
.theme-lightness-light {
color: #111;
color: rgba(0,0,0,.9);
}
.theme-lightness-light hr {
background-color: #eee;
background-color: rgba(0,0,0,.2);
}
.theme-lightness-light .button,
.theme-lightness-light .button:link,
.theme-lightness-light .button:visited,
.theme-lightness-light button,
.theme-lightness-light input[type=submit],
.theme-lightness-light #vs2-cart-confirmation a,
.theme-lightness-light #vs2-cart-confirmation-custom .button-review {
background-color: #eee;
background-color: rgba(0,0,0,.05);
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
color: #111;
color: rgba(0,0,0,.9);
}
.theme-lightness-light .button:hover,
.theme-lightness-light .button:focus,
.theme-lightness-light .button:active,
.theme-lightness-light button:hover,
.theme-lightness-light button:focus,
.theme-lightness-light input[type=submit]:hover,
.theme-lightness-light input[type=submit]:focus,
.theme-lightness-light #vs2-cart-confirmation a:hover,
.theme-lightness-light #vs2-cart-confirmation a:focus,
.theme-lightness-light #vs2-cart-confirmation-custom .button-review:hover,
.theme-lightness-light #vs2-cart-confirmation-custom .button-review:focus {
background-color: #f5f5f5;
background-color: rgba(0,0,0,.05);
border: 1px solid: #ddd;
border: 1px solid rgba(0,0,0,.4);
color: #111;
color: rgba(0,0,0,.9);
}
.theme-lightness-light .menu a:hover,
.theme-lightness-light .menu a:focus {
/*border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);*/
}
.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 {
/*background-color:rgba(0,0,0,.1);*/
}
.theme-lightness-light .menu .current-menu-item > a,
.theme-lightness-light .menu .current-page-ancestor > a,
.theme-lightness-light .menu .current_page_parent > a {
/*border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);*/
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);
/*border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);*/
}
.theme-lightness-light #nav-below {
/*border-top: 1px solid #ccc;
border-top: 1px solid rgba(0,0,0,.2);*/
}
.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 #vs2-cart-confirmation,
.theme-lightness-light #vs2-cart-confirmation-custom {
border: 1px solid #aaa;
border: 1px solid rgba(0,0,0,.4);
}
/*.theme-lightness-light .vs2-cart-section {
border-top: 1px solid #ccc;
border-top: 1px solid rgba(0,0,0,.2);
}*/
@media only screen and (max-width: 30em){/*mobile*/
.theme-lightness-light .sub-menu a:hover,
.theme-lightness-light .sub-menu a:focus {
/*border: 1px solid transparent;*/
}
.theme-lightness-light .menu-wrapper {
border-bottom: 1px solid #ccc;
border-bottom: 1px solid rgba(0,0,0,.4);
}
}
.theme-lightness-light .menu-icon span,
.theme-lightness-light .menu-icon span:before,
.theme-lightness-light .menu-icon span:after {
background-color: #aaa;
}
.theme-lightness-light #menu-toggle:hover .menu-icon span,
.theme-lightness-light #menu-toggle:hover .menu-icon span:before,
.theme-lightness-light #menu-toggle:hover .menu-icon span:after {
background-color: #111;
}



/* dark */
.theme-lightness-dark {
color: #eee;
color: rgba(255,255,255,.9);
}
.theme-lightness-dark hr {
background-color: #eee;
background-color: rgba(255,255,255,.2);
}
.theme-lightness-dark .button,
.theme-lightness-dark .button:link,
.theme-lightness-dark .button:visited,
.theme-lightness-dark button,
.theme-lightness-dark input[type=submit],
.theme-lightness-dark #vs2-cart-confirmation a,
.theme-lightness-dark #vs2-cart-confirmation-custom .button-review  {
background-color: #eee;
background-color: rgba(255,255,255,.05);
border: 1px solid #ccc;
border: 1px solid rgba(255,255,255,.2);
color: #111;
color: rgba(255,255,255,.9);
}
.theme-lightness-dark .button:hover,
.theme-lightness-dark .button:focus,
.theme-lightness-dark .button:active,
.theme-lightness-dark button:hover,
.theme-lightness-dark button:focus,
.theme-lightness-dark input[type=submit]:hover,
.theme-lightness-dark input[type=submit]:focus,
.theme-lightness-dark #vs2-cart-confirmation a:hover,
.theme-lightness-dark #vs2-cart-confirmation a:focus,
.theme-lightness-dark #vs2-cart-confirmation-custom .button-review:hover,
.theme-lightness-dark #vs2-cart-confirmation-custom .button-review:focus {
background-color: #f5f5f5;
background-color: rgba(255,255,255,.05);
border: 1px solid: #ddd;
border: 1px solid rgba(255,255,255,.4);
color: #111;
color: rgba(255,255,255,.9);
}
.theme-lightness-dark .menu a:hover,
.theme-lightness-dark .menu a:focus {
/*border: 1px solid #ccc;
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 {
/*background-color:rgba(255,255,255,.2);*/
}
.theme-lightness-dark .menu .current-menu-item > a,
.theme-lightness-dark .menu .current-page-ancestor > a,
.theme-lightness-dark .menu .current_page_parent > a {
/*border: 1px solid #ccc;
border: 1px solid rgba(255,255,255,.2);*/
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: #111;
color: rgba(255,255,255,.9);
/*border: 1px solid #ccc;
border: 1px solid rgba(255,255,255,.2);*/
}
.theme-lightness-dark #nav-below {
/*border-top: 1px solid #ccc;
border-top: 1px solid rgba(255,255,255,.2);*/
}
.theme-lightness-dark #footer {
border-top: 1px solid #ccc;
border-top: 1px solid rgba(255,255,255,.2);
}
.theme-lightness-dark .divider {
color: #ccc;
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: #666;
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: #000;
background-color:rgba(255,255,255,.8);
}
.theme-lightness-dark #vs2-cart-confirmation,
.theme-lightness-dark #vs2-cart-confirmation-custom {
border: 1px solid #aaa;
border: 1px solid rgba(255,255,255,.4);
}
/*.theme-lightness-dark .vs2-cart-section {
border-top: 1px solid #ccc;
border-top: 1px solid rgba(255,255,255,.2);
}*/
@media only screen and (max-width: 30em){/*mobile*/
.theme-lightness-dark .sub-menu a:hover,
.theme-lightness-dark .sub-menu a:focus {
/*border: 1px solid transparent;*/
}
.theme-lightness-dark .menu-wrapper {
border-bottom: 1px solid #ccc;
border-bottom: 1px solid rgba(255,255,255,.4);
}
}
.theme-lightness-dark .menu-icon span,
.theme-lightness-dark .menu-icon span:before,
.theme-lightness-dark .menu-icon span:after {
background-color: #fff;
}
.theme-lightness-dark #menu-toggle:hover .menu-icon span,
.theme-lightness-dark #menu-toggle:hover .menu-icon span:before,
.theme-lightness-dark #menu-toggle:hover .menu-icon span:after {
background-color: #fff;
}
