/*
Theme Name: Summit
Theme URI: http://devpress.com/summit
Author: DevPress
Author URI: http://devpress.com
Description: Summit is simple one-column WordPress theme, perfect for blogging and small business.  It features excellent header images with a number of customizable display options.  Social icons can be added to the header.  A customizable widget area is available in the footer.  Summit is responsive and looks great on desktop and mobile devices.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: summit
Domain Path: /languages/
Tags: one-column, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Summit is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

*/
/* =Table Contents
-------------------------------------------------------------- */
/*
1.0 -  Reset
2.0 -  Typography
3.0 -  Elements
4.0 -  Forms
5.0 -  Theme Globals
6.0 -  Header
7.0 -  Main Navigation
7.1 -  Social Navigation
8.0 -  Content
9.0 -  Paging Navigation
10.0 - Widgets
11.0 - Comments
12.0 - Media
12.1 - Captions
12.2 - Galleries
13.0 - Clearings
14.0 - Accessibility
15.0 - Plugin Support
15.1 - Jetpack Infinite Scroll
16.0 - Responsive

--------------------------------------------------------------*/
/* =1.0 Reset
-------------------------------------------------------------- */
/*
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/
*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/* =2.0 Typography
-------------------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

p::selection {
  color: #fff;
  background: #3fc0c3; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f6f6f6;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/* =3.0 Elements
-------------------------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 3em; }

li {
  margin-bottom: .25em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 1px;
  text-align: left; }

th {
  font-weight: bold; }

th, td {
  padding: .5em .75em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 0; }

/* =4.0 Forms
-------------------------------------------------------------- */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-align: center;
  background: #3fc0c3;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05), inset 0 -2px 1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: .65em 1.25em;
  border: none;
  border-radius: 3px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), inset 0 2px 6px 1px rgba(0, 0, 0, 0.2); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  box-sizing: content-box; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px 10px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* @noflip */
body.rtl {
  direction: rtl;
  unicode-bidi: embed; }

/* 5.0 Theme Globals
-------------------------------------------------------------- */
body {
  background: #444;
  word-wrap: break-word; }

body,
button,
input,
select,
textarea {
  color: #454545;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 2; }

label {
  font-family: "Source Sans Pro", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: .5em; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4, h5, h6 {
  font-size: 20px; }

a {
  color: #3fc0c3;
  text-decoration: none;
  transition: all 0.2s ease; }
  a:hover, a:focus, a:active {
    color: #666;
    text-decoration: underline; }

#page {
  max-width: 890px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }

/* =6.0 Header
-------------------------------------------------------------- */
#masthead {
  background: #aaa;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }

.header-image img {
  display: block; }

.header-image .opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.site-branding {
  position: absolute;
  top: 40%;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); }

.site-title {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: .25em; }
  .site-title a {
    text-decoration: none;
    color: #fff; }
    .site-title a:hover {
      opacity: .6; }
  .site-title img {
    max-height: 200px;
    width: auto;
    max-width: 100%; }

.site-description {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Serif", serif; }

.js .site-branding {
  display: none; }

/* =7.0 Main Navigation
-------------------------------------------------------------- */
.main-navigation {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 3em;
  border-bottom: 1px solid #eee;
  padding: .75em 6em .75em;
  touch-action: manipulation; }

.no-main-navigation {
  border-top: 1px solid #eee;
  margin-bottom: 3em; }

.main-navigation a {
  font-size: 16px;
  padding: 12px 0;
  color: #555;
  display: block;
  text-decoration: none;
  border-top: 1px solid #eee; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400; }

.main-navigation a:hover {
  opacity: .6; }

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
  font-weight: 600; }

/* Larger Screen Sizes */
@media screen and (min-width: 890px) {
  .main-navigation a {
    font-size: 15px;
    padding: 10px;
    border: none;
    display: inline-block; }
  .main-navigation li {
    position: relative;
    display: inline; }
  .main-navigation ul {
    text-align: center;
    transition: all 0.2s ease; }
  .main-navigation ul ul {
    display: none;
    width: 220px;
    background: #fff;
    border: 1px solid #eee;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    top: 30px;
    z-index: 99999;
    border-radius: 5px; }
  .main-navigation ul ul:before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eee;
    content: ""; }
  .main-navigation ul ul li {
    display: block;
    margin: 0; }
  .main-navigation ul ul a {
    display: block;
    padding: 12px;
    border-bottom: 1px solid #eee; }
  .main-navigation ul ul a:hover {
    opacity: 1;
    background: #f6f6f6; }
  .main-navigation ul ul li:last-child a {
    border-bottom: none; }
  .main-navigation ul li:hover > ul {
    display: block; } }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

@media screen and (max-width: 889px) {
  .main-navigation {
    padding: 1.75em 6em .5em; }
  .menu-toggle {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 .75em; }
  .menu-toggle:after {
    color: #666;
    font-family: "summit-icons";
    content: '\e812';
    speak: none;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center; }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation.toggled .nav-menu {
    margin-bottom: .25em; }
  .main-navigation.toggled .menu-toggle:after {
    content: '\e821'; }
  .main-navigation ul {
    display: none; }
  .main-navigation .menu-item-has-children {
    position: relative;
    cursor: pointer; }
  .dropdown-toggle {
    transition: all 0.2s ease;
    color: #999;
    font-family: "summit-icons";
    speak: none;
    display: inline-block;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.02);
    top: 1px;
    height: 48px;
    line-height: 1;
    width: 48px; }
  .dropdown-toggle:after {
    content: "\e811";
    position: absolute;
    right: 16px; }
  .dropdown-toggle.toggled:after {
    content: '\e821'; }
  .main-navigation .dropdown-toggle:hover {
    background: #3fc0c3;
    color: #fff; }
  .main-navigation ul ul li a {
    padding-left: 3em; } }

/* =7.1 Social Navigation
-------------------------------------------------------------- */
.social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.social-menu li {
  display: inline-block; }

.social-menu a {
  color: #fff;
  text-decoration: none; }

.social-menu a:hover {
  opacity: .6; }

.social-menu li a:before {
  content: '\e80d';
  display: inline-block;
  padding: 0 5px;
  font-family: 'summit-icons';
  font-size: 16px;
  vertical-align: top;
  margin: 0;
  transition: margin 0.2s ease; }

.social-menu li a:hover:before {
  margin-top: -2px; }

.social-menu li a[href*="behance.com"]:before {
  content: '\e81d'; }

.social-menu li a[href*="dribbble.com"]:before {
  content: '\e818'; }

.social-menu li a[href*="facebook.com"]:before {
  content: '\e80c'; }

.social-menu li a[href*="flickr.com"]:before {
  content: '\e81f'; }

.social-menu li a[href*="github.com"]:before {
  content: '\e81e'; }

.social-menu li a[href*="linkedin.com"]:before {
  content: '\e816'; }

.social-menu li a[href*="pinterest.com"]:before {
  content: '\e817'; }

.social-menu li a[href*="plus.google.com"]:before {
  content: '\e80f'; }

.social-menu li a[href*="instagr.am"]:before,
.social-menu li a[href*="instagram.com"]:before {
  content: '\e81c'; }

.social-menu li a[href*="rdio.com"]:before {
  content: '\e819'; }

.social-menu li a[href*="skype.com"]:before {
  content: '\e80a'; }

.social-menu li a[href*="spotify.com"]:before {
  content: '\e81b'; }

.social-menu li a[href*="tumblr.com"]:before {
  content: '\e815'; }

.social-menu li a[href*="twitter.com"]:before {
  content: '\e81a'; }

.social-menu li a[href*="vimeo.com"]:before {
  content: '\e807'; }

.social-menu li a[href*="youtube.com"]:before {
  content: '\e823'; }

/* =8.0 Content
-------------------------------------------------------------- */
#primary {
  margin: 0 0 3em; }

#content {
  padding: 0 6em;
  font-family: "Noto Serif", serif; }

#colophon {
  text-align: center;
  padding: 1.5em 6em 3em; }

.hentry {
  padding: 0 0 3em;
  margin: 0 0 3em;
  border-bottom: 1px solid #eee;
  overflow: hidden; }

.hentry:last-of-type {
  margin: 0 0 1.5em; }

.entry-header {
  margin: 0 0 1.5em; }

.entry-title {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: .25em; }
  .entry-title a {
    color: #555; }
    .entry-title a:hover {
      text-decoration: none;
      color: #3fc0c3; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.featured-image {
  background: #f9f9f9;
  margin-bottom: 3em; }

.featured-image img {
  display: block;
  margin: 0 auto; }

.entry-meta, .entry-footer {
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  color: #888; }

.entry-meta a,
.entry-footer a {
  color: #888; }

.entry-meta a:hover, .entry-footer a:hover {
  text-decoration: underline;
  color: #3fc0c3; }

.entry-content {
  margin-bottom: 1.5em; }

.format-icon:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.post-edit-link:before {
  font-family: "summit-icons";
  speak: none;
  display: inline-block;
  margin-right: .5em; }

/* Meta Icons */
.cat-links:before {
  content: '\e806'; }

.tags-links:before {
  content: '\e814'; }

.comments-link:before {
  content: '\e808'; }

.post-edit-link:before {
  content: '\e809'; }

.cat-links:after,
.tags-links:after,
.comments-link:after {
  content: '';
  display: inline-block;
  margin-right: 1.5em; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }
  .page-links a {
    font-size: 14px;
    background: #f9f9f9;
    padding: .25em 1em; }

.page-links a:first-of-type {
  margin-left: .5em; }

/* Author Meta */
.author-meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 3em 0;
  position: relative;
  padding: 1.5em 1.5em 1.5em 0; }

.author-meta .author-avatar {
  position: absolute;
  left: 0; }

.author-description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  padding-left: 90px;
  min-height: 60px; }

.author-description h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1; }

/* Override Specific Global Styles */
.hentry ul {
  list-style: none; }

.hentry ul > li:before {
  font-family: sans-serif;
  content: '\25A0';
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
  margin-left: -1.5em;
  width: 1.5em;
  text-align: left;
  display: inline-block;
  position: relative;
  vertical-align: text-top; }

/* Archive Pages */
.archive .page-header {
  padding: 0 0 3em;
  margin: 0 0 3em;
  border-bottom: 1px solid #eee; }

.taxonomy-description p {
  margin-bottom: 0; }

/* =8.1 Post Formats
-------------------------------------------------------------- */
#content blockquote {
  font-size: 18px;
  background: #f9f9f9;
  margin: 0 0 1.5em;
  padding: 1.5em; }

#content blockquote cite {
  display: inline-block;
  margin-top: .5em;
  font-size: 15px; }

#content blockquote cite:before {
  content: '\2014';
  margin-right: .5em; }

#content blockquote p:last-of-type {
  margin-bottom: 0; }

/* =8.2 Error 404
-------------------------------------------------------------- */
.error-404 .search-form {
  margin-bottom: 1.5em; }

/* =9.0 Paging
-------------------------------------------------------------- */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #eee;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.overlay-navigation {
  position: fixed;
  top: 46%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 5; }

.overlay-navigation .paging-navigation .nav-previous,
.overlay-navigation .paging-navigation .nav-next,
.overlay-navigation .post-navigation .nav-previous,
.overlay-navigation .post-navigation .nav-next {
  width: auto; }

.overlay-navigation span {
  display: none; }

.overlay-navigation a {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.1);
  font-size: 26px;
  padding: .75em 10px;
  text-decoration: none;
  touch-action: manipulation; }

.overlay-navigation a:hover {
  color: white; }

.overlay-navigation .nav-previous a {
  width: auto;
  box-shadow: inset -5px 0 15px rgba(0, 0, 0, 0.1); }

.overlay-navigation .nav-next a {
  box-shadow: inset 5px 0 15px rgba(0, 0, 0, 0.1); }

.overlay-navigation .nav-previous a:before,
.overlay-navigation .nav-next a:after {
  font-family: "summit-icons";
  speak: none;
  display: inline-block;
  padding: 0 5px;
  transition: padding 0.2s ease;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.overlay-navigation .nav-previous a:before {
  content: '\e804'; }

.overlay-navigation .nav-next a:after {
  content: '\e805'; }

.overlay-navigation .nav-previous a:hover:before {
  padding: 0 10px 0 0; }

.overlay-navigation .nav-next a:hover:after {
  padding: 0 0 0 10px; }

/* =10.0 Widgets
-------------------------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Footer Widgets */
#secondary.no-widgets {
  display: none; }

#secondary .widget {
  margin: 0 0 1.5em 0;
  background: #f9f9f9;
  padding: 1.5em;
  max-width: 100%; }

#secondary.column-2 .widget,
#secondary.column-masonry .widget {
  float: left;
  width: 48%;
  margin: 0 4% 1.5em 0; }

#secondary.column-2 .widget:nth-of-type(2n),
#secondary.column-masonry .widget:nth-of-type(2n) {
  margin-right: 0; }

#secondary.column-2 .widget:nth-of-type(2n+1),
#secondary.column-masonry .widget:nth-of-type(2n+1) {
  clear: both; }

#secondary .widget ul {
  margin-left: 0;
  list-style: none; }

#secondary .widget ul ul {
  margin-left: 1.5em;
  list-style: none; }

/* =11.0 Comments
-------------------------------------------------------------- */
#comments, #respond {
  font-family: "Source Sans Pro", sans-serif; }

.comment-list {
  margin: 0 0 3em 0;
  list-style: none; }

.comment-list .children {
  list-style: none; }

.comments-title {
  margin: 0 0 1.5em; }

.comment {
  position: relative;
  margin: 0 0 0 90px; }

.comment-body {
  padding: 2em;
  background: #f9f9f9;
  border-radius: 3px;
  margin: 0 0 20px 0; }

.bypostauthor .comment-body {
  background: #f0fafa; }

.comment-body:before {
  position: absolute;
  top: 30px;
  left: -10px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  content: ""; }

.comment-author .avatar {
  position: absolute;
  top: 0px;
  left: -90px;
  border-radius: 100%; }

.comment-content a {
  word-wrap: break-word; }

.comment-meta {
  padding-right: 90px; }

.comment-metadata {
  margin-bottom: 1.5em; }

.comment-list .children .children {
  margin: 0; }

.comment-list .children .children .comment {
  margin: 0; }

.comment-list .children .children .comment-body:before {
  content: none; }

.comment-list .children .children .comment-author .avatar {
  left: auto;
  right: 1.5em;
  top: 2em;
  z-index: 10;
  max-width: 40px; }

#respond p {
  margin-bottom: 1.5em; }

#respond label {
  display: none;
  /* Using placeholders instead */ }

#author, #email, #url {
  width: 50%; }

#reply-title {
  font-size: 17px;
  color: #666;
  font-weight: bold;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative; }

#reply-title:after {
  font-family: "summit-icons";
  speak: none;
  display: inline-block;
  margin-right: .5em;
  content: '\e800';
  position: absolute;
  right: 1em;
  color: #888;
  font-size: 20px; }

#respond textarea {
  display: block;
  margin: 1em 0;
  width: 80%; }

#respond .placeholder {
  color: #aaa; }

/* These are not displayed by default */
#respond .form-allowed-tags {
  display: none;
  clear: both;
  width: 80%; }

#respond .form-allowed-tags {
  margin-bottom: 1.5em; }

#respond .form-allowed-tags code {
  font-size: 12px; }

/* =12.0 Media
-------------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =12.1 Captions
-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%; }

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

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-style: italic; }

/* =12.2 Galleries
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1em; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.5em; }

.gallery .gallery-item img {
  display: block;
  margin: 0 auto; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  font-size: 13px;
  margin-top: 1em;
  color: #999; }

.gallery:before,
.gallery:after {
  content: " ";
  display: table; }

.gallery:after {
  clear: both; }

/* =13.0 Clearings
-------------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* =14.0 Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 1.5em 2em;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* =15.1 - Jetpack Modules
-------------------------------------------------------------- */
/* Globally hidden elements when infinite scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When infinite scroll reaches the end (oh, the irony!), redisplay hidden elements */
.infinity-end.neverending .site-footer {
  display: block; }

#infinite-handle span {
  background: #3fc0c3;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px; }

body #content div.sharedaddy {
  border-bottom: 1px solid #eee;
  margin-bottom: 3em; }

body #content div.sharedaddy div.sd-block {
  border-top: 1px solid #eee;
  padding: 1.5em 0 1.25em; }

body #content div.sharedaddy h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px; }

body .contact-form label {
  font-weight: normal;
  margin-bottom: 5px; }

/* =16.0 - Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .overlay-navigation {
    display: none; } }

@media screen and (min-width: 890px) {
  #page {
    margin: 80px auto; } }

@media screen and (max-width: 890px) {
  .comment-list .children {
    margin: 0; }
  .comment-list .children .comment {
    margin: 0; }
  .comment-list .children .comment-body:before {
    content: none; }
  .comment-list .children .comment-author .avatar {
    left: auto;
    right: 1.5em;
    top: 2em;
    z-index: 10;
    max-width: 40px; }
  #author, #email, #url {
    width: 70%; }
  #respond textarea {
    width: 90%; } }

@media screen and (max-width: 640px) {
  #masthead {
    min-height: 280px; }
  .site-logo img {
    max-height: 120px; }
  .main-navigation, #content, #colophon {
    padding-right: 3em;
    padding-left: 3em; }
  #author, #email, #url, #respond textarea {
    width: 100%; }
  #secondary.column-2 .widget, #secondary.column-masonry .widget {
    float: none;
    width: auto;
    margin: 0 0 1.5em 0; } }

@media screen and (max-width: 480px) {
  .site-logo img {
    max-height: 90px; }
  .main-navigation, #colophon {
    padding-right: 1.5em;
    padding-left: 1.5em; }
  #content {
    padding-right: 0em;
    padding-left: 0em; }
  .hentry {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
  .entry-header,
  .entry-content,
  .entry-footer,
  .archive .page-header {
    padding-right: 1.5em;
    padding-left: 1.5em; }
  .author-meta {
    margin: 3em 0 1.5em; }
  .author-meta .author-avatar {
    left: 1.5em; }
  .author-description {
    padding-left: 7.5em; }
  .site-main .comment-navigation,
  .site-main .paging-navigation,
  .site-main .post-navigation {
    padding: 0 1.5em 1.5em; }
  #secondary {
    padding-right: 1.5em;
    padding-left: 1.5em; }
  .cat-links, .tags-links, .comments-link {
    display: block;
    clear: both;
    margin-bottom: .5em; }
  #comments {
    padding-right: 1.5em;
    padding-left: 1.5em; }
  .comments-title {
    margin-bottom: 1.5em; }
  .comment {
    margin: 0; }
  .comment-body:before {
    content: none; }
  .comment-author .avatar {
    left: auto;
    right: 1.5em;
    top: 2em;
    z-index: 10;
    max-width: 40px; }
  #reply-title {
    padding: .75em 0; }
  .widget .search-field {
    width: 90%;
    margin-bottom: .5em; } }

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