/* sanfrancisco.com || Version: 1.0; Author: Joey Golaw */
/*------------------------------- RESET */
html, body, div, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, pre, fieldset, input, form, label, table, caption, tbody, tfoot, thead, tr, th, td, abbr, address, article, aside, audio, cite, code, details, em, figcaption, figure, footer, header, hgroup, iframe, img, mark, menu, nav, object, section, small, strong, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------- BODY */
html {
  padding: 0 0.9rem;
  font-size: 62.5%;
  background-color: #FFF;
  background-image: url("https://sanfranciscotim.com/img/sftim-body-bg.png");
  background-position: top left;
  background-repeat: repeat; }

body {
  max-width: 960px;
  min-width: 520px;
  margin: 40.0rem auto 12.0rem auto;
  font-size: 1.4rem;
  font-family: 'Quicksand', Helvetica, sans-serif;
  color: #3d3d3d;
  background-color: #FFF;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  body#home .wrapper .site-content {
    width: 100%;
    float: none; }

.wrapper {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

.site-content {
  float: left;
  width: 100%; }

.image-container {
  overflow: hidden;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .image-container img {
    display: block;
    width: inherit;
    height: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

/*------------------------------- TEXT */
h1 {
  font-size: 4.4rem; }
  h1.site-title {
    white-space: nowrap; }

h2 {
  font-size: 2.2rem; }
  h2.site-description {
    white-space: nowrap;
    letter-spacing: -0.04em;
    font-family: 'Quicksand', Helvetica, sans-serif; }

h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 120%; }

h4 {
  font-size: 1.3rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #c2c2c2; }

h1, h2, h3, h4 {
  font-family: 'Coustard', Georgia, serif; }
  h1 a, h2 a, h3 a, h4 a {
    color: inherit;
    text-decoration: none; }

h2.section-title {
  clear: both;
  margin-top: 4.0rem;
  padding: 3.0rem 4.0rem 1.0rem 4.0rem;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: whitesmoke;
  color: #C0362C;
  font-size: 3.4rem;
  text-align: left;
  font-family: 'Mr Dafoe', cursive, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  h2.section-title:first-of-type {
    margin-top: 0;
    border: 0; }
  h2.section-title .all-posts-link {
    float: right;
    font-size: 1.5rem;
    color: gray;
    padding: 1.2rem 0 0.7rem 0.6rem;
    letter-spacing: -0.01em;
    font-family: 'Quicksand', Helvetica, sans-serif; }

p {
  font-size: 1.4rem;
  line-height: 150%;
  word-spacing: 0.1em;
  font-family: 'Quicksand', Helvetica, sans-serif; }
  p a.read-more {
    margin-top: 0.8rem;
    padding: 0.5rem 0;
    display: block; }

a {
  color: #C0362C; }
  a:hover {
    color: #6d1f19; }
  a:active {
    color: #3b110e; }

strong {
  font-weight: bold; }

/*------------------------------- HEADER */
header[role="banner"] {
  padding: 4.8rem 0 2.8rem 0;
  text-align: center;
  background-color: #FFF;
  border-bottom: 1px solid #f0f0f0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-top-left-radius: 11px;
  -moz-border-radius-topleft: 11px;
  border-top-left-radius: 11px;
  -webkit-border-top-right-radius: 11px;
  -moz-border-radius-topright: 11px;
  border-top-right-radius: 11px; }
  header[role="banner"] h1 {
    font-size: 9.0rem;
    font-family: 'Mr Dafoe', cursive, sans-serif;
    text-shadow: 1px 2px 1px #d6d6d6; }
    header[role="banner"] h1 a {
      color: #C0362C; }
      header[role="banner"] h1 a:hover {
        color: #6d1f19; }
      header[role="banner"] h1 a:active {
        color: #3b110e; }
  header[role="banner"] .header-image {
    margin-top: 2.4rem; }

#banner-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48.0rem;
  margin: 0 auto;
  background-color: inherit; }
  #banner-image-container img {
    width: 100%;
    max-width: 1280px;
    height: auto; }

/*------------------------------- NAV */
nav[role="navigation"] {
  width: 100%;
  height: auto;
  margin-top: 2.4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Coustard', Georgia, serif; }
  nav[role="navigation"] ul {
    position: relative;
    text-align: inherit; }
  nav[role="navigation"] li {
    display: inline-block;
    font-size: 1.8rem; }
    nav[role="navigation"] li a {
      display: inline-block;
      padding: 1.4rem;
      color: #C0362C;
      font-weight: bold;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      nav[role="navigation"] li a:hover {
        color: #C0362C;
        text-decoration: underline; }
      nav[role="navigation"] li a img.icon {
        display: inline-block;
        height: 1.06667em;
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 0.75em;
        opacity: 0.12;
        filter: alpha(opacity=12); }
    nav[role="navigation"] li.current a {
      color: #C0362C;
      text-decoration: underline; }
    nav[role="navigation"] li.sftim-social-links {
      position: absolute;
      top: -0.133333333em;
      right: 3.0em;
      text-align: center; }
      nav[role="navigation"] li.sftim-social-links .icon {
        height: auto;
        padding: 0.5em; }
        nav[role="navigation"] li.sftim-social-links .icon img {
          display: inline-block;
          width: inherit;
          height: auto; }
        nav[role="navigation"] li.sftim-social-links .icon .label {
          display: none; }
        nav[role="navigation"] li.sftim-social-links .icon.tw .tw-icon {
          width: 35px; }
        nav[role="navigation"] li.sftim-social-links .icon.fb .fb-icon {
          width: 29px; }

#bg-slides-fog {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: url("https://sanfranciscotim.com/img/sftim-fog-bg.png");
  background-repeat: repeat-x;
  background-position: 50% 12%; }

#bg-slides {
  background: inherit;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0; }
  #bg-slides ul li {
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden; }
    #bg-slides ul li img {
      width: 100% !important;
      height: auto !important;
      opacity: 0.8;
      filter: alpha(opacity=80); }

.bgstretcher-page {
  border: 1px solid #d6d6d6;
  border-top-color: #e0e0e0;
  -webkit-border-top-left-radius: 11px;
  -moz-border-radius-topleft: 11px;
  border-top-left-radius: 11px;
  -webkit-border-top-right-radius: 11px;
  -moz-border-radius-topright: 11px;
  border-top-right-radius: 11px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 12px 2px rgba(0, 0, 0, 0.06); }

#bg-slides-controls {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.52;
  filter: alpha(opacity=52);
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease; }
  #bg-slides-controls:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  #bg-slides-controls li {
    display: inline-block;
    font-weight: bold; }
    #bg-slides-controls li a {
      padding: 0.4rem 0.8rem;
      color: #FFF;
      text-decoration: none;
      text-shadow: 0px 1px 1px #999999; }

.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0; }

.bgstretcher ul,
.bgstretcher ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.bgstretcher ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------- FOOTER */
#sponsor-logos {
  position: relative;
  margin-top: 6.0rem;
  padding: 9.0rem 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  background-color: whitesmoke; }
  #sponsor-logos .logos-title {
    position: absolute;
    top: 2.4rem;
    left: 3.2rem;
    width: auto;
    font-size: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #ababab;
    font-family: 'Coustard', Georgia, serif; }
  #sponsor-logos .logo {
    display: inline-block;
    position: relative;
    width: auto;
    margin-right: 4.0rem;
    vertical-align: text-top; }
    #sponsor-logos .logo img {
      display: inline-block;
      height: 100%;
      opacity: 0.88;
      filter: alpha(opacity=88); }
    #sponsor-logos .logo:last-of-type {
      margin-right: 0; }
    #sponsor-logos .logo:hover img {
      opacity: 1;
      filter: alpha(opacity=100); }
    #sponsor-logos .logo#sf-travel {
      height: 7.4rem; }
    #sponsor-logos .logo#ppai {
      top: 1.0rem;
      height: 8.0rem; }
    #sponsor-logos .logo#sage {
      top: 1.0rem;
      height: 5.2rem; }

footer[role="contentinfo"] {
  clear: both;
  margin: 0 auto;
  padding: 3.0rem;
  color: #FFF;
  font-size: 1.2rem;
  text-align: left;
  line-height: 200%;
  background-color: #ba453d;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px; }

/*------------------------------- HOME */
ul.columns {
  list-style-type: none;
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  padding: 0 0 0 1.0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  ul.columns .columns,
  ul.columns .columns .columns,
  ul.columns .columns, ul.columns .columns, ul.columns .columns {
    padding: 0; }
  ul.columns li {
    position: relative;
    display: block;
    width: 31.75%;
    height: 25.0rem;
    margin: 1% 0 0 1%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    ul.columns li.width-2x {
      width: 66%;
      margin: 0; }
    ul.columns li.width-half {
      width: 49.4%; }
    ul.columns li.width-full {
      width: 100%;
      margin: 1% 0; }
    ul.columns li.height-sm {
      height: 30.0rem; }
    ul.columns li.height-md {
      height: 40.0rem; }
    ul.columns li.height-lg {
      height: 48.0rem; }
    ul.columns li.height-xl {
      height: 60.0rem; }
    ul.columns li.container {
      padding: 0;
      height: auto; }
      ul.columns li.container .columns {
        float: left; }
    ul.columns li.right {
      float: right; }
    ul.columns li.left {
      float: left; }
    ul.columns li.column .post-date {
      z-index: 2;
      position: absolute;
      top: 0;
      right: 0;
      padding: 1.0rem 0.8rem;
      color: #FFF;
      font-size: 1.2rem;
      letter-spacing: 0.02em;
      cursor: default;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2); }
    ul.columns li.blog-column .columns:hover .post-title {
      background-color: #FFF; }
    ul.columns li.blog-column .post-title {
      z-index: 2;
      position: absolute;
      left: 0;
      bottom: 0; }
    ul.columns li.blog-column .image-container {
      z-index: 1;
      width: inherit;
      height: 100%; }
    ul.columns li.blog-column .post-info {
      height: auto; }
      ul.columns li.blog-column .post-info h3 {
        margin-bottom: 1.0rem; }
    ul.columns li.video-column .post-title a {
      padding-left: 0;
      padding-right: 0; }
    ul.columns li.video-column li.post-info {
      padding-left: 1.6rem; }
      ul.columns li.video-column li.post-info h3 {
        border: 0; }
        ul.columns li.video-column li.post-info h3 a {
          padding-left: 0; }
    ul.columns li.photo-column {
      overflow: hidden;
      left: 0; }
      ul.columns li.photo-column:hover .post-title {
        bottom: 0;
        -webkit-transition: all 180ms ease;
        -moz-transition: all 180ms ease;
        -o-transition: all 180ms ease;
        transition: all 180ms ease;
        opacity: 1;
        filter: alpha(opacity=100); }
      ul.columns li.photo-column .image-container {
        width: 100%;
        height: 100%; }
        ul.columns li.photo-column .image-container img {
          width: auto;
          height: 104%; }
      ul.columns li.photo-column .post-title {
        position: absolute;
        left: 0;
        bottom: -10.0rem;
        font-size: 1.6rem;
        opacity: 0;
        filter: alpha(opacity=0); }
        ul.columns li.photo-column .post-title:hover {
          background-color: #FFF; }
    ul.columns li.product-column .image-container {
      width: 100%;
      height: auto; }
      ul.columns li.product-column .image-container img {
        max-width: 32.0rem;
        margin: 0 auto; }
    ul.columns li.product-column .post-info {
      padding-top: 0; }
      ul.columns li.product-column .post-info .product-title {
        line-height: 112.5%; }
      ul.columns li.product-column .post-info .product-price {
        font-size: 1.8rem;
        line-height: 150%;
        margin-bottom: 0.5rem;
        font-family: 'Quicksand', Helvetica, sans-serif; }
      ul.columns li.product-column .post-info .product-min {
        margin-bottom: 0.5em;
        font-size: 1.3rem;
        color: #bfbfbf; }
      ul.columns li.product-column .post-info .product-about {
        color: #545454; }
      ul.columns li.product-column .post-info .button {
        cursor: pointer;
        position: absolute;
        bottom: 2em;
        left: 8%;
        display: block;
        width: 84%;
        border: 1px solid #ebada9;
        padding: 1.25rem 1.0rem;
        color: #C0362C;
        text-align: center;
        text-decoration: none;
        background-color: #fbf0f0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Coustard', Georgia, serif;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        ul.columns li.product-column .post-info .button:hover {
          color: #C0362C;
          border-color: #C0362C; }
          ul.columns li.product-column .post-info .button:hover .contact-options {
            display: block; }
        ul.columns li.product-column .post-info .button .contact-options {
          position: absolute;
          top: 0;
          left: 0;
          display: none;
          width: 100%;
          padding: 1.25rem 1.0rem;
          text-align: center;
          background-color: #fbf0f0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
    ul.columns li img.size-landscape {
      height: 104%;
      width: auto; }
    ul.columns li img.size-long-landscape {
      height: 100%;
      width: auto; }
    ul.columns li img.size-portrait {
      height: 104%;
      height: auto; }
    ul.columns li img.size-long-portrait {
      width: 104%;
      height: auto; }
    ul.columns li .post-info {
      overflow: visible;
      cursor: default;
      padding: 2.0rem 2.6rem 2.0rem 2.8rem; }
      ul.columns li .post-info p {
        line-height: 150%; }
    ul.columns li .post-title {
      width: 100%;
      height: auto;
      border-top: 1px solid whitesmoke;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 180ms ease;
      -moz-transition: all 180ms ease;
      -o-transition: all 180ms ease;
      transition: all 180ms ease; }
      ul.columns li .post-title a {
        display: block;
        width: 100%;
        height: auto;
        padding: 1.4rem 2.0rem 1.2rem 2.0rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
  ul.columns#home-videos {
    margin: 1.8rem auto;
    padding-left: 2.4rem; }
  ul.columns#home-store {
    margin-bottom: 2rem; }
    ul.columns#home-store .product-column {
      width: 23.5%; }
      ul.columns#home-store .product-column .post-info {
        padding-top: 0; }
        ul.columns#home-store .product-column .post-info h3 {
          font-size: 1.6rem; }

/*------------------------------- SINGLE */
body.single div[role="main"] {
  padding: 0 3.2rem; }
body.single .video-frame {
  margin-left: -3%;
  width: 106%;
  margin-bottom: 2.4rem;
  height: 53.4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/*------------------------------- GRID */
body.grid .wrapper {
  padding: 0; }

/*------------------------------- GENERAL */
article.format-quote footer.post-meta,
article.format-link footer.post-meta,
article.format-status footer.post-meta {
  font-size: 1.1rem; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button,
input,
textarea {
  padding: 0.6rem;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

button,
input {
  line-height: normal; }

textarea {
  overflow: auto;
  font-size: 100%;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
  padding: 0.6rem 1.0rem;
  color: gray;
  border-color: #c2c2c2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #fafafa 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: linear-gradient(top, #fafafa 0%, #fafafa 50%, #f0f0f0 50%, #f0f0f0 100%); }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  article.post-password-required input[type=submit]:hover,
  li.bypostauthor cite span:hover {
    color: #525252;
    border-color: #999999;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    background: #ebebeb;
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #f7f7f7 50%, #ebebeb 50%, #ebebeb 100%);
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 50%, #ebebeb 50%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #f7f7f7 50%, #ebebeb 50%, #ebebeb 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #f7f7f7 50%, #ebebeb 50%, #ebebeb 100%);
    background: linear-gradient(top, #f7f7f7 0%, #f7f7f7 50%, #ebebeb 50%, #ebebeb 100%); }
  input[type="submit"]:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  article.post-password-required input[type=submit]:active,
  li.bypostauthor cite span:active {
    color: #C0362C;
    border-color: #ab9493;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    background: #e0e0e0;
    background: -webkit-linear-gradient(top, whitesmoke 0%, whitesmoke 50%, #e0e0e0 50%, #e0e0e0 100%);
    background: -moz-linear-gradient(top, whitesmoke 0%, whitesmoke 50%, #e0e0e0 50%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, whitesmoke 0%, whitesmoke 50%, #e0e0e0 50%, #e0e0e0 100%);
    background: -o-linear-gradient(top, whitesmoke 0%, whitesmoke 50%, #e0e0e0 50%, #e0e0e0 100%);
    background: linear-gradient(top, whitesmoke 0%, whitesmoke 50%, #e0e0e0 50%, #e0e0e0 100%); }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  padding: 0.4rem; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 200%;
  color: #757575; }

.post-content dl.gallery-item {
  margin: 0; }

.gallery-item a,
.gallery-caption {
  width: 90%; }

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%; }

nav.post-navigation {
  clear: both;
  overflow: hidden;
  border-bottom: 4px solid whitesmoke;
  background-color: #fcfcfc;
  font-family: 'Coustard', Georgia, serif; }
  nav.post-navigation div {
    width: 49.9%;
    text-align: center; }
    nav.post-navigation div a {
      color: #474747;
      display: inline-block;
      width: 100%;
      padding: 3.2rem 4.8rem;
      text-decoration: none;
      word-spacing: 0.1em;
      background-color: #e6e6e6;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      nav.post-navigation div a:hover {
        background-color: whitesmoke; }
      nav.post-navigation div a:active {
        background-color: #e0e0e0; }
  nav.post-navigation .all-cat-link {
    font-style: italic;
    background-color: inherit; }

.nav-previous,
.previous-image {
  float: left;
  width: 50%; }

.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%; }

.comments-area,
#comment-nav-above {
  margin-top: 40px;
  border-top: 1px solid whitesmoke; }

/*------------------------------- CONTENT */
.post-content img {
  width: 100%;
  height: auto;
  margin: 1.6rem 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); }

footer.post-meta {
  clear: both;
  margin-top: 4.0rem;
  padding-top: 1.6rem;
  font-size: 1.3rem;
  color: #999999;
  border-top: 1px solid whitesmoke; }

.post-header {
  margin-bottom: 3.2rem;
  border-bottom: 1px solid whitesmoke; }
  .post-header img.wp-post-image {
    margin-left: -3%;
    width: 106%;
    height: auto;
    margin-top: 0.5%;
    margin-bottom: 2.4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .post-header h1 {
    width: 80%;
    margin-top: 0.6rem;
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
    line-height: 132%; }
  .post-header time {
    display: block;
    color: #999999;
    font-style: italic;
    margin-bottom: 1.0rem; }
  .post-header .entry-format {
    margin-top: 2.4rem;
    font-weight: normal; }
  .post-header .comments-link {
    margin-top: 2.4rem;
    font-size: 1.3rem;
    line-height: 180%;
    color: #757575; }
  .post-header .comments-link a,
  .post-header .post-meta a {
    color: #757575; }
    .post-header .comments-link a:hover,
    .post-header .post-meta a:hover {
      color: #C0362C; }

.post-content,
.post-summary {
  line-height: 180%; }
  .post-content h2,
  .post-summary h2 {
    font-size: 1.8rem;
    line-height: 160%; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin: 2.4rem 0;
  line-height: 180%; }
.post-content h1 {
  font-size: 2.1rem;
  line-height: 160%; }
.post-content h3 {
  font-size: 1.6rem;
  line-height: 180%; }
.post-content h4 {
  font-size: 1.2rem;
  line-height: 180%; }
.post-content h5 {
  font-size: 1.3rem;
  line-height: 180%; }
.post-content h6 {
  font-size: 1.2rem;
  line-height: 180%; }
.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
  margin-bottom: 0; }
.post-content ol {
  list-style: decimal inside; }
.post-content blockquote {
  margin-bottom: 2.4rem;
  padding: 2.4rem;
  font-style: italic; }
  .post-content blockquote p:last-child {
    margin-bottom: 0; }
.post-content code {
  font-family: Monaco, Lucida, monospace;
  font-size: 1.2rem;
  line-height: 200%; }
.post-content pre {
  font-family: Monaco, Lucida, monospace;
  font-size: 1.2rem;
  line-height: 180%;
  margin: 2.4rem 0;
  overflow: auto;
  padding: 2.4rem; }
  .post-content pre code {
    display: block; }
.post-content abbr,
.post-content dfn,
.post-content acronym {
  border-bottom: 1px dotted whitesmoke;
  cursor: help; }
.post-content address {
  display: block;
  line-height: 180%;
  margin: 0 0 2.4rem 0; }
.post-content dl {
  margin: 0 2.4rem; }
.post-content dt {
  font-weight: bold;
  line-height: 180%; }
.post-content dd {
  line-height: 180%;
  margin-bottom: 2.4rem; }
.post-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 1.2rem;
  line-height: 200%;
  margin: 0 0 2.4rem 0;
  width: 100%; }
  .post-content table caption {
    font-size: 1.6rem;
    margin: 2.4rem 0; }
.post-content td {
  border-top: 1px solid #ededed;
  padding: 0.6rem 1.0rem 0.6rem 0; }

.post-content p,
.post-summary p {
  margin-bottom: 2.4rem;
  line-height: 150%; }

.post-content ol,
.comment-content ol,
.post-content ul,
.comment-content ul {
  width: 92%;
  margin: 2.8rem auto;
  font-size: 1.4rem;
  list-style: circle inside; }
  .post-content ol li,
  .comment-content ol li,
  .post-content ul li,
  .comment-content ul li {
    margin-bottom: 1.8rem; }

.post-content embed,
.post-content iframe,
.post-content object,
.post-content video {
  margin-bottom: 2.4rem; }

.site-content article {
  border-bottom: 4px solid whitesmoke;
  padding-bottom: 2.4rem; }
  .site-content article.no-featured-image {
    padding-top: 2.4rem; }
  .site-content article.no-results {
    padding: 16.0rem 6.0rem; }

/*------------------------------- BLOG */
#blog .site-content {
  width: 100%; }
#blog ul.columns li {
  margin-bottom: 3%; }
  #blog ul.columns li.height-lg {
    height: 58.0rem; }

/*------------------------------- PHOTOS */
/*------------------------------- ALL IMAGES */
#all-images a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: inline-block;
  width: 292px;
  height: auto;
  margin-bottom: 10px; }
  #all-images a img {
    display: block;
    width: 100%;
    height: auto; }

/*------------------------------- VIDEOS */
#videos ul.columns {
  padding-left: 0; }

.video-frame {
  width: 100%;
  height: 100%; }

ul.columns li.video-screenshot {
  overflow: hidden; }
  ul.columns li.video-screenshot a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.columns li.video-screenshot a img {
      width: 101%;
      height: auto; }
    ul.columns li.video-screenshot a.youtube-screenshot img {
      margin-top: -10%; }

/*------------------------------- ABOUT */
#about .post-content {
  width: 64%;
  margin: 5.0rem auto 0 auto; }

/*------------------------------- ARCHIVE */
#archive ul.columns li.column {
  width: 49%; }

/*------------------------------- SINGLE IMAGE VIEW */
.article.attachment {
  overflow: hidden; }

.image-attachment div.attachment {
  text-align: center; }
  .image-attachment div.attachment p {
    text-align: center; }
  .image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }

.image-attachment .entry-caption {
  margin-top: 8px; }

/*------------------------------- COMMENTS */
article.comment {
  padding: 2.4rem 2.0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid whitesmoke; }

.comment-list {
  margin-bottom: 4.0rem; }
  .comment-list .children {
    padding-left: 1.4rem;
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.comments-area li.thread-odd article {
  background-color: #fcfcfc; }

.comments-area li.thread-even article {
  background-color: #FFF; }

.comments-title {
  margin-bottom: 2.0rem;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: normal;
  border-bottom: 1px solid whitesmoke; }

.comment-content p {
  margin-bottom: 1.6rem; }

.comments-area article header {
  margin: 0 0 1.6rem 0;
  overflow: hidden;
  position: relative; }
  .comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0; }
  .comments-area article header cite,
  .comments-area article header time {
    display: block;
    margin-left: 6.4rem; }
  .comments-area article header cite {
    font-style: normal;
    font-size: 1.5rem; }
    .comments-area article header cite a:hover {
      text-decoration: underline; }
  .comments-area article header time {
    text-decoration: none;
    font-size: 1.0rem;
    line-height: 150%; }
  .comments-area article header a {
    cursor: default;
    text-decoration: none;
    color: inherit; }
    .comments-area article header a:hover {
      color: inherit; }
  .comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
    font-weight: normal;
    background-repeat: repeat-x;
    border: 1px solid whitesmoke;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0088d0;
    background: -webkit-linear-gradient(top, #009cee 0%, #009cee 50%, #0088d0 50%, #0088d0 100%);
    background: -moz-linear-gradient(top, #009cee 0%, #009cee 50%, #0088d0 50%, #0088d0 100%);
    background: -ms-linear-gradient(top, #009cee 0%, #009cee 50%, #0088d0 50%, #0088d0 100%);
    background: -o-linear-gradient(top, #009cee 0%, #009cee 50%, #0088d0 50%, #0088d0 100%);
    background: linear-gradient(top, #009cee 0%, #009cee 50%, #0088d0 50%, #0088d0 100%); }

.comments-area li.bypostauthor article {
  border-left: 5px solid #c87b76; }

li.bypostauthor cite span {
  position: absolute;
  top: -3px;
  right: 0;
  width: auto !important; }

#respond {
  padding: 2.0rem 0; }
  #respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 1.0rem;
    font-weight: normal;
    font-size: 1.2rem; }
  #respond form {
    margin: 2.4rem 0; }
    #respond form p {
      margin: 1.1rem 0; }
      #respond form p.logged-in-as {
        margin-bottom: 2.4rem; }
    #respond form label {
      display: block; }
    #respond form input[type="text"],
    #respond form textarea {
      font-size: 1.2rem;
      padding: 1.0rem;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    #respond form p.form-allowed-tags {
      margin: 0;
      font-size: 1.1rem;
      color: #a3a3a3; }

.required {
  color: #C0362C; }

/*------------------------------- SIDEBAR */
.widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.widget-area {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  margin-top: 4.0rem;
  padding-top: 2.4rem;
  border-top: 1px solid whitesmoke; }
  .widget-area aside {
    width: 49%;
    height: auto;
    min-height: 20.0rem;
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .widget-area aside:nth-child(odd) {
      float: left; }
    .widget-area aside:nth-child(even) {
      float: right; }
    .widget-area aside ul {
      margin-top: 1.2rem; }
      .widget-area aside ul li {
        margin-left: 0.2rem;
        margin-bottom: 1.0rem; }
        .widget-area aside ul li a {
          text-decoration: none; }

.widget-area .widget p {
  margin-bottom: 2.4rem; }
.widget-area .textwidget ul {
  list-style: disc inside;
  margin: 0 0 2.4rem 0; }
.widget-area .textwidget li {
  margin-left: 3.6rem; }
.widget-area #s {
  width: 53.66666666666%; }

.widget_recent_entries {
  padding: 0 1.4rem; }
  .widget_recent_entries .post-date {
    color: #a3a3a3;
    font-size: 1.1rem;
    margin-left: 1.2rem; }

.widget_calendar {
  padding: 0 !important; }

#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 1.3rem; }
  #wp-calendar caption {
    padding: 0 0.7rem 0.6rem 1.6rem;
    font-size: 1.8rem;
    text-align: left;
    font-family: 'Coustard', Georgia, serif; }
  #wp-calendar th,
  #wp-calendar td {
    text-align: center; }
  #wp-calendar thead th {
    padding: 1.2rem 0.8rem; }
  #wp-calendar tbody tr:nth-child(odd) {
    background-color: #fafafa; }
  #wp-calendar tbody td {
    padding: 1.2rem 0.8rem; }
  #wp-calendar tfoot {
    border-width: 4px 0;
    border-style: solid;
    border-color: whitesmoke;
    background-color: #fcfcfc; }
    #wp-calendar tfoot td a {
      display: block;
      padding: 1.2rem 0.8rem;
      background-color: #e6e6e6; }
      #wp-calendar tfoot td a:hover {
        background-color: whitesmoke; }
      #wp-calendar tfoot td a:active {
        background-color: #e0e0e0; }

/*------------------------------- FANCYBOX */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    lette-spacing: 1px;
    white-space: nowrap;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-shadow: 0 2px 1px 0.5; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*------------------------------- MEDIA QUERIES */
@media only screen and (min-width: 1100px) {
  #bg-slides-fog {
    background-position: 50% 6%; } }
@media only screen and (max-width: 980px) {
  body {
    margin: 280px auto 20px auto;
    margin: 28.0rem auto 2.0rem auto; }

  #bg-slides-fog {
    background-position: 42% -70%; } }
@media screen and (max-width: 800px) {
  body {
    margin: 24.0rem auto 2.0rem auto; }

  #bg-slides ul li img {
    width: 108% !important;
    height: auto !important; }

  #bg-slides-fog {
    background-position: -20% -28%;
    background-image: url("https://sanfranciscotim.com/img/sftim-fog-bg@800px.png"); }

  .bgstretcher ul {
    top: -3%; }

  .bgstretcher ul li {
    max-height: 44.0rem; }

  header[role="banner"] {
    padding: 4.4rem 0 2.4rem 0; }
    header[role="banner"] h1 {
      font-size: 7.2rem; }
    header[role="banner"] .site-description {
      margin-top: 0.5rem;
      font-size: 2.0rem; }

  nav[role="navigation"] {
    margin-top: 1.8rem; }
    nav[role="navigation"] li a {
      padding: 1.2rem 0.8rem; }
    nav[role="navigation"] li.sftim-social-links {
      right: 2.0rem; }
      nav[role="navigation"] li.sftim-social-links .icon {
        padding: 0.5rem 0.2rem; }

  nav.post-navigation div a {
    white-space: nowrap;
    padding: 2.8rem 1.2rem; }

  .widget_recent_entries .post-date {
    display: block;
    margin-top: 5px;
    margin-left: 0; }

  .widget-area aside ul li a {
    text-decoration: underline; }

  ul.columns li {
    width: 47.8%;
    clear: none; }
    ul.columns li.video-column .post-info {
      width: 100%;
      height: auto; }
    ul.columns li.product-column {
      height: 56.0rem; }
    ul.columns li.height-sm {
      height: 28.0rem; }
    ul.columns li.height-lg {
      height: auto; }
    ul.columns li.post-info {
      padding: 2.4rem 2.0rem; }

  #archive .video-frame {
    height: 240px; }

  .video-frame {
    height: 36.0rem; }

  body.single .video-frame {
    height: 36.0rem !important; }

  #videos ul.columns li.width-2x,
  #videos ul.columns li.height-sm {
    width: 100%;
    height: auto; }

  #videos .video-frame {
    height: 34.0rem;
    margin-bottom: 0; }

  #home ul.columns li.width-2x,
  #home ul.columns li.height-sm {
    width: 100%;
    height: auto; }

  #home .video-frame {
    height: 34.0rem; }

  #home #home-store .product-column {
    width: 47.5%;
    height: 48.0rem; }

  #about .post-content {
    width: 84%;
    margin: 3.2rem auto; }

  li.bypostauthor cite span {
    font-size: 12px !important;
    padding: 0.6rem 1.0rem !important; } }
@media only handheld and (device-width: 480px), only screen and (max-device-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 600px) {
  body {
    margin: 16.0rem auto 0.8rem auto; }

  #bg-slides-fog {
    background-position: -60% -60%; }

  .bgstretcher ul {
    top: 0; }

  .bgstretcher ul li {
    max-height: 30.0rem; }

  footer[role="contentinfo"] {
    padding: 1.4rem 0; }
    footer[role="contentinfo"] p {
      font-size: 1.2rem; }

  body.single div[role="main"] {
    padding: 0 1.2rem 0 1.6rem; }

  header[role="banner"] {
    padding: 3.6rem 0 1.6rem 0; }
    header[role="banner"] h1 {
      font-size: 6.0rem; }
    header[role="banner"] .site-description {
      font-size: 2.0rem; }

  ul.columns {
    padding: 0; }
    ul.columns li {
      width: 98%;
      height: auto;
      clear: both;
      margin: 1% 0; }
      ul.columns li.left, ul.columns li.right {
        float: none; }
      ul.columns li.photo-column {
        width: 100%;
        height: auto;
        clear: both; }
        ul.columns li.photo-column .post-title, ul.columns li.photo-column:hover .post-title {
          bottom: 0;
          opacity: 1;
          filter: alpha(opacity=100); }
      ul.columns li.video-column {
        width: 100%;
        height: auto;
        clear: both;
        margin: 1% 0; }
      ul.columns li.blog-column {
        width: 100%;
        height: auto;
        clear: both; }
      ul.columns li a.no-featured-image img {
        width: 100% !important;
        height: auto !important; }
      ul.columns li.width-2x, ul.columns li.height-sm {
        width: 100%;
        height: auto; }
      ul.columns li.post-info {
        padding: 2.0rem; }

  .post-header h1 {
    font-size: 2.0rem; }

  h2.section-title {
    padding: 2.0rem;
    font-size: 2.8rem; }
    h2.section-title .all-posts-link {
      padding-top: 0.5rem; }

  footer.post-meta {
    font-size: 1.1rem; }

  #blog ul.columns li.column {
    width: 100%;
    height: auto; }

  #photos ul.columns li.column {
    width: 100%;
    height: auto; }

  .video-frame {
    height: 20.0rem; }

  body.single .video-frame {
    height: 24.0rem !important; }

  body#home .video-frame {
    height: 24.0rem; }

  #videos .video-frame {
    height: 24.0rem; }

  #archive ul.columns li.column {
    width: 100%; }

  #archive ul.columns li.video-column .post-title {
    font-size: 1.6rem;
    padding-left: 1.6rem; }

  nav[role="navigation"] {
    text-align: center;
    padding-left: 1em;
    margin-top: 2px; }
    nav[role="navigation"] li {
      font-size: 1.6rem; }
      nav[role="navigation"] li a {
        padding: 2.4rem 0.8rem 1.6rem 0.8rem; }
      nav[role="navigation"] li.sftim-social-links {
        display: block;
        position: relative;
        top: auto;
        right: auto; }
        nav[role="navigation"] li.sftim-social-links .icon {
          padding: 0.8rem; }
          nav[role="navigation"] li.sftim-social-links .icon.tw .tw-icon {
            width: 27px; }
          nav[role="navigation"] li.sftim-social-links .icon.fb .fb-icon {
            width: 22px; }

  nav.post-navigation div {
    width: 100%; }
    nav.post-navigation div.nav-next {
      border-bottom: 4px solid whitesmoke; }
    nav.post-navigation div a {
      white-space: normal; }

  #home #home-store .product-column {
    float: left;
    clear: none;
    width: 50%;
    height: 44.0rem; }

  #store .product-column {
    float: left;
    clear: none;
    width: 50%; }

  #home ul.columns li.photo-column a.image-container img,
  #home ul.columns li.video-column a.image-container img,
  #home ul.columns li.blog-column a.image-container img,
  ul.columns li.photo-column a.image-container img,
  ul.columns li a.image-container img {
    width: 100%;
    height: auto; }

  .post-content img {
    margin: 0.4rem 0; }

  .widget-area aside {
    width: 100%;
    padding: 3.2rem 1.6rem; }

  .widget_calendar {
    padding: 0; }

  #wp-calendar caption {
    padding: 0.4rem 1.6rem 0.8rem 1.6rem; }

  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  article.post-password-required input[type=submit],
  li.bypostauthor cite span {
    width: 100%;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem; }

  #respond form p.form-allowed-tags {
    font-size: 0.9rem; } }
@media only screen and (max-width: 520px) {
  html {
    padding: 0 0.6rem; }

  .bgstretcher ul li {
    max-height: 30.0rem; }

  li.bypostauthor cite span {
    display: none; } }
@media only handheld and (device-width: 480px), only screen and (max-device-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 400px) {
  body {
    margin: 128px auto 8px auto;
    margin: 12.8rem auto 0.8rem auto; }

  #bg-slides-fog {
    background-position: 50% -70%; }

  header[role="banner"] {
    padding: 30px 0 10px 0;
    padding: 3.0rem 0 1.0rem 0; }

  nav[role="navigation"] {
    margin-top: 6px;
    margin-top: 0.6rem; }

  h2.section-title {
    clear: both;
    padding: 16px 26px;
    padding: 1.6rem 2.6rem;
    border-width: 1px 0;
    border-style: solid;
    border-color: #FFF;
    color: #C0362C;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
    background-color: #fafafa;
    font-family: 'Mr Dafoe', cursive, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    h2.section-title .all-posts-link {
      float: right;
      font-size: 11px;
      font-size: 1.1rem;
      color: #adadad;
      font-family: 'Quicksand', Helvetica, sans-serif; } }
/*------------------------------- PRINT */
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt; }

  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */ }

  a {
    text-decoration: none; }

  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none; }

  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important; }

  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left; }

  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left; }

  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left; }

  .site-header h1 a,
  .site-header h2 a {
    color: #000; }

  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none; }

  .wrapper {
    border-top: none;
    box-shadow: none; }

  .site-content {
    margin: 0;
    width: auto; }

  .singular .entry-header .entry-meta {
    position: static; }

  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%; }

  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt; }

  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt; }

  .author-description {
    float: none;
    width: auto; }

  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto; }

  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px; }

  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem; } }

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