@charset "UTF-8";
/**! Note: This CSS file may not always be valid according to the W3C standards.
 * It may contain proprietary/nonstandard or yet unsupported code.
 * This code is used to fix certain user agent rendering bugs,
 * or to enhance the website/application in the case of more advanced user agents.
 *
 * @website:
 * @author: SpotOnEarth team
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*:focus {
  outline: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

ul, ol {
  margin-left: 1rem;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 10px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
}

textarea {
  overflow: auto;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button {
  width: auto;
  overflow: visible;
}

/* Font normalization
body {
	font: 16px/1.462 sans-serif;
	*font-size: small;
}
*/
body {
  font-size: 100%;
  background: #fff;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

input, textarea {
  font-size: 16px;
  /* fixes idiotic zoom on ios */
}

body, select, input, textarea {
  color: #303e48;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

a, a:active, a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* Clearfix */
.clearfix:after, #main-content .page-content:after, .tabs:after, .hero .hero-content:after, .woocommerce .listing-header:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix, #main-content .page-content, .tabs, .hero .hero-content, .woocommerce .listing-header {
  zoom: 1;
}

/* messages */
.success,
.warning {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444444;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 1024px;
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

/*
 * Layout
 */
html,
body {
  height: 100%;
}

html {
  margin: 0 !important;
}

body {
  overflow-x: hidden;
}

#wpadminbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
}

/*------------ header -----------*/
#header {
  height: 174px;
  padding-left: 20px;
  padding-right: 20px;
  background: #000000;
}

#logo {
  display: block;
  float: left;
}

.nav-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
}

/* navigation */
#navigation {
  float: left;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navigation .menu > li {
  position: relative;
  float: left;
}
#navigation .menu > li > a {
  display: block;
  padding: 10px;
  font-weight: normal;
}
#navigation .menu > li > a:hover {
  color: #000;
  background: #fff;
}
#navigation .menu > li.current-menu-item > a, #navigation .menu > li.current-menu-ancestor > a {
  color: #000;
  background: #fff;
}
#navigation .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font: 18px/18px FontAwesome;
  margin-left: 5px;
  text-rendering: auto;
  transform: translate(0px, 0px);
  vertical-align: -1px;
}
#navigation .menu > li > ul {
  display: none;
  position: absolute;
  left: -20px;
  top: 100%;
  width: 250px;
  padding: 13px 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 1px 5px -4px #000;
  background: #000;
  z-index: 2;
}
#navigation .menu > li > ul a {
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
}
#navigation .menu > li > ul > li {
  position: relative;
}
#navigation .menu > li > ul > li > a {
  display: block;
  padding: 7px 20px;
}
#navigation .menu > li > ul > li > a:hover {
  color: #000;
  background: #fff;
}
#navigation .menu > li > ul > li.menu-item-has-children > a:after {
  content: "\f105";
  display: inline-block;
  font: 18px/18px FontAwesome;
  margin-left: 10px;
  text-rendering: auto;
  transform: translate(0px, 0px);
  vertical-align: -1px;
}
#navigation .menu > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -15px;
  width: 250px;
  padding: 13px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 1px 5px -4px #000;
  background: #000;
}
#navigation .menu > li > ul > li > ul > li > a {
  display: block;
  padding: 7px 20px;
}
#navigation .menu > li > ul > li > ul > li > a:hover {
  color: #fff;
  background: #fff;
}
#navigation .menu > li > ul > li:hover > ul {
  display: block;
}
#navigation .menu > li:hover > ul {
  display: block;
}
#navigation .menu > li:hover > a {
  color: #000;
  background: #fff;
}
#navigation a {
  font-size: 14px;
  text-transform: uppercase;
  color: #f6f5f3;
  letter-spacing: 0.5px;
  font-family: Georgia, serif;
}
#navigation a:hover, #navigation a:focus {
  color: #000000;
}

.social-nav {
  position: absolute;
  top: 25px;
  right: 0;
}
.social-nav > a {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  color: #000;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  background: #fff;
}

/* mobile navigation */
#mobile-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 320px;
  overflow: auto;
  color: #ffffff;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: #071621;
  background: rgba(21, 21, 21, 0.9);
  z-index: 99998;
}
body.nav-open #mobile-navigation {
  right: 0;
}
#mobile-navigation .menu {
  margin: 17px 0 20px 20px;
}
#mobile-navigation .menu > li {
  padding: 10px 10px 5px 0;
}
#mobile-navigation .menu > li > a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px;
}
#mobile-navigation .menu > li > ul {
  margin: 10px 0 0 20px;
}
#mobile-navigation .menu > li > ul a {
  font-size: 14px;
  color: #9c9c9c;
}
#mobile-navigation .menu a:hover,
#mobile-navigation .menu a:focus,
#mobile-navigation .menu a:active,
#mobile-navigation .menu > ul > li.current-menu-item > a,
#mobile-navigation .menu > ul > li.current-menu-ancestor > a,
#mobile-navigation .menu > ul > li > ul li.current-menu-item a {
  color: #fff;
}

#nav-toggle {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: auto;
  width: 2em;
  font-size: 16px;
  /* adjust this */
  margin: 0;
  padding: 38px 20px;
  z-index: 99999;
}
#nav-toggle span {
  position: relative;
  display: block;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  width: 100%;
  height: .19em;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
}
#nav-toggle span:before, #nav-toggle span:after {
  background: #fff;
  content: " ";
  margin-top: -.6em;
  position: absolute;
}
#nav-toggle span:after {
  margin-top: .6em;
}
body.nav-open #nav-toggle span {
  background: transparent;
}
body.nav-open #nav-toggle span:before, body.nav-open #nav-toggle span:after {
  background: #fff;
}
body.nav-open #nav-toggle span:before {
  -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
  -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
  -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
  -o-transform: rotate(45deg) translate(0.5em, 0.4em);
  transform: rotate(45deg) translate(0.5em, 0.4em);
}
body.nav-open #nav-toggle span:after {
  -moz-transform: rotate(-45deg) translate(0.45em, -0.35em);
  -webkit-transform: rotate(-45deg) translate(0.45em, -0.35em);
  -ms-transform: rotate(-45deg) translate(0.45em, -0.35em);
  -o-transform: rotate(-45deg) translate(0.45em, -0.35em);
  transform: rotate(-45deg) translate(0.45em, -0.35em);
}

@media screen and (max-width: 1360px) {
  .social-nav {
    top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #navigation,
  .social-nav {
    display: none;
  }

  #mobile-navigation,
  #nav-toggle {
    display: block;
  }

  #header {
    height: 80px;
  }
  #header .nav-wrapper {
    height: 100%;
  }

  #logo {
    height: 100%;
    max-width: 220px;
    padding-top: 0;
  }
  #logo img {
    max-height: 100%;
  }
}
/*------------ main -------------*/
#container {
  height: 100%;
  overflow-x: hidden;
}
#container #content {
  min-height: calc(100% - 248px);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1360px) {
  #container #content {
    min-height: calc(100% - 204px);
  }
}

#main-content {
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
  padding: 50px 0;
}
#main-content .page-content .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
#main-content .page-content .column h1 {
  margin-bottom: 15px;
  font-size: 28px;
}
#main-content .page-content .column p {
  margin-bottom: 15px;
}
#main-content .page-content .column.left {
  padding-right: 20px;
}
#main-content .page-content .column.right {
  padding-left: 20px;
}
@media screen and (max-width: 680px) {
  #main-content .page-content .column {
    width: 100%;
    float: none;
  }
  #main-content .page-content .column.left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #main-content .page-content .column.right {
    padding-left: 0;
  }
}

body.home .page-title {
  display: none;
}

a.button, .gform_button,
input.button,
input[type="submit"],
input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #303e48;
  line-height: 1;
  color: #303e48;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: transparent;
  z-index: 1;
}
a.button:hover, .gform_button:hover,
input.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #303e48;
}

form ul, form ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input.text,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  padding: 20px 5px 20px 22px;
  border: 0;
  -webkit-appearance: none;
  width: 90%;
  border: 1px solid #cccccc;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input.text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input.text:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input.text::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input.text:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  padding: 20px 5px 20px 22px;
  border: 0;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-select select {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #303e48;
  background: #fff;
  z-index: 2;
}
.custom-select .select-placeholder {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 5px 20px 22px;
}
.custom-select .select-placeholder:after {
  content: "";
  display: block;
  position: absolute;
}

.gform_wrapper .validation_error {
  display: none;
}

.gfield {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.gfield.clear {
  clear: both;
}
.gfield.first {
  clear: left;
}
.gfield.one-half, .gfield.one-third, .gfield.one-fourth, .gfield.one-fifth, .gfield.one-fifth-plus {
  padding-right: 9px;
}
.gfield.one-half.last, .gfield.one-third.last, .gfield.one-fourth.last, .gfield.one-fifth.last, .gfield.one-fifth-plus.last {
  padding-right: 0;
}
.gfield.one-half {
  float: left;
  width: 50%;
}
.gfield.one-third {
  float: left;
  width: 33.33%;
}
.gfield.one-fourth {
  float: left;
  width: 25%;
}
.gfield.one-fifth {
  float: left;
  width: 20%;
}
.gfield.one-fifth-plus {
  float: left;
  width: 22.223%;
}
.gfield label {
  display: none;
}
.gfield input {
  width: 90%;
  border: 1px solid #cccccc;
  height: 20px;
}
.gfield select {
  width: 100%;
}
.gfield.gfield_error input,
.gfield.gfield_error .custom-select {
  border: 2px solid #e63c2e;
}
.gfield .validation_message {
  display: none;
}
@media screen and (max-width: 670px) {
  .gfield.one-half, .gfield.one-third, .gfield.one-fourth, .gfield.one-fifth, .gfield.one-fifth-plus {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.gform_footer {
  clear: both;
  text-align: center;
}

.gform_button,
input.button,
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding-right: 2px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.tabs li:last-child {
  padding-right: 0;
}
.tabs a {
  display: block;
  color: #a7adb1;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #303e48;
}
.tabs li.active a {
  font-weight: bold;
  color: #fff;
  background: #000000;
}

.tabs-wrapper {
  position: relative;
}
.tabs-wrapper .tab-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -ms-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
.tabs-wrapper .tab-content.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}

.home #main-content .picture {
  float: left;
  width: 50%;
}
.home #main-content .content {
  float: right;
  width: 48%;
}
.home #main-content .content h2 {
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #303e48;
  font-size: 42px;
  font-weight: normal;
  font-family: Georgia, serif;
}
.home #main-content .content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  font-family: Georgia, serif;
}
.home #main-content .content p {
  margin-bottom: 15px;
}
.home #main-content .content > img {
  display: block;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .home #main-content .picture,
  .home #main-content .content {
    float: none;
    width: 100%;
  }
}

.featured-categories {
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 20px;
  background: #eee;
}
.featured-categories .container > ul {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}
.featured-categories .container > ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featured-categories .container > ul li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.featured-categories .container > ul li a {
  color: #303e48;
}
.featured-categories .container > ul li .picture {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 0 5px -1px #888;
}
.featured-categories .container > ul li h4 {
  margin: 0 10px 15px 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #303e48;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Georgia, serif;
}
.featured-categories .container > ul li .description {
  margin: 0 10px;
}

.hero .hero-content > h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
}
.hero .hero-content > img {
  float: left;
  max-width: 50%;
}
.hero .hero-content .term-description {
  margin-left: 55%;
}
.hero .hero-content .term-description p {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 680px) {
  .hero .hero-content > img {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hero .hero-content .term-description {
    margin-left: 0;
  }
}

.woocommerce .woocommerce-breadcrumb {
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 13px;
}
.woocommerce .listing-header {
  margin: 25px 0;
  background: #eee;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: left;
  margin: 0 10px 0 0;
  text-align: left;
}
.woocommerce .woocommerce-ordering {
  padding: 8px 9px;
}
.woocommerce .woocommerce-result-count {
  line-height: 54px;
  padding: 0 9px;
}
.woocommerce .woocommerce-ordering select {
  width: 100%;
  padding: 9px 12px;
}
.woocommerce nav.woocommerce-pagination {
  margin: 0 0 25px 0;
}
.woocommerce #reviews .comment-reply-title {
  margin-bottom: 15px;
}
.woocommerce #reviews #comment {
  height: 150px;
}
@media screen and (max-width: 680px) {
  .woocommerce .listing-header {
    padding: 10px 0;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count {
    float: none;
    margin: 0 0 10px 0;
  }
  .woocommerce .woocommerce-result-count {
    text-align: center;
    line-height: 1;
  }
}

form.woocommerce-product-search {
  float: right;
  min-width: 282px;
  position: relative;
  padding: 8px 9px;
}

form.woocommerce-product-search label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 25px;
  line-height: 41px;
  color: #6eae97;
  font-weight: 600;
}

form.woocommerce-product-search .form-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 112px;
}

form.woocommerce-product-search input[type="text"],
form.woocommerce-product-search input[type="search"],
form.woocommerce-product-search input.search,
form.woocommerce-product-search input.text {
  width: 100%;
  padding: 13px 12px;
  border: 0;
  line-height: 1;
}

form.woocommerce-product-search input.button,
form.woocommerce-product-search input[type="submit"],
form.woocommerce-product-search input[type="button"] {
  float: right;
  margin-top: -42px;
  padding: 12px 15px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  background: #000;
}
form.woocommerce-product-search input.button:hover, form.woocommerce-product-search input.button:focus,
form.woocommerce-product-search input[type="submit"]:hover,
form.woocommerce-product-search input[type="submit"]:focus,
form.woocommerce-product-search input[type="button"]:hover,
form.woocommerce-product-search input[type="button"]:focus {
  color: #000000;
}

@media screen and (max-width: 680px) {
  form.woocommerce-product-search {
    float: none;
    min-width: 0;
  }
}
ul.products-list {
  margin: 0 -20px;
  padding: 0;
  list-style-type: none;
}
ul.products-list > li {
  float: left;
  width: 33.33%;
  margin-bottom: 25px;
  text-align: center;
}
ul.products-list > li:nth-child(3n+1) {
  clear: left;
}
ul.products-list > li > a {
  display: block;
  padding: 0 20px;
  color: #000;
}
ul.products-list > li img {
  display: block;
  margin: 0 auto 15px;
}
ul.products-list > li h3 {
  margin: 0 0 10px 0;
}
ul.products-list > li .price {
  color: #000000;
}
ul.products-list > li .options {
  font-style: italic;
}
@media screen and (max-width: 680px) {
  ul.products-list {
    margin: 0;
  }
  ul.products-list > li {
    float: none;
    width: 100%;
  }
  ul.products-list > li > a {
    padding: 0;
  }
}

.product-single .images {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 25px;
}
.product-single .summary {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding-left: 25px;
  padding-top: 100px;
}
.product-single .product_title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 27px;
  line-height: 1.1;
  font-weight: normal;
}
.product-single .price {
  margin: 0 0 15px 0;
  font-size: 21px;
}
.product-single .description {
  margin: 0 0 15px 0;
}
.product-single .cart {
  margin: 15px 0;
  padding: 0;
  background: none;
}
.product-single .cart .quantity {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.product-single .cart .quantity input {
  width: 60px;
  padding: 6px;
  text-align: left;
  background: #fff;
}
.product-single .cart .button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background: #303e48 !important;
}
.product-single .woocommerce-tabs {
  clear: both;
  margin-bottom: 50px;
  padding-top: 50px;
}
.product-single .woocommerce-tabs .tabs li {
  float: left;
  width: 50%;
}
.product-single .woocommerce-tabs .tabs li a {
  display: block;
  padding: 20px 10px;
}
.product-single .woocommerce-tabs .panel {
  padding: 25px 0;
}
.product-single .woocommerce-tabs .panel h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.product-single .woocommerce-tabs .panel p {
  margin-bottom: 15px;
}
@media screen and (max-width: 680px) {
  .product-single .images {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .product-single .summary {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

#content div.woocommerce h2 {
  margin-bottom: 15px;
}
#content div.woocommerce p {
  margin-bottom: 15px;
}

/*------------ footer -------------*/
#footer {
  padding: 25px 20px;
  background: #000000;
  color: #fff;
}
#footer .sign-up {
  float: left;
  width: 50%;
}
#footer .sign-up > h5 {
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  font-family: Georgia, serif;
}
#footer .sign-up .sign-up-info {
  float: left;
  width: 33.33%;
}
#footer .sign-up .sign-up-form {
  float: left;
  width: 66.66%;
}
#footer .sign-up .sign-up-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .sign-up .sign-up-form ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1px;
  float: left;
  width: 70%;
}
#footer .sign-up .sign-up-form ul li.last {
  width: 30%;
  padding-left: 1px;
}
#footer .sign-up .sign-up-form label {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 5px;
  top: 5px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -o-border-radius: 26px;
  -ms-border-radius: 26px;
  -khtml-border-radius: 26px;
  border-radius: 26px;
  overflow: hidden;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-family: Georgia, serif;
  background: #000;
}
#footer .sign-up .sign-up-form input[type="text"], #footer .sign-up .sign-up-form input[type="email"], #footer .sign-up .sign-up-form input[type="password"], #footer .sign-up .sign-up-form input.text, #footer .sign-up .sign-up-form textarea {
  width: 100%;
  height: 36px;
  padding: 9px 5px 9px 35px;
  line-height: 1;
  background: #eee;
}
#footer .sign-up .sign-up-form button,
#footer .sign-up .sign-up-form input[type="submit"] {
  width: 100%;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 0;
  padding: 7px 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-family: Georgia, serif;
  background: #777;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
#footer .contact {
  float: right;
  width: 50%;
  max-width: 280px;
}
#footer .contact > h6 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  font-family: Georgia, serif;
}
#footer .contact > div {
  position: relative;
  margin-bottom: 1px;
  padding: 9px 5px 9px 35px;
  line-height: 1;
  color: #303e48;
  background: #eee;
}
#footer .contact > div.name {
  padding-left: 5px;
}
#footer .contact > div .highlight {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 5px;
  top: 5px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -o-border-radius: 26px;
  -ms-border-radius: 26px;
  -khtml-border-radius: 26px;
  border-radius: 26px;
  overflow: hidden;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-family: Georgia, serif;
  background: #000;
}
#footer .contact > div a {
  color: #303e48;
}
#footer .legal {
  clear: both;
  text-align: center;
  color: #f6f5f3;
  font-size: 14px;
  padding-top: 20px;
}
#footer .legal a {
  color: #f6f5f3;
}

@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    padding: 20px;
  }
  #footer .sign-up {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  #footer .sign-up > h5 {
    font-size: 20px;
  }
  #footer .sign-up .sign-up-info {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .sign-up .sign-up-form {
    float: none;
    width: 100%;
  }
  #footer .sign-up .sign-up-form ul li {
    float: none;
    width: 100%;
  }
  #footer .sign-up .sign-up-form ul li.last {
    width: 100%;
    padding-left: 0;
  }
  #footer .contact {
    float: none;
    width: 100%;
  }
}
/* helpers */
.hidden {
  display: none;
  visibility: hidden;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.valign .valign-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/*
 * @media queries for resposnive design
 * defined last in order to easily override primary styles
 */

/*# sourceMappingURL=style.css.map */
