/*
Theme Name: Blink
Theme URI: https://codestag.com/themes/blink/
Author: Codestag
Author URI: https://codestag.com/
Description: A beautiful blogging theme for those who have more to say.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blink
Tags: custom-background, custom-menu, editor-style, featured-images, infinite-scroll, photoblogging, site-logo, sticky-post, threaded-comments, theme-options, 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.

 Blink is based on Underscores http://underscores.me/, (C) 2012-2014 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Layout
6.0 Navigation
	6.1 Links
	6.2 Menus
7.0 Accessibility
8.0 Alignments
9.0 Clearings
10.0 Widgets
11.0 Content
	11.1 Posts and pages
	11.2 Asides
	11.3 Comments
12.0 Infinite scroll
13.0 Media
	13.1 Captions
	13.2 Galleries
14.0 Support
	14.1 Contact Form (JetPack)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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 */
  -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/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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;
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

.nav-links [rel], .sticky-post-label, .entry-meta .tags-label, .no-comments {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation, .inner-block, .entry-content, .page-header, #disqus_thread,
.comments-area {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.site-header .inner-block, div.primary-menu > ul,
.primary-menu, .nav-links, .site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation, .clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer, .widgets-container, .posts-list,
.page-cover,
.post-cover, .author-bio {
  zoom: 1;
}
.site-header .inner-block:before, div.primary-menu > ul:before,
.primary-menu:before, .nav-links:before, .site-main .comment-navigation:before,
.site-main .paging-navigation:before,
.site-main .post-navigation:before, .clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .widgets-container:before, .posts-list:before,
.page-cover:before,
.post-cover:before, .author-bio:before, .site-header .inner-block:after, div.primary-menu > ul:after,
.primary-menu:after, .nav-links:after, .site-main .comment-navigation:after,
.site-main .paging-navigation:after,
.site-main .post-navigation:after, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .widgets-container:after, .posts-list:after,
.page-cover:after,
.post-cover:after, .author-bio:after {
  display: table;
  content: "";
}
.site-header .inner-block:after, div.primary-menu > ul:after,
.primary-menu:after, .nav-links:after, .site-main .comment-navigation:after,
.site-main .paging-navigation:after,
.site-main .post-navigation:after, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .widgets-container:after, .posts-list:after,
.page-cover:after,
.post-cover:after, .author-bio:after {
  clear: both;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "PT Serif", Georgia, serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 25px 0;
  margin:  2.5rem 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
}

h1 {
  font-size: 45px;
  font-size: 4.5rem;
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
}

h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

h6 {
  font-size: 13px;
  font-size: 1.3rem;
}

p {
  margin-bottom: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

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

blockquote, q {
  margin: 0;
  font-style: italic;
  font-size: 30px;
  font-size: 3rem;
  quotes: none;
}
@media screen and (min-width: 600px) {
  blockquote, q {
    margin-left: 200px;
    margin-left: 20rem;
  }
}

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

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f6f6f6;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  tab-size: 4;
}

code, kbd, tt, var {
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, monospace;
}

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

mark, ins {
  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%;
}

del, strike {
  color: #FF4200;
}

/*--------------------------------------------------------------
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: inside disc;
}

ol {
  list-style: inside decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em;
}

address {
  font-style: italic;
}

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

figure {
  margin: 0;
}

table {
  margin: 50px 0;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}

th {
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

td, th {
  border-bottom: 2px solid #000;
  padding: 6.25px 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 */
  border-radius: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

input, textarea {
  background: #f6f6f6;
}

label {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  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;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: .6em 1em .5em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-transition: color, background 200ms ease-out;
  -o-transition: color, background 200ms ease-out;
  -webkit-transition: color, background 200ms ease-out;
  transition: color, background 200ms ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

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

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #111;
  padding: 15px;
}

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

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: inherit;
  font-style: italic;
  opacity: .85;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: inherit;
  font-style: italic;
  opacity: .85;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: inherit;
  font-style: italic;
  opacity: .85;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: inherit;
  font-style: italic;
  opacity: .85;
}

/*--------------------------------------------------------------
5.0 Layouts
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  .site-header .inner-block {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .site-header {
    padding: 15px 0;
  }
}

.site-branding {
  display: inline-block;
  float: left;
}

@media screen and (min-width: 800px) {
  .site-branding,
  .main-navigation {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.site-title {
  font-weight: bold;
  color: #000;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  text-transform: lowercase;
}

.site-title,
.site-description {
  display: inline-block;
  vertical-align: middle;
}

.site-description {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  margin: 0 0 0 12.5px;
}
@media screen and (max-width: 480px) {
  .site-description {
    display: none;
  }
}

.site-logo-link {
  display: inline-block;
  padding: 20px 0;
}

.site-footer {
  background: #1f2021;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 70px 0;
  padding:  7rem 0;
}
.site-footer a {
  color: inherit;
  border-bottom: 1px solid #fff;
}

.footer-text-container {
  margin-top: 50px;
  margin-top: 5rem;
}

.footer-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-links li {
  margin-right: 10px;
  display: inline-block;
}
.footer-social-links a {
  text-decoration: none;
  border: none;
}
.footer-social-links .genericon {
  font-size: 30px;
}

@media screen and (min-width: 600px) {
  .footer-text,
  .footer-social-links {
    display: inline-block;
    width: 48%;
    margin-right: -.25em;
    vertical-align: top;
  }

  .footer-social-links {
    margin-left: 4%;
  }
}
/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
  color: #6db0a3;
  text-decoration: none;
}

/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .main-navigation > ul {
    text-align: right;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (min-width: 800px) {
  .main-navigation ul ul {
    float: left;
    position: absolute;
    text-align: left;
    top: 57px;
    background: #000;
    left: -999em;
    z-index: 9999;
    padding: 10px 0;
    padding:  1rem 0;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul {
    left: 100%;
  }
  .main-navigation ul ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-navigation ul ul a {
    padding: 12px 15px;
    width: 200px;
    color: #fff;
  }
}
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
@media screen and (min-width: 800px) {
  .main-navigation li {
    display: inline-block;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 800px) {
  .main-navigation {
    display: block;
    background: #1d1e21;
    padding: 50px 0;
    text-align: center;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 499;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 20px;
    font-size: 2rem;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .main-navigation.toggled-on {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation > ul > li:first-of-type:before {
    background: transparent;
    margin-top: 0;
  }
  .main-navigation > ul > li:before {
    content: '';
    display: block;
    background: #3a3c41;
    width: 80px;
    height: 2px;
    margin: 40px auto;
  }
  .main-navigation a {
    color: #fff;
  }
  .main-navigation .sub-menu {
    font-weight: normal;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .main-navigation .sub-menu li {
    margin-top: 40px;
    margin-top: 4rem;
  }
  .main-navigation .sub-menu a {
    color: #767980;
  }

  body.pushed {
    overflow: hidden;
  }

  .pushed .menu-toggle {
    position: absolute;
    right: 0;
    z-index: 502;
    color: #fff;
    right: 25px;
  }
  .pushed .menu-toggle:hover {
    color: #fff;
  }
}
/* Small menu */
.menu-toggle {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  position: relative;
  border: none;
  float: right;
  top: 5px;
}
.menu-toggle:hover {
  background: inherit;
  color: inherit;
}
.menu-toggle__label {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 800px) {
  div.primary-menu > ul .current-menu-item > a:before,
  .primary-menu .current-menu-item > a:before {
    background: #000;
  }
  div.primary-menu > ul > li,
  .primary-menu > li {
    line-height: 1;
  }
  div.primary-menu > ul > li:hover > a:before,
  .primary-menu > li:hover > a:before {
    background: #000;
  }
  div.primary-menu > ul > li > a,
  .primary-menu > li > a {
    display: block;
    padding: 21px 15px;
    padding:  2.1rem 1.5rem;
    -moz-transition: background, color 200ms ease-out;
    -o-transition: background, color 200ms ease-out;
    -webkit-transition: background, color 200ms ease-out;
    transition: background, color 200ms ease-out;
  }
  div.primary-menu > ul > li > a:before,
  .primary-menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
  }
  div.primary-menu > ul > li > a:hover:before,
  .primary-menu > li > a:hover:before {
    background: #000;
  }
}

@media screen and (max-width: 800px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
}
.nav-links {
  font-size: 17px;
  font-size: 1.7rem;
  font-style: italic;
  position: relative;
  overflow: hidden;
}
.nav-links a {
  color: inherit;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-links a:hover {
  color: gray;
}
.nav-links a:hover .meta-nav {
  color: #000;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  padding: 25px 0;
  padding:  2.5rem 0;
}
.nav-links [rel] {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  text-transform: uppercase;
}
.nav-links .meta-nav {
  display: block;
  font-family: "PT Serif", Georgia, serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}

.paging-navigation a:hover .meta-nav {
  color: inherit;
}

.post-navigation {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 800px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    position: relative;
  }
  .post-navigation .nav-previous:after,
  .post-navigation .nav-next:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200%;
    z-index: -1;
  }
  .post-navigation .nav-previous:after {
    right: -1px;
    border-right: 2px solid #000;
  }
  .post-navigation .nav-next:after {
    left: -1px;
    border-left: 2px solid #000;
  }
  .post-navigation .nav-link:only-of-type:after {
    border-width: 2px;
  }
}
@media screen and (max-width: 800px) {
  .post-navigation .nav-previous {
    border-bottom: 1px solid #000;
  }
  .post-navigation .nav-next {
    border-top: 1px solid #000;
  }
  .post-navigation .nav-link:only-of-type {
    border: none;
  }
}

.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 50px 0;
  margin:  5rem 0;
}
@media screen and (min-width: 800px) {
  .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%;
  }
}

.post-navigation {
  text-align: center;
}
.post-navigation .nav-next {
  text-align: inherit;
}
.post-navigation .nav-link {
  padding: 0;
}
.post-navigation .nav-link a {
  padding: 25px;
  padding: 2.5rem;
}

.paging-navigation .meta-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.paging-navigation a {
  display: block;
}

/*--------------------------------------------------------------
7.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
9.0 Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Widgets
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  .widgets-container .widget-area {
    width: 48%;
    float: left;
  }
  .widgets-container .widget-area:first-of-type {
    margin-right: 4%;
  }
}

.widget {
  margin: 0 0 70px;
  margin:  0 0 7rem;
  /* Make sure select elements fit in widgets */
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget input {
  color: inherit;
}
.widget input:focus {
  color: inherit;
}

.widget-title {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
  margin:  0 0 2rem 0;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget_search .search-field {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
}

.widget_calendar th, .widget_calendar td {
  border-color: #fff;
}
.widget_calendar td {
  border: none;
}
.widget_calendar tfoot td {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.widget_calendar #next {
  text-align: right;
}
.widget_calendar caption {
  font-style: italic;
  margin-bottom: 13px;
}
.widget_calendar table {
  margin: 0;
}

.widget_categories ul,
.widget_archive ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}

.widget_recent_entries .post-date {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
}
.widget_recent_entries li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.widget_tag_cloud a {
  border: none;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.site {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.site-content {
  -webkit-flex: 1;
  flex: 1;
}

.sticky {
  display: block;
}

.entry-title {
  word-break: break-word;
}

.sticky-post-label {
  border: 2px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 9px 10px;
  padding:  0.9rem 1rem;
  font-size: 15px;
  font-size: 1.5rem;
}

.entry-content {
  line-height: 1.7;
  font-size: 21px;
  font-size: 2.1rem;
}
.entry-content p + h1, .entry-content p + h2, .entry-content p + h3, .entry-content p + h4, .entry-content p + h5, .entry-content p + h6 {
  margin-top: 50px;
}
.entry-content ul, .entry-content ol {
  margin: 50px 0;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin: 0 0 0 25px;
}
.entry-content li {
  margin-bottom: 6px;
}

.updated:not(.published) {
  display: none;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.posts-list,
.page-cover,
.post-cover {
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.posts-list .entry-footer,
.page-cover .entry-footer,
.post-cover .entry-footer {
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
.posts-list .entry-footer:before,
.page-cover .entry-footer:before,
.post-cover .entry-footer:before {
  content: '';
  width: 80px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 40px 0;
}
.posts-list .entry-title,
.page-cover .entry-title,
.post-cover .entry-title {
  margin: 0;
  line-height: 1.2;
}
.posts-list .comments-link + .edit-link:before,
.page-cover .comments-link + .edit-link:before,
.post-cover .comments-link + .edit-link:before {
  content: ' / ';
}
.posts-list a,
.page-cover a,
.post-cover a {
  color: inherit;
}
.posts-list .item-link,
.page-cover .item-link,
.post-cover .item-link {
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  cursor: pointer;
}
.posts-list .text-container,
.page-cover .text-container,
.post-cover .text-container {
  position: absolute;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 3;
}
.posts-list .overlay,
.page-cover .overlay,
.post-cover .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.45)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.post-grid {
  color: #fff;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #1f2021;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-grid .post-grid-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.post-grid:hover .overlay {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}
.post-grid:hover .post-grid-content {
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 800px) {
  .post-grid {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -.25em;
  }
}

.post-cover {
  background-color: #1f2021;
  margin-bottom: 80px;
  margin-bottom: 8rem;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 80px);
}
.post-cover .entry-title {
  font-size: 60px;
  font-size: 6rem;
}

.page-cover {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.has-post-thumbnail .page-cover {
  color: #fff;
  background-color: #1f2021;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .page-cover .entry-title {
    font-size: 80px;
    font-size: 8rem;
  }
}

.page-cover-inside {
  padding-top: 100px;
  padding-top: 10rem;
}
.has-post-thumbnail .page-cover-inside {
  padding-bottom: 100px;
  padding-bottom: 10rem;
  position: relative;
  z-index: 10;
}

article.page:not(.has-post-thumbnail) .entry-footer:before {
  background: #000;
}

article.page:not(.has-post-thumbnail) .overlay {
  display: none;
}

.entry-meta {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 50px 0;
  margin:  5rem 0;
}
.entry-meta .tags-links {
  display: block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
  padding:  2rem 0;
}
.entry-meta .tags-label {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.entry-meta a {
  color: #101011;
  border-bottom: 1px solid #101011;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.entry-meta a:hover {
  color: #5a5a60;
}

.author-bio {
  background: #1f2021;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.author-bio .author-title {
  display: inline-block;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-top: 0;
}
.author-bio .author-title a {
  border: none;
  color: inherit;
}
.author-bio a {
  border-color: white;
}
.author-bio .author-description {
  margin: 0;
}
.author-bio img {
  border-radius: 50%;
  float: left;
}
.author-bio .author-avatar {
  float: left;
}
.author-bio .author-info {
  margin-left: 100px;
}
.author-bio + .inner-block {
  margin-top: 50px;
}

.page-links,
.block-title,
.archive-title,
.comments-area > .comment-respond .comment-reply-title {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  margin: 70px 0;
  margin:  7rem 0;
}
.page-links span:not(.page-numbers),
.block-title span:not(.page-numbers),
.archive-title span:not(.page-numbers),
.comments-area > .comment-respond .comment-reply-title span:not(.page-numbers) {
  background: #fff;
  display: inline-block;
  padding: 0 25px;
  padding:  0 2.5rem;
  z-index: 3;
}
.page-links:before,
.block-title:before,
.archive-title:before,
.comments-area > .comment-respond .comment-reply-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-links {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.page-links .page-numbers {
  width: 60px;
  height: 60px;
  text-align: center;
  border-style: solid;
  border-color: #000;
  border-width: 2px 1px;
  float: left;
  display: inline-block;
  background: #000;
  color: #fff;
  padding-top: 19px;
  line-height: 1;
  -moz-transition: color, background 0.2s ease-in-out;
  -o-transition: color, background 0.2s ease-in-out;
  -webkit-transition: color, background 0.2s ease-in-out;
  transition: color, background 0.2s ease-in-out;
}
.page-links .page-numbers:hover {
  background: #000;
  color: #fff;
}
.page-links a:first-of-type .page-numbers {
  border-left-width: 2px;
}
.page-links a:last-of-type .page-numbers {
  border-right-width: 2px;
}
.page-links a .page-numbers {
  background: #fff;
  color: #000;
}

.archive .term-description,
.archive .author-description {
  margin: 70px 0;
  margin:  7rem 0;
  text-align: center;
}

.not-found,
.no-results {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.not-found .search-form label,
.no-results .search-form label {
  display: inline-block;
  width: 50%;
}
.not-found .search-field,
.no-results .search-field {
  width: 100%;
}
.not-found .search-submit,
.no-results .search-submit {
  padding: 8px;
  font-size: 18px;
}

/*--------------------------------------------------------------
Site layouts
--------------------------------------------------------------*/
.layout-odd .post-grid:nth-of-type(3n+1) {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .layout-odd .post-grid:nth-of-type(3n+1) .entry-title {
    font-size: 60px;
    font-size: 6rem;
  }
}

.layout-even .post-grid {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .layout-even .post-grid .entry-title {
    font-size: 60px;
    font-size: 6rem;
  }
}
.layout-hero:not(.archive):not(.search):not(.paged):not(.page) .post-grid:first-of-type {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .layout-hero:not(.archive):not(.search):not(.paged):not(.page) .post-grid:first-of-type .entry-title {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .post-grid .entry-title {
    font-size: 40px;
    font-size: 4rem;
  }
}

.animate {
  -webkit-animation: bounceIn 100ms;
  -moz-animation: bounceIn 100ms;
  animation: bounceIn 100ms;
}

@-webkit-keyframes bounceIn {
  from {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  from {
    -moz-transform: scale(0.9);
  }
  to {
    -moz-transform: scale(1);
  }
}
@keyframes bounceIn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.error-404 header {
  margin: 100px 0 50px;
  margin:  10rem 0 5rem;
}
.error-404 label {
  width: 100% !important;
  max-width: 580px;
}
.error-404 .search-form {
  margin-top: 70px;
  margin-top: 7rem;
}
.error-404 .search-form .search-submit {
  display: none;
}
.error-404 .search-form .search-field {
  background: transparent;
  border: 2px solid #000;
  font-size: 20px;
}
.error-404 .page-title {
  line-height: 1.2;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (min-width: 600px) {
  .error-404 .page-title {
    font-size: 70px;
    font-size: 7rem;
  }
}

.entry-subtitle {
  font-family: "PT Serif", Georgia, serif;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 15px;
  margin-top: 1.5rem;
}

body.page .site-footer, body.single .site-footer {
  margin-top: 50px;
  margin-top: 5rem;
}

/*--------------------------------------------------------------
11.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
11.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.no-comments {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  border: 2px dashed #000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding: 20px;
  padding: 2rem;
  margin: 50px 0;
  margin:  5rem 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .comment-form-author,
  .comment-form-email {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: -.25em;
  }

  .comment-form-email {
    margin-left: 2%;
  }
}
.comment-notes,
.form-allowed-tags {
  font-size: 15px;
  font-size: 1.5rem;
}
.comment-notes code,
.form-allowed-tags code {
  font-size: .85em;
}

.comments-area {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 40px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  margin-top: 20px;
  margin-top: 2rem;
}
.comment-list li:first-of-type {
  margin-top: 0;
}
.comment-list .comment-author {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-list .post-author {
  color: #c1c1c1;
  margin-left: 5px;
}
.comment-list .comment-metadata {
  font-style: italic;
}
.comment-list ul {
  list-style: none;
}
.comment-list .avatar {
  border-radius: 50%;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .comment-list .avatar {
    display: none;
  }
}
.comment-list .children {
  margin-left: 100px;
  margin-left: 10rem;
}
@media screen and (max-width: 600px) {
  .comment-list .children {
    margin-left: 25px;
  }
}

@media screen and (max-width: 600px) {
  .comment-content {
    margin-top: 20px;
    margin-top: 2rem;
  }
}
.hide-avatar .comment-content {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .show-avatar .comment-content {
    padding-left: 100px;
    padding-left: 10rem;
  }
}

.comment-author-wrap {
  display: table;
  font-size: 15px;
  font-size: 1.5rem;
}
.comment-author-wrap .comment-avatar,
.comment-author-wrap .comment-meta {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .comment .comment-respond {
    margin-left: 100px;
    margin-left: 10rem;
  }
}

.comment-reply-title small {
  font-style: italic;
  font-weight: normal;
  font-family: "PT Serif", Georgia, serif;
  text-transform: none;
  font-size: 16px;
}

.form-submit {
  margin-top: 50px;
  margin-top: 5rem;
}
.form-submit input[type=submit] {
  min-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.url.fn,
.time-link {
  color: inherit;
}

/*--------------------------------------------------------------
12.0 Infinite scroll
--------------------------------------------------------------*/
/* 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 has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle {
  max-width: 970px;
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}
#infinite-handle span {
  display: block;
  background: transparent;
  color: inherit;
  padding: 13px 0;
  font-size: inherit;
  -moz-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

.infinite-loader {
  margin: 50px auto;
}
.infinite-loader .spinner {
  left: 50% !important;
  right: 50%;
}

/*--------------------------------------------------------------
13.0 Media
--------------------------------------------------------------*/
.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%;
}

/*--------------------------------------------------------------
13.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  color: #8e8e8e;
  font-style: italic;
  font-size: 18px;
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.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 {
  display: block;
}

/*--------------------------------------------------------------
13.0 Support
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Contact Form (JetPack)
--------------------------------------------------------------*/
.contact-form.contact-form div {
  margin-bottom: 10px;
}
.contact-form.contact-form label:not(.radio) {
  margin-bottom: 5px;
}
.contact-form.contact-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contact-form.contact-form textarea {
  width: 100%;
}

/*--------------------------------------------------------------
13.2 StagTools
--------------------------------------------------------------*/
.stag-intro-text {
  font-size: 140%;
}

.twitter-follow-button {
  background: transparent;
  font-size: 13px;
  font-size: 1.3rem;
  border: 2px solid #fff !important;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: .6em 1em .5em;
}

.stag-twitter p {
  margin: 0;
}
.stag-twitter li {
  margin-bottom: 15px;
}
.stag-twitter .time {
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
}
.stag-twitter .time a {
  border: none;
}

.stag-flickr a,
.stag-dribbble a,
.stag-instagram a {
  border: none;
}

.stag-flickr li {
  display: inline-block;
  float: left;
  margin: 0px 0px 5px 5px;
}

.stag-divider--dotted, .stag-divider--dashed {
  border-width: 2px;
}
.stag-divider--plain {
  height: 2px;
}

.stag-button {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.stag-button--stroke {
  border-width: 2px;
}

.stag-toggle--stroke .stag-toggle-title {
  border-width: 2px;
}

.stag-toggle-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
