/*
 * ---:[ 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; }

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: "Times New Roman", Times, Georgia, serif;
  font-size: 16px;
  line-height: 26px;
  color: grey;
  background-color: white;
  padding-top: 26px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 687px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: white; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 200px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  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: white; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: grey;
    background-color: white;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: white; }
  .menu a:hover {
    background-color: white; }
  .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: white;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 182px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 182px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: white; }
  .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: grey;
  background-color: white;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: white;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: white; }

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

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: grey; }
  #site_title a {
    color: grey; }
    #site_title a:hover {
      color: #dd0000; }
  #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: 26px;
    line-height: 40px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: grey;
    margin: 0; }
    .grt .headline a {
      color: grey; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    font-size: 20px;
    line-height: 32px;
    color: grey; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    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 white; }
    .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: white;
    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: white;
    border: 1px solid white; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted white; }
  .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: 63px;
    height: 63px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: white;
    padding: 16px;
    border: 1px solid white; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .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 white; }
    .grt .author_description .avatar {
      width: 81px;
      height: 81px;
      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 white; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid white; }
    .byline a:hover {
      color: grey; }
  .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: white; }

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

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

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

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

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  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: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

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

.comment {
  padding: 26px;
  border-bottom: 1px dotted white; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 54px;
    height: 54px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    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: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    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 white;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

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

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: white; }
  .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: grey;
    background-color: white;
    padding: 6px;
    border: 1px solid white;
    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: white; }

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

/*
 * ---:[ 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 white; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: white;
    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: grey;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted white;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

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

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 29px;
    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: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double white; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: grey; }

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

.full_page .columns > .content {
  width: 887px;
  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: 26px;
      line-height: 40px;
      padding: 0 26px 26px;
      border-bottom: 1px solid white;
      margin-right: -26px;
      margin-left: -26px;
      margin-bottom: 26px; }
    .woocommerce .product_title {
      font-size: 26px;
      line-height: 40px;
      margin-bottom: 16px; }
    .woocommerce .content .woocommerce-result-count {
      font-size: 13px;
      line-height: 22px;
      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: #dd0000;
          margin-top: -4px; }
      .woocommerce div.product.grt .product_meta {
        font-size: 13px;
        line-height: 22px;
        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 white; }
  .woocommerce .grt .button:hover,
  .woocommerce .grt #respond input#submit:hover,
  .woocommerce .grt .button:active,
  .woocommerce .grt #respond input#submit:active {
    background-color: white;
    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 white; }
  .grt .woocommerce .button:hover,
  .grt .woocommerce .button:active {
    background-color: white;
    transition: background-color 0.3s; }
        .grt .woocommerce .button.alt {
          font-size: 20px;
          background-color: #dd0000;
          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 white; }
  .woocommerce.woocommerce-page a.button:hover,
  .woocommerce.woocommerce-page a.button:active {
    background-color: white;
    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: 886px) {
  body {
    padding-top: 0; }

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

  .header {
    border-top: 1px solid white; }
    .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 white; }

  .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 white;
      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: white; }
    .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: 686px) {
  .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; } }

/*
 * Begin meanMenu Responsive Menu Shared Styles
 */
/*
 * ** Super Fish ESSENTIAL STYLES **
 */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*
 * Rick's Mod below
 */
.mean-container .sf-menu ul {
  position: static; }

/*
 * ** arrows (for all except IE7) *
 */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
    /*
   * no CSS arrows for IE7 (lack pseudo-elements)
   */ }

/*
 * styling for both css and generated arrows
 */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
    /*
   * order of following 3 rules important for fallbacks to work
   */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
    /*
   * edit this to suit design (no rgba in IE8)
   */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
    /*
   * IE8 fallback colour
   */ }

/*
 * styling for right-facing arrows
 */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
    /*
   * edit this to suit design (no rgba in IE8)
   */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*
 * To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
 */
/*
 * hide the link until viewport size is reached
 */
a.meanmenu-reveal {
  display: none; }

/*
 * when under viewport size, .mean-container is added to body
 */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999; }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

.mean-container a.meanmenu-reveal span {
  display: block;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 33px; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  position: static; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
    /*
   * color: #fff;
   */
  border-bottom: 1px solid #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(100);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 26px;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-container .sf-arrows .sf-with-ul:after {
  border: 0px; }

/*
 * Fix for box sizing on Foundation Framework etc.
 */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }

/*
 * End  meanMenu Responsive Menu Shared Styles
 */
/*
 * Begin meanMenu Responsive Menu Instance Styles
 */
.sf-menu ul {
  min-width: 12em;
    /*
   * allow long menu items to determine submenu width
   */
  *width: 12em;
    /*
   * no auto sub width for IE7, see white-space comment below
   */ }

.responsive-menu {
  background: #888888; }

.responsive-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.sf-menu a {
  text-decoration: none;
  zoom: 1;
    /*
   * IE7
   */
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

.sf-menu .sub-menu a {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }

.sf-menu a,
.sf-menu .current ul a,
.sf-menu .current-cat ul a,
.sf-menu .current-menu-item ul a {
  color: white;
  background: #888888; }

.sf-menu a:hover,
.sf-menu .current ul a:hover,
.sf-menu .current-cat ul a:hover,
.sf-menu .current-parent a:hover,
.sf-menu .current-menu-item ul a:hover,
.sf-menu .current-menu-ancestor a:hover {
  text-decoration: none;
  color: white;
  background: #666666; }

.sf-menu .current a,
.sf-menu .current a:hover,
.sf-menu .current-cat a,
.sf-menu .current-cat a:hover,
.sf-menu .current-menu-item a,
.sf-menu .current-menu-item a:hover {
  color: white;
  background: #888888; }

.sf-menu li {
  background: #888888;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #666666;
    /*
   * only transition out, not in
   */
  -webkit-transition: none;
  transition: none; }

.mean-container .mean-bar {
  background: #0c1923; }

.mean-container a.meanmenu-reveal {
  color: white; }

.mean-container a.meanmenu-reveal span {
  background: white; }

.mean-container .mean-nav {
  background: #0c1923; }

/*
 * ---:[ custom CSS ]:---
 */
@media all and (max-width: 684px) {
  #bio_pic_div {
    width: 100%;
    height: auto; } }

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

  .menu#menu-site-menu  a {
    font-size: 12px;
    line-height: 1.5em; }

  .columns > .sidebar {
    width: 100% !important;
    float: left !important;
    padding: 25px 0px 0px;
    border-top: 0px; }

  .grt .headline {
    line-height: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px !important;
    font-size: 12px;
    letter-spacing: 0px !important;
    word-spacing: 0px !important; }

  .sidebar #menu_area1 {
    float: left;
    clear: both; } }

@media all and (max-width: 720px) {
  .columns > .sidebar {
    padding-left: 15px !important; } }

@media all and (min-width:887px) {
  .menu_link {
    display: none; }

  .menu#menu-site-menu {
    display: none !important; } }

ul#reduce_space.menu {
  margin-bottom: 7px; }

.tumblr_post {
  max-width: 250px; }

.biography p {
  font-size: 15px;
  line-height: 1.2em;
  color: grey;
  letter-spacing: 0.03em;
  word-spacing: 0px; }

.biography .post_box .wp-caption p {
  font-size: 14px;
  line-height: 15px;
  padding-left: 5px; }

.biography .post_box .wp-caption {
  border: 0px solid #dddddd !important;
  background-color: #eeeeee;
  padding: 0px; }

.biography .post_box .wp-caption img {
  margin-bottom: 10px; }

.biography img {
  border: 5px solid white; }

.biography .post_box .alignleft {
  margin: 9px 9px 10px 0px !important; }

.biography h5 {
  font-weight: normal;
  font-size: 15px;
  padding-top: 25px; }

.ngg-gallery-thumbnail img {
  width: 100%; }

#am_logo_box {
  height: auto !important;
  padding-left: 15px;
  max-width: 440px !important; }

#am_logo img {
  height: auto;
  width: 440px;
  border: none !important; }

.menu_control {
  font-size: 24px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  border-width: 0px;
  border-style: solid;
  background-color: #eeeeee;
  padding: 0px;
  clear: both;
  word-spacing: 0px;
  text-align: center; }

a.tumblr_link {
  color: #ededed; }

.fa-share-square:before {
  content: \"\"; }

#shDisplay img {
  width: auto !important;
  height: 800px; }

.instagram-image img {
  width: 150px;
  height: 150px !important;
  background-color: #dddddd !important; }

.instagram-image {
  padding: 0px !important;
  background-color: #dddddd !important;
  float: left;
  margin-right: 0px;
  margin-top: 5px; }

.tumblr_post img {
  width: 150px;
  height: 150px !important;
  background-color: #dddddd !important;
  margin-top: 5px; }

.sidebar .widget_title {
  font-size: 15px !important;
  line-height: 15px !important;
  font-style: italic;
  font-variant: normal !important;
  letter-spacing: 0px !important;
  color: grey;
  margin-bottom: 5px !important;
  word-spacing: 0px !important; }

.menu {
  border-width: 0px 0px 0px 0px; }

a {
  color: black; }

.grey.menu-item a {
  color: grey !important;
  text-transform: none;
  font-size: 12px; }

p {
  font-size: 14px;
  line-height: 1.1em;
  color: grey;
  letter-spacing: 0px;
  word-spacing: 0px; }

.dark {
  color: black; }

h3 {
  font-size: 15px; }

.columns > .content {
  float: left;
  border-width: 0px 0px 0px 0px;
  border-style: none;
  border-color: #dddddd; }

.sidebar .widget_title {
  font-size: 15px;
  line-height: 13px;
  font-style: normal;
  font-variant: normal !important;
  letter-spacing: -1px;
  color: #3d3a3b;
  margin-bottom: 0px; }

.post_box h3 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: -15px;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #1a1617; }

.grt p,
.headli3d3a3bne_area {
  margin-bottom: 0px; }

.header {
  border-bottom: 0px double #dddddd;
  padding: 0px; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: 2px;
  clear: left; }

.menu a {
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: grey;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  background-color: #ededed;
  padding: 0px 0px;
  clear: both;
  word-spacing: 0px; }

.menu a:hover {
  background-color: #ededed; }

#green {
  color: #1c702d;
  font-style: italic;
  font-size: 8px; }

.menu1 {
  text-transform: normal; }

.menu .current-menu-item > a {
  border-bottom-color: #ededed;
  background-color: #ededed;
  cursor: text; }

.columns > .sidebar {
  width: 200px;
  float: right;
  padding: 25px 0px 0px 0px; }

.grt p,
.headline_area {
  margin-bottom: -20px; }

.grt p {
  margin-bottom: 10px; }

body {
  background-color: #ededed; }

#menu_area2 {
  clear: both; }

h3 {
  font-weight: lighter;
  font-size: 15px !important;
  word-spacing: 0px !important; }

.grt .headline {
  font-size: 12px;
  line-height: 36px;
  margin: 0px;
  padding-bottom: 5px;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: grey; }

.menu .test_menu  a {
  text-transform: none;
  color: black !important;
  font-size: 14px; }

.menu .sub-menu .test_menu  a {
  color: grey !important;
  font-size: 14px; }

.hume-sweet-hume #ngg-image-5 img {
  height: 379px !important; }

.artisans-2 img {
  height: 390px; }

.monks img {
  height: 375px; }

.lavender img {
  height: 399px; }

#ngg-image-1294 img {
  height: 450px; }

#ngg-image-1311 img {
  width: 300px;
  height: 399px; }

#ngg-image-1317 img {
  height: 399px; }

#ngg-image-1312 img {
  height: 399px; }

#ngg-image-1320 img {
  height: 399px; }

#ngg-image-1374 img {
  height: 400px; }

#ngg-image-1483 img {
  width: 600px;
  height: 798px !important; }

#ngg-image-1476 img {
  height: 399px; }

#ngg-image-1481 img {
  height: 399px; }

#ngg-image-1479 img {
  height: 399px; }

#ngg-image-2151 {
  height: 380px; }

.page-id-432 .grt .headline {
  font-size: 11px; }

.feedOneJSN {
  padding: 4px 0px 0px 0px !important; }

.widget {
  margin-bottom: 10px !important; }

.iphone img {
  text-align: left;
  display: inline; }

.iphone h3 {
  vertical-align: center; }

.iphone p {
  margin-bottom: 0px; }