/*
 * ---:[ 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;
  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: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 29px;
  color: #111111;
  background-color: white;
  padding-top: 29px; }

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

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

/*
 * ---:[ links ]:---
 */
a {
  color: #ae0000;
  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: #ae0000; }
  #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: #ae0000; }
  .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: #ffdddd;
    border: 1px solid #ffadad; }
  .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: #ae0000; }

  .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: #ae0000;
  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: 20px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 31px;
    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: 20px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 20px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 20px; }
  .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: 40px; }
    .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: 40px; }
    .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: 860px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1218px;
  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: 1217px) {
  body {
    padding-top: 0; }

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

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

/*
 * ---:[ custom CSS ]:---
 */
body {
  font-family: 'proxima-nova', 'Montserrat', Helvetica, sans-serif;
  font-weight: 300;
  padding-top: 0; }

.columns > .content {
  border-width: 0;
  border-style: none;
  border-color: transparent; }

/*
 * TOP BAR
 */
.topbar {
  background-color: #af0000;
  color: white;
  display: block;
  height: 30px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  min-width: 98%;
  padding-left: 2%;
  text-transform: uppercase; }

.topbar a {
  color: white; }

.topbar a:hover {
  color: #dddddd; }

.topbar::after,
.header::after {
  content: "";
  clear: both; }

.topbar-left {
  float: left;
  width: 60%; }

.topbar-right {
  float: right;
  text-align: right;
  width: 40%; }

.topbar .menu {
  border-width: 0;
  border-style: none;
  border-color: transparent; }

.topbar-left .menu a {
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  letter-spacing: 2px; }

.topsocial a {
  font-size: 16px;
  margin: 0 3px; }

.topbar .joinlink {
  background-color: #333333;
  display: inline-block;
  font-size: 11px;
  margin: 0 0 0 10px;
  padding: 0 25px;
  vertical-align: top; }

.topbar .joinlink:hover {
  background-color: #253f5f;
  color: white; }

/*
 * HEADER
 */
.fwheader {
  min-width: 100%;
  display: block; }

.header {
  border-bottom: 0 none;
  padding: 15px 0; }

.logo {
  display: block;
  padding: 0 10%;
  position: relative;
  text-align: center;
  z-index: 1000; }

.logo img {
  margin: 0 auto -5px; }

.header .menu {
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.header .menu {
  text-align: center; }

.header .menu li {
  position: relative;
  float: none;
  display: inline-block; }

.header .menu a {
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  color: #676767;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 14px; }

.header .menu a:hover {
  background-color: transparent;
  color: #af0000; }

.header .menu .last a .fa {
  color: #af0000; }

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

.menu .fontawesome-text {
  display: none; }

.header .menu .sub-menu {
  background-color: white;
  padding-top: 15px; }

.header .menu .sub-menu a {
  padding: 7px 14px; }

/*
 * HOME PAGE
 */
.template-front .homecols .content {
  box-sizing: border-box !important;
  width: 833px !important;
  float: left !important; }

.template-front .homecols .sidebar {
  box-sizing: border-box !important;
  width: 358px !important;
  float: right !important;
  padding: 29px 29px 0 29px !important;
  margin-left: 0 !important; }

.trendingposts .post-meta .post-tag,
.trendingposts span.post-comment,
.trendingposts span.post-author,
.recentposts .post-meta .post-tag,
.recentposts span.post-author {
  display: none; }

.grt .trendingposts h2.post-title {
  margin-top: 0;
  font-family: 'essonnes-display', 'Playfair Display', Georgia;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 32px;
  text-transform: none; }

.trendingposts .post-content,
.recentposts-two .post-content,
.recentposts-three .post-content {
  position: relative;
  display: block; }

.trendingposts .post-meta .post-category {
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  top: -40px;
  left: 50%;
  margin-left: -60px;
  background-color: #af0000;
  border-bottom: 0;
  text-decoration: none;
  padding: 0 8px;
  letter-spacing: 1px;
  width: 107px; }

.trendingposts .post-meta .post-category a {
  text-decoration: none !important;
  border-bottom: 0 none !important;
  color: white !important; }

.grt .module-post.recentposts p.post-meta {
  margin: 0; }

.recentposts .post {
  position: relative; }

.recentposts .builder-posts-wrap.list-thumb-image .post-image {
  max-width: 50%;
  margin: 0 1.5em 0 0; }

.recentposts .builder-posts-wrap.list-thumb-image .post {
  margin-bottom: 5em; }

.recentposts h2.post-title {
  font-family: 'essonnes-display', 'Playfair Display', Georgia, serif;
  font-size: 32px !important;
  line-height: 40px;
  padding-top: 24px !important;
  text-transform: none !important; }

.recentposts .post-meta .post-category {
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 0;
  text-decoration: none;
  letter-spacing: 1px;
  top: 0;
  margin-top: -8px; }

.recentposts .post-meta .post-category a,
.recentposts .post-meta .post-comment a {
  text-decoration: none !important;
  border-bottom: 0 none !important;
  color: #af0000 !important; }

.recentposts .post-meta .post-category a {
  color: #af0000; }

.recentposts .post-meta .post-comment a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  margin-right: 5px; }

.recentposts .post-meta .post-comment {
  display: block;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eeeeee;
  width: 47%;
  border-bottom: 1px solid #eeeeee !important;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.trendingposts .edit-button,
.recentposts .edit-button {
  display: none; }

.grt .recentposts .wp-post-image {
  margin-bottom: 0; }

.grt .recentposts .post-content p {
  margin-bottom: 50px; }

.recentposts .pagenav {
  font-weight: 500;
  text-align: left; }

.recentposts .pagenav span {
  border: solid 1px rgba(33, 33, 33, 0.1);
  background-color: #af0000;
  color: white; }

.recentposts .pagenav a:hover {
  border: solid 1px rgba(33, 33, 33, 0.1);
  background-color: #af0000;
  color: white !important; }

/*
 * POST STYLES
 */
p a {
  font-weight: 600;
  text-decoration: none; }

.grt .headline {
  color: #333333; }

.grt h2.headline {
  font-family: 'essonnes-display', 'Playfair Display', Georgia, serif;
  font-size: 32px !important;
  line-height: 40px;
  text-transform: none !important; }

.template-category .grt .headline_area,
.template-tag .grt .headline_area,
.template-search .grt .headline_area {
  margin-bottom: 10px; }

.headline_area .byline .post_cats {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  top: 0;
  margin-top: -8px;
  margin-bottom: 8px; }

.headline_area .byline .post_cats a {
  border-bottom: 0;
  text-decoration: none;
  color: #af0000; }

.template-category .post_box,
.template-tag .post_box,
.template-search .post_box {
  padding: 39px 29px 10px 29px; }

.archive_intro .headline {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  text-align: center; }

.grt .post_content h1 {
  font-weight: 300;
  font-size: 36px; }

.grt .post_content h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase; }

.grt .post_content h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }

.grt ul {
  list-style-type: circle; }

.grt blockquote {
  color: #333333;
  padding: 1.5em 5% 0.5em;
  display: block;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd;
  font-family: 'essonnes-display', 'Playfair Display', Georgia, serif;
  position: relative;
  font-size: 32px;
  text-align: left;
  line-height: 40px;
  margin: 60px 0; }

.grt blockquote:after {
  content: '\201D';
  position: absolute;
  bottom: -55px;
  right: 55px;
  background: white;
  width: 5rem;
  height: 87px;
  font: 150px 'essonnes-display', 'Playfair Display', Georgia, serif;
  color: #dddddd;
  text-align: center;
  line-height: 150px; }

.template-single .headline_area {
  padding: 32px 32px 0; }

.template-single h1.headline {
  font-family: 'essonnes-display', 'Playfair Display', Georgia, serif;
  font-size: 50px;
  line-height: 56px;
  margin-top: -10px; }

.template-single .byline {
  color: white;
  width: 150px;
  float: left;
  margin-right: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px; }

.template-single .byline a {
  color: white;
  border-bottom: 0 none; }

.template-single .byline a:hover {
  color: #333333; }

.template-single .headline_area .byline .post_cats a {
  color: white; }

.template-single .byline .post_cats,
.template-single .byline .post_date,
.template-single .byline .num_comments_link {
  background-color: #af0000;
  text-align: center;
  display: block;
  line-height: 20px;
  margin-bottom: 4px; }

.template-single .byline .num_comments_link .num_comments {
  font-size: 12px;
  color: white; }

.template-single .bracket {
  display: none; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: white;
  border: 1px dotted #cccccc; }

.grt .wp-caption-text {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important; }

.EmbeddedTweet {
  max-width: 100% !important; }

/*
 * COMMENTS
 */
.comments_intro {
  color: #af0000;
  padding: 0 29px;
  margin-bottom: 18px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-top: 1px solid #eeeeee;
  padding-top: 32px; }

.comments_intro .num_comments:before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  margin-right: 5px; }

.num_comments {
  font-size: 30px;
  color: #af0000; }

.comment_list {
  border-top: 0 none; }

.comment {
  border: 1px solid #eeeeee;
  margin-bottom: 29px;
  padding: 29px; }

.children .bypostauthor {
  background-color: #f6f6f6;
  border-color: transparent;
  padding: 29px; }

.comment .children:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #bbbbbb;
  margin-right: 5px;
  font-size: 20px;
  display: inline;
  float: left;
  margin-top: 29px; }

.children .comment {
  list-style-type: none;
  padding: 29px 0 0 29px;
  border: 0;
  border-top: 1px dotted #dddddd;
  margin-top: 29px; }

#commentform {
  margin: 58px 0 0; }

#commentform .comment_form_title {
  font-size: 30px;
  line-height: 34px;
  color: #af0000;
  padding: 29px 29px 18px 29px;
  border-top: 1px dotted #dddddd;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: -29px;
  margin-left: -29px;
  border-bottom: 0 none; }

#commentform input#submit {
  padding: 10px 20px;
  border: 0 none;
  background-color: #af0000;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px; }

#commentform input#submit:hover {
  background-color: #333333; }

.prev_next {
  clear: both;
  color: #333333;
  border-top: 1px solid #eeeeee;
  padding: 29px 29px;
  margin-top: 44px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center; }

.prev_next .previous_post a,
.prev_next .next_post a {
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 0 none;
  text-decoration: none;
  color: #333333;
  font-family: 'essonnes-display', 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 28px;
  display: block;
  line-height: 36px; }

.prev_next .previous_post a:hover,
.prev_next .next_post a:hover {
  color: #af0000; }

.previous_post {
  float: left;
  width: 40%;
  padding: 20px 4.75%;
  border-right: 1px dotted #dddddd; }

.next_post {
  float: right;
  padding: 20px 4.75%;
  width: 40%; }

/*
 * SIDEBAR
 */
.sidebar .widget {
  margin-bottom: 60px; }

.sidebar .widget_title,
.sidebar .sidebar_heading {
  font-variant: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center; }

.sidebar {
  font-size: 15px;
  line-height: 24px; }

#text-86 {
  border: 1px solid #eeeeee;
  padding: 25px 25px 0; }

a.morelink {
  background-color: #af0000;
  color: white;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  margin: 0 auto -40px;
  width: 120px; }

.ri-grid {
  margin: 15px auto 30px; }

#custom_html-3 {
  background: url('images/luvvletterat.png') no-repeat 0 0 #333333;
  color: white;
  padding: 25px 30px;
  background-size: 94px 77px; }

.subbox input[type="email"],
.subbox input[type="text"] {
  background-color: white;
  border: 0 none;
  margin-bottom: 10px;
  width: 100%; }

.subbox input[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  background-color: #af0000;
  padding: 11px 15px !important;
  border: 0 none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 125px;
  margin: 15px auto -40px;
  display: block; }

/*
 * PAGE STYLES
 */
.template-page .headline_area {
  padding: 0 29px; }

.template-page .headline_area h1.headline {
  text-align: center;
  font-family: 'essonnes-display', 'Playfair Display', Georgia, serif;
  font-size: 50px !important;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.contactsocial {
  text-align: center;
  margin-bottom: 29px; }

.contactsocial a {
  font-size: 46px;
  margin: 0 10px; }

.contactsocial a:hover {
  color: #333333; }

/*
 * SEARCH
 */
#ult-fs-search {
  background-color: rgba(255, 255, 255, 0.95) !important;
  z-index: 1000000 !important; }

#ult-fs-search .close {
  background-color: #333333 !important;
  border-color: #333333 !important; }

#ult-fs-search input[type="text"] {
  color: #333333 !important; }

#ult-fs-search .btn {
  background-color: #af0000 !important;
  border: 0 none !important;
  color: white !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important; }

#ult-fs-search .btn:hover {
  background-color: #333333 !important; }

/*
 * ABOVE FOOTER
 */
.abovefooter {
  margin-top: 64px;
  min-width: 100%; }

.af-left {
  float: left;
  width: 50%; }

.af-right {
  float: right;
  width: 50%; }

.af-left a,
.af-right a {
  display: block;
  cursor: pointer; }

.af-left img,
.af-right img {
  width: 100%; }

.af-right img.bookpromo {
  display: block; }

.af-right img.bookpromo-mobile {
  display: none; }

/*
 * ABOVE FOOTER OLD
 * .abovefooter h5 { font-weight: 700; letter-spacing: 2px; margin-top: 10px; }
 * .abovefooter a.afbutton {
 * color: #fff;
 * border-bottom: 0 none;
 * text-decoration: none;
 * font-weight: 700;
 * letter-spacing: 2px;
 * background-color: #af0000;
 * padding: 8px 15px;
 * font-size: 13px;
 * }
 * .abovefooter a.afbutton:hover { background-color: #333; }
 * .af-left {
 * background: url('images/podcast-bg.png') no-repeat 0 0 transparent;
 * background-size: cover;
 * color: #fff;
 * font-weight: 700;
 * float: left;
 * min-height: 288px;
 * padding: 30px 0 0 0;
 * text-align: center;
 * width: 50%;
 * }
 * .af-left img.luvviepic { margin-bottom: 0 !important; margin-top: -50px; width:229px; }
 * .af-left img.rrlogo { margin: 20px auto; width:315px; }
 * .af-right {
 * background: url('images/book-bg.png') no-repeat 0 0 transparent;
 * background-size: cover;
 * color: #fff;
 * font-weight: 700;
 * float: right;
 * min-height: 258px;
 * padding: 30px 2.5%;
 * text-align: center;
 * width: 45%;
 * }
 * .af-right img.bookcover { margin-top: -50px; width: 206px; }
 * .af-right img.booktitle { margin: 10px auto; width:302px; }
 */
/*
 * FOOTER
 */
.fwfooter {
  background-color: #333333;
  clear: both;
  color: white;
  float: none;
  min-width: 100%;
  padding: 50px 0 10px; }

.footer {
  border-top: 0 none;
  color: white;
  text-align: left; }

.footer a {
  border-bottom: 0 none;
  color: #bbbbbb;
  text-decoration: none; }

.footer .widget {
  float: left;
  margin: 0 3% 30px;
  width: 27%; }

.footer .widget_title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 18px; }

.footer .widget p {
  line-height: 20px;
  margin-bottom: 20px; }

.footer .widget a {
  color: #bbbbbb; }

.footer .widget a:hover {
  color: #676767; }

.footer .fa {
  margin-right: 7px; }

.footer .attribution {
  clear: both;
  float: none;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 50px; }

.sitecredits {
  clear: both;
  float: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase; }

.sitecredits a {
  color: #bbbbbb; }

.sitecredits a:hover {
  color: #af0000; }

.clearfix {
  clear: both;
  float: none; }

/*
 * THEMIFY BUILDER STYLES
 */
.full_page.themify_lightbox_loaded .container,
.full_page.themify_lightbox_loaded .columns > .content {
  width: 100%;
  max-width: 100%; }

.full_page.themify_lightbox_loaded .post_box {
  padding: 32px 0 0;
  border-top: 0 none; }

.full_page.themify_lightbox_loaded .row_inner {
  width: 1218px;
  margin-left: auto;
  margin-right: auto;
  max-width: 94%; }

.full_page.themify_lightbox_loaded .columns > .content {
  margin: 0 auto; }

.themify_builder_row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.full_page .columns > .content {
  margin-right: auto;
  margin-left: auto; }

.themify_builder .module-text a {
  text-decoration: none !important; }

@media only screen and (max-width: 1218px) {
  .themify_lightbox_loaded .row_inner {
    max-width: 94% !important; }

  .themify_lightbox_loaded .fullwidth .row_inner {
    max-width: 100% !important; } }

/*
 * -RESPONSIVE MEDIA QUERIES-
 */
@media all and (max-width: 1218px) {
  .topbar-left {
    display: none; }

  .topbar-right {
    float: none;
    width: 100%; }

  .columns {
    border-top: 1px solid #dddddd; } }

@media all and (max-width: 1217px) {
  .template-front .homecols .content {
    float: none !important;
    width: 100% !important;
    border: 0 !important; }

  .template-front .homecols .sidebar {
    float: none !important;
    width: 100% !important;
    border-top: 3px double #dddddd !important; } }

@media all and (max-width: 940px) {
  .recentposts .builder-posts-wrap.list-thumb-image .post-image {
    max-width: 35%; } }

@media all and (max-width: 768px) {
   }

@media all and (max-width: 680px) {
  .af-left,
  .af-right {
    float: none;
    width: 100%; }

  .af-right img.bookpromo {
    display: none; }

  .af-right img.bookpromo-mobile {
    display: block; }

  .footer {
    text-align: center; }

  .footer .widget {
    clear: both;
    float: none;
    margin: 0 3% 30px;
    width: 94%; }

  .footerlogo {
    margin: 0 auto 20px; }

  .topbar .joinlink {
    margin: 0 0 0 2px;
    padding: 0 10px; }

  .template-single .byline {
    width: 100%;
    float: none;
    margin-right: 0; }

  .template-single .byline .post_cats,
  .template-single .byline .post_date,
  .template-single .byline .num_comments_link {
    display: inline;
    margin: 0 6px 4px 0;
    padding: 4px 10px; }

  .template-single h1.headline {
    margin-top: 10px;
    font-size: 40px;
    line-height: 46px; }

  .recentposts .builder-posts-wrap.list-thumb-image .post-image {
    display: block;
    max-width: 100%;
    margin: 0 auto 29px; }

  .recentposts h2.post-title {
    clear: both; }

  .recentposts .post-meta .post-category {
    position: relative;
    margin-top: -10px;
    margin-bottom: 5px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    clear: both !important;
    display: block !important;
    float: none !important;
    margin: 0 auto 29px !important; } }

@media all and (max-width: 450px) {
   }