/*--[ Imports ]--------------------------------------------------------------------------------*/
.fa, ul.products li.product a.button.loading:after, ul.products li.product a.button.added:after, .woocommerce .summary a.reset_variations:before, .woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before, .stock.out-of-stock:before, .stock.in-stock:before, .cart-collaterals .shipping_calculator h2 a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-fw, ul.products li.product a.button.loading:after, ul.products li.product a.button.added:after, .woocommerce .summary a.reset_variations:before, .woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before, .stock.out-of-stock:before, .stock.in-stock:before, .cart-collaterals .shipping_calculator h2 a:before {
  width: 1.28571em;
  text-align: center; }

/*--[ General Styles ]--------------------------------------------------------------------------------*/
#navigation {
  /*.cart-contents {
  		line-height: 0.7;
  	&:before {
  		.iconbefore;
  		content: "\f07a";
  	}
  }*/ }
  #navigation .cart {
    margin-right: 0; }
    #navigation .cart.no-rss-link {
      margin-right: 0; }
      #navigation .cart.no-rss-link li {
        border: 0; }

select, img {
  max-width: 100%; }

.form-row label {
  display: block; }
.form-row .input-text, .form-row select {
  width: 100%;
  *width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.form-row input[type=checkbox] {
  float: left; }
.form-row.woocommerce-validated .input-text, .form-row.woocommerce-validated .chzn-single {
  border-color: #080; }
.form-row.woocommerce-invalid .input-text, .form-row.woocommerce-invalid .chzn-single {
  border-color: #c00; }

.page header.title {
  overflow: hidden;
  zoom: 1;
  font-size: 1em; }
  .page header.title h1, .page header.title h2, .page header.title h3, .page header.title h4, .page header.title h5 {
    float: left; }
  .page header.title a.edit {
    float: right;
    font-size: 12px !important;
    text-transform: uppercase; }

p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1em 0;
  background: #ebdd75;
  color: #827513;
  z-index: 999999; }

form#searchform {
  background: none;
  border-width: 0; }
  form#searchform input#s {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-width: 1px;
    border-style: solid;
    width: 60%;
    color: #777; }
  form#searchform .screen-reader-text {
    display: none; }

/*--[ Product Categories ]--------------------------------------------------------------------------------*/
ul.products {
  margin: 0 0 1.5em 0;
  padding: 0 !important;
  list-style: none; }
  ul.products:after {
    content: "";
    display: table;
    clear: both; }
  ul.products li.product {
    float: left;
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
    list-style: none;
    width: 48%;
    float: left;
    clear: left; }
    ul.products li.product:nth-child(2n) {
      float: right;
      clear: none; }
    ul.products li.product img {
      background: none;
      padding: 0;
      border: 0; }
    ul.products li.product a {
      display: block; }
      ul.products li.product a:hover {
        text-decoration: none; }
        ul.products li.product a:hover h3 {
          opacity: 0.9; }
      ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: .75em; }
        ul.products li.product a img:hover {
          opacity: 0.9; }
    ul.products li.product .price {
      display: block;
      color: #666; }
    ul.products li.product a.button {
      display: inline-block;
      margin-top: .5em;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      position: relative; }
      ul.products li.product a.button.loading:after {
        content: "\f021";
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear; }
      ul.products li.product a.button.added:after {
        content: "\f00c"; }
    ul.products li.product .added_to_cart {
      text-transform: uppercase;
      margin: .53em 0 0;
      font-size: .7em;
      font-weight: 600;
      display: block; }
    ul.products li.product .star-rating {
      float: none;
      margin: .5em auto; }
    ul.products li.product del {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    ul.products li.product ins {
      text-decoration: none; }

/*--[ Sale sticker ]--------------------------------------------------------------------------------*/
.onsale {
  padding: 3px 8px;
  text-align: center;
  background: #C63F00;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 6px; }

/*--[ Breadcrumb ]--------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 0 0 1em 0;
  margin-bottom: 3em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
  .breadcrumb .breadcrumb-title {
    font-weight: bold; }

/*--[ Single Product ]--------------------------------------------------------------------------------*/
.woocommerce .images {
  margin-bottom: 1.5em; }
  .woocommerce .images img {
    width: 100%;
    height: auto; }
  .woocommerce .images a {
    display: block;
    margin-bottom: .5em; }
  .woocommerce .images .thumbnails {
    overflow: hidden;
    zoom: 1; }
    .woocommerce .images .thumbnails a {
      float: left;
      width: 30.75%;
      margin-right: 3.8%; }
      .woocommerce .images .thumbnails a .last {
        margin-right: 0; }
      .woocommerce .images .thumbnails a .first {
        clear: left; }
.woocommerce .summary {
  margin-bottom: 1.5em; }
  .woocommerce .summary h1.product_title {
    margin-bottom: 1em; }
  .woocommerce .summary form {
    padding: 1.5em 0.8em;
    margin-bottom: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
    border-right: 0; }
  .woocommerce .summary p {
    margin-bottom: 1.5em; }
  .woocommerce .summary p.price {
    font-weight: bold;
    font-size: 1.6em;
    border: none;
    padding: 0;
    margin-bottom: .8em; }
    .woocommerce .summary p.price del {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .woocommerce .summary p.price ins {
      text-decoration: none;
      padding-left: .5em; }
  .woocommerce .summary table.variations {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1em; }
    .woocommerce .summary table.variations tr td {
      border: 0;
      padding: 0.857em 1.387em;
      border-right: 1px dotted rgba(0, 0, 0, 0.1);
      text-align: left;
      vertical-align: top; }
  .woocommerce .summary table.group_table .out-of-stock {
    display: block;
    color: #900; }
  .woocommerce .summary .quantity {
    float: left;
    margin: 0 1em 0 0; }
  .woocommerce .summary a.reset_variations {
    display: block; }
    .woocommerce .summary a.reset_variations:before {
      content: "\f021"; }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  padding: .5em 1em;
  vertical-align: middle; }
  .woocommerce table.shop_attributes th p:last-child, .woocommerce table.shop_attributes td p:last-child {
    margin-bottom: 0 !important; }
.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3em; }
  .woocommerce .woocommerce_tabs ul.tabs, .woocommerce .woocommerce-tabs ul.tabs {
    overflow: hidden;
    zoom: 1;
    list-style: none; }
    .woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li {
      float: left; }
      .woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding: .5em 1em;
        border-top: 2px solid rgba(255, 255, 255, 0.1); }
    .woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
      border-top: 2px solid; }
  .woocommerce .woocommerce_tabs p, .woocommerce .woocommerce-tabs p {
    margin-bottom: 1.5em; }
  .woocommerce .woocommerce_tabs #comments, .woocommerce .woocommerce-tabs #comments {
    border: 0;
    margin: 0;
    padding: 0; }
  .woocommerce .woocommerce_tabs .panel, .woocommerce .woocommerce-tabs .panel {
    padding: 1em 0 0; }
    .woocommerce .woocommerce_tabs .panel h2, .woocommerce .woocommerce-tabs .panel h2 {
      margin-bottom: .7em; }
.woocommerce .product_meta {
  padding: .5em 0;
  margin-bottom: 1.5em; }
.woocommerce .social {
  text-align: right; }
  .woocommerce .social iframe {
    float: left; }
.woocommerce #main div.product {
  position: relative; }
.woocommerce #main .onsale {
  top: 6px;
  left: 6px; }
.woocommerce #tab-description ol, .woocommerce #tab-description ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px; }
.woocommerce #tab-description ol li {
  list-style: decimal;
  list-style-type: decimal; }
.woocommerce #tab-description ul li {
  list-style: disc;
  list-style-type: disc; }
.woocommerce .related, .woocommerce .upsells {
  clear: both; }
.woocommerce .related h2, .woocommerce .upsells h2 {
  margin-bottom: 1em; }

/*--[ Reviews ]--------------------------------------------------------------------------------*/
#reviews h2 {
  margin-bottom: .75em; }
#reviews .commentlist {
  margin-bottom: 20px; }
  #reviews .commentlist li {
    background: none !important;
    padding-bottom: 1.618em; }
    #reviews .commentlist li:after {
      content: "";
      display: table;
      clear: both; }
#reviews .comment.bypostauthor {
  background: none;
  border: 0; }
#reviews .comment.thread-even {
  border: 0;
  background: none; }
#reviews .comment_container {
  padding: 20px 0; }
#reviews .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
#reviews img.avatar {
  width: 3.85%;
  padding: .5%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  float: left; }
#reviews .comment-text {
  width: 91.35%;
  float: right;
  *width: 86%;
  *margin-right: 30px; }
  #reviews .comment-text p:last-child {
    margin-bottom: 0; }
#reviews .star-rating {
  float: right; }

#fancybox-outer {
  padding: 20px; }
  #fancybox-outer #respond {
    margin-top: 0; }

/*--[ Messages and Alerts ]--------------------------------------------------------------------------------*/
.woocommerce_message, .woocommerce_info, .woocommerce_error, .woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 1em 1em 1em 2.618em !important;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 1.618em !important;
  border-radius: .327em;
  color: rgba(0, 0, 0, 0.6); }
  .woocommerce_message:after, .woocommerce_info:after, .woocommerce_error:after, .woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
    content: "\f179";
    position: absolute;
    top: 1.387em;
    left: 1em; }
  .woocommerce_message .button, .woocommerce_info .button, .woocommerce_error .button, .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    float: right;
    font-size: .857em;
    margin-left: 1em; }

.woocommerce_message, .woocommerce-message {
  background-color: #edfcd5; }
  .woocommerce_message:before, .woocommerce-message:before {
    content: "\f05d";
    color: rgba(0, 0, 0, 0.4); }

.woocommerce_info, .woocommerce-info {
  background-color: #eee; }
  .woocommerce_info:before, .woocommerce-info:before {
    content: "\f05a";
    color: rgba(0, 0, 0, 0.4); }

.woocommerce_error, .woocommerce-error {
  background-color: #ffd9c8; }
  .woocommerce_error:before, .woocommerce-error:before {
    content: "\f05c";
    color: rgba(0, 0, 0, 0.4); }

.entry ul.woocommerce-error, .entry ul.woocommerce_error {
  background-color: #ffd9c8;
  margin-left: 0 !important;
  list-style: none; }

.entry ul.woocommerce-error li, .entry ul.woocommerce_error li {
  list-style: none; }

.stock.out-of-stock:before, .stock.in-stock:before {
  content: "\f179"; }

.stock.out-of-stock:before {
  content: "\f05c";
  color: rgba(0, 0, 0, 0.4); }

.stock.in-stock:before {
  content: "\f05d";
  color: rgba(0, 0, 0, 0.4); }

/*--[ Widgets ]--------------------------------------------------------------------------------*/
.widget ul.product_list_widget {
  list-style: none;
  padding: 0; }
  .widget ul.product_list_widget li {
    clear: left;
    overflow: hidden;
    zoom: 1;
    margin-bottom: .5em; }
    .widget ul.product_list_widget li a {
      display: block;
      padding-left: 0; }
    .widget ul.product_list_widget li img {
      float: right;
      margin: 0 0 .5em .5em;
      padding: 3px;
      background: #fff;
      width: 32px;
      height: auto;
      border: 1px solid #e6e6e6 !important; }
    .widget ul.product_list_widget li dl.variation {
      overflow: hidden;
      zoom: 1; }
      .widget ul.product_list_widget li dl.variation dt {
        font-weight: bold;
        float: left;
        clear: left;
        margin-right: .3em; }
      .widget ul.product_list_widget li dl.variation dd {
        float: left; }
    .widget ul.product_list_widget li .star-rating {
      float: none;
      margin-bottom: .25em; }

.widget_price_filter .ui-state-default, .widget_price_filter .ui-widget-content .ui-state-default, .widget_price_filter .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555; }
.widget_price_filter .ui-state-hover, .widget_price_filter .ui-widget-content .ui-state-hover, .widget_price_filter .ui-widget-header .ui-state-hover, .widget_price_filter .ui-state-focus, .widget_price_filter .ui-widget-content .ui-state-focus, .widget_price_filter .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121; }
.widget_price_filter .ui-state-active, .widget_price_filter .ui-widget-content .ui-state-active, .widget_price_filter .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }
.widget_price_filter .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }
.widget_price_filter .price_slider_wrapper .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc;
  color: #222222;
  font-weight: bold; }
.widget_price_filter .ui-slider-horizontal {
  height: .8em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: 0; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: 0; }
.widget_price_filter .price_slider {
  border: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
  margin: 0 12px 1.5em; }
.widget_price_filter .ui-widget-header {
  border: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important; }
.widget_price_filter .ui-slider-handle {
  border-radius: 20px;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  cursor: pointer; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.5em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_layered_nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .widget_layered_nav ul li {
    overflow: hidden;
    zoom: 1; }
    .widget_layered_nav ul li a {
      float: left;
      padding-left: 0; }
    .widget_layered_nav ul li .count {
      float: right;
      line-height: 22px;
      background: rgba(0, 0, 0, 0.025);
      padding: 0 8px;
      border-radius: 10px;
      font-weight: bold; }
  .widget_layered_nav ul li.chosen a {
    padding-left: 18px;
    background: url(../images/icons/cross.png) left no-repeat; }

/*--[ Quantity incrementer ]--------------------------------------------------------------------------------*/
  .quantity .plus, .quantity .minus, .quantity .qty {
    float: left;
    margin: 0 .53em 0 0; }
  .quantity .qty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .53em;
    width: 2.8em;
    text-align: center;
    line-height: 1; }

/*--[ Buttons ]-------------------------------------------------------------------------------------*/
.button-alt {
  font-family: Verdana, Geneva, Arial, sans-serif;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff !important;
  text-decoration: none;
  border: none;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-color: #e4954a;
  background-image: -webkit-linear-gradient(#e4954a, #da7b21);
  background-image: linear-gradient(#e4954a, #da7b21);
  border: 1px solid #da7b21;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.1em; }
  .button-alt:hover {
    background-color: #ebaf76;
    background-image: -webkit-linear-gradient(#ebaf76, #da7b21);
    background-image: linear-gradient(#ebaf76, #da7b21);
    text-decoration: none; }

.button-alt:active {
  top: 1px; }

/*--[ Star ratings ]--------------------------------------------------------------------------------*/
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 4.7em;
  font-family: "fontawesome"; }
  .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0; }

/* Sidebar / footer stars */
.widget .star-rating {
  font-size: .8em; }

.comment-form-rating {
  clear: both; }

p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em; }
  p.stars:after {
    content: "";
    display: table;
    clear: both; }
  p.stars a {
    width: 19%;
    display: block;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .5em .5em .75em;
    background: rgba(0, 0, 0, 0.025);
    margin-right: 1%;
    border-radius: 4px;
    font-weight: bold; }
    p.stars a:hover, p.stars a.active {
      background: rgba(0, 0, 0, 0.075); }
    p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
      font-family: "FontAwesome";
      content: "\f005";
      position: absolute;
      top: .85em;
      width: 5.3em;
      right: 1em;
      font-size: .5em;
      border-radius: 1em;
      color: #999;
      text-align: right;
      font-weight: normal; }
    p.stars a.star-1:hover, p.stars a.star-2:hover, p.stars a.star-3:hover, p.stars a.star-4:hover, p.stars a.star-5:hover {
      text-decoration: none; }
    p.stars a.star-1:after {
      content: "\f005"; }
    p.stars a.star-2:after {
      content: "\f005\f005"; }
    p.stars a.star-3:after {
      content: "\f005\f005\f005"; }
    p.stars a.star-4:after {
      content: "\f005\f005\f005\f005"; }
    p.stars a.star-5:after {
      content: "\f005\f005\f005\f005\f005"; }

/**
 * Cart
 */
table.cart .product-thumbnail, table.cart .product-price {
  display: none; }
table.cart .actions {
  text-align: right; }
  table.cart .actions .coupon {
    float: left; }
table.cart a.remove {
  color: #fff;
  background: #c00;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  line-height: .93;
  text-align: center;
  border-radius: 100%; }
  table.cart a.remove:hover {
    text-decoration: none;
    background: #f00; }
table.cart td {
  vertical-align: middle; }
table.cart img {
  padding: 3px !important; }
table.cart .quantity {
  margin: 0; }
  table.cart .quantity input {
    margin-bottom: 0; }

table.my_account_orders {
  font-size: 0.8751em; }

.cart_totals select {
  width: 100%; }

/*--[ The cart ]--------------------------------------------------------------------------------*/
table.cart img {
  width: 32px;
  height: auto; }
table.cart td.actions .coupon {
  text-align: left;
  margin-bottom: 0; }
  table.cart td.actions .coupon label {
    display: none; }
  table.cart td.actions .coupon #shareyourcart_button {
    float: left; }
table.cart td.actions .button, table.cart td.actions .checkout-button, table.cart td.actions .input-text {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .5em !important;
  text-align: center; }
table.cart td.actions .checkout-button {
  margin-bottom: 0 !important; }

.cart-collaterals {
  overflow: hidden;
  zoom: 1; }
  .cart-collaterals .shipping_calculator {
    clear: right; }
    .cart-collaterals .shipping_calculator h2 {
      font-size: 1.387em; }
      .cart-collaterals .shipping_calculator h2 a {
        display: block; }
        .cart-collaterals .shipping_calculator h2 a:before {
          content: "\f179";
          content: "\f0ac"; }
        .cart-collaterals .shipping_calculator h2 a:hover {
          text-decoration: none; }
  .cart-collaterals #shipping_method {
    padding: 0 !important;
    list-style: none !important; }
    .cart-collaterals #shipping_method li {
      list-style: none !important; }
  .cart-collaterals .cross-sells {
    float: left; }
    .cart-collaterals .cross-sells ul.products {
      margin-left: 0 !important;
      padding-left: 0 !important; }
      .cart-collaterals .cross-sells ul.products li {
        width: 48%; }

/*--[ Product Ordering ]--------------------------------------------------------------------------------*/
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocomerce-ordering {
  width: 50%;
  float: left;
  margin-bottom: 1.618em; }

.woocommerce_ordering,
.woocommerce-ordering {
  text-align: right; }

/*--[ The Checkout ]--------------------------------------------------------------------------------*/
#shiptobilling {
  float: right; }
  #shiptobilling input {
    float: left; }

.create-account {
  float: left; }

.payment_methods {
  margin: 0 0 1.5em 0 !important;
  padding: 0 !important;
  list-style: none !important; }
  .payment_methods li {
    list-style: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: .5em 0; }
    .payment_methods li img {
      float: right;
      padding: 0 !important;
      border: none !important; }

.payment_box fieldset {
  margin-bottom: 0; }
.payment_box .form-row .woocommerce-select {
  width: 30.75%;
  float: left;
  margin-right: 3.8%; }

.payment_methods + .form-row {
  width: 100%; }
  .payment_methods + .form-row #place_order {
    float: right; }
  .payment_methods + .form-row label {
    display: inline; }
  .payment_methods + .form-row input {
    float: left; }

.required {
  color: #c00;
  border: 0; }

/*--[ User Account ]--------------------------------------------------------------------------------*/
ul.order_details {
  list-style: none;
  border: 1px solid #ddd;
  position: relative;
  border-radius: .327em;
  list-style: none !important;
  padding: 0 !important; }
  ul.order_details:after {
    content: "";
    display: table;
    clear: both; }
  ul.order_details li {
    float: left;
    padding: 1em 1.618em;
    border-right: 1px solid #ddd;
    font-size: .8em;
    text-transform: uppercase;
    list-style: none !important; }
    ul.order_details li strong {
      display: block;
      font-size: 1.387em;
      text-transform: none; }

.woocommerce-account .addresses address {
  clear: both; }

@media only screen and (max-width: 767px) {
  table.cart .product-thumbnail, table.cart .product-price, table.cart .product-quantity {
    left: -999em;
    position: absolute; } }
/* Desktop Styles */
@media only screen and (min-width: 768px) {
  .col2-set {
    clear: both; }
    .col2-set:after {
      content: "";
      display: table;
      clear: both; }
    .col2-set .col-1 {
      width: 49%;
      float: left; }
    .col2-set .col-2 {
      width: 49%;
      float: right; }

  .form-row {
    width: 49%;
    float: left; }
    .form-row label {
      display: block; }
    .form-row .input-text, .form-row select {
      width: 100%;
      *width: 90%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .form-row input[type=checkbox] {
      float: left; }
    .form-row.notes {
      width: 100%; }
      .form-row.notes textarea {
        width: 100%;
        *width: 90%; }

  .form-row-first {
    clear: left; }

  .form-row-last {
    float: right; }

  .form-row-wide {
    float: left;
    width: 100%;
    clear: both; }

  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator, .cart-collaterals .cross-sells {
    width: 48%;
    float: right; }
  .cart-collaterals .cross-sells {
    float: left; }

  .woocommerce.one-col .related, .woocommerce.one-col .upsells {
    width: 100%; }
  .woocommerce.one-col .related {
    float: left; }
  .woocommerce.one-col .upsells {
    float: right; }
    .woocommerce.one-col .upsells ul {
      float: left;
      width: 100%; }

  .woocommerce .images {
    width: 48%;
    margin-right: 3.8%;
    float: left; }
  .woocommerce .summary {
    width: 48%;
    float: right;
    margin-bottom: 1.5em; }

  ul.products li.product {
    clear: none;
    width: 22%;
    margin-right: 3.8%; }
    ul.products li.product:nth-child(2n) {
      float: left; }
    ul.products li.product.first {
      clear: left; }
    ul.products li.product.last {
      margin-right: 0; }

  table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price {
    display: table-cell; }
  table.cart td.actions {
    text-align: right; }
    table.cart td.actions .coupon {
      width: 50%;
      float: left; }
    table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
      width: auto;
      display: inline-block;
      margin-bottom: 0 !important; }

  .woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
    width: 48%; }
  .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%; }
  .woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product {
    width: 22.05%; }
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%; }
  .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%; } }

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Flickr
- Plugins
	- eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Cart Area
- Site Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Homepage Template
- Landing Page Template
- Mobile Menu
- WooCommerce
	- Shop Page
	- Single Product
	- Widgets
	- Badges
	- Product Overlay
	- Notices
	- Misc
- EDD
- Media Queries

*/


/* # HTML5 Reset
--------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author_description:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author_description:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
--------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2c2e31;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
}

a,
a img,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.flickr_badge_image img,
.portfolio-thumb img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition:    all 0.15s ease-in-out;
	-ms-transition:     all 0.15s ease-in-out;
	-o-transition:      all 0.15s ease-in-out;
	transition:         all 0.15s ease-in-out;
}

::-moz-selection {
	background-color: #60bdbe;
	color: #fff;
}

::selection {
	background-color: #60bdbe;
	color: #fff;
}

a {
	color: #73a0d7;
	text-decoration: none;
}

a:hover {
	color: #111;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	font-weight: 400;
	line-height: 2;
	font-size: 18px; 
	
	color: #999;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mobile-menu .screen-reader-text {
	top: 0;
}

a:hover img {
	opacity: .85;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3, .comment_form_title, .comments_intro,
h4,
h5,
h6 {
	color: #2c2e31;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3, .comment_form_title, .comments_intro {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	padding: 6px 10px;
	width: 100%;
}
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link,
#cancel-comment-reply-link,
.archive-pagination a,
.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination .active a,
.widget.woocommerce .chosen a,
.page-numbers li a,
.page-numbers li .current {
	background-color: #60bdbe;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	padding: 6px 18px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

.button.btn-primary, 
.button.add_to_cart_button, 
.button.single_add_to_cart_button,
.button.checkout-button {
	background-color: #88be60;	
}

.button.btn-info,
.comment-reply-link,
.archive-pagination a,
.archive-pagination li a,
.price_slider_amount .button,
.widget.woocommerce .chosen a,
.page-numbers li a {
	background-color: #e4e4e4;	
	color: #777;
}

.widget.woocommerce .chosen a:hover,
.button.btn-danger,
#cancel-comment-reply-link {
	background-color: #d87066;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
#cancel-comment-reply-link:hover {
	box-shadow: inset 0px 0px 200px 0px rgba(255,255,255,0.25);
	color: #fff;
}

.archive-pagination a:hover,
.btn-info:hover,
.comment-reply-link:hover,
.price_slider_amount .button:hover,
.page-numbers li a:hover {
	box-shadow: inset 0px 0px 200px 0px rgba(100,100,100,0.1);
	color: #777;
}

.button {
	display: inline-block;
}

.entry-content .button  {
	margin-top: 2px;
	margin-bottom: 2px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.page-numbers li .current {
	color: #333;
	cursor: default;
	background: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border:1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	line-height: 2;
	margin-bottom: 40px;
	text-align:left;
	width:100%;
}

td,
th {
	text-align: left;
	padding: 6px 12px;
}

td {
	border: 1px solid #ddd;
}

th {
	background: #eee;
	font-weight: 600;
	font-size: 1em;
}


/* # Structure and Layout
--------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap,
.slide-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: left;
	width: 890px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 270px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}


/* # Common Classes
--------------------------------------------------------------------- */

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

img.avatar {
	border-radius: 3px;
	float: left;
}

.alignleft img.avatar,
.author_description img.avatar {
	margin-right: 24px;
}

.author_description img.avatar {
	border: 10px solid #f3f3f3;
	border-radius: 100%;
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -50px;
	width: 80px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.alignright img.avatar {
	margin-left: 24px;
}

.comment img.avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.author_description {
	background-color: #f3f3f3;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px 40px 40px 80px;
	position: relative;
}

.author_description-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author_description p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.thesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-results .archive_title {
	margin: 0;
}

.search-no-results .entry > p {
	background: #fcdada;
	margin: 0;
	padding: 20px;
	font-weight: 400;
	color: #d87066;
	border-radius: 3px;
}

.error404 .content .search-form input {
	margin-bottom: 20px;
}

/* ## Titles
--------------------------------------------- */

.archive_title {
	font-size: 20px;
}

.entry-header, .archive-description, .breadcrumb {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e4e4e4;
}

.entry-title, 
.entry-title a {
	font-size: 30px; 
	
	color: #2c2e31;
}


.sidebar .widget_title a {
	color: #333;
}

.entry-title a:hover {
	color: #73a0d7;
}

.widget_title {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px; 
	
}

.footer-widgets .widget_title {
	text-transform: uppercase;
	border: 0;
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 22px;
	font-size: 16px; 
	
}

.footer-widgets .widget_title:after {
	display: inline-block; 
	height: 3px; 
	width: 50px; 
	background: #ddd; 
	content: ""; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	opacity: .5;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	background-color: #f3f3f3;
    border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	padding: 6px;
	text-align: center;
	font-weight: 700;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.post-password-form  {
	background-color: #f3f3f3;
    border-radius: 3px;
	padding: 40px;
	margin-bottom: 40px;
}

.post-password-form input {
	margin-top: 10px;
}

.post-password-form p:last-child {
	margin: 0;
}

.entry-content .entry-pagination {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.post_box .wp-post-image.aligncenter {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 24px;
}

.post_box .wp-post-image.alignleft, .post_box .wp-post-image.alignright {
	width: auto;
}


/* # Widgets
--------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 10px 30px;
	padding: 0;
	position: relative;
}

.widget .children li:before {
	font-family: Arial, sans-serif;
	content: "\221F";
	display: block;
	position: absolute;
	left: 0;
	margin-left: -24px;
	opacity: .2;
	margin-top: -3px;
	cursor: default;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## Flickr
--------------------------------------------- */

#flickr_badge_wrapper {
	margin-left: -4px;
}

.flickr_badge_image {
	float: left;
	margin: 4px 8px 4px;
	overflow: hidden;
}

.flickr_badge_image img {
	width: auto;
}

.flickr_badge_image img:hover {
	opacity: .7;
}


/* # Plugins
--------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
--------------------------------------------------------------------- */

.site-header {
	background-color: #2c2e31;
}

.site-header .wrap {
	padding: 40px 0;
	position: relative;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
}

#site_title {
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

#site_title,
#site_title a {
	font-size: 24px; 
	
	color: #fff;
}

.title-area #site_title a:hover {
	color: #b2b2b2;	
}

.header-image #site_title {
	line-height: 0;
}

.title-area .tagline, .title-area #site_tagline {
	color: #b2b2b2;
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
}

.title-area .tagline a , .title-area #site_tagline a {
	color: #60bdbe;
}

.title-area .tagline a:hover, .title-area #site_tagline a:hover {
	color: #fff;
}

/* ## Cart Area
--------------------------------------------- */

.site-header .widget-area {
	display: none;
}

.shop-menu {
	position: absolute;
	right: 0;
	top: 50%;
	height: 32px;
	margin-top: -16px;
}

.shop-menu .button {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	margin-left: 8px;
}

.shop-menu .fa {
	margin-right: 6px;
}

.cart-contents .fa {
	margin-right: 10px;
}


/* # Site Navigation
--------------------------------------------------------------------- */

.thesis-nav-menu {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.thesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.thesis-nav-menu a {
	color: #666;
	display: block;
	padding: 24px 16px;
}

.thesis-nav-menu .sub-menu a,
.menu-search .search-submit {
	color: #666;
}

.thesis-nav-menu a:hover,
.thesis-nav-menu .current-menu-item > a,
.thesis-nav-menu .sub-menu .current-menu-item > a:hover,
.menu-search .search-submit:hover {
	color: #000;
}

.thesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	padding-top: 1px;
}

.thesis-nav-menu .sub-menu a {
	background-color: #f3f3f3;
	padding: 20px;
	position: relative;
	width: 200px;
}

.thesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.thesis-nav-menu .menu-item:hover {
	position: static;
}

.thesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.thesis-nav-menu > .first > a {
	padding-left: 0;
}

.thesis-nav-menu > .last > a {
	padding-right: 0;
}

.thesis-nav-menu > .right {
	display: none;
}

.menu-primary, .menu-secondary { 
	float: left;
	margin-left: -16px;
	line-height: 16px;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}

.menu-social {
	float: right;
	font-size: 14px;
}

.menu-social a {
	padding-left: 10px;
	padding-right: 10px;	
}

.menu-search {
	margin-top: -3px;
	margin-left: 10px;
	position: relative;
	vertical-align: middle;
	width: 150px;	
}

.menu-search .search-form {
	position: relative;
	padding: 16px 0;
}

.menu-search .search-input {
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	padding: 0 24px 0 14px;
	-webkit-appearance:none;
}

.menu-search .search-submit {
	background: none;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	position: absolute;	
	right: 10px;
	top: 16px;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e4e4e4;
}


/* # Content Area
--------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #eee;
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	color: #666;
}

.entry-content pre {
	background: #f3f3f3;
	border-radius: 3px;
	padding: 20px 30px;	
	margin-bottom: 40px;
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	color: #666;
}

.entry-content dl, .entry-content address {
	margin-bottom: 40px;
}

.site-inner label {
	font-size: 14px;
	font-weight: 400;
}

.entry-content dt {
	font-weight: bold;
}
	

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #666;
	font-size: 13px;
	margin-bottom: 0;
	width: auto;
	position: relative;
	font-weight: 400;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e4e4e4;
	padding-top: 24px;
}

.post_cats,
.post_tags {
	display: block;
}

.num_comments_link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li a, 
.archive-pagination li.active a,
.archive-pagination li a:hover {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.pagination p.previous_post, 
.pagination p.next_post {
		margin: 10px 0;
		font-weight: 500;
}

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

#commentform,.entry-comments
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

#commentform {
	background: #f3f3f3;
	border-radius: 3px;
	padding: 40px 40px 16px 40px;
	position: relative;
}

#comments #commentform:before {
	border-style: solid;
	border-width: 0 25px 25px 0px;
	border-color: transparent transparent #f3f3f3 transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: -25px;
}	

#comments #commentform {
	margin-top: 60px;
}

.comment_edit, .post_edit {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
}

.entry-pings > h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.entry-pings .says {
	display: none;
}

.entry-comments {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	border-top: 1px solid #e4e4e4;
}

.comment_text {
	clear: both;
}

.comment_list > li.comment:first-child {
	margin-top: 20px;
}

.comment_list li.comment {
	margin-top: 40px;
	padding: 40px 0 0 40px;
}

.comment_list li.depth-1 {
	padding-left: 0;
	padding-right: 0;
}

.comment_list .comment_text ul, .comment_list .comment_text ol {
	margin-left: 20px;
}

#comment_form_name, 
#comment_form_email, 
#comment_form_url {
	width: 31.623931623931625%;
	float: left;
}

#comment_form_name {
	margin-right: 2.564102564102564%;
}

#comment_form_comment {
	clear: both;
}

#comment_form_url {
	float: right;
}

#commentform label {
	display: block;
	margin-right: 12px;
	text-transform: uppercase;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}

.comment-meta, .comment-meta a {
	color: #666;
    font-size: 13px;
    font-weight: 400;	
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	color: #666;
	font-size: 14px;
}

#cancel-comment-reply-link {
	float: right;
}


/* # Sidebars
--------------------------------------------------------------------- */

.sidebar {
	font-size: 16px; 
	
}

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

.sidebar li ul > li:first-child {
	margin-top: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/* # Footer Widgets
--------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	clear: both;
	padding-top: 60px;
}

.footer-widgets,
.footer-widgets a {
	color: #777;
}

.footer-widgets li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 60px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 270px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


/* # Site Footer
--------------------------------------------------------------------- */

.site-footer {
	background-color: #f3f3f3;
	font-weight: 700;
	line-height: 1.2;
	padding: 40px 0;
	text-align: center;
}

.site-footer, .site-footer a {
	font-size: 14px; 
	
	color: #98999d;
}

.site-footer a {
	border-bottom: 1px solid #cfcfcf;
}

.site-footer a:hover {
	border-color: #aaa;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Homepage Template
--------------------------------------------------------------------- */

.featured-slider { 
	background-color: #354459;
}

.featured-slider .slide { 
	background-color: #354459;
}

.home-template .site-inner {
	display: none;
}

.home-template .section {
	margin: 60px 0;	
	text-align: center;
}

.lead-box {
	background-color: #354459;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #fff;
	text-align: center;
	padding: 65px 40px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;
	min-height: 220px;
}

.lead-box h3, .lead-box h4 {
	color: #fff;
	margin: 0;
	line-height: 1;
	word-wrap: break-word;
}

.lead-box h4  {
	font-size: 14px;
	font-weight: 500;
}

.lead-box h3 {
	font-size: 50px;
	position: relative;
	margin-top: 15px;
	padding-top: 10px;
}

a.featured-box-link {
	display: block;
	width: 100%;
	height: 100%;	
}

a.featured-box-link:hover .lead-box {
	opacity: .85;
}

.home-template .intro {
	text-align: center;
	font-size: 18px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.home-template h3.section-title, .intro.section h3, .intro.section h2 {
	color: #464a54;
	font-size: 32px;
	font-weight: 400;	
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.home-template h3.section-title:after, .lead-box h3:before, .intro.section h3:before, .intro.section h2:before {
	display: inline-block; 
	height: 3px; 
	width: 90px; 
	background: #ddd; 
	content: ""; 
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	margin-left: -45px; 
	opacity: .5;
}

.lead-box h3:before {
	background: #fff;
	bottom: auto;
	top: 0;
	height: 2px;
}

.home-template h4.section-title, .home-template .section h4.widget_title {
	color: #464a54;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-bottom: 60px;
}

.home-template h4.section-title:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;	
	background: #ddd;
	position: relative;
	top: 12px;
}

.home-template h4.section-title span {
	background: #fff;
	padding: 2px 15px;
	position: relative;
}

.home-template .section ul.products {
	margin: 0;
}


/* # Landing Page Template
--------------------------------------------------------------------- */

#landingpage {
    width: 710px;
    font-size: 14px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #555;
    background-color: #fff;
	border: 5px solid #ddd;
	margin: 25px auto;
	padding: 20px;
}
body.template_landing-page {
    background: #eee;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
#landingpage h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}
#landingpage h2 {
    font-size: 1.8em;
    margin-bottom: 0.75em;
}
#landingpage h3 {
    font-size: 1.4em;
    margin-bottom: 1em;
}
#landingpage h4 {
    font-size: 1.2em;
    margin-bottom: 1.25em;
}
#landingpage h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#landingpage h6 {
    font-size: 1em;
    font-weight: bold;
}
#landingpage h1, #landingpage h2, #landingpage h3, #landingpage h4, #landingpage h5, #landingpage h6 {
    color: #111
}
#landingpage h1.headline {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
#landingpage ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}
#landingpage ul li {
    margin: 10px 0;
    line-height: 1.5em;
}
#landingpage p {
    margin-bottom: 1.5em
}
#landingpage #mobile_menu_area {
    display: none
}
@media only screen and (max-width: 768px) {
    #landingpage {
        margin: 0;
        border-width: 10px 0;
        width: auto;
    }    #landingpage img {
        max-width: 100%;
        height: auto;
    }
}


/* # Mobile Menu
--------------------------------------------------------------------- */

#mobile-menu  {
	font-weight: 500;	
}

#mobile-menu .menu-search {
	margin-top: 10px;
	width: 100%;
	margin-left: 0;	
}

#mobile-menu .menu-search .search-input {
	background: #222;
	border: none;
	width: 100%;
	padding-right: 56px;
	color: #fff;
}

#mobile-menu .menu-search .search-form {
	width: 100%;
	display: block;
	padding: 0;
}

#mobile-menu .menu-search .search-submit {
	right: 0;
	width: 48px;	
	top: 0;
}

.mm-list > li.current-menu-item > a, .mm-list > li.current-menu-item > span, .mm-list a:hover {
	color: #fff;
}

.menu-mobile {
	display: none;
}

.menu-mobile.thesis-nav-menu a {
	font-size: 24px;
	padding: 16px 8px;
	color: #353535;
	height: 32px;
	line-height: 32px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

.menu-mobile.thesis-nav-menu a:hover {
	color: #888;
}

.menu-mobile.thesis-nav-menu > li:first-child a {
	margin-left: -10px;
}

.menu-mobile .mobile-cart {
	float: right;
}

.menu-mobile .mobile-cart .button, .menu-mobile .mobile-cart .button:hover {
	background: #b2b2b2;
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	margin: 16px 0px;
	color: #fff;
}

.menu-mobile .mobile-cart i, .menu-mobile .mobile-cart .fa {
	display: none;
}

#mobile-menu .menu-social {
	float: none;	
	margin-left: -10px;
}

#mobile-menu .menu-social li {
	display: inline-block;
	border: none;
}

#mobile-menu .menu-social li a {
	font-size: 22px;
	padding: 5px 10px;
}

.mm-list.menu-social > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	border: none;
}

.fixed.nav-primary {
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
}

.fixed .menu-primary, .fixed .menu-social  { 
	display: none; 
}

.fixed .menu-mobile { 
	display: block; 
	opacity: 1; 
	text-align: left; 
}

.admin-bar .nav-primary.fixed {
	margin-top: 32px;
}


/* # WooCommerce
--------------------------------------------------------------------- */

/* ## Shop Page
--------------------------------------------- */

body.woocommerce ul.products li.product, body.home-template .woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
	clear: none\9;/*ie*/
}

body.home-template .woocommerce ul.products li.product {
	margin-bottom: 0;
}

.woocommerce .price, ul.products li.product .price {
	color: #60bdbe;
	font-size: 24px;
	font-weight: 700;
}

ul.products li.product .price del {
	color: #999;
	font-size: 18px;
	font-weight: 300;
}

ul.products li.product a > h3 {
	font-size: 18px;
	margin: 20px 0 0 0;
}

ul.products li.product a:hover {
	opacity: .85;
}

ul.products li.product img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-ordering .orderby {
	padding: 2px 10px;
	position: relative;
}

.woocommerce-pagination {
	margin-bottom: 40px;
}

.page-numbers {
	text-align: center;
}

ul.products {
	margin-bottom: 0;
}

.product-category .count {
	background: none;
	font-weight: 400;
	color: #999;
}

/* ## Single Product
--------------------------------------------- */

.product {
	overflow: hidden;
	position: relative;
}

body.woocommerce .related ul li.product, body.woocommerce .related ul.products li.product, body.woocommerce .upsells.products ul li.product, body.woocommerce .upsells.products ul.products li.product, body.woocommerce-page .related ul li.product, body.woocommerce-page .related ul.products li.product, body.woocommerce-page .upsells.products ul li.product, body.woocommerce-page .upsells.products ul.products li.product {
	width: 270px;
	margin-right: 40px;	
}

.add_to_cart_button:before {
	font-family: 'fontawesome';
	content: '\f067';
	margin-right: 8px;
	font-size: 12px;
}

.product_type_variable:before {
	display: none;	
}

ul.products li.product a.button.added:after, ul.products li.product a.button.loading:after {
	margin-left: 5px;
	color: #000000;
	opacity: .5;
}

.woocommerce .summary h1.product_title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.woocommerce .summary p.price {
	color: #88be60;
	font-size: 32px;
	position: relative;
	line-height: 1;
	font-weight: 700;
}

.woocommerce .summary p.price .amount {
 	background: #fff;
    padding: 2px 15px;
    position: relative;
}

.woocommerce .summary p.price:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.woocommerce .summary p.price del {
	opacity: 1;
	color: #ddd;
    font-weight: 300;
}

.woocommerce .summary p.price ins {
	padding: 0;
}

.woocommerce-product-rating {
	margin: 10px 0;	
}

.single-product .entry-summary {
	text-align: center;
}

.single-product .entry-summary p {
	font-size: 18px;
}

.woocommerce .summary .quantity {
	vertical-align: top;
	display: inline-block;
	float: none;
	margin-right: .25em;
}

.quantity .plus, .quantity .minus {
	background: #f9f9f9;
	line-height: 34px;
	height: 34px;
	border: 1px solid #e4e4e4;
	border-width: 1px 1px 1px 0;
	color: #666;
	top: 0;
	width: 32px;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	border-radius: 0 3px 3px 0;
}

.quantity .plus:hover, .quantity .minus:hover {
	color: #666;;
	background: #e4e4e4
}

.quantity .minus {
	border-width: 1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
}

.quantity .qty {
	margin: 0;
	border-radius: 0;
	height: 34px;
	line-height: 1;
	width: 4em;
}

.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
	border-top: 0;
}

.woocommerce .woocommerce_tabs ul.tabs, .woocommerce .woocommerce-tabs ul.tabs {
	overflow: visible;
}

.woocommerce_tabs .tabs, .woocommerce-tabs .tabs {
	border-bottom: #ddd 1px solid;
	border-top: 0;
	text-align: center;
}

.woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li {
	float: none;
}

.woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
	border-top: 0;
	font-weight: 700;
	font-size: 20px;
	color: #a7a9ae;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition:    color 0.1s ease-in-out;
	-ms-transition:     color 0.1s ease-in-out;
	-o-transition:      color 0.1s ease-in-out;
	transition:         color 0.1s ease-in-out;
}

.woocommerce .woocommerce_tabs ul.tabs li a:hover, .woocommerce .woocommerce-tabs ul.tabs li a:hover {
	color: #333;
}

.woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
	border-top: 0;
	border-bottom: 6px solid #60bdbe;
	color: #333;
	margin-bottom: -3px;
}

#reviews .commentlist {
	margin: 0 0 40px 0;;
	overflow: hidden;
}

#reviews .commentlist .comment {
	list-style: none;	
	width: 48.717948717948715%;
	float: left;
	clear: both;
	border: none;
	margin-top: 20px;
}

#reviews .commentlist .comment.thread-alt {
	float: right;
	clear: none;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
	float: left !important;
	box-shadow: none;
	padding: 0;
	background: none;
	width: 6%;
	min-width: 48px;
	margin: 0 20px 0 0;
}

#reviews .comment-text {
	float: none;
	width: auto;
}

#reviews .star-rating {
	margin-top: 4px;	
}

#tab-description > h2, #tab-additional_information > h2, #reviews #comments > h2 {
	display: none;
}

p.stars a {
	color: #333;
}

.woocommerce-review-link {
	color: #2c2e31;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	vertical-align: top
}

.woocommerce .related h2, .woocommerce .upsells h2 {
	color: #464a54;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

span.count {
	vertical-align: inherit;
}


/* ## Widgets
--------------------------------------------- */

.widget.woocommerce .count, .widget_layered_nav ul li .count {
	color: #98999d;
	float: right;
	background: none;
	padding: 0;
	font-size: 100%;
	font-weight: 300;
}

.widget.woocommerce a {
	color: #2c2e31;
}

.widget.woocommerce a:hover {
	color: #98999d;
}

.widget_price_filter .ui-state-default, .widget_price_filter .ui-widget-content .ui-state-default, .widget_price_filter .ui-widget-header .ui-state-default {
	background: #60bdbe !important;	
	border-color: #60bdbe !important;
	outline: none;
}

.widget_price_filter .ui-widget-header {
	 background: #60bdbe !important;	
	 opacity: .25;
}

.widget_price_filter .price_slider {
	background: #f3f3f3 !important;	
}

.widget_price_filter .ui-slider .ui-slider-handle {
	width: 1em;
	height: 1em;	
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_layered_nav_filters li {
	display: inline-block;
	margin: 1px 5px 5px 0;
}

.chosen a:before {
	font-family: fontawesome;
	content: "\f00d";
	margin-right: 10px;
}

.footer-widgets .widget ul.product_list_widget li img {
	border: none !important;
	background: none;	
	padding: 0;
	float: left;
	margin: 0 1em 0 0;
	max-width: 64px;
	width: auto;
}

body .widget ul.product_list_widget li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

body .widget ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.product_list_widget ins {
	text-decoration: none;
}

.widget ul.product_list_widget li a {
	font-weight: 500;
	color: #555;
}

.widget ul.product_list_widget li .star-rating {
	color: #60bdbe;
}

.widget ul.product_list_widget del {
	color: #bbb;
}

/* ## Badges
--------------------------------------------- */

.onsale, .soldout {
  padding: 32px 0 8px;
  width: 140px;
  text-align: center;
  background: #88be60;
  border-radius: 0;
  font-weight: 700;
  top: -15px;
  left: -50px; 
  z-index: 3;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform: rotate(-45deg);
  text-transform: uppercase;
  font-size: 14px;
}

.soldout {
	background-color: #ccc;
	z-index: 2;
}

.newproduct {
	background-color: #60bdbe;
	z-index: 2;
}

/* ## Product Overlay
--------------------------------------------- */

.product-img-wrapper {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.product-overlay {
	background: rgba(44,46,49,.75);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
	text-align: center;
	z-index:3;
	padding: 40px 20px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
}

.product-overlay .overlay-wrap {
	position: relative;
	z-index: 3; 
}

.product-img-wrapper:hover .product-overlay {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.product-img-wrapper img {
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.product-img-wrapper:hover img {
	-webkit-transform: scale(1.2) rotate(-10deg);
    -moz-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
	transform: scale(1.2) rotate(-10deg);
}

ul.products li.product .star-rating {
	color: #eee;
	text-align: center;
	right: auto;
	bottom: 40px;
	position: absolute;
	left: 50%;
	margin-left: -2.85em;
	z-index: 1;
}

.star-rating {
	width: 5.7em;
}

.woocommerce-product-rating .star-rating {
	display: inline-block;
}

.star-rating span:before {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}

.star-rating:before {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
	opacity: .3;
}

ul.products li.product .added_to_cart {
	color: #fff;	
}

.overlay-link {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

/* ## Notices
--------------------------------------------- */

.woocommerce-message:before {
	content: "\f00c";
}

.woocommerce-error:before {
	content: "\f00d";
}

.woocommerce-info:before {
	content: "\f129";
}

.woocommerce-message, .woocommerce-message .button, .woocommerce-message:before {
	color: #88be60;
}

.woocommerce-error, .woocommerce-error .button, .woocommerce-error:before {
	color: #d87066;
}

.woocommerce-info, .woocommerce-info .button, .woocommerce-info:before {
	color: #999;
}

.woocommerce-message .button, .woocommerce-message .button:hover {
	background: #d9f1b6;
}

.woocommerce-error .button, .woocommerce-error .button:hover {
	background: #fcc8c8;
}

.woocommerce-info .button, .woocommerce-info .button:hover {
	background: #e9e9e9;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
	border-radius: 0;
	border: 2px solid #88be60;
	border-width: 2px 0 0 0;
	font-weight: 400;
	margin-bottom: 0 !important;
	margin-top: -1px;
}

.site-inner .woocommerce-message, .site-inner .woocommerce-error, .site-inner .woocommerce-info {
	margin-bottom: 1.618em !important;
	margin-top: 0;
	border: none;
}

.woocommerce-error {
	border-color: #f2aba4;
	background-color: #fcdada;
}

.woocommerce-info {
	border-color: #bbb;
	background-color: #f2f2f2;
}

p.demo_store {
	top: auto;
	bottom: 0;
	margin: 0;
}

/* ## Misc
--------------------------------------------- */

.cart-collaterals .shipping_calculator h2 {
	margin-bottom: 28px;
	font-weight: normal;
}

.entry-content .order_details {
	margin-left: 0;
}

table.cart .product-remove, table.cart .product-thumbnail {
	text-align: center;
}

#rememberme {
	clear: both;
	margin: 6px 5px 0 0;
}

.lost_password {
	clear: both;
}

.woocommerce #content div.product .images div.thumbnails a, .woocommerce div.product .images div.thumbnails a, .woocommerce-page #content div.product .images div.thumbnails a, .woocommerce-page div.product .images div.thumbnails a {
	margin-right: 2.564102564102564%;
	width: 23.076923076923077%;
}


/* # EDD
--------------------------------------------------------------------- */

body #edd-purchase-button, body .edd-submit, body input.edd-submit[type="submit"] {
	border: none;
}


/* # Media Queries
--------------------------------------------------------------------- */

@media only screen and (max-width: 1215px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 700px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-primary {
		width: 210px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}
	
	div.featured-slider, div.featured-slider .slide, div.featured-slider .slide-wrap {
		height: 500px;
	}

}

@media only screen and (max-width: 975px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.title-area {
		text-align: center;
	}

	.thesis-nav-menu li {
		float: none;
	}

	.thesis-nav-menu,
	.tagline,
	#site_title,
	#site_tagline {
		text-align: center;
	}
	
	.menu-social, .thesis-nav-menu {
		float: none;
	}
	
	.shop-menu {
		position: relative;
		clear: both;
		top: 0;
		right: 0;
		margin: 10px 0;
		text-align: center;
		height: auto;
	}

	.thesis-nav-menu a,
	.thesis-nav-menu > .first > a,
	.thesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 380px;
		margin-right: 0;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		float: right;
		margin-right: 0;
	}
	
	div.featured-slider, div.featured-slider .slide, div.featured-slider .slide-wrap {
		height: 400px;
	}
	
	div.flexslider .title {
		font-size: 60px;
	}
	
	div.featured-slider .button {
		padding: 10px 45px;
		font-size: 14px;
	}

}

@media only screen and (max-width: 815px) {

	body {
		font-size: 16px;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author_description,
	#commentform {
		padding: 3%;
	}
	
	.site-inner {
		padding-top: 5%;	
	}
	
	.entry-title {
		font-size: 26px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.author_description img.avatar {
		position: static;
	}
	
	.author_description {
		margin-top: 50px;
	}
	
	.comment_list li.comment li.comment {
		padding: 20px;	
	}
	
	#cancel-comment-reply-link {
		font-size: 10px;
		font-weight: 500;
	}
	
	#comment_form_name, 
	#comment_form_email, 
	#comment_form_url {
		float: none;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
		float: none;
	}

}

@media only screen and (max-width: 768px) {
	
	.mobile-enabled .menu-primary, .mobile-enabled .header-extras, .mobile-enabled .nav-secondary, .mobile-enabled .thesis-nav-menu.menu-social, .mobile-enabled .shop-menu  { display: none; opacity: 0; }
	.mobile-enabled .menu-mobile { display: block; opacity: 0; }
	.mobile-on .menu-mobile { display: block; opacity: 1; }
	
	.menu-mobile { text-align: left; }
	
	/* woocommerce shop page columns fix */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48% !important;
		margin: 0 0 2.992em !important;	
	}
	
	.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input, table.cart td.actions .coupon {
		width: 100% !important;
		margin: 5px 0;
	}
	
	ul.order_details li {
		width: auto;
		float: none;
	}
	
	.admin-bar .nav-primary.fixed {
		margin-top: 46px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	div.featured-slider, div.featured-slider .slide, div.featured-slider .slide-wrap {
		height: 300px;
	}
		
	div.flexslider .title, .lead-box h3 {
		font-size: 40px;
	}
	
	div.featured-slider .button {
		padding: 5px 35px;
	}
	
	div.featured-slider p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	div.featured-slider .slide .wrap {
		padding: 10px 0;
	}
	
	div.flexslider .title:before {
		height: 2px;
		width: 90px;
		margin-left: -45px;	
	}
	
	body .flex-direction-nav a {
		height: 32px;
		width: 16px;
		background-size: 16px 32px !important;
		margin-top: -16px;
	}
	
	div.flexslider:hover .flex-prev { left: 10px; } 
	div.flexslider:hover .flex-next { right: 10px; } 
	
	.woocommerce .site-inner.woocommerce-ordering, .woocommerce-page .site-inner .woocommerce-ordering {
		width: 50%;
	}
	
	#reviews .commentlist .comment {
		width: 100%;
		float: none;	
	}
	
	.content .th-quote.right {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	.admin-bar .nav-primary.fixed {
		margin-top: 0;
	}
		
}

@media only screen and (max-width: 480px) {
	
	.onsale, .soldout {
		font-size: 10px;
		padding-bottom: 4px;
		left: -60px;
		top: -17px;
	}

	.product-overlay .overlay-wrap, .product-overlay .star-rating {
		display: none;
	}
	
	.comment-form-rating p.stars a.star-1:after, .comment-form-rating p.stars a.star-2:after, .comment-form-rating p.stars a.star-3:after, .comment-form-rating p.stars a.star-4:after, .comment-form-rating p.stars a.star-5:after {
		text-indent: -9999px;
		text-align: left;
	}
	
	.comment-form-rating p.stars {
		text-align: center;
	}
	
}