/*
Theme Name: NEUETheme
URI: http://envirra.com/themes/neue
Author: envirraAuthor
URI: http://envirra.com
Description: Magazine WordPress
ThemeVersion: 1.5.1
License: GPLLicense URI: http://www.gnu.org/licenses/gpl.html
‎Tags: black, white, one-column, two-columns, three-columns, right-sidebar, fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photobloggingText
Domain: envirra
*/


/* ----------------------------------------------------------------------------- * Bootstrap Block Grid * https://gist.github.com/ChrisTM/8346916#file-block-grid-less * -------------------------------------------------------------------------- */

@charset 'UTF-8';
@font-face {
  font-family: 'HelveticaNeue-Medium';
  font-weight: normal;
  font-style: normal;

  src: url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Medium.woff') format('woff'), url('fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-display: swap;
}
[class*='block-grid-'] {
  display: block;
  margin: -15px;
  padding: 0;
}
[class*='block-grid-']:before,
[class*='block-grid-']:after {
  display: table;
  content: ' ';
}
[class*='block-grid-']:after {
  clear: both;
}
a.link_button {
  display: block;
  width: 100%;
  margin: 7px 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  background: none repeat scroll 0 0 red;
  font-family: 'PT Sans', 'Tahoma', 'Verdana', 'Arial', sans-serif;
  font-size: 16px !important;
  font-weight: 600;
}
.block-grid-item {
  display: inline;
  float: left;
  height: auto;
  margin: 0;
  padding: 15px;
  list-style: none;
}
.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > .block-grid-item {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > .block-grid-item {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > .block-grid-item {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > .block-grid-item {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > .block-grid-item {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}
@media (max-width: 479px) {
  .block-grid-xxs-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-xxs-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-xxs-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-xxs-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-xxs-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-xxs-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-xxs-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-xxs-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-xxs-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-xxs-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-xxs-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-xxs-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-xxs-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-xxs-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-xxs-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-xxs-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-xxs-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-xxs-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-xxs-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-xxs-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-xxs-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-xxs-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-xxs-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-xxs-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-xxs-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .treatment_field_div,
  .manufacturer_field_div {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
  }
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

/* ----------------------------------------------------------------------------- * Basic styles * -------------------------------------------------------------------------- */

::selection {
  color: white;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: inherit;
}
body {
  margin: 0;
  line-height: 1.6em;
}
img {
  max-width: 100%;
  height: auto;
}
p,
a,
.vw-post-navigation-title,
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
textarea,
input,
select {
  max-width: 100%;
}
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
select {
  padding: 6px 10px 7px 10px;
  color: #999;
  border: 1px solid #999;
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus {
  color: inherit;
}
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
select,
button,
input[type=button],
input[type=submit] {
  border-radius: 0 !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
iframe {
  max-width: 100%;
}
blockquote {
  margin-left: 2em;
  padding: 0.2em 1.2em;
  border-left: 2px solid #ddd;
  background-color: #fafafa;
  font-size: 1.2em;
  font-weight: bold;
}
blockquote cite {
  display: block;
  margin-top: 1.3em;
  font-size: 0.75em;
  font-style: italic;
}

/* ----------------------------------------------------------------------------- * General Styles * -------------------------------------------------------------------------- */

.clearright {
  clear: right;
}

/* ----------------------------------------------------------------------------- * Type-Scale.com : 1.250 Major Third * http://type-scale.com/?size=13&scale=1.250&text=Using%20-Webkit-Font-Smoothing&webfont=Bitter&font-family=%27Bitter%27,%20serif&font-weight=400&font-family-headers=&font-weight-headers=inherit&background-color=white&font-color=#333 * -------------------------------------------------------------------------- */

body {
  line-height: 1.55;
}
p {
  margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-weight: inherit;
  line-height: 1.35;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.414em;
}
h1 {
  font-size: 2.441em;
}
h2 {
  font-size: 1.953em;
}
h3 {
  font-size: 1.563em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
small,
.font_small {
  font-size: 0.8em;
}
@media print {
  /* Remove url after links from bootstrap */
  a[href]:after {
    content: none;
  }
}
.vw-404-text {
  color: #ccc;
  font-family: arial;
  font-size: 90px;
  font-weight: bold;
  line-height: 0.5em;
}
.entry-title em,
.widget-title em,
.vw-related-posts-title em,
.vw-post-comments-title em,
.vw-page-title em,
.vw-post-box-layout-title em,
.vwspc-section-title em {
  font-style: inherit;
}
.alignnone {
  margin: 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 15px 0 0 15px;
}
.alignleft {
  float: left;
  margin: 15px 15px 0 0;
}
.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
a img.alignright {
  float: right;
  margin: 15px 0 0 15px;
}
a img.alignnone {
  margin: 15px 15px 0 0;
}
a img.alignleft {
  float: left;
  width: 150px !important;
  height: 150px !important;
  margin: 0 15px 15px 15px;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  max-width: 100%;
  text-align: center;
  background: #fff;
}
.wp-caption.alignnone {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignleft {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignright {
  margin: 15px 0 30px 15px;
}
.wp-caption img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 1em 0 0 0;
  padding: 0 10%;
  opacity: 0.7;
  font-size: 0.9em;
  font-style: italic;
  line-height: 17px;
}
.wp-post-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.sticky {
  /* empty */
}
.gallery-caption {
  /* empty */
}
.bypostauthor {
  /* empty */
}

/* ----------------------------------------------------------------------------- * Wordpress Tiled Gallery Default Style * -------------------------------------------------------------------------- */

.gallery img {
  padding: 3px;
  border: 1px solid #ddd !important;
}
.gallery .gallery-caption {
  margin-top: 0.5em;
  font-style: italic;
}

/* ----------------------------------------------------------------------------- * Site layout * -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  body.vw-site-layout-boxed .vw-site-wrapper {
    margin: 30px auto;
  }
  body.vw-site-layout-boxed .vw-site-wrapper,
  body.vw-site-layout-boxed .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  body.vw-site-layout-boxed .vw-site-wrapper,
  body.vw-site-layout-boxed .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  body.vw-site-layout-boxed .vw-site-wrapper,
  body.vw-site-layout-boxed .container {
    max-width: 1200px;
  }
}
.vw-site-title {
  margin-bottom: 0;
}
.vw-site-tagline {
  margin-top: 10px;
  opacity: 0.7;
  font-size: 13px;
  font-style: italic;
  line-height: 1.2em;
}

/* ----------------------------------------------------------------------------- * Top Bar / Bottom Bar * -------------------------------------------------------------------------- */

.vw-site-top-bar,
.vw-site-bottom-bar {
  font-size: 11px;
}
.vw-site-top-bar-left,
.vw-site-bottom-bar-left {
  float: left;
}
.vw-site-top-bar-right,
.vw-site-bottom-bar-right {
  text-align: right;
}
.vw-site-bottom-bar {
  padding: 5px 0;
}
@media (max-width: 479px) {
  .vw-site-bottom-bar-left {
    float: none;
  }
  .vw-site-bottom-bar-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .vw-site-top-bar-left,
  .vw-site-top-bar-right {
    float: none;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------- * Breaking News * -------------------------------------------------------------------------- */

.vw-breaking-news-wrapper {
  background-color: #f7f7f7;
}
.vw-breaking-news-wrapper .vw-breaking-news-title,
.vw-breaking-news-wrapper .vw-language-bar,
.vw-breaking-news-wrapper li {
  line-height: 40px;
}
.vw-breaking-news-wrapper li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vw-breaking-news-wrapper a {
  color: #999;
}
@media (max-width: 767px) {
  .vw-breaking-news-wrapper .vw-language-bar {
    display: block;
    float: none;
  }
}
.vw-breaking-news-title {
  display: inline-block;
  float: left;
  margin-right: 15px;
  font-weight: bold;
}
.vw-breaking-news-list,
.vw-breaking-news-title {
  vertical-align: top;
}
.vw-breaking-news-list {
  height: 1px;
  margin: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.vw-breaking-news-list.loaded {
  opacity: 1;
}
.vw-language-bar {
  float: right;
}

/* ----------------------------------------------------------------------------- * Header * -------------------------------------------------------------------------- */

.vw-site-header-wrapper {
  background-color: #fff;
}
.vw-site-header {
  padding: 30px 0;
}
body.vw-logo-position-left .vw-site-header-inner {
  display: table;
}
body.vw-logo-position-left .vw-site-logo-wrapper,
body.vw-logo-position-left .vw-header-banner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
body.vw-logo-position-left .vw-header-banner-wrapper {
  text-align: right;
}
@media (min-width: 992px) {
  body.vw-logo-position-left .vw-header-banner-wrapper {
    float: right;
  }
}
@media (max-width: 767px) {
  /*    body .transition {
         transition: 3s!important;
    }*/
  body.vw-logo-position-left .vw-site-header-inner {
    display: block;
  }
  body.vw-logo-position-left .vw-site-logo-wrapper,
  body.vw-logo-position-left .vw-header-banner-wrapper {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  body.vw-logo-position-left .vw-site-logo-link {
    margin-right: 0;
    margin-left: 0;
  }
}
body.vw-logo-position-center .vw-site-logo-wrapper {
  display: block;
  text-align: center;
}
body.vw-logo-position-center .vw-header-banner-wrapper {
  margin-top: 2em;
  text-align: center;
}
.vw-site-logo-link {
  display: inline-block;
}
.vw-site-logo-link:hover {
  text-decoration: none;
}
.vw-site-logo-link img {
  max-width: none;
}
.vw-site-logo-2x {
  display: none;
}
@media (max-width: 991px) {
  .vw-header-banner-wrapper {
    margin-top: 2em;
  }
}
.vw-header-banner-leader-board,
.vw-header-banner {
  max-width: 100%;
  margin: auto;
}
.vw-header-banner-leader-board {
  width: 728px;
  height: 90px;
}
@media (max-width: 991px) {
  .vw-header-banner-leader-board.vw-single-header-ads {
    /*width: 468px;*/
    /* height: 60px;*/
  }
}
@media (max-width: 479px) {
  .vw-header-banner-leader-board.vw-single-header-ads {
    width: 234px;
    height: 60px;
  }
}
.vw-header-ads-banner {
  width: 468px;
  height: 60px;
}

/* ----------------------------------------------------------------------------- * Page * -------------------------------------------------------------------------- */

.vw-page-wrapper {
  padding: 30px 0;
  background-color: #fff;
}
.vw-page-title-wrapper {
  position: relative;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f7f7f7;
}
.vw-page-title-wrapper .vw-page-description {
  color: #999;
}
.vw-page-title-wrapper .vw-page-description > p:last-child {
  margin-bottom: 0;
}
.vw-page-title-wrapper .vw-post-meta * {
  color: #fff;
}
.vw-page-title-wrapper.vw-has-background .vw-page-title-box {
  padding-top: 250px;
}
.vw-page-title-wrapper.vw-has-background .vw-page-description {
  opacity: 0.8;
}
.vw-page-title-wrapper .vw-page-title-thumbnail {
  margin-right: 1em;
}
.vw-page-title-wrapper .vw-page-title-thumbnail + .vw-page-title-box-inner {
  float: left;
  width: 50%;
}
.vw-page-title-wrapper .vw-page-title-image-captions {
  position: absolute;
  z-index: 100;
  margin-left: 15px;
}
.vw-page-title-wrapper .vw-page-title-image-captions .vw-featured-image-caption {
  margin-right: 80px;
  opacity: 0.8;
  color: #fff;
  background-color: rgba(127, 127, 127, 0.3);
}
@media (max-width: 767px) {
  .vw-page-title-wrapper .vw-page-title {
    font-size: 1.9em;
    line-height: 1.2em;
  }
  .vw-page-title-wrapper .vw-category-thumbnail,
  .vw-page-title-wrapper .avatar {
    max-width: 60px;
  }
  .vw-page-title-wrapper .vw-page-title-thumbnail {
    margin-right: 1em;
  }
  .vw-page-title-wrapper .vw-page-title-thumbnail + .vw-page-title-box-inner {
    float: none;
    width: auto;
    padding-left: 85px;
  }
}
.vw-page-title {
  margin-top: 0;
  margin-bottom: 30px;
}
body.page #comments {
  margin-top: 45px;
}
body.page .vw-post-comments-title {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------- * Breadcrumb * -------------------------------------------------------------------------- */

.vw-breadcrumb-wrapper a {
  color: inherit;
}
.vw-breadcrumb-wrapper .vw-breadcrumb-item-last {
  opacity: 0.75;
  font-style: italic;
}
.vw-breadcrumb {
  padding: 12px 0;
  font-size: 0.85em;
}
.vw-breadcrumb-separator {
  margin: 0 0.5em;
}
.vw-breadcrumb-title {
  margin-right: 1em;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------- * Search Page * -------------------------------------------------------------------------- */

body.search .search-result-caption {
  margin-bottom: 80px;
}

/* ----------------------------------------------------------------------------- * Comments * -------------------------------------------------------------------------- */

#commentform .form-allowed-tags {
  display: none;
}

/* ----------------------------------------------------------------------------- * Footer * -------------------------------------------------------------------------- */

.vw-site-footer {
  padding: 45px 0 30px 0;
}
.vw-site-footer .widget-title:after {
  opacity: 0.2;
}
.vw-site-footer .vw-post-box-meta a {
  color: inherit;
}
.vw-site-footer .vw-widget-feedburner-container {
  background-color: rgba(127, 127, 127, 0.1);
}
@media (max-width: 991px) {
  .vw-footer-sidebar + .vw-footer-sidebar {
    margin-top: 30px;
  }
}
.vw-site-bottom-bar a {
  color: inherit;
}
.vw-site-bottom-bar .vw-copyright {
  line-height: 30px;
}

/* ----------------------------------------------------------------------------- * Post * -------------------------------------------------------------------------- */

article + article {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.entry-title {
  margin-bottom: 8px;
}
.entry-title:first-child {
  margin-top: 0;
}
.vw-post-categories + .entry-title {
  margin-top: 10px;
}
.entry-content > :first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------- * Featured Image * -------------------------------------------------------------------------- */

.vw-featured-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2em;
}
.vw-featured-image-wrapper .wp-post-image {
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vw-featured-image-wrapper:hover .vw-featured-image-link .wp-post-image {
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  opacity: 0.5;
}
.vw-featured-image-wrapper:hover .vw-featured-image-overlay {
  display: block;
  visibility: visible;
  opacity: 1;
}
.vw-featured-image-wrapper:hover .vw-featured-image-button-wrapper {
  top: 50%;
}
.vw-featured-image-link {
  display: block;
  background-color: #000;
}
.vw-featured-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.no-touch .vw-featured-image-overlay {
  visibility: visible;
}
.vw-featured-image-button-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  text-align: center;
}
.vw-featured-image-button {
  padding: 5px;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
}
.vw-featured-image-button:hover {
  text-decoration: none;
  color: inherit;
}
.vw-featured-image-button + .vw-featured-image-button {
  margin-left: 15px;
}
.vw-featured-image-caption-wrapper {
  font-size: 12px;
}
.vw-featured-image-caption {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.04);
}

/* ----------------------------------------------------------------------------- * Single Post * -------------------------------------------------------------------------- */

body.single-post article.post {
  margin: 0;
  padding-bottom: 30px;
}
body.single-post article.post,
body.single-post .vw-about-author-section,
body.single-post .vw-related-posts,
body.single-post .vw-post-footer-section-custom-1,
body.single-post .vw-post-footer-section-custom-2,
body.single-post #comments {
  margin-bottom: 30px;
}
.vw-page-title-box {
  padding: 14px 0;
}
.vw-page-title-box .vw-page-title-thumbnail {
  float: left;
  margin-right: 20px;
}
.vw-page-title-box .vw-label + .vw-page-title {
  margin-top: 6px;
}
.vw-page-title-box .vw-page-title {
  margin: 6px 0;
  text-transform: capitalize;
  word-break: break-word;
}

@media (min-width: 768px) {
  .vw-page-title-box .vw-page-title {
    padding-right: 25%;
  }
}
.vw-page-title-box .vw-page-description {
  display: inline-block;
  font-size: 0.9em;
  /* make it floated when there is title thumbnail */
}
.vw-page-title-box .vw-page-description > p:first-child {
  margin-top: 0;
}
.vw-page-title-box .vw-post-meta {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.9em;
}
.vw-page-title-box a,
.vw-page-title-box .vw-post-meta-separator {
  color: inherit;
}
@media (min-width: 992px) {
  .vw-blog-sidebar-postition-left-content-right .vw-page-left-sidebar {
    right: 50%;
  }
}
@media (min-width: 992px) {
  .vw-blog-sidebar-postition-left-content-right .vw-page-content {
    left: 25%;
  }
}
.vw-post-meta {
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.5em;
}
.vw-post-meta .vw-post-views,
.vw-post-meta .vw-post-comment-number,
.vw-post-meta .vw-post-likes,
.vw-post-meta .vw-post-share {
  font-size: 1.1em;
}
@media (max-width: 567px) {
  .vw-breaking-news-wrapper,
  body.single-post article.post,
  .vw-page-title-wrapper {
    border: none;
  }
  .vw-page-wrapper {
    padding: 0;
  }
  .vw-post-meta .vw-post-meta-left,
  .vw-post-meta .vw-post-meta-right {
    display: block;
    float: none;
    margin-top: 8px !important;
  }
  .vw-post-meta .vw-post-meta-right {
    margin-top: 0.9em;
  }
}
.vw-post-meta-left {
  float: left;
}
.vw-post-meta-right {
  float: right;
}
.vw-post-meta-right > * {
  display: inline-block;
  padding: 3px 5px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.vw-post-meta-right > *:hover * {
  color: #fff !important;
}
.vw-post-meta-right a {
  text-decoration: none;
}
.vw-post-meta *,
.vw-post-box-meta * {
  color: #999;
}
article .vw-post-meta-right > * {
  background-color: rgba(0, 0, 0, 0.04);
}
.vw-post-comment-number i {
  float: left;
}
.vw-post-views i,
.vw-post-comment-number i,
.vw-post-likes i,
.vw-post-share i {
  margin-right: 5px;
}
.vw-post-share > i {
  margin: 0 3px;
  font-size: 13px;
}
.vw-tag-links,
.vw-page-links,
.vw-post-shares {
  font-size: 0.9em;
}
.vw-page-links {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.vw-page-links .vw-page-links-title {
  margin-right: 0.5em;
}
.vw-page-links > .vw-page-link {
  color: #fff;
}
.vw-page-links > .vw-page-link,
.vw-page-links > a {
  display: inline-block;
  padding: 5px 10px;
}
.vw-page-links a:hover {
  text-decoration: none;
}
.vw-page-links > a {
  color: #000;
}
.vw-page-links > a:hover {
  color: #fff;
  background-color: #000;
}
.vw-tag-links .vw-tag-links-title {
  font-size: 14px;
  font-weight: bold;
}
.vw-tag-links a {
  margin-right: 2px;
  margin-left: 0.4em;
  font-size: 14px;
  font-style: italic;
}

/* ----------------------------------------------------------------------------- * Gallery Direction Nav * -------------------------------------------------------------------------- */

.vw-gallery-direction-nav {
  position: absolute;
  top: 0;
  right: 15px;

  direction: ltr;
}
.vw-gallery-direction-button {
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border-radius: 2px;
  background-color: rgba(127, 127, 127, 0.2);
}
.vw-gallery-direction-button i {
  color: #fff;
  font-size: 19px;
}

/* ----------------------------------------------------------------------------- * Embeded Media * -------------------------------------------------------------------------- */

body.single .vw-embeded-media,
body.single .vw-featured-image {
  margin-bottom: 1.95em;
}

/* ----------------------------------------------------------------------------- * Post Navigation * -------------------------------------------------------------------------- */

.vw-post-navigation {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 35px;
  padding: 0;
}
.vw-post-navigation-inner {
  display: table-row;
}
.vw-post-navigation-icon {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  margin-top: -15px;
  font-size: 30px;
  line-height: 1em;
}
.vw-post-navigation-content {
  display: block;
}
.vw-post-navigation-title {
  margin-top: 0;
}
.vw-post-navigation-label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: normal;
}
.vw-post-navigation-next,
.vw-post-navigation-previous {
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
}
.vw-post-navigation-next:hover,
.vw-post-navigation-previous:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .vw-post-navigation-next,
  .vw-post-navigation-previous {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
  }
}
.vw-post-navigation-next {
  text-align: right;
  border-left: 1px dashed #ddd;
}
.vw-post-navigation-next .vw-post-navigation-content {
  margin-right: 60px;
  margin-left: 2em;
}
.vw-post-navigation-next .vw-post-navigation-icon {
  right: 0;
}
.vw-post-navigation-previous .vw-post-navigation-content {
  margin-right: 2em;
  margin-left: 60px;
}

/* ----------------------------------------------------------------------------- * After Posts Sections * -------------------------------------------------------------------------- */

.vw-related-posts-title,
.vw-post-comments-title {
  padding-bottom: 10px;
}

/* ----------------------------------------------------------------------------- * Related Posts * -------------------------------------------------------------------------- */

.vw-related-posts .vw-post-box-layout-boxed .block-grid {
  padding: 7.5px;
}
.vw-related-posts .vw-post-box-layout-boxed .block-grid-item {
  padding: 7.5px;
}

/* ----------------------------------------------------------------------------- * Comments * -------------------------------------------------------------------------- */

#comments .comment-reply-title {
  font-size: 1.3em;
}
.commentlist,
.commentlist .children {
  list-style: none;
}
.commentlist {
  padding-left: 0;
}
.comment .avatar {
  float: left;
  width: 50px;
  margin-right: 15px;
  border-radius: 50%;
}
.comment .author,
.comment .text {
  margin-left: 80px;
}
.comment .date,
.pingback .date {
  color: #999;
  font-size: 10px;
}
.comment .author-name,
.pingback .author-name {
  margin-top: 0.2em;
  margin-bottom: 3px;
  font-size: 1.1em;
  font-weight: bold;
}
* + .comment,
* + .pingback,
.commentlist .children {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.commentlist .children {
  margin-left: 80px;
  padding-left: 0;
}
.commentlist .children .comment .avatar {
  width: 32px;
}
.commentlist .children .comment .author,
.commentlist .children .comment .text {
  margin-left: 50px;
}

/* ----------------------------------------------------------------------------- * Post Layout: Full-Width Thumbnail * -------------------------------------------------------------------------- */

body.vw-page-has-thumbnail .vw-page-title-wrapper.vw-has-background .vw-page-title,
body.vw-page-has-thumbnail .vw-page-title-wrapper.vw-has-background .vw-post-meta,
body.vw-post-layout-full-width-featured-image .vw-page-title-wrapper.vw-has-background .vw-page-title,
body.vw-post-layout-full-width-featured-image .vw-page-title-wrapper.vw-has-background .vw-post-meta {
  color: #fff;
}

/* ----------------------------------------------------------------------------- * Page Navigation * -------------------------------------------------------------------------- */

.vw-page-navigation-title {
  display: none;
  margin-right: 0.5em;
}
.vw-page-navigation-pagination {
  display: block;
  margin-top: 3em;
  padding-top: 1em;
  text-align: left;
  border-top: 1px solid #d2d2d2;
}
.vw-page-navigation-pagination .page-numbers {
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
.vw-page-navigation-pagination .page-numbers.current,
.vw-page-navigation-pagination .page-numbers:hover {
  color: white;
}

/* ----------------------------------------------------------------------------- * Initial Style for All Menu * -------------------------------------------------------------------------- */

.vw-menu {
  margin: 0;
  padding: 0;
}
.vw-menu li {
  list-style: none;
}
.vw-menu a {
  text-decoration: none;
}
.no-touch .vw-menu .main-menu-item,
.no-touch .vw-menu .menu-link,
.no-touch .vw-menu .sub-menu-item {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.vw-menu .menu-link {
  display: block;
  padding: 10px 10px 10px 15px;
}
.vw-menu .sub-menu {
  position: relative;
  width: 250px;
  padding: 0;
}
.vw-menu .sub-menu-wrapper {
  -webkit-backface-visibility: hidden;
}

/* ----------------------------------------------------------------------------- * Text Menu Style * -------------------------------------------------------------------------- */

.vw-menu-type-text .sub-menu.menu-depth-2 {
  top: 0;
  left: 100%;
}
.vw-menu-type-text .sub-menu {
  position: absolute;
  z-index: 1;
  display: none;
  background-color: #ddd;
}
.vw-menu-type-text .menu-item {
  position: relative;
}

/* ----------------------------------------------------------------------------- * Vertical Text Menu Style * -------------------------------------------------------------------------- */

.vw-menu-type-vertical-text .menu-item-depth-0 {
  display: block;
}

/* ----------------------------------------------------------------------------- * Mega Post Menu Style * -------------------------------------------------------------------------- */

.vw-menu-type-mega-post {
  position: relative;
}
.vw-menu-type-mega-post .sub-menu-wrapper {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 0;
}
.vw-menu-type-mega-post .sub-posts {
  padding: 15px 0;
}
.vw-menu-type-mega-post .menu-item-depth-1 .sub-menu-wrapper {
  top: 0;
  left: 100%;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category {
  position: static;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper {
  right: 0;
  left: 0;
  overflow: hidden;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper > .sub-menu {
  float: left;
  width: 25%;
  min-width: 0;
  margin-bottom: -500px;
  /* fully height */
  padding-bottom: 500px;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper > .sub-menu + .sub-posts {
  float: left;
  width: 75%;
}
@media (max-width: 991px) {
  .vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-category > .sub-menu-wrapper .vw-post-box-layout-medium-grid-3-col .block-grid-item:last-child {
    display: none;
  }
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols {
  position: static;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols > .sub-menu-wrapper {
  right: 0;
  left: 0;
  overflow: hidden;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 {
  display: block;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:before,
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after {
  display: table;
  content: ' ';
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1:after {
  clear: both;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 > li {
  display: block;
  float: left;
  width: 25%;
  padding: 10px;
  vertical-align: top;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-1 .sub-menu-wrapper {
  position: static;
  display: block;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .sub-menu.menu-depth-2 {
  display: block;
  width: auto;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1:hover {
  background: transparent;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-1 > .menu-link {
  margin-bottom: 5px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(127, 127, 127, 0.5);
  font-weight: bold;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 .menu-link {
  padding-left: 25px;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 .menu-link:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-right: 6px;
  margin-left: 0.2em;
  margin-left: -18px;
  content: '\e875';
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  opacity: 0.4;
  font-family: 'entypo';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;

  speak: none;
}
.vw-menu-type-mega-post .menu-item-depth-0.vw-mega-menu-type-links-4-cols .menu-item-depth-2 + .menu-item-depth-2 .menu-link {
  border-top: 1px solid rgba(127, 127, 127, 0.2);
}

/* ----------------------------------------------------------------------------- * Top Navigation * -------------------------------------------------------------------------- */

.vw-menu-top-wrapper .menu-item-depth-0 > .menu-link,
.vw-menu-bottom-wrapper .menu-item-depth-0 > .menu-link {
  padding: 0 10px;
  line-height: 30px;
}
.vw-menu-top-wrapper .menu-item-depth-0:hover .main-menu-link,
.vw-menu-bottom-wrapper .menu-item-depth-0:hover .main-menu-link {
  color: #fff;
}

/* ----------------------------------------------------------------------------- * Bottom Navigation * -------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------- * Main Navigation * -------------------------------------------------------------------------- */

.vw-menu-main-wrapper {
  position: relative;
}
.vw-menu-main-wrapper:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transition: opacity 0.2s east-out;
  -moz-transition: opacity 0.2s east-out;
  transition: opacity 0.2s east-out;
  background-color: #eee;
}
.vw-menu-location-main .vw-menu-additional-icons {
  position: relative;
  display: inline-block;
  float: right;
}
@media (max-width: 991px) {
  .vw-menu-main-wrapper {
    display: none;
  }
  .vw-menu .vw-menu-additional-icons {
    display: none;
  }
}
.vw-menu-location-main {
  padding-right: 10px;
  padding-left: 10px;
}
.vw-menu-location-main .main-menu-link span {
  color: inherit;
}
.vw-menu-location-main .menu-item-depth-0:hover .main-menu-link {
  color: #fff;
}
.vw-menu-location-main .menu-item-depth-0.current-menu-item:after,
.vw-menu-location-main .menu-item-depth-0.current-menu-parent:after,
.vw-menu-location-main .menu-item-depth-0.current-category-ancestor:after,
.vw-menu-location-main .menu-item-depth-0.current-post-ancestor:after {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  content: '';
}
.vw-menu-location-main .vw-menu-additional-logo {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 0;
  opacity: 0;
}
.vw-menu-location-main .vw-menu-additional-logo a {
  word-wrap: initial;
}
.vw-menu-location-main .vw-menu-additional-logo img {
  width: auto;
  max-height: 36px;
}
.is-sticky .vw-menu-location-main .vw-menu-additional-logo {
  width: auto;
  opacity: 1;
}
.is-sticky .vw-menu-location-main .vw-menu-additional-logo img {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.vw-menu-location-main .vw-instant-search-panel {
  top: 100%;
  right: 0;
  width: 25em;
}
.vw-menu-location-main .sub-menu-link {
  font-size: 0.9em;
}
.is-sticky .vw-menu-main-wrapper {
  margin-top: 0;
}
.is-sticky .vw-menu-main-wrapper:before {
  opacity: 0;
}

/* ----------------------------------------------------------------------------- * Mobile Navigation * -------------------------------------------------------------------------- */

.vw-mobile-menu-button,
.vw-instant-search-buton,
.vw-user-login-button,
.vw-cart-button,
.vw-menu-main-wrapper .menu-item-depth-0 > .menu-link {
  display: inline-block;
  height: 45px;
  padding: 12px 15px;
  cursor: pointer;
}
.vw-mobile-menu-button:hover,
.vw-instant-search-buton:hover,
.vw-user-login-button:hover,
.vw-cart-button:hover,
.vw-menu-main-wrapper .menu-item-depth-0 > .menu-link:hover {
  color: #fff;
}
.vw-menu-mobile-wrapper .vw-instant-search-buton,
.vw-menu-mobile-wrapper .vw-user-login-button,
.vw-menu-mobile-wrapper .vw-cart-button-wrapper,
.vw-menu-main-wrapper .vw-instant-search-buton,
.vw-menu-main-wrapper .vw-user-login-button,
.vw-menu-main-wrapper .vw-cart-button-wrapper {
  float: right;
}
.vw-menu-mobile-wrapper .vw-mobile-menu-button,
.vw-menu-main-wrapper .vw-mobile-menu-button {
  font-size: 14px;
}
.vw-menu-mobile-wrapper .vw-menu-mobile-inner {
  position: relative;
}
.vw-menu-mobile-wrapper .vw-instant-search-panel {
  width: 100%;
}
@media (min-width: 992px) {
  .vw-menu-mobile-wrapper {
    display: none;
  }
}
.vw-menu-location-mobile {
  position: absolute;
  z-index: 100;
  display: none;
  width: 100%;
}
.vw-menu-location-mobile .menu-item-depth-0 {
  position: relative;
  padding: 0.5em 0;
}
.vw-menu-location-mobile .menu-item-depth-0:before {
  position: relative;
  top: -0.5em;
  display: block;
  margin: 0 1em;
  content: '';
  border-top: 1px solid rgba(128, 128, 128, 0.3);
}
.vw-menu-location-mobile .menu-item-depth-0:first-child:before {
  border-top: none;
}
.vw-menu-location-mobile .menu-item-depth-0:hover .main-menu-link {
  color: #fff;
}
.vw-menu-location-mobile .main-menu-link {
  padding-left: 1em;
}
.vw-menu-location-mobile .sub-menu {
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 2em;
  font-size: 0.9em;
}

/*-----------------------------------------------------------------------------* Post Box: Common* -------------------------------------------------------------------------- */

.vw-post-box + .vw-post-box {
  margin-top: 15px;
}
.vw-post-box-meta .desc {
  color: #999;
  font-size: 0.8em;
  line-height: 1em;
}
.vw-post-meta-small,
.vw-post-box-meta {
  margin-bottom: 0;
}
.vw-post-meta-small .vw-post-meta-left,
.vw-post-box-meta .vw-post-meta-left {
  padding: 3px 3px 3px 0;
}
.vw-post-review-star {
  display: inline-block;
  width: auto !important;
  line-height: 1em;
}
.vw-post-review-star img {
  max-width: 14px;
  margin-top: -3px;
  vertical-align: middle;
}
.vw-post-review-star img + img {
  margin-left: 3px;
}
.vw-post-box-thumbnail {
  display: inline-block;
  max-width: 100%;
}
.vw-post-box-thumbnail img.wp-post-image {
  height: auto;
  margin: 0;

  -webkit-backface-visibility: hidden;
}

/* A default style for top-thumbnail post box */

.vw-post-box-style-top-thumbnail .vw-post-box-post-title {
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}
.vw-post-box-style-top-thumbnail .vw-post-box-thumbnail {
  margin-bottom: 8px;
}

/* A default style for left-thumbnail post box */

.vw-post-box-style-left-thumbnail {
  clear: both;
}
.vw-post-box-style-left-thumbnail .vw-post-box-thumbnail {
  float: left;
  width: 60px;
  height: 60px;
}
.vw-post-box-style-left-thumbnail .vw-post-box-thumbnail ~ * {
  margin-left: 75px;
}
.vw-post-box-style-left-thumbnail .vw-post-box-post-title {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.vw-post-box-article .vw-post-box-thumbnail,
.vw-post-box-large .vw-post-box-thumbnail,
.vw-post-box-medium .vw-post-box-thumbnail,
.vw-post-box-small .vw-post-box-thumbnail,
.vw-post-box-classic .vw-post-box-thumbnail,
.vw-instant-search-result-thumbnail {
}
.vw-post-box-article .vw-post-box-thumbnail img.wp-post-image,
.vw-post-box-large .vw-post-box-thumbnail img.wp-post-image,
.vw-post-box-medium .vw-post-box-thumbnail img.wp-post-image,
.vw-post-box-small .vw-post-box-thumbnail img.wp-post-image,
.vw-post-box-classic .vw-post-box-thumbnail img.wp-post-image,
.vw-instant-search-result-thumbnail img.wp-post-image {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.vw-post-box-article .vw-post-box-thumbnail:hover img.wp-post-image,
.vw-post-box-large .vw-post-box-thumbnail:hover img.wp-post-image,
.vw-post-box-medium .vw-post-box-thumbnail:hover img.wp-post-image,
.vw-post-box-small .vw-post-box-thumbnail:hover img.wp-post-image,
.vw-post-box-classic .vw-post-box-thumbnail:hover img.wp-post-image,
.vw-instant-search-result-thumbnail:hover img.wp-post-image {
  /*  //  opacity: 0.3;*/
}
.vw-post-date i {
  margin-right: 0.3em;
}

/* ----------------------------------------------------------------------------- * Post Box: Small * -------------------------------------------------------------------------- */

.vw-post-box-small .vw-post-box-meta .vw-post-views {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vw-post-box-small .vw-post-box-meta .vw-post-views-icon {
  margin-right: 3px;
}
.vw-post-box-small .vw-post-box-meta .vw-post-review-star {
  display: inline-block;
}
.vw-post-box-small .vw-post-box-meta .vw-post-review-star img {
  max-width: 12px;
  margin-top: 1px;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------- * Post Box: Small Author * -------------------------------------------------------------------------- */

.vw-post-box-small-author .vw-post-box-meta {
  margin-top: 5px;
}

/* ----------------------------------------------------------------------------- * Post Box: Small Comment * -------------------------------------------------------------------------- */

.vw-post-box-small-comment p {
  font-size: 0.85em;
}
.vw-post-box-small-comment .vw-post-box-thumbnail {
  background: transparent;
}

/* ----------------------------------------------------------------------------- * Post Box: Large * -------------------------------------------------------------------------- */

.vw-post-box-large .vw-post-box-post-title {
  font-size: 1.25em;
  /* h4 */
}

/* ----------------------------------------------------------------------------- * Post Box: Boxed * -------------------------------------------------------------------------- */

.vw-post-box-boxed,
.vw-post-box-big-boxed {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #000;

  -webkit-backface-visibility: hidden;
}
.vw-post-box-boxed .vw-post-box-thumbnail,
.vw-post-box-big-boxed .vw-post-box-thumbnail {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.vw-post-box-boxed:hover .vw-post-box-thumbnail,
.vw-post-box-big-boxed:hover .vw-post-box-thumbnail {
  opacity: 0.5;
}
.vw-post-box-boxed .vw-post-box-overlay,
.vw-post-box-big-boxed .vw-post-box-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 20px 15px;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
}
.vw-post-box-boxed .vw-post-box-post-title,
.vw-post-box-big-boxed .vw-post-box-post-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.vw-post-box-boxed .vw-post-box-post-title a:hover,
.vw-post-box-big-boxed .vw-post-box-post-title a:hover {
  color: inherit;
}
.vw-post-box-boxed .vw-post-review-star,
.vw-post-box-big-boxed .vw-post-review-star {
  display: block;
  margin-top: 5px;
  line-height: 16px;
}
.vw-post-box-big-boxed {
  height: 500px;
}
.vw-post-box-big-boxed .vw-post-box-post-title {
  padding-right: 20%;
}
.vw-post-box-big-boxed .vw-post-meta {
  font-size: 0.9em;
}
.vw-post-box-big-boxed .vw-post-meta * {
  color: #fff;
}

/* ----------------------------------------------------------------------------- * Post Box: Classic * -------------------------------------------------------------------------- */

.vw-post-box-classic .vw-post-box-thumbnail {
  float: left;
  width: 230px;
  height: 230px;
}
.vw-post-box-classic .vw-post-box-thumbnail ~ * {
  margin-left: 260px;
}
@media (max-width: 479px) {
  .vw-post-box-classic .vw-post-box-thumbnail {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .vw-post-box-classic .vw-post-box-thumbnail ~ * {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .vw-post-box-classic .vw-post-box-thumbnail {
    width: 180px;
    height: 180px;
  }
  .vw-post-box-classic .vw-post-box-thumbnail ~ * {
    margin-left: 210px;
  }
}

/* ----------------------------------------------------------------------------- * Post Layout: Common * -------------------------------------------------------------------------- */

.vw-post-box-layout-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.563em;
}

/* ----------------------------------------------------------------------------- * Post Layout: 3 Columns Grid ( Medium, Large ) * -------------------------------------------------------------------------- */

.vw-post-box-layout-medium-grid-3-col,
.vw-post-box-layout-large-grid-3-col {
  /* Only XS to SM */
}
@media (min-width: 480px) and (max-width: 991px) {
  .vw-post-box-layout-medium-grid-3-col .block-grid-item:nth-child(odd):last-child,
  .vw-post-box-layout-large-grid-3-col .block-grid-item:nth-child(odd):last-child {
    display: none;
  }
}

/* ----------------------------------------------------------------------------- * Post Layout: Large Grid * -------------------------------------------------------------------------- */

.vw-post-box-layout-large-grid .vw-post-meta,
.vw-post-box-layout-large-grid-1-col .vw-post-meta,
.vw-post-box-layout-large-grid-3-col .vw-post-meta {
  margin-bottom: 0;
}
.vw-post-box-layout-large-grid .avatar,
.vw-post-box-layout-large-grid .author-name,
.vw-post-box-layout-large-grid .vw-post-meta-separator,
.vw-post-box-layout-large-grid-1-col .avatar,
.vw-post-box-layout-large-grid-1-col .author-name,
.vw-post-box-layout-large-grid-1-col .vw-post-meta-separator,
.vw-post-box-layout-large-grid-3-col .avatar,
.vw-post-box-layout-large-grid-3-col .author-name,
.vw-post-box-layout-large-grid-3-col .vw-post-meta-separator {
  display: none;
}

/* ----------------------------------------------------------------------------- * Post Layout: Large-Small * -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .vw-post-box-layout-large-small .block-grid,
  .vw-post-box-layout-large-small-3-col .block-grid {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vw-post-box-layout-large-small .block-grid-item:first-child .vw-post-box-small,
  .vw-post-box-layout-large-small-3-col .block-grid-item:first-child .vw-post-box-small {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vw-post-box-layout-large-small-3-col .block-grid {
    margin-top: 15px;
  }
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(2) .vw-post-box {
    border-top: none;
  }
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(odd):last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .vw-post-box-layout-large-small .block-grid-item:nth-child(1) .vw-post-box-small,
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(1) .vw-post-box-small,
  .vw-post-box-layout-large-small-3-col .block-grid-item:nth-child(2) .vw-post-box-small {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.vw-post-box-layout-large-small-1-col .block-grid {
  margin-top: 15px;
}
.vw-post-box-layout-large-small .vw-post-box-small,
.vw-post-box-layout-large-small-1-col .vw-post-box-small,
.vw-post-box-layout-large-small-3-col .vw-post-box-small {
  margin-top: -15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* ----------------------------------------------------------------------------- * Post Layout: Grid 3 Cols * -------------------------------------------------------------------------- */

.vw-box-3-wrapper + .vw-box-3-wrapper {
  padding-top: 10px;
}
.vw-box-3 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.vw-box-3-left {
  overflow: hidden;
  font-size: 1.25em;
}
.vw-box-3-left .vw-post-box-boxed {
  height: 350px;
}
.vw-box-3-right-top,
.vw-box-3-right-bottom {
  float: right;
  overflow: hidden;
}
.vw-box-3-right-top .vw-post-box-boxed,
.vw-box-3-right-bottom .vw-post-box-boxed {
  height: 170px;
}
@media (max-width: 767px) {
  .vw-box-3 {
    float: left;
    padding-bottom: 10px;
  }
  .vw-box-3-right-top,
  .vw-box-3-right-bottom {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vw-box-3-left {
    padding-bottom: 10px;
  }
  .vw-box-3-right-bottom {
    padding-right: 5px;
  }
  .vw-box-3-right-top {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .vw-box-3-left {
    float: left;
    font-size: 1.563em;
  }
  .vw-box-3-right-bottom,
  .vw-box-3-right-top {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .vw-box-3-left {
    width: 70%;
    padding-right: 10px;
  }
  .vw-box-3-right-top,
  .vw-box-3-right-bottom {
    float: right;
    max-width: 30%;
  }
  .vw-box-3-right-top {
    padding-bottom: 5px;
  }
  .vw-box-3-right-bottom {
    padding-top: 5px;
  }
  .vw-box-3-wrapper:nth-of-type(even) .vw-box-3-left {
    float: right;
    padding-right: 0;
    padding-left: 10px;
  }
  .vw-box-3-wrapper:nth-of-type(even) .vw-box-3-right-top,
  .vw-box-3-wrapper:nth-of-type(even) .vw-box-3-right-bottom {
    float: left;
  }
}

/* ----------------------------------------------------------------------------- * Post Layout: Boxed * -------------------------------------------------------------------------- */

.vw-post-box-layout-boxed-1-col .block-grid-item + .block-grid-item {
  padding-top: 0;
}

/* -----------------------------------------------------------------------------* Tag Style* -------------------------------------------------------------------------- */

.vw-labels:before,
.vw-labels:after {
  display: table;
  content: ' ';
}
.vw-labels:after {
  clear: both;
}
.vw-labels a {
  float: left;
}
.vw-post-categories {
  margin-bottom: 8px;
}
.vw-label,
.vw-post-categories a {
  display: inline-block;
  margin-right: 4px;
  padding: 3px 4px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1em;
}
.vw-label,
.vw-label:hover,
.vw-post-categories a,
.vw-post-categories a:hover {
  color: #fff;
}
a.vw-page-title-wrapper .vw-label:hover,
.vw-post-categories a:hover {
  text-decoration: underline;
}
.vw-read-more {
  font-size: 0.8em;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------- * About Author * -------------------------------------------------------------------------- */

.vw-about-author-section {
  padding: 30px;
  background-color: #f5f5f5;
}
.vw-about-author-section .vw-author-avatar {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.vw-about-author-section .vw-author-avatar + .vw-about-author {
  margin-left: 140px;
}
.vw-about-author-section .vw-author-name {
  margin-top: 0;
}
.vw-about-author-section .vw-author-bio {
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .vw-about-author-section {
    text-align: center;
  }
  .vw-about-author-section .vw-author-avatar {
    float: none;
    margin: 0;
  }
  .vw-about-author-section .avatar {
    margin: 0;
  }
  .vw-about-author-section .vw-author-avatar + .vw-about-author {
    margin-top: 2em;
    margin-left: 0;
  }
  .vw-about-author-section .vw-author-socials {
    margin-top: 2.5em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .vw-about-author-section .vw-author-socials span {
    display: inline-block;
  }
}
.vw-author-socials {
  margin-top: 1.5em;
}
.vw-author-socials a {
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 2%;
  padding: 8px 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.vw-author-socials span {
  display: none;
  margin-left: 5px;
}
.vw-author-socials .vw-icon-social-twitter:hover {
  background-color: #55acee;
}
.vw-author-socials .vw-icon-social-facebook:hover {
  background-color: #3d62b3;
}
.vw-author-socials .vw-icon-social-gplus:hover {
  background-color: #d34836;
}
.vw-author-socials .vw-icon-social-pinterest:hover {
  background-color: #cc2127;
}
.vw-author-socials .vw-icon-social-tumblr:hover {
  background-color: #314e6c;
}
.vw-author-socials .vw-icon-social-instagram:hover {
  background-color: #1e5d81;
}
.vw-author-socials .vw-icon-social-fivehundredpx:hover {
  background-color: #000;
}
.vw-author-socials .vw-icon-social-dribbble:hover {
  background-color: #ea4c89;
}
.vw-author-socials .vw-icon-social-flickr:hover {
  background-color: #ff0084;
}
.vw-author-socials .vw-icon-social-linkedin:hover {
  background-color: #007bb6;
}
.vw-author-socials .vw-icon-social-skype:hover {
  background-color: #00adf2;
}
.vw-author-socials .vw-icon-social-soundcloud:hover {
  background-color: #f50;
}
.vw-author-socials .vw-icon-social-youtube:hover {
  background-color: #cc181e;
}
.vw-author-socials .vw-icon-social-vimeo:hover {
  background-color: #1da7ce;
}
.vw-author-socials .vw-icon-social-email:hover {
  background-color: #000;
}
.vw-author-socials .vw-icon-entypo-link:hover {
  background-color: #000;
}
.vw-author-socials .vw-icon-social-guest:hover {
  background-color: #000;
}
.vw-page-title-box .vw-author-socials {
  display: block;
  margin-top: 1.5em;
}
.vw-page-title-box .vw-author-socials a {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- * Button * -------------------------------------------------------------------------- */

button,
input[type=button],
input[type=submit],
.btn,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce .cart-collaterals .shipping_calculator h2 a.btn-black,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a.btn-black,
.woocommerce .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button {
  display: inline-block;
  margin-bottom: 4px;
  padding: 9px 15px 6px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  background-color: #aaa;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.btn:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce .cart-collaterals .shipping_calculator h2 a.btn-black:hover,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a.btn-black:hover,
.woocommerce .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button:hover,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a.shipping-calculator-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #bbb;
}
.btn-small {
  padding: 6px 10px;
  font-size: 10px;
}
.btn-large {
  padding: 12px 20px;
  font-size: 16px;
}
.btn-full-width {
  display: block;
  width: 100%;
}

/* Colors */

.btn > i:first-child {
  margin-right: 0.4em;
  font-size: 15px;
}
.btn.btn-black {
  border-bottom-color: rgba(255, 255, 255, 0.13);
  background-color: #000;
}
.no-touch .btn.btn-black:hover {
  background-color: #333;
}
.btn.btn-orange {
  background-color: #fc7844;
}
.no-touch .btn.btn-orange:hover {
  background-color: #fd9369;
}
.btn.btn-red {
  background-color: #e74c3c;
}
.no-touch .btn.btn-red:hover {
  background-color: #ec7063;
}
.btn.btn-yellow {
  background-color: #f9cb31;
}
.no-touch .btn.btn-yellow:hover {
  background-color: #fad45a;
}
.btn.btn-blue {
  background-color: #3498db;
}
.no-touch .btn.btn-blue:hover {
  background-color: #5dace2;
}
.btn.btn-green {
  background-color: #1abc84;
}
.no-touch .btn.btn-green:hover {
  background-color: #48c99d;
}
.btn.btn-purple {
  background-color: #b73b7a;
}
.no-touch .btn.btn-purple:hover {
  background-color: #c56295;
}
.btn.btn-pink {
  background-color: #ed5e80;
}
.no-touch .btn.btn-pink:hover {
  background-color: #f17e99;
}

/* ----------------------------------------------------------------------------- * Avatar * -------------------------------------------------------------------------- */

.vw-category-thumbnail,
.avatar {
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50%;
}

/* ----------------------------------------------------------------------------- * Pagination * -------------------------------------------------------------------------- */

#pagination {
  margin-top: 45px;
}
#pagination > * {
  display: inline-block;
  padding: 8px 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #ddd;
  font-size: 13px;
  font-weight: bold;
}
#pagination > *:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------- * Backstretch * -------------------------------------------------------------------------- */

.backstretch:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 3%, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 3%, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
}
.lt-ie10 .backstretch:before {
  background: rgba(0, 0, 0, 0.15);
}

/* ----------------------------------------------------------------------------- * Supersized * -------------------------------------------------------------------------- */

#supersized img {
  max-width: none;
}
#slidecaption {
  position: fixed;
  bottom: -1px;
  width: 80%;
  height: 126px;
  padding: 0 15px 15px 15px;
  background: rgba(0, 0, 0, 0.75);
}

/* ----------------------------------------------------------------------------- * Sticky * -------------------------------------------------------------------------- */

.vw-sticky {
  width: 100%;
}
.vw-sticky-wrapper.is-sticky .vw-sticky {
  z-index: 100;
  right: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .vw-sticky-wrapper {
    display: none;
  }
}

/* ----------------------------------------------------------------------------- * Search Form * -------------------------------------------------------------------------- */

.vw-search-form {
  position: relative;
}
.vw-search-form .vw-search-icon {
  position: absolute;
  top: 0;
  right: 2px;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-top: 0.3em;
  cursor: pointer;
  font-size: 18px;
}
.vw-search-form #s {
  width: 100%;
  padding-right: 25px;
}

/* ----------------------------------------------------------------------------- * Site Social Profile * -------------------------------------------------------------------------- */

.vw-site-social-profile-icon {
  display: inline-block;
}
.no-touch .vw-site-social-profile-icon {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vw-site-social-profile-icon + .vw-site-social-profile-icon {
  margin-left: 5px;
}
.vw-site-social-profile-icon:hover {
  color: #fff;
}
.vw-site-social-profile-icon i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

/* ----------------------------------------------------------------------------- * Post Slider * -------------------------------------------------------------------------- */

.vw-post-slider {
  margin-bottom: 0;
}
.vw-post-slider-no-control-nav .flex-control-nav {
  display: none;
}
.vw-post-slider-title {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
}
.vw-post-slider-image img {
  margin: 0;
}
.vw-post-slider-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.5em;
  padding-right: 20%;
  padding-bottom: 1.5em;
  padding-left: 2em;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.8) 100%);
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .vw-post-slider-info {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 1em;
  }
}
.vw-post-slider-template-default .vw-post-categories {
  display: inline-block;
}
@media (max-width: 767px) {
  .vw-post-slider-template-default .vw-post-slider-title {
    font-size: 1.6em;
  }
}
.vw-post-slider-template-category-thumbnail .vw-category-thumbnail {
  float: left;
  width: 75px;
  height: 75px;
}
.vw-post-slider-template-category-thumbnail .vw-category-thumbnail ~ * {
  margin-left: 100px;
}
.vw-post-slider-template-category-thumbnail .vw-post-meta {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.vw-post-slider-template-category-thumbnail .vw-post-meta .avatar {
  display: none;
}
@media (max-width: 767px) {
  .vw-post-slider-template-category-thumbnail .vw-post-slider-title {
    font-size: 1.6em;
  }
  .vw-post-slider-template-category-thumbnail .vw-category-thumbnail {
    width: 25px;
    height: 25px;
  }
  .vw-post-slider-template-category-thumbnail .vw-category-thumbnail ~ * {
    margin-left: 35px;
  }
  .vw-post-slider-template-category-thumbnail .vw-post-meta {
    font-size: 0.5em;
  }
}
.vw-post-slider-template-large .vw-post-slider-mini-box {
  position: relative;
  display: inline-block;
}
.vw-post-slider-template-large .vw-post-slider-mini-box-left {
  overflow: hidden;
}
.vw-post-slider-template-large .vw-post-slider-mini-box-right-top,
.vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
  float: right;
  max-width: 50%;
}
.vw-post-slider-template-large .vw-post-slider-mini-box-right-top {
  max-width: 49%;
  margin-left: 1%;
}
.vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom .vw-post-slider-image {
  margin-bottom: -1%;
}
@media (max-width: 479px) {
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-top,
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
    float: none;
    max-width: none;
    margin: 0;
  }
  .vw-post-slider-template-large .vw-post-slider-title {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  .vw-post-slider-template-large .vw-post-slider-mini-box-left {
    float: left;
    max-width: 67.1%;
    margin-right: 1%;
  }
  .vw-post-slider-template-large .vw-post-slider-mini-box-left .vw-post-slider-image {
    margin-bottom: -1%;
  }
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-top,
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
    float: right;
    max-width: 31.9%;
    margin: 0;
  }
  .vw-post-slider-template-large .vw-post-slider-mini-box-right-bottom {
    margin-top: 1%;
  }
}

/* ----------------------------------------------------------------------------- * Category Post Slider * -------------------------------------------------------------------------- */

.vw-category-post-slider {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.vw-category-post-slider + .block-grid {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------- * Category Top Content * -------------------------------------------------------------------------- */

.vw-category-top-content {
  margin-bottom: 30px;
}
.vw-category-top-content + .block-grid {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------- * Instant Search * -------------------------------------------------------------------------- */

.vw-instant-search-panel {
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 10px;
}
.vw-instant-search-panel #s {
  width: 100%;
  color: #000;
}
.vw-instant-search-result-panel {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}
.vw-instant-search-result-panel > li {
  padding: 15px 0;
}
.vw-instant-search-result-panel > li:first-child {
  margin-top: 15px;
}
.vw-instant-search-result-panel > li + li {
  border-top: 1px solid rgba(128, 128, 128, 0.5);
}
.vw-instant-search-result-item {
  font-size: 0.85em;
  line-height: 1.4em;
}
.vw-instant-search-result-thumbnail {
  float: left;
  width: 60px;
  height: 60px;
}
.vw-instant-search-result-thumbnail img {
  margin: 0;
}
.vw-instant-search-result-content {
  margin-left: 70px;
}
.vw-instant-search-result-title {
  margin-bottom: 3px;
  font-weight: bold;
}
.vw-instant-search-result-date {
  opacity: 0.75;
  font-size: 10px;
}

/* ----------------------------------------------------------------------------- * Custom Tiled Gallery * -------------------------------------------------------------------------- */

.vw-custom-tiled-gallery {
  margin: 30px 0;
}
.vw-custom-tiled-gallery .gallery-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 32.33%;
  margin: 0.5%;
}
.vw-custom-tiled-gallery .gallery-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 15px;
  color: white;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.2em;
}
.vw-custom-tiled-gallery br + br {
  display: none;
}
.vw-custom-tiled-gallery a {
  display: inline-block;
  max-width: 100%;
}
.vw-custom-tiled-gallery a:hover img {
  opacity: 0.75;
}
.vw-custom-tiled-gallery img {
  max-width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* ----------------------------------------------------------------------------- * qTranslate * -------------------------------------------------------------------------- */

.qtrans_language_chooser {
  margin: 0;
  padding: 0;
}
.qtrans_language_chooser li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
}

/* ----------------------------------------------------------------------------- * Review Box * -------------------------------------------------------------------------- */

.vw-review-box {
  margin-bottom: 1.3em;
  padding: 10px;
  color: #fff;
  background-color: #eee;
}
.vw-review-position-top-floating {
  float: left;
  width: 60%;
  margin-right: 1.3em;
}
.vw-review-box-title {
  margin: 0;
  padding: 10px 15px;
  color: #444;
  background-color: white;
}
.vw-review-item {
  position: relative;
  margin-top: 2px;
}
.vw-review-item-title {
  position: relative;
  z-index: 2;
  float: left;
}
.vw-review-item-title-score {
  font-weight: bold;
}
.vw-review-item-score {
  float: right;
  text-align: center;
}
.vw-review-item-score.vw-review-score-percentage {
  position: absolute;
  height: 100%;
  background-image: url(images/stripe-white.png);
  background-repeat: repeat;
}
.vw-review-box-summary {
  position: relative;
  display: table;
  width: 100%;
  min-height: 85px;
  margin-top: 2px;
  border-right-color: #eee;
}
.vw-review-summary,
.vw-review-total-score {
  display: table-cell;
  vertical-align: middle;
}
.vw-review-summary {
  color: #444;
  border-right: 2px solid;
  background-color: white;
}
.vw-review-total-score,
.vw-review-item-score.vw-review-score-star {
  width: 115px;
  text-align: center;
}
.vw-review-total-score.vw-review-score-percentage,
.vw-review-total-score.vw-review-score-point {
  font-size: 44px;
  font-weight: bold;
}
.vw-review-total-score.vw-review-score-percentage:after {
  content: '%';
  font-size: 0.5em;
  font-weight: normal;
}
.vw-review-item-title,
.vw-review-score-star,
.vw-review-summary {
  padding: 6px 0;
}
.vw-review-item-title,
.vw-review-summary {
  padding-right: 15px;
  padding-left: 15px;
}
.vw-review-score-star {
  line-height: 1em;
}
.vw-review-score-star img {
  max-width: 16px;
  vertical-align: middle;
}
.vw-review-score-star img + img {
  margin-left: 3px;
}
.vw-review-score-star .vw-review-score-number {
  width: auto !important;
}
.vw-review-item,
.vw-review-box-summary {
  background-color: #444;
}
.vw-post-tabed-tab,
.vw-about-author-section .vw-author-socials a {
  background-color: #3a3a3a;
}

/* ----------------------------------------------------------------------------- * Review Editor * -------------------------------------------------------------------------- */

#vw_review_editor .field-review-summary,
#vw_review_editor .field-review-score {
  display: none;
}
#vw_review_editor .review-scores {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
}
#vw_review_editor .review-scores .review-score-row {
  position: relative;
  padding: 5px 10px 5px 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
  background: linear-gradient(to top, #ececec, #f9f9f9);
  background-color: #f1f1f1;
}
#vw_review_editor .review-scores .review-score-row i {
  color: #ccc;
}
#vw_review_editor .review-scores .review-score-row i:hover {
  color: #3facd6;
}
#vw_review_editor .review-scores .review-score-row .move-icon {
  margin-right: 10px;
  cursor: move;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1em;
}
#vw_review_editor .review-scores .review-score-row .delete-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -0.5em;
  cursor: pointer;
  font-size: 16px;
  line-height: 1em;
}
#vw_review_editor .review-scores .review-score-row .review-score-label {
  margin-right: 5px;
  color: #666;
  font-size: 11px;
  font-weight: bold;
}
#vw_review_editor .review-scores .review-score-row .rwmb-text {
  width: 40%;
  margin-right: 10px;
}
#vw_review_editor .review-scores .review-score-row + .review-score-row {
  margin-top: 5px;
}

/* ----------------------------------------------------------------------------- * Simple Page Composer * -------------------------------------------------------------------------- */

.vwspc-section + .vwspc-section {
  margin-top: 30px;
}
.vwspc-section-title {
  margin-top: 0;
  margin-bottom: 1em;
}
.vwspc-section-post-slider-section + .vwspc-section-post-slider-section {
  margin-top: 1%;
}
.vwspc-section-big-post-slider-section:first-child {
  margin-top: -30px;
}
.vwspc-section-big-post-slider-section .vw-post-box-thumbnail:before {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 3%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 3%);
}
@media (max-width: 991px) {
  .vwspc-sidebar-column {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-left {
    float: right;
    margin-right: 0;
    margin-left: 1%;
  }
  .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-top,
  .vwspc-section-post-slider-section:nth-of-type(even) .vw-post-slider-mini-box-right-bottom {
    float: left;
  }
}
.vwspc-section-big-post-slider-section .vw-post-slider-slide .vw-post-box-thumbnail {
  text-align: center;
}
.vwspc-section-big-post-slider-section .vw-post-slider-slide .vw-post-box-thumbnail .wp-post-image {
  width: 100%;
  max-width: none;
}
@media (min-width: 1281px) {
  .vwspc-section-big-post-slider-section .vw-post-slider-slide .vw-post-box-thumbnail .wp-post-image {
    margin-top: -15%;
  }
}

/* -------- * Widgets Area * ---------------------------- */

.widget-title {
  position: relative;
}

@media (max-width: 991px) {
  .widget-title {
    padding-top: 16px;
  }
}

.vw-no-widget-warning {
  padding: 0.5em;
  border: 1px dashed rgba(127, 127, 127, 0.7);
  font-style: italic;
}
.vw-no-widget-warning a {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------- * Widget Common Style * -------------------------------------------------------------------------- */

.vw-latest-posts-style-small-left-thumbnail .vw-post-box + .vw-post-box,
.vw-latest-posts-style-large-small-left-thumbnail .vw-post-box + .vw-post-box,
.vw-latest-posts-style-small-author .vw-post-box + .vw-post-box,
.vw-latest-comments .vw-post-box + .vw-post-box {
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* ----------------------------------------------------------------------------- * Widget: Envirra Social Share * -------------------------------------------------------------------------- */

.vw-social-share-box {
  position: relative;
}
.vw-social-share-box .box {
  margin: 5% 8% 0 8%;
}
.vw-social-share-box .box a {
  color: #404040;
  text-shadow: 0 1px 1px rgba(167, 167, 167, 0.4);
}
.vw-social-share-box .box a:hover {
  text-decoration: none;
}
.vw-social-share-box .count {
  float: left;
  padding-right: 10px;
  border-right: 2px solid #57b8d1;
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
}
.vw-social-share-box .share {
  float: left;
  width: 82px;
  margin-left: 10px;
  font-size: 20px;
}
.vw-social-share-box .buttons {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.vw-social-share-box .button {
  float: left;
  margin: 0 10px 0 0;
}
.vw-social-share-box .facebook {
  margin: 0 4px 0 0;
}

/** * Line animation */


/* ----------------------------------------------------------------------------- * Widget: Envirra Author List * -------------------------------------------------------------------------- */

.widget_vw_widget_author_list {
  margin-bottom: -10px;
}
.widget_vw_widget_author_list ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget_vw_widget_author_list li {
  float: left;
  margin: 0 5px 10px 0 !important;
}
.widget_vw_widget_author_list li:before {
  display: none !important;
}
.widget_vw_widget_author_list .avatar {
  width: 80px;
  height: 80px;
}

/* ----------------------------------------------------------------------------- * Widget: Envirra Social Counter * -------------------------------------------------------------------------- */

.widget_vw_widget_social_counter {
  margin-bottom: -15px;
}
.vw-social-counter {
  display: inline-block;
  float: left;
  width: 50%;
  min-width: 146px;
  margin-bottom: 15px;
}
.vw-social-counter-icon {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  text-align: center;
  color: #333;
  background-color: #eee;
}
.vw-social-counter-icon i {
  font-size: 18px;
  line-height: 50px;
}
.vw-social-counter-count,
.vw-social-counter-count,
.vw-social-counter-icon {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.vw-social-counter-twitter .vw-social-counter-icon {
  color: #fff;
  background-color: #55acee;
}
.vw-social-counter-twitter:hover .vw-social-counter-icon {
  background-color: #88c4f3;
}
.vw-social-counter-twitter:hover .vw-social-counter-count {
  color: #55acee;
}
.vw-social-counter-facebook .vw-social-counter-icon {
  color: #fff;
  background-color: #3d62b3;
}
.vw-social-counter-facebook:hover .vw-social-counter-icon {
  background-color: #7791c9;
}
.vw-social-counter-facebook:hover .vw-social-counter-count {
  color: #3d62b3;
}
.vw-social-counter-youtube .vw-social-counter-icon {
  color: #fff;
  background-color: #cc181e;
}
.vw-social-counter-youtube:hover .vw-social-counter-icon {
  background-color: #db5d61;
}
.vw-social-counter-youtube:hover .vw-social-counter-count {
  color: #cc181e;
}
.vw-social-counter-googleplus .vw-social-counter-icon {
  color: #fff;
  background-color: #d34836;
}
.vw-social-counter-googleplus:hover .vw-social-counter-icon {
  background-color: #e07e72;
}
.vw-social-counter-googleplus:hover .vw-social-counter-count {
  color: #d34836;
}
.vw-social-counter-counter {
  display: inline-block;
  float: left;
}
.vw-social-counter-count {
  margin-top: 3px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
}
.vw-social-counter-unit {
  letter-spacing: 1px;
  color: #999;
  font-size: 11px;
}

/* ----------------------------------------------------------------------------- * Widget: Envirra Social Profile * -------------------------------------------------------------------------- */

.widget_vw_widget_social_profile .vw-site-social-profile-icon {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  background: #000;
  font-size: 16px;
}
.widget_vw_widget_social_profile .vw-site-social-profile-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.widget_vw_widget_social_profile .vw-site-social-profile-icon i:before {
  width: auto;
}
.widget_vw_widget_social_profile .vw-site-social-profile-icon + .vw-site-social-profile-icon {
  margin-left: 0;
}
.widget_vw_widget_social_profile .vw-site-social-delicious {
  background-color: #0065c7;
}
.widget_vw_widget_social_profile .vw-site-social-delicious:hover {
  background-color: #4c93d7;
}
.widget_vw_widget_social_profile .vw-site-social-digg {
  background-color: #000;
}
.widget_vw_widget_social_profile .vw-site-social-digg:hover {
  background-color: #4c4c4c;
}
.widget_vw_widget_social_profile .vw-site-social-dribbble {
  background-color: #ea4c89;
}
.widget_vw_widget_social_profile .vw-site-social-dribbble:hover {
  background-color: #f081ac;
}
.widget_vw_widget_social_profile .vw-site-social-facebook {
  background-color: #3d62b3;
}
.widget_vw_widget_social_profile .vw-site-social-facebook:hover {
  background-color: #7791c9;
}
.widget_vw_widget_social_profile .vw-site-social-flickr {
  background-color: #ff0084;
}
.widget_vw_widget_social_profile .vw-site-social-flickr:hover {
  background-color: #ff4ca8;
}
.widget_vw_widget_social_profile .vw-site-social-forrst {
  background-color: #33713e;
}
.widget_vw_widget_social_profile .vw-site-social-forrst:hover {
  background-color: #709b77;
}
.widget_vw_widget_social_profile .vw-site-social-github {
  background-color: #000;
}
.widget_vw_widget_social_profile .vw-site-social-github:hover {
  background-color: #4c4c4c;
}
.widget_vw_widget_social_profile .vw-site-social-googleplus {
  background-color: #d34836;
}
.widget_vw_widget_social_profile .vw-site-social-googleplus:hover {
  background-color: #e07e72;
}
.widget_vw_widget_social_profile .vw-site-social-instagram {
  background-color: #1e5d81;
}
.widget_vw_widget_social_profile .vw-site-social-instagram:hover {
  background-color: #618da6;
}
.widget_vw_widget_social_profile .vw-site-social-linkedin {
  background-color: #007bb6;
}
.widget_vw_widget_social_profile .vw-site-social-linkedin:hover {
  background-color: #4ca2cb;
}
.widget_vw_widget_social_profile .vw-site-social-lastfm {
  background-color: #d21309;
}
.widget_vw_widget_social_profile .vw-site-social-lastfm:hover {
  background-color: #df5952;
}
.widget_vw_widget_social_profile .vw-site-social-pinterest {
  background-color: #cc2127;
}
.widget_vw_widget_social_profile .vw-site-social-pinterest:hover {
  background-color: #db6367;
}
.widget_vw_widget_social_profile .vw-site-social-rss {
  background-color: #f70;
}
.widget_vw_widget_social_profile .vw-site-social-rss:hover {
  background-color: #ff9f4c;
}
.widget_vw_widget_social_profile .vw-site-social-skype {
  background-color: #00adf2;
}
.widget_vw_widget_social_profile .vw-site-social-skype:hover {
  background-color: #4cc5f5;
}
.widget_vw_widget_social_profile .vw-site-social-tumblr {
  background-color: #314e6c;
}
.widget_vw_widget_social_profile .vw-site-social-tumblr:hover {
  background-color: #6e8398;
}
.widget_vw_widget_social_profile .vw-site-social-twitter {
  background-color: #55acee;
}
.widget_vw_widget_social_profile .vw-site-social-twitter:hover {
  background-color: #88c4f3;
}
.widget_vw_widget_social_profile .vw-site-social-vimeo {
  background-color: #1da7ce;
}
.widget_vw_widget_social_profile .vw-site-social-vimeo:hover {
  background-color: #60c1dc;
}
.widget_vw_widget_social_profile .vw-site-social-yahoo {
  background-color: #44029a;
}
.widget_vw_widget_social_profile .vw-site-social-yahoo:hover {
  background-color: #7c4db8;
}
.widget_vw_widget_social_profile .vw-site-social-youtube {
  background-color: #cc181e;
}
.widget_vw_widget_social_profile .vw-site-social-youtube:hover {
  background-color: #db5d61;
}

/* ----------------------------------------------------------------------------- * Widget: Post Tabbed * -------------------------------------------------------------------------- */

.vw-post-tabed {
  background-color: #f5f5f5;
}
.vw-post-tabed .vw-post-box-small-comment p {
  margin-bottom: 0;
}
.vw-post-tabed .vw-post-box + .vw-post-box,
.vw-post-tabed .block-grid-item + .block-grid-item .vw-post-box {
  border-top: 1px solid #dedede;
}
.vw-post-tabed .block-grid-item + .block-grid-item {
  padding-top: 0;
}
.vw-post-tabed .block-grid-item + .block-grid-item .vw-post-box {
  padding-top: 15px;
}
.vw-post-tabed-tabs {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.vw-post-tabed-tabs li:before {
  background: transparent !important;
}
.vw-post-tabed-tab {
  display: inline-block;
  float: left;
  width: 33.33%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  border: none;
  line-height: 30px;
}
.vw-post-tabed-tab a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  outline: none;
  font-size: 0.75em;
  font-weight: bold;
}
.vw-post-tabed-tab a,
.vw-post-tabed-tab a:hover,
.vw-post-tabed-tab a:focus {
  color: #fff;
}
.vw-post-tabed-tab.ui-state-hover {
  background-color: #666;
}

.vw-post-tabed-content {
  padding: 0 15px 15px 15px;
}

/* ----------------------------------------------------------------------------- * Widget: Posts * -------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
  .vw-page-sidebar .latest-posts-style-full-thumbnail .vw-post-box-post-title {
    font-size: 1em;
  }
}

#post-tab {
  padding: 0 !important;
}

@media (min-width: 9922px) {
  #post-tab {
    padding: 0 15px 15px 15px;
  }
}

/* ----------------------------------------------------------------------------- * Widget: FeedBurner * -------------------------------------------------------------------------- */

.vw-widget-feedburner-container {
  padding: 25px;
  background-color: #f5f5f5;
}
.vw-widget-feedburner-text {
  margin-top: 0;
  margin-bottom: 1.3em;
}
.vw-widget-feedburner-email {
  width: 100%;
  margin-bottom: 1em;
}

/* ----------------------------------------------------------------------------- * Wdiget: Login * -------------------------------------------------------------------------- */

.vw-login-form-username > input,
.vw-login-form-pass > input {
  display: block;
  width: 100%;
}
.vw-login-form-lost-password {
  float: right;
}
.vw-loggedin-form .avatar {
  float: left;
  margin-right: 1.5em;
}
.vw-loggedin-form .vw-loggedin-form-links {
  padding-left: 20px;
  font-size: 0.9em;
}
.vw-loggedin-user-info {
  float: left;
}

/* ----------------------------------------------------------------------------- * Widget: Default Style For Wordpress's Widget * -------------------------------------------------------------------------- */

.widget_archive > ul,
.widget_archive > ol,
.widget_categories > ul,
.widget_categories > ol,
.widget_nav_menu > div > ul,
.widget_nav_menu > div > ol,
.widget_meta > ul,
.widget_meta > ol,
.widget_pages > ul,
.widget_pages > ol,
.widget_recent_comments > ul,
.widget_recent_comments > ol,
.widget_recent_entries > ul,
.widget_recent_entries > ol,
.widget_rss > ul,
.widget_rss > ol {
  padding-left: 0;
  list-style: none;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu > div li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
  margin-bottom: 7px;
  padding-top: 7px;
}
.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu > div li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li,
.widget_rss li + li {
  margin-top: 7px;
  border-top: 1px solid #eee;
}
.vw-site-footer .widget_archive li + li,
.vw-site-footer.widget_categories li + li,
.vw-site-footer.widget_nav_menu > div li + li,
.vw-site-footer.widget_meta li + li,
.vw-site-footer.widget_pages li + li,
.vw-site-footer.widget_recent_comments li + li,
.vw-site-footer.widget_recent_entries li + li,
.vw-site-footer.widget_rss li + li {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.widget_archive a,
.widget_categories a,
.widget_nav_menu > div a,
.widget_meta a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a {
  color: inherit;
}

/* ----------------------------------------------------------------------------- * Widget: Custom Menu * -------------------------------------------------------------------------- */

.widget_recent_entries .post-date {
  display: block;
  opacity: 0.7;
  font-size: 0.85em;
  font-style: italic;
}

/* ----------------------------------------------------------------------------- * Widget: Calendar * -------------------------------------------------------------------------- */

#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: right;
  color: #333;
  font-size: 12px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  padding: 8px;
  text-align: center;
  border: 1px solid #fff;
  background: #f5f5f5;
}
#wp-calendar tbody td.pad:hover {
  background: transparent !important;
}
#wp-calendar tbody td:hover {
  color: #fff;
}
#wp-calendar tbody td:hover a {
  color: #fff;
}
#wp-calendar tbody a {
  font-weight: bold;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

/* ----------------------------------------------------------------------------- * Accordion * -------------------------------------------------------------------------- */

.vw-accordions {
  margin-bottom: 30px;
}
.vw-accordion {
  margin-top: 30px;
}
.vw-accordion .ui-icon {
  color: #464646;
}
.vw-accordion .ui-icon:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  content: '\e818';
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  font-family: 'entypo';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;

  speak: none;
}
.vw-accordion .ui-state-hover {
  opacity: 0.75;
}
.vw-accordion .ui-accordion-header-active {
  border-top: 2px solid #777;
}
.vw-accordion .ui-accordion-header-active .ui-icon:before {
  content: '\e81b';
}
.vw-accordion + .vw-accordion {
  margin-top: 15px;
}
.vw-accordion + * {
  margin-top: 30px;
}
.vw-accordion-header {
  position: relative;
  margin: 0;
  padding-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-top: 1px solid #ddd;
  outline: none;
}
.vw-accordion-header-text {
  margin-left: 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.vw-accordion-content {
  display: none;
  padding: 15px 0 15px 50px;
}

/* ----------------------------------------------------------------------------- * Column Shortcode * -------------------------------------------------------------------------- */

.vw-row-shortcode {
  margin-right: -15px;
  margin-bottom: 1.3em;
  margin-left: -15px;
}
.vw-row-shortcode:before,
.vw-row-shortcode:after {
  display: table;
  content: ' ';
}
.vw-row-shortcode:after {
  clear: both;
}
.vw-column-shortcode {
  position: relative;
  float: left;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .vw-row-shortcode > .vw-column-shortcode {
    margin-bottom: 30px;
  }
  .vw-row-shortcode > .vw-column-shortcode:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .vw-one-half {
    width: 50%;
  }
  .vw-one-third {
    width: 33.333333333%;
  }
  .vw-two-third {
    width: 66.666666666%;
  }
  .vw-one-fourth {
    width: 25%;
  }
  .vw-three-fourth {
    width: 75%;
  }
  .vw-one-fifth {
    width: 20%;
  }
  .vw-two-fifth {
    width: 40%;
  }
  .vw-three-fifth {
    width: 60%;
  }
}

/* ----------------------------------------------------------------------------- * Dropcap * -------------------------------------------------------------------------- */

.vw-dropcap {
  float: left;
  margin-top: 4px;
  margin-right: 0.35em;
  font-size: 2.75em;
  line-height: 1em;
}
.vw-dropcap-standard {
  margin-top: 2px;
}
.vw-dropcap-circle,
.vw-dropcap-box {
  padding: 6px 9px;
  text-align: center;
  color: #fff;
  background-color: #f5f5f5;
  font-size: 1.75em;
}
.vw-dropcap-circle {
  border-radius: 50%;
}

/* ----------------------------------------------------------------------------- * Gap * -------------------------------------------------------------------------- */

.vw-gap {
  display: block;
}

/* ----------------------------------------------------------------------------- * Infobox * -------------------------------------------------------------------------- */

.vw-infobox {
  margin: 1.414em 0;
  padding: 10px;
  text-align: center;
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.03);
}
.vw-infobox-inner {
  padding: 1.414em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.vw-infobox-title {
  margin: 0;
}
.vw-infobox-title + .vw-infobox-content {
  margin-top: 15px;
}
.vw-infobox-content {
  padding: 0 0.8em;
  opacity: 0.6;
  font-size: 1.15em;
}

/* ----------------------------------------------------------------------------- * List * -------------------------------------------------------------------------- */

.vw-list-shortcode {
  padding-left: 1.5em;
  list-style: none;
}
.vw-list-shortcode li > i:first-child {
  color: #464646;
}

/* ----------------------------------------------------------------------------- * Mark * -------------------------------------------------------------------------- */

mark.vw-mark-style-yellow {
  background-color: #fff000;
}
mark.vw-mark-style-grey {
  background-color: #ccc;
}
mark.vw-mark-style-dark {
  color: #efefef;
  background-color: #222;
}

/* ----------------------------------------------------------------------------- * Quote * -------------------------------------------------------------------------- */

.vw-quote {
  margin: 1.414em 30px 1.414em 0;
  padding: 0.9em 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 1.2em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .vw-quote {
    float: left;
    max-width: 40%;
    margin-top: 0.5em;
  }
  .vw-quote-align-right {
    float: right;
    margin-right: 0;
    margin-left: 30px;
  }
}
.vw-quote-align-none {
  float: none;
  max-width: none;
}
.vw-quote-cite {
  display: block;
  margin-top: 0.9em;
  opacity: 0.75;
  font-size: 0.8em;
  font-weight: normal;
  font-style: italic;
}

/* ----------------------------------------------------------------------------- * Tabs * -------------------------------------------------------------------------- */

.vw-tabs {
  margin: 30px 0;
}
.vw-tabs .vw-tab-title {
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: #464646;
}
.vw-tabs .vw-tab-title i {
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
.vw-tabs .vw-tab-title i:before {
  display: inline;
  text-align: left;
}
.vw-tabs .vw-full-tab {
  margin-top: -1px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-weight: bold;
}
.vw-tabs .vw-full-tab.active {
  color: #fff;
  border-color: #464646;
  background-color: #464646;
}
.vw-tabs .vw-full-tab.active:hover {
  color: #fff;
}
.vw-tabs .vw-tab-content {
  display: none;
  padding: 15px 25px 15px 25px;
  background-color: #fff;
}
.vw-tabs.vw-style-top-tab .vw-tab-titles {
  border-bottom: 2px solid #464646;
}
.vw-tabs.vw-style-top-tab .vw-tab-titles .vw-tab-title {
  display: inline-block;
  float: left;
  margin: 0 -1px -1px 0;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid transparent;
}
.vw-tabs.vw-style-top-tab .vw-tab-titles .vw-tab-title.active {
  color: #fff;
  border-color: #464646;
  background-color: #464646;
  box-shadow: none;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Cart Button * -------------------------------------------------------------------------- */

@media (min-width: 768px) {
  .vw-cart-button-wrapper:hover .vw-cart-button-panel {
    visibility: visible;
    opacity: 1;
  }
}
.vw-cart-button,
.vw-cart-button:hover {
  text-decoration: none;
}
.vw-cart-button-count {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  border-radius: 2px;
}
.vw-cart-button-panel {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  visibility: hidden;
  width: 350px;
  padding: 15px;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 479px) {
  .vw-cart-button-panel {
    width: 100%;
  }
}
.vw-cart-button-panel .widgettitle {
  display: none;
}
.vw-cart-button-panel .widget_shopping_cart .widget_shopping_cart_content .total {
  border-top: 1px solid rgba(127, 127, 127, 0.5) !important;
}
.vw-cart-button-panel .quantity {
  opacity: 0.5;
}

/* ----------------------------------------------------------------------------- * Woocommerce Templates * -------------------------------------------------------------------------- */

.vw-woocommerce-breadcrumb {
  margin-bottom: 1em;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
  margin-bottom: 2em;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
  overflow: visible;
  width: auto;
}
.woocommerce #content .quantity input.qty,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce .quantity input.qty,
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity input.qty,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  border: 1px solid #ddd;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  height: 35px;
}
.woocommerce #content .quantity input.qty::-webkit-inner-spin-button,
.woocommerce #content .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page .quantity input.qty::-webkit-outer-spin-button {
  margin: 0;

  -webkit-appearance: none;
}
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  position: static;
  float: left;
  width: 25px;
  height: 35px;
  background: #f5f5f5;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .quantity .plus:focus,
.woocommerce #content .quantity .minus:focus,
.woocommerce .quantity .plus:focus,
.woocommerce .quantity .minus:focus,
.woocommerce-page #content .quantity .plus:focus,
.woocommerce-page #content .quantity .minus:focus,
.woocommerce-page .quantity .plus:focus,
.woocommerce-page .quantity .minus:focus {
  outline: none;
}
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
  background: #ddd;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
  margin-right: -1px;
}
.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
  margin-left: -1px;
}
.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  display: block;
  margin-top: 3em;
  margin-right: 0.5em;
  padding-top: 1em;
  text-align: left;
  border-top: 1px solid #d2d2d2;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  margin-right: 0.25em;
  border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  line-height: inherit;
}
.woocommerce #content nav.woocommerce-pagination ul li a.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span:hover,
.woocommerce-page nav.woocommerce-pagination ul li a.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span:hover {
  color: white;
}
.woocommerce #payment,
.woocommerce-page #payment {
  border-radius: 0;
  background: #f5f5f5;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  border-radius: 0;
  background: #e5e5e5;
  box-shadow: none;
}
.woocommerce #payment div.payment_box p:first-child,
.woocommerce-page #payment div.payment_box p:first-child {
  margin-top: 0;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  border-radius: 0;
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer,
.woocommerce-page ul.cart_list li .reviewer,
.woocommerce-page ul.product_list_widget li .reviewer {
  color: #999;
  font-size: 10px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  color: inherit;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  width: 65px;
  margin-right: 15px;
  box-shadow: none;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  margin-top: 6px;
  margin-bottom: 4px;
}
.wc-backward a:before,
.wc-backward:before {
  font-size: 1rem;
}
.woocommerce a.added_to_cart.wc-forward,
.woocommerce-page a.added_to_cart.wc-forward {
  display: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  border-radius: 0;
}
.woocommerce-page .login #rememberme {
  margin-left: 1em;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Product List * -------------------------------------------------------------------------- */

.woocommerce ul.products li.product:hover h3,
.woocommerce-page ul.products li.product:hover h3 {
  text-decoration: underline;
}
.woocommerce ul.products li.product:hover .wp-post-image,
.woocommerce-page ul.products li.product:hover .wp-post-image {
  opacity: 0.8;
}
.woocommerce ul.products li.product.sale h3,
.woocommerce-page ul.products li.product.sale h3 {
  padding-bottom: 0.5em;
}
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: none;

  -webkit-backface-visibility: hidden;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding-bottom: 0.25em;
  font-size: 1.2em;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  float: right;
  margin-top: 0.5em;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 1.2em;
}
.woocommerce ul.products li.product .price > *,
.woocommerce-page ul.products li.product .price > * {
  display: block;
}
.woocommerce ul.products li.product .price .amount,
.woocommerce-page ul.products li.product .price .amount {
  /* :first-letter does not work on inline elements */
}
.woocommerce ul.products li.product .price .amount:first-letter,
.woocommerce-page ul.products li.product .price .amount:first-letter {
  font-size: 0.8em;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del span.amount,
.woocommerce-page ul.products li.product .price del span.amount {
  text-decoration: line-through;
}
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button {
  margin-top: 0.5em;
  padding: 6px 10px;
  /*.btn-small*/
  font-size: 10px;
}
.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
  position: static;
  margin-right: 0.5em;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 48.1% !important;
}
@media (min-width: 769px) {
  .woocommerce.woocommerce-enable-shop-sidebar ul.products li.product,
  .woocommerce.woocommerce-enable-product-sidebar ul.products li.product,
  .woocommerce-page.woocommerce-enable-shop-sidebar ul.products li.product,
  .woocommerce-page.woocommerce-enable-product-sidebar ul.products li.product {
    width: 30.8% !important;
  }
}
@media (min-width: 769px) {
  .woocommerce.woocommerce-disable-shop-sidebar ul.products li.product,
  .woocommerce.woocommerce-disable-product-sidebar ul.products li.product,
  .woocommerce-page.woocommerce-disable-shop-sidebar ul.products li.product,
  .woocommerce-page.woocommerce-disable-product-sidebar ul.products li.product {
    width: 22.05% !important;
  }
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  z-index: 1;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  color: #fff;
  border-radius: 0;
  background: #aaa;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background: #bbb;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Single Product * -------------------------------------------------------------------------- */

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
  box-shadow: none;
}
.woocommerce #content input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt,
.woocommerce-page input.button.alt:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: inherit;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: #3a3a3a;
  box-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  color: inherit;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-shadow: none;
}
.woocommerce #reviews #comments h2,
.woocommerce #tab-description h2 {
  display: none;
}
.woocommerce .related h2,
.woocommerce .upsells.products h2,
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce-page .related h2,
.woocommerce-page .upsells.products h2,
.woocommerce-page .cross-sells h2,
.woocommerce-page .cart_totals h2 {
  margin-bottom: 30px;
  font-size: 1.563em;
}
.woocommerce div.product form.cart .single_variation,
.woocommerce-page div.product form.cart .single_variation {
  margin-bottom: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: -1px;
  padding: 15px;
  border: 1px solid #e0dadf;
}
.woocommerce div.product .woocommerce-tabs .panel:before,
.woocommerce div.product .woocommerce-tabs .panel:after {
  display: table;
  content: ' ';
}
.woocommerce div.product .woocommerce-tabs .panel:after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs #reviews {
  margin-top: 15px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin-bottom: 1em;
}
.woocommerce #review_form #respond p label,
.woocommerce-page #review_form #respond p label {
  display: block;
  margin-bottom: 0.5em;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  margin-bottom: 3.8%;
}
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
  padding-top: 0.5em;
}
.woocommerce #content div.product div.summary a,
.woocommerce div.product div.summary a,
.woocommerce-page #content div.product div.summary a,
.woocommerce-page div.product div.summary a {
  color: inherit;
}
.woocommerce #content div.product div.summary .vw-woo-categories-title,
.woocommerce #content div.product div.summary .vw-woo-tags-title,
.woocommerce #content div.product div.summary .vw-woo-sku-title,
.woocommerce div.product div.summary .vw-woo-categories-title,
.woocommerce div.product div.summary .vw-woo-tags-title,
.woocommerce div.product div.summary .vw-woo-sku-title,
.woocommerce-page #content div.product div.summary .vw-woo-categories-title,
.woocommerce-page #content div.product div.summary .vw-woo-tags-title,
.woocommerce-page #content div.product div.summary .vw-woo-sku-title,
.woocommerce-page div.product div.summary .vw-woo-categories-title,
.woocommerce-page div.product div.summary .vw-woo-tags-title,
.woocommerce-page div.product div.summary .vw-woo-sku-title {
  font-weight: bold;
}
.woocommerce #content div.product div.summary .price ins,
.woocommerce div.product div.summary .price ins,
.woocommerce-page #content div.product div.summary .price ins,
.woocommerce-page div.product div.summary .price ins {
  text-decoration: none;
}
.woocommerce div.product form.cart {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e0dadf;
  border-bottom: 1px solid #e0dadf;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Message * -------------------------------------------------------------------------- */

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  margin-top: 1em !important;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
.wc-forward a:after,
.wc-forward:after {
  font-size: 1em;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  width: 2em;
  height: auto;
  border-radius: 0;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Cart * -------------------------------------------------------------------------- */

.woocommerce .cart_totals table {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  width: 40%;
  min-width: 40%;
}
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
  font-size: 1.25rem;
}
.woocommerce .cart-collaterals .shipping_calculator h2 a,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a {
  color: #fff;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 15px 12px;
}
.woocommerce table.shop_table .wp-post-image,
.woocommerce-page table.shop_table .wp-post-image {
  width: 64px;
  margin: 0;
}
.woocommerce table.shop_table a.remove,
.woocommerce-page table.shop_table a.remove {
  color: #777;
}
.woocommerce table.shop_table a.remove:hover,
.woocommerce-page table.shop_table a.remove:hover {
  color: #fff;
  background-color: #777;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 15px 2px;
  }
  .woocommerce table.shop_table td.actions input,
  .woocommerce-page table.shop_table td.actions input {
    display: block !important;
    width: 100% !important;
  }
  .woocommerce table.shop_table td.actions .coupon,
  .woocommerce-page table.shop_table td.actions .coupon {
    padding-bottom: 1em;
  }
  .woocommerce table.shop_table td.actions input[type=submit],
  .woocommerce-page table.shop_table td.actions input[type=submit] {
    margin-bottom: 1em;
  }
  .woocommerce table.shop_table input.qty,
  .woocommerce table.shop_table .plus,
  .woocommerce table.shop_table .minus,
  .woocommerce-page table.shop_table input.qty,
  .woocommerce-page table.shop_table .plus,
  .woocommerce-page table.shop_table .minus {
    float: none;
    width: 60px;
    margin: 0;
  }
}

/* ----------------------------------------------------------------------------- * Woocommerce: Filter By * -------------------------------------------------------------------------- */

.woocommerce .widget_layered_nav a,
.woocommerce-page .widget_layered_nav a {
  color: inherit;
}
.woocommerce .widget_layered_nav .count,
.woocommerce-page .widget_layered_nav .count {
  font-weight: bold;
}
.woocommerce .widget_layered_nav li + li,
.woocommerce-page .widget_layered_nav li + li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #eee;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Filter Widget * -------------------------------------------------------------------------- */

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-image: none;
  box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  top: -6px;
  width: 20px;
  height: 20px;
  border: 2px solid;
  background: #fff;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 8px;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 30px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1em;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Active Filters Widget * -------------------------------------------------------------------------- */

.widget.woocommerce.widget_layered_nav_filters li + li {
  margin-left: 5px;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Product Categories Widget * -------------------------------------------------------------------------- */

.widget.woocommerce.widget_product_categories .product-categories {
  list-style: inherit;
}
.widget.woocommerce.widget_product_categories .product-categories a {
  color: inherit;
}
.widget.woocommerce.widget_product_categories .product-categories > .cat-item {
  font-weight: bold;
}
.widget.woocommerce.widget_product_categories .product-categories > .cat-item .cat-item {
  font-weight: normal;
}
.widget.woocommerce.widget_product_categories .product-categories > .cat-item + .cat-item {
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Product Search Widget * -------------------------------------------------------------------------- */

.widget.widget_product_search #s {
  padding-top: 5px;
  padding-bottom: 8px;
}
.widget.widget_product_search .screen-reader-text {
  display: none;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Product Tag Cloud Widget * -------------------------------------------------------------------------- */

.widget.widget_product_tag_cloud .tagcloud a {
  padding: 2px 4px;
  color: inherit;
  border: 1px solid #ccc;
}

/* ----------------------------------------------------------------------------- * Woocommerce: Cart Widget * -------------------------------------------------------------------------- */

.woocommerce .widget_shopping_cart ul.product_list_widget li a,
.woocommerce-page .widget_shopping_cart ul.product_list_widget li a {
  display: block;
}
.woocommerce .widget_shopping_cart ul.product_list_widget li + li,
.woocommerce-page .widget_shopping_cart ul.product_list_widget li + li {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content .total {
  margin-top: 0;
  padding-top: 15px;
  color: #444;
  border-top: 1px solid #ddd;
  font-size: 1.1em;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total strong,
.woocommerce-page .widget_shopping_cart .widget_shopping_cart_content .total strong {
  text-transform: uppercase;
}

/* ----------------------------------------------------------------------------- * bbPress * -------------------------------------------------------------------------- */

#bbpress-forums .bbp-forum-title {
  color: inherit;
  font-size: 1.15em;
  font-weight: bold;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content {
  padding-right: 1em;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-style: italic;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums .bbp-topic-title p.bbp-topic-meta {
  opacity: 0.75;
}
li.bbp-forum-info,
li.bbp-topic-title {
  width: 63%;
}
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-reply-count {
  width: 15%;
}
#bbpress-forums .bbp-breadcrumb {
  margin-bottom: 15px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: none;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  margin-bottom: 12px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-weight: bold;
}
#bbpress-forums div.wp-editor-container {
  border: 1px solid #999;
}
#bbpress-forums #subscription-toggle,
#bbpress-forums #favorite-toggle {
  float: right;
  margin-top: 1em;
}
#bbpress-forums ul.bbp-replies #subscription-toggle,
#bbpress-forums ul.bbp-replies #favorite-toggle {
  margin-top: 0;
}
#bbpress-forums .bbp-topic-permalink {
  color: inherit;
  font-size: 1.15em;
  font-weight: bold;
}
#bbpress-forums .bbp-forum-freshness > a,
#bbpress-forums .bbp-topic-freshness > a {
  color: inherit;
}
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  border: none;
  background: #3a3a3a;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
  border: none;
}
.bbp-pagination-links a {
  color: inherit;
  font-weight: bold;
}
#bbpress-forums > #subscription-toggle {
  margin-bottom: 1em;
}
div.bbp-template-notice,
div.indicator-hint {
  padding: 0.3em 0.8em;
  border-radius: 0;
}
#bbpress-forums div.bbp-search-form {
  position: relative;
  display: block;
  float: none;
  margin-bottom: 1em;
  padding: 25px;
  background-color: #fafafa;
}
#bbpress-forums #bbp-search-form #bbp_search {
  width: 100%;
  font-size: 1.15em;
  line-height: 20px;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  position: absolute;
  top: 25px;
  right: 25px;
}
.lt-ie10 #bbpress-forums #bbp-search-form #bbp_search_submit {
  border-bottom: none;
}
@media (max-width: 767px) {
  #bbpress-forums #bbp-search-form {
    /* override bbpress default styles */
  }
  #bbpress-forums #bbp-search-form #bbp_search_submit {
    padding: 9px 15px 6px 15px;
  }
  #bbpress-forums #bbp-search-form #bbp_search {
    padding: 6px 10px 7px 10px;
    font-size: 1.15em;
  }
}
#bbpress-forums div.bbp-topic-tags a {
  color: inherit;
}

/* ----------------------------------------------------------------------------- * bbPress: Forum/Topic Listing * -------------------------------------------------------------------------- */

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  border-top-color: #e5e5e5;
  background-color: #f7f7f7;
}
#bbpress-forums .bbp-topics div.odd,
#bbpress-forums ul.odd {
  background: inherit;
}
#bbpress-forums #subscription-toggle a,
#bbpress-forums #favorite-toggle a {
  display: inline-block;
  padding: 2px 6px;
  color: inherit;
  border: 1px solid #ddd;
  font-size: 11px;
}
#bbpress-forums #subscription-toggle a:hover,
#bbpress-forums #subscription-toggle .is-subscribed a,
#bbpress-forums #subscription-toggle .is-favorite a,
#bbpress-forums #favorite-toggle a:hover,
#bbpress-forums #favorite-toggle .is-subscribed a,
#bbpress-forums #favorite-toggle .is-favorite a {
  color: white;
  border-color: #777;
  background-color: #777;
}
#bbpress-forums #subscription-toggle {
  margin-left: 0.75em;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  margin-bottom: 0;
  border: none;
  font-size: inherit;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 1.5em 1em;
  border: none;
}
#bbpress-forums li.bbp-body ul.forum .bbp-forum-info:before,
#bbpress-forums li.bbp-body ul.topic .bbp-forum-info:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  content: '\e86b';
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  /* icon-entypo-popup */
  color: #aaa;
  font-family: 'entypo';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;

  speak: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-bottom: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.forum.bbp-has-subforums:first-child,
#bbpress-forums li.bbp-body ul.topic.bbp-has-subforums:first-child {
  border-top: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.forum .number,
#bbpress-forums li.bbp-body ul.topic .number {
  font-weight: bold;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
.vwbb-forum-cat-head {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.vwbb-forum-cat-section {
  margin-bottom: 2em;
}
.vwbb-forum-cat-section:last-child {
  margin-bottom: 0;
}
.vwbb-forum-cat-head {
  margin-top: 2em;
  background: #f5f5f5;
  font-weight: bold;
}
.vwbb-forum-cat-head li {
  padding: 10px 1em;
}
.vwbb-forum-cat-head .bbp-forum-topic-count {
  width: 15%;
  text-align: center;
}
li.bbp-topic-title > .bbp-author-avatar,
li.bbp-topic-title > .avatar {
  float: left;
  margin-right: 15px;
}
li.bbp-topic-title > .bbp-author-avatar ~ *,
li.bbp-topic-title > .avatar ~ * {
  margin-left: 70px;
}
#bbpress-forums .forums.bbp-replies .vw-bbp-header {
  margin-bottom: 1em;
}
#bbpress-forums .forums.bbp-replies .vw-bbp-header:before,
#bbpress-forums .forums.bbp-replies .vw-bbp-header:after {
  display: table;
  content: ' ';
}
#bbpress-forums .forums.bbp-replies .vw-bbp-header:after {
  clear: both;
}
#bbpress-forums .topic .bbp-meta,
#bbpress-forums .reply .bbp-meta {
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px solid #eee;
  font-size: 10px;
}
#bbpress-forums .topic .bbp-meta .bbp-reply-permalink,
#bbpress-forums .topic .bbp-meta .bbp-admin-links,
#bbpress-forums .reply .bbp-meta .bbp-reply-permalink,
#bbpress-forums .reply .bbp-meta .bbp-admin-links {
  float: right;
}
#bbpress-forums .topic .bbp-meta .bbp-reply-permalink,
#bbpress-forums .reply .bbp-meta .bbp-reply-permalink {
  color: inherit;
}
#bbpress-forums .topic .bbp-meta .bbp-admin-links,
#bbpress-forums .reply .bbp-meta .bbp-admin-links {
  margin-right: 1em;
}
#bbpress-forums #bbp-user-replies-created .bbp-admin-links {
  display: block;
  float: none;
}
@media (max-width: 479px) {
  #bbpress-forums ul.forum-titles .bbp-forum-freshness,
  #bbpress-forums ul.forum .bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count {
    display: none;
  }
  #bbpress-forums ul.forum-titles .bbp-forum-topic-count,
  #bbpress-forums ul.forum .bbp-forum-topic-count,
  #bbpress-forums ul.forum .bbp-forum-reply-count {
    width: auto !important;
    margin-top: 0 !important;
    padding-left: 0;
    text-align: left;
  }
  li.bbp-topic-title {
    width: auto;
  }
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 100% !important;
    text-align: right;
  }
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    width: 100% !important;
    text-align: left;
  }
  /* Single Topic Page*/
  #bbpress-forums .bbp-body div.bbp-reply-author,
  #bbpress-forums div.bbp-reply-author img.avatar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin-top: 15px !important;
  }
  #bbpress-forums .topic .bbp-meta:before,
  #bbpress-forums .topic .bbp-meta:after,
  #bbpress-forums .reply .bbp-meta:before,
  #bbpress-forums .reply .bbp-meta:after {
    display: table;
    content: ' ';
  }
  #bbpress-forums .topic .bbp-meta:after,
  #bbpress-forums .reply .bbp-meta:after {
    clear: both;
  }
  #bbpress-forums .topic .bbp-meta .bbp-admin-links,
  #bbpress-forums .reply .bbp-meta .bbp-admin-links {
    display: block;
    float: none;
    padding-top: 1em;
  }
}
#bbpress-forums > .bbp-pagination {
  margin-top: 15px;
}
div.bbp-submit-wrapper {
  float: none;
}

/* ----------------------------------------------------------------------------- * bbPress: User Profile * -------------------------------------------------------------------------- */

#bbpress-forums #bbp-your-profile fieldset.submit {
  margin-top: 2em;
  border: none;
  background: #f7f7f7;
}
#bbpress-forums #bbp-your-profile fieldset input[type=radio] {
  width: auto;
}
#bbpress-forums #bbp-your-profile fieldset + .entry-title {
  margin-top: 2em;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  opacity: 1;
  font-weight: bold;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.563em;
  /* h3 */
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  border-top: 1px solid #eee;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #f7f7f7;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child {
  border-bottom: 1px solid #eee;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  color: inherit;
}
#bbpress-forums .bbp-user-section .bbp-pagination {
  float: none;
}
#bbpress-forums .bbp-user-section .bbp-pagination:before,
#bbpress-forums .bbp-user-section .bbp-pagination:after {
  display: table;
  content: ' ';
}
#bbpress-forums .bbp-user-section .bbp-pagination:after {
  clear: both;
}
#bbpress-forums #subscription-toggle,
#bbpress-forums #favorite-toggle {
  margin-top: 0;
}
.bbp-row-actions #favorite-toggle span.is-favorite a,
.bbp-row-actions #subscription-toggle span.is-subscribed a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 1.5em;
}

/* ----------------------------------------------------------------------------- * bbPress: Search * -------------------------------------------------------------------------- */

#bbpress-forums #bbp-search-results div.bbp-forum-content {
  margin-left: 0;
}
#bbpress-forums #bbp-search-results .bbp-meta {
  color: #999;
  font-size: 10px;
}
#bbpress-forums #bbp-search-results .bbp-topic-permalink,
#bbpress-forums #bbp-search-results .bbp-forum-permalink {
  font-size: inherit;
  font-weight: inherit;
}
#bbpress-forums #bbp-search-results .bbp-topic-title-meta {
  font-style: italic;
}
#bbpress-forums #bbp-search-results .bbp-topic-title-meta a {
  color: inherit;
}

/* ----------------------------------------------------------------------------- * bbPress: Statistics Widget * ------------------------------------------------------------------------- */

.widget.widget_display_stats dl {
  padding: 25px;
  background-color: #f7f7f7;
}
.widget.widget_display_stats dt {
  margin-bottom: 7px;
}
.widget.widget_display_stats dt:before,
.widget.widget_display_stats dt:after {
  display: table;
  content: ' ';
}
.widget.widget_display_stats dt:after {
  clear: both;
}
.widget.widget_display_stats dt:first-child ~ dt {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #e5e5e5;
}
.widget.widget_display_stats dd {
  float: right;
  margin-top: -2em;
}

/* ----------------------------------------------------------------------------- * bbPress: Login Widgets * -------------------------------------------------------------------------- */

.widget.bbp_widget_login .bbp-login-form .bbp-username label,
.widget.bbp_widget_login .bbp-login-form .bbp-email label,
.widget.bbp_widget_login .bbp-login-form .bbp-password label {
  display: block;
}
.widget.bbp_widget_login .bbp-login-form .bbp-username input,
.widget.bbp_widget_login .bbp-login-form .bbp-email input,
.widget.bbp_widget_login .bbp-login-form .bbp-password input {
  width: 100%;
}
.widget.bbp_widget_login .bbp-login-form fieldset,
.widget.bbp_widget_login .bbp-logged-in {
  padding: 25px;
  border: none;
  background-color: #f7f7f7;
}
.widget.bbp_widget_login .bbp-logged-in h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.widget.bbp_widget_login .bbp-logged-in .logout-link {
  font-size: 11px;
}

/* ----------------------------------------------------------------------------- * bbPress: Search Widget * ------------------------------------------------------------------------- */

.widget.widget_display_search form {
  position: relative;
}
.widget.widget_display_search #bbp_search {
  width: 100%;
  padding-right: 100px;
}
.widget.widget_display_search #bbp_search_submit {
  position: absolute;
  top: 0;
  right: 0;
}

/* ----------------------------------------------------------------------------- * bbPress: General Widgets * -------------------------------------------------------------------------- */

.widget.widget_display_views ul,
.widget.widget_display_topics ul,
.widget.widget_display_replies ul,
.widget.widget_display_forums ul {
  padding-left: 0;
  list-style: none;
}
.widget.widget_display_views li + li,
.widget.widget_display_topics li + li,
.widget.widget_display_replies li + li,
.widget.widget_display_forums li + li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #eee;
}
.widget.widget_display_views a,
.widget.widget_display_topics a,
.widget.widget_display_replies a,
.widget.widget_display_forums a {
  color: inherit;
}

/* ----------------------------------------------------------------------------- * BuddyPress * -------------------------------------------------------------------------- */

body.buddypress.groups .vw-page-title .bp-title-button {
  margin-left: 1.5em;
  vertical-align: middle;
}
body.buddypress.groups div#item-header div#item-actions h3 {
  font-size: 1.15rem;
  font-weight: bold !important;
}
#buddypress ul.item-list li div.item-title a {
  font-weight: bold;
}
#buddypress form#whats-new-form #whats-new-content textarea {
  width: 100%;
}
#buddypress #whats-new-options {
  overflow: hidden;
  min-height: 50px;
}
#buddypress ul.item-list li div.item-title a:hover,
#buddypress ul.item-list li h4:hover,
#buddypress .activity-header a:hover,
#buddypress .comment-meta a:hover,
#buddypress .acomment-meta a:hover {
  text-decoration: underline;
}
#buddypress div.item-list-tabs ul li.feed:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  content: '\e853';
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  font-family: 'entypo';
  font-weight: normal;
  /* icon-entypo-rss */
  font-style: normal;
  font-variant: normal;
  line-height: 1em;

  speak: none;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  margin-right: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  border: 1px solid #ccc;
  font-size: 1.15rem;
}
#buddypress div.item-list-tabs ul li a span,
#buddypress div.item-list-tabs ul li span span {
  margin-right: 0;
  border: none;
  border-radius: 0;
}
#buddypress div.item-list-tabs ul li a:hover,
#buddypress div.item-list-tabs ul li span:hover {
  text-decoration: underline;
}
#buddypress div.item-list-tabs {
  margin-bottom: 1.5em;
}
#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
  font-size: 0.85em;
}
#buddypress .activity-header a:first-child {
  font-weight: bold;
}
#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
  padding-left: 1.5em;
  border-left: 3px solid #eee;
}
#buddypress .activity-list .activity-content .activity-header img.avatar {
  margin: 0 10px 0 0 !important;
}
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button,
#buddypress ul.item-list li div.item-title span {
  transition: all 0.2s ease-out;
}
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
  color: #fff;
}
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button,
#buddypress ul.item-list li div.item-title span {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  margin-top: 0.5em;
}
#buddypress div.activity-comments ul li {
  margin-top: 15px;
}
#buddypress div.activity-comments div.acomment-content {
  margin-top: 1em;
}
#buddypress div.dir-search {
  margin-top: 0;
}
#buddypress div.dir-search input[type=text] {
  padding: 0 3px 3px 3px;
}
#buddypress div.pagination .pagination-links .page-numbers.current {
  font-weight: bold;
}
#buddypress #whats-new-form {
  margin-bottom: 2em;
}
#buddypress form#whats-new-form textarea {
  min-height: 3em;
}
#buddypress div#item-header div#item-header-content {
  float: none;
}
#buddypress div#item-header img.avatar {
  width: 100px;
}

/* ----------------------------------------------------------------------------- * BuddyPress: User Profile * -------------------------------------------------------------------------- */

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  opacity: 1;
  color: #fff;
}
#buddypress div.item-list-tabs#subnav {
  margin-bottom: 2em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}
#buddypress div.item-list-tabs#subnav,
#buddypress div.item-list-tabs#subnav a {
  font-size: 0.85em;
}
#buddypress div#item-header #item-header-avatar img.avatar {
  margin-right: 2em;
  margin-bottom: 3em;
}
#buddypress div#item-header div#item-meta #latest-update a:last-child {
  margin-left: 1em;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------- * BuddyPress: Widget - Members/Groups * -------------------------------------------------------------------------- */

.widget.buddypress.widget_bp_groups_widget,
.widget.buddypress.widget_bp_core_members_widget {
  position: relative;
}
.widget.buddypress.widget_bp_groups_widget div.item-options,
.widget.buddypress.widget_bp_core_members_widget div.item-options {
  position: absolute;
  top: 0;
  right: 0;
  color: #eee;
  font-size: 0.85em;
}
.widget.buddypress.widget_bp_groups_widget div.item-options a,
.widget.buddypress.widget_bp_core_members_widget div.item-options a {
  display: inline-block;
  padding: 2px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  border: 1px solid #ccc;
  font-size: 0.85rem;
}
.widget.buddypress.widget_bp_groups_widget div.item-options a.selected,
.widget.buddypress.widget_bp_core_members_widget div.item-options a.selected {
  color: #fff;
}
.widget.buddypress.widget_bp_groups_widget .item-list,
.widget.buddypress.widget_bp_core_members_widget .item-list {
  padding-left: 0;
}
.widget.buddypress.widget_bp_groups_widget .item-list li:before,
.widget.buddypress.widget_bp_core_members_widget .item-list li:before {
  display: none !important;
}
.widget.buddypress.widget_bp_groups_widget .item-list li,
.widget.buddypress.widget_bp_core_members_widget .item-list li {
  clear: both;
}
.widget.buddypress.widget_bp_groups_widget .item-list li + li,
.widget.buddypress.widget_bp_core_members_widget .item-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.widget.buddypress.widget_bp_groups_widget ul.item-list img.avatar,
.widget.buddypress.widget_bp_core_members_widget ul.item-list img.avatar {
  width: 40px;
  height: 40px;
}
.widget.buddypress.widget_bp_groups_widget .item-title,
.widget.buddypress.widget_bp_core_members_widget .item-title {
  font-weight: bold;
}

/* ----------------------------------------------------------------------------- * BuddyPress: Widget - Login * -------------------------------------------------------------------------- */

.widget.buddypress.widget_bp_core_login_widget .bp-login-widget-user-links {
  margin-left: 1em;
}
.widget.buddypress.widget_bp_core_login_widget #bp-login-widget-user-login,
.widget.buddypress.widget_bp_core_login_widget #bp-login-widget-user-pass {
  width: 100%;
}
.widget.buddypress.widget_bp_core_login_widget .logout {
  font-size: 0.85em;
}

/* ----------------------------------------------------------------------------- * Theme * -------------------------------------------------------------------------- */

.vw-breaking-news-wrapper,
body.single-post article.post,
.vw-page-title-wrapper {
  border-bottom: 1px solid #eee;
}
.vwspc-section-title:after,
.widget-title:after,
.vw-post-box-layout-title:after,
.vw-related-posts-title:after,
.vw-post-comments-title:after,
.woocommerce .related h2:after,
.woocommerce .upsells.products h2:after,
.woocommerce-page .related h2:after,
.woocommerce-page .upsells.products h2:after,
.woocommerce .cross-sells h2:after,
.woocommerce .cart_totals h2:after {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 0.35em;
  content: '';
  background: url('images/line-pattern-1.png');
}
.vw-about-author-section .vw-author-socials a,
.vw-page-title-box .vw-author-socials a:hover,
.vw-page-title-wrapper.vw-has-background .vw-page-title,
.vw-page-title-wrapper.vw-has-background .vw-page-description {
  color: #fff;
}
button,
input[type=button],
input[type=submit],
.btn,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  color: #fff;
}

/* ----------------------------------------------------------------------------- * Retina Supports * -------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .vw-site-logo-2x {
    display: inline;
  }
  .vw-site-logo-2x + .vw-site-logo {
    display: none;
  }
}

/*Some styling fixes*/

.vw-mobile-menu-button,
.vw-instant-search-buton,
.vw-user-login-button,
.vw-cart-button,
.vw-menu-main-wrapper .menu-item-depth-0 > .menu-link {
  vertical-align: middle;
  line-height: 1.37;
}

/*Table of custom fields*/

div.product_row:first-child {
  border-bottom: 1px solid #dedede;
}
.brand_field_div,
.treatment_field_div,
.rating_field_div,
.active_gradient_field_div,
.manufacturer_field_div,
.country_field_div {
  min-height: 60px !important;
}
.brand_field,
.country_field,
.active_gradient_field,
.manufacturer_field,
.treatment_field,
.rating_field {
  display: block;
  padding-top: 10px;
  padding-left: 10px !important;
  color: #999;
  font-size: 11px;
  line-height: 12px;
}
.brand_field a,
.country_field a,
.active_gradient_field a,
.manufacturer_field a,
.treatment_field a {
  padding-top: 2px;
  color: #e54d42;
  font-family: 'Bitter';
  font-size: 18px !important;
  line-height: 24px;
}
.rating_stars_top {
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-left: 10px;
}
.rating_stars_top img:not(:last-child) {
  padding-right: 8px;
}
.post_images_with_borders {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  background-color: #f5f5f5;
}
.post_images_with_borders img {
  border: 1px solid #e2e2e2;
}
.post_images_text_review {
  display: block;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
  color: #423f37;
  font-family: 'HelveticaNeue-Medium';
  font-size: 18px;
  line-height: 24px;
}
.prices_and_dosages_image {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  text-align: left;
  background-color: #f5f5f5;
}
.prices_and_dosages_image span {
  display: block;
  padding-top: 18px;
  padding-left: 16px;
  color: #423f37;
  font-family: 'HelveticaNeue-Medium';
  font-size: 18px;
  line-height: 24px;
}
.prices_and_dosages_image img {
  border: 1px solid #e2e2e2;
}
.my-quotes {
  display: block;
  padding-left: 60px;
  color: #333;
  background-image: url(./images/my_quotes.png);
  background-repeat: no-repeat;
  background-position: top left;
  font-family: 'Helvetica Neue';
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.text_before_quotes,
.text_after_quotes {
  color: #777 !important;
  font-family: 'Helvetica Neue' !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.posts_lists li {
  list-style-image: url(images/dotes.png);
}
#attachment_173 {
  height: 400px !important;
}

/*Responsive table with custom fields*/
@media only screen and (max-width: 479px) {
  .active_gradient_field_div:last-child {
    border: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .vw-page-content .product_row div.col-md-4:last-child {
    border: none !important;
  }
}

@media only screen and (max-width: 991px) {
  div.product_row:first-child {
    border-bottom: none;
  }
  .treatment_field_div,
  .manufacturer_field_div {
    border-right: none;
    border-left: none;
  }
  .vw-page-content .product_row div.col-md-4 {
    border-bottom: 1px solid #dedede;
  }
  .brand_field a,
  .country_field a,
  .active_gradient_field a,
  .manufacturer_field a,
  .treatment_field a,
  .rating_field a {
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .rating_stars_top {
    padding-top: 4px !important;
    padding-bottom: 16px;
    padding-left: 10px !important;
  }
}

/*featured images in posts*/

.single-post .backstretch img {
  /*top:-50% !important;*/
  filter: blur(8px) !important;
  -webkit-filter: blur(8px) !important;
  -moz-filter: blur(8px) !important;
  -o-filter: blur(8px) !important;
  -ms-filter: blur(8px) !important;
  /*filter: url(blur.svg#blur)!important;*/
  filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='8') !important;
}
.single-post .backstretch {
  max-height: 450px !important;
}
.single-post .vw-page-title-box.clearfix {
  padding-top: 150px !important;
}
.single-post .backstretch:before {
  background-image: linear-gradient(top bottom, rgba(0, 0, 0, 0.25) 0%, transparent 3%, transparent 30%, rgba(0, 0, 0, 0.75) 100%) !important;
}
.single-post .vw-page-title-wrapper-inner .vw-post-meta-left img {
  margin: 0 !important;
  margin-right: 15px !important;
}

/*styling for products reviews section*/

.vw-site-layout-full-width .vw-post-box-thumbnail .wp-post-image {
  width: 750px;
}
@media (min-width: 768px) {
  .vw-site-layout-full-width .vw-post-meta .vw-post-meta-right {
    margin-top: -2px;
  }
}

.vw-site-layout-full-width .vw-post-meta .vw-post-meta-left img {
  width: 25px;
  margin-top: -3px;
}
.vw-site-layout-full-width .vw-post-meta .vw-post-meta-left {
  margin-top: 2px;
}
.vw-post-box-thumbnail:hover {
  border: 1px solid #e74c3c !important;
}
.vw-post-box-thumbnail {
  border: 1px solid #eee !important;
}
.category .vw-post-meta {
  margin-bottom: 10px;
}
.vw-review-total-score.vw-review-score-star {
  display: none;
}
.vw-review-summary {
  border-right: none !important;
}
.vw-review-item {
  color: #444;
  background-color: white !important;
  font-size: 16px;
  font-weight: bold;
}
p:empty {
  display: none;
}

/**************************************************/

.ig_action_bar.ig_bold.ig_container {
  background-color: #800040 !important;
}
.ig_action_bar.ig_bold.ig_container.ig_top {
  height: 180px !important;
}
.ig_action_bar.ig_bold .ig_data {
  max-width: 95% !important;
}
.ig_data .ig_message .all-info-tablets .descriptions-tablets {
  position: relative !important;
  top: 50px !important;
  left: 25% !important;
  float: left !important;
  /*max-width: 90% !important;*/
  text-align: justify !important;
  font-family: Bitter !important;
  font-size: 2.441em !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
}
.ig_data .ig_message .all-info-tablets .img-tablets {
  float: left !important;
}
.ig_data .ig_message .all-info-tablets .href-tablets {
  position: relative !important;
  top: 62px !important;
  left: 55% !important;
  /*position: absolute !important;	right: 100px !important;	top: 45px !important;*/
  float: left !important;
}
.ig_data .ig_message .all-info-tablets .href-tablets a {
  padding: 20px 35px !important;
  color: white !important;
  background-color: red !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.ig_data .ig_message .all-info-tablets .href-tablets a:hover {
  text-decoration: none !important;
  background-color: yellowgreen !important;
}
.button-top-content > a {
  padding: 20px 35px;
  color: #fff;
  background: red none repeat scroll 0 0;
  font-size: 18px;
  font-weight: bold;
}
.button-top-content > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: yellowgreen;
}
.button-top-content > a:visited {
  text-decoration: none;
  color: #fff;
}

/*body.postid-6547 .vendor_link_post,
body.postid-6547 .vendor_star_rating{
    display: none!important;
}*/

.vendor_link_post {
  display: inline-block;
  width: 50%;
}
.brand_field > div a:nth-child(n+ 2) {
  margin-left: 6px;
}
.ab-item {
  display: none;
}
.wp-admin-bar-theme_options {
  display: none;
}
.generic-for {
  color: #e54d42;
  /*    display: flex;
        display: -webkit-flex;*/
  font-family: 'Bitter', sans-serif;
  font-size: 20px;

  align-items: center;
  /*    -webkit-align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;*/
}
.gr-border {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

@media (max-width: 767px) {
  ol,
  ul {
    padding-left: 24px;
  }
}

/* Responsive image */
@media (max-width: 567px) {
  .entry-content img:not(.r1-star) {
    display: block !important;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.vw-review-score-number img,
.ad-frame img {
  display: initial !important;
  margin-right: initial !important;
  margin-left: initial !important;
}

.sidebar-inner > .widget .widget {
  margin-bottom: 32px;
}

@media (min-width: 480px) and (max-width: 991px) {
  div.product_row:first-child {
    border-right: 1px solid #dedede;
  }
  div.product_row:last-child {
  }
}

@media (max-width: 767px) {
  .vw-box-3-right-top,
  .vw-box-3-right-bottom {
    display: none;
  }
}

#menu-top-menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  #menu-top-menu {
    flex-direction: row;
  }
}

.vw-menu-additional-icons {
  margin-left: auto;
}

#text-6 .widget {
  margin-bottom: 0;
}

#verified-top-vendors {
  margin-bottom: 32px;
}

.vw-has-background {
  overflow: hidden;
}

.vendor-visit-site {
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, only screen and (min-resolution: 2dppx), not all {
	.vw-site-logo {
   		 display: none;
	}
}