/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

kbd,
sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #d0c6ac; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #3f2a57;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #d0c6ac; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #d0c6ac; }
  .menu a:hover {
    background-color: #d0c6ac; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #d0c6ac;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #d0c6ac; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d0c6ac;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #d0c6ac; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #d0c6ac;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #3f2a57; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #3f2a57; }
    .grt .headline + .byline {
      margin-top: 6px; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #d0c6ac; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #d0c6ac; }
  .grt .box {
    background-color: #ece5f3;
    border: 1px solid #d4c5e4; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 23px;
    padding-top: 26px;
    border-top: 1px dotted #d0c6ac; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 72px;
    height: 72px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 23px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #d0c6ac; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 23px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #d0c6ac; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #d0c6ac; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #d0c6ac; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #e8e3d6; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #d0c6ac; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d0c6ac; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #d0c6ac;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #d0c6ac;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #d0c6ac; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 49px;
    height: 49px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 23px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 23px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 23px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #d0c6ac;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #3f2a57; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #d0c6ac; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #d0c6ac;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #d0c6ac;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #d0c6ac; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #d0c6ac;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform label {
    display: block; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform textarea {
    width: 100%; }
  #commentform input[type="submit"] {
    font-size: 20px; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f2a57;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #d0c6ac; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 23px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #d0c6ac; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

  /*
   * ---:[ woocommerce compatibility ]:---
   */    .woocommerce.woocommerce-shop .content {
      padding: 26px; }
      .woocommerce.woocommerce-archive .content {
        padding: 0 26px; }
      .woocommerce.woocommerce-archive .post_box {
        margin-top: 0;
        margin-right: -26px;
        margin-left: -26px;
        margin-bottom: 26px; }
      .woocommerce.woocommerce-archive .term-description {
        margin-bottom: 26px; }
    .woocommerce .content > .product {
      margin: 26px 26px 0 26px; }
    .woocommerce .page-title {
      font-size: 33px;
      line-height: 49px;
      padding: 0 26px 26px;
      border-bottom: 1px solid #d0c6ac;
      margin-right: -26px;
      margin-left: -26px;
      margin-bottom: 26px; }
    .woocommerce .product_title {
      font-size: 33px;
      line-height: 49px;
      margin-bottom: 16px; }
    .woocommerce .content .woocommerce-result-count {
      font-size: 13px;
      line-height: 23px;
      color: #888888;
      margin-bottom: 16px; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers {
      margin: -6px 0 16px 0; }
      .woocommerce ul.products li.product.grt .woocommerce-loop-product__title {
        line-height: 26px;
        padding: 0;
        margin-bottom: 10px; }
      .woocommerce ul.products li.product.grt .star-rating {
        font-size: 13px;
        margin-bottom: 10px; }
      .woocommerce ul.products li.product.grt .price {
        font-size: 16px;
        margin-bottom: 0; }
      .woocommerce ul.products li.product.grt .button {
        margin-top: 16px; }
      .woocommerce div.product.grt .woocommerce-product-rating {
        margin-bottom: 16px; }
      .woocommerce div.product.grt form.cart {
        margin-bottom: 26px; }
        .woocommerce div.product.grt form.cart .button {
          background-color: #3f2a57;
          margin-top: -4px; }
      .woocommerce div.product.grt .product_meta {
        font-size: 13px;
        line-height: 23px;
        color: #888888; }
        .woocommerce div.product.grt .product_meta a:hover {
          text-decoration: underline; }
        .woocommerce div.product.grt #reviews h2 {
          margin-top: 0; }
        .woocommerce div.product.grt #reviews #comments {
          margin-top: 26px; }
        .woocommerce div.product.grt #reviews .comment-reply-title {
          font-size: 20px;
          line-height: 32px;
          font-weight: bold; }
        .woocommerce div.product.grt #reviews #commentform {
          padding: 0;
          margin-top: 26px; }
        .woocommerce div.product.grt #reviews #comment {
          height: auto; }
    .woocommerce .panel > h2:first-child {
      margin-top: 0; }
      .woocommerce .grt .button,
      .woocommerce .grt #respond input#submit {
        font-family: inherit;
        font-size: inherit;
        line-height: 1em;
        font-weight: bold;
        background-color: white;
        padding: 10px;
        border: 3px double #d0c6ac; }
  .woocommerce .grt .button:hover,
  .woocommerce .grt #respond input#submit:hover,
  .woocommerce .grt .button:active,
  .woocommerce .grt #respond input#submit:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }
      .grt .woocommerce fieldset {
        margin-top: 26px;
        margin-bottom: 10px; }
      .grt .woocommerce .button {
        font-family: inherit;
        font-size: inherit;
        line-height: 1em;
        font-weight: bold;
        background-color: white;
        padding: 10px;
        border: 3px double #d0c6ac; }
  .grt .woocommerce .button:hover,
  .grt .woocommerce .button:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }
        .grt .woocommerce .button.alt {
          font-size: 20px;
          background-color: #3f2a57;
          padding: 26px; }
      .woocommerce .woocommerce-info .button,
      .woocommerce .woocommerce-message .button {
        margin-left: 10px; }
      .woocommerce-cart .woocommerce #coupon_code {
        padding: 10px;
        margin-right: 10px; }
    .woocommerce.woocommerce-page a.button {
      font-family: inherit;
      font-size: inherit;
      line-height: 1em;
      font-weight: bold;
      background-color: white;
      padding: 10px;
      border: 3px double #d0c6ac; }
  .woocommerce.woocommerce-page a.button:hover,
  .woocommerce.woocommerce-page a.button:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #d0c6ac; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #d0c6ac; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #d0c6ac;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
.menu .current-menu-item > a {
  cursor: pointer; }

.shop_home .caption {
  display: none; }

.festi-cart-pop-up-body .post_box,
.festi-cart-pop-up-body .post_box .related.products,
.festi-cart-pop-up-body .woocommerce .products ul,
.festi-cart-pop-up-body .woocommerce ul.products {
  margin: 0 !important; }

.festi-cart-pop-up-body .woocommerce ul.products li.product {
  margin-bottom: 0 !important; }

.festi-cart-pop-up-content .woocommerce div.related.products > ul.products > li.product img {
  height: auto !important; }

body.member-pricing {
  padding: 50px;
  text-align: center; }

/*
 * Landing page
 */
.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-red,
.landing .content .post_content .add_to_cart_button {
  border: 1px solid #8c2100 !important;
  background-image: ();
  background-image: -moz-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
  background-image: -o-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
  background-image: -webkit-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
  background-image: linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
  box-shadow: none !important;
  border: 0px !important; }


.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-red:hover {
  background: #b32b01 !important; }

.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-violet {
  box-shadow: none !important;
  border: none !important;
  background: #937293 !important; }

.landing .motopress-button-obj>.motopress-btn.motopress-btn-color-violet:hover {
  background: #755675 !important; }

.landing .motopress-button-obj>.motopress-btn {
  padding: 20px 19px !important;
  font-size: 15px !important;
  border-radius: 5px !important;
  color: white !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  margin: 5px 0px !important; }

.landing #site_title {
  position: relative;
  top: 0px; }

.landing #site_title a {
  width: 400px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  background: url('images/landing-logo.svg') center center no-repeat;
  position: relative;
  margin: 0 auto; }

.landing .header {
  background: #3f2a57;
  min-height: 45px;
  margin-bottom: 15px; }

.landing .content h1 {
  line-height: 45px;
  font-size: 36px; }

.landing .content .motopress-quotes {
  background: #f8f7f3;
  border-radius: 4px;
  padding: 20px; }

.landing .content blockquote {
  margin-left: 0px;
  padding-left: 0px;
  border-left: 0px;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2em;
  color: #777777; }

.landing .content .motopress-quotes blockquote p {
  text-transform: none;
  letter-spacing: 0px; }

.landing .content .motopress-quotes p {
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px; }

.landing .content p {
  font-size: 16px;
  line-height: 28px; }

.landing p.woocommerce.add_to_cart_inline {
  border: none !important;
  padding: 0px !important; }

.landing a.button.add_to_cart_button {
  padding: 15px 15px !important;
  font-size: 15px !important; }

.landing a.button.add_to_cart_button:hover {
  background: #755675 !important; }

.landing .content span.amount {
  font-size: 24px;
  padding-bottom: 10px;
  display: block;
  color: #3f2a57; }

.landing .content .price-hide span.amount {
  display: none; }

.landing .content .price-hide p.add_to_cart_inline {
  margin-bottom: 0px !important; }

.landing .content .post_content .add_to_cart_button {
  padding: 20px 19px !important;
  margin: 5px 0px !important; }

/*
 * Taxography
 */
.sidebar ul.taxography > li {
  padding-bottom: 0px !important; }

.sidebar ul.taxography {
  list-style-type: square !important;
  margin: 0 16px !important; }

.sidebar .taxography ul.taxography-children > li,
.sidebar .taxography ul.taxography-posts > li {
  margin-bottom: 2px;
  margin-top: 2px; }

.sidebar .taxography ul.taxography-children a.taxography-title {
  opacity: 0.8; }

/*
 * Child thumbs
 */
.child_thumbs {
  margin: 26px 0 26px 26px; }

.child_thumbs ul {
  list-style-type: none; }

.child_thumbs li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }

.child_thumbs li img {
  margin: 0 auto;
  border: 3px solid #3f2a57;
  margin-bottom: 5px; }

.child_thumbs .category_thumb {
  width: 19%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3em;
  padding: 0 3%; }

.child_thumbs .category_thumb a:hover {
  color: #937293; }

.child_thumbs .category_thumb a img:hover {
  border: 3px solid #937293; }

/*
 * Local societies custom icon
 */
.prettyMapList .map:after {
  background: transparent url('images/pipe.png') no-repeat 0 0 !important; }

body .prettyMapList .mapHolder {
  height: 500px; }

body .FullMapPage #SingleMapLocation {
  height: 450px; }

/*
 * Events page
 */
.past_events.post_box {
  padding-bottom: 26px;
  border-top: 1px solid #3f2a57;
  margin-top: 26px;
  padding-top: 26px; }

.past_events .headline_area {
  width: 40%;
  float: left; }

.past_events .post_content {
  width: 55%;
  float: right; }

/*
 * full width video
 */
.post_content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
    /*
   * 16:9
   */
  padding-top: 25px;
  height: 0; }

.post_content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * Homepage
 */
.home_slider {
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
  background: black; }

.home_slider .flex-direction-nav a {
  width: 60px;
  height: 160px;
  margin: -80px 0 0;
  display: block;
  background: url('images/bg_home_nav.png') no-repeat 0 0;
  position: absolute; }

.home_slider .flex-direction-nav a.flex-next {
  margin-right: -30px !important;
  background-position: -60px; }

.home_slider .flex-prev {
  margin-left: -30px !important; }

.home_slider ul.slides {
  overflow: hidden;
  height: 530px; }

.home_slider .flexslider:hover .flex-next {
  opacity: 0.4; }

.home_slider .flexslider:hover .flex-prev {
  opacity: 0.4; }

.home_slider .content_wrap p,
.home_slider .content_wrap li {
  margin-bottom: 5px !important; }

.home_slider .content_wrap a:hover {
  text-decoration: underline; }

.home_slider .content_wrap a {
  text-decoration: none; }

.home .metaslider {
  margin: 0 auto; }

.home_section {
  clear: both;
  margin: 20px 0; }

.home_section a:hover {
  text-decoration: underline; }

.home_divider {
  background: url('images/home-divider.png') bottom center no-repeat;
  height: 28px;
  clear: both;
  margin: 60px 0; }

.home_section_content.left {
  float: left; }

.home_section_content.right {
  float: right; }

.about_chesterton .home_section_content.left {
  width: 33%;
  padding-right: 36%;
  background: url('images/chesteron-photos.png') center right no-repeat; }

.about_chesterton .home_section_content.right {
  border-left: 1px solid #937293;
  padding-left: 26px;
  width: 25%; }

.about_chesterton .home_section_content.right ul {
  list-style-type: none; }

.about_chesterton h1 {
  width: 307px;
  height: 35px;
  background: url('images/about_chesterton.png') no-repeat;
  margin-bottom: 15px;
  color: transparent; }

.the_acs h1 {
  width: 100%;
  height: 35px;
  background: url('images/the_acs.png') center no-repeat;
  margin-bottom: 15px;
  color: transparent; }

.the_acs p {
  text-align: center;
  width: 75%;
  margin: 0 auto; }

.the_acs ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  list-style-type: none; }

.the_acs ul li {
  margin: 3%;
  width: 27%;
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

.the_acs ul li a {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #937293;
  padding-top: 145px;
  display: block; }

.the_acs ul li.membership a {
  background: url('images/membership.png') top center no-repeat; }

.the_acs ul li.conference a {
  background: url('images/conference2015.png') top center no-repeat; }

.the_acs ul li.chapters a {
  background: url('images/map.png') center 13px no-repeat; }

.the_acs ul li.browse_shop a {
  background: url('images/store.png') center 12px no-repeat; }

.the_acs ul li a:hover {
  color: #3f2a57;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  font-weight: bold;
  text-decoration: none; }

.shop_section .home_section_content.left {
  width: 40%; }

.shop_section .home_section_content.left p {
  padding-right: 30%; }

.shop_section .home_section_content.right {
  width: 60%; }

.shop_section h1 {
  height: 76px;
  background: url('images/shop_title.png') no-repeat;
  margin-bottom: 15px;
  color: transparent; }

.shop_section p span {
  color: #a99f82;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-style: italic; }

.shop_section ul.shop_links {
  background: #f4f1f4;
  padding: 17px;
  list-style-type: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.shop_section ul.shop_links li {
  display: inline-block;
  width: 112px;
  margin-left: 5px; }

.browse_shop {
  margin-top: 20px; }

.browse_shop h3 {
  position: relative;
  background: #937293;
  color: white;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 22px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 90px;
  line-height: 20px;
  float: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: 35px; }

.browse_shop h3:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.browse_shop h3:after {
  border-color: transparent;
  border-left-color: #937293;
  border-width: 42px;
  top: 50%;
  margin-top: -42px;
  margin-left: -17px; }

.shop_section ul.products {
  list-style-type: none; }

.shop_section ul.products li {
  float: left;
  width: 25%; }

/*
 * Body items
 */
.clearfix {
  clear: both; }

body {
  font-family: 'PT Serif', serif;
  font-size: 15px; }

h1,
.post_box h1.headline {
  color: #3f2a57; }

p {
  margin-bottom: 1.1em; }

a {
  color: #3f2a57; }

.post_box {
  border-top: none; }

/*
 * No Sidebars template
 */
.no-sidebars .columns > .content {
  width: 100%; }

/*
 * Main Menu
 */
#menu-main-menu ul.sub-menu {
  background: #937293; }

/*
 * Woocommerce
 */
.woocommerce .woocommerce-message {
  margin-top: 70px; }

.woocommerce .post_box.top {
  padding: 36px 26px 0 0px !important; }

.woocommerce .post_box {
  margin: 26px 0 26px 0px; }

.woocommerce #products_container.post_box {
  padding: 0px; }

.template-pa_book-author .archive_content {
  padding-top: 26px;
  border-top: 1px solid #937193; }

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  box-shadow: none !important; }

/*
 * Buttons and forms
 */
a.button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
input[type="submit"] {
  padding: 12px 30px !important;
  border-radius: 3px !important;
  color: white !important;
    /*
   * text color
   */
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important;
    /*
   * drop shadow
   */
  text-decoration: none !important;
  letter-spacing: 1px !important;
  box-shadow: none !important;
  border: none !important;
  background: #937293 !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  font-size: 13px !important; }

a.button.red,
.woocommerce a.button.red {
  border: 1px solid #8c2100 !important;
    /*
   * stroke
   */
  background-image: ();
    /*
   * gradient overlay
   */
  background-image: -moz-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
    /*
   * gradient overlay
   */
  background-image: -o-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
    /*
   * gradient overlay
   */
  background-image: -webkit-linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
    /*
   * gradient overlay
   */
  background-image: linear-gradient(bottom, #7f1d0d 0%, #972d19 100%) !important;
    /*
   * gradient overlay
   */ }


a.button.red:hover,
.woocommerce a.button.red:hover {
  background: #b32b01 !important; }

input[type="text"] {
  background: #f8f7f3;
  border: 1px solid #f1f0ec;
  border-radius: 3px;
  padding: 11px;
  margin-bottom: 5px;
  font-size: 13px; }

.clearfix {
  clear: both; }

/*
 * Header
 */
.home .header {
  margin-bottom: -55px; }

.header {
  min-height: 180px;
  margin-bottom: 0px; }

.menu {
  border: none;
  font-family: 'Lato', sans-serif; }

.menu a {
  background: none;
  border: none; }

.menu a:hover {
  background: none;
  border: none; }

ul#top_nav.menu {
  padding-top: 26px;
  margin-right: -16px;
  margin-left: 134px; }

ul#top_nav.menu li {
  float: right; }

#top_nav a {
  color: #937293;
  background: none;
  text-transform: none;
  letter-spacing: 0px;
  border: none; }

#top_nav a:hover {
  background: none;
  color: #3f2a57;
  border: none; }

.social-links {
  float: right;
  background: url('images/header-socialbg.png') top right no-repeat;
  padding: 19px 58px 20px;
  position: relative;
  z-index: 100000; }

.social-links .social_icon {
  float: left; }

.social-links a {
  display: block;
  height: 21px;
  margin-top: 7px;
  padding: 0 6px; }

.fa {
  font-size: 120%; }

.header .fa {
  color: #937293; }

.header .fa:hover {
  color: #3f2a57; }

.footer .fa {
  color: #8d8362; }

.footer .fa:hover {
  color: #3f2a57; }

#full_width_nav {
  background: #d0c6ac;
  width: 100%;
  clear: both; }

#full_width_nav .container {
  position: relative;
  height: 60px; }

#site_title {
  position: absolute;
  top: -50px;
  left: 0; }

#site_title a {
  width: 135px;
  height: 159px;
  display: block;
  text-indent: -9999px;
  background: url('images/logo.png') center center no-repeat;
  position: relative;
  z-index: 498; }

ul#menu-main-menu {
  float: right;
  width: auto;
  padding-top: 16px; }

/*
 * Main Content
 */
.post_box {
  padding: 0px;
  margin: 26px 0 26px 26px; }

.post_box .post_date,
.post_box .post_author {
  color: #937293;
  font-family: 'Lato', sans-serif; }

.columns > .sidebar {
  margin-top: 26px;
  border-left: 1px solid #937293;
  float: right; }

.lens-half-moon.sd2-dark dl {
  border: none !important; }

.lens-half-moon.sd2-dark .sd2-dot-nav li {
  background-color: #937293 !important; }

.lens-half-moon.sd2-dark .sd2-dot-nav li.accent-color-background {
  background-color: #382353 !important; }

/*
 * Categories
 */
ul.post_box li {
  margin-left: 26px; }

ul.post_box li p {
  margin-bottom: 5px; }

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

.single .headline_area h1,
.page .headline_area h1 {
  margin-bottom: 8px; }

.archive_intro {
  border-color: #937193; }

/*
 * Footer
 */
.footer {
  background: #d0c6ac;
  margin-top: 30px;
  padding: 0px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  color: white;
  text-transform: uppercase; }

.footer .social-links {
  float: left;
  background: url('images/footer-socialbg.png') bottom right no-repeat;
  padding: 64px 137px 69px 140px;
  margin-left: -180px;
  background-size: 100%; }

.footer .social-links .facebook a {
  background: url('images/footer-social.png') 0px 0px;
  width: 15px; }

.footer .social-links .twitter a {
  background: url('images/footer-social.png') -25px 0px;
  width: 15px; }

.footer .social-links .pinterest a {
  background: url('images/footer-social.png') -50px 0px;
  width: 25px; }

.footer .social-links .youtube a {
  background: url('images/footer-social.png') -88px 0px;
  width: 22px; }

.footer .social-links .linkedin a {
  background: url('images/footer-social.png') -122px 0px;
  width: 15px; }

.copyright {
  float: left; }

.footer-buttons {
  float: right; }

.footer-buttons a.button {
  display: inline-block;
  margin-left: 10px !important;
  padding: 12px 50px !important;
  font-size: 15px !important;
  border-radius: 5px !important; }

.copyright,
.footer-buttons {
  margin-top: 25px;
  margin-bottom: 0px; }

.footer p.attribution {
  color: #8d8362;
  text-transform: none; }

.footer p.attribution a {
  color: #8d8362;
  text-decoration: none; }

.footer p.attribution a:hover {
  color: #3f2a57; }

/*
 * Sidebar
 */
.sidebar {
  font-family: 'Lato', sans-serif; }

.sidebar h3 {
  color: #937193;
  font-family: "Lato";
  font-size: 14px !important;
  font-weight: bold;
  text-transform: uppercase;
  font-variant: normal !important;
  line-height: 18px !important; }

.sidebar input[type="button"],
.sidebar input[type="submit"] {
  padding: 10px 20px !important;
  font-size: 11px !important; }

/*
 * Cart styling
 */
.woocommerce-cart .headline_area h1 {
  font-size: 30px; }

.woocommerce-cart table.shop_table.cart,
.woocommerce-page table.shop_table.cart {
  text-align: left !important; }

.woocommerce-cart table.shop_table.cart th,
.woocommerce-checkout table.shop_table th {
  background: #f4f1f4;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #3f2a57; }

.woocommerce-cart table.cart img,
.woocommerce-page table.cart img {
  width: 42px;
  height: auto;
  margin: 0px;
  padding: 0px; }

.woocommerce-cart .quantity {
  margin: none; }

.woocommerce-cart .content input[type="submit"] {
  text-transform: none !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  margin-top: 15px;
  margin-right: 5px; }

.woocommerce-cart table.cart .coupon input[type="submit"] {
  margin-top: 0px;
  margin-right: 0px; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 51% !important;
  margin-left: 5px !important;
  padding: 9px !important;
  margin-bottom: 8px !important; }

.woocommerce-cart table.cart td.actions .coupon label {
  display: block !important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #3f2a57;
  font-weight: bold;
  float: left; }

.woocommerce-cart table.cart td.actions .coupon {
  float: left !important;
  background: #f4f1f4;
  padding: 2%;
  width: 45%; }

.woocommerce-cart .post_box h2 {
  font-size: 21px;
  text-align: left;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #3f2a57; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 1px solid #f4f1f4;
  font-family: 'Lato', sans-serif;
  font-size: 14px; }

.woocommerce-cart .cart-collaterals .cart_totals th {
  padding: 6px 16px !important;
  background: #f4f1f4; }

.woocommerce-cart .cart_totals table th {
  text-align: left;
  color: #3f2a57;
  font-weight: bold; }

.woocommerce-cart ul#shipping_method {
  text-align: left; }

.woocommerce-cart ul#shipping_method label span {
  float: right; }

.woocommerce-cart .cart-collaterals .cross-sells ul.products li {
  width: 26% !important; }

.woocommerce-cart ul.products > li.product a img {
  height: 140px !important;
  overflow: hidden !important;
  max-width: 100% !important; }

.woocommerce-checkout #payment ul.payment_methods li img {
  display: none !important; }

.woocommerce-checkout form .form-row textarea {
  padding: 10px;
  font-size: 14px;
  height: 12em !important; }

.woocommerce .checkout h3 {
  font-size: 21px;
  text-align: left;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #3f2a57; }

.woocommerce .checkout #shiptobilling,
.woocommerce-page .checkout #shiptobilling {
  margin-top: 0px !important;
  font-family: 'Lato', sans-serif; }

.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label {
  font-size: 12px !important; }

/*
 * Product pages
 */
.woocommerce.shop_home .products_main_loop > ul.products > li.product {
  margin-left: 0px; }

.shop_home ul.products li.product h3 {
  text-align: center !important; }

.shop_home .content {
  margin-top: 56px; }

.shop_home h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-top: 40px; }

.shop_home h2 span {
  letter-spacing: 0px;
  font-size: 15px;
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 5px;
  font-style: italic;
  text-transform: none; }

.shop_home h2 span a {
  color: #937193; }

.shop_home .metaslider {
  margin-bottom: 70px; }

.shop_home .flex-prev {
  display: none; }

.woocommerce .post_box {
  padding: 56px 26px 0 26px; }

.woocommerce .columns > .sidebar {
  margin-top: 56px;
  padding: 0px 26px 0px 0px; }

.woocommerce .columns > .sidebar {
  float: left;
  border-left: none; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin-top: -40px !important;
  margin-left: -152px !important;
  font-family: 'Lato', sans-serif;
  font-size: 12px !important;
  position: relative;
  z-index: 497; }

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #937293 !important;
  margin: 0 5px !important; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  text-decoration: underline; }

.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
  font-size: 29px;
  line-height: 33px;
  color: #3f2a57 !important;
  font-weight: normal; }

.template-single-product .amount {
  font-size: 26px; }

.woocommerce .sidebar .woocommerce img {
  float: left;
  margin-right: 10px;
  box-shadow: none;
  float: left;
  margin-left: 0px;
  width: 50px; }

.woocommerce p.members_discount {
  color: #a99f82;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 20px; }

.woocommerce p.price {
  margin-bottom: 5px; }

.woocommerce .sharedaddy {
  margin-top: 2em; }

.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-top: 1.3em; }

.woocommerce .entry-summary a {
  text-decoration: underline; }

.woocommerce .entry-summary a:hover {
  text-decoration: none;
  color: #937293; }

.woocommerce div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 17px !important;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #8b2614 !important; }

.woocommerce .product_meta {
  font-size: 13px !important;
  line-height: 17px;
  color: #3f2a57 !important;
  font-family: 'Lato', sans-serif; }

.woocommerce .product_meta a {
  color: #937293 !important;
  text-decoration: none; }

.woocommerce .product_meta a:hover {
  text-decoration: underline; }

.woocommerce .summary .product_meta > span {
  margin-bottom: 4px; }

.woocommerce span.sku_wrapper {
  display: none !important; }

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  height: 35px !important; }

.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce-page #content .quantity .plus {
  height: 19px !important; }

.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
  height: 18px !important; }

.woocommerce div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  margin: 0 10px 0 0 !important; }

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  border: 0px;
  box-shadow: none !important; }

.woocommerce .thumbnails img {
  border: none !important; }

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 40% !important; }

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 55% !important; }

.woocommerce .widget .product-categories li {
  margin-bottom: 3px !important; }

.screen-reader-text {
  display: none; }

.related.products {
  background: #f8f7f3;
  margin-top: 60px; }

.woocommerce div.related.products > ul.products > li.product img {
  max-width: 100% !important;
  height: 150px !important;
  overflow: hidden !important; }

.product.post_box .related h2 {
  background: #937293;
  padding: 8px 3%;
  font-size: 16px !important;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: white !important;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  letter-spacing: 1px; }

.product.post_box h2 {
  margin-bottom: 0.6em !important;
  font-size: 20px !important;
  font-family: 'Lato', sans-serif;
  color: #3f2a57 !important;
  margin-top: 10px; }

.woocommerce div.related.products > ul.products > li.product img {
  float: left; }

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-size: 15px !important;
  text-align: left;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
  color: #3f2a57;
  padding-bottom: 0px !important;
  clear: both; }

.woocommerce .related ul.products,
.woocommerce .related ul,
.woocommerce .upsells.products ul.products,
.woocommerce .upsells.products ul,
.woocommerce-page .related ul.products,
.woocommerce-page .related ul,
.woocommerce-page .upsells.products ul.products,
.woocommerce-page .upsells.products ul {
  padding: 0 3% !important; }

.woocommerce ul.products li a.button {
  display: none; }

.woocommerce ul.products li .amount {
  font-size: 15px !important;
  font-family: 'Lato', sans-serif; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 13px !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #937293; }

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: #f8f7f3 !important;
  color: #937293 !important;
  text-shadow: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #937293 !important;
  color: white !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  margin: 0 19px 0 -16px !important;
  padding: 0 2em !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  color: #937293 !important;
  text-shadow: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: white !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  border-bottom-right-radius: 0px !important;
  border: none !important;
  box-shadow: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  box-shadow: none !important;
  border-bottom-left-radius: 0px !important; }

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  text-align: left; }

.woocommerce .summary div[itemprop="offers"] {
  margin: 0.4em auto 1em; }

.woocommerce .stock {
  margin-bottom: 9px; }

.woocommerce .products_main_loop > ul.products > li.product img {
  height: 190px !important;
  box-shadow: none !important; }

.template-product_cat.woocommerce ul.products li.product .price,
.template-product_cat.woocommerce ul.products li.product .price {
  text-align: center !important; }

.template-product_cat.woocommerce ul.products li.product h3,
.template-product_cat.woocommerce-page ul.products li.product h3 {
  text-align: center !important; }

.entry-content p {
  margin-bottom: 1em; }

/*
 * CSS animation
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes bounce {
     {
    -webkit-transform: translateY(0); }


     {
    -webkit-transform: translateY(-30px); }


     {
    -webkit-transform: translateY(-15px); }
 }
@-moz-keyframes bounce {
     {
    -moz-transform: translateY(0); }


     {
    -moz-transform: translateY(-30px); }


     {
    -moz-transform: translateY(-15px); }
 }
@-o-keyframes bounce {
     {
    -o-transform: translateY(0); }


     {
    -o-transform: translateY(-30px); }


     {
    -o-transform: translateY(-15px); }
 }
@keyframes bounce {
     {
    transform: translateY(0); }


     {
    transform: translateY(-30px); }


     {
    transform: translateY(-15px); }
 }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

/*
 * Structure & Responsive
 */
.container:after,
.footer:after {
  display: table;
  clear: both;
  content: ''; }

.mobile_margin {
  height: 50px;
  background: #d0c6ac; }

@media all and (min-width: 898px) {
  .woocommerce .columns > .content {
    width: 617px; }

  ul#menu-main-menu.menu a {
    margin-left: 0.2em;
    font-weight: bold;
    color: #3f2a57;
    border-radius: 5px;
    padding: 0.9em 1.1em; }

  ul#menu-main-menu.menu li:hover a {
    background: #3f2a57;
    color: white; }

  ul#menu-main-menu.menu li {
    display: block; }

  #menu-main-menu ul.sub-menu {
    background: #3f2a57;
    left: 2px;
    margin-top: -6px;
    border-radius: 6px;
    border-top-left-radius: 0;
    padding: 6px 0; }

  #menu-main-menu .sub-menu a {
    border-left-width: 0px;
    padding: 0.8em 1.1em !important;
    border-radius: 0px !important;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: normal !important;
    margin-left: 0px !important; }

  #menu-main-menu .sub-menu a:hover {
    background: #937293 !important; }

  .woocommerce .columns > .content {
    float: right;
    width: 624px; }

  .woocommerce .columns > .sidebar {
    border-right: 0; } }

@media all and (max-width: 1024px) {
  .header {
    min-height: 165px; } }

@media all and (max-width: 897px) {
  div#festi-cart-pop-up-content {
    width: 100%;
    max-width: 100% !important;
    left: 0 !important;
    top: 0 !important; }

  div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
    width: 100%;
    max-width: calc(100% - 10px);
    border: 0 !important;
    border-radius: 0 !important; }

  .landing #site_title {
    left: 0px;
    margin-left: 0px; }

  .landing #header {
    background: #3f2a57;
    min-height: 45px;
    margin-bottom: 15px; }

  .landing .post_box {
    margin: 26px 0px;
    padding: 0px 13px; }

  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-page .woocommerce-breadcrumb {
    margin-top: 60px !important;
    margin-left: -20px !important; }

  .woocommerce .post_box {
    margin: 0px !important; }

  #top_nav {
    display: block;
    clear: none;
    width: auto; }

  #top_nav li {
    float: right;
    width: auto; }

  .social-links {
    margin-right: -58px;
    background-position: -110px 0; }

  .menu_control {
    width: 70%;
    float: right;
    margin-left: 10px;
    position: relative;
    top: 10px; }

  ul#menu-main-menu.menu {
    width: 70%; }

  ul#menu-main-menu.menu,
  ul#menu-main-menu.menu a {
    background: white; }

  ul#menu-main-menu.menu a:hover,
  ul#menu-main-menu.menu a:active {
    background: #3f2a57;
    color: white; }

  .home_slider .flex-direction-nav a.flex-next {
    margin-right: 0 !important; }

  .home_slider .flex-prev {
    margin-left: 0 !important; }

  .container .home_section .home_section_content:after {
    display: table;
    clear: both;
    content: ''; }

  .about_chesterton .home_section_content.left {
    background-position: center top;
    padding-top: 265px;
    padding-right: 0;
    width: 69%; }

  .container .home_section_content h1 {
    background-size: 100% auto;
    max-width: 100%; }

  .columns > .sidebar {
    border: none; }

  .columns > .sidebar .widget {
    width: 46%;
    float: left;
    padding-left: 2%;
    padding-right: 2%; }

  .footer {
    padding-bottom: 16px; }

  .copyright {
    float: right; }

  .footer-buttons {
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    display: block;
    text-align: center;
    padding-top: 16px; }

  .footer .social-links {
    background-position: left top;
    position: relative;
    left: 72px; }

  .footer-buttons a.button {
    margin-bottom: 16px; }

  #site_title {
    left: 50%;
    margin-left: -67px; }

  #header {
    background: #d0c6ac; }

  .social-links {
    margin-right: 0;
    padding-right: 5px;
    background: transparent; }

  .footer {
    text-align: center; }

  .footer .container {
    padding: 0px; }

  .footer .social-links,
  .copyright {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .footer .social-links {
    left: 0;
    padding: 16px 0;
    text-align: center;
    background: #dfd8c4;
    border: 0;
    box-shadow: none; }

  .footer .social-links .social_icon {
    float: none;
    display: inline-block;
    font-size: 1.5em; }

  .header {
    min-height: 100px; } }

@media all and (max-width: 595px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; }

  #header {
    padding-left: 0;
    padding-right: 0; }

  ul#top_nav.menu {
    padding-top: 19px; }

  ul#top_nav.menu li {
    display: inline;
    float: none;
    word-wrap: none;
    word-break: none;
    white-space: nowrap; }

  ul#top_nav.menu li a {
    padding: 5px;
    display: inline; }

  .social-links {
    margin-right: 0;
    padding-right: 5px;
    background: transparent; }

  .footer {
    text-align: center; }

  .footer .social-links,
  .copyright {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .footer .social-links {
    left: 0;
    padding: 16px 0;
    text-align: center;
    background: #dfd8c4;
    border: 0;
    box-shadow: none; }

  .footer .social-links .social_icon {
    float: none;
    display: inline-block;
    font-size: 1.5em; } }

@media all and (max-width: 530px) {
  .mob_hide {
    display: none; }

  .home_slider .button {
    white-space: nowrap;
    word-break: none;
    word-wrap: none;
    margin-top: 30px !important;
    display: block;
    float: left; }

  .container .home_section .home_section_content {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin-bottom: 26px;
    text-align: center; }

  .container .home_section_content h1 {
    background-position: center top;
    margin-left: auto;
    margin-right: auto; }

  .container .shop_section h1 {
    background-size: auto; }

  .container .home_section_content.sidebar {
    text-align: center; }

  .shop_section .home_section_content.left p {
    padding-right: 0; } }

@media all and (max-width: 450px) {
  .social-links {
    padding: 5px; }

  .menu_control {
    width: 50%; }

  ul#menu-main-menu.menu {
    width: 50%; }

  .the_acs p,
  .the_acs ul {
    width: 100%; }

  .columns > .sidebar .widget {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0; } }