@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,600italic);
/*!
Theme Name: Pestle & Mortar
Theme URI: http://tinktank.in/themes/pestle-mortar/
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: 'tinktankicons';
  src: url("_/_type/tinktankicons.woff") format("woff"), url("_/_type/tinktankicons.ttf") format("truetype"); }

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

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #5b636a; }

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

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

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

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

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

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

p {
  margin-bottom: 1.4em; }

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: #f54448;
  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-left: 1em;
  border-left: 10px solid #f54448;
  margin-bottom: 2em;
  color: #929BA2; }
  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: 'tinktankicons';
  font-weight: 400 !important;
  font-style: normal;
  text-transform: none;
  line-height: 0; }

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

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

html, body {
  height: 100%;
  min-height: 100%; }
  @media (max-width: 40em) {
    html, body {
      font-size: 16px; } }

.page-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10% 1.4em; }

.center {
  max-width: 34em;
  margin: 0 auto; }

.background {
  background-color: rgba(0, 0, 0, 0.15); }

.logo {
  position: absolute;
  left: 50%;
  width: 8.333em;
  height: auto;
  margin-left: -4.1665em; }

.header-home {
  position: relative;
  height: 100%; }
  @media (max-width: 40em) {
    .header-home {
      min-height: 15em;
      height: 70%; } }
  .header-home:before {
    content: '';
    position: absolute;
    background: url("_/_images/arrow.svg") bottom center repeat-x;
    bottom: 0px;
    height: 70px;
    width: 100%; }
  .header-home .logo {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -4.1665em; }
    @media (max-width: 40em) {
      .header-home .logo {
        top: 15%; } }

.header {
  min-height: 15em;
  height: 40%; }
  .header .logo {
    top: 12%; }

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  text-align: right;
  background: #f54448; }
#nav li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
#nav a {
  display: block;
  padding: 0.5em 2%;
  text-decoration: none;
  color: white; }
  #nav a:hover, #nav a:focus {
    background: rgba(0, 0, 0, 0.05); }

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

#nav.opened {
  max-height: 9999px; }

#nav-toggle {
  float: right;
  margin: 2%;
  padding: 1px;
  font-size: 1.8em;
  color: white;
  text-decoration: none;
  font-family: 'tinktankicons'; }
  #nav-toggle:hover, #nav-toggle:focus {
    color: #f54448; }
  #nav-toggle span {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.home-grid {
  padding-bottom: 10%; }

.home-tile {
  position: relative;
  float: left;
  width: 33.33%;
  border: 1px solid white;
  outline: none; }
  @media (max-width: 40em) {
    .home-tile {
      width: 50%; } }
  .home-tile img {
    width: 100%;
    height: auto; }
  .home-tile:hover, .home-tile:focus {
    border: 1px solid white; }
  .home-tile:hover span, .home-tile:focus span {
    opacity: 1; }
  .home-tile span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
    background: #f54448;
    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; }
  .home-tile h1 {
    position: relative;
    color: white;
    font-size: 1.2em;
    margin-bottom: 0; }
    .home-tile h1:after {
      content: '';
      position: absolute;
      top: 150%;
      left: 0;
      width: 1em;
      border-bottom: 3px solid rgba(255, 255, 255, 0.15); }

.pagination a {
  text-decoration: none;
  font-size: 2em;
  color: #a9b2b9; }
  .pagination a:hover, .pagination a:focus {
    color: #f54448; }

.single-post .title, .single-post .date, .single-page .title, .single-page .date {
  text-align: center; }

.single-entry {
  padding: 0 0 10%;
  margin: 0 0 10%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .single-entry .title {
    text-align: center; }
  .single-entry .date {
    text-align: center;
    color: #a9b2b9; }

#respond {
  padding-top: 1.6em; }

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

textarea, input {
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1em; }

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

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #a9b2b9; }
  .footer .tinktank {
    font-family: 'Menlo';
    font-size: 120%; }
  .footer a {
    color: #a9b2b9; }
    .footer a:hover, .footer a:focus {
      color: #f54448; }

.social-icons {
  width: 8em;
  margin: 0 auto 0.5em;
  font-size: 2.2em; }
  .social-icons a {
    display: inline-block;
    padding: 1px;
    margin-bottom: 0;
    text-decoration: none; }
  .social-icons span {
    position: absolute;
    top: -9999px;
    left: -9999px; }
