/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#subheader {
  background: url(../images/bg3.jpg) top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: -1;
  border-bottom: 0 solid #3d716e;
  margin-bottom: 38px;
}

#subheaderoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #8d684b;
}

#subheader .sitewidth {
  height: 141px;
}

#subheader h1 {
  font-size: 60px;
  font-weight: bold;
  padding-top: 44px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

#subheader h1 span {
  text-transform: none;
}

@media screen and (max-width: 1012px) {
  #subheader {
    margin-top: 58px;
  }

  #subheader .sitewidth {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #subheader h1 {
    font-size: 50px;
    text-align: center;
    line-height: 57px;
    padding-top: 0;
  }
}
form.cart {
  padding: 20px;
}

.woocommerce-message .wc-forward {
  margin-top: -3px;
}

.wc-proceed-to-checkout {
  margin-top: 20px;
}

.woocommerce-page a.button:hover {
  color: #fff;
}

ul.products li a h3 {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul.products li a:hover {
  text-decoration: none;
}

.wc_payment_methods {
  padding-top: 30px;
}

.checkout #order_review .form-row.place-order .button {
  float: right;
  margin-top: 50px;
}

#content {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

.woocommerce-page ol li {
  list-style-image: none;
  margin-left: 0;
}

.woocommerce-page ul li {
  list-style-image: none;
  margin-left: 0;
}

.woocommerce-page .page-title, .woocommerce-page .type-page header h1, .woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

.woocommerce-page li.product {
  position: relative;
  overflow: hidden;
}

.woocommerce-page li.product a {
  position: relative;
  display: block;
}

.woocommerce-page li.product a h3 {
  color: #3d716e;
}

.woocommerce-page li.product:hover a h3 {
  color: #46827e !important;
}

.woocommerce-page li.product a span.price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #d69e6a;
}

.woocommerce-page li.product a img {
  padding: 0;
  border: 0;
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 4;
  border: 1px solid rgba(96, 56, 19, 0.6);
}

.woocommerce-page li.product a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.woocommerce-page li.product a:hover h3 {
  text-decoration: underline;
}

.woocommerce-tabs .wc-tab li {
  list-style-type: disc;
  margin-left: 30px;
}

.woocommerce-tabs .wc-tab h2 {
  display: none;
}

.woocommerce-page .product_title {
  font-size: 32px;
  color: #3d716e;
  font-weight: 700;
}

.subheaderstore {
  background-image: url(../../../../images/bg3.jpg) !important;
}

#subheaderblog {
  background: url(../../../../images/bg1.jpg) top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: -1;
  border-bottom: 0 solid #3d716e;
  margin-bottom: 54px;
}

#subheaderblog #subheaderoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #8d684b;
}

#subheaderblog .sitewidth {
  height: 81px;
}

#subheaderblog h1 {
  font-size: 22px;
  font-weight: 400;
  padding-top: 31px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

#subheaderblog h1 span {
  text-transform: none;
}

@media screen and (max-width: 1250px) {
  #content {
    width: 950px;
  }
}
@media screen and (max-width: 1012px) {
  #content {
    width: 90%;
    margin: 0 auto;
  }

  #subheaderblog {
    margin-top: 58px;
    margin-bottom: 35px;
  }

  #subheaderblog .sitewidth {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #subheaderblog h1 {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    padding-top: 0;
  }
}
.single-product .product_title {
  line-height: 37px !important;
  padding-bottom: 8px;
}

.single-product .entry-summary ol, .single-product .entry-summary ul {
  padding-left: 30px;
  padding-bottom: 10px;
}

.single-product .cart {
  padding-left: 0;
}

.single-product .posted_in, .single-product .posted_in a {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .single-product .images {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .shop_table th, .woocommerce-cart .shop_table td {
    padding-left: 0;
  }

  .woocommerce-cart .shop_table .product-name {
    padding-right: 8px;
  }

  .woocommerce-cart .actions input {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 8px;
  }

  .woocommerce-cart .cross-sells {
    padding-top: 20px;
  }

  .woocommerce-cart .cross-sells h2 {
    padding-bottom: 10px;
  }

  .woocommerce-cart .checkout-button {
    width: 100%;
    max-width: 200px;
    margin: 0 auto !important;
    display: block;
    margin-top: 26px !important;
    clear: both;
  }
}
/* ============================================================
  Post Reset Fixes
============================================================ */
.post a {
  text-decoration: underline;
  border: 0;
}

.post ol, .post ul {
  list-style: inherit;
  margin-bottom: inherit;
  padding-left: 30px !important;
}

.post li {
  margin-bottom: 10px;
}

.post p {
  margin-bottom: 0;
}

.post p, .post li {
  line-height: 24px;
  font-size: 16px !important;
}

.post a:hover {
  color: #4f928e !important;
}

@media screen and (max-width: 1200px) {
  .post li {
    font-size: 14px;
  }
}
/* ============================================================
  Post
============================================================ */
.shareaholic-canvas {
  margin: -35px 0 0 -14px;
  height: 50px;
}

.post {
  background: #fcfcfc;
  padding: 0;
  margin-top: 50px !important;
  overflow: hidden;
  border: 0 solid #ccc;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.post:first-child {
  margin-top: 8px !important;
}

.page-header {
  border: 0;
  margin-top: 0;
  padding: 36px 0 0 15px;
}

.page-header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  color: #3d716e;
  border: 0 !important;
  padding: 0 0 6px 0;
}

h1.entry-title {
  border-bottom: 0 !important;
}

header.entry-header {
  padding: 0;
  position: relative;
}

header.entry-header h1, header.entry-header h2, header.entry-header h2 a {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 27px;
  color: #fff !important;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
}

header.entry-header h2 a:hover {
  color: #4f928e !important;
  text-decoration: none;
}

.blog a.post-thumbnail, .single .post-thumbnail, .archive .post-thumbnail {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  height: auto;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  text-decoration: none;
  position: relative;
}

.blog a.post-hasthumbnail, .single .post-hasthumbnail, .archive .post-hasthumbnail {
  height: 250px;
}

/*.blog .wp-post-image, .single .wp-post-image, .archive .wp-post-image {width:100%; border:0 !important; padding:0 !important}*/
.blog a.post-thumbnail .boverlay, .archive a.post-thumbnail .boverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  z-index: 2;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog a.post-thumbnail:hover .boverlay, .archive a.post-thumbnail:hover .boverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.bheadertitle {
  display: block;
  position: relative;
  z-index: 3;
  bottom: 0;
  padding: 20px 4% 20px 4%;
  background: rgba(61, 113, 110, 0.9);
  width: 92%;
  border-bottom: 0 !important;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bheadertitle-hasthumbnail {
  position: absolute;
  bottom: 0;
}

a.post-thumbnail:hover .bheadertitle {
  background: rgba(68, 126, 123, 0.9);
}

.thumbedit {
  padding: 10px 4% 0 4%;
  display: block;
  z-index: 2;
  color: #d69e6a;
  font-size: 13px;
}

.thumbedit a {
  color: #d69e6a;
  text-decoration: none;
  font-size: 13px;
}

.post-content {
  padding: 0 4% 0 4%;
  width: 92% !important;
  margin: 40px 0 30px 0;
}

.entry-footer {
  padding: 10px 0 10px 0;
  background: none;
  margin-top: 0;
  position: relative;
  clear: both;
  border-top: 4px double #e8e4e3;
}

.entry-footer a {
  color: #3d716e;
  text-decoration: none;
}

.entry-footer a:hover {
  text-decoration: none;
}

.entry-footer aside {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.entry-footer ul {
  padding: 0 0 0 5px !important;
  margin: 0 !important;
}

.entry-footer li {
  position: relative;
  padding-left: 12px;
}

.entry-footer li:before {
  position: absolute;
}

.entry-footer li.post-category:before {
  left: -12px;
  top: -3px;
}

.entry-footer li.edit:before {
  left: -7px;
  top: -2px;
}

#post-entries {
  width: 100%;
}

#respond {
  width: 100%;
}

@media screen and (max-width: 1012px) {
  h1.entry-title {
    line-height: 33px;
  }

  .thumbedit {
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry-footer li {
    display: block !important;
  }

  #sidebar {
    margin: 0 auto;
  }

  #post-entries {
    width: 100%;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ============================================================
  Archive
============================================================ */
.archive header.archive-header h1 {
  color: #603813;
  font-size: 24px;
}

.archive .fix {
  padding: 0;
  margin: 0;
  height: 30px;
}

/* ============================================================
  Sidebar
============================================================ */
#sidebar {
  background: #fcfcfc;
  overflow: hidden;
  margin-top: 8px;
  padding: 25px 25px 0 25px;
  max-width: 180px;
}

#sidebar h3 {
  color: #3d716e;
  font-family: "Oswald", sans-serif;
  margin: 0 0 17px 0;
  border-top: 0;
  color: #b96e2a;
  font-size: 20px;
}

#sidebar li {
  background: url(images/bullet.png) no-repeat 0 3px;
  padding-left: 15px;
  list-style-image: none;
  margin-left: 0;
  margin-bottom: 10px;
  line-height: 18px !important;
}

#sidebar li:before {
  display: none;
}

#sidebar li a {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px !important;
}

#sidebar li a:hover {
  color: #3d716e;
}

/* ============================================================
  Excerpt
============================================================ */
#main a.ecae-link {
  width: 140px;
  padding: 12px 0 14px 0;
  float: right;
  margin: 0 2% 0 0;
  text-transform: none;
  text-decoration: none;
  background: #3d716e;
  border: 1px solid #3d716e;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: capitalize;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#main a.ecae-link:hover {
  background: #46827e;
  color: #fff !important;
  border: 1px solid #3d716e !important;
}

@media screen and (max-width: 1012px) {
  #main a.ecae-link {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
