@font-face {
  font-family: 'English-Towne-Medium';
  src: url("../fonts/EnglishTowne/English-Towne-Medium.ttf.woff") format("woff"), url("../fonts/EnglishTowne/English-Towne-Medium.ttf.svg#English-Towne-Medium") format("svg"), url("../fonts/EnglishTowne/English-Towne-Medium.ttf.eot"), url("../fonts/EnglishTowne/English-Towne-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
img {
  display: block; }

a {
  -o-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out; }

html {
  height: 100%;
  width: 100%; }

::selection {
  background: #2e6d9d;
  color: #f7f7f7; }

::-moz-selection {
  background: #2e6d9d;
  color: #f7f7f7; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

body {
  background: #f7f7f7;
  text-align: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  font-family: "Lora", serif; }

a {
  text-decoration: none;
  color: #2a2a2a; }
  a:hover {
    text-decoration: underline;
    color: #2e6d9d; }

.inner {
  padding: 15px 15px 0px; }

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

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col {
  float: left; }

.col-12, .col-4.tag-xxl {
  width: 100%; }

.col-6, .col-4.tag-large, .col-4.tag-l {
  width: 50%; }

.col-4, .grid-sizer {
  width: 25%; }

.col-8, .col-4.tag-xl {
  width: 75%; }

.col-8-center {
  margin: 0 12.5%;
  float: none !important; }

.col-10 {
  width: 80%; }

.col-10-center {
  margin: 0 10%;
  float: none !important; }

.col-3 {
  width: 33.33%; }

.col-9 {
  width: 66.66%; }

.border-bottom {
  border-bottom: 1px solid #D5D5D5; }

h1 {
  font-family: "Playfair Display", serif;
  margin: 0 0 5px;
  line-height: 1.25em; }

p {
  margin: 0 0 15px; }

hr {
  border: 0;
  border-bottom: 1px solid #D5D5D5;
  height: 0;
  margin: 0;
  padding: 0; }

header #logo {
  text-align: center; }
  header #logo .site-title {
    font-size: 5.25em;
    font-weight: normal;
    line-height: 1.7;
    padding-top: 10px;
    margin: 0;
    font-family: 'English-Towne-Medium'; }
    header #logo .site-title a:hover {
      text-decoration: none; }
  header #logo img {
    margin: 25px auto !important;
    max-width: 100%;
    height: auto !important; }
header #date {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  padding-bottom: 10px; }

#header_leaderboard {
  border-bottom: 1px solid #D5D5D5; }
  #header_leaderboard .inner {
    padding: 15px 0;
    text-align: center; }
    #header_leaderboard .inner img, #header_leaderboard .inner iframe {
      margin: 0 auto; }

#post_banner {
  border-top: 1px solid #D5D5D5; }
  #post_banner .inner {
    padding: 15px 0;
    text-align: center; }
    #post_banner .inner img, #post_banner .inner iframe {
      margin: 0 auto; }

@media only screen and (min-width: 780px) {
  nav {
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0 -2px 0 #2a2a2a;
    position: relative;
    text-align: center;
    overflow: visible; }
    nav ul {
      position: relative;
      display: inline-table;
      margin: 0;
      padding: 0; }
      nav ul li {
        display: inline-block; }
        nav ul li a {
          display: inline-block;
          padding: 0 10px;
          line-height: 3.5em; }
          nav ul li a:hover {
            text-decoration: none;
            box-shadow: 0 2px 0 #2e6d9d; }
        nav ul li:after {
          content: '|'; }
        nav ul li:last-of-type:after {
          content: ''; }
        nav ul li:hover > ul {
          display: block; }
        nav ul li.menu-item-has-children a:after {
          content: " \f107";
          font-family: "FontAwesome"; }
        nav ul li.menu-item-has-children ul li a:after {
          content: ""; }
      nav ul:after {
        content: "";
        clear: both; }
      nav ul li.current-menu-item a {
        box-shadow: 0 1px 0 #2e6d9d; }
        nav ul li.current-menu-item a:hover {
          text-decoration: none;
          box-shadow: 0 2px 0 #2e6d9d; }
      nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #f7f7f7;
        z-index: 9999;
        padding: 0;
        box-shadow: 1px 1px 5px #D5D5D5; }
        nav ul ul li {
          display: block;
          position: relative;
          min-width: 250px; }
          nav ul ul li a {
            margin: 0;
            width: 100%;
            box-shadow: none; }
            nav ul ul li a:after {
              content: ' '; }
            nav ul ul li a:hover {
              background: #fbfbfb;
              box-shadow: 0 -1px 0 #D5D5D5, 0 1px 0 #D5D5D5; }
          nav ul ul li:after {
            content: ""; }
        nav ul ul ul {
          position: absolute;
          left: 100%;
          top: 0px; }

  #socials-menu {
    position: absolute;
    right: 44px;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #socials-menu ul {
      display: none; } }
@media only screen and (max-width: 780px) {
  #newspaper_header_menu #socials-menu {
    position: absolute;
    right: 44px;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #newspaper_header_menu #socials-menu li {
      display: inline-block; }
      #newspaper_header_menu #socials-menu li a {
        display: block;
        padding: 0 10px;
        line-height: 44px; }
      #newspaper_header_menu #socials-menu li ul {
        display: none; }

  #newspaper_header_menu {
    overflow: hidden;
    position: relative;
    box-shadow: 0 -2px 0 #2a2a2a;
    min-height: 45px; }
    #newspaper_header_menu .meanmenu {
      display: none; }

  #newspaper_footer_menu {
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-align: center; }
    #newspaper_footer_menu ul {
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
      #newspaper_footer_menu ul li {
        display: block; }
        #newspaper_footer_menu ul li a {
          display: block;
          padding: 0 10px;
          line-height: 3.5em;
          box-shadow: 0 -1px 0 #D5D5D5; }
          #newspaper_footer_menu ul li a:hover {
            text-decoration: none;
            box-shadow: 0 -1px 0 #D5D5D5, 0 2px 0 #2e6d9d; }
        #newspaper_footer_menu ul li.menu-item-has-children a {
          box-shadow: inset -5px 0 0 #D5D5D5, inset 5px 0 0 #D5D5D5, 0 -1px 0 #D5D5D5; }
          #newspaper_footer_menu ul li.menu-item-has-children a:after {
            content: " \f107";
            font-family: "FontAwesome"; }
          #newspaper_footer_menu ul li.menu-item-has-children a:hover {
            box-shadow: inset -5px 0 0 #D5D5D5, inset 5px 0 0 #D5D5D5, 0 -1px 0 #D5D5D5, 0 2px 0 #2e6d9d; }
        #newspaper_footer_menu ul li.menu-item-has-children li a:after {
          content: ""; }

  /* hide the link until viewport size is reached */
  a.meanmenu-reveal {
    display: none; }

  /* when under viewport size, .mean-container is added to body */
  .mean-container {
    overflow: hidden; }
    .mean-container .mean-bar {
      float: left;
      width: 100%;
      position: relative;
      min-height: 42px; }
    .mean-container a.meanmenu-reveal {
      padding: 0px 10px 0px 10px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      color: #2a2a2a !important;
      font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      text-indent: 0;
      display: block;
      height: 44px;
      line-height: 44px; }
      .mean-container a.meanmenu-reveal i {
        line-height: 44px !important;
        font-size: 30px !important; }
      .mean-container a.meanmenu-reveal:hover {
        color: #2e6d9d !important; }
    .mean-container .mean-nav {
      float: left;
      width: 100%;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      margin-top: 44px; }
      .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none; }
        .mean-container .mean-nav ul li {
          position: relative;
          float: left;
          width: 100%; }
          .mean-container .mean-nav ul li a {
            display: block;
            float: left;
            width: 90%;
            padding: 0 5%;
            margin: 0;
            line-height: 50px;
            text-align: left;
            border-top: 1px solid #D5D5D5 !important;
            text-decoration: none;
            text-transform: uppercase; }
          .mean-container .mean-nav ul li a.mean-expand {
            padding: 0;
            width: 50px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 700;
            border: none !important;
            border-left: 1px solid #D5D5D5 !important;
            border-top: 1px solid #D5D5D5 !important; }
          .mean-container .mean-nav ul li a.mean-expand:hover {
            background: rgba(0, 0, 0, 0.9); }
          .mean-container .mean-nav ul li a:hover {
            background: #252525;
            background: rgba(255, 255, 255, 0.1); }
        .mean-container .mean-nav ul li.mean-last a {
          border-bottom: none;
          margin-bottom: 0; }
        .mean-container .mean-nav ul li li a {
          width: 80%;
          padding: 0 10%;
          background: #f2f2f2; }
        .mean-container .mean-nav ul li li li a {
          width: 70%;
          padding: 0 15%;
          background: #efefef; }
        .mean-container .mean-nav ul li li li li a {
          width: 60%;
          padding: 0 20%;
          background: #ededed; }
      .mean-container .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0; }
    .mean-container .mean-push {
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      clear: both; }

  .mean-remove {
    display: none !important; }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; } }
.searchb {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px; }
  .searchb i {
    line-height: 44px;
    width: 44px;
    text-align: center;
    font-size: 30px;
    cursor: pointer; }
  .searchb:hover i, .searchb:active i {
    color: #2e6d9d; }
  .searchb form {
    display: none;
    position: absolute;
    z-index: 1;
    width: 201px;
    box-shadow: 0 2px 0 #2e6d9d;
    top: 0px;
    right: 44px; }
    .searchb form input {
      padding: 0;
      float: 0;
      line-height: 44px;
      float: left; }
    .searchb form input#searchsubmit {
      display: none; }
    .searchb form input[type=text] {
      text-indent: 22px;
      width: 200px;
      border: 0;
      border-right: 1px solid #D5D5D5;
      border-left: 1px solid #D5D5D5;
      color: #2a2a2a;
      font-family: "Montserrat", sans-serif; }

footer .copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 3.5em;
  font-size: 0.7em;
  text-transform: uppercase; }
footer nav {
  box-shadow: 0 -1px 0 #D5D5D5; }
footer .footer-sidebar {
  border-top: 1px solid #D5D5D5; }
  footer .footer-sidebar .box:nth-of-type(2) {
    box-shadow: -1px 0 0 #D5D5D5, 1px 0 0 #D5D5D5; }

footer .footer-sidebar .box, #article .sidebar .box {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 0.8em; }
  footer .footer-sidebar .box .title, #article .sidebar .box .title {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #D5D5D5;
    font-weight: normal; }
    footer .footer-sidebar .box .title img, #article .sidebar .box .title img {
      float: left; }
  footer .footer-sidebar .box .inner, #article .sidebar .box .inner {
    padding: 0 15px 15px 15px; }
  footer .footer-sidebar .box form, #article .sidebar .box form {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden; }
    footer .footer-sidebar .box form input[type="search"], footer .footer-sidebar .box form input[type="text"], #article .sidebar .box form input[type="search"], #article .sidebar .box form input[type="text"] {
      width: calc(100% - 80px) !important;
      float: left;
      border: 1px solid #D5D5D5;
      text-indent: 10px;
      line-height: 30px;
      font-size: 15px !important;
      padding: 0;
      box-shadow: 0;
      text-shadow: none;
      outline: none;
      font-weight: normal;
      border-radius: 0; }
    footer .footer-sidebar .box form label, #article .sidebar .box form label {
      margin: 0; }
    footer .footer-sidebar .box form input[type="submit"], #article .sidebar .box form input[type="submit"] {
      text-shadow: none;
      border: 0;
      float: right;
      width: 80px;
      line-height: 30px;
      box-shadow: none;
      border-radius: 0;
      margin: 0;
      padding: 0 !important;
      text-align: center;
      cursor: pointer;
      border: 1px solid #D5D5D5; }
      footer .footer-sidebar .box form input[type="submit"]:hover, #article .sidebar .box form input[type="submit"]:hover {
        background: #f7f7f7;
        box-shadow: none; }
  footer .footer-sidebar .box.widget_rss .rsswidget, #article .sidebar .box.widget_rss .rsswidget {
    text-transform: uppercase; }
  footer .footer-sidebar .box.widget_rss .rss-date, #article .sidebar .box.widget_rss .rss-date {
    text-transform: uppercase;
    font-size: 10px;
    display: block; }
    footer .footer-sidebar .box.widget_rss .rss-date:before, #article .sidebar .box.widget_rss .rss-date:before {
      content: "\f017  ";
      font-family: "FontAwesome"; }
  footer .footer-sidebar .box.widget_rss cite, footer .footer-sidebar .box.widget_rss .rssSummary, #article .sidebar .box.widget_rss cite, #article .sidebar .box.widget_rss .rssSummary {
    font-size: 0.8em;
    line-height: 1.25; }
  footer .footer-sidebar .box select, #article .sidebar .box select {
    width: 100%;
    padding: 12px 5px;
    font-size: 0.8em;
    font-family: "Montserrat", sans-serif;
    text-transform: lowercase;
    text-align: center; }
  footer .footer-sidebar .box table, #article .sidebar .box table {
    text-align: center; }
  footer .footer-sidebar .box ul, #article .sidebar .box ul {
    margin: 10px;
    padding-left: 20px; }
  footer .footer-sidebar .box .tagcloud a, #article .sidebar .box .tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 4px 2px 4px;
    border-radius: 0;
    border: 1px solid #D5D5D5 !important;
    font-size: 0.8em !important; }
    footer .footer-sidebar .box .tagcloud a:hover, #article .sidebar .box .tagcloud a:hover {
      color: #2e6d9d;
      background-color: #fbfbfb; }
  footer .footer-sidebar .box .instagram a, #article .sidebar .box .instagram a {
    width: calc(33.33% - 10px);
    display: block;
    float: left;
    padding: 5px; }

#article .sidebar .box {
  padding-bottom: 20px; }

#pager {
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 -2px 0 #2a2a2a; }
  #pager div.col {
    text-align: center; }
    #pager div.col a {
      display: block;
      width: 100%;
      line-height: 3.5em; }
      #pager div.col a:hover {
        text-decoration: none;
        box-shadow: inset 0 -2px 0 #2e6d9d; }
    #pager div.col:last-of-type {
      float: right;
      box-shadow: -1px 0 0 #D5D5D5; }
    #pager div.col:first-of-type {
      box-shadow: 1px 0 0 #D5D5D5; }

#content {
  overflow: hidden; }
  #content article {
    box-shadow: 1px 0 0 #D5D5D5; }
    #content article.is-last {
      box-shadow: none; }
    #content article header img {
      width: 100%;
      height: auto;
      opacity: 0.8;
      -o-transition: all 0.20s ease-in-out;
      -webkit-transition: all 0.20s ease-in-out;
      -moz-transition: all 0.20s ease-in-out;
      transition: all 0.20s ease-in-out; }
    #content article header h1 {
      font-size: 1.75em;
      padding: 5px 0;
      margin: 0;
      white-space: pre-wrap;
      /* css-3 */
      white-space: -moz-pre-wrap;
      /* Mozilla, since 1999 */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */ }
    #content article .excerpt p {
      margin: 0; }
    #content article .meta {
      font-family: "Montserrat", sans-serif;
      font-size: 0.675em;
      line-height: 1.5;
      color: #848484;
      padding: 10px 0; }
      #content article .meta span {
        color: #848484 !important; }
    #content article.sticky header:before {
      font-family: "FontAwesome";
      content: "\f005";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
    #content article.format-video header:before {
      font-family: "FontAwesome";
      content: "\f03d";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
    #content article.format-audio header:before {
      font-family: "FontAwesome";
      content: "\f025";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
    #content article.format-quote header:before {
      font-family: "FontAwesome";
      content: "\f10e";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
    #content article.format-image header:before {
      font-family: "FontAwesome";
      content: "\f030";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
    #content article.format-gallery header:before {
      font-family: "FontAwesome";
      content: "\f03e";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
    #content article.format-link header:before {
      font-family: "FontAwesome";
      content: "\f0c1";
      position: absolute;
      z-index: 999;
      top: 0px;
      right: 0px;
      margin: 15px;
      padding: 8px 12px;
      display: inline-block;
      color: #FFF;
      font-size: 15px;
      line-height: 20px;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-font-smoothing: antialiased; }
  #content article.tag-large header h1 {
    font-size: 2.2em;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
  #content a {
    display: block; }
  #content a:hover {
    display: block;
    background: #fbfbfb;
    text-decoration: none;
    box-shadow: 0 0 10px #ccc, 0 1px 0 #ccc, inset 1px 0 0 #ccc, 0 -1px 0 0 #ccc, inset -1px 0 0 #ccc; }
    #content a:hover img {
      opacity: 1; }
    #content a:hover hr {
      border-color: #fbfbfb; }

#article article, #page article {
  box-shadow: 1px 0 0 #D5D5D5, -1px 0 0 #D5D5D5;
  padding-bottom: 15px;
  margin-bottom: -30px; }
  #article article header, #page article header {
    margin-bottom: 10px;
    border-bottom: 1px solid #D5D5D5; }
    #article article header h1, #page article header h1 {
      font-size: 3em;
      white-space: pre-wrap;
      /* css-3 */
      white-space: -moz-pre-wrap;
      /* Mozilla, since 1999 */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */ }
    #article article header .excerpt, #page article header .excerpt {
      margin: 15px 0; }
      #article article header .excerpt::first-letter, #page article header .excerpt::first-letter {
        float: left;
        font-size: 2.75em;
        line-height: 0.8;
        padding-top: 0px;
        padding-right: 6px;
        padding-left: 3px;
        font-family: "Playfair Display", serif;
        text-transform: uppercase; }
      #article article header .excerpt p, #page article header .excerpt p {
        margin: 0;
        font-size: 1.3em;
        line-height: 1.35em; }
    #article article header .meta, #page article header .meta {
      font-family: "Montserrat", sans-serif;
      font-size: 0.675em;
      line-height: 1.5;
      color: #848484;
      padding: 10px 0; }
      #article article header .meta span, #page article header .meta span {
        color: #848484 !important; }
  #article article hr, #page article hr {
    border: 0;
    border-bottom: 1px solid #D5D5D5;
    height: 0;
    margin: 0;
    padding: 0; }
  #article article .featured-image-in-post, #page article .featured-image-in-post {
    padding: 5px 0 15px; }
    #article article .featured-image-in-post img, #page article .featured-image-in-post img {
      margin: 0 auto; }
  #article article .content p, #page article .content p {
    margin: 25px 100px;
    font-size: 1.08em;
    line-height: 1.5em; }
  #article article .content h1, #article article .content h2, #article article .content h3, #article article .content h4, #article article .content h5, #article article .content h6, #page article .content h1, #page article .content h2, #page article .content h3, #page article .content h4, #page article .content h5, #page article .content h6 {
    font: 32px/52px "Playfair Display", serif;
    margin: 25px 100px;
    text-align: left;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
  #article article .content h1, #page article .content h1 {
    font-size: 2.25em; }
  #article article .content h2, #page article .content h2 {
    font-size: 2em; }
  #article article .content h3, #page article .content h3 {
    font-size: 1.75em; }
  #article article .content h4, #page article .content h4 {
    font-size: 1.5em; }
  #article article .content h5, #page article .content h5 {
    font-size: 1.25em; }
  #article article .content h6, #page article .content h6 {
    font-size: 1em; }
  #article article .share, #page article .share {
    text-align: center;
    margin: 40px 0; }
    #article article .share ul, #page article .share ul {
      margin: 0;
      padding: 0; }
    #article article .share li, #page article .share li {
      display: inline-block;
      margin: 5px;
      color: #848484; }
      #article article .share li span, #page article .share li span {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 0.8em; }
      #article article .share li a, #page article .share li a {
        padding: 0 10px;
        display: inline-block;
        color: #848484;
        border-bottom: 1px solid #f7f7f7; }
        #article article .share li a:hover, #page article .share li a:hover {
          text-decoration: none;
          border-bottom: 1px solid #D5D5D5; }
    #article article .share .facebook:after, #page article .share .facebook:after {
      content: "\f09a";
      font-family: "FontAwesome"; }
    #article article .share .reddit:after, #page article .share .reddit:after {
      content: "\f281";
      font-family: "FontAwesome"; }
    #article article .share .linkedin:after, #page article .share .linkedin:after {
      content: "\f0e1";
      font-family: "FontAwesome"; }
    #article article .share .twitter:after, #page article .share .twitter:after {
      content: "\f099";
      font-family: "FontAwesome"; }
    #article article .share .google:after, #page article .share .google:after {
      content: "\f1a0";
      font-family: "FontAwesome"; }
    #article article .share .whatsapp:after, #page article .share .whatsapp:after {
      content: "\f232";
      font-family: "FontAwesome"; }
#article .recommend, #page .recommend {
  overflow: hidden;
  padding: 10px 0; }
  #article .recommend .recommend-title, #page .recommend .recommend-title {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #D5D5D5;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #D5D5D5;
    margin-bottom: 30px; }
    #article .recommend .recommend-title span, #page .recommend .recommend-title span {
      font-size: 1.75em;
      background-color: #f7f7f7;
      text-transform: uppercase;
      padding: 0 10px; }
  #article .recommend .recommend-item a, #page .recommend .recommend-item a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    box-shadow: 0px 1px 0 #D5D5D5; }
    #article .recommend .recommend-item a .img, #page .recommend .recommend-item a .img {
      height: 140px;
      overflow: hidden;
      box-shadow: 1px 0 0 #D5D5D5; }
      #article .recommend .recommend-item a .img .inner, #page .recommend .recommend-item a .img .inner {
        padding-top: 0; }
        #article .recommend .recommend-item a .img .inner img, #page .recommend .recommend-item a .img .inner img {
          width: 100%; }
        #article .recommend .recommend-item a .img .inner .noimg, #page .recommend .recommend-item a .img .inner .noimg {
          width: 100%;
          min-height: 138px;
          box-shadow: inset 0 0 150px #D5D5D5; }
          #article .recommend .recommend-item a .img .inner .noimg span, #page .recommend .recommend-item a .img .inner .noimg span {
            line-height: 138px;
            width: 100%;
            text-align: center;
            display: block;
            font-family: "English-Towne-Medium";
            font-size: 60px;
            color: #fbfbfb; }
    #article .recommend .recommend-item a .text .inner, #page .recommend .recommend-item a .text .inner {
      padding-top: 0; }
      #article .recommend .recommend-item a .text .inner h3, #page .recommend .recommend-item a .text .inner h3 {
        font-family: "Playfair Display", serif;
        margin: 0;
        padding: 0;
        font-size: 1.8em;
        white-space: pre-wrap;
        /* css-3 */
        white-space: -moz-pre-wrap;
        /* Mozilla, since 1999 */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */ }
    #article .recommend .recommend-item a:hover, #page .recommend .recommend-item a:hover {
      background: #fbfbfb;
      color: #2a2a2a;
      box-shadow: 0 0 10px #ccc; }
  #article .recommend .recommend-item:last-of-type a, #page .recommend .recommend-item:last-of-type a {
    box-shadow: 0 0 0 #fbfbfb; }
  #article .recommend .recommend-item:last-of-type a:hover, #page .recommend .recommend-item:last-of-type a:hover {
    box-shadow: 0 0 10px #ccc, 0 1px 0 #ccc; }

#page article {
  margin-bottom: 0px; }
  #page article header h1 {
    padding: 15px 0 25px;
    text-align: center; }
#page #comment-indicator {
  border-top: 1px solid #D5D5D5; }
#page #comments #comment-wrapper {
  margin-top: -32px; }

#comment-indicator {
  padding: 2.5% 0;
  border-top: 1px solid #D5D5D5; }
  #comment-indicator a {
    width: 50%;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #D5D5D5;
    color: #848484; }
  #comment-indicator a:hover {
    font-style: none;
    text-decoration: none;
    color: #2e6d9d;
    border-bottom-color: #2e6d9d;
    box-shadow: 0 1px 0 #2e6d9d; }

#comments {
  padding: 0;
  width: 100%; }
  #comments ol {
    margin: 0;
    padding: 0; }
  #comments .comments-title {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #D5D5D5;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #D5D5D5;
    margin-bottom: 30px;
    font-size: 1em;
    font-weight: normal; }
    #comments .comments-title span {
      font-size: 1.75em;
      background-color: #f7f7f7;
      text-transform: uppercase;
      padding: 0 10px; }
  #comments .comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    #comments .comment-list .comment {
      border-bottom: 1px solid #D5D5D5;
      padding: 5px;
      margin: 10px; }
      #comments .comment-list .comment .children {
        border: 0;
        border-left: 1px solid #D5D5D5;
        list-style-type: none; }
        #comments .comment-list .comment .children .comment {
          border: 0;
          padding: 0px;
          margin: 10px 0 10px 15px; }
      #comments .comment-list .comment .comment-body {
        margin: 0px 0;
        position: relative;
        box-shadow: none;
        padding: 0; }
        #comments .comment-list .comment .comment-body .comment-meta {
          clear: both;
          font-family: "Montserrat", sans-serif;
          line-height: 1em;
          padding: 5px; }
          #comments .comment-list .comment .comment-body .comment-meta .comment-author {
            font-size: 0.7em;
            text-transform: uppercase; }
            #comments .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
              float: left;
              padding: 0 5px 0 0 !important;
              width: auto;
              height: auto; }
          #comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
            font-size: 0.65em; }
            #comments .comment-list .comment .comment-body .comment-meta .comment-metadata a {
              color: #848484; }
        #comments .comment-list .comment .comment-body .comment-content {
          padding-left: 42px;
          font-size: 0.95em;
          padding-bottom: 0;
          line-height: 1.55em; }
        #comments .comment-list .comment .comment-body .reply {
          position: absolute;
          bottom: 0px;
          right: 10px;
          font-family: "Montserrat", sans-serif;
          font-size: 0.6em;
          text-transform: uppercase; }
          #comments .comment-list .comment .comment-body .reply a {
            color: #848484; }
  #comments .comment-respond {
    margin: 0 10%; }
    #comments .comment-respond h3 {
      font-family: "Montserrat", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      color: #848484; }
    #comments .comment-respond label {
      font-family: "Montserrat", sans-serif;
      display: block;
      font-size: 0.7em;
      text-transform: uppercase;
      line-height: 1em;
      margin: 20px 0 2.5px; }
    #comments .comment-respond textarea, #comments .comment-respond input {
      background: transparent;
      border-radius: 0;
      border: 1px solid #D5D5D5;
      padding: 10px;
      margin: 0px auto;
      max-width: 100% !important; }
    #comments .comment-respond input[type=submit] {
      margin: 20px auto;
      border: 2px solid #D5D5D5;
      box-shadow: none;
      text-shadow: none;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-style: bold;
      padding: 15px; }
      #comments .comment-respond input[type=submit]:hover {
        border: 2px solid #D5D5D5;
        color: #2e6d9d;
        border-bottom-color: #2e6d9d; }

.page-links {
  text-align: center;
  box-shadow: 0 1px 0 #D5D5D5, 0 -1px 0 #D5D5D5; }
  .page-links span {
    display: inline-block;
    padding: 5px 15px;
    margin: 10px 0px;
    border-bottom: 1px solid #f7f7f7;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #848484; }
  .page-links a:hover span {
    text-decoration: none;
    border-bottom: 1px solid #D5D5D5; }

#page-404 {
  text-align: center; }
  #page-404 h2 {
    font-family: 'English-Towne-Medium';
    font-size: 160px;
    color: #848484; }
  #page-404 p {
    padding: 15px; }

blockquote {
  padding: 15px;
  margin: 15px 50px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden; }
  blockquote p {
    margin: 0 0 15px !important;
    position: relative;
    z-index: 1;
    text-indent: 25px; }
  blockquote p:last-of-type {
    margin: 0 !important; }
  blockquote:before {
    content: "\f10e";
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    color: #efefef;
    font-size: 60px;
    line-height: 60px;
    top: 0px;
    left: 4px;
    overflow: hidden; }

ul {
  margin-left: 100px;
  margin-right: 100px;
  list-style-type: square; }

ol {
  margin-left: 100px;
  margin-right: 100px; }

address {
  padding: 15px 15px 15px 55px;
  margin: 15px 50px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden; }
  address:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    color: #efefef;
    font-size: 60px;
    line-height: 60px;
    top: 0px;
    left: 4px; }

pre {
  padding: 15px 15px 15px 75px;
  margin: 15px 50px;
  background: #fbfbfb;
  position: relative; }
  pre:before {
    content: "\f121";
    font-family: "FontAwesome";
    position: absolute;
    z-index: 0;
    color: #efefef;
    font-size: 60px;
    line-height: 60px;
    top: 0px;
    left: 4px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  text-align: center;
  margin: 15px auto; }
  table td, table th {
    border: 1px solid #D5D5D5;
    padding: 5px; }
  table th {
    background: #D5D5D5; }

dl {
  border: 1px solid #f7f7f7;
  padding: 15px 10px 0; }
  dl dt {
    border-bottom: 2px solid #D5D5D5;
    color: #D5D5D5;
    font-weight: 100; }
  dl dd {
    margin: 5px 10px 20px; }

code {
  background: #fbfbfb;
  padding: 0 5px; }

.wp-caption {
  margin: 0; }
  .wp-caption .wp-caption-text {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 10px; }

.wp-caption.alignleft {
  margin-right: 1.5em; }

.wp-caption.alignright {
  margin-left: 1.5em; }

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.gallery {
  margin: 10px 0;
  overflow: auto; }
  .gallery .gallery-item {
    margin: 0;
    float: left;
    padding: 2.5px; }
    .gallery .gallery-item img {
      height: auto;
      width: 100%; }
    .gallery .gallery-item .wp-caption-text {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 10px; }

#category-title {
  padding: 30px 0;
  border-bottom: 1px solid #D5D5D5; }
  #category-title h1 {
    font-size: 2em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #2a2a2a; }
    #category-title h1:after {
      content: '';
      display: block;
      height: 5px;
      margin-top: 3px;
      width: 140px;
      background-color: #2a2a2a;
      margin: 4px auto 4px; }

#searchnone p {
  font-family: "Playfair Display", serif;
  font-size: 1.75em;
  font-weight: bold;
  color: #2a2a2a; }

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; }

  .col-6, .col-4, .grid-sizer, .col-4.tag-large, .col-4.tag-l, .col-4.tag-xl, .col-4.tag-xxl {
    width: 50%; }

  .col-8, .col-9, .col-12, .col-10 {
    width: 100%; }

  .col-10-center, .col-8-center {
    margin: 0; }

  a:hover {
    text-decoration: none; }

  header #logo .site-title {
    font-size: 4.25em; }

  #article article header h1, #page article header h1 {
    font-size: 2em; }
  #article article header .excerpt p, #page article header .excerpt p {
    font-size: 1.15em; }
  #article article img, #page article img {
    max-width: 100% !important;
    height: auto;
    padding: 0 !important; }
  #article article .content p, #page article .content p {
    margin: 10px 10px; }
  #article article .content h1, #article article .content h2, #article article .content h3, #article article .content h4, #article article .content h5, #article article .content h6, #page article .content h1, #page article .content h2, #page article .content h3, #page article .content h4, #page article .content h5, #page article .content h6 {
    margin: 15px 10px; }
  #article article blockquote, #article article pre, #article article address, #page article blockquote, #page article pre, #page article address {
    margin: 10px 0; }
  #article article ul, #article article ol, #page article ul, #page article ol {
    margin: 0; }
  #article .recommend .recommend-title, #page .recommend .recommend-title {
    height: 12px;
    margin-bottom: 15px; }
    #article .recommend .recommend-title span, #page .recommend .recommend-title span {
      font-size: 1.1em; }
  #article .recommend .recommend-item a .img, #page .recommend .recommend-item a .img {
    width: 30%;
    float: left; }
    #article .recommend .recommend-item a .img img, #page .recommend .recommend-item a .img img {
      width: 100%;
      height: auto; }
  #article .recommend .recommend-item a .text, #page .recommend .recommend-item a .text {
    width: 70%;
    float: left; }
    #article .recommend .recommend-item a .text h3, #page .recommend .recommend-item a .text h3 {
      font-size: 1.3em; }

  #comment-indicator a {
    width: 95%; }

  #comments .comments-title {
    height: 12px;
    margin-bottom: 15px; }
    #comments .comments-title span {
      font-size: 1.1em; }

  footer nav ul {
    display: block; }
    footer nav ul li a {
      box-shadow: 0 1px 0 #D5D5D5; } }
@media only screen and (max-width: 768px) {
  .container {
    width: 100%; }

  .col {
    float: none; }

  .col-12, .col-6, .col-4, .grid-sizer, .col-8, .col-3, .col-9, .col-10, .col-4.tag-large, .col-4.tag-l, .col-4.tag-xl, .col-4.tag-xxl {
    width: 100%; }

  header #logo .site-title {
    font-size: 2.75em; }

  #article article header h1, #page article header h1 {
    font-size: 1.7em; }
  #article .share li:first-of-type, #page .share li:first-of-type {
    display: block; }
  #article .recommend .recommend-title, #page .recommend .recommend-title {
    height: 12px;
    margin-bottom: 15px; }
    #article .recommend .recommend-title span, #page .recommend .recommend-title span {
      font-size: 1.1em; }
  #article .recommend .recommend-item a .img, #page .recommend .recommend-item a .img {
    width: 100%;
    float: none;
    height: auto;
    max-height: 200px; }
    #article .recommend .recommend-item a .img img, #page .recommend .recommend-item a .img img {
      width: 100%;
      height: auto; }
  #article .recommend .recommend-item a .text, #page .recommend .recommend-item a .text {
    width: 100%;
    float: none; }
    #article .recommend .recommend-item a .text h3, #page .recommend .recommend-item a .text h3 {
      font-size: 1.3em; }

  #content article.tag-large header h1 {
    font-size: 1.75em; } }

/*# sourceMappingURL=style.css.map */
