@import url(//fonts.googleapis.com/css?family=Didact+Gothic|Alegreya:400italic,400,700);
/*
Theme Name: Balance
Theme URI: http://neilorangepeel.com
Description: A responsive WordPress theme.
Author: Tink Tank
Author URI: http://tinktank.in
Version: 1
*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, figure, footer, header, hgroup, nav, section, img, main {
  display: block; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

html {
  overflow-y: scroll; }

[id*='attachment_'] {
  max-width: 100% !important; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.screenreader {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin: 0 auto; }

@font-face {
  font-family: 'tinktankcons';
  src: url("_/_type/tinktankcons.woff") format("woff"), url("_/_type/tinktankcons.ttf") format("truetype"); }

html {
  font: normal 112.5%/1.5 serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 20px;
  color: #222222; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.4em; }

h1, .h1 {
  font-size: 2.4em; }

h2, .h2 {
  font-size: 2.2em; }

h3, .h3 {
  font-size: 2em; }

h4, .h4 {
  font-size: 1.8em; }

h5, .h5, h6, .h6 {
  font-size: 1.6em; }

p {
  margin-bottom: 1.6em; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1.6em; }

a {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #fa5d5a;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

ul, ol, ul ul, ul ol, ol ol, ol ul {
  padding-left: 1.2em;
  margin-bottom: 1em; }

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0; }

blockquote {
  padding: 1em;
  background: rgba(0, 0, 0, 0.05);
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  font-size: 0.95em;
  font-style: italic;
  font-weight: lighter;
  margin-bottom: 2em; }
  blockquote:after {
    content: "";
    display: table;
    clear: both; }
  blockquote p {
    margin-bottom: 0; }
  blockquote cite {
    display: inline-block;
    float: right;
    margin: 1em 0 0;
    font-style: normal; }

[data-icon]::before {
  position: relative;
  content: attr(data-icon);
  font-family: 'tinktankcons';
  font-weight: 400 !important;
  font-style: normal;
  text-transform: none;
  line-height: 0; }

.btn, .wpcf7-submit, #submit {
  width: auto !important;
  background: #fa5d5a;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.7em; }

.fluid-width-video-wrapper {
  background: rgba(0, 0, 0, 0.1); }

body {
  border-top: 10px solid #fa5d5a; }
  @media (max-width: 40em) {
    body {
      font-size: 18px; } }

.wrapper {
  max-width: 48em;
  margin: 0 auto;
  padding: 0 3%; }

[class*='page-wrap-'] {
  padding-bottom: 15%; }

.header {
  padding: 12% 0; }
  .header a {
    color: #222222; }
    .header a:hover, .header a:focus {
      color: #fa5d5a;
      text-decoration: none; }

.nav {
  float: right; }
  .nav ul {
    padding: 0; }
  .nav li {
    display: inline-block;
    margin: 1em 0 0 1em; }
    @media (max-width: 40em) {
      .nav li {
        margin: 1em 0.3em 0; } }

h1.logo {
  margin: 0; }

.logo {
  float: left; }
  .logo:hover img, .logo:focus img {
    opacity: 0.8; }

@media (max-width: 40em) {
  .nav, .logo {
    float: none;
    text-align: center; }

  .logo img {
    margin: 0 auto; } }
.grid .tile {
  position: relative;
  float: left;
  width: 33.33%;
  display: block;
  border: 2px solid white; }
  .grid .tile:hover h2, .grid .tile:focus h2 {
    opacity: 1; }
  @media (max-width: 40em) {
    .grid .tile {
      width: 50%; } }
  .grid .tile h2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 5% 0 0 5%;
    font-size: 1.4em;
    color: white;
    background: #fa5d5a;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }

.blogroll {
  max-width: 30em; }
  .blogroll .blog-post {
    margin-bottom: 12%; }

.splash-img {
  margin-bottom: 10%; }

.single-entry {
  max-width: 30em;
  margin: 0 auto; }
  .single-entry .page-title {
    text-align: center;
    margin-bottom: 10%; }
  .single-entry .post-title {
    text-align: center;
    margin: 0; }
  .single-entry .date {
    display: block;
    margin-bottom: 10%;
    text-align: center;
    font-style: italic; }

#respond {
  float: left;
  padding-top: 1.6em; }

.commentlist {
  padding: 0; }
  .commentlist li {
    padding: 1em 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .commentlist .avatar {
    float: left;
    width: 15%;
    margin-right: 1em; }
  .commentlist .comment-meta {
    font-size: 80%; }

textarea, input {
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
  font-family: 'Alegreya', Georgia, serif; }

@media (max-width: 40em) {
  .commentform label {
    font-size: 1em; }
  .commentform input {
    width: 50%; } }
.wpcf7-form p {
  margin: 0; }

.social-icons {
  width: 8em;
  margin: 0 auto;
  font-size: 1.8em; }
  .social-icons a {
    color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 1px;
    margin-bottom: 0; }
    .social-icons a:hover, .social-icons a:focus {
      color: #fa5d5a;
      text-decoration: none; }
  .social-icons span {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.footer {
  text-align: center;
  padding: 12% 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer span {
    font-family: 'Menlo';
    font-size: 120%; }