﻿@charset "UTF-8";
/*
Theme Name: Heritage Journal
Theme URI: http://awtheme.com/
Description: A Reactor child theme
Author: Anthony Wilhelm
Author URI: http://anthonywilhelm.com
Template: reactor-master
Version: 1.1.0
*/
/* 
---------------------------------------------------------------------------------
Information and Index
---------------------------------------------------------------------------------
Developer: Melissa Sweeney
---------------------------------------------------------------------------------
0.    General 
0.1   General Components
0.2   Margins & Padding
1.    Typography
2.    Colors
3.    Top bar
4.    Footer
5.    Content Header, site title, category title etc
6.    Footer
7.    Country Select in footer
8.    Sidebar widgets
8.1   Sidebar widgets - Search
9.    Posts
9.1   Post nav (prev and next)
10.   Comment form
11.   Faces of Red Wing
12.   Faces of Red Wing - Sidebar Widget
*/
/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  width: 100%;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0%;
  }

  .small-offset-1 {
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-offset-4 {
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-offset-7 {
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-offset-10 {
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen {
  [class*="block-grid-"] {
    display: block;
    zoom: 1;
    margin: 0 -.625em;
    padding: 0;
  }

  [class*="block-grid-"]:before,
  [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }

  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 .625em 1.25em;
  }

  /*
   * small
   * most mobile phones
   * */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-1 > li:nth-of-type(n),
  .small-block-grid-2 > li:nth-of-type(n),
  .small-block-grid-3 > li:nth-of-type(n),
  .small-block-grid-4 > li:nth-of-type(n),
  .small-block-grid-5 > li:nth-of-type(n),
  .small-block-grid-6 > li:nth-of-type(n),
  .small-block-grid-7 > li:nth-of-type(n),
  .small-block-grid-8 > li:nth-of-type(n),
  .small-block-grid-9 > li:nth-of-type(n),
  .small-block-grid-10 > li:nth-of-type(n),
  .small-block-grid-11 > li:nth-of-type(n),
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  [class*="block-grid-"]:after,
  .small-block-grid-1 > li:nth-of-type(1n+1),
  .small-block-grid-2 > li:nth-of-type(2n+1),
  .small-block-grid-3 > li:nth-of-type(3n+1),
  .small-block-grid-4 > li:nth-of-type(4n+1),
  .small-block-grid-5 > li:nth-of-type(5n+1),
  .small-block-grid-6 > li:nth-of-type(6n+1),
  .small-block-grid-7 > li:nth-of-type(7n+1),
  .small-block-grid-8 > li:nth-of-type(8n+1),
  .small-block-grid-9 > li:nth-of-type(9n+1),
  .small-block-grid-10 > li:nth-of-type(10n+1),
  .small-block-grid-11 > li:nth-of-type(11n+1),
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 600px) {
  /*
  Default breakpoint here:
  @media only screen and (min-width: 640px) {
  */
  /*
   * medium 
   * most tablets in portrait mode
   * */
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 .625em 1.25em;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1),
  .small-block-grid-2 > li:nth-of-type(2n+1),
  .small-block-grid-3 > li:nth-of-type(3n+1),
  .small-block-grid-4 > li:nth-of-type(4n+1),
  .small-block-grid-5 > li:nth-of-type(5n+1),
  .small-block-grid-6 > li:nth-of-type(6n+1),
  .small-block-grid-7 > li:nth-of-type(7n+1),
  .small-block-grid-8 > li:nth-of-type(8n+1),
  .small-block-grid-9 > li:nth-of-type(9n+1),
  .small-block-grid-10 > li:nth-of-type(10n+1),
  .small-block-grid-11 > li:nth-of-type(11n+1),
  .small-block-grid-12 > li:nth-of-type(12n+1),
  .medium-block-grid-1 > li:nth-of-type(n),
  .medium-block-grid-2 > li:nth-of-type(n),
  .medium-block-grid-3 > li:nth-of-type(n),
  .medium-block-grid-4 > li:nth-of-type(n),
  .medium-block-grid-5 > li:nth-of-type(n),
  .medium-block-grid-6 > li:nth-of-type(n),
  .medium-block-grid-7 > li:nth-of-type(n),
  .medium-block-grid-8 > li:nth-of-type(n),
  .medium-block-grid-9 > li:nth-of-type(n),
  .medium-block-grid-10 > li:nth-of-type(n),
  .medium-block-grid-11 > li:nth-of-type(n),
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1),
  .medium-block-grid-2 > li:nth-of-type(2n+1),
  .medium-block-grid-3 > li:nth-of-type(3n+1),
  .medium-block-grid-4 > li:nth-of-type(4n+1),
  .medium-block-grid-5 > li:nth-of-type(5n+1),
  .medium-block-grid-6 > li:nth-of-type(6n+1),
  .medium-block-grid-7 > li:nth-of-type(7n+1),
  .medium-block-grid-8 > li:nth-of-type(8n+1),
  .medium-block-grid-9 > li:nth-of-type(9n+1),
  .medium-block-grid-10 > li:nth-of-type(10n+1),
  .medium-block-grid-11 > li:nth-of-type(11n+1),
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  /*
   * large
   * modx tablets in portrait mode, notebooks and desktops
   * */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 .625em 1.25em;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 .625em 1.25em;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1),
  .small-block-grid-2 > li:nth-of-type(2n+1),
  .small-block-grid-3 > li:nth-of-type(3n+1),
  .small-block-grid-4 > li:nth-of-type(4n+1),
  .small-block-grid-5 > li:nth-of-type(5n+1),
  .small-block-grid-6 > li:nth-of-type(6n+1),
  .small-block-grid-7 > li:nth-of-type(7n+1),
  .small-block-grid-8 > li:nth-of-type(8n+1),
  .small-block-grid-9 > li:nth-of-type(9n+1),
  .small-block-grid-10 > li:nth-of-type(10n+1),
  .small-block-grid-11 > li:nth-of-type(11n+1),
  .small-block-grid-12 > li:nth-of-type(12n+1),
  .medium-block-grid-1 > li:nth-of-type(1n+1),
  .medium-block-grid-2 > li:nth-of-type(2n+1),
  .medium-block-grid-3 > li:nth-of-type(3n+1),
  .medium-block-grid-4 > li:nth-of-type(4n+1),
  .medium-block-grid-5 > li:nth-of-type(5n+1),
  .medium-block-grid-6 > li:nth-of-type(6n+1),
  .medium-block-grid-7 > li:nth-of-type(7n+1),
  .medium-block-grid-8 > li:nth-of-type(8n+1),
  .medium-block-grid-9 > li:nth-of-type(9n+1),
  .medium-block-grid-10 > li:nth-of-type(10n+1),
  .medium-block-grid-11 > li:nth-of-type(11n+1),
  .medium-block-grid-12 > li:nth-of-type(12n+1),
  .large-block-grid-1 > li:nth-of-type(n),
  .large-block-grid-2 > li:nth-of-type(n),
  .large-block-grid-3 > li:nth-of-type(n),
  .large-block-grid-4 > li:nth-of-type(n),
  .large-block-grid-5 > li:nth-of-type(n),
  .large-block-grid-6 > li:nth-of-type(n),
  .large-block-grid-7 > li:nth-of-type(n),
  .large-block-grid-8 > li:nth-of-type(n),
  .large-block-grid-9 > li:nth-of-type(n),
  .large-block-grid-10 > li:nth-of-type(n),
  .large-block-grid-11 > li:nth-of-type(n),
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1),
  .large-block-grid-2 > li:nth-of-type(2n+1),
  .large-block-grid-3 > li:nth-of-type(3n+1),
  .large-block-grid-4 > li:nth-of-type(4n+1),
  .large-block-grid-5 > li:nth-of-type(5n+1),
  .large-block-grid-6 > li:nth-of-type(6n+1),
  .large-block-grid-7 > li:nth-of-type(7n+1),
  .large-block-grid-8 > li:nth-of-type(8n+1),
  .large-block-grid-9 > li:nth-of-type(9n+1),
  .large-block-grid-10 > li:nth-of-type(10n+1),
  .large-block-grid-11 > li:nth-of-type(11n+1),
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/*---------------------------------------------------------------------------------*/
/*  0.    General 
/*---------------------------------------------------------------------------------*/
body {
  background: url(library/img/admin/bkg.jpg) #eae4d4 repeat;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  color: #2d2d2d;
}

/*---------------------------------------------------------------------------------*/
/*  0.1    General Components 
/*---------------------------------------------------------------------------------*/
button, .button {
  background-color: #e7e4db;
  border: 1px solid #c3a792;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-size: 16px;
  padding-top: 0.55em;
  padding-bottom: 0.55em;
  color: #782b21;
}
button.disabled, button.disabled:hover, .button.disabled, .button.disabled:hover {
  opacity: .5;
  border-color: #c3a792 !important;
  background-color: #e7e4db;
}
button.leather-btn, .button.leather-btn {
  background: url("../img/leather-btn.png");
  border-color: #4c0804;
  color: #fff;
}
button.full-width, .button.full-width {
  width: 100%;
}
button:hover, button:focus, .button:hover, .button:focus {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #e7e4db;
  color: #782b21;
}
button.brown, .button.brown {
  color: #f3f1e1;
  border: 1px solid #4c0804;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
button.brown:hover, .button.brown:hover {
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

#content {
  margin: 1.15em 0 0 0;
}

#content > .row, #header > .row {
  padding-left: 28px;
}

/*Encapsulate a row full width */
.full-width {
  overflow: hidden;
  clear: left;
}

/* List Vertical */
.l-vertical li {
  margin-left: 16px;
  margin-bottom: 10px;
  line-height: 1;
}

.styled-container {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: #f1eee5;
  padding: 10px;
  overflow: hidden;
}

/* Rounded containers */
.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*---------------------------------------------------------------------------------*/
/*  0.2   Margins/Padding
/*---------------------------------------------------------------------------------*/
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.y-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.padding-left {
  padding-left: 15px;
}

.padding-right {
  padding-right: 15px;
}

/*---------------------------------------------------------------------------------*/
/*  1. Typography
/*---------------------------------------------------------------------------------*/
@font-face {
  font-family: "Trade Gothic W01_n7";
  src: url("library/font/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Trade Gothic W01";
  src: url("library/font/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix");
  src: url("library/font/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("eot"), url("library/font/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"), url("library/font/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"), url("library/font/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic W01_n4";
  src: url("library/font/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Trade Gothic W01";
  src: url("library/font/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix");
  src: url("library/font/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("eot"), url("library/font/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"), url("library/font/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"), url("library/font/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_n3";
  src: url("library/font/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("library/font/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("library/font/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("library/font/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("library/font/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("library/font/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_i3";
  src: url("library/font/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("library/font/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix");
  src: url("library/font/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix") format("eot"), url("library/font/8e9ee02b-f337-4f13-ad6c-969d6d6536c8.woff") format("woff"), url("library/font/beddbbc6-203e-4f36-8960-3f5ca22af567.ttf") format("truetype"), url("library/font/af177436-d9e8-44e8-9c9c-ef2d945f20a3.svg#af177436-d9e8-44e8-9c9c-ef2d945f20a3") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Neue Helvetica W01_n4";
  src: url("library/font/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("library/font/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("library/font/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("library/font/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("library/font/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("library/font/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Helvetica W01_n6";
  src: url("library/font/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url("library/font/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
  src: url("library/font/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("library/font/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("library/font/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("library/font/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Utopia W03_i4";
  src: url("library/font/5e119229-36b8-40fe-b238-849895edddfc.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Utopia W03";
  src: url("library/font/5e119229-36b8-40fe-b238-849895edddfc.eot?#iefix");
  src: url("library/font/5e119229-36b8-40fe-b238-849895edddfc.eot?#iefix") format("eot"), url("library/font/3c921feb-3389-468b-a326-c202ef55d986.woff") format("woff"), url("library/font/25340ad0-77b0-4f78-9b5d-afd6d14408ff.ttf") format("truetype"), url("library/font/ecd15983-13f2-4edd-9a86-676b15eb424a.svg#ecd15983-13f2-4edd-9a86-676b15eb424a") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Atrament_Medium';
  src: url("library/font/Atrament_Medium.eot");
  src: url("library/font/Atrament_Medium.eot?#iefix") format("embedded-opentype"), url("library/font/Atrament_Medium.woff") format("woff"), url("library/font/Atrament_Medium.svg") format("svg"), local("Γÿ║");
  font-weight: normal;
  font-style: normal;
}
p {
  font-size: 18px;
  line-height: 1.4em;
  text-rendering: auto;
}

.headline {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 2.75em;
  color: #2d2d2d;
  line-height: 1em;
  position: relative;
}

.headline-xl {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 3.5em;
  color: #2d2d2d;
}

.headline-medium {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 2.25em;
  color: #2d2d2d;
}

.headline-small, .entry-title {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
  color: #2d2d2d;
}

a:active, a:hover, a:visited, a:link {
  color: #782b21;
}

.cap {
  text-transform: uppercase;
}

/*---------------------------------------------------------------------------------*/
/*  2. Colors
/*---------------------------------------------------------------------------------*/
.cream, a.cream {
  color: #e8e3d3 !important;
}

.black, a.black {
  color: #222 !important;
}

/*---------------------------------------------------------------------------------*/
/*  3. Top-bar
/*---------------------------------------------------------------------------------*/
.contain-to-grid .top-bar {
  max-width: 62em;
}

#top-bar-container {
  background-image: url(library/img/admin/header-bkg.png) !important;
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0px -3px 5px -3px rgba(46, 45, 46, 0.22);
  -moz-box-shadow: inset 0px -3px 5px -3px rgba(46, 45, 46, 0.22);
  box-shadow: inset 0px -3px 5px -3px rgba(46, 45, 46, 0.22);
  position: relative;
  z-index: 98;
}

.contain-to-grid, .top-bar {
  background: transparent;
}

.top-bar-section ul {
  background: transparent;
}
.top-bar-section ul li.active > a {
  background: transparent;
}
.top-bar-section li a:not(.button) {
  background: transparent;
  text-transform: uppercase;
}

.top-bar-section li a:not(.button):hover {
  background: transparent;
}
.top-bar-section li.active a:not(.button):hover {
  background: transparent;
}

.top-bar {
  height: 100px;
}
.top-bar .toggle-topbar {
  float: right;
  padding: 0;
  position: inherit;
}
.top-bar .toggle-topbar.menu-icon {
  padding: 50px 15px 25px 0px !important;
}
.top-bar .toggle-topbar.menu-icon a span {
  -webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
  -moz-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
  box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
}
.top-bar li {
  list-style: none;
  line-height: 100px;
}
.top-bar.expanded .title-area {
  background: transparent;
}

.top-bar-section ul.right li a:not(.button) {
  color: #212121;
  line-height: 100px;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  top: 1px;
  left: 1px;
  padding: 0 12px;
}

@media only screen and (max-width: 940px) {
  .top-bar-section ul.right li a:not(.button) {
    padding: 12px 15px;
  }
}

.top-bar-section ul.left li a:not(.button) {
  color: #782b21;
  line-height: 100px;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.35em;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  top: 1px;
  left: 1px;
}
.top-bar-section li a:not(.button):hover {
  color: #6d3528;
}
.top-bar-section .right {
  margin-right: 30px;
}

.top-bar-section ul li.active > a {
  color: #6d3528;
}

/*When site is transactional show cart*/
.top-bar.transactional li.cart {
  display: block;
}

/*Expanded top-bar*/
.top-bar .title-area {
  height: 100px;
  float: left;
}
.top-bar.transactional .top-bar-section .right {
  margin-right: 5px;
}
.top-bar.expanded {
  max-height: 100%;
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 300ms 0;
  -o-transition: max-height 300ms 0;
  transition: max-height 300ms 0;
}
.top-bar.expanded .top-bar-section ul.left {
  margin-top: -5px;
}
.top-bar.expanded .top-bar-section li a:not(.button) {
  line-height: 15px;
}
.top-bar.expanded .top-bar-section .right, .top-bar.expanded .top-bar-section .left {
  background: #fff;
}
.top-bar.expanded .top-bar-section .right li, .top-bar.expanded .top-bar-section .left li {
  border-bottom: 1px solid #e6e2e0;
}
.top-bar.expanded .top-bar-section .right li:hover, .top-bar.expanded .top-bar-section .left li:hover {
  background: #ece8dc;
}
.top-bar.expanded .top-bar-section .right {
  margin-right: 0px !important;
}

/*IE8 top-bar fixes*/
.lt-ie9 .top-bar-section ul {
  background-color: transparent;
}
.lt-ie9 .top-bar-section ul li {
  line-height: 100px;
  margin: 0;
}
.lt-ie9 .top-bar-section ul li > a {
  padding: 0 15px 0 0;
  background: none;
  color: #212121;
  line-height: 100px;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
}

.top-bar .toggle-topbar.menu-icon {
  padding: 50px 0px 32px 0px !important;
  top: 0%;
  right: 25px !important;
}
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 40px !important;
  height: 40px !important;
  line-height: 33px;
  padding: 0;
  color: white;
}
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 10px !important;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
  box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
}

.top-bar-icons li {
  padding: 0 15px 0 0;
}
.top-bar-icons li.search {
  float: right;
  cursor: pointer;
  font-size: 1.3125em;
}
.top-bar-icons li.cart {
  display: none;
  float: right;
  font-size: 2em;
}
.top-bar-icons li.cart .cartContainer {
  position: relative;
}
.top-bar-icons li.cart .cartContainer .cartContainer-count {
  position: absolute;
  color: #ede8d8;
  font-size: 11px;
  right: 0;
  left: 4px;
  line-height: 93px;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 921px) {
  .made-in-usa-desktop {
    display: inherit;
    width: 90px;
    font-family: 'Trade Gothic W01';
    font-weight: 700;
    font-style: normal;
    font-size: 0.9em;
    float: right;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    padding: 30px 0 0 0;
  }

  .made-in-usa-mobile {
    display: none !important;
  }

  .made-in-usa-desktop a {
    color: #2d2d2d;
  }
}
.made-in-usa-mobile {
  display: inherit;
  width: auto;
  clear: both;
  font-family: 'Trade Gothic W01';
  font-weight: 700;
  font-style: normal;
  font-size: 0.75em;
  float: right;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  padding: 15px 25px 0 0;
  margin-top: -50px;
}

.made-in-usa-mobile a {
    color: #2d2d2d;
}

.made-in-usa-desktop {
  height: 100%;
}

@media only screen and (max-width: 921px) {
  .made-in-usa-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 621px) {
  .made-in-usa-mobile {
    margin-top: -45px;
  }
}
/*---------------------------------------------------------------------------------*/
/*  5.    Content Header, site title, category title etc
/*---------------------------------------------------------------------------------*/
.site-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.site-header .site-title {
  font-size: 2.25em;
  line-height: 1;
}

.inner-header {
  border-bottom: none;
  margin: 1.25em 0;
}

.archive-header, .page-header {
  margin-top: -1.25em;
}

.archive-title, .page-title {
  font-family: "Trade Gothic W01";
  font-weight: 500;
  font-style: normal;
  font-size: 1.75em;
}

/*---------------------------------------------------------------------------------*/
/*  6.    Footer
/*---------------------------------------------------------------------------------*/
.site-footer {
  background-color: #1e1311;
}
.site-footer .widget {
  overflow: visible;
}

.inner-footer {
  border-top: 0;
}

.logo-copyright {
  padding: 15px;
  text-align: right;
  margin-bottom: 50px;
}

footer .footerCol {
  font-size: 1em;
  line-height: 1em;
}
footer .footerCol p.footerCol-category {
  color: #e8e3d3;
  margin-top: 20px;
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.15em;
  margin-bottom: 0;
}
footer .footerCol ul {
  margin-left: 0;
}
footer .footerCol ul li {
  font-family: "Neue Helvetica W01";
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #e8e3d3 !important;
  font-size: .8em;
  margin: 7px 0;
}
footer .footerCol ul li a {
  color: #e8e3d3 !important;
}
footer .footerCol .columns:last-child {
  float: left;
}

@media only screen and (max-width: 1023px) {
  .footerCol:nth-child(4n) {
    clear: left;
  }
}
@media only screen and (max-width: 641px) {
  .footerCol:nth-child(4n) {
    clear: none;
  }

  .footerCol:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (max-width: 640px) {
  footer.checkoutFooter .footerCol {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
/*---------------------------------------------------------------------------------*/
/*  7.    Country Select in footer
/*---------------------------------------------------------------------------------*/
#country, .currency {
  position: relative;
  cursor: pointer;
  color: #e8e3d3;
}

.currency-active-flag {
  margin: 4px 5px 0 5px;
  display: inline-block;
}

.price .currency .currency-active {
  font-size: 12px;
  color: #6d3528;
  text-transform: uppercase;
}
.price .currency .icon-caret-down {
  color: #6d3528;
}

ul.currency-select {
  background: #e8e3d3;
  position: absolute;
  padding: 5px;
  color: #1F1412;
  display: none;
  z-index: 10;
  width: 75px;
  top: 32px;
}
ul.currency-select li {
  margin: 0;
  list-style: none;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  color: #1F1412 !important;
  font-size: 12px;
  line-height: 15px;
}
ul.currency-select li:hover {
  cursor: pointer;
}
ul.currency-select div[class^="sprite-icon"] {
  display: inline-block;
}
ul.currency-select:after {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: #e8e3d3;
  bottom: 100%;
  left: 5px;
}

footer .currency {
  margin-top: 5px;
}
footer ul.currency-select {
  top: 147px;
}

@media only screen and (max-width: 640px) {
  ul.currency-select {
    background: #fff;
  }

  ul.currency-select:after {
    border-bottom-color: #fff;
  }
}
#country {
  margin-top: 15px;
}

#country-select {
  background: #e8e3d3;
  position: absolute;
  top: 28px;
  left: 17px;
  padding: 2px 10px;
  color: #1F1412;
  display: none;
  z-index: 10;
  width: 140px;
}
#country-select ul {
  margin-bottom: 0;
}
#country-select ul li, #country-select ul li a {
  padding: 2px 5px;
  margin: 0;
  list-style: none;
  font-family: "Trade Gothic W01";
  font-weight: 400;
  font-style: normal;
  color: #1F1412 !important;
}
#country-select ul li:not(:last-child) {
  border-bottom: 1px dotted #bbb;
}
#country-select:after {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: #e8e3d3;
  bottom: 100%;
  left: 5px;
}

.selected {
  border-bottom: 1px dotted #bbb;
  padding: 2px 15px;
}
.selected:hover {
  color: #6d3528;
}
.selected:last-of-type {
  border-bottom: 0px dotted #bbb;
}

/*---------------------------------------------------------------------------------*/
/*  8.    Sidebar widgets
/*---------------------------------------------------------------------------------*/
.sidebar .widget .widget-title, .sidebar .widget ul li {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: center;
}
.sidebar .widget .widget-title {
  letter-spacing: .5px;
  line-height: 2;
}

.sidebar .widget_categories ul {
  margin-left: 0;
}
.sidebar .widget_categories ul li {
  font-weight: 500;
  list-style-type: none;
}
.sidebar .widget_categories ul li:first-child a {
  border-top: 1px solid #d8d2c4;
  padding: 10px;
}

/*---------------------------------------------------------------------------------*/
/*  8.1   Sidebar widgets - Search
/*---------------------------------------------------------------------------------*/
#searchform label {
  position: relative;
}
#searchform label input[type="text"] {
  height: 32px;
  border: 1px solid #827f78;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.125em;
}
#searchform label ::-webkit-input-placeholder {
  text-transform: uppercase;
}
#searchform label :-moz-placeholder {
  text-transform: uppercase;
}
#searchform label ::-moz-placeholder {
  text-transform: uppercase;
}
#searchform label :-ms-input-placeholder {
  text-transform: uppercase;
}
#searchform label button {
  position: absolute;
  right: 10px;
  top: 4px;
  background-color: transparent;
  color: #252525;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 22px;
}

/*---------------------------------------------------------------------------------*/
/*  9.    Posts 
/*---------------------------------------------------------------------------------*/
.entry-title {
  color: #782b21;
  text-transform: uppercase;
}

.entry-body {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background: #f1eee5;
  padding: 10px 28px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.entry-content img, .entry-thumbnail img {
  border: 10px solid #ffffff;
  margin-bottom: 10px;
}

.entry-meta {
  font-size: 1.15em;
}

/*---------------------------------------------------------------------------------*/
/*  9.1    Post nav (prev and next) 
/*---------------------------------------------------------------------------------*/
nav.nav-single {
  font-size: 1.5em;
}

.row.post-nav {
  margin-bottom: 45px;
}

/*---------------------------------------------------------------------------------*/
/*  10.    Comment Form 
/*---------------------------------------------------------------------------------*/
.comment-form p {
  margin-bottom: 0;
}

#respond-form.styled-container {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}

#reply-title {
  font-family: "Trade Gothic W01";
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
  color: #2d2d2d;
  text-transform: uppercase;
}

.comments-area article header cite, .comments-area article header time {
  margin-left: 0;
}

.commentlist li.comment .comment-entry {
  background: transparent;
  border: 0;
  padding: 0;
}
.commentlist li.comment .comment-content {
  background: transparent;
  border: 0.063em solid #e6e6e6;
  clear: both;
  margin: 0;
  padding: 0;
}

ol.commentlist li {
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #b8b2a4;
}
ol.commentlist li:last-child {
  border-bottom: 0;
}
ol.commentlist cite.fn {
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
ol.commentlist time {
  color: #2d2d2d !important;
  text-align: right;
}

.comments-area article header {
  margin-top: 0;
}

/*---------------------------------------------------------------------------------*/
/*  11.    Faces of Red Wing 
/*---------------------------------------------------------------------------------*/
#content.faces {
  margin: 2.15em 0 0 0;
}

.faces ul[class*="block-grid-"] .entry-body {
  padding: 10px;
}
.faces ul[class*="block-grid-"] .entry-body h2.entry-title {
  font-size: 1.125em;
  margin-bottom: 0;
}
.faces ul[class*="block-grid-"] .entry-body p {
  margin-bottom: 0;
}

.nav-single-faces .medium-6 {
  width: 49%;
}
.nav-single-faces .nav-previous, .nav-single-faces .nav-next {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
}
.nav-single-faces .nav-previous a, .nav-single-faces .nav-next a {
  font-size: 1em;
  margin-bottom: 0;
}
.nav-single-faces .nav-previous img, .nav-single-faces .nav-next img {
  padding: 0 10px;
}

/*---------------------------------------------------------------------------------*/
/*  12.    Faces of Red Wing - Sidebar widget 
/*---------------------------------------------------------------------------------*/
.posts-in-sidebar {
  background-color: #fff;
}
.posts-in-sidebar .pis-ul {
  margin: 0;
  padding-top: 10px;
  padding-left: 10px !important;
}
.posts-in-sidebar .pis-ul li.pis-li {
  padding-right: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}
.posts-in-sidebar .pis-ul li.pis-li > p {
  margin-bottom: 0;
}
.posts-in-sidebar .pis-ul .pis-thumbnail {
  margin-bottom: 5px;
}
.posts-in-sidebar .pis-intro {
  text-align: center;
  line-height: 1.125em;
  margin: 10px 0 10px 0;
}
.posts-in-sidebar .pis-intro strong {
  color: #782b21;
}
