/*
 * Theme Name:  Oxford
 * Theme URI:   http://thethemefoundry.com/wordpress-themes/oxford
 * Author:      The Theme Foundry
 * Author URI:  http://thethemefoundry.com
 * Description: A magazine style theme with Typekit fonts and multicolumn layouts.
 * Version:     1.1.2
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: oxford
 * Domain Path: /languages/
 * Tags:        white, light, one-column, two-column, responsive-layout, custom-background, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Oxford is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset
3. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Comments
10. Forms and buttons
11. Options
12. Browser support
-------------------------------------------------------- */
/*---------------------------------------------------------
 1. Notes (_notes.scss)
-----------------------------------------------------------
This stylesheet uses rem values with a pixel fallback.
-----------------------------------------------------------
 Examples
-----------------------------------------------------------
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 25px 0;
	padding: 1.5625rem 0; ($base)
-----------------------------------------------------------
 Spacing
-----------------------------------------------------------
The $base variable ($base: 25;) is used for spacing between elements.
Vertical spacing between most elements should use 10px, 25px or 50px
to maintain vertical rhythm:

.my-new-div {
	margin: 50px 0;
	margin: 3.125rem 0; ($base*2)
}
-----------------------------------------------------------
 Further reading
-----------------------------------------------------------
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
-------------------------------------------------------- */
/*---------------------------------------------------------
 2. Reset (_reset.scss)
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: none; }

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/*---------------------------------------------------------
 Extends (_preboot.scss)
-------------------------------------------------------- */
.clear, #main, #content, #masthead, .footer-widgets, .selected-images, #comments-nav {
  zoom: 1; }
  .clear:before, #main:before, #content:before, #masthead:before, .footer-widgets:before, .selected-images:before, #comments-nav:before, .clear:after, #main:after, #content:after, #masthead:after, .footer-widgets:after, .selected-images:after, #comments-nav:after {
    display: table;
    content: ""; }
  .clear:after, #main:after, #content:after, #masthead:after, .footer-widgets:after, .selected-images:after, #comments-nav:after {
    clear: both; }

.break, p, ul, ol, dl, blockquote, .nav-symbol span, h1, h2, h3, h4, h5, h6, pre, table {
  word-break: break-word;
  word-wrap: break-word; }

.avoid-col-break, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, .page-template-homepage-php article.post, .blog article.post, .archive article.post {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid; }

.mobilesocialicons,.mobilesocialiconssecond  {
    position: relative;
    width: auto;
	margin-bottom:15px;
}
#gslideshow img {
	margin-top:0px;
	margin-bottom:0px;
}
.gss-info {
    font-size: 16px !important;
}
.gss-container {
    margin-top: 24px !important;
}
/*---------------------------------------------------------
 3. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  font-size: 93.75%; }
  @media screen and (min-width: 600px) {
    html {
      font-size: 118.75%; } }

html.wf-loading, body.wf-loading {
  visibility: hidden; }
html.wf-active, body.wf-active {
  visibility: visible; }

/*---------------------------------------------------------
 Detail (_scaffolding.scss)
-------------------------------------------------------- */
body {
  color: #0b0e10;
  background-color: #ffffff;
  text-rendering: optimizeLegibility; }

body, button, input, select, textarea {
  font-family: Soleil, 'soleil-1', 'soleil-2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0b0e10;
  line-height: 1.5; }
  @media screen and (min-width: 600px) {
    body, button, input, select, textarea {
      line-height: 1.44; } }

/*---------------------------------------------------------
 Links (_scaffolding.scss)
-------------------------------------------------------- */
a {
  color: #0b0e10;
  text-decoration: none; }

/*---------------------------------------------------------
 Base (_scaffolding.scss)
-------------------------------------------------------- */
ul, ol, dl, p, iframe, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr, .alert {
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }


pre, code, input, textarea {
  font: inherit; }

/*---------------------------------------------------------
 Structure (_scaffolding.scss)
-------------------------------------------------------- */
#main {
  float: left;
  width: 100%; }

#content {
  position: relative;
  min-height: 100%; }

#content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 12.5px 25px 0;
  padding:  0.78125rem 1.5625rem 0;
  padding: 12.5px 25px 0;
  padding:  0.78125rem 1.5625rem 0; }
  @media screen and (min-width: 1100px) {
    #content-wrapper {
      padding: 12.5px 0 0 12.5px;
      padding:  0.78125rem 0 0 0.78125rem; } }
  @media screen and (min-width: 800px) {
    #content-wrapper {
      border-left: 1px solid #0b0e10; }
	   }

.primary {
  clear: both;
  float: left;
  width: 100%; }
  @media screen and (min-width: 800px) {
    .primary {
      max-width: 48%; } }

/*---------------------------------------------------------
 Global search icon (_scaffolding.scss)
-------------------------------------------------------- */
#search-site {
  background-image: url(images/search.svg);
  background-size: 18px 18px;
  margin: 6.25px 0 12.5px 24px;
  margin:  0.39062rem .6rem 0.78125rem 1.5rem;
  padding-top: 20px;
  padding-top: 1.25rem; }
  @media screen and (min-width: 1100px) {
    #search-site {
      margin-bottom: 0;
      margin: 75px 0 12.5px 0;
      margin:  4.6875rem 0 0.78125rem 0;
      padding-top: 18px;
      padding-top: 1.125rem; }
	 #social-site {
      margin-bottom: 0;
      margin: 75px 0 12.5px 0;
      margin:  4.6875rem 0 0.78125rem 0;
      padding-top: 18px;
      padding-top: 3.625rem; } }
  .no-js #search-site {
    display: none; }

/*---------------------------------------------------------
 Global search input (_scaffolding.scss)
-------------------------------------------------------- */
#search-site-form {
  clear: both; }
  .js #search-site-form {
    display: none; }
  .js .search-results #search-site-form {
    display: block; }
  #search-site-form:after {
    content: "";
    display: block;
    height: 12.5px; }
  @media screen and (min-width: 1100px) {
    #search-site-form {
      margin-top: 0; }
	   .mobilesocialicons {
	 position:fixed;
	 width:45px;} }
  #search-site-form form {
    width: 100%; }
  #search-site-form input {
    width: 100%;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 600px) {
      #search-site-form input {
        font-size: 13px;
        font-size: 0.8125rem; } }

/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
#masthead {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  @media screen and (min-width: 800px) {
    #masthead {
      margin-bottom: 37.5px;
      margin-bottom: 2.34375rem; }
	  .mobilesocialicons {
	 position:absolute;
	 width:45px;}
	  
	  }
  .single #masthead {
    margin-bottom: 12.5px;
    margin-bottom: 0.78125rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
	 }
    @media screen and (min-width: 600px) {
      .single #masthead {
        font-size: 13px;
        font-size: 0.8125rem; }
		  }

.site-branding {
  float: left;
  width: 100%;
  margin-top: 6.25px;
  margin-top: 0.39062rem; }
  .single .site-branding {
    display: block;
    float: none;
    margin-top: 0;
    width: auto;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 1100px) {
      .single .site-branding {
        display: inline; } }
    @media screen and (min-width: 600px) {
      .single .site-branding {
        font-size: 13px;
        font-size: 0.8125rem; } }

.site-title {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem; }
  .site-title.complete {
    line-height: 0.7;
    visibility: visible;
    word-wrap: normal; }
    .wf-inactive .site-title.complete {
      line-height: 0.72; }
  .site-title.large-font {
    margin-left: -8px;
    margin-left: -0.5rem; }
  .single .site-title {
    display: inline-block;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem; }
    @media screen and (min-width: 1100px) {
      .single .site-title {
        display: inline; } }
    @media screen and (min-width: 600px) {
      .single .site-title {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .single .site-title.custom-logo {
      max-width: 100%;
	  height:16px; }

.site-description {
  position: relative;
  margin: 0;
  font-family: Soleil, 'soleil-1', 'soleil-2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  word-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem; }
  @media screen and (min-width: 600px) {
    .site-description {
      text-align: left;
      word-spacing: 2px;
      word-spacing: 0.125rem;
      letter-spacing: 7px;
      letter-spacing: 0.4375rem; } }
  .single .site-description {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    text-align: left;
    vertical-align: middle;
    word-spacing: 0; }
    @media screen and (min-width: 1100px) {
      .single .site-description {
        display: inline; }
        .single .site-description:before {
          content: "\002F";
          font-weight: 300;
          padding: 0 6px 0 4px;
          padding:  0 0.375rem 0 0.25rem; } }
    @media screen and (min-width: 600px) {
      .single .site-description {
        font-size: 13px;
        font-size: 0.8125rem; } }

.custom-logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  max-width: 100%;
  margin: 0 auto 12.5px; }
  @media screen and (min-width: 600px) {
    .custom-logo {
      margin: 0 0 12.5px; } }
  @media screen and (min-width: 1100px) {
    .custom-logo.site-title {
      display: inline-block; } }
  .custom-logo.small-title {
    max-width: 150px;
    margin: 0; }
  .custom-logo a {
    display: block;
    width: 100%;
    height: 0;
    font: 0/0 a;
    text-decoration: none;
    text-shadow: none;
    color: transparent; }

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.main-navigation {
  clear: both;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 600px) {
    .main-navigation {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .js .main-navigation {
    display: none; }
  .main-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0 0 25px 0;
    padding:  0 0 1.5625rem 0; }
  .main-navigation li {
    border-bottom: 1px solid #0b0e10; }
    @media screen and (min-width: 1100px) {
      .main-navigation li {
	display: inline-block;
	border-bottom: 0;
	margin-bottom: 3px;
	margin-bottom: 0.1875rem;
	font-size: 20px;
	font-size: 15px;
	
}
        .main-navigation li:after {
          content: "\002F";
          font-weight: 300;
          margin: 0 10px 0 12px;
          margin:  0 0.625rem 0 0.75rem; }
        .main-navigation li:last-of-type:after {
          content: none; } }
  .main-navigation a {
    display: block;
    padding: 12.5px 0 12.5px 9px;
    padding:  0.78125rem 0 0.78125rem 0.5625rem; }
    @media screen and (min-width: 1100px) {
      .main-navigation a {
        display: inline;
        padding: 0; } }
  @media screen and (min-width: 1100px) {
    .main-navigation li.current-menu-item a {
      font-weight: 600; } }
  .main-navigation a:hover, .main-navigation li.current-menu-item a {
    color: #ffffff;
    background-color: #0b0e10; }
    @media screen and (min-width: 1100px) {
      .main-navigation a:hover, .main-navigation li.current-menu-item a {
        color: #0b0e10;
        background-color: transparent; } }

/*---------------------------------------------------------
 Menu toggle (_scaffolding.scss)
-------------------------------------------------------- */
#site-navigation-toggle {
  background-image: url(images/menu.svg);
  background-size: 20px 18px;
  margin: 6.25px 0 12.5px 0;
  margin:  0.39062rem 0 0.78125rem 0;
  padding-top: 20px;
  padding-top: 1.25rem; }
  @media screen and (min-width: 1100px) {
    #site-navigation-toggle {
      margin: 12.5px 0 12.5px 0;
      margin:  0.78125rem 0 0.78125rem 0; } }
  .no-js #site-navigation-toggle {
    display: none; }

/*---------------------------------------------------------
 Symbols (_scaffolding.scss)
-------------------------------------------------------- */
.nav-symbol {
  background-position: top center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  width: 20px;
  cursor: pointer;
  vertical-align: text-bottom;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 1100px) {
    .nav-symbol {
      position: absolute;
      left: -70px;
      left: -4.375rem;
      width: 50px; } }
  .nav-symbol span {
    display: none; }
    @media screen and (min-width: 1100px) {
      .nav-symbol span {
        display: inline; } }

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
#colophon {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
  margin:  3.125rem 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 800px) {
    #colophon {
      max-width: 48%;
      font-size: 12px;
      font-size: 0.75rem; } }

/*---------------------------------------------------------
 Footer message (_scaffolding.scss)
-------------------------------------------------------- */
.footer-text {
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }
  .footer-text a {
    border-bottom: 1px solid; }

/*---------------------------------------------------------
 Theme byline (_scaffolding.scss)
-------------------------------------------------------- */
.site-info a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  word-spacing: 1px;
  word-spacing: 0.0625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }
  .site-info a:hover {
    border-bottom: 1px solid; }
.site-info .by {
  padding: 0 5px 0 4px;
  padding:  0 0.3125rem 0 0.25rem; }

/*---------------------------------------------------------
 Footer widgets (_scaffolding.scss)
-------------------------------------------------------- */
.footer-widgets {
  float: left;
  width: 100%; }
  .footer-widgets.has-widgets {
    margin-top: 25px;
    margin-top: 1.5625rem; }
  @media screen and (min-width: 800px) {
    .footer-widgets.has-widgets {
      margin-top: 100px;
      margin-top: 6.25rem; } }
  .footer-widgets li {
    list-style: none; }
  .footer-widgets .widget, .footer-widgets .widget:last-of-type {
    margin-bottom: 0; }
  .footer-widgets .widget-area {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 12.5px;
    padding:  0 0 0.78125rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 600px) {
      .footer-widgets .widget-area {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media screen and (min-width: 800px) {
      .footer-widgets .widget-area {
        margin-right: 4%;
        width: 30.66667%; }
        .footer-widgets .widget-area:last-of-type {
          margin-right: 0; } }
    .footer-widgets .widget-area.inactive {
      border-top: 0; }

/*---------------------------------------------------------
 Social links (_scaffolding.scss)
-------------------------------------------------------- */
.social-profiles {
  list-style: none;
  max-width: 80%;
  margin-top: 6.25px;
  margin-top: 0.39062rem; }
  .social-profiles li {
    display: inline-block;
    line-height: 1.8; }
    .social-profiles li:after {
      content: "\002F";
      color: #0b0e10;
      padding: 0 2px;
      padding:  0 0.125rem; }
    .social-profiles li:last-of-type:after {
      content: none;
      padding: 0; }
  .social-profiles .twitter a:hover {
    color: #55acee; }
  .social-profiles .facebook a:hover {
    color: #3e5a96; }
  .social-profiles .google a:hover .first {
    color: #166bec; }
  .social-profiles .google a:hover .second {
    color: #d94530; }
  .social-profiles .google a:hover .third {
    color: #ffb800; }
  .social-profiles .google a:hover .fourth {
    color: #166bec; }
  .social-profiles .google a:hover .fifth {
    color: #009b58; }
  .social-profiles .google a:hover .sixth {
    color: #d94530; }
  .social-profiles .google a:hover .seventh {
    color: #575757; }
  .social-profiles .flickr a:hover .first {
    color: #0063db; }
  .social-profiles .flickr a:hover .second {
    color: #ff0084; }
  .social-profiles .pinterest a:hover {
    color: #ca202d; }
  .social-profiles .instagram a:hover {
    color: #004096; }
  .social-profiles .linkedin a:hover .first {
    color: #575757; }
  .social-profiles .linkedin a:hover .second {
    color: #0977b5; }
  .social-profiles .rss a:hover {
    color: #ff6600; }

/*---------------------------------------------------------
 4. Elements (_elements.scss)
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Futura-PT, 'futura-pt-1', 'futura-pt-2', Soleil, 'soleil-1', 'soleil-2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #0b0e10;
  margin: 25px 0;
  margin:  1.5625rem 0; }

h1 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem; }
  @media screen and (min-width: 600px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.13; } }

h2 {
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem; }

/*---------------------------------------------------------
 Content (_elements.scss)
-------------------------------------------------------- */
blockquote {
  clear: both;
  font-weight: 500;
  -webkit-column-span: all;
  column-span: all;
  margin: 25px 0;
  margin:  1.5625rem 0; }
  blockquote p {
    line-height: 1.25;
    text-indent: 0 !important;
    font-size: 24px;
    font-size: 1.5rem;
    word-spacing: -1px;
    word-spacing: -0.0625rem; }
  blockquote cite {
    font-style: normal;
    font-weight: 300;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 600px) {
      blockquote cite {
        font-size: 13px;
        font-size: 0.8125rem; } }
    blockquote cite:before {
      content: "\2014"; }

q:before {
  content: "\201C"; }
q:after {
  content: "\201D"; }

tt, kbd, pre, code, samp {
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
  border: 1px solid #0b0e10;
  padding: 2px 3px;
  padding:  0.125rem 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  word-spacing: -1px;
  word-spacing: -0.0625rem; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  margin: 25px 0;
  margin:  1.5625rem 0;
  padding: 12.5px;
  padding: 0.78125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

del, strike {
  color: #ff4200; }

abbr, acronym, dfn {
  cursor: help;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

details summary {
  font-weight: 600;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
details :focus {
  outline: none; }

mark {
  background-color: #ffcc00; }

ins {
  text-decoration: none; }

small {
  font-size: 0.75em; }

big {
  font-size: 1.25em; }

sub, sup {
  font-size: 75%; }
  @media screen and (min-width: 800px) {
    sub, sup {
      font-size: 68.75%; } }

address {
  margin: 25px 0;
  margin:  1.5625rem 0; }

hr {
  height: 8px;
  border: 0;
  background: url(images/hr.svg) center center no-repeat;
  margin: 25px 0;
  margin:  1.5625rem 0; }
  @media screen and (min-width: 600px) {
    hr {
      margin: 37.5px 0;
      margin:  2.34375rem 0; } }

/*---------------------------------------------------------
 Lists (_elements.scss)
-------------------------------------------------------- */
ul {
  list-style: inside disc; }

ol {
  list-style: inside decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 20px;
  margin-left: 1.25rem; }

/*---------------------------------------------------------
 Definition lists (_elements.scss)
-------------------------------------------------------- */
dl dt {
  margin-bottom: 0;
  font-weight: 500; }

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  width: 100%;
  text-align: center;
  border: 1px solid #0b0e10;
  margin: 25px 0;
  margin:  1.5625rem 0;
  font-size: 14px;
  font-size: 0.875rem; }
  table caption {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  table th, table td {
    padding: 12.5px 9px;
    padding:  0.78125rem 0.5625rem; }
  table th {
    border-left: 1px solid #0b0e10; }
  table td {
    border-top: 1px solid #0b0e10;
    border-left: 1px solid #0b0e10; }
    table td[valign="top"] {
      vertical-align: top; }
    table td[valign="bottom"] {
      vertical-align: bottom; }

/*---------------------------------------------------------
 Galleries (_elements.scss)
-------------------------------------------------------- */
.gallery {
  margin: 25px 0 12.5px !important; }

.gallery-item {
  margin: 0 3% 3% 0 !important;
  text-align: center; }
  .gallery-item img {
    margin: 0 0 6.25px !important;
    border: 0 !important; }
  .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 48.5%; }
  .gallery-columns-3 .gallery-item {
    max-width: 31.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 22.75%; }
  .gallery-columns-5 .gallery-item {
    max-width: 17.6%; }
  .gallery-columns-6 .gallery-item {
    max-width: 14.16%; }
  .gallery-columns-7 .gallery-item {
    max-width: 11.45%; }
  .gallery-columns-8 .gallery-item {
    max-width: 9.87%; }
  .gallery-columns-9 .gallery-item {
    max-width: 8.44%; }
  .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0 !important; }

/*---------------------------------------------------------
 Playlist (_elements.scss)
-------------------------------------------------------- */
.content-columns .wp-playlist {
  float: left; }

/*---------------------------------------------------------
 Extras (_elements.scss)
-------------------------------------------------------- */
.span-both-columns {
  -webkit-column-span: all;
  column-span: all;
  margin: 12.5px 0;
  margin:  0.78125rem 0; }

.run-in {
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

p.end-of-article:after {
  content: "\220E"; }

/*---------------------------------------------------------
 5. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }
  img.size-full, img.size-large, img.wp-post-image {
    height: auto; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  img.wp-smiley {
    margin: 0;
    padding: 0;
    background: 0; }

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
div.wp-caption {
  max-width: 100%;
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }
  div.wp-caption img {
    margin-bottom: 6.25px;
    margin-bottom: 0.39062rem; }

.wp-caption-text, dd.wp-caption-dd, .selected-images-caption, .full-span-image, .gallery-caption {
  line-height: 1.4;
  text-indent: 0 !important;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 800px) {
    .wp-caption-text, dd.wp-caption-dd, .selected-images-caption, .full-span-image, .gallery-caption {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.45; } }
  .wp-caption-text a, dd.wp-caption-dd a, .selected-images-caption a, .full-span-image a, .gallery-caption a {
    border-bottom: 1px solid; }

/*---------------------------------------------------------
 Media (_patterns.scss)
-------------------------------------------------------- */
embed, object, video, iframe {
  max-width: 100%; }

.fluid-width-video-wrapper {
  width: auto !important;
  margin: 12.5px 0;
  margin:  0.78125rem 0; }

/*---------------------------------------------------------
 Inline slideshow (_patterns.scss)
-------------------------------------------------------- */
.slideshow-window {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }
  .slideshow-window img {
    max-width: 100%; }

/*---------------------------------------------------------
 General (_patterns.scss)
-------------------------------------------------------- */
.clear, #main, #content, #masthead, .footer-widgets, .selected-images, #comments-nav {
  clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

.hide {
  display: none;
  visibility: hidden; }

.hidden {
  visibility: hidden; }

.noborder {
  border: none; }

div .alignleft {
  text-align: left;
  margin-right: 18px;
  margin-right: 1.125rem; }
div .alignright {
  text-align: right;
  margin-left: 18px;
  margin-left: 1.125rem; }
div .aligncenter {
  text-align: center; }

/*---------------------------------------------------------
 Screen reader (_patterns.scss)
-------------------------------------------------------- */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  border-bottom: 1px solid #0b0e10;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .screen-reader-text {
      font-size: 13px;
      font-size: 0.8125rem; } }

/*---------------------------------------------------------
 6. Posts (_posts.scss)
-------------------------------------------------------- */
.post {
  position: relative; }

/*---------------------------------------------------------
 Tiled (_posts.scss)
-------------------------------------------------------- */
.page-template-homepage-php #main article.post:last-of-type, .blog #main article.post:last-of-type, .archive #main article.post:last-of-type {
  border-bottom: 0; }
  @media screen and (min-width: 800px) {
    .page-template-homepage-php #main article.post:last-of-type, .blog #main article.post:last-of-type, .archive #main article.post:last-of-type {
      border-bottom: 1px solid #0b0e10; } }
.page-template-homepage-php article.post, .blog article.post, .archive article.post {
  width: 100%;
  border-bottom: 1px solid #0b0e10;
  margin-bottom: 37.5px;
  margin-bottom: 2.34375rem;
  padding: 0 0 12.5px;
  padding:  0 0 0.78125rem;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .page-template-homepage-php article.post, .blog article.post, .archive article.post {
      font-size: 13px;
      font-size: 0.8125rem; } }
.page-template-homepage-php .selected-images, .blog .selected-images, .archive .selected-images {
  line-height: 0;
  margin-bottom: -6.25px;
  margin-bottom: -0.39062rem; }
.page-template-homepage-php .entry-date, .page-template-homepage-php .post-many-meta, .blog .entry-date, .blog .post-many-meta, .archive .entry-date, .archive .post-many-meta {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem; }
  @media screen and (min-width: 800px) {
    .page-template-homepage-php .entry-date, .page-template-homepage-php .post-many-meta, .blog .entry-date, .blog .post-many-meta, .archive .entry-date, .archive .post-many-meta {
      font-size: 11px;
      font-size: 0.6875rem;
      letter-spacing: 1px;
      letter-spacing: 0.0625rem; } }
.page-template-homepage-php .has-featured-image .post-many-meta, .blog .has-featured-image .post-many-meta, .archive .has-featured-image .post-many-meta {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  top: -14px;
  top: -0.875rem;
  padding: 2px 7px 0 4px;
  padding:  0.125rem 0.4375rem 0 0.25rem; }
  @media screen and (min-width: 600px) {
    .page-template-homepage-php .has-featured-image .post-many-meta, .blog .has-featured-image .post-many-meta, .archive .has-featured-image .post-many-meta {
      top: -10px;
      top: -0.625rem; } }
  .page-template-homepage-php .has-featured-image .post-many-meta span:after, .blog .has-featured-image .post-many-meta span:after, .archive .has-featured-image .post-many-meta span:after {
    content: "\002D";
    padding: 0 2px;
    padding:  0 0.125rem; }
.page-template-homepage-php .read-more, .blog .read-more, .archive .read-more {
  float: left;
  width: 50%;
  font-weight: 600;
  margin-top: 12.5px;
  margin-top: 0.78125rem;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 800px) {
    .page-template-homepage-php .read-more, .blog .read-more, .archive .read-more {
      font-size: 12px;
      font-size: 0.75rem; } }
.page-template-homepage-php .entry-header, .blog .entry-header, .archive .entry-header {
  width: 100%;
  margin: 0; }
.page-template-homepage-php .entry-title, .blog .entry-title, .archive .entry-title {
  line-height: 1.2;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }
  @media screen and (min-width: 800px) {
    .page-template-homepage-php .entry-title, .blog .entry-title, .archive .entry-title {
      margin-bottom: 6.25px;
      margin-bottom: 0.39062rem; } }
.page-template-homepage-php .entry-comments-link, .blog .entry-comments-link, .archive .entry-comments-link {
  position: relative;
  display: inline-block;
  float: right;
  width: 15px;
  height: 16px;
  background: url(images/comment-bubble.svg) center center no-repeat;
  bottom: 6px;
  bottom: 0.375rem; }

#gutter-sizer {
  width: 0;
  height: 0; }
  @media screen and (min-width: 800px) {
    #gutter-sizer {
      width: 4%; } }

/*---------------------------------------------------------
 Posts many view (_posts.scss)
-------------------------------------------------------- */
#posts-many {
  position: relative; }
  @media screen and (min-width: 800px) {
    #posts-many .masonry-post {
      width: 48%; } }
  @media screen and (min-width: 1100px) {
    #posts-many .masonry-post {
      width: 30.66667%; } }

/*---------------------------------------------------------
 Posts few view (_posts.scss)
-------------------------------------------------------- */
#posts-few .post {
  float: left; }
#posts-few .entry-content {
  margin-top: 6.25px;
  margin-top: 0.39062rem; }
#posts-few .entry-comments-link {
  display: none; }

/*---------------------------------------------------------
 Archive widget (_posts.scss)
-------------------------------------------------------- */
#posts-many aside.post, #posts-few aside.post {
  display: none;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #0b0e10;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 800px) {
    #posts-many aside.post, #posts-few aside.post {
      display: block;
      height: auto;
      margin-bottom: 37.5px;
      margin-bottom: 2.34375rem;
      padding-bottom: 12.5px;
      padding-bottom: 0.78125rem; }
      #posts-many aside.post.masonry-post, #posts-few aside.post.masonry-post {
        width: 30.66667%; } }
  @media screen and (min-width: 600px) {
    #posts-many aside.post, #posts-few aside.post {
      font-size: 13px;
      font-size: 0.8125rem; } }
  #posts-many aside.post a, #posts-few aside.post a {
    border-bottom: 0; }
    #posts-many aside.post a:hover, #posts-few aside.post a:hover {
      border-bottom: 1px solid; }
  #posts-many aside.post .widget, #posts-few aside.post .widget {
    margin-bottom: 0; }
  #posts-many aside.post .widget-title, #posts-few aside.post .widget-title {
    font-weight: 500;
    text-transform: none;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 6.25px;
    margin-bottom: 0.39062rem;
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 800px) {
      #posts-many aside.post .widget-title, #posts-few aside.post .widget-title {
        padding-top: 0; } }
  #posts-many aside.post .widget_archive ul, #posts-many aside.post .widget_categories ul, #posts-few aside.post .widget_archive ul, #posts-few aside.post .widget_categories ul {
    margin-bottom: 0; }
  #posts-many aside.post .widget_archive li, #posts-many aside.post .widget_categories li, #posts-few aside.post .widget_archive li, #posts-few aside.post .widget_categories li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.65;
    list-style: none;
    border: 0; }
    #posts-many aside.post .widget_archive li:after, #posts-many aside.post .widget_categories li:after, #posts-few aside.post .widget_archive li:after, #posts-few aside.post .widget_categories li:after {
      content: "/";
      padding: 0 2px 0 6px;
      padding:  0 0.125rem 0 0.375rem; }
    #posts-many aside.post .widget_archive li:last-of-type:after, #posts-many aside.post .widget_categories li:last-of-type:after, #posts-few aside.post .widget_archive li:last-of-type:after, #posts-few aside.post .widget_categories li:last-of-type:after {
      content: none; }

/*---------------------------------------------------------
 Archive widget narrow view (_posts.scss)
-------------------------------------------------------- */
#mobile-extra-widget {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: block;
  width: 100%; }
  @media screen and (min-width: 800px) {
    #mobile-extra-widget {
      display: none; } }
  #mobile-extra-widget a {
    border-bottom: 0; }
    #mobile-extra-widget a:hover {
      border-bottom: 1px solid; }

/*---------------------------------------------------------
 Header (_posts.scss)
-------------------------------------------------------- */
.entry-header {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  @media screen and (min-width: 800px) {
    .entry-header {
      margin-top: -4px;
      margin-top: -0.25rem; } }

.entry-title {
  margin: 0 0 6.25px 0;
  margin:  0 0 0.39062rem 0; }

/*---------------------------------------------------------
 Sticky post label (_posts.scss)
-------------------------------------------------------- */
.entry-sticky-label:after {
  content: " \2013 "; }

/*---------------------------------------------------------
 Navigation (_posts.scss)
-------------------------------------------------------- */
.page-links {
  margin-top: 25px;
  margin-top: 1.5625rem; }

.nav-links {
  margin-top: 25px;
  margin-top: 1.5625rem; }
  .nav-links div {
    display: inline; }
  .nav-links a[rel="prev"], .nav-links a[rel="next"], .nav-links a[rel="parent"], .nav-links .nav-previous a, .nav-links .nav-next a, .nav-links .nav-parent a {
    display: inline-block;
    width: 12px;
    height: 25px;
    color: transparent;
    font: 0/0 a;
    border-bottom: 0;
    text-decoration: none;
    background: url(images/post-nav-arrow.svg) center center no-repeat; }
  .nav-links a[rel="prev"], .nav-links .nav-prev a, .nav-links .nav-previous a {
    padding-right: 30px;
    padding-right: 1.875rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media screen and (min-width: 1100px) {
      .nav-links a[rel="prev"], .nav-links .nav-prev a, .nav-links .nav-previous a {
        padding-right: 10px;
        padding-right: 0.625rem; } }

/*---------------------------------------------------------
 Columns (_posts.scss)
-------------------------------------------------------- */
@media screen and (min-width: 800px) {
  .content-columns {
    margin-left: auto;
    margin-right: auto;
    width: 80%; } }

/*---------------------------------------------------------
 Content (_posts.scss)
-------------------------------------------------------- */
.entry-content h3 {
  border-top: 1px solid #0b0e10;
  font-weight: 500;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  font-size: 17px;
  font-size: 1.0625rem; }
.entry-content p {
  margin-bottom: 0px; }
  .entry-content p + p {
    text-indent: 20px;
    text-indent: 1.25rem; }
.entry-content img {
  margin-top: 12.5px;
  margin-top: 0.78125rem;
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }
.entry-content a {
  border-bottom: 1px solid; }
  .entry-content a.more-link {
    border-bottom: 0; }

@media screen and (min-width: 800px) {
  .single .entry-content blockquote, .page-template-default .entry-content blockquote {
    text-align: center;
    padding: 12.5px 36px;
    padding:  0.78125rem 2.25rem; } }

/*---------------------------------------------------------
 Short posts (_posts.scss)
-------------------------------------------------------- */
@media screen and (min-width: 800px) {
  .single-column .entry-content, .single-column .entry-header {
     }

.single-column .entry-content {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	}
	 }
/*---------------------------------------------------------
 Footer (_posts.scss)
-------------------------------------------------------- */
.entry-footer {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .entry-footer {
      font-size: 13px;
      font-size: 0.8125rem; } }

footer.entry-meta {
  margin-top: 50px;
  margin-top: 3.125rem; }

@media screen and (min-width: 1100px) {
  .post-navigation {
    position: fixed;
    bottom: 12.5px;
    bottom: 0.78125rem;
    left: 12.5px;
    left: 0.78125rem; } }

/*---------------------------------------------------------
 Meta (_posts.scss)
-------------------------------------------------------- */
.entry-meta-wrapper {
  font-style: italic;
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .entry-meta-wrapper {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .entry-meta-wrapper a {
    display: inline; }
    .entry-meta-wrapper a:hover {
      border-bottom: 1px solid; }
  @media screen and (min-width: 1100px) {
    .entry-meta-wrapper.vertical {
      position: absolute;
      top: 125px;
      margin-top: 0;
      font-style: normal;
      text-transform: uppercase;
      cursor: vertical-text;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      left: -25px;
      left: -1.5625rem;
      padding-left: 6.25px;
      padding-left: 0.39062rem;
      font-size: 11px;
      font-size: 0.6875rem;
      letter-spacing: 3px;
      letter-spacing: 0.1875rem;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }

.has-featured-image .vertical {
  top: 0; }

/*---------------------------------------------------------
 Author (_posts.scss)
-------------------------------------------------------- */
.entry-author-byline {
  font-style: italic;
  margin: 12.5px 0;
  margin:  0.78125rem 0;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .entry-author-byline {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .entry-author-byline a {
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 0;
    margin-left: 4px;
    margin-left: 0.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    word-spacing: 1px;
    word-spacing: 0.0625rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem; }
    .entry-author-byline a:hover {
      border-bottom: 1px solid; }

/*---------------------------------------------------------
 Selected images (_posts.scss)
-------------------------------------------------------- */
.selected-images {
  position: relative;
  width: 100%;
  max-width: 900px;
  line-height: 1;
  text-align: center;
  margin: 0 0 25px;
  margin:  0 0 1.5625rem; }

.selected-images-only, .selected-images-one, .selected-images-two {
  width: 100%;
  height: auto; }

.selected-images-one, .selected-images-two {
  position: absolute;
  width: 50%; }

.selected-images-one {
  left: 0; }

.selected-images-two {
  right: 0; }

.selected-images-holder {
  overflow: hidden;
  position: relative; }

.selected-images-none {
  height: auto;
  color: #ff4200;
  text-align: center !important;
  line-height: 1.35;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding: 0.625rem; }
  @media screen and (min-width: 600px) {
    .selected-images-none {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .selected-images-none a {
    color: #ff4200;
    text-decoration: underline; }
  .selected-images-none strong {
    display: inline-block; }
  .page-template-homepage-php .selected-images-none, .blog .selected-images-none, .archive .selected-images-none {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    text-align: left; }

.selected-images-caption {
  display: block;
  text-align: left; }
  div + .selected-images-caption, img + .selected-images-caption {
    margin-top: 8.33333px;
    margin-top: 0.52083rem; }
  .selected-images-caption[data-position]:before {
    content: attr(data-position) " ";
    font-weight: 600; }

/*---------------------------------------------------------
 Protected (_posts.scss)
-------------------------------------------------------- */
.post-password-required p {
  margin: 12.5px 0;
  margin:  0.78125rem 0; }
  .post-password-required p + p {
    text-indent: 0; }

/*---------------------------------------------------------
 Infinite Scroll (_posts.scss)
-------------------------------------------------------- */
.infinite-scroll #main {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

#infinite-handle {
  position: absolute;
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  border: 1px solid #0b0e10;
  bottom: -41.5px;
  bottom: -2.59375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #infinite-handle:hover {
    background-color: #fafafa; }
  #infinite-handle span {
    display: block;
    padding: 12.5px 0 !important;
    color: #0b0e10 !important;
    background: none !important;
    font-weight: 600;
    border-radius: 0 !important;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 600px) {
      #infinite-handle span {
        font-size: 13px;
        font-size: 0.8125rem; } }

.infinite-loader {
  position: absolute;
  left: 50%;
  bottom: -41.5px;
  bottom: -2.59375rem; }

.appended .masonry-post {
  visibility: hidden; }

/*---------------------------------------------------------
 7. Pages (_pages.scss)
-------------------------------------------------------- */
.page-wrapper {
  position: relative;
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff; }
  .page-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 9999px;
    background-color: #ffffff; }

/*---------------------------------------------------------
 Homepage (_pages.scss)
-------------------------------------------------------- */
.homepage-title {
  border-top: 1px solid #0b0e10;
  font-weight: 500;
  margin: 25px 0 50px;
  margin:  1.5625rem 0 3.125rem;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media screen and (min-width: 800px) {
    .homepage-title {
      max-width: 65%;
      margin-top: 50px;
      margin-top: 3.125rem; } }

.source-homepage .selected-images {
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }

#main .homepage-featured article.post {
  margin-top: -12.5px;
  margin-top: -0.78125rem;
  font-size: 20px;
  font-size: 1.25rem; }
  #main .homepage-featured article.post:last-of-type {
    border-bottom: 0; }
  #main .homepage-featured article.post .entry-title {
    font-size: 30px;
    font-size: 1.875rem; }
    @media screen and (min-width: 800px) {
      #main .homepage-featured article.post .entry-title {
        font-size: 38px;
        font-size: 2.375rem; } }
  #main .homepage-featured article.post time {
    position: relative;
    background-color: transparent ;
    top: -7px;
    top: -0.4375rem;
    padding: 2px 7px 0 4px;
    padding:  0.125rem 0.4375rem 0 0.25rem; }
#main .homepage-featured .featured-read-more {
  display: block;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

/*---------------------------------------------------------
 404 (_pages.scss)
-------------------------------------------------------- */
.error404 article {
  padding-top: 50px;
  padding-top: 3.125rem; }
  .error404 article p, .error404 article form {
    margin: 0 0 25px;
    margin:  0 0 1.5625rem; }
.error404 .entry-subtitle {
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 12.5px;
  padding:  0 0 0.78125rem;
  font-size: 30px;
  font-size: 1.875rem; }
.error404 .search-form {
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .error404 .search-form {
      font-size: 13px;
      font-size: 0.8125rem; } }

/*---------------------------------------------------------
 Search (_pages.scss)
-------------------------------------------------------- */
.infinite-scroll.search .content-area article:last-of-type {
  padding-bottom: 50px;
  padding-bottom: 3.125rem; }

.search .search-title, .search .entry-title {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.0625rem; }
.search .entry-header {
  margin-bottom: 0; }
.search .content-area article {
  border-top: 1px solid #0b0e10;
  margin: 25px 0;
  margin:  1.5625rem 0;
  padding-top: 25px;
  padding-top: 1.5625rem; }
  .search .content-area article:last-of-type {
    border-bottom: 0;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem; }
.search .content-area header, .search .entry-content {
  max-width: 80%; }
  @media screen and (min-width: 800px) {
    .search .content-area header, .search .entry-content {
      max-width: 48%; } }
  .search .content-area header .run-in, .search .entry-content .run-in {
    text-transform: none;
    letter-spacing: inherit; }
.search .content-area header {
  display: inline-block; }
.search .entry-date, .search .entry-terms, .search .entry-content {
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .search .entry-date, .search .entry-terms, .search .entry-content {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .search .entry-date a:hover, .search .entry-terms a:hover, .search .entry-content a:hover {
    border-bottom: 1px solid; }
.search .entry-content p {
  margin: 25px 0 12.5px;
  margin:  1.5625rem 0 0.78125rem; }
.search .search-result {
  font-weight: 400; }
.search .search-toggle {
  margin-right: 18px;
  margin-right: 1.125rem; }
.search .read-more {
  font-weight: 600; }
  .search .read-more a:hover {
    border-bottom: 0; }
.search .page {
  margin-bottom: 0; }

@media screen and (min-width: 800px) {
  .search-results .entry-header {
    position: static;
    max-width: 100%; } }
.search-results .entry-content {
  display: none; }

.search-toggle {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  font: 0/0 a;
  color: transparent;
  border-bottom: 0;
  text-decoration: none;
  background: url(images/post-nav-arrow.svg) center center no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .search-toggle.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*---------------------------------------------------------
 Attachment (_pages.scss)
-------------------------------------------------------- */
.attachment #main .primary {
  max-width: 100%; }

.download-attachment {
  text-align: center;
  border: 1px solid #0b0e10;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  .download-attachment a {
    display: block;
    padding: 25px 36px;
    padding:  1.5625rem 2.25rem; }
    .download-attachment a:hover {
      background-color: #fafafa; }

.oxford-exif-data-header {
  border-top: 1px solid #0b0e10;
  font-weight: 500;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  font-size: 17px;
  font-size: 1.0625rem; }

.oxford-exif-data {
  list-style: none;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .oxford-exif-data {
      font-size: 13px;
      font-size: 0.8125rem; } }

/*---------------------------------------------------------
 Archive (_pages.scss)
-------------------------------------------------------- */
.archive-header {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.archive-title {
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem;
  font-size: 2.5rem;
    line-height: 1.13; }

.archive-description {
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .archive-description {
      font-size: 13px;
      font-size: 0.8125rem; } }

/*---------------------------------------------------------
 8. Widgets (_widgets.scss)
-------------------------------------------------------- */
.widget-title {
  font-weight: 600;
  margin: 0 0 12.5px;
  margin:  0 0 0.78125rem;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem; }

.widget {
  max-width: 100%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }
  @media screen and (min-width: 800px) {
    .widget {
      margin-bottom: 50px;
      margin-bottom: 3.125rem; } }
  .widget a:hover {
    border-bottom: 1px solid; }
  .widget .search-form {
    margin-top: 12.5px;
    margin-top: 0.78125rem; }
  .widget select {
    max-width: 100%; }
  .widget li {
    border-bottom: 1px solid #0b0e10;
    margin-bottom: 12.5px;
    margin-bottom: 0.78125rem;
    padding-bottom: 12.5px;
    padding-bottom: 0.78125rem; }
    .widget li:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .widget .children, .widget .sub-menu {
    margin-bottom: 0; }
    .widget .children li:before, .widget .sub-menu li:before {
      content: "\2013  "; }

.widget_tag_cloud a {
  padding: 2px;
  padding: 0.125rem; }

.widget_search .search-submit {
  display: none; }

.widget_rss .widgettitle a {
  text-decoration: none; }
.widget_rss img {
  display: none; }
.widget_rss .rss-date, .widget_rss cite {
  display: block; }
.widget_rss .rss-date {
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }
.widget_rss cite {
  font-style: normal;
  margin: 12.5px 0 25px 0;
  margin:  0.78125rem 0 1.5625rem 0; }

/*---------------------------------------------------------
 9. Comments (_comments.scss)
-------------------------------------------------------- */
#comments {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 800px) {
    #comments {
      margin-top: 100px;
      margin-top: 6.25rem; } }
  @media screen and (min-width: 600px) {
    #comments {
      font-size: 13px;
      font-size: 0.8125rem; } }
  #comments.primary {
    clear: none; }
  #comments a:hover {
    border-bottom: 1px solid; }

/*---------------------------------------------------------
 Individual (_comments.scss)
-------------------------------------------------------- */
.comment {
  list-style: none;
  margin: 37.5px 0;
  margin:  2.34375rem 0; }
  .comment:focus {
    outline: none; }
  .comment:first-of-type {
    margin-top: 0;
    padding-top: 0; }
  .comment:last-of-type {
    margin-bottom: 0; }
  .comment .children {
    margin: 37.5px 0;
    margin:  2.34375rem 0; }
    @media screen and (min-width: 800px) {
      .comment .children {
        padding-left: 36px;
        padding-left: 2.25rem; } }
  .comment .depth-4 .children {
    padding-left: 0; }
  .comment .comment-label:before {
    content: "\0028";
    padding-right: 1px;
    padding-right: 0.0625rem; }
  .comment .comment-label:after {
    content: "\0029";
    padding-left: 1px;
    padding-left: 0.0625rem; }
  .comment .avatar {
    position: relative;
    display: none;
    float: left;
    top: 2px;
    top: 0.125rem;
    padding-right: 10px;
    padding-right: 0.625rem; }
    @media screen and (min-width: 800px) {
      .comment .avatar {
        display: block; } }

/*---------------------------------------------------------
 Details (_comments.scss)
-------------------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.comment-body {
  border-bottom: 1px solid #0b0e10;
  padding-bottom: 12.5px;
  padding-bottom: 0.78125rem; }

.comment-content, .comment-reply-link {
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem;
  padding-top: 12.5px;
  padding-top: 0.78125rem; }

#cancel-comment-reply-link {
  font-size: inherit;
  margin-left: 9px;
  margin-left: 0.5625rem; }

#comment-nav {
  margin: 25px 0;
  margin:  1.5625rem 0; }
  #comment-nav a:hover {
    border-bottom: 0; }

.bypostauthor .comment-label {
  font-weight: 500; }

/*---------------------------------------------------------
 Titles (_comments.scss)
-------------------------------------------------------- */
#comments-title {
  border-top: 1px solid #0b0e10;
  font-weight: 500;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  font-size: 17px;
  font-size: 1.0625rem; }

#respond h3 {
  font-weight: 500;
  margin: 0 0 25px;
  margin:  0 0 1.5625rem;
  padding: 6.25px 0 0;
  padding:  0.39062rem 0 0;
  font-size: 17px;
  font-size: 1.0625rem; }
  .comment-list + #respond h3 {
    margin: 50px 0 25px;
    margin:  3.125rem 0 1.5625rem;
    padding: 6.25px 0 0;
    padding:  0.39062rem 0 0; }
  li #respond h3 {
    margin-top: 25px;
    margin-top: 1.5625rem; }

/*---------------------------------------------------------
 Header (_comments.scss)
-------------------------------------------------------- */
.comment-metadata time {
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .comment-metadata time {
      font-size: 13px;
      font-size: 0.8125rem; } }

.fn {
  font-weight: 600;
  font-style: normal; }

.vcard {
  margin-bottom: 0; }

/*---------------------------------------------------------
 Navigation (_comments.scss)
-------------------------------------------------------- */
#comments-nav {
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */
.pingback, .trackback {
  padding-top: 0;
  list-style: none;
  font-weight: 600; }
  .pingback a, .trackback a {
    font-weight: 400; }
  .pingback .comment-body, .trackback .comment-body {
    border-bottom: 0; }

/*---------------------------------------------------------
 Form (_comments.scss)
-------------------------------------------------------- */
.comment-form {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 800px) {
    .comment-form {
      margin-bottom: 0; } }

.comment-form-comment {
  margin-bottom: 0;
  line-height: 0; }
  .comment-form-comment textarea {
    line-height: 1.4; }

#submit {
  width: 100%;
  font-weight: 600;
  border-top: 0; }

.respond-type {
  width: 100%;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem; }

#respond input, #respond textarea {
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    #respond input, #respond textarea {
      font-size: 13px;
      font-size: 0.8125rem; } }
#respond .form-submit, #respond input[type="submit"] {
  margin-bottom: 0; }

/*---------------------------------------------------------
 10. Forms (_forms.scss)
-------------------------------------------------------- */
textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="submit"], .search-field {
  max-width: 100%;
  border: 1px solid #0b0e10;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 6px 8px;
  padding:  0.375rem 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="submit"]:focus, .search-field:focus {
    outline: none; }

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  outline: none; }

/*---------------------------------------------------------
 Buttons and inputs (_forms.scss)
-------------------------------------------------------- */
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  font-size: 100%; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  line-height: 1;
  border: 1px solid #0b0e10;
  text-decoration: none;
  -webkit-appearance: button;
  padding: 12px;
  padding: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem; }
  button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #fafafa; }

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*---------------------------------------------------------
 Placeholder text (_forms.scss)
-------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #0b0e10; }

:-moz-placeholder {
  color: #0b0e10;
  opacity: 1; }

::-moz-placeholder {
  color: #0b0e10;
  opacity: 1; }

:-ms-input-placeholder {
  color: #0b0e10; }

/*---------------------------------------------------------
 Contact form 7 (_forms.scss)
-------------------------------------------------------- */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  width: 100%;
  margin-top: 12.5px;
  margin-top: 0.78125rem; }
.wpcf7 input[type="submit"] {
  margin-bottom: 0; }

/*---------------------------------------------------------
 11. Options (_options.scss)
-------------------------------------------------------- */
.paragraph-breaks .entry-content p {
  margin-bottom: 12.5px;
  margin-bottom: 0.78125rem; }
  .paragraph-breaks .entry-content p + p {
    text-indent: 0; }

/*---------------------------------------------------------
 11. Support (_support.scss)
-------------------------------------------------------- */
.IE9 .nav-links a[rel="prev"], .IE9 .nav-links .nav-prev a, .IE9 .nav-links .nav-previous a {
  background: url(images/post-nav-arrow-right.svg) center center no-repeat; }
.IE9 .placeholdr {
  color: #0b0e10; }

/*---------------------------------------------------------
 Jetpack (_support.scss)
-------------------------------------------------------- */
.sharedaddy .entry-content h3 {
  border-top: none; }

/*---------------------------------------------------------
 12. WordPress.com (_wpdotcomt.scss)
-------------------------------------------------------- */
#jp-post-flair {
  margin-top: 25px !important; }

/*---------------------------------------------------------
 Hide smiley (_wpdotcom.scss)
-------------------------------------------------------- */
#wpstats {
  display: none !important; }

/*---------------------------------------------------------
 Comment form (_wpdotcom.scss)
-------------------------------------------------------- */
#respond #comment-form-comment, #comment-form-share-text-padder {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  border: 1px solid #0b0e10 !important; }

#respond .comment-form-service {
  background: #ffffff !important;
  border-bottom: none !important; }

/*---------------------------------------------------------
 Related (_wpdotcom.scss)
-------------------------------------------------------- */
div.jp-relatedposts .jp-relatedposts-headline em:before {
  border-top: 0 !important; }

div.jp-relatedposts p + P {
  text-indent: 0 !important; }

div.jp-relatedposts a:hover {
  text-decoration: none !important; }

/*---------------------------------------------------------
 Widgets (_wpdotcom.scss)
-------------------------------------------------------- */
.milestone-header, .milestone-countdown, .milestone-message {
  color: #ffffff !important;
  background-color: #0b0e10 !important; }

table.recentcommentsavatar {
  border: 0 !important; }

table.recentcommentsavatar td {
  border: 0 !important;
  vertical-align: top !important;
  text-align: left !important; }