/*
Theme Name: tchc
Version: 1.0.0
Text Domain: tchc
*/
@font-face {
  font-family: 'Farnham-Light';
  src: url("fonts/farnham-light/farnham-light.woff2") format("woff2"), url("fonts/farnham-light/farnham-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Farnham-Light-Italic';
  src: url("fonts/farnham-light-italic/farnham-light-italic.woff2") format("woff2"), url("fonts/farnham-light-italic/farnham-light-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col {
  padding: 0 15px; }
  .col.align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col:first-of-type {
    padding-left: 0; }
  .col:last-of-type, .col:only-of-type {
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .col {
      width: 100% !important;
      padding: 0; } }

.col-1 {
  padding: 0; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.list-item {
  margin: 0 30px 30px 0; }
  @media screen and (max-width: 768px) {
    .list-item {
      width: 100% !important;
      margin-right: 0; } }

.list-1-2 {
  width: calc(50% - 30px); }

.list-1-3 {
  width: calc(33.33% - 30px); }

.list-2-3 {
  width: calc(66.66% - 30px); }

.list-1-4 {
  width: calc(25% - 30px); }

.list-1-5 {
  width: calc(20% - 30px); }

.list-1,
.list-1-2:nth-child(2n),
.list-1-3:nth-child(3n),
.list-1-4:nth-child(4n),
.list-1-5:nth-child(5n) {
  margin-right: 0; }

html {
  overflow-y: scroll; }

body {
  font-family: "Farnham-Light", serif;
  color: #58595b; }
  body.single .entry-content {
    padding: 30px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Farnham-Light-Italic", serif;
  font-weight: 100;
  color: #a17d33;
  line-height: 1.1; }

a {
  color: #a17d33;
  text-decoration: none; }
  a:active, a:focus, a:visited, a:hover {
    color: #a17d33;
    text-decoration: underline; }

ul {
  margin-left: 0; }

.wrapper {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      width: 75%; } }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 90%; } }

.pos-r {
  position: relative; }

.right-align {
  text-align: right; }

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

.body-font {
  font-family: "Farnham-Light", serif; }

.top-padding {
  padding-top: 110px; }
  @media screen and (max-width: 425px) {
    .top-padding {
      padding-top: 50px; } }

.section-container {
  padding: 60px 0; }
  .section-container.header {
    padding: 15px 0;
    background-color: #d8cdbc;
    text-transform: uppercase;
    text-align: center; }
    .section-container.header h2 {
      margin: 0;
      font-family: "Farnham-Light", serif;
      font-size: 1rem;
      font-size: 16px; }

.article-img {
  width: 650px;
  height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block; }
  @media screen and (max-width: 768px) {
    .article-img {
      width: 100%; } }
  @media screen and (max-width: 425px) {
    .article-img {
      height: 200px; } }

.site-header {
  background-color: #d8cdbc; }

.header-container {
  padding: 30px 0;
  position: relative; }

.site-branding {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  padding: 15px;
  background-color: #a17d33; }

.main-navigation {
  text-align: center; }
  .main-navigation li {
    display: inline-block;
    padding: 0 30px; }
    .main-navigation li:after {
      content: "";
      width: 1px;
      height: 15px;
      background-color: #a17d33;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .main-navigation li:first-child {
      padding-left: 0; }
    .main-navigation li:last-child {
      padding-right: 0; }
      .main-navigation li:last-child:after {
        content: none; }
  @media screen and (max-width: 768px) {
    .main-navigation {
      text-align: right; } }
  @media screen and (max-width: 425px) {
    .main-navigation li {
      display: block;
      padding: 2px 0; }
      .main-navigation li:after {
        content: none; } }

.menu-tchc-menu-container {
  display: inline-block; }

.home-header {
  padding: 90px 0;
  text-align: center;
  color: #a17d33;
  background-color: #f1f1ef; }
  .home-header .intro {
    width: 375px;
    margin: 0 auto; }
    .home-header .intro p {
      position: relative; }
      .home-header .intro p:after {
        content: "";
        width: 11px;
        height: 40px;
        background-image: url("images/arrow.svg");
        background-size: cover;
        position: absolute;
        bottom: -70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    @media screen and (max-width: 425px) {
      .home-header .intro {
        width: 90%; } }

.news-list .list-1-2:nth-child(2n) {
  margin-right: 30px; }

.news-list .list-1-2:nth-child(3n) {
  margin-right: 0; }

.entry-header {
  background-color: #f1f1ef; }

.article-header {
  margin-top: 30px; }

.post-navigation {
  display: none; }

.site-footer {
  background-color: #f1f1ef;
  color: #a17d33;
  font-family: "Farnham-Light-Italic", serif; }

.site-info, .colophon {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 425px) {
    .site-info, .colophon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .site-info div, .colophon div {
        margin-bottom: 20px; }
        .site-info div:last-child, .colophon div:last-child {
          margin-bottom: 0; } }

.colophon {
  font-size: 13px;
  font-size: 0.8rem; }

.sco-container span, .sco-container img {
  display: inline-block;
  vertical-align: middle; }

.sco-container img {
  margin-left: 10px;
  width: 85px; }
