@import url(../../bower_components/normalize-css/normalize.css);
@import url(../../bower_components/wow/css/libs/animate.css);
* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    html, body {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    html, body {
      font-size: 17px; } }

html {
  font-family: "Helvetica";
  font-size: 100%;
  font-smoothing: antialiased; }

html, body {
  background-color: #8B0000; }

p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: lighter; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

a {
  color: #ddd; }
  a, a:hover {
    text-decoration: none; }
  a:hover {
    color: #EDEEE8; }

input, textarea {
  background-color: #EDEEE8;
  border: 1px solid rgba(17, 17, 17, 0.5);
  padding: 5px;
  border-radius: 3px; }
  input[type='submit'], textarea[type='submit'] {
    padding: .5em 2em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica";
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 2.12rem;
  line-height: 4.5rem;
  margin: 0;
  color: #8B0000; }

h2 {
  font-size: 1.828rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.414rem;
  color: #ddd; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

code {
  vertical-align: bottom; }

.clearfix:after, #page #content .product:after, .row:after {
  content: '';
  display: table;
  clear: both; }

header ul {
  text-align: center;
  display: block;
  padding: 3em 0 0;
  padding-right: 1em;
  margin: 0; }
  @media only screen and (min-width: 992px) {
    header ul {
      text-align: right; } }
  header ul li {
    display: inline;
    list-style-type: none;
    padding: 0 1em;
    font-size: .85em; }
    @media only screen and (min-width: 992px) {
      header ul li {
        padding: 0 1.5%; } }
    @media only screen and (min-width: 1200px) {
      header ul li {
        font-size: 1em;
        padding: 0 1.5em; } }
    header ul li a {
      color: #000;
      font-weight: bold;
      transition: .3s ease all; }
      header ul li a:hover {
        color: #8B0000; }

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #F6F1ED;
  color: #EDEEE8;
  z-index: 5;
  transition: .3s ease all;
  box-shadow: #333 .1em .1em .3em; }
  header.site-header nav {
    clear: both; }
    @media only screen and (min-width: 992px) {
      header.site-header nav {
        clear: none; } }
  header.site-header #logo {
    margin: 0 auto;
    padding-top: 5px;
    display: block;
    background-image: url("../images/logo-red.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 85px;
    width: 225px; }
    @media only screen and (min-width: 992px) {
      header.site-header #logo {
        float: left;
        margin: 5px 0 0 1em; } }
  header.site-header #nav-icon {
    display: block;
    float: left;
    margin-left: 1.5em;
    margin-top: 1em;
    width: 30px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    @media only screen and (min-width: 992px) {
      header.site-header #nav-icon {
        display: none; } }
    header.site-header #nav-icon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #8B0000;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
  header.site-header #nav-icon span:nth-child(1) {
    top: 0px; }
  header.site-header #nav-icon span:nth-child(2), header.site-header #nav-icon span:nth-child(3) {
    top: 8px; }
  header.site-header #nav-icon span:nth-child(4) {
    top: 16px; }
  header.site-header #nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  header.site-header #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header.site-header #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header.site-header #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

footer {
  text-align: right;
  padding-right: 2em; }

.home-content p.content {
  font-size: 1.2em;
  margin-bottom: 2em;
  line-height: 1.5em; }

.home-content .row {
  max-width: 1075px;
  margin: 0 auto; }
  .home-content .row > div {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    height: 500px;
    position: relative; }
    .home-content .row > div img {
      margin: 0 auto; }
    .home-content .row > div .img-wrap {
      height: 100%;
      position: relative;
      text-align: center; }
      .home-content .row > div .img-wrap img {
        max-width: 100%; }
  .home-content .row .one img, .home-content .row .two img, .home-content .row .three img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px; }
  .home-content .row .one p, .home-content .row .two p, .home-content .row .three p {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
	font-size: .9em;
    width: 100%;
    text-align: center; }
  .home-content .row .one img, .home-content .row .three img {
    max-height: 320px; }
  .home-content .row .one {
    text-align: right; }
  .home-content .row .two {
    text-align: center;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
  .home-content .row .three {
    text-align: left;
    width: 23.7288135593%;
    float: right;
    margin-right: 0; }

.home-content .left {
  text-align: center;
  color: #ddd; }
  @media only screen and (min-width: 992px) {
    .home-content .left {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; } }
  .home-content .left img {
    display: block;
    margin: 0 auto .5em;
    width: auto;
    max-width: 100%;
    max-height: auto; }
  .home-content .left .last {
    max-width: 360px;
    margin: 1.5em auto 0; }
    .home-content .left .last .left img, .home-content .left .last .right img {
      display: block;
      margin: 0 auto;
      max-width: 155px; }
    .home-content .left .last .left p, .home-content .left .last .right p {
      font-size: 1em; }
    .home-content .left .last .left {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
    .home-content .left .last .right {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; }

.home-content .right {
  padding-left: 1em; }
  @media only screen and (min-width: 992px) {
    .home-content .right {
      width: 66.1016949153%;
      float: right;
      margin-right: 0; } }
  .home-content .right .images {
    margin: 3em 2em 0; }
    .home-content .right .images .first img {
      float: left; }
    .home-content .right .images .first h3 {
      color: #a06613;
      font-weight: bolder;
      padding-top: 1em; }
    .home-content .right .images .first p {
      margin-top: .5em; }
  .home-content .right p.content {
    font-size: 1.2em;
    line-height: 1.25em; }
    @media only screen and (min-width: 992px) {
      .home-content .right p.content {
        font-size: 1.35em; } }
    @media only screen and (min-width: 1200px) {
      .home-content .right p.content {
        font-size: 1.5em; } }

.container.sm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .container.sm:after {
    content: " ";
    display: block;
    clear: both; }

.open-menu #page {
  left: 250px; }
  .open-menu #page header {
    left: 250px; }
  .open-menu #page .sidebar {
    left: 0; }

.woocommerce #page #content #primary {
  background-color: #EDEEE8;
  padding: 2em;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .woocommerce #page #content #primary {
      width: 800px;
      max-width: 100%;
      margin-left: 270px; } }
  @media only screen and (min-width: 1300px) {
    .woocommerce #page #content #primary {
      margin: 0 auto; } }

#page {
  min-height: 100%; }
  #page #content {
    min-height: 100%; }
    #page #content #primary {
      min-height: 100%; }
      #page #content #primary #main {
        min-height: 100%; }
        #page #content #primary #main .centered {
          min-height: 100%;
          background-color: #EDEEE8;
          width: 100%; }
          @media only screen and (min-width: 992px) {
            #page #content #primary #main .centered {
              width: 800px;
              max-width: 100%;
              margin-left: 270px; } }
          @media only screen and (min-width: 1300px) {
            #page #content #primary #main .centered {
              margin: 0 auto; } }

#page {
  position: relative;
  left: 0;
  transition: .3s ease all; }
  #page main {
    padding-top: 0;
    padding-left: 0; }
    #page main article, #page main .home-content {
      background-color: #EDEEE8;
      padding: 2em; }
  #page .sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    padding-top: 100px;
    padding-left: 1.5em;
    transition: .3s ease all; }
    @media only screen and (min-width: 992px) {
      #page .sidebar {
        left: 0; } }
    #page .sidebar p {
      font-size: .9em;
      color: #EDEEE8;
      padding-right: 1em; }
    #page .sidebar .sidebar-nav ul {
      padding: 0; }
      #page .sidebar .sidebar-nav ul li {
        list-style-type: none;
        margin-bottom: 1em;
        padding-bottom: 1em; }
        #page .sidebar .sidebar-nav ul li a {
          color: #EDEEE8;
          font-weight: bold; }
        #page .sidebar .sidebar-nav ul li .desc {
          color: #EDEEE8;
          font-style: italic;
          font-weight: lighter; }
    #page .sidebar .woocommerce-categories ul {
      padding: 0; }
      #page .sidebar .woocommerce-categories ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px; }
        #page .sidebar .woocommerce-categories ul li a {
          color: white;
          border-bottom: 1px solid #FFE;
          padding: 1px 0;
          margin: 0 0 8px;
          display: inline-block;
          font-weight: bold;
          transition: .3s ease all; }
          #page .sidebar .woocommerce-categories ul li a:hover {
            color: #ddd;
            border-bottom: 1px solid #ddd; }
  #page #content {
    padding: 165px 0 0; }
    @media only screen and (min-width: 992px) {
      #page #content {
        padding: 92px 0 0; } }

footer.site-footer {
  margin-left: 250px; }

.single-product .product_meta {
  display: none; }

.woocommerce .orderby {
  display: none; }

.nav-links {
  display: none; }

#page #content .woocommerce-product-gallery {
  max-width: 360px; }
  @media only screen and (min-width: 768px) {
    #page #content .woocommerce-product-gallery {
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%; } }
  #page #content .woocommerce-product-gallery img {
    width: 100%;
    max-width: 360px;
    height: auto; }

#page #content .woocommerce-breadcrumb {
  color: #000;
  font-weight: bold; }
  #page #content .woocommerce-breadcrumb a {
    color: #8B0000; }

@media only screen and (min-width: 768px) {
  #page #content .summary {
    width: 66.1016949153%;
    float: right;
    margin-right: 0; } }

#page #content form.cart {
  margin-top: 1em; }

#page #content h2 {
  font-size: 1em;
  line-height: 1.2em;
  color: #8B0000; }
  #page #content h2:hover {
    color: #8B0000;
    text-decoration: underline; }

#page #content .woocommerce a.button,
#page #content .products .button,
#page #content #payment #place_order,
#page #content .single_add_to_cart_button {
  background-color: #8B0000;
  color: #EDEEE8; }

#page #content .products .button {
  margin-top: 5px; }

#page #content .woocommerce-variation-availability {
  margin-top: .5em; }

#page #content .quantity .qty {
  padding: 8px; }

#page #content .product .amount,
#page #content div.product p.price,
#page #content div.product span.price {
  color: #a06613;
  font-weight: bolder;
  font-size: 1.5em; }

/*# sourceMappingURL=main.min.css.map */
