/*!
Theme Name: Alpha Centauri
Theme URI: http://michaelvandenberg.com/portfolio/alpha-centauri/
Author: Michael Van Den Berg
Author URI: https://michaelvandenberg.com/
Description: Alpha Centauri is a simple theme for bloggers with a fullscreen slider.
Version: 0.9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpha-centauri
Tags: light, dark, white, black, one-column, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-menu, custom-header, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, photoblogging

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.

Alpha Centauri is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Layout
	## Global
	## Header
	## Content
	## Footer
# Navigation
	## Links
	## Menus
	## Social
# Accessibility
# Alignments
# Widgets
# Content
    ## Posts and pages
	## Post formats
	## Featured
	## Comments
	## Author bio
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #161718;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
}

body {
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 20px;
  font-size: 1.25rem;
}

p {
  margin-bottom: 1.5em;
}

.first {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 3px solid;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

/* Button-like elements. */
.widget_tag_cloud a,
.reply a {
  display: inline-block;
  border: 2px solid;
  line-height: 1;
  padding: .4em .8em .3em;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 6px;
}

/* Color of both buttons and button-like elements. */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget_tag_cloud a,
.reply a {
  border-color: #161718;
  color: #161718;
  background: transparent;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget_tag_cloud a:hover,
.reply a:hover {
  color: white;
  border-color: #161718;
  background: #161718;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.widget_tag_cloud a:active,
.widget_tag_cloud a:focus,
.reply a:active,
.reply a:focus {
  color: white;
  border-color: #161718;
  background: #161718;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
/* Site width. */
.single .site-content,
.article-inner,
.footer-inner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

/* Content width. */
.entry-footer,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content pre,
.entry-content table,
.entry-content dl,
.entry-content form,
.entry-content address,
.entry-content details,
.entry-content iframe,
.site-content .navigation,
.site-content .author-info,
.site-content #comments,
.site-content #after-post,
.entry-content > div:not(.jetpack-video-wrapper):not(.tiled-gallery) {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Special width. */
.tiled-gallery,
.jetpack-video-wrapper {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Flex container. */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Fullscreen. */
.fullscreen {
  height: 960px;
  height: 100vh;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Overlay. */
.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* Text shadow. */
.site-title,
.site-first-letter,
.featured-header,
.featured-excerpt,
.featured-more,
.single-header,
.single-meta,
.cat-links,
.post-navigation {
  text-shadow: 0px 0px 2px #161718;
}

/* Borders. */
.author-info,
.post-navigation,
.comments-area,
#after-post {
  border-top: 3px dashed #dcdcdc;
}

@media screen and (min-width: 960px) {
  .tiled-gallery,
  .jetpack-video-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* Site branding. */
.site-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-right: 66px;
}

.site-icon,
.site-first-letter {
  display: inline-block;
  margin: 12px 0 12px 12px;
}

.site-icon a,
.site-icon a:visited,
.site-first-letter a,
.site-first-letter a:visited {
  display: block;
  height: 54px;
  width: 54px;
  color: white;
  border: 3px solid white;
  text-decoration: none;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.25);
}

.site-title {
  display: inline-block;
  margin: 12px auto;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.site-title a,
.site-title a:visited {
  display: block;
  padding: 0.25em 0.25em;
  text-decoration: none;
  color: white;
  border: 3px solid white;
  background: rgba(0, 0, 0, 0.25);
}

.site-description {
  display: none;
}

/* Header background. */
.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-featured-img,
.slider-cell {
  background: #161718;
}

.no-featured-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 320px;
}

/* Hidden header */
#hidden-header {
  background: #161718;
}

.header-single {
  position: relative;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.blog .content-area {
  background: #161718;
}

.blog .site-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

article {
  padding-bottom: 40px;
}

.blog article {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.article-inner .entry-title {
  margin-top: 0;
}

#secondary,
#after-post {
  padding-bottom: 40px;
}

@media screen and (min-width: 720px) {
  .blog article {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .blog article {
    width: 33.33333%;
    padding-bottom: 33.33333%;
  }

  .blog article:nth-child(3n+2) {
    width: 33.33337%;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  background: #161718;
}

.site-info {
  padding: 40px 0;
  border-top: 2px solid white;
}

@media screen and (min-width: 960px) {
  #secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #secondary .widget {
    width: 100%;
    max-width: 30%;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navigation {
  display: block;
}

/* Pagination. */
.pagination {
  padding: 40px 0;
}
.pagination .nav-links {
  text-align: center;
  color: white;
}
.pagination .page-numbers {
  display: inline-block;
  height: 38px;
  min-width: 38px;
  text-align: center;
  color: white;
  border: 2px solid white;
}
.pagination .prev,
.pagination .next {
  padding: 0 4px;
}

/* Post navigation. */
.post-navigation .nav-links {
  padding: 40px 0;
}
.post-navigation .nav-links div:nth-child(2) {
  margin-top: 40px;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  min-height: 175px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.post-navigation a {
  display: block;
  width: 100%;
  min-height: 200px;
  padding: 40px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
}
.post-navigation a:hover,
.post-navigation a:focus {
  background: rgba(0, 0, 0, 0.75);
}
.post-navigation .meta-nav,
.post-navigation .post-title {
  display: block;
}
.post-navigation .meta-nav {
  margin-bottom: 0.5em;
  letter-spacing: 4px;
  font-size: 14px;
}
.post-navigation .post-title {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.post-navigation a:hover .meta-nav,
.post-navigation a:focus .meta-nav,
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #cc0000;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #161718;
}
a:visited {
  color: #161718;
}
a:hover, a:focus, a:active {
  color: #cc0000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

#hidden-header a,
.site-footer a,
.post-navigation a {
  color: white;
}
#hidden-header a:visited,
.site-footer a:visited,
.post-navigation a:visited {
  color: white;
}
#hidden-header a:hover, #hidden-header a:focus, #hidden-header a:active,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active,
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
  color: #cc0000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.primary-menu-wrapper .menu,
.primary-menu-wrapper .sub-menu {
  margin: 0;
  padding: 0;
}
.primary-menu-wrapper .menu-item {
  text-align: center;
}
.primary-menu-wrapper .menu-item a {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
}
.primary-menu-wrapper .sub-menu .menu-item a {
  font-size: 16px;
  font-size: 1rem;
}
.primary-menu-wrapper .sub-menu .sub-menu .menu-item a {
  font-size: 12px;
  font-size: 0.75rem;
}
.primary-menu-wrapper .menu-item a:hover,
.primary-menu-wrapper .menu-item a:focus,
.primary-menu-wrapper .sub-menu .menu-item a:hover,
.primary-menu-wrapper .sub-menu .menu-item a:focus,
.primary-menu-wrapper .sub-menu .sub-menu .menu-item a:hover,
.primary-menu-wrapper .sub-menu .sub-menu .menu-item a:focus {
  color: #cc0000;
}

/* Menu toggle. */
.menu-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-height: 54px;
  border-radius: 0;
  border: 3px solid white;
  font-size: 12px;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.25);
}

.toggle-text {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
}

.toggle-lines {
  display: inline-block;
  position: relative;
  top: -4px;
  right: 0;
  width: 24px;
  height: 3px;
  background: white;
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.toggle-lines::before,
.toggle-lines::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.toggle-lines::before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.toggle-lines::after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

.menu-toggled .toggle-lines {
  background: none;
}

.menu-toggled .toggle-lines::before,
.menu-toggled .toggle-lines::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

.menu-toggled .toggle-lines::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-toggled .toggle-lines::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggled:hover,
.menu-toggled:focus {
  border-color: white;
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-menu-wrapper {
  margin: 0 auto;
}
.social-menu-wrapper .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-menu-wrapper .menu-item {
  display: inline;
}
.social-menu-wrapper a {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: white;
  text-decoration: none;
}
.social-menu-wrapper a::before {
  content: '\f475';
  speak: none;
  line-height: 24px;
  font-family: 'Genericons';
  font-weight: normal;
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.125s, color 0.125s ease-in-out;
          transition: transform 0.125s, color 0.125s ease-in-out;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-font-smoothing: antialiased;
}
.social-menu-wrapper a:hover,
.social-menu-wrapper a:focus {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

/* Social icons. */
.social-menu-wrapper a[href*="wordpress.org"],
.social-menu-wrapper a[href*="wordpress.com"],
.social-menu-wrapper a[href*="michaelvandenberg.com"] {
  background: #464646;
}
.social-menu-wrapper a[href*="wordpress.org"]::before,
.social-menu-wrapper a[href*="wordpress.com"]::before,
.social-menu-wrapper a[href*="michaelvandenberg.com"]::before {
  content: '\f205';
}
.social-menu-wrapper a[href*="facebook.com"],
.social-menu-wrapper a[href*="facebook.com"] {
  background: #3b5998;
}
.social-menu-wrapper a[href*="facebook.com"]::before {
  content: '\f204';
}
.social-menu-wrapper a[href*="twitter.com"],
.social-menu-wrapper a[href*="twitter.com"] {
  background: #00aced;
}
.social-menu-wrapper a[href*="twitter.com"]::before {
  content: '\f202';
}
.social-menu-wrapper a[href*="dribbble.com"],
.social-menu-wrapper a[href*="dribbble.com"] {
  background: #ea4c89;
}
.social-menu-wrapper a[href*="dribbble.com"]::before {
  content: '\f201';
}
.social-menu-wrapper a[href*="plus.google.com"],
.social-menu-wrapper a[href*="plus.google.com"] {
  background: #dd4b39;
}
.social-menu-wrapper a[href*="plus.google.com"]::before {
  content: '\f206';
}
.social-menu-wrapper a[href*="pinterest.com"],
.social-menu-wrapper a[href*="pinterest.com"] {
  background: #cb2027;
}
.social-menu-wrapper a[href*="pinterest.com"]::before {
  content: '\f209';
}
.social-menu-wrapper a[href*="github.com"],
.social-menu-wrapper a[href*="github.com"] {
  background: #4078c0;
}
.social-menu-wrapper a[href*="github.com"]::before {
  content: '\f200';
}
.social-menu-wrapper a[href*="tumblr.com"],
.social-menu-wrapper a[href*="tumblr.com"] {
  background: #32506d;
}
.social-menu-wrapper a[href*="tumblr.com"]::before {
  content: '\f214';
}
.social-menu-wrapper a[href*="youtube.com"],
.social-menu-wrapper a[href*="youtube.com"] {
  background: #bb0000;
}
.social-menu-wrapper a[href*="youtube.com"]::before {
  content: '\f213';
}
.social-menu-wrapper a[href*="flickr.com"],
.social-menu-wrapper a[href*="flickr.com"] {
  background: #ff0084;
}
.social-menu-wrapper a[href*="flickr.com"]::before {
  content: '\f211';
}
.social-menu-wrapper a[href*="vimeo.com"],
.social-menu-wrapper a[href*="vimeo.com"] {
  background: #aad450;
}
.social-menu-wrapper a[href*="vimeo.com"]::before {
  content: '\f212';
}
.social-menu-wrapper a[href*="instagram.com"],
.social-menu-wrapper a[href*="instagram.com"] {
  background: #125688;
}
.social-menu-wrapper a[href*="instagram.com"]::before {
  content: '\f215';
}
.social-menu-wrapper a[href*="codepen.io"],
.social-menu-wrapper a[href*="codepen.io"] {
  background: #111111;
}
.social-menu-wrapper a[href*="codepen.io"]::before {
  content: '\f216';
}
.social-menu-wrapper a[href*="linkedin.com"],
.social-menu-wrapper a[href*="linkedin.com"] {
  background: #007bb5;
}
.social-menu-wrapper a[href*="linkedin.com"]::before {
  content: '\f208';
}
.social-menu-wrapper a[href*="foursquare.com"],
.social-menu-wrapper a[href*="foursquare.com"] {
  background: #0072b1;
}
.social-menu-wrapper a[href*="foursquare.com"]::before {
  content: '\f226';
}
.social-menu-wrapper a[href*="reddit.com"],
.social-menu-wrapper a[href*="reddit.com"] {
  background: #ff5700;
}
.social-menu-wrapper a[href*="reddit.com"]::before {
  content: '\f222';
}
.social-menu-wrapper a[href*="digg.com"],
.social-menu-wrapper a[href*="digg.com"] {
  background: #191919;
}
.social-menu-wrapper a[href*="digg.com"]::before {
  content: '\f221';
}
.social-menu-wrapper a[href*="stumbleupon.com"],
.social-menu-wrapper a[href*="stumbleupon.com"] {
  background: #f74425;
}
.social-menu-wrapper a[href*="stumbleupon.com"]::before {
  content: '\f223';
}
.social-menu-wrapper a[href*="dropbox.com"],
.social-menu-wrapper a[href*="dropbox.com"] {
  background: #007ee5;
}
.social-menu-wrapper a[href*="dropbox.com"]::before {
  content: '\f223';
}
.social-menu-wrapper a[href*="spotify.com"],
.social-menu-wrapper a[href*="spotify.com"] {
  background: #23cf5f;
}
.social-menu-wrapper a[href*="spotify.com"]::before {
  content: '\f223';
}
.social-menu-wrapper a[href*="pocket.com"],
.social-menu-wrapper a[href*="pocket.com"] {
  background: #ee4056;
}
.social-menu-wrapper a[href*="pocket.com"]::before {
  content: '\f223';
}

/* Hide right social icons. */
#social-right {
  display: none;
}

@media screen and (min-width: 960px) {
  #social-right {
    display: block;
  }
  #social-right .social-menu-wrapper {
    display: inline;
    position: fixed;
    width: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 2rem;
  }
  #social-right .social-menu-wrapper li.menu-item {
    display: block;
    margin-left: 4px;
  }
  #social-right .social-menu-wrapper a {
    padding: 0;
    height: 40px;
    width: 40px;
  }
  #social-right .social-menu-wrapper a::before {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# 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: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: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0em;
  padding-top: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 2px;
  border-bottom: 2px solid;
}
.widget ul,
.widget ul.sub-menu,
.widget ul.children {
  margin-left: 24px;
  margin-left: 1.5rem;
}
.widget li:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.widget.widget_recent_comments ul, .widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_recent_entries ul, .widget.widget_rss ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_links ul, .widget.widget_nav_menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.widget.widget_recent_comments ul.sub-menu,
.widget.widget_recent_comments ul.children, .widget.widget_categories ul.sub-menu,
.widget.widget_categories ul.children, .widget.widget_archive ul.sub-menu,
.widget.widget_archive ul.children, .widget.widget_recent_entries ul.sub-menu,
.widget.widget_recent_entries ul.children, .widget.widget_rss ul.sub-menu,
.widget.widget_rss ul.children, .widget.widget_meta ul.sub-menu,
.widget.widget_meta ul.children, .widget.widget_pages ul.sub-menu,
.widget.widget_pages ul.children, .widget.widget_links ul.sub-menu,
.widget.widget_links ul.children, .widget.widget_nav_menu ul.sub-menu,
.widget.widget_nav_menu ul.children {
  margin-left: 24px;
  margin-left: 1.5rem;
}
.widget.widget_recent_comments ul.sub-menu li,
.widget.widget_recent_comments ul.children li, .widget.widget_categories ul.sub-menu li,
.widget.widget_categories ul.children li, .widget.widget_archive ul.sub-menu li,
.widget.widget_archive ul.children li, .widget.widget_recent_entries ul.sub-menu li,
.widget.widget_recent_entries ul.children li, .widget.widget_rss ul.sub-menu li,
.widget.widget_rss ul.children li, .widget.widget_meta ul.sub-menu li,
.widget.widget_meta ul.children li, .widget.widget_pages ul.sub-menu li,
.widget.widget_pages ul.children li, .widget.widget_links ul.sub-menu li,
.widget.widget_links ul.children li, .widget.widget_nav_menu ul.sub-menu li,
.widget.widget_nav_menu ul.children li {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.widget.widget_categories li, .widget.widget_archive li, .widget.widget_rss li, .widget.widget_meta li, .widget.widget_pages li, .widget.widget_links li {
  padding-bottom: 4px;
}
.widget.widget_categories a, .widget.widget_archive a, .widget.widget_rss a, .widget.widget_meta a, .widget.widget_pages a, .widget.widget_links a {
  display: inline-block;
  text-decoration: none;
}
.widget.widget_calendar caption {
  margin-bottom: 4px;
}
.widget.widget_calendar tbody td {
  text-align: center;
}
.widget select {
  max-width: 100%;
}

/* Styles for Jetpack widgets. */
.widget-grofile .widget-title {
  padding-bottom: 20px;
}

.widget_contact_info .contact-map {
  margin-bottom: 20px;
}
.widget_contact_info .confit-address,
.widget_contact_info .confit-phone {
  margin-bottom: 8px;
}

#secondary-inner .widget {
  padding-bottom: 1.5rem;
  margin: 1.5rem 0;
  border-bottom: 2px solid #171717;
}

@media screen and (min-width: 960px) {
  #secondary-inner .widget:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  #secondary-inner .widget:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.article-inner .entry-title a,
.article-inner .entry-title a:visited {
  color: white;
  text-decoration: none;
}
.article-inner .entry-title a:hover,
.article-inner .entry-title a:focus,
.article-inner .entry-title a:active,
.article-inner .read-more-link:hover,
.article-inner .read-more-link:focus,
.article-inner .read-more-link:active {
  color: #cc0000;
}
.article-inner .entry-title,
.article-inner .entry-read-more {
  text-align: center;
}

article .overlay:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.entry-read-more a {
  padding: 4px 8px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.25);
}

.entry-content p.large {
  width: 100%;
}
.entry-content p.large img {
  margin: 0 auto;
}

.tags-links a {
  position: relative;
  margin-left: 24px;
  padding: 5px 12px 7px;
  background: #dcdcdc;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-transform: lowercase;
  text-decoration: none;
  color: #353535;
}

.tags-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  border-color: transparent #dcdcdc transparent transparent;
  border-style: solid;
  border-width: 16px 15px 16px 0;
}

.tags-links a::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: white;
}

.tags-links a:hover,
.tags-links a:focus {
  color: white;
  background: #161718;
}

.tags-links a:hover::before,
.tags-links a:focus::before {
  border-right-color: #161718;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Post formats
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  bottom: 12px;
  width: 54px;
  height: 54px;
  border: 3px solid white;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #cc0000;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 12px;
}

.flickity-prev-next-button.next {
  right: 12px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 2.5%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* Custom slider styles. */
.single-header,
.featured-header,
.featured-excerpt {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.single-title,
.featured-title {
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
}

.single-title,
.single-meta,
.post-categories a,
.featured-title,
.featured-title a,
.featured-title a:visited,
.featured-excerpt,
.featured-more,
.featured-more:visited,
.featured-more::after,
.featured-more::after {
  color: white;
  text-align: center;
  text-decoration: none;
}

.single-title {
  padding: 40px 0;
}

.post-categories a:hover,
.post-categories a:focus,
.featured-title a:hover,
.featured-title a:focus,
.featured-more:hover,
.featured-more:focus,
.featured-more:hover::after,
.featured-more:focus::after {
  color: #cc0000;
}

.featured-excerpt p {
  cursor: text;
}

.featured-more {
  display: inline-block;
  padding: 4px 8px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.25);
}

.featured-more::after {
  display: none;
  font-family: 'Genericons';
  content: '\f429';
  margin-top: -4px;
  font-size: 18px;
  font-size: 1.125rem;
}

.post-categories {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* Hide flickity buttons on small screens. */
.flickity-prev-next-button {
  display: none;
}

@media screen and (min-width: 720px) {
  .single-title,
  .featured-title {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .flickity-prev-next-button {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .single-title,
  .featured-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  padding: 40px 0;
}

.comments-title {
  margin-top: 0;
}

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

.bypostauthor {
  display: block;
}

.comment-list {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.comment-list .children {
  margin-left: 1.5em;
}

.comment-body {
  padding: 1.5em 0;
}

.children .comment-body {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.comment-meta {
  display: block;
  min-height: 48px;
  margin-bottom: 0.75em;
}

.comment-author .avatar {
  float: left;
  margin-right: 12px;
}

.children {
  list-style: none;
}

.depth-2 {
  background: rgba(48, 42, 67, 0.05);
}

.depth-3,
.depth-4,
.depth-5 {
  background: rgba(48, 42, 67, 0.05);
}

.comment.depth-1:last-child article {
  padding-bottom: 0;
}

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

.bypostauthor {
  display: block;
}

.comment-respond {
  font-size: 18px;
  font-size: 1.125rem;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input,
.comment-form-url label,
.comment-form-url input,
.comment-form-comment label,
.comment-form-comment input {
  display: block;
  width: 100%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  margin-bottom: 6px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
textarea#comment {
  padding: 15px;
  border: 2px solid #161718;
}

.form-submit {
  margin-top: 3em;
  margin-bottom: 0;
}

.no-comments {
  margin: 0;
}

.comment-subscription-form {
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
## Author bio
--------------------------------------------------------------*/
.author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
}
.author-info .author-heading {
  margin-top: 0;
}
.author-info .author-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 98px;
  max-width: 98px;
  margin-right: 1rem;
}
.author-info .author-title {
  margin: 0 0 0.25rem 0;
}
.author-info .author-bio {
  margin: 0;
}
.author-info .author-description a::after {
  content: '\f429';
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1.4em;
  line-height: 1;
  font-family: "Genericons", sans-serif;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

figure {
  margin-left: 0;
}

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

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

/*--------------------------------------------------------------
## 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;
}
