/*
Theme Name: Bloggo
Theme URI: https://justgoodthemes.com/themes/bloggo/
Author: Just Good Themes
Author URI: https://justgoodthemes.com/
Description: BlogGo is a modern, expressive, responsive, minimal and easy-to-use WordPress blog theme built with bold style. It’s a perfect fit for writers, bloggers, photographers and content marketers who need an effortless way to showcase articles. Start blogging today with BlogGo theme.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, blog
Text Domain: bloggo

This theme, like WordPress, is licensed under the GPL.
*/

/**
 * Table of Contents
 * ----------------------------------------------------------------------------
 * 0. Icons
 * 1. Reset
 * 2. General
 * 3. Structure
 * 4. Site Navigation
 * 5. Site Header
 * 6. Content
 *   6.1 Posts and Pages
 *   6.2 Comments
 *   6.3 Post/Paging Navigation
 * 7. Widgets
 * 8. Site Footer
 * 9. Plugins
 *  9.1 Jetpack
 *  9.2 Contact Form 7
 * 10. Media Queries
*/

/**
 * 0. Icons
 * Font Awesome Free 5.0.10 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Fonts: SIL OFL 1.1)
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'fontawesome';
  src:  url('fonts/fontawesome.eot?fqaas9');
  src:  url('fonts/fontawesome.eot?fqaas9#iefix') format('embedded-opentype'),
    url('fonts/fontawesome.ttf?fqaas9') format('truetype'),
    url('fonts/fontawesome.woff?fqaas9') format('woff'),
    url('fonts/fontawesome.svg?fqaas9#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-github:before {
  content: "\f09b";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-xing:before {
  content: "\f168";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-code:before {
  content: "\f121";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-search:before {
  content: "\f002";
}
.fa-star:before {
  content: "\f005";
}
.fa-user:before {
  content: "\f007";
}

/**
 * 1. Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 * ----------------------------------------------------------------------------
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

summary {
  display: list-item;
}

figure {
  margin: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[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;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 2. General
 * ----------------------------------------------------------------------------
 */
html {
  font-family: 'Lato', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 112.5%;
}

body {
  background-color: #333;
  color: #818181;
  line-height: 1.66667;
}

a {
  color: #22b3eb;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover {
  color: #5ec5f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3d;
  font-weight: bold;
  line-height: 1.16667;
  margin: 0 0 24px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

mark,
ins {
  background: #ededed;
  color: #3d3d3d;
  padding: 0 3px;
  text-decoration: none;
}

p {
  margin: 0 0 24px;
}

pre {
  border-top: 2px solid #ededed;
  background: #fafafa;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 30px 30px 30px 40px;
  overflow: auto;
  position: relative;
  white-space: pre;
}

pre:before {
  background-color: #ededed;
  content: "\f121";
  font-size: 10px;
  padding: 6px 5px 7px;
  position: absolute;
  right: 0;
  top: 0;
}

blockquote {
  border-left: 3px solid #5ec5f0;
  color: #3d3d3d;
  font-size: 20px;
  font-style: italic;
  line-height: 1.8;
  margin: 0 0 24px;
  padding: 0 30px;
}

blockquote cite,
blockquote small {
  color: #c6c6c6;
}

blockquote p {
  margin-bottom: 12px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 24px;
}

ul,
ol {
  margin: 0 0 24px;
  padding: 0 0 0 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
  text-align: left;
  width: 100%;
}

caption {
  color: #c6c6c6;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 12px;
  text-align: left;
}

th,
td {
  border-top: 1px solid #ededed;
  padding: 8px 10px;
}

th {
  background: #fafafa;
  color: #3d3d3d;
  font-weight: bold;
}

hr {
  background: #ededed;
  border: 0;
  height: 2px;
  margin: 24px 0;
}

/* Form fields */
label {
  font-size: 16px;
}

button,
input,
select,
textarea {
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
  padding: 8px 10px;
  vertical-align: baseline;
  -webkit-transition: .3s;
  transition: .3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #22b3eb;
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 12px 30px;
  text-transform: uppercase;
}

button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active {
  background-color: #5ec5f0;
  outline: 0;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type="password"] {
  display: block;
  margin-bottom: 12px;
  margin-top: 6px;
  width: 100%;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: #c6c6c6;
}

:-moz-placeholder {
  color: #c6c6c6;
}

::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c6c6c6;
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%;
}

.fluid-width-video-wrapper {
  margin: 0 0 24px;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
}

a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover img {
  opacity: .8;
}

/* Alignments */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 6px 30px 12px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 6px 0 12px 30px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 6px;
  margin-bottom: 24px;
}

/* Captions */
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text,
.entry-attachment .entry-caption {
  color: #c6c6c6;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  padding: 8px 0 0;
  text-align: left;
}

/* Galleries */
.gallery {
  margin: 0 -6px 24px;
}

.gallery-item {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px;
  text-align: left;
  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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Text meant only for screen readers */
.says,
.site-search .search-submit,
.screen-reader-text {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/* Clearing floats */
.inner:after,
.menu-container:after,
.entry-header:after,
.entry-content:after,
.author-info:after {
  clear: both;
}

.inner:before,
.inner:after,
.menu-container:before,
.menu-container:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.author-info:before,
.author-info:after {
  content: "";
  display: table;
}

/* Text selection */
::-moz-selection {
  background: #fff493;
  color: #3d3d3d;
  text-shadow: none;
}

::selection {
  background: #fff493;
  color: #3d3d3d;
  text-shadow: none;
}

/* Icons */
pre:before,
.site-search .search-form:before,
.bypostauthor > .comment-body .fn:after,
.dropdown-toggle:before,
.social-links-menu a:before {
  font-family: 'fontawesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-links-menu a[href*="500px.com"]:before {
  content: "\f26e";
}

.social-links-menu a[href*="behance.net"]:before {
  content: "\f1b4";
}

.social-links-menu a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-links-menu a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-links-menu a[href*="dropbox.com"]:before {
  content: "\f16b";
}

.social-links-menu a[href*="facebook.com"]:before {
  content: "\f39e";
}

.social-links-menu a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-links-menu a[href*="github.com"]:before {
  content: "\f09b";
}

.social-links-menu a[href*="gitlab.com"]:before {
  content: "\f296";
}

.social-links-menu a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-links-menu a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-links-menu a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-links-menu a[href*="medium.com"]:before {
  content: "\f3c7";
}

.social-links-menu a[href*="mixcloud.com"]:before {
  content: "\f289";
}

.social-links-menu a[href*="patreon.com"]:before {
  content: "\f3d9";
}

.social-links-menu a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-links-menu a[href*="quora.com"]:before {
  content: "\f2c4";
}

.social-links-menu a[href*="reddit.com"]:before {
  content: "\f281";
}

.social-links-menu a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

.social-links-menu a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.social-links-menu a[href*="stackoverflow.com"]:before {
  content: "\f16c";
}

.social-links-menu a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-links-menu a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-links-menu a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-links-menu a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.social-links-menu a[href*="xing.com"]:before {
  content: "\f168";
}

.social-links-menu a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-links-menu a[href^="mailto:"]:before {
  content: "\f0e0";
}

.social-links-menu a[href$="/feed/"]:before {
  content: "\f09e";
}

/* Buttons */
.square,
.pagination .next,
.pagination .prev,
.footer-links a {
  background: #474747;
  color: #c6c6c6;
  display: inline-block;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
}

.square:hover,
.pagination .next:hover,
.pagination .prev:hover,
.footer-links a:hover {
  color: #fff;
}

.fill-horizontal,
.pagination .next,
.pagination .prev,
.page-links a .page-link,
.footer-links a {
  background: #22b3eb;
  position: relative;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.fill-horizontal,
.pagination .next,
.pagination .prev,
.footer-links a {
  -webkit-box-shadow: inset -50px 0 #474747;
  box-shadow: inset -50px 0 #474747;
}

.page-links a .page-link {
  -webkit-box-shadow: inset -36px 0 #ededed;
  box-shadow: inset -36px 0 #ededed;
}

.fill-horizontal:hover,
.pagination .next:hover,
.pagination .prev:hover,
.footer-links a:hover {
  -webkit-box-shadow: inset 0 0 #474747;
  box-shadow: inset 0 0 #474747;
}

.page-links a:hover .page-link {
  -webkit-box-shadow: inset 0 0 #ededed;
  box-shadow: inset 0 0 #ededed;
}

/* em dash styling*/
.page-title:before,
.author-box .author-title:before,
.comments-title:before,
.comment-reply-title:before,
.widget-title:before {
  content: "— ";
}

/* Animations */
.fade-in-down .site-header,
.fade-in-down .content-area,
.fade-in-down .sidebar {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fade-in-down .site-header {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.fade-in-down .content-area {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.fade-in-down .sidebar {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**
 * 3. Structure
 * ----------------------------------------------------------------------------
 */
.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.main-navigation,
.site-header,
.site-content,
.site-footer,
.site-search .inner {
  padding-left: 30px;
  padding-right: 30px;
}

.content-area {
  float: left;
  margin-bottom: 30px;
  width: 75%;
}

.sidebar {
  float: right;
  font-size: 16px;
  margin-bottom: 30px;
  width: 21.666%;
}

/**
 * 4. Site Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
  background-color: #3d3d3d;
}

.main-navigation .inner {
  position: relative;
}

.menu-container {
  padding-right: 60px;
}

.menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu li {
  float: left;
  font-size: 12px;
  line-height: 1.5;
  padding: 16px 0;
  position: relative;
}

.primary-menu a {
  border-left: 2px solid #474747;
  color: #818181;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-menu li:first-child > a {
  border-left: 0;
  padding-left: 0;
}

.primary-menu .sub-menu,
.primary-menu .children {
  background-color: #2d2d2d;
  border-top: 2px solid #22b3eb;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 180px;
  z-index: 9997;
}

.primary-menu .sub-menu .sub-menu,
.primary-menu .children .children {
  left: 100%;
  top: -2px;
}

.primary-menu .sub-menu li,
.primary-menu .children li {
  border-bottom: 2px solid #3d3d3d;
  display: block;
  float: none;
  padding: 0;
}

.primary-menu .sub-menu li:last-child,
.primary-menu .children li:last-child {
  border-bottom: 0;
}

.primary-menu .sub-menu a,
.primary-menu .children a {
  border-left: 0;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 15px;
}

.primary-menu .sub-menu li:first-child > a,
.primary-menu .children li:first-child > a {
  padding-left: 15px;
}

.primary-menu li:hover > a,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a,
.primary-menu .current_page_ancestor > a{
  color: #22b3eb;
}

.menu-toggle,
.dropdown-toggle {
  display: none;
}

.search-show {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-hide {
  background: #000;
  bottom: 0;
  cursor: url(images/close.png), default;
  cursor: -webkit-image-set(
    url(images/close.png) 1x,
    url(images/close@2x.png) 2x
  ), default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  visibility: hidden;
  z-index: 9998;
}

.site-search {
  background-color: #333;
  height: 50px;
  position: fixed;
  top: -50px;
  -webkit-transition: top .4s ease-in-out;
  transition: top .4s ease-in-out;
  width: 100%;
  z-index: 9999;
}

.site-search .search-form {
  position: relative;
}

.site-search .search-form:before {
  color: #818181;
  content: "\f002";
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 18px;
}

.site-search .search-field {
  background: 0;
  border: 0;
  color: #ededed;
  height: 50px;
  padding: 0 0 0 30px;
  width: 100%;
}

.search--opened .site-search,
.search--opening .site-search {
  top: 0
}

.admin-bar.search--opened .site-search,
.admin-bar.search--opening .site-search {
  top: 32px;
}

.search--opened .search-hide,
.search--opening .search-hide {
  opacity: .6;
  visibility: inherit;
}

.search--closing .search-hide {
  opacity: 0;
  visibility: inherit;
}

/**
 * 5. Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  padding-bottom: 75px;
  padding-top: 70px;
}

.site-branding {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.custom-logo-link {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}

.site-title {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: uppercase;
}

.site-title a {
  border-left: 10px solid #22b3eb;
  color: #fff;
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

.site-title a:hover {
  color: #5ec5f0;
}

.site-description {
  color: #818181;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 40%;
}

/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */
.entry-content,
.entry-footer,
.author-box .author-info,
.page-title,
.page-description,
.page-content,
.comments-inner,
.post-navigation .nav-inside {
  margin: 0 auto;
  max-width: 740px;
  padding-left: 30px;
  padding-right: 30px;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.comment-content > h1,
.comment-content > h2,
.comment-content > h3,
.comment-content > h4,
.comment-content > h5,
.comment-content > h6 {
  margin-top: 36px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0;
}

/**
 * 6.1 Posts and Pages
 * ----------------------------------------------------------------------------
 */
.hentry,
.not-found {
  background: #fff;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.hentry.type-page,
.not-found {
  padding-bottom: 60px;
}

.sticky {
  position: relative;
}

.sticky .sticky-post {
  background-color: #5ec5f0;
  color: #fff;
  font-size: 10px;
  height: 30px;
  left: 0;
  line-height: 3;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

.entry-header {
  margin-bottom: 40px;
}

.entry-header-wrap {
  overflow: hidden;
  position: relative;
}

.post-thumbnail img {
  width: 100%;
}

.entry-title {
  background-color: #22b3eb;
  clear: both;
  color: #fff;
  float: left;
  font-size: 36px;
  margin: 60px 0 0;
  max-width: 75%;
  padding: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-thumbnail  + .entry-title {
  bottom: 0px;
  left: 0px;
  position: absolute;
}

.entry-title a {
  color: #fff;
  text-decoration: none;
}

.entry-title a:hover {
  color: #fff;
}

.entry-header .entry-meta {
  background-color: #5ec5f0;
  clear: both;
  color: #fff;
  font-size: 12px;
  float: left;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 16px 30px;
  text-transform: uppercase;
}

.entry-header .entry-meta a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.entry-header .edit-link:before,
.entry-header .comments-link:before,
.entry-header .full-size-link:before {
  content: "\00a0\2014\00a0";
}

.entry-header .edit-link:first-child:before,
.entry-header .comments-link:first-child:before,
.entry-header .full-size-link:first-child:before {
  content: "";
}

.updated:not(.published) {
  display: none;
}

.entry-footer {
  margin-top: 30px;
}

.entry-footer .entry-meta {
  border-top: 2px solid #ededed;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-top: 30px;
  text-transform: uppercase;
}

.entry-footer .cat-links {
  margin-right: 5px;
}

.entry-footer a {
  background-color: #ededed;
  color: #818181;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  padding: 3px 10px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.entry-footer a:hover {
  background-color: #22b3eb;
  color: #fff;
}

.read-more {
  display: block;
  margin-top: 40px;
}

.read-more .more-link {
  background-color: #22b3eb;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.read-more .more-link:hover {
  background-color: #5ec5f0;
}

/* Author box */
.author-box {
  background-color: #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.hentry + .author-box {
  margin-top: -40px;
}

.author-info {
  font-size: 16px;
  line-height: 1.5;
  min-height: 85px;
}

.author-info a {
  text-decoration: none;
}

.author-details {
  padding-left: 120px;
}

.no-avatars .author-details {
  padding-left: 0;
}

.author-avatar {
  float: left;
  margin-right: 30px;
}

.author-avatar .avatar {
  border-radius: 50%;
  height: 85px;
  width: 85px;
}

.author-info .author-title {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.author-website,
.author-stats {
  color: #c6c6c6;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}

.author-website .fa-link,
.author-stats .fa-chart-bar {
  font-size: 10px;
}

.author-website a,
.author-stats a {
  color: #c6c6c6;
}

.author-website a:hover,
.author-stats a:hover {
  color: #22b3eb;
}

/* Attachments */
.entry-content .entry-attachment {
  margin-bottom: 24px;
}

/* Archives */
.page-header {
  background-color: #474747;
  border-left: 3px solid #22b3eb;
  margin-bottom: 40px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.page-title {
  color: #c6c6c6;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-title .highlight {
  color: #22b3eb;
}

.page-description {
  color: #c6c6c6;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

.page-description p {
  margin-bottom: 12px;
}

.page-header .author-box {
  background: 0;
  color: #c6c6c6;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-top: 16px;
}

.page-header .author-title {
  color: #fff;
}

.page-header .author-website,
.page-header .author-website a,
.page-header .author-stats {
  color: #818181;
}

.page-header .author-website a:hover {
  color: #22b3eb;
}

/* No results page */
.not-found .search-form {
  margin-bottom: 24px;
}

.not-found .search-field {
  margin-bottom: 12px;
  width: 100%;
}

/* Custom template: Archives */
.archives-list {
  border-bottom: 2px solid #ededed;
  color: #c6c6c6;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  padding-bottom: 36px;
  padding-left: 0;
}

.archives-list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.archives-list ul {
  list-style: none;
  margin-top: 12px;
  padding-left: 20px;
}

.archives-list li {
  margin-bottom: 12px;
}

.archives-list a {
  text-decoration: none;
}

/* Custom template: Authors */
.entry-content .author-info {
  border-bottom: 2px solid #ededed;
  margin-bottom: 24px;
  margin-top: 40px;
  padding-bottom: 36px;
}

.entry-content .author-info:first-child {
  margin-top: 0;
}

.entry-content .author-info:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/**
 * 6.2 Comments
 * ----------------------------------------------------------------------------
 */
.comments-area {
  background-color: #fff;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.comments-title,
.comment-reply-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comments-title {
  border-bottom: 2px solid #ededed;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

#cancel-comment-reply-link {
  background-color: #22b3eb;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 5px;
  padding: 5px 10px;
  position: relative;
  top: -3px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

#cancel-comment-reply-link:hover {
  background-color: #5ec5f0;
}

.comment-list {
  border-bottom: 2px solid #ededed;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0;
}

.comment-list .children {
  list-style: none;
  padding-left: 40px;
}

.depth-3 .children {
  padding-left: 0;
}

.comment-body {
  border-top: 2px solid #ededed;
  margin-bottom: 40px;
  padding-top: 40px;
}

.comment-list > .comment:first-child > .comment-body,
.comment-list > .pingback:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.comment-meta,
.comment-content,
.reply {
  padding-left: 115px;
}

.no-avatars .comment-meta,
.no-avatars .comment-content,
.no-avatars .reply {
  padding-left: 0;
}

.comment-meta {
  position: relative;
  text-transform: uppercase;
}

.comment-author .avatar {
  border-radius: 50%;
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.comment-metadata {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.comment-metadata .edit-link:before {
  content: '\2014\00a0';
}

.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 12px;
  text-transform: none;
}

.comment-author,
.comment-author a {
  color: #3d3d3d;
}

.comment-meta,
.comment-metadata a {
  color: #c6c6c6;
}

.comment-meta a {
  text-decoration: none;
}

.comment-meta a:hover {
  color: #22b3eb;
}

.comment-reply-link {
  background-color: #ededed;
  color: #818181;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment-reply-link:hover {
  background-color: #22b3eb;
  color: #fff;
}

.bypostauthor > .comment-body .fn:after {
  color: #22b3eb;
  content: "\f007";
  display: inline-block;
  font-size: 10px;
  margin-left: 6px;
}

/* Comment Form */
.comment-notes,
.logged-in-as,
.no-comments {
  color: #818181;
  font-size: 16px;
  font-style: italic;
}

.required {
  color: #22b3eb;
  font-style: normal;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 6px;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 49%;
}

.comment-form-author {
  margin-right: 2%;
}

.comment-form label {
  display: block;
  font-size: 16px;
  padding-bottom: 6px;
}

.comment-form input[type="checkbox"] + label {
  display: inline-block;
  margin-left: 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  display: block;
  width: 100%;
}

.comment-form .form-submit {
  margin-top: 30px;
}

.comment .comment-respond {
  margin-bottom: 40px;
}

/**
 * 6.3 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
  margin-bottom: 60px;
}

.hentry + .navigation {
  margin-top: -20px;
}

.navigation a,
.page-links a {
  text-decoration: none;
}

.pagination a {
  color: #c6c6c6;
}

.post-navigation a {
  color: #fff;
}

.pagination a:hover,
.post-navigation a:hover {
  color: #22b3eb;
}

.pagination {
  background-color: #3d3d3d;
  font-size: 14px;
  padding: 5px 60px;
  position: relative;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 3px;
  padding: 8px 10px 9px;
}

.pagination .next,
.pagination .prev {
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.pagination .next {
  right: 0;
}

.pagination .prev {
  left: 0;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-color: #474747;
  border-left: 3px solid #22b3eb;
  margin-bottom: 20px;
  padding-bottom: 50px;
  padding-top: 30px;
  position: relative;
}

.post-navigation .nav-thumb {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}

.post-navigation .nav-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.16667;
  margin-bottom: 5px;
  margin-right: 240px;
}

.post-navigation .nav-before,
.post-navigation .nav-date {
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 240px;
  text-transform: uppercase;
}

.post-navigation .nav-before {
  color: #c6c6c6;
  margin-bottom: 15px;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
  margin: 0 5px 10px;
}

.comment-navigation a {
  background-color: #ededed;
  color: #818181;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment-navigation a:hover {
  background-color: #22b3eb;
  color: #fff;
}

.page-links {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 40px;
}

.page-links-title {
  font-size: 11px;
  letter-spacing: 1px;
  margin-right: 5px;
  text-transform: uppercase;
}

.page-link {
  background-color: #22b3eb;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 36px;
  padding: 9px 0;
  text-align: center;
}

a .page-link {
  color: #818181;
}

a:hover .page-link {
  color: #fff;
}

/**
 * 7. Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
  border-top: 2px solid #474747;
  margin-bottom: 40px;
  padding-top: 30px;
}

.widget:first-child {
  border-top: 0;
  padding-top: 0;
}

.widget-title {
  color: #c6c6c6;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget select,
.widget textarea {
  border: 0;
  font-size: 14px;
  width: 100%;
}

.widget button,
.widget input[type="submit"],
.widget input[type="button"],
.widget input[type="reset"] {
  padding-bottom: 9px;
  padding-top: 9px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}

.widget_pages ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul {
  padding-left: 24px;
  margin-top: 12px;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
  margin-bottom: 12px;
  line-height: 24px;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_rss a,
.widget_nav_menu a {
  color: #fff;
  text-decoration: none;
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_rss a:hover,
.widget_nav_menu a:hover {
  color: #22b3eb;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #818181;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_tag_cloud a {
  background-color: #474747;
  color: #c6c6c6;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0 4px 8px 0;
  padding: 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

#wp-calendar {
  border: 0;
  font-size: 14px;
  line-height: 30px;
  table-layout: fixed;
  text-align: center;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  color: #818181;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

#wp-calendar thead th {
  background: 0;
  border-color: #3d3d3d;
  color: #c6c6c6;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 0 0;
}

#wp-calendar tbody td {
  border: 0;
  height: 30px;
  padding: 1px;
  vertical-align: middle;
}

#wp-calendar tbody tr:last-child td {
  padding-bottom: 12px;
}

#wp-calendar tfoot td {
  border-color: #3d3d3d;
  padding: 6px 0 0;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar tbody a {
  background-color: #474747;
  color: #c6c6c6;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.widget_tag_cloud a:hover,
#wp-calendar tbody a:hover {
  background-color: #22b3eb;
  color: #fff;
}

.widget_search .search-field {
  margin-bottom: 12px;
}

/**
 * 9. Plugins
 * 9.1 Jetpack
 * ----------------------------------------------------------------------------
 */

/* Infinite scroll */
.infinite-scroll .pagination {
  display: none;
}

.infinite-scroll #infinite-handle {
  margin-bottom: 60px;
  text-align: center;
}

.infinite-scroll #infinite-handle span {
  background-color: #474747;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 11px 30px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.infinite-scroll #infinite-handle span:hover {
  background-color: #22b3eb;
  color: #fff;
}

.infinite-scroll .infinite-loader {
  color: #474747;
  height: 40px;
  margin-bottom: 60px;
}

.infinite-scroll .infinite-loader .spinner {
  left: 50% !important;
}

/* Sharing, Related */
.entry-content .sharedaddy {
  margin-bottom: 24px;
  margin-top: 40px;
}

.entry-content .sharedaddy .sd-title,
.entry-content #jp-relatedposts .jp-relatedposts-headline {
  color: #818181;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.entry-content .sharedaddy .sd-title:before,
.entry-content #jp-relatedposts .jp-relatedposts-headline em:before {
  display: none;
}

.entry-content #jp-relatedposts .jp-relatedposts-headline em {
  font-weight: normal;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-img {
  display: block;
  margin-bottom: 6px;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title .jp-relatedposts-post-a {
  font-weight: bold;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title .jp-relatedposts-post-a:hover,
.entry-content #jp-relatedposts .jp-relatedposts-post:hover .jp-relatedposts-post-title .jp-relatedposts-post-a {
  text-decoration: none;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  color: #818181;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.5;
  opacity: 1;
  text-transform: uppercase;
}

/* Subscription widget */
.jetpack_subscription_widget #subscribe-email input[type="email"] {
  padding: 10px;
}

/* Contact form */
.entry-content .contact-form label {
  font-size: 16px;
  font-weight: normal;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="url"],
.entry-content .contact-form textarea {
  margin-bottom: 12px;
  width: 100%;
}

.entry-content .contact-form .contact-submit {
  margin-top: 18px;
}

/* Jetpack Comments */
.comment-subscription-form {
  margin-bottom: 12px;
}

.comment-subscription-form .subscribe-label {
  font-style: italic;
  font-weight: normal;
}

/**
 * 9.1 Contact Form 7
 * ----------------------------------------------------------------------------
 */
.wpcf7-form p {
  font-size: 16px;
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form input[type="submit"] {
  margin-top: 18px;
}

/**
 * 8. Site Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  background-color: #3d3d3d;
}

.site-footer .inner {
  position: relative;
}

.footer-links {
  border-bottom: 2px solid #474747;
  padding-bottom: 60px;
  padding-right: 90px;
  padding-top: 60px;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  display: inline-block;
}

.footer-links a {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px 5px 0;
}

.site-info {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-bottom: 60px;
  padding-right: 90px;
  padding-top: 40px;
  text-transform: uppercase;
}

.footer-links + .site-info {
  padding-right: 0;
}

.site-info .top-link {
  color: #fff;
  margin: 0;
  position: absolute;
  right: 0;
  top: 40px;
}

.footer-links + .site-info .top-link {
  top: 60px;
}

.site-info a {
  text-decoration: none;
}

/**
 * 10. Media Queries
 * ----------------------------------------------------------------------------
 */
@media only screen and (max-width: 960px) {
  .sidebar,
  .content-area {
    float: none;
    margin-bottom: 60px;
    width: auto;
  }

  .hentry,
  .not-found,
  .page-header,
  .author-box,
  .comments-area,
  .pagination,
  .post-navigation,
  .infinite-scroll #infinite-handle,
  .infinite-scroll .infinite-loader {
    margin-bottom: 30px;
  }

  .infinite-scroll #infinite-handle,
  .infinite-scroll .infinite-loader {
    margin-top: 30px;
  }

  .hentry + .author-box,
  .hentry + .navigation {
    margin-top: 0;
  }

  .widget {
    text-align: center;
  }

  .widget-title:after {
    content: " —";
  }

  .widget form,
  .widget select {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}

@media only screen and (max-width: 800px) {
  .main-navigation,
  .site-header,
  .site-content,
  .site-footer,
  .site-search .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header {
    padding-bottom: 60px;
    padding-top: 48px;
  }

  .hentry,
  .not-found,
  .page-header,
  .author-box,
  .comments-area,
  .pagination,
  .post-navigation,
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    margin-bottom: 15px;
  }

  .menu-container {
    background-color: #2d2d2d;
    clear: left;
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-menu .sub-menu,
  .primary-menu .children {
    border-color: #3d3d3d;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    position: static;
    width: auto;
  }

  .primary-menu .current-menu-ancestor > .sub-menu,
  .primary-menu .current_page_ancestor > .children {
    display: block;
  }

  .primary-menu li {
    border-bottom: 2px solid #3d3d3d;
    display: block;
    float: none;
    padding: 0;
  }

  .primary-menu li:last-child {
    border-bottom: 0;
  }

  .primary-menu a {
    border-left: 0;
    padding: 15px 0;
  } 

  .primary-menu .sub-menu li:first-child a,
  .primary-menu .children li:first-child a {
    padding-left: 0;
  }

  .primary-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  #menu-toggle {
    background-color: transparent;
    border: 0;
    color: #818181;
    display: block;
    float: left;
    height: 50px;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
  }

  #menu-toggle.toggled--on {
    color: #22b3eb;
  }

  #menu-toggle .icon-menu {
    background: currentColor;
    color: inherit;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
  }

  #menu-toggle .icon-menu:before,
  #menu-toggle .icon-menu:after {
    background: currentColor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #menu-toggle .icon-menu:before {
    margin-top: -5px;
  }

  #menu-toggle .icon-menu:after {
    margin-top: 5px;
  }

  #menu-toggle.toggled--on .icon-menu {
    background-color: transparent;
  }

   #menu-toggle.toggled--on .icon-menu:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-toggle.toggled--on .icon-menu:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .primary-menu .dropdown-toggle {
    background-color: #3d3d3d;
    border: 0;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 36px;
  }

  .menu-container .dropdown-toggle:hover,
  .menu-container .dropdown-toggle:focus {
    background-color: #3d3d3d;
    color: #fff;
  }

  .menu-container .dropdown-toggle:before {
    content: "\f078";
  }

  .menu-container .dropdown-toggle.toggled--on:before {
    content: "\f077";
  }
}

@media screen and (max-width: 782px) {
  .admin-bar.search--opened .site-search,
  .admin-bar.search--opening .site-search {
    top: 46px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 100%;
  }

  h1,
  .site-title {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-4 .gallery-caption,
  .gallery-columns-5 .gallery-caption {
    display: none;
  }

  .site-description {
    max-width: none;
  }

  .entry-title {
    font-size: 28px;
    padding: 20px 15px 15px 20px;
  }

  .entry-header .entry-meta {
    padding: 15px 15px 15px 20px;
  }

  .pagination .current .screen-reader-text {
    position: static !important;
  }

  .pagination .page-numbers {
    display: none;
  }

  .pagination .current {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px;
    text-transform: uppercase;
  }

  .pagination .prev,
  .pagination .next {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .comment-list .children {
    padding-left: 0;
  }

  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 90px;
  }

  .comment-author .avatar {
    height: 60px;
    width: 60px;
  }

  .comment-form-author,
  .comment-form-email {
    float: none;
    margin-right: 0;
    width: auto;
  }

  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .post-navigation .nav-thumb {
    width: 200px;
  }

  .post-navigation .nav-title,
  .post-navigation .nav-before,
  .post-navigation .nav-date {
    margin-right: 200px;
  }

  .post-navigation .nav-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
  }

  h2,
  .site-title {
    font-size: 24px;
  }

  h3,
  .entry-title {
    font-size: 20px;
  }

  h4,
  blockquote {
    font-size: 18px;
  }

  h5,
  h6 {
    font-size: 14px;
  }

  blockquote {
    padding-left: 15px;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 33.333%;
  }

  .gallery .gallery-caption {
    display: none;
  }

  .entry-content,
  .entry-footer,
  .author-box .author-info,
  .page-title,
  .page-content,
  .comments-inner,
  .post-navigation .nav-inside {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header {
    padding-bottom: 48px;
    padding-top: 36px;
  }

  .entry-header {
    margin-bottom: 24px;
  }

  .entry-title {
    margin-top: 30px;
    max-width: none;
    padding: 10px 15px;
  }

  .entry-header .entry-meta {
    font-size: 11px;
    padding: 10px 15px;
  }

  .author-avatar {
    float: none;
    margin-bottom: 24px;
  }

  .author-details {
    padding-left: 0;
  }

  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    padding-bottom: 20px;
    padding-top: 15px;
  }

  .post-navigation .nav-thumb {
    width: 120px;
  }

  .post-navigation .nav-title {
    font-size: 16px;
    margin-right: 120px;
  }

  .post-navigation .nav-before,
  .post-navigation .nav-date {
    font-size: 10px;
    margin-right: 120px;
  }

  .post-navigation .nav-before {
    margin-bottom: 10px;
  }

  .comment-meta {
    margin-bottom: 18px;
    min-height: 45px;
    padding-left: 70px;
  }

  .comment-content,
  .reply {
    padding-left: 0;
  }

  .comment-author .avatar {
    height: 45px;
    width: 45px;
  }

  .footer-links {
    padding-right: 0;
    text-align: center;
  }

  .site-info {
    padding-bottom: 40px;
    padding-right: 0;
    text-align: center;
  }

  .site-info .top-link {
    display: block;
    margin: 30px auto 0;
    position: static;
  }
}
