/**
 * Theme Name: Acquisto
 * Theme URI: http://www.press75.com/
 * Description: A shop centric theme with a grid-based content layout to make your products stand out.
 * Version: 2.0.1
 * Author: Press75
 * Author URI: http://www.press75.com/
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom-colors, gray, white, right-sidebar, two-columns, responsive, custom-background, custom-menu, featured-images, full-width-template, post-formats, post-slider, sticky-post, customizer, translation-ready, blog, business, professional, video, flat, minimal, simple
*/
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  clear: both;
  margin: 0;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
/* Basic Setup
----------------------------------------------- */
body {
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: 1.8;
  color: #212326;
  background: #f3f3f2;
  font-family: 'Noto Serif', serif;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', serif;
}
h1 {
  font-size: 2.4em;
  line-height: 1.5;
  color: #505050;
}
h2 {
  font-size: 2.2em;
  line-height: 1.4;
}
h3 {
  font-size: 1.8em;
  line-height: 1.7;
}
h4 {
  font-size: 1.6em;
  line-height: 1.8;
}
h5 {
  font-size: 1.3em;
  line-height: 2;
}
h6 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2;
}
.btn,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 1.25em 2.25em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.btn.btn-primary,
input[type="submit"].btn-primary {
  color: #fff;
  background: #27ae60;
}
.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  background: #212326;
}
.btn.btn-gray,
input[type="submit"].btn-gray {
  background: #ccccca;
  border: 2px solid #ccccca;
  color: #303030;
  display: inline-block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.btn.btn-gray:hover,
input[type="submit"].btn-gray:hover {
  background: #27ae60;
  border-color: #27ae60;
}
.btn.btn-trans,
input[type="submit"].btn-trans {
  background: none;
  border: 2px solid #f3f3f2;
  color: #f3f3f2;
  display: inline-block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.btn.btn-trans:hover,
input[type="submit"].btn-trans:hover {
  background: #27ae60;
  border-color: #27ae60;
}
.btn.btn-dark,
input[type="submit"].btn-dark {
  background: #303030;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.btn.btn-dark:hover,
input[type="submit"].btn-dark:hover {
  background: #27ae60;
}
.btn.btn-lg,
input[type="submit"].btn-lg {
  padding: 1em 3em;
}
.btn.btn-md,
input[type="submit"].btn-md {
  font-size: 0.9em;
  padding: 0.75em 2em;
}
.upper {
  text-transform: uppercase;
}
hr {
  border: none;
  border-bottom: 1px solid #ccccca;
  margin: 30px 0;
}
blockquote {
  font-style: italic;
  font-family: 'Noto Serif', serif;
  color: #f3f3f2;
  margin: 30px 0;
  padding: 1.25em 1.5em;
  background: #505050;
  text-decoration: none;
  text-align: center;
  font-size: 1.6em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
blockquote p {
  margin: 0;
}
address {
  margin-bottom: 15px;
}
strong {
  font-weight: 700;
}
a,
a:link,
a:visited {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #27ae60;
}
a:hover {
  color: #212326;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
em {
  font-style: italic;
}
ol,
ul {
  margin: 0;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: none;
}
dl {
  margin-bottom: 15px;
}
th,
td {
  border: 1px solid;
  padding: 8px;
}
th {
  font-weight: 700;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
caption {
  margin-bottom: 8px;
  text-align: center;
}
code {
  background: #ededed;
  display: block;
  border: 1px dashed #ccccca;
  padding: 1em;
  margin: 1em 0;
  color: #898989;
}
p,
fieldset,
table {
  margin-bottom: 15px;
}
a:link,
a:visited {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin: .5em 1.5em 0 0;
}
.alignright {
  display: inline;
  float: right;
  margin: .5em 0 0 1.5em;
}
.aligncenter {
  max-width: 100%;
}
.alignnone {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 15px;
  background: #ffffff;
  padding: 5px;
  text-align: left;
}
.wp-caption img {
  display: block;
}
.wp-caption p {
  margin: 10px 0;
}
.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin: 5px 0;
  text-align: center;
}
.gallery {
  margin: auto;
  padding: 0px;
}
.gallery-item {
  margin: 5px 0px;
}
.gallery-caption {
  font-size: 0.85em;
  padding: 0px 8px;
}
.gallery img {
  background: none;
  border: none !important;
  width: 100%;
  height: auto;
  padding: 1em;
}
.entry-content .wp-playlist {
  background: none;
  border: none;
  padding: 0;
}
.entry-content .wp-playlist .wp-playlist-item {
  padding: 0.5em 1em;
  border: none;
}
.entry-content .wp-playlist .wp-playlist-item a {
  font-weight: 400;
}
.entry-content .wp-playlist .wp-playlist-item-length {
  line-height: 2.5;
  right: 1em;
  font-weight: normal;
}
/* Helper Classes
----------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.no-gutter-left {
  padding-left: 0;
}
.no-gutter-right {
  padding-right: 0;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.col-sc {
  margin-bottom: 15px;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  #masthead .header {
	  /*width: 100%*/
  }	
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
  
  #masthead .header {
	  background: #115894;
  }
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
  
  #masthead .header {
	  background: #115894;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Variables
----------------------------------------------- */
/* Header
----------------------------------------------- */
#masthead {
  /*padding: 0 0 25px;*/
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*border-bottom: 2px solid #d7d7d4;*/
}
#masthead .header-top {
  /*float: left;
  width: 100%;*/
  padding: 20px 0;
}
#masthead .header-top .image-title img {
  display: block;
  margin-top: -15px;
}
#masthead .header-top .top-menu ul {
  float: right;
}
#masthead .header-top .top-menu ul li {
  display: block;
  float: left;
  font-size: 1.2em;
}
#masthead .header-top .top-menu ul li a {
  font-size: 0.9em;
  padding: 0 10px;
}
#masthead .header {
  float: right;
  /*background: #303030;
  width: 60%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
  margin-bottom: 8px;
}
#masthead .site-branding {
  vertical-align: top;
  display: block;
  float: left;
}
#masthead .site-branding h1 {
  font-size: 1.8em;
}
#masthead .site-branding h1 a {
  background: #27ae60;
  color: #ffffff;
  padding: 0.60em 1em;
  display: block;
  line-height: 1;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#masthead .site-branding h1 a:hover {
  background: #212326;
}
#masthead .cart {
  display: block;
  float: right;
}
#masthead .cart .cart-items {
  background: #505050;
  padding: 1.2em 1.8em 1em;
  line-height: 1.7;
  position: relative;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-family: 'Noto Serif', serif;
}
#masthead .cart .cart-items a {
  color: #ffffff;
}
#masthead .cart .cart-items a:hover {
  color: #27ae60;
}
#masthead .cart .cart-items .dashicons {
  -webkit-transition: none;
  transition: none;
  margin: 0 5px 0 0;
}
#masthead .cart .cart-items .total {
  padding: 0 0 0 3px;
  border-radius: 5px;
  text-align: right;
  display: inline-block;
}
/* Navigation
----------------------------------------------- */
.menu-toggle {
  display: block;
  float: left;
  cursor: pointer;
  line-height: 50px;
  vertical-align: bottom;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 15px;
}
.menu-toggle .dashicons {
  padding: 0 5px 0 0;
  height: auto;
  width: auto;
  font-size: 2.2em;
  display: inline-block;
  line-height: 48px;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
}
.menu-toggle:hover {
  color: #898989;
}
#mobile-navigation {
  height: auto;
  clear: both;
  overflow: hidden;
  padding: 0;
  display: none;
  position: relative;
  top: -3px;
}
#mobile-navigation .menu-primary-container {
  border-top: 3px solid #505050;
  float: left;
  width: 100%;
}
#mobile-navigation .menu-primary-container ul {
  float: left;
  width: 100%;
}
#mobile-navigation .menu-primary-container ul li {
  display: block;
  float: left;
  width: 100%;
}
#mobile-navigation .menu-primary-container ul li a {
  text-transform: uppercase;
  color: #f3f3f2;
  font-size: 0.85em;
  padding: 1.25em 1.5em;
  display: block;
  line-height: 1;
  border-bottom: 1px solid #373737;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#mobile-navigation .menu-primary-container ul li a:hover {
  background: #212326;
}
#mobile-navigation .menu-primary-container ul li ul li a {
  padding-left: 3em;
}
#mobile-navigation .menu-primary-container .menu-top-container ul {
  background: #212326;
  padding: 1em 0;
}
#mobile-navigation .menu-primary-container .menu-top-container ul li a {
  border: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#mobile-navigation .menu-primary-container .menu-top-container ul li a:hover {
  color: #27ae60;
}
#mobile-navigation .menu-primary-container .mobile-search {
  clear: both;
  position: relative;
  padding: 1em;
}
#mobile-navigation .menu-primary-container .mobile-search input {
  background: none;
  color: #ffffff;
}
#mobile-navigation .menu-primary-container .mobile-search input::-webkit-input-placeholder {
  color: #ffffff;
}
#mobile-navigation .menu-primary-container .mobile-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#mobile-navigation .menu-primary-container .mobile-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#mobile-navigation .menu-primary-container .mobile-search input:-ms-input-placeholder {
  color: #ffffff;
}
#mobile-navigation .menu-primary-container .mobile-search .dashicons {
  color: #505050;
}
#site-navigation {
  /*border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
  display: none;
  float: left;
  overflow: hidden;
}
#site-navigation ul li {
  display: block;
  float: left;
  margin: 10px;
}
#site-navigation ul li a {
  text-transform: uppercase;
  color: #222;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0.9em;
  display: block;
  line-height: 1;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#site-navigation ul li a:hover {
  background: #115894;
  color: #ffffff;
}
#site-navigation ul li.current-menu-item > a{
  background: #115894;
  color: #ffffff;
}
#site-navigation ul li.menu-item-home {
  background: none;
}
#site-navigation ul li:hover .children,
#site-navigation ul li:hover .sub-menu {
  display: block;
  color: #ffffff;
}

#site-navigation ul li:hover .children a,
#site-navigation ul li:hover .sub-menu a {
	color: #ffffff;
}

#site-navigation ul li .children,
#site-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  min-width: 140px;
  width: auto;
  z-index: 10;
  background: #115894;
  color: #fff;
  /*border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;*/
  overflow: hidden;
}
#site-navigation ul li .children li,
#site-navigation ul li .sub-menu li {
  width: 100%;
  float: none;
}
/* Main Content
----------------------------------------------- */
#page {
  padding-top: 30px;
  padding-bottom: 30px;
}
#page .wrapped {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 30px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#page .wrapped.image {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#page .wrapped.video {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#primary {
  font-size: 14px;
  margin-bottom: 30px;
}
#primary .entry-content > .woocommerce {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#primary ol,
#primary ul {
  margin: .5em 0;
  padding: 0 0 0 1em;
}
#primary ol li {
  list-style: decimal inside;
  margin: .5em 0;
  padding: 0 0 0 1em;
}
#primary ul li {
  list-style: inside;
  list-style-type: disc;
  margin: .5em 0;
  padding: 0 0 0 1em;
}
#primary .share_box {
  padding: 15px 30px;
  margin: 30px 0;
  background: #f3f3f2;
}
#primary .share_box ul {
  margin: 0;
  padding: 0;
}
#primary .share_box ul li {
  list-style-type: none;
  padding: 0;
  display: block;
  margin: 8px 0;
}
#primary .share_box ul li a {
  width: 100%;
  display: block;
}
#primary .share_box ul li span {
  padding-left: 30px;
  text-align: left;
  display: block;
}
#primary .share_box ul li .icon {
  line-height: 1;
  font-size: 14px;
  height: 24px;
  width: 14px;
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  fill: #27ae60;
}
.page-title {
  background: #f3f3f2;
  border-bottom: 1px solid #d7d7d4;
  margin-top: -2px;
  padding: 1.19em;
}
.page-title p {
  margin: 0;
}
.page-title p.meta {
  color: #898989;
}
.page-title .child-categories {
  margin: 15px 0 0;
}
.section-title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.section-title p {
  margin: 15px 0 15px;
  color: #898989;
}
.featured img {
  display: block;
  width: 100%;
  height: auto;
}
.featured.entry-image img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/* Comments
----------------------------------------------- */
#comments .comment-list {
  margin: 0 0 1em;
  padding: 0;
  display: inline-block;
}
#comments .comment-list li {
  margin: 0;
  padding: 1em 0;
  list-style-type: none;
  float: left;
  width: 100%;
}
#comments .comment-list li .avatar {
  float: left;
}
#comments .comment-list li .comment-body {
  padding-left: 80px;
  word-break: break-word;
}
#comments .comment-list li .comment-body .comment-meta {
  margin: 0 0 1em;
}
#comments .comment-list li .comment-body .comment-meta .comment-edit-link,
#comments .comment-list li .comment-body .comment-meta .comment-reply-link {
  font-size: 0.85em;
  margin: 0 0 0 0.5em;
  color: #bebab9;
  text-transform: lowercase;
}
#comments .comment-list li .comment-body .comment-meta .comment-edit-link:hover,
#comments .comment-list li .comment-body .comment-meta .comment-reply-link:hover {
  color: #505050;
}
#comments .comment-list li .comment-body .comment-content {
  font-style: italic;
}
#comments .comment-list li .comment-body .comment-content ul {
  margin: 0;
}
#comments .comment-list li .comment-body .comment-content ul li {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: disc;
}
#comments .comment-list li .comment-body .comment-content ol {
  margin: 0;
}
#comments .comment-list li .comment-body .comment-content ol li {
  padding: 0;
  list-style: decimal outside;
  margin: 0 0 0 10px;
}
#comments .comment-respond {
  padding: 1em 0;
}
#comments .comment-respond input {
  display: block;
}
/* Pagination
----------------------------------------------- */
.pagination {
  background: #ffffff;
  padding: 1em;
  text-align: center;
  margin-top: 30px;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pagination .pagenums {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
}
.pagination a {
  display: inline-block;
  padding: 0 8px;
}
.pagination a:hover {
  color: #505050;
}
.pagination span {
  padding: 0 8px;
}
.pagination span.ellipses {
  padding: 0 2px;
}
.pagination .dashicons {
  -webkit-transition: none;
  transition: none;
}
/* Grid Items
----------------------------------------------- */
.site-main.grid {
  width: 100%;
  display: block;
}
.grid-items {
  margin: 0 0 30px;
}
.grid-items.first-item {
  margin: 0;
}
.grid-items .item {
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 22px;
  position: relative;
}
.grid-items .item h5 {
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
.grid-items .item h5 a {
  color: #505050;
}
.grid-items .item h5 a:hover {
  color: #27ae60;
}
.grid-items .item .entry-meta {
  font-size: 0.9em;
  line-height: 1;
  margin: 20px 0 0;
  color: #27ae60;
}
.grid-items .item .entry-meta p {
  margin: 0;
}
.grid-items .item .entry-media {
  position: relative;
}
.grid-items .item .entry-media img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.grid-items .item .entry-media .media-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: url(assets/images/trans-blk.png) repeat;
}
.grid-items .item .entry-media .media-hover .btn {
  position: absolute;
  display: block;
  left: 50%;
}
.grid-items .item .entry-media .media-hover .read-more {
  bottom: 38%;
  margin-left: -65px;
}
.grid-items .item .entry-media .media-hover.commerce .btns {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20%;
}
.grid-items .item .entry-media .media-hover.commerce .btn {
  position: relative;
  margin: 5px auto;
  display: block;
  left: 0;
  width: 175px;
}
.grid-items .item .entry-media .media-hover.commerce .loading {
  background: #ccccca url(assets/images/ajax-loader.gif) center no-repeat;
  border: 2px solid #ccccca;
  text-indent: -9999px;
  -webkit-transition: none;
  transition: none;
}
.grid-items .item .entry-media .media-hover.commerce .added {
  display: none;
}
.grid-items .item .entry-media .media-hover.commerce .added_to_cart {
  position: relative;
  margin: 5px auto;
  left: 0;
  width: 175px;
  font-size: 0.9em;
  padding: 0.75em 2em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ccccca;
  border: 2px solid #ccccca;
  color: #303030;
  display: block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.grid-items .item .entry-media .media-hover.commerce .added_to_cart:hover {
  background: #27ae60;
  border-color: #27ae60;
}
.grid-items .item .entry-media .media-hover.commerce .added_to_cart:after {
  margin-top: 4px;
}
.grid-items .item .entry-media:hover .media-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid-items .item .sticky {
  position: absolute;
  right: 22px;
  bottom: 22px;
  font-size: 1em;
  height: auto;
  width: auto;
  color: #ccccca;
}
/* Sidebar
----------------------------------------------- */
.sidebar {
  background: #ffffff;
  padding: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sidebar aside {
  margin: 0 0 45px;
}
.sidebar aside hr {
  max-width: 20%;
  margin: 5px 80% 12px 0;
}
.sidebar aside ul li {
  display: block;
  margin: 0 0 10px;
}
.sidebar aside a {
  color: #212326;
}
.sidebar aside a:hover {
  color: #27ae60;
}
.sidebar aside #search input {
  background: #f3f3f2;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
}
.sidebar aside #search .dashicons {
  top: 10px;
  left: 0.75em;
}
.wrapped .sidebar {
  padding: 0;
}
/* Page Modules
----------------------------------------------- */
#module.featured-post {
  background: #212326;
  text-align: center;
  padding: 8em 0;
  color: #bebab9;
  margin-top: 15px;
}
#module.featured-post h1 {
  color: #f3f3f2;
}
#module.featured-post p {
  margin: 30px 0 60px;
  font-size: 1.1em;
}
#module.testimonials {
  padding: 4em 0 8em;
  text-align: center;
}
#module.testimonials h5 {
  color: #898989;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
  font-style: italic;
}
#module.testimonials h5 span {
  display: block;
  font-size: 4em;
  line-height: 1;
  color: #ccccca;
  height: 50px;
  font-family: 'Noto Serif', serif;
}
#module.testimonials p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 1em 0 3em;
  font-weight: bold;
  text-transform: uppercase;
}
#module.testimonials img {
  border-radius: 125px;
  -moz-border-radius: 125px;
  -webkit-border-radius: 125px;
  width: 96px;
  height: auto;
}
/* Form Styling
----------------------------------------------- */
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  border: 1px solid #ccccca;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1em;
}
textarea {
  width: 100%;
}
#search {
  position: relative;
}
#search input {
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: .4em 1em .5em 1.8em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2em;
}
#search input::-webkit-input-placeholder {
  color: #505050;
}
#search input:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}
#search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
#search input:-ms-input-placeholder {
  color: #505050;
}
#search .dashicons {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.2em;
}
#primary .gform_body ul {
  padding: 0;
  margin: 0;
}
#primary .gform_body ul li {
  padding: 0;
}
#primary .gform_wrapper input[type=text],
#primary .gform_wrapper input[type=url],
#primary .gform_wrapper input[type=email],
#primary .gform_wrapper input[type=tel],
#primary .gform_wrapper input[type=number],
#primary .gform_wrapper input[type=password],
#primary textarea {
  padding: 1em;
}
#primary .gform_button {
  background: #212326;
  color: #ffffff;
  padding: 1em 3em;
}
#primary .gform_button:hover {
  background: #27ae60;
}
/* Footer
----------------------------------------------- */
.footer {
  background: #303030;
  color: #bebab9;
  /*padding: 50px 0;*/
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.footer .footer-widgets {
  float: left;
  width: 100%;
}
.footer .footer-widgets aside {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer-widgets aside h5 {
  color: #f3f3f2;
}
.footer .footer-widgets aside hr {
  border-color: #505050;
  max-width: 35%;
  width: 35%;
  margin: 15px 65% 15px 0;
}
.footer .footer-widgets aside ul li {
  margin-bottom: 15px;
}
.footer .footer-widgets aside a {
  color: #bebab9;
}
.footer .footer-widgets aside a:hover {
  color: #f3f3f2;
}
.footer .site-info {
  border-top: 1px solid #505050;
  padding: 25px 15px;
  float: left;
  width: 100%;
}
.footer .site-info .footer-left {
  padding-left: 0;
  padding-right: 0;
}
.footer .site-info .footer-right {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.footer .site-info .footer-right ul li {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
}
.footer .site-info .footer-right ul li a {
  display: block;
}
.footer .site-info .footer-right ul li a .icon {
  fill: #898989;
  height: 16px;
  width: auto;
}
.footer .site-info .footer-right ul li a:hover .icon {
  fill: #ccccca;
}
.footer .site-info a {
  display: inline-block;
  line-height: 1;
  color: #f3f3f2;
}
.footer a {
  color: #f3f3f2;
}
/* Carousel Styles
----------------------------------------------- */
#owl-slider .owl-item {
  position: relative;
  overflow: hidden;
}
#owl-slider .owl-item .caption {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 15%;
  width: 100%;
}
#owl-slider .owl-item .caption h1 {
  font-size: 3em;
  color: #ffffff;
  width: auto;
}
#owl-slider .owl-item .caption .btn {
  margin: 30px 0;
}
#owl-slider .owl-item div.price {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
#owl-slider .owl-item div.price .price {
  position: absolute;
  right: 15px;
  bottom: 0;
  background: #27ae60;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 2em;
  font-size: 1em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#owl-slider .owl-item img {
  display: block;
  width: 200%;
  margin-left: -50%;
  max-width: none;
  height: auto;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
#owl-slider .owl-controls {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-controls .owl-page span,
.owl-controls .owl-buttons div span {
  height: 12px;
  width: 12px;
  display: block;
  background: #212326;
  border-radius: 10px;
  margin: 0 5px;
}
.owl-controls .owl-page img,
.owl-controls .owl-buttons div img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-controls .owl-page.active,
.owl-controls .owl-buttons div.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-controls .owl-page.active img,
.owl-controls .owl-buttons div.active img {
  border: 4px solid #27ae60;
}
.owl-controls .owl-page:hover,
.owl-controls .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* WooCommerce Styles
----------------------------------------------- */
.woocommerce div.product.grid-items,
.woocommerce #content div.product.grid-items,
.woocommerce-page div.product.grid-items,
.woocommerce-page #content div.product.grid-items {
  margin: 0 0 30px;
}
.variations td {
  border: none;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 15px;
}
#primary .woocommerce-message,
#primary .woocommerce-error,
#primary .woocommerce-info,
#primary .woocommerce-page .woocommerce-message,
#primary .woocommerce-page .woocommerce-error,
#primary .woocommerce-page .woocommerce-info {
  background: #f3f3f2;
  border-color: #27ae60;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#primary .woocommerce-message li,
#primary .woocommerce-error li,
#primary .woocommerce-info li,
#primary .woocommerce-page .woocommerce-message li,
#primary .woocommerce-page .woocommerce-error li,
#primary .woocommerce-page .woocommerce-info li {
  margin: 0;
}
#primary .woocommerce-message:before,
#primary .woocommerce-error:before,
#primary .woocommerce-info:before,
#primary .woocommerce-page .woocommerce-message:before,
#primary .woocommerce-page .woocommerce-error:before,
#primary .woocommerce-page .woocommerce-info:before {
  background: #27ae60;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wc-forward:after,
.wc-forward a:after {
  font-family: 'dashicons';
  content: "\f345";
  font-size: 0.9em;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  padding: 1em 0 1em 1em;
}
.woocommerce .cart-collaterals .shipping_calculator .form-row,
.woocommerce-page .cart-collaterals .shipping_calculator .form-row {
  margin: 0 0 15px;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  padding: 1em 2em;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'dashicons';
  content: "\f347";
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
}
.wc-backward:before,
.wc-backward a:before {
  font-family: 'dashicons';
  content: "\f341";
  font-size: 0.9em;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
}
.woocommerce #content div.product div.images .product_meta,
.woocommerce div.product div.images .product_meta,
.woocommerce-page #content div.product div.images .product_meta,
.woocommerce-page div.product div.images .product_meta,
.woocommerce #content div.product div.summary .product_meta,
.woocommerce div.product div.summary .product_meta,
.woocommerce-page #content div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
  font-size: 0.85em;
}
.woocommerce div.product div.images .owl-controls .owl-page {
  margin: 15px 0 0;
}
#primary .woocommerce-tabs ul {
  margin-bottom: 2em;
}
#primary .woocommerce-tabs ul li {
  margin: .5em 0 0;
  padding: 0 2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: #f3f3f2;
}
#primary .woocommerce-tabs ul li.active {
  background: white;
}
#primary .woocommerce-tabs ul li:before,
#primary .woocommerce-tabs ul li:after {
  display: none;
}
#primary .woocommerce ul li {
  list-style-type: none;
}
#primary .woocommerce h2 {
  font-size: 1.6em;
  line-height: 1.8;
}
#primary .woocommerce h3 {
  font-size: 1.3em;
  line-height: 1.4;
}
#primary .woocommerce .cart-collaterals ul {
  margin: 0;
  padding: 0;
}
#primary .woocommerce .cart-collaterals ul li {
  padding: 0 15px 0 0;
}
#primary .woocommerce .cart-collaterals .cart_totals table,
#primary .woocommerce-page .cart-collaterals .cart_totals table,
#primary .woocommerce table.shop_table,
#primary .woocommerce-page table.shop_table {
  border-collapse: collapse;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
}
#primary .woocommerce .cart-collaterals .cart_totals table tr td,
#primary .woocommerce-page .cart-collaterals .cart_totals table tr td,
#primary .woocommerce table.shop_table tr td,
#primary .woocommerce-page table.shop_table tr td,
#primary .woocommerce .cart-collaterals .cart_totals table tr th,
#primary .woocommerce-page .cart-collaterals .cart_totals table tr th,
#primary .woocommerce table.shop_table tr th,
#primary .woocommerce-page table.shop_table tr th {
  border: none;
  padding: .85em .25em;
}
#primary .woocommerce .cart-collaterals .cart_totals table tr th,
#primary .woocommerce-page .cart-collaterals .cart_totals table tr th,
#primary .woocommerce table.shop_table tr th,
#primary .woocommerce-page table.shop_table tr th {
  text-align: left;
  background: #ffffff;
}
#primary .woocommerce .cart-collaterals .cart_totals table tr td,
#primary .woocommerce-page .cart-collaterals .cart_totals table tr td,
#primary .woocommerce table.shop_table tr td,
#primary .woocommerce-page table.shop_table tr td {
  background: #f3f3f2;
}
#primary .woocommerce .cart-collaterals .cart_totals table tr td.actions .coupon .input-text,
#primary .woocommerce-page .cart-collaterals .cart_totals table tr td.actions .coupon .input-text,
#primary .woocommerce table.shop_table tr td.actions .coupon .input-text,
#primary .woocommerce-page table.shop_table tr td.actions .coupon .input-text {
  width: auto;
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 1em;
}
#primary .woocommerce .cart-collaterals .cart_totals table tr td.actions input,
#primary .woocommerce-page .cart-collaterals .cart_totals table tr td.actions input,
#primary .woocommerce table.shop_table tr td.actions input,
#primary .woocommerce-page table.shop_table tr td.actions input {
  width: 98% !important;
  display: block;
  float: none;
  margin: 0 auto 5px;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  color: #ed8e7b;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  color: #ffffff;
  background-color: #ed8e7b;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce table.shop_attributes {
  border-top: none;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  border: none;
  text-align: left;
}
.related.products .grid-items .item {
  margin: 15px 0;
  padding: 0;
}
.upsells.products .grid-items .item {
  margin: 15px 0;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  list-style-type: none;
  margin: 2em 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  border: none;
  background: none;
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  padding: 0;
  width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 75px;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin: 4px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
  font-style: italic;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2,
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  clear: none;
  font-size: 1.6em;
  line-height: 1.8;
}
.woocommerce #review_form #respond p label,
.woocommerce-page #review_form #respond p label {
  display: block;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  padding: 1em 2.5em;
  text-transform: uppercase;
  font-size: 0.85em;
  border-radius: 5px;
}
.media-hover .woocommerce-product-rating {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: right;
}
.media-hover .woocommerce .star-rating:before,
.media-hover .woocommerce-page .star-rating:before {
  color: #212326;
}
.media-hover .woocommerce .star-rating {
  margin-right: 0;
}
.media-hover .woocommerce-product-rating .woocommerce-review-link {
  margin: 3px 4px 3px 0;
}
.woocommerce-product-rating .woocommerce-review-link {
  display: block;
  font-size: 0.85em;
  margin: 3px 0;
  float: right;
  clear: both;
  color: #ffffff;
}
.woocommerce-product-rating .woocommerce-review-link:hover {
  color: #27ae60;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  color: #27ae60;
}
.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,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product_thumbnails {
  padding: 15px 0;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #27ae60;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0.5em 2em;
  left: 30px;
  top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.2em;
  font-weight: 400;
  z-index: 9;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  margin: 0 5px 0 0;
  font-size: 0.9em;
  padding: 0 1em;
}
.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 #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
  background: #212326;
  text-shadow: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: .75em 2em;
  line-height: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.woocommerce #content input.button.single_add_to_cart_button,
.woocommerce #respond input#submit.single_add_to_cart_button,
.woocommerce a.button.single_add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce input.button.single_add_to_cart_button,
.woocommerce-page #content input.button.single_add_to_cart_button,
.woocommerce-page #respond input#submit.single_add_to_cart_button,
.woocommerce-page a.button.single_add_to_cart_button,
.woocommerce-page button.button.single_add_to_cart_button,
.woocommerce #content div.product form.cart .button.single_add_to_cart_button,
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.woocommerce-page #content div.product form.cart .button.single_add_to_cart_button,
.woocommerce-page div.product form.cart .button.single_add_to_cart_button {
  line-height: 1.4;
}
.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 #content div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover {
  background: #27ae60;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
  background: #27ae60;
  text-shadow: none;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  background: #212326;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-size: 1.3em;
  line-height: 2;
  color: #505050;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  width: 65px;
  margin: 0 10px 10px 0;
}
.woocommerce #content div.product form.cart div.quantity input.qty,
.woocommerce div.product form.cart div.quantity input.qty,
.woocommerce-page #content div.product form.cart div.quantity input.qty,
.woocommerce-page div.product form.cart div.quantity input.qty {
  border: 1px solid #ccccca;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 40px;
}
.woocommerce #content div.product form.cart div.quantity .plus,
.woocommerce div.product form.cart div.quantity .plus,
.woocommerce-page #content div.product form.cart div.quantity .plus,
.woocommerce-page div.product form.cart div.quantity .plus,
.woocommerce #content div.product form.cart div.quantity .minus,
.woocommerce div.product form.cart div.quantity .minus,
.woocommerce-page #content div.product form.cart div.quantity .minus,
.woocommerce-page div.product form.cart div.quantity .minus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #27ae60;
  text-shadow: none;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.woocommerce #content div.product form.cart div.quantity .plus:hover,
.woocommerce div.product form.cart div.quantity .plus:hover,
.woocommerce-page #content div.product form.cart div.quantity .plus:hover,
.woocommerce-page div.product form.cart div.quantity .plus:hover,
.woocommerce #content div.product form.cart div.quantity .minus:hover,
.woocommerce div.product form.cart div.quantity .minus:hover,
.woocommerce-page #content div.product form.cart div.quantity .minus:hover,
.woocommerce-page div.product form.cart div.quantity .minus:hover {
  background: #212326;
}
.woocommerce .woocommerce-message .button {
  margin: 0;
}
@media (min-width: 768px) {
  /* Header
----------------------------------------------- */

  /* Main Content
----------------------------------------------- */
  .page-title .child-categories {
    margin: 0;
  }
  #primary .entry-content > .woocommerce {
    padding: 30px;
  }
  /* Carousel Styles
----------------------------------------------- */
  #owl-slider .owl-item .caption {
    top: 25%;
    bottom: inherit;
  }
  #owl-slider .owl-item div.price .price {
    font-size: 1.8em;
  }
  #owl-slider .owl-controls {
    bottom: 30px;
  }
  #owl-slider .owl-item img {
    display: block;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
  /* WooCommerce Styles
----------------------------------------------- */
  #primary .woocommerce .cart-collaterals .cart_totals table tr td,
  #primary .woocommerce-page .cart-collaterals .cart_totals table tr td,
  #primary .woocommerce table.shop_table tr td,
  #primary .woocommerce-page table.shop_table tr td,
  #primary .woocommerce .cart-collaterals .cart_totals table tr th,
  #primary .woocommerce-page .cart-collaterals .cart_totals table tr th,
  #primary .woocommerce table.shop_table tr th,
  #primary .woocommerce-page table.shop_table tr th {
    padding: .85em 1.25em;
  }
  #primary .woocommerce .cart-collaterals .cart_totals table tr td.actions input,
  #primary .woocommerce-page .cart-collaterals .cart_totals table tr td.actions input,
  #primary .woocommerce table.shop_table tr td.actions input,
  #primary .woocommerce-page table.shop_table tr td.actions input {
    width: auto !important;
    display: inline-block;
    margin: 0 5px 5px;
    float: none;
  }
  #primary .woocommerce .cart-collaterals .cart_totals table tr td.actions .coupon .input-text,
  #primary .woocommerce-page .cart-collaterals .cart_totals table tr td.actions .coupon .input-text,
  #primary .woocommerce table.shop_table tr td.actions .coupon .input-text,
  #primary .woocommerce-page table.shop_table tr td.actions .coupon .input-text,
  #primary .woocommerce .cart-collaterals .cart_totals table tr td.actions .coupon .input,
  #primary .woocommerce-page .cart-collaterals .cart_totals table tr td.actions .coupon .input,
  #primary .woocommerce table.shop_table tr td.actions .coupon .input,
  #primary .woocommerce-page table.shop_table tr td.actions .coupon .input {
    float: left;
  }
}
@media (min-width: 992px) {
  /* Navigation
----------------------------------------------- */
  #site-navigation {
    display: block;
  }
}
