/*
 * ---:[ 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: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: #535353;
  background-color: #f2f2f2;
  padding-top: 35px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 960px;
    float: none;
    border-width: 0;
    border-style: solid;
    border-color: #f2f2f2; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-top: 3px double #f2f2f2;
    padding: 35px 35px 0 35px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #919191;
  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: #f2f2f2; }
  .menu a {
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #535353;
    background-color: #f2f2f2;
    padding: 10px 16px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #f2f2f2; }
  .menu a:hover {
    background-color: #f2f2f2; }
  .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: #f2f2f2;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 204px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 204px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #f2f2f2; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: #f2f2f2;
    background-color: #f2f2f2;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #535353;
  background-color: #f2f2f2;
  padding: 10px 16px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
  display: none;
  background-color: #f2f2f2; }
  .menu_control:hover {
    background-color: #f2f2f2; }

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

#site_title {
  font-size: 52px;
  line-height: 1.31em;
  font-weight: bold;
  color: #535353; }
  #site_title a {
    color: #535353; }
    #site_title a:hover {
      color: #919191; }
  #site_title + #site_tagline {
    margin-top: 9px; }

#site_tagline {
  font-size: 20px;
  color: #4c4949;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-size: 41px;
    line-height: 62px; }
  .grt h1 {
    margin-bottom: 35px; }
  .grt .headline {
    color: #535353;
    margin: 0; }
    .grt .headline a {
      color: #535353; }
      .grt .headline a:hover {
        color: #919191; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #535353; }
  .grt h2 {
    font-size: 32px;
    line-height: 50px;
    margin-top: 57px;
    margin-bottom: 22px; }
  .grt h3 {
    font-size: 25px;
    line-height: 41px;
    margin-top: 49px;
    margin-bottom: 14px; }
  .grt h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 9px; }
  .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: #4c4949;
    padding-left: 22px;
    border-left: 1px solid #f2f2f2; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 32px;
      line-height: 46px;
      padding-left: 0;
      border: 0;
      margin-bottom: 22px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 18px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 5px 7px;
    border-radius: 9px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #f2f2f2;
    padding: 22px 22px 22px 14px;
    border-left: 9px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 5px 7px;
    border-radius: 9px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 22px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2; }
  .grt .box {
    background-color: #f4f4f4;
    border: 1px solid gainsboro; }
  .grt .footnotes {
    font-size: 16px;
    line-height: 29px;
    padding-top: 35px;
    border-top: 1px dotted #f2f2f2; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #4c4949; }
  .grt fieldset {
    margin-bottom: 35px; }
    .grt fieldset legend {
      font-size: 25px;
      line-height: 41px;
      font-weight: bold;
      margin-bottom: 9px; }
  .grt .avatar {
    width: 91px;
    height: 91px;
    float: right;
    clear: both;
    margin-left: 22px; }
  .grt .small,
  .grt .caption {
    font-size: 16px;
    line-height: 29px; }
  .grt .caption {
    margin-top: -22px;
    color: #4c4949; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 22px;
    border: 1px solid #f2f2f2; }
  .grt .wp-caption p {
    font-size: 16px;
    line-height: 29px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 22px; }
  .grt .drop_cap {
    font-size: 70px;
    line-height: 1em;
    margin-right: 14px;
    float: left; }
  .grt .author_description {
    padding-top: 35px;
    border-top: 1px dotted #f2f2f2; }
    .grt .author_description .avatar {
      width: 70px;
      height: 70px;
      float: left;
      margin-right: 22px;
      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: 35px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 35px;
    margin-left: 35px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 35px;
    margin-right: 35px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 35px; }
  .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: 35px 35px 0 35px;
  border-top: 1px dotted #f2f2f2; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #4c4949; }
  .byline a {
    color: #4c4949;
    border-bottom: 1px solid #f2f2f2; }
    .byline a:hover {
      color: #535353; }
  .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: 14px; }
    .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: #4c4949;
  text-decoration: none;
  margin-bottom: 35px; }
  .num_comments_link:hover {
    background-color: #f9f9f9; }

.num_comments {
  font-size: 35px;
  color: #535353; }

.bracket {
  font-size: 35px;
  color: #f2f2f2; }

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

.prev_next {
  clear: both;
  color: #4c4949;
  border-top: 1px solid #f2f2f2;
  padding: 22px 35px; }
  .prev_next .next_posts {
    float: right; }

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

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

.comments_intro {
  color: #4c4949;
  padding: 0 35px;
  margin-bottom: 22px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 16px;
  line-height: 29px;
  color: #4c4949;
  margin: 0 35px 35px 35px; }

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

.comment {
  padding: 35px;
  border-bottom: 1px dotted #f2f2f2; }
  .comment .comment_head {
    margin-bottom: 22px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 64px;
    height: 64px;
    margin-left: 22px; }
  .comment .comment_date {
    display: block;
    font-size: 16px;
    line-height: 29px;
    color: #4c4949; }
    .comment .comment_date a {
      color: #4c4949; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 22px; }
    .comment .comment_footer a {
      font-size: 16px;
      line-height: 29px;
      color: #4c4949;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 22px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 35px;
    border-bottom: 0;
    border-left: 1px solid #f2f2f2;
    margin-top: 35px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #919191; }

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

.comment_nav {
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 22px 35px;
  border-style: dotted;
  border-color: #f2f2f2; }
  .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: -70px 0 70px 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: #535353;
    background-color: #f2f2f2;
    padding: 9px;
    border: 1px solid #f2f2f2;
    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: #f2f2f2;
      border-color: #f2f2f2; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #535353;
  background-color: #f2f2f2;
  padding: 9px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2; }

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

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 35px;
  margin: 70px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 22px; }
  #commentform .comment_form_title {
    font-size: 25px;
    line-height: 41px;
    color: #535353;
    padding: 0 35px 22px 35px;
    border-bottom: 1px dotted #f2f2f2;
    margin-right: -35px;
    margin-left: -35px; }
  #commentform p {
    margin-bottom: 22px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 9px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 16px;
    line-height: 29px;
    color: #4c4949; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 25px; }
  #commentform textarea {
    display: block;
    width: 100%; }

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

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 16px;
  line-height: 22px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 14px; }
  .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: 22px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 22px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 22px; }
  .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: 44px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 14px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 9px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #4c4949; }
  .sidebar .widget {
    margin-bottom: 44px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 14px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 14px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 16px;
  line-height: 29px;
  color: #4c4949;
  text-align: right;
  padding: 22px 35px;
  border-top: 3px double #f2f2f2; }
  .footer a {
    color: #4c4949; }
    .footer a:hover {
      color: #535353; }

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

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

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

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

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

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

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

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

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

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

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

  .comment_date {
    display: none; } }

/*
 * ---:[ Custom CSS ]:---
 */
.caption-fp ul {
  list-style-type: none;
  max-width: 450px;
  padding-left: 80px; }

.caption-fp ul li {
  float: left;
  padding-left: 20px;
  font-size: 18px; }

body.mod2.template-custom.customize-support figure.wp-block-image.size-large.is-resized {
  padding-bottom: 0;
  margin-bottom: 0; }

span.menu_control {
  font-size: 80px;
  line-height: 12px;
  padding-top: 0px;
  padding-bottom: 20px; }

ul#big-icon li.menu-item a {
  line-height: 0px;
  padding: 16px; }

body.new-front-page .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  margin-left: -30px; }

body.new-front-page h1.headline {
  display: none; }

body.new-front-page div#modal-2-content a {
  text-decoration: none; }

body.new-front-page li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu a {
  text-decoration: none; }

body.new-front-page ul.wp-block-navigation__submenu-container {
  margin-top: -16px;
  margin-left: 55px; }

figcaption.wp-element-caption {
  text-align: center; }

figcaption.wp-element-caption {
  font-size: 11px; }

body.new-front-page figcaption.wp-element-caption {
  font-size: 1em; }

#full-frontpage {
  background: url("http://www.dougwieselman.com/wp-content/uploads/2017/10/Screen-Shot-2017-10-17-at-9.21.29-AM.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

div#fp-head {
  max-width: 482px; }

/*
 * div#full-frontpage {
 * height: 800px;
 * width: 100%;
 * 
 * }
 * 
 * body.template-custom.customize-support {
 * background-color: #000;
 * }
 */
@import url('fonts/MyFontsWebfontsKit/MyFontsWebfontsKit.css');
body {
  font-family: 'Franklin Gothic Book', Calibri, "Trebuchet MS", sans-serif;
  padding-top: 15px; }

.template-category .post_box {
  padding: 10px 35px 0; }

.template-category .grt .headline {
  font-size: 28px;
  line-height: 32px; }

.template-category .grt .headline a {
  font-size: 28px;
  line-height: 32px;
  color: #2378bd; }

.post_box .wp-caption p {
  font-size: 14px;
  line-height: 0;
  text-align: right;
  padding-right: 8px; }

.post_image_box,
.post_box .wp-caption {
  padding: 0px; }

.wp-caption {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 0; }

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

#menu-main-front {
  padding-top: 2px; }

.menu li {
  margin-bottom: 0; }

.menu {
  font-family: 'Franklin Gothic Medium', Calibri, "Trebuchet MS", sans-serif; }

.menu a {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  color: #919191; }

.menu a,
.menu_control {
  background-color: none; }

.menu a:hover {
  color: #4c4949; }

ul.sub-menu li {
  background-color: #dddddd;
  border-left: 1px solid #9e9e9e; }

ul.sub-menu li.menu-item a {
  font-size: 16px; }

ul.sub-menu li.menu-item a:hover {
  font-size: 16px;
  background-color: #dddddd; }

.menu .sub-menu li {
  clear: both;
  width: 13em; }

.columns > .content {
  border-color: #f2f2f2;
  border-width: 0 0px 0 0; }

.sidebar {
  font-size: 16px;
  line-height: 12px; }

.sidebar  a {
  color: #4c4949;
  text-decoration: none; }

.grt .headline {
  font-size: 26px;
  line-height: 30px; }

.archive_intro {
  border-width: 0; }

.mod2 .menu .sub-menu {
  left: 100px; }

.mod2 .menu .sub-menu .submenu li {
  left: 150px; }

.grt ul {
  margin-left: 20px; }

ul.menu {
    /*
   * border-bottom: 6px solid #777777;
   */
  border-top: 1px solid #777777;
  margin-left: 15px; }

.columns {
  padding-top: 30px; }

.archive_intro .headline {
  margin-bottom: 20px;
  font-size: 20;
  font-weight: 600; }

#upcoming-gigs a {
  color: #339ae8; }

#upcoming-gigs ul {
  color: #339ae8; }

/*
 * SECTIONS  =============================================================================
 */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*
 * GROUPING  =============================================================================
 */
.group:before,
.group:after {
  content: \"\";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
    /*
   * For IE 6/7 (trigger hasLayout)
   */ }

/*
 * GRID COLUMN SETUP   ====================================================================
 */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*
 * all browsers except IE6 and lower
 */
/*
 * REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS
 */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; } }

/*
 * GRID OF TWO   =============================================================================
 */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*
 * GO FULL WIDTH AT LESS THAN 480 PIXELS
 */
@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%; }

  .span_1_of_2 {
    width: 100%; } }

/*
 * GRID OF THREE   =============================================================================
 */
.span_3_of_3 {
  width: 100%; }

.span_2_of_3 {
  width: 66.1%; }

.span_1_of_3 {
  width: 32.2%; }

/*
 * GO FULL WIDTH AT LESS THAN 480 PIXELS
 */
@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%; }

  .span_2_of_3 {
    width: 100%; }

  .span_1_of_3 {
    width: 100%; } }

/*
 * --------------end grid sys------
 */
body.splash {
  background-color: black; }

/*
 * body.mod2 .section .col .menu a:hover {
 * background-color: #DDDDDD;
 * }
 * body.mod3  .section .col .menu a:hover {
 * background-color: #DDDDDD;
 * }
 */
/*
 * -----------mods-----------------
 */
body.mod2,
.menu {
  border-style: solid;
  border-width: 0;
  list-style: none outside none;
  position: relative;
  z-index: 50; }

.menu .current-menu-item > a {
  background-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  color: #4c4949;
    /*
   * text-decoration:underline;
   */ }

body.mod2 .menu a,
.menu_control {
  background-color: #f2f2f2;
  border-bottom-width: 0;
  border-top-width: 0; }

body.mod2 #fp-head {
  padding-left: 0px; }

body.mod2 #fp-head h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  color: black;
  padding-bottom: 15px, letter-spacing:5px; }

body.mod2 {
  margin-left: 0;
  background: #f2f2f2; }

body.mod2 .post_box {
  border-top: 0px dotted #dddddd;
  padding: 0 0px;
  padding-left: 0px; }

body.mod2 .menu li {
  float: none;
  margin-bottom: -1px;
  position: relative; }

body.mod2 .menu,
.menu a,
.menu .sub-menu {
  border-color: #f2f2f2; }

/*
 * body.mod2 .menu-item-181 a {padding:0; margin:0; margin-left:20px; margin-bottom:15px}
 */
body.mod2 #menu-main-front {
  padding-top: 0px; }

body.mod2 ul.menu {
  margin-left: 13px; }

/*
 * body.mod2 .menu a, {
 * background-color: #f2f2f2;
 * border-style: solid;
 * border-width: 0;
 * color: #919191;
 * display: block;
 * font-size: 18px;
 * letter-spacing: 1px;
 * line-height: 0;
 * padding: 0.8em 0.02em;
 * letter-spacing: 1px;
 * }
 */
body.mod2 #fp-head {
  padding-bottom: 40px; }

body.mod2 #fp-footer-text {
  padding-left: 0px; }

body.mod2 {
  margin-top: 65px; }

/*
 * ----------end mod pages---------------
 */
/*
 * .grt p, .grt ul {margin-bottom:20px; margin-left:15px;}
 */
/*
 * .post_content .grt ul {
 * margin-bottom: 12px;
 * margin-left: 25px;
 * }
 */
/*
 * font-family: \'Franklin Gothic Book\'
 * font-family: \'Franklin Gothic Medium\'
 * font-family: \'Franklin Gothic Light\'
 */
/*
 * .menu .current-menu-item > a {
 * background:url(http://www.dougwieselman.com/wp-content/uploads/2013/12/btn-bg41.png);
 * }
 */
ul.menu {
  margin-left: 15px; }

blockquote {
  font-family: 'Franklin Gothic Book', san-serif;
  font-size: 15px;
  max-width: 500px;
  border: none;
  color: black;
  padding-left: 0px;
  margin-left: 0px; }

.post_box blockquote {
  border-left: 0px solid #dddddd;
  color: black; }

.post_box blockquote p {
  line-height: 17px; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #f2f2f2;
  padding-bottom: 15px; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #f2f2f2;
  padding-bottom: 15px; }

.content p {
  line-height: 24px;
  max-width: 600px;
  color: #4c4949; }

/*
 * body.splash {background:url(http://www.dougwieselman.com/wp-content/uploads/2013/10/From_Water-Doug_Wieselman_cover-e1381952048753.jpg) repeat-y ;background-size:100%;}
 */
/*
 * .top-box-splash{position:top; background-color:#222;padding:20px}
 */
#post-165 ul li {
  font-family: 'Franklin Gothic Light', sans-serif;
  line-height: 18px;
  font-size: 15px;
  list-style: none;
  color: black; }

.top-box-splash p.top-text {
  max-width: 350px;
  line-height: 24px;
  font-size: 21px;
  color: #f2f2f2; }

#post-165 p.top-text {
  font-family: 'Franklin Gothic Book', sans-serif;
  max-width: 400px;
  color: black; }

#post-165 h1.headline,
#post-371 h1.headline {
  display: none; }

#post-165 h1 {
  font-family: 'Franklin Gothic Medium', sans-serif;
  font-size: 28px;
  color: #4c4949;
  padding-bottom: 5px;
  margin: 0; }

.head2 {
  font-family: 'Franklin Gothic Book', sans-serif;
  font-size: 27px;
  color: #535353;
  padding-bottom: 3px;
  margin: 0; }

body.splash ul {
  list-style: none; }

body.splash .container {
  width: 890px; }

.footer {
  border-top: 0px double black; }

.header {
  border-bottom: 0px double black; }

/*
 * .grt p, .grt ul {
 * margin-bottom: 12px;
 * margin-left:0px;
 * }
 */
h1 {
  padding-bottom: 5px; }

.headline_area {
  margin-bottom: 5px; }

.post_box blockquote {
  margin-left: 0px;
  padding-left: 0px; }

.grt {
  font-size: 18px; }

.grt h3 {
  font-size: 18px;
  line-height: 30px; }

.post_box ul {
  list-style-type: disc; }

.read-more {
  font-size: 70%; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: none; }

.section #fp-footer-text a {
  color: #919191; }

.press .headline {
  display: none; }

.press .post_content a {
  color: #2378bd;
  font-weight: 300; }

.press .post_content a:hover {
  color: #16598f;
  font-weight: 300; }

/*
 * gigs calendar
 */
.shows table.gigs {
  font-family: Arial, Helvetica, sans-serif;
  color: #535353; }

.shows table.gigs a {
  color: #2378bd;
  font-weight: 300; }

.shows table.gigs a:hover {
  color: #16598f;
  font-weight: 300; }

.shows table.gigs tr.gig {
  border-bottom: 1px solid #b8b8b8; }

table.gigs td {
  padding-top: 12px; }

table.gigs td.date {
  padding-right: 15px; }

table.gigs td.city {
  padding-right: 15px; }

table.gigs td.country {
  padding-right: 15px; }

table.gigs td.shortNotes {
  padding-right: 15px; }

table.gigs td.eventName {
  padding-right: 3px; }

table.gigs td.time {
  padding-right: 15px; }

table.gigs td.venue {
  padding-right: 15px; }

.shows div.gigs-calendar {
  background-color: #f2f2f2;
  padding: 15px;
  border: 1px solid #f2f2f2; }

.shows .grt,
.grt h3 {
  font-size: 20px;
  line-height: 16px; }

.shows table.gigs {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  font-size: 0.75em;
  text-align: left; }

.from-water .grt .headline {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px; }

.discography ul {
  list-style-type: none;
  padding-bottom: 0px; }

.discography .grt h3 {
  line-height: 26px;
  padding-bottom: 0px; }

.discography  li {
  color: black; }

.discography  li:nth-of-type(2n) {
  padding-left: 20px;
  color: #4c4949;
  line-height: 22px; }