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

html {
  word-break: break-word;
  -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;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  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;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

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

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 29px;
  color: #111111;
  background-color: white;
  padding-top: 29px; }

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

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

/*
 * ---:[ 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: #dddddd; }
  .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: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .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: #dddddd;
    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: #dddddd; }
  .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: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

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

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

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 29px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 51px; }
  .grt h1 {
    margin-bottom: 29px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 47px;
    margin-bottom: 18px; }
  .grt h3 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 7px; }
  .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: 18px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 38px;
      padding-left: 0;
      border: 0;
      margin-bottom: 18px; }
  .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: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 18px 18px 18px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 18px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 25px;
    padding-top: 29px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 29px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 34px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 76px;
    height: 76px;
    float: right;
    clear: both;
    margin-left: 18px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 25px; }
  .grt .caption {
    margin-top: -18px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 18px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 25px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 18px; }
  .grt .drop_cap {
    font-size: 58px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 29px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 87px;
      height: 87px;
      float: left;
      margin-right: 18px;
      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: 29px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 29px;
    margin-left: 29px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 29px;
    margin-right: 29px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 29px; }
  .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: 29px 29px 0 29px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .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: 11px; }
    .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: 29px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

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

.bracket {
  font-size: 29px;
  color: #dddddd; }

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

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 18px 29px; }
  .prev_next .next_posts {
    float: right; }

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

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

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

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

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

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

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 29px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 29px; }
  .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: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 29px;
  border-style: dotted;
  border-color: #dddddd; }
  .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: -58px 0 58px 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: 7px;
    border: 1px solid #dddddd;
    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: 7px;
  border: 1px solid #dddddd;
  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: 11px;
  border: 3px double #dddddd; }
  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 29px;
  margin: 58px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 18px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 34px;
    color: #111111;
    padding: 0 29px 18px 29px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -29px;
    margin-left: -29px; }
  #commentform p {
    margin-bottom: 18px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 25px;
    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: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  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: 25px;
  color: #888888;
  text-align: right;
  padding: 18px 29px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

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

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

/*
 * ---:[ 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: 1199px) {
  body {
    padding-top: 0; }

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

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

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 29px;
    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: 29px;
      border-top: 1px solid #dddddd;
      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 29px;
      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: 919px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

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

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

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

  .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: 29px; }

  .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: 18px;
    margin-left: 18px; }

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

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ Custom CSS ]:---
 */
@font-face {
  font-family: 'kreonregular';
  src: url('/_fonts/kreon-regular-webfont.eot');
  src: url('/_fonts/kreon-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/kreon-regular-webfont.woff2') format('woff2'), url('/_fonts/kreon-regular-webfont.woff') format('woff'), url('/_fonts/kreon-regular-webfont.ttf') format('truetype'), url('/_fonts/kreon-regular-webfont.svg#kreonregular') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'kreonbold';
  src: url('/_fonts/kreon-bold-webfont.eot');
  src: url('/_fonts/kreon-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/kreon-bold-webfont.woff2') format('woff2'), url('/_fonts/kreon-bold-webfont.woff') format('woff'), url('/_fonts/kreon-bold-webfont.ttf') format('truetype'), url('/_fonts/kreon-bold-webfont.svg#kreonbold') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rokkittregular';
  src: url('/_fonts/rokkitt-regular-webfont.eot');
  src: url('/_fonts/rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/rokkitt-regular-webfont.woff') format('woff'), url('/_fonts/rokkitt-regular-webfont.ttf') format('truetype'), url('/_fonts/rokkitt-regular-webfont.svg#rokkittregular') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rokkittbold';
  src: url('/_fonts/rokkitt-bold-webfont.eot');
  src: url('/_fonts/rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/rokkitt-bold-webfont.woff') format('woff'), url('/_fonts/rokkitt-bold-webfont.ttf') format('truetype'), url('/_fonts/rokkitt-bold-webfont.svg#rokkittbold') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bookerlybold';
  src: url('/_fonts/bookerly-bold-webfont.eot');
  src: url('/_fonts/bookerly-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/bookerly-bold-webfont.woff2') format('woff2'), url('/_fonts/bookerly-bold-webfont.woff') format('woff'), url('/_fonts/bookerly-bold-webfont.ttf') format('truetype'), url('/_fonts/bookerly-bold-webfont.svg#bookerlybold') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bookerlyregular';
  src: url('/_fonts/bookerly-regular-webfont.eot');
  src: url('/_fonts/bookerly-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/bookerly-regular-webfont.woff2') format('woff2'), url('/_fonts/bookerly-regular-webfont.woff') format('woff'), url('/_fonts/bookerly-regular-webfont.ttf') format('truetype'), url('/_fonts/bookerly-regular-webfont.svg#bookerlyregular') format('svg');
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #b32026;
  margin: 0px auto 20px;
  font-family: 'bookerlyregular';
  font-size: 16px;
  color: black;
  padding: 0; }

body.wash {
  background-color: #f3cb31; }

p b,
p strong,
.post_box ul strong,
.post_box ul b {
  font-family: 'bookerlybold';
  font-weight: normal; }

a,
p a {
  color: #576db1;
  font-family: 'bookerlybold';
  font-weight: normal;
  text-decoration: none; }

a:hover,
p a:hover {
  color: #b32026;
  font-family: 'bookerlybold';
  font-weight: normal; }

h1,
h2 {
  font-family: 'kreonregular';
  font-size: 34px;
  font-weight: normal;
  color: #b32026; }

h3,
h4 {
  font-family: 'kreonregular';
  font-weight: normal;
  margin: 10px 0 8px; }

h3 {
  font-size: 28px;
  color: #576db1;
    /*
   * #1b9bac;
   */ }

h4 {
  font-size: 24px;
  border-bottom: 2px solid #349752;
  color: #349752;
  padding-bottom: 3px; }

h5 {
  font-family: 'kreonregular';
  font-size: 22px;
  font-weight: normal;
  margin: 10px 0 8px; }

h6 {
  font-family: 'kreonregular';
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 8px; }

.header_fullwidth {
  background: url('images/bkg_header18_home.png') repeat-x;
  height: 136px; }

.southB .header_fullwidth {
  background: url('images/bkg_header18r2.png') repeat-x;
  height: 175px; }

.wash .header_fullwidth {
  background: url('images/bkg_header18Yr2.png') repeat-x;
  height: 175px; }

#header {
  background: transparent url('images/logo_home.png') no-repeat center top;
  border: none;
  height: 94px;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0; }

.wash #header {
  background: transparent url('images/logo_wash.png') no-repeat center top;
  height: 133px; }

.southB #header {
  background: transparent url('images/logo_southB.png') no-repeat center top;
  height: 133px; }

.header_homeDEF {
  width: 100%;
  height: 100%; }

.header_homeDEF img {
  width: 100%;
  height: 100%; }

#thesis_header_image {
  display: none;
  margin: 0 auto;
  padding-top: 0; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  clear: right;
  z-index: 50;
  list-style: none;
  border: none;
  text-align: center;
  padding-top: 8px;
  margin: 0 auto; }

.menu li {
  position: relative;
  float: none;
  display: inline-block;
  margin-bottom: -1px; }

.menu a,
.menu_control {
  float: none;
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: 'rokkittregular';
  font-size: 24px;
  color: white;
  border: none;
  background-color: transparent;
  padding: 5px 8px; }

.menu a:hover {
  background-color: transparent;
  color: #60b9c5;
    /*
   * teal blue
   */ }

.menu_control {
  display: none;
  background-color: transparent; }

.menu_control:hover {
  background-color: transparent !important; }

.menu .current-menu-item > a {
  background-color: transparent;
  color: #b9ca4f;
    /*
   * lime green
   */ }

.menu .current-page-ancestor > a {
  color: #b9ca4f;
    /*
   * lime green
   */ }

.menu .sub-menu {
  display: none;
  background-color: black;
  position: absolute;
  z-index: 110;
  left: -1px;
  list-style: none;
  border: none;
  margin-top: -1px;
  width: 250px; }
  .menu .sub-menu li {
    width: 100%;
    clear: both;
    display: block; }
  .menu .sub-menu a {
    border-left-width: 0;
    color: white;
    padding: 8px 8px; }
  .menu .sub-menu .current-menu-item > a {
    border-bottom-color: transparent; }

.container_fullWidth {
  background-color: white; }

.columns {
  background-color: white; }

.columns > .content {
  border: none; }

.post_box {
  padding: 10px 12px 0px; }

.grt {
  line-height: 24px; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.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,
.headline_area {
  margin-bottom: 20px; }

.front .headline_area,
.template-page .headline_area,
.template-custom .headline_area,
.template-fourohfour .headline_area {
  position: absolute;
  left: -2000px;
  top: -2000px; }

.grt h2,
.grt .headline,
.grt .headline a,
.headline,
.headline a {
  font-size: 34px;
  line-height: 38px;
  margin: 10px 0 13px 0;
  color: #b32026;
  font-family: 'kreonregular'; }

.grt h3 {
  font-weight: normal;
  font-size: 28px;
  width: auto;
  color: #576db1;
    /*
   * #1b9bac;
   */
  line-height: 30px;
  font-family: 'kreonregular'; }

.grt h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 3px; }

.grt .left,
.grt .alignleft,
.grt .ad_left,
.grt .right,
.grt .alignright,
.grt .ad_right {
  margin-bottom: 20px;
  margin-right: 20px; }

/*
 * .grt ul {
 * list-style: none;
 * }
 */
.post_box blockquote,
.post_box blockquote.green,
.post_box blockquote.blue,
.post_box blockquote.yellow,
.post_box blockquote.dotted {
  margin-left: 50px;
  margin-right: 50px;
  color: black;
  padding: 8px 12px;
  text-align: justify; }

.post_box blockquote.green {
  background-color: #becb6c;
  border: none; }

.post_box blockquote.blue {
  background-color: #75bec6;
  border: none; }

.post_box blockquote.yellow {
  background-color: #f7d44b;
  border: none; }

.photo-contests .post_box blockquote.blue {
  overflow: hidden; }

.post_box blockquote.dotted {
  background-color: white;
  border: 2px dotted black; }

.post_box blockquote p {
  margin-bottom: 0;
  line-height: 1.3em;
    /*
   * font-size: 16px;
   * font-weight: bold;
   */ }

.post_box blockquote.dotted p {
  line-height: 1.7em;
  font-size: 1em; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin: 0 auto 10px; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid black;
  background-color: white;
  padding: 10px 5px 0; }

.post_box .wp-caption p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  text-align: center; }

.columns > .sidebar {
  font-size: 16px;
  line-height: 18px;
  padding: 20px 12px 0; }

.sidebar .widget_title {
  font-size: 20px;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 22px;
  margin: 10px 0 6px;
  color: #b32026;
  font-family: 'kreonbold'; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 3px; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 20px; }

.widget ul li a {
  font-weight: normal; }

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

.sidebar a {
  color: black;
  text-decoration: none; }

.sidebar a:hover {
  color: #229051;
  text-decoration: none; }

.widget,
#meta.widget ul {
  margin-bottom: 0 !important; }

#meta img {
  display: inline-block; }

.sm_IconBox {
  width: auto;
  max-width: 475px;
  margin: 0px auto !important;
  padding: 20px 0;
  text-align: center;
  height: 38px; }

a.sm_IconA {
  display: inline-block; }

.sm_IconA {
  display: block;
  width: 60px;
  height: 39px; }

.sm_IconA:nth-child(1) {
  background: url('https://vonthunfarms.com/images/icon_facebook.png') no-repeat; }

.sm_IconA:nth-child(1):hover {
  background: url('https://vonthunfarms.com/images/icon_facebookH.png') no-repeat; }

.sm_IconA:nth-child(2) {
  background: url('https://vonthunfarms.com/images/icon_pinterest.png') no-repeat; }

.sm_IconA:nth-child(2):hover {
  background: url('https://vonthunfarms.com/images/icon_pinterestH.png') no-repeat; }

.sm_IconA:nth-child(3) {
  background: url('https://vonthunfarms.com/images/icon_instagram.png') no-repeat; }

.sm_IconA:nth-child(3):hover {
  background: url('https://vonthunfarms.com/images/icon_instagramH.png') no-repeat; }

.sm_IconA:nth-child(4) {
  background: url('https://vonthunfarms.com/images/icon_youtube.png') no-repeat; }

.sm_IconA:nth-child(4):hover {
  background: url('https://vonthunfarms.com/images/icon_youtubeH.png') no-repeat; }

.sm_IconA:nth-child(5) {
  background: url('https://vonthunfarms.com/images/icon_flickr.png') no-repeat; }

.sm_IconA:nth-child(5):hover {
  background: url('https://vonthunfarms.com/images/icon_flickrH.png') no-repeat; }

.sm_IconA:nth-child(6) {
  background: url('https://vonthunfarms.com/images/icon_twitter.png') no-repeat; }

.sm_IconA:nth-child(6):hover {
  background: url('https://vonthunfarms.com/images/icon_twitterH.png') no-repeat; }

.footer_fullwidth {
  background: url('images/bkg_footer18.png') repeat-x;
  height: 219px; }

.wash .footer_fullwidth {
  background: url('images/bkg_footer18Y.png') repeat-x;
  height: 219px; }

.footer {
  border: none;
  background: url('images/logo_footerSB.png') no-repeat center top;
  height: 195px;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  font-family: 'rokkittbold';
  font-weight: normal;
  font-size: 15px; }

.wash .footer {
  background: url('images/logo_foot_responsive.png') no-repeat center top; }

.foot_menu {
  float: left;
  list-style: none;
  width: 16%;
  text-align: left;
  padding: 0 0 0 0;
  margin-left: 30px; }

.template-front .foot_menu,
.template-page .foot_menu,
.template-category .foot_menu,
.template-blog .foot_menu {
  padding-top: 15px; }

.foot_menu li {
  display: block;
  line-height: 21px; }

.foot_menu a {
  line-height: 20px;
  color: white;
  padding: 3px 0 0 0;
  font-family: 'rokkittbold';
  font-weight: normal;
  font-size: 20px; }

.foot_menu a:hover {
  color: #b9ca4f;
    /*
   * lime green
   */ }

.foot_box2 {
  float: left;
  width: 19%;
  text-align: center;
  padding: 6px 0 0 0; }

.footer_center_box {
  width: 26%;
  margin: 0 auto;
  padding: 110px 0 0 0;
  text-align: center;
  font-family: 'rokkittbold';
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: white;
  float: left; }

.foot_box_signup {
  width: 36%;
  float: left;
  padding: 6px 0 0 0; }

.foot_box2 img,
.foot_box_signup img {
  margin: 0 auto; }

.copyright {
  font-size: 16px;
  line-height: 16px;
  height: 36px;
  margin: -32px auto 0;
  width: 1200px;
  text-align: center;
  font-family: 'rokkittbold';
  font-weight: normal; }

.copyright a {
  font-family: 'rokkittbold';
  font-weight: normal;
  font-size: 16px; }

/*
 * non WP or Thesis CSS
 */
.shareComp {
  border: 3px solid #576db1;
  clear: both;
  padding: 6px 12px;
  margin: 15px auto; }

.weather_text {
  float: right;
  margin: 0;
  padding: 0 12px 0 0;
  text-align: right;
  text-transform: uppercase; }

#simpleweather-widget {
  width: 220px !important; }

#simpleweather-widget h3 {
  font-size: 26px !important;
  margin: 0; }

#simpleweather-widget #current_temperature {
  margin: 10px 0 0 !important; }

.slideBox {
  width: 1012px;
  height: 412px;
  margin: 20px auto;
  padding: 0; }

.mapBox {
  width: 980px;
  height: 700px;
  margin: 20px auto;
  padding: 0; }

.fp_hotBox {
  float: left;
  width: 320px;
  height: 385px;
  margin: 0 14px 20px 0;
  border: 4px solid black;
  background-color: white; }

.fp_hotBox:last-of-type {
  margin: 0 0 20px; }

.fp_hotBox img {
  margin: 0 !important; }

.fp_hotBox p {
  margin: 0;
  padding: 6px 10px;
  line-height: 19px; }

.breadCrumbs {
  text-align: right;
  font-weight: bold; }



.blogPost_3images {
  width: 510px;
  margin: 0 auto;
  text-align: center; }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 15px !important; }

/*
 * ---- CSS tweaks for EventOn plugin ----
 */
.eventon_events_list .eventon_list_event .evcal_eventcard,
.evcal_evdata_row,
.evorow .tbrow,
.dark1,
.evo_pop_body {
  background-color: white !important; }

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title {
  color: #c24c31 !important; }

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
  color: #5c8fb6 !important; }

#evcal_list .eventon_list_event .evcal_cblock {
  color: #19281f !important; }

eventon_list_event .event_description p,
.evcal_list_a .event_description li,
.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
  font-size: 15px !important; }

.evcal_cblock,
span.evcal_desc2,
.evo_pop_body .evopop_top .evcal_desc span.evcal_event_subtitle {
  color: black !important; }

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p {
  color: #19281f !important; }

.ajde_evcal_calendar {
  width: 100% !important;
  height: 450px !important;
  float: right !important;
  overflow: scroll;
  margin-bottom: 0px !important; }

.evo_cal_above {
  padding-bottom: 0px !important; }

.event_list .vc_column-inner {
  padding-top: 0 !important; }

.event_list .wpb_content_element {
  margin-bottom: 0; }

#Event-Box {
  margin-top: 12px; }

#Event-Box .wpb_content_element {
  margin-bottom: 0px; }

#Event-Box img {
  margin-bottom: 10px; }

/*
 * ---- END CSS tweaks for EventOn plugin ----
 */
/*
 * ---- CSS tweaks for the 'Post Grid' ----
 */
.skin.flat .layer-content {
  padding: 5px !important; }

#post-grid-7450 {
  padding: 0 !important; }

/*
 * #post-grid-7450 .item {
 * width: 336px !important;
 * }
 */
#post-grid-7450 .element_0,
#post-grid-7481 .element_0,
#post-grid-8333 .element_0 {
  font-size: 23px !important;
  line-height: 23px !important;
  padding: 5px 6px !important;
  font-family: 'atmamedium' !important;
  color: #04a2dd !important; }

#post-grid-7450 .element_1,
#post-grid-7481 .element_1,
#post-grid-8333 .element_1 {
  font-size: 14px !important;
  padding: 5px 6px !important;
  line-height: 20px !important; }

#post-grid-7450 .element_2,
#post-grid-7481 .element_2,
#post-grid-8333 .element_2 {
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: 'bookerlybold' !important;
  font-weight: normal !important; }

.vc_custom_1521134051893 .wpb_content_element {
  margin-bottom: 0 !important; }

/*
 * ---- END CSS tweaks for the 'Post Grid' ----
 */
#WashPostGrid .wpb_content_element {
  margin-bottom: 0 !important; }

.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper .left_label textarea.large,
.gform_wrapper .left_label textarea.medium,
.gform_wrapper .left_label textarea.small,
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .right_label textarea.large,
.gform_wrapper .right_label textarea.medium,
.gform_wrapper .right_label textarea.small {
  width: 69% !important; }

.gform_wrapper .gform_heading {
  width: 98% !important;
  margin-bottom: 1.125em !important;
  text-align: center !important; }

.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea {
  background-color: #eeeeee !important; }

div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 49% !important; }

.gform_wrapper textarea {
  font-size: 20px !important;
  line-height: 24px !important; }

/*
 * .grt .small {
 * font-size: 20px;
 * line-height: 24px;
 * }
 */
.gform_wrapper #gform_6 .right_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 1em 0 !important; }

.gform_wrapper #gform_4 #field_4_26 span.ginput_product_price_label {
  display: none !important; }

/*
 * ------------- CSS specific to Bakery -------------
 */
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  font-size: 20px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

/*
 * -------------------------------------:[ media queries ]:-----------------------------------------
 */
@media all and (max-width: 1200px) {
  .header_fullwidth {
    background: url('images/bkg_header18_home.png') repeat-x;
    height: auto; }

  .southB .header_fullwidth {
    background: url('images/bkg_header18r2.png') repeat-x;
    height: auto; }

  .wash .header_fullwidth {
    background: url('images/bkg_header18Yr2.png') repeat-x;
    height: auto; }

  /*
   * #header {
   * background: transparent url('images/logo_home.png') no-repeat center top;
   * border: none;
   * height: 94px;
   * max-width: 1200px;
   * margin: 0 auto 0;
   * padding: 0;
   * }
   * .wash #header {
   * background: transparent url('images/logo_wash.png') no-repeat center top;
   * height: 133px;
   * }
   * .southB #header {
   * background: transparent url('images/logo_southB.png') no-repeat center top;
   * height: 133px;
   * }
   */  /*
   * .header_fullwidth {
   * background: transparent none;
   * height: auto;
   * }
   * #header {
   * position: relative
   * border: none;
   * height: auto;
   * width: auto;
   * margin: 0 auto;
   * padding: 0;
   * }
   * #thesis_header_image {
   * position: relative;
   * display: block;
   * margin: 0 auto;
   * padding: 0;
   * }
   */  .menu_control {
    display: none;
    width: 100%;
    border-width: 0;
    background-color: black;
    padding: 8px 20px;
    margin: 0px auto 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: block;
    width: 100%;
    clear: both;
    padding: 0; }

  .show_menu {
    display: none;
    height: auto; }

  .menu li {
    display: inline-block;
    width: auto;
    float: none;
    margin-bottom: 0; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: black;
    padding: 8px 8px;
    color: white; }

  .menu a:hover {
    background-color: black;
    color: #60b9c5 !important;
        /*
     * teal blue
     */ }

  .menu .current-menu-item > a {
    background-color: black;
    color: #b9ca4f;
        /*
     * lime green
     */ }

  .menu .current-page-ancestor > a {
    color: #b9ca4f;
        /*
     * lime green
     */ }

  .menu .sub-menu {
    display: none;
    background-color: black;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border: none;
    margin-top: -1px;
    width: 250px; }
    .menu .sub-menu li {
      width: 100%;
      clear: both;
      display: block; }
    .menu .sub-menu a {
      border-left-width: 0;
      color: white;
      padding: 8px 8px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: transparent; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%; }

  .subMenu_Box {
    background: url('images/bkg_subMenu.png') repeat-x;
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 12px 0 0 0;
    text-align: center; }

  .subMenu_fieldtrips,
  .subMenu_upick,
  .subMenu_farmmarket,
  .subMenu_groups,
  .subMenu_fallfun,
  .subMenu_csa {
    height: auto; }

  .slideBox,
  .mapBox {
    width: auto;
    height: auto; }

  .fp_hotBox {
    float: left;
    width: 31.6%;
    height: 335px;
    margin: 0 0.96% 20px 0; }

  .wpb_single_image.vc_align_left {
    text-align: center !important; }

  .footer_fullwidth {
    background: transparent none;
    height: auto; }

  .wash .footer_fullwidth {
    height: auto; }

  .footer {
    border: none;
    background: black url('images/logo_footerSB.png') no-repeat center top;
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 0;
    font-family: 'rokkittbold';
    font-weight: normal;
    font-size: 15px;
    float: none; }

  .wash .footer {
    background: black url('images/logo_foot_responsive.png') no-repeat center top; }

  .foot_menu {
    float: none;
    list-style: none;
    width: auto;
    text-align: center;
    padding: 155px 0 0 0;
    margin: 0 auto; }

  .template-front .foot_menu,
  .template-page .foot_menu,
  .template-category .foot_menu,
  .template-blog .foot_menu {
    padding-top: 155px; }

  .foot_menu li {
    display: block;
    line-height: 24px; }

  .foot_menu a {
    line-height: 20px;
    color: white;
    padding: 3px 0 0 0;
    font-family: 'rokkittbold';
    font-weight: normal;
    font-size: 20px; }

  .foot_menu a:hover {
    color: #b9ca4f;
        /*
     * lime green
     */ }

  .foot_box2 {
    float: none;
    width: auto;
    text-align: center;
    margin: 20px auto; }

  .footer_center_box {
    width: auto;
    margin: 20px auto 0;
    padding: 0px 0 20px 0;
    text-align: center;
    font-family: 'rokkittbold';
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: white;
    float: none; }

  .foot_box_signup {
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 0 0 20px 0; }

  .copyright {
    background-color: #b32026;
    height: auto;
    margin: 0 auto;
    width: auto;
    text-align: center; }

  .wash .copyright {
    background-color: #f3cb31; }

  /*
   * Gravity Forms CSS to make right-align act like top-align
   */  .gform_wrapper .right_label .gfield_label {
    margin: 10px 0 4px 0 !important;
    display: -moz-inline-stack !important;
    display: inline-block !important;
    line-height: 1.3em;
    clear: both;
    text-align: left !important;
    float: none !important;
    width: 100% !important; }

  .gform_wrapper .right_label div.ginput_complex {
    width: 100% !important; }

  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small {
    width: 25% !important; }

  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium {
    width: 47% !important; }

  .gform_wrapper .right_label input.medium {
    padding-right: 2px !important; }

  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .right_label textarea.textarea {
    width: 99.2% !important; }

  .gform_wrapper .gform_footer.right_label {
    padding: 16px 0 10px 0 !important;
    margin: 16px 0 0 0 !important;
    text-align: center;
    clear: both !important; }

  .gform_wrapper .right_label .instruction {
    margin-left: 0 !important;
    font-size: 12px;
    white-space: wrap; } }

@media all and (max-width: 920px) {
  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: black;
    padding: 12px 20px;
    margin: 0px auto 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    clear: both;
    padding: 0; }

  .show_menu {
    display: block;
    height: auto; }

  .menu li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: black;
    padding: 12px 20px;
    color: white; }

  .menu a:hover {
    background-color: black;
    color: #60b9c5 !important;
        /*
     * teal blue
     */ }

  .menu .current-menu-item > a {
    background-color: black;
    color: #b9ca4f;
        /*
     * lime green
     */ }

  .menu .current-page-ancestor > a {
    color: #b9ca4f;
        /*
     * lime green
     */ }

  .menu .sub-menu {
    display: none;
    background-color: black;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border: none;
    margin: -1px auto 0;
    width: 250px; }
    .menu .sub-menu li {
      width: 100%;
      clear: both;
      display: block; }
    .menu .sub-menu a {
      border-left-width: 0;
      color: white;
      padding: 8px 8px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: transparent; }

  .post_box blockquote,
  .post_box blockquote.green,
  .post_box blockquote.blue,
  .post_box blockquote.yellow,
  .post_box blockquote.dotted {
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px; }

  .left,
  .alignleft,
  img[align="left"],
  .right,
  .alignright,
  img[align="right"] {
    float: none;
    margin: 0 auto 20px !important; }

  .fp_hotBox {
    float: none;
    width: 320px;
    height: 385px;
    margin: 20px auto; }

  .fp_hotBox:last-of-type {
    margin: 20px auto; }

  .eventsBox {
    width: auto;
    height: 436px;
    padding: 8px; }

  .eventsBox img {
    display: none; }

  .ajde_evcal_calendar {
    width: auto !important;
    height: 420px;
    float: none !important; } }

@media all and (max-width: 600px) {
  #evcal_list .eventon_list_event .event_description p,
  #evcal_list .eventon_list_event .event_description li,
  .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p {
    font-size: 14px !important; } }

@media all and (max-width: 450px) {
  .post_box {
    padding: 10px 6px; }

  .fp_hotBox {
    float: none;
    width: auto;
    max-width: 320px;
    height: auto;
    margin: 20px auto; } }