/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	custom grid classes for screen width more than 1600px
====================================================*/
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/*==========================================================*/
body {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #505050;
  line-height: 28px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: #202020;
}
h1 {
  font-size: 48px;
  letter-spacing: 3px;
}
h2 {
  font-size: 32px;
  letter-spacing: 2px;
}
h3 {
  font-size: 26px;
  letter-spacing: 3px;
}
h4 {
  font-size: 20px;
  letter-spacing: 2px;
}
h5 {
  font-size: 14px;
  letter-spacing: 1px;
}
h6 {
  font-size: 12px;
  letter-spacing: 1px;
}
a {
  color: var(--ghost-accent-color);
}
a:hover,
a:focus {
  color: var(--ghost-accent-color);
  text-decoration: none;
  outline: none;
}
iframe {
  border: 0;
}
blockquote {
  font-size: 16px;
  padding: 0 21px;
  margin: 21px 0;
  border-left: 4px solid #202020;
}
blockquote cite {
  font-size: 12px;
}
figure {
  margin-bottom: 16px;
}
figure img {
  margin-bottom: 8px;
}
figcaption {
  text-align: center;
  font-size: 12px;
}
.btn {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 21px;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  letter-spacing: 3px;
}
.btn-default {
  background: #202020;
  color: #ffffff;
  border: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: var(--ghost-accent-color);
  outline: none;
  color: #ffffff;
}
.btn-default:active:focus {
  outline: none;
}
.btn-default[disabled] {
  background: #bbbbbb;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.loading .btn,
.loading button,
.loading input[type='submit'] {
  position: relative;
  padding-left: 4.75rem;
}
.loading .btn:after,
.loading button:after,
.loading input[type='submit']:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  animation: loading 0.6s linear infinite;
}
.btn.loading,
button.loading,
input[type='submit'].loading {
  position: relative;
  padding-left: 4.75rem;
}
.btn.loading:after,
button.loading:after,
input[type='submit'].loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  animation: loading 0.6s linear infinite;
}
input[type='text'],
input[type='email'] {
  padding: 4px 21px;
  border: 1px solid #202020;
}
input[type='text']:focus,
input[type='email']:focus {
  border: 1px solid var(--ghost-accent-color);
  outline: none;
}
p {
  margin-bottom: 14px;
}
pre {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hljs {
  padding: 7px 14px;
}
::-moz-selection {
  color: #ffffff;
  background: var(--ghost-accent-color);
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: var(--ghost-accent-color);
  text-shadow: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/*====================================================
	Header / navbar
====================================================*/
.header-wrap {
  position: fixed;
  width: 280px;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
  background-size: cover;
  background-position: center;
}
.header-wrap .main-header {
  width: 100%;
  height: 100%;
  padding: 0 42px;
  background: rgba(255, 255, 255, 0.85);
}
.header-wrap .main-header .logo {
  font-size: 3em;
  padding: 42px 0;
  line-height: 1em;
  text-transform: uppercase;
}
.header-wrap .main-header .logo a {
  color: #202020;
}
.header-wrap .main-header .logo a:hover,
.header-wrap .main-header .logo a:focus {
  color: #202020;
}
.header-wrap .main-header .logo a img {
  max-width: 100%;
}
.header-wrap .main-header .description {
  padding: 42px 0;
  position: relative;
  letter-spacing: 1px;
  color: #202020;
}
.header-wrap .main-header .description:before {
  content: '';
  width: 40px;
  height: 1px;
  left: 0;
  top: 0;
  background: var(--ghost-accent-color);
  position: absolute;
}
.header-wrap .main-header .main-navigation {
  position: relative;
  padding: 42px 0;
}
.header-wrap .main-header .main-navigation:before {
  content: '';
  width: 42px;
  height: 1px;
  left: 0;
  top: 0;
  background: var(--ghost-accent-color);
  position: absolute;
}
.menu {
  padding: 0;
}
.menu li {
  list-style: none;
}
.menu li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #202020;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu li a:hover,
.menu li a:focus {
  color: var(--ghost-accent-color);
}
.menu li.nav-current a {
  color: var(--ghost-accent-color);
}
/*====================================================
	Content area
====================================================*/
.content-area-wrap {
  margin-left: 280px;
  flex-grow: 1;
}
/*====================================================
	home page posts
====================================================*/
.post-single {
  height: 100%;
  background-color: #ffffff;
  background-size: cover;
  position: relative;
}
.post-single .post-content {
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 42px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.post-single .post-content .featured-mark {
  position: absolute;
  bottom: -5px;
  right: -41px;
  width: 110px;
  height: 40px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  text-align: center;
  line-height: 50px;
  background: var(--ghost-accent-color);
  color: #ffffff;
}
.post-single .post-content .featured-mark i {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  font-size: 16px;
}
.post-single .post-content .bdr-top,
.post-single .post-content .bdr-right,
.post-single .post-content .bdr-bottom,
.post-single .post-content .bdr-left {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  background: #202020;
}
.post-single .post-content .bdr-top {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.post-single .post-content .bdr-right {
  height: 100%;
  width: 2px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.post-single .post-content .bdr-bottom {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.post-single .post-content .bdr-left {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 100%;
  left: 0;
}
.post-single.no-image .post-content {
  background: #ffffff;
}
.post-single.no-image .post-content .post-header .post-meta {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post-single.no-image .post-content .post-header .post-title {
  color: #202020;
}
.post-single.no-image .post-content .post-excerpt {
  margin-top: 28px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post-single.no-image .post-content .post-footer {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post-header .post-meta {
  color: var(--ghost-accent-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}
.post-header .post-title {
  margin-top: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-excerpt {
  margin-top: 60px;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 60px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.post-footer {
  position: absolute;
  bottom: 42px;
  left: 42px;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-footer .avatar {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-footer .author-name {
  font-size: 12px;
  color: #bbbbbb;
}
.posts-wrap-outer {
  margin-top: 2px;
}
.post-wrap {
  padding: 1px;
  height: 300px;
  overflow: hidden;
}
.post-wrap a {
  color: #505050;
}
.post-wrap a:hover {
  color: #505050;
}
.post-wrap a:hover .post-content {
  background: rgba(255, 255, 255, 0.95);
}
.post-wrap a:hover .post-content .post-header .post-meta {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post-wrap a:hover .post-content .post-header .post-title {
  color: #202020;
}
.post-wrap a:hover .post-content .post-excerpt {
  margin-top: 28px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post-wrap a:hover .post-content .post-footer {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.post-wrap a:hover .post-content .bdr-top {
  right: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.post-wrap a:hover .post-content .bdr-right {
  bottom: 0;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.post-wrap a:hover .post-content .bdr-bottom {
  left: 0;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.post-wrap a:hover .post-content .bdr-left {
  top: 0;
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
/*====================================================
	tag and author archive
====================================================*/
.cover-archive .cover-inner {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.cover-archive .title {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px;
}
.archive-item-wrap {
  padding: 1px;
  height: 300px;
  overflow: hidden;
}
.archive-item-wrap a .item-single {
  height: 100%;
  background-color: #ffffff;
  background-size: cover;
  position: relative;
}
.archive-item-wrap a .item-single .item-content {
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 42px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.archive-item-wrap a .item-single .item-content .post-count {
  color: var(--ghost-accent-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}
.archive-item-wrap a .item-single .item-content .tag-title {
  margin-top: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-item-wrap a .item-single .item-content .tag-description {
  color: #505050;
  margin-top: 60px;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.archive-item-wrap a .item-single .item-content.user {
  text-align: center;
}
.archive-item-wrap a .item-single .item-content.user .avatar {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.archive-item-wrap a .item-single .item-content.user .author-name {
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-item-wrap a .item-single .item-content.user .bio {
  color: #505050;
  margin-top: 60px;
  visibility: hidden;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  max-height: 60px;
}
.archive-item-wrap a .item-single .item-content .bdr-top,
.archive-item-wrap a .item-single .item-content .bdr-right,
.archive-item-wrap a .item-single .item-content .bdr-bottom,
.archive-item-wrap a .item-single .item-content .bdr-left {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  background: #202020;
}
.archive-item-wrap a .item-single .item-content .bdr-top {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.archive-item-wrap a .item-single .item-content .bdr-right {
  height: 100%;
  width: 2px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.archive-item-wrap a .item-single .item-content .bdr-bottom {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.archive-item-wrap a .item-single .item-content .bdr-left {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 100%;
  left: 0;
}
.archive-item-wrap a .item-single.no-image .item-content {
  background: #ffffff;
}
.archive-item-wrap a .item-single.no-image .item-content .tag-title {
  color: #202020;
}
.archive-item-wrap a .item-single.no-image .item-content.user .author-name {
  color: #202020;
}
.archive-item-wrap a:hover {
  color: #505050;
}
.archive-item-wrap a:hover .item-content {
  background: rgba(255, 255, 255, 0.95);
}
.archive-item-wrap a:hover .item-content .tag-title {
  color: #202020;
}
.archive-item-wrap a:hover .item-content .tag-description {
  margin-top: 28px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.archive-item-wrap a:hover .item-content.user .author-name {
  color: #202020;
}
.archive-item-wrap a:hover .item-content.user .bio {
  margin-top: 14px;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.archive-item-wrap a:hover .item-content .bdr-top {
  right: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.archive-item-wrap a:hover .item-content .bdr-right {
  bottom: 0;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.archive-item-wrap a:hover .item-content .bdr-bottom {
  left: 0;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.archive-item-wrap a:hover .item-content .bdr-left {
  top: 0;
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
/*====================================================
	pagination
====================================================*/
.pagination-wrap {
  margin-top: 42px;
  padding: 0 21px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}
.pagination-count-wrap {
  padding: 0;
}
.pagination-link-wrap {
  padding: 0;
  text-align: right;
}
.pagination-link-wrap a {
  padding-left: 16px;
  padding-right: 8px;
  color: #505050;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-link-wrap a:first-child {
  padding-left: 0;
}
.pagination-link-wrap a:last-child {
  padding-right: 0;
}
.pagination-link-wrap a:hover,
.pagination-link-wrap a:focus {
  color: var(--ghost-accent-color);
}
.pagination-link-wrap a:nth-child(2) {
  position: relative;
}
.pagination-link-wrap a:nth-child(2):before {
  content: '';
  width: 1px;
  height: 100%;
  background: #bbbbbb;
  left: 0;
  top: 0;
  position: absolute;
}
/*====================================================
	single post
====================================================*/
.single-post-full .post-content-wrap {
  background: none;
  padding: 42px;
}
.single-post-full .post-content-wrap .post-header .post-title {
  color: #202020;
}
.single-post-full .post-content-wrap .featured-media {
  margin-top: 28px;
}
.single-post-full .post-content-wrap .featured-media img {
  width: 100%;
}
.single-post-full .post-content-wrap .post-content-full {
  margin-top: 28px;
}
.single-post-full .post-content-wrap .post-content-full > * {
  margin-bottom: 2rem;
}
.single-post-full .post-content-wrap .post-content-full .kg-blockquote-alt {
  font-size: 20px;
  padding: 21px;
  border-left: none;
  border-top: 4px solid #202020;
  border-bottom: 4px solid #202020;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card-header {
  font-size: 40px;
  letter-spacing: 2px;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card {
  padding-top: 64px;
  padding-bottom: 64px;
  min-height: auto;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card.kg-size-large {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: auto;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card.kg-size-large .kg-header-card-header {
  font-size: 48px;
  letter-spacing: 3px;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card.kg-size-small {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: auto;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card.kg-size-small .kg-header-card-header {
  font-size: 32px;
  letter-spacing: 1px;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card.kg-size-small .kg-header-card-subheader {
  font-size: 16px;
}
.single-post-full .post-content-wrap .post-content-full .kg-header-card-subheader {
  font-size: 20px;
  letter-spacing: 0;
}
.single-post-full .post-content-wrap .post-content-full .kg-btn,
.single-post-full .post-content-wrap .post-content-full .kg-product-card-button,
.single-post-full .post-content-wrap .post-content-full .kg-header-card-button {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 21px;
  transition: all 0.45s;
  letter-spacing: 3px;
  height: 42px;
}
.single-post-full .post-content-wrap .post-content-full img {
  max-width: 100%;
  height: auto;
}
.single-post-full .post-content-wrap .post-content-full .kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.single-post-full .post-content-wrap .post-content-full .kg-width-wide,
.single-post-full .post-content-wrap .post-content-full .kg-width-full {
  width: 100%;
}
.single-post-full .post-content-wrap .post-content-full .kg-width-wide img,
.single-post-full .post-content-wrap .post-content-full .kg-width-full img {
  width: 100%;
}
.single-post-full .post-content-wrap .post-content-full .kg-gallery-container {
  display: flex;
  flex-direction: column;
}
.single-post-full .post-content-wrap .post-content-full .kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.single-post-full .post-content-wrap .post-content-full .kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.single-post-full .post-content-wrap .post-content-full .kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}
.single-post-full .post-content-wrap .post-content-full .kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-card {
  margin: 2rem 0;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  background: transparent;
  border: 1px solid #e9e9e9;
  padding: 8px;
  flex-direction: column-reverse;
  color: #505050;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 8px;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #202020;
  transition: all 0.3s;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-description,
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-metadata {
  margin-top: 16px;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-metadata {
  display: flex;
  align-items: center;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-thumbnail {
  flex-basis: 216px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 216px;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 0;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-author,
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-publisher {
  font-size: 14px;
}
.single-post-full .post-content-wrap .post-content-full .kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}
.post-upgrade-cta-box {
  border: 1px solid var(--ghost-accent-color);
  padding: 16px;
}
.post-upgrade-cta-box .no-access-message {
  margin-bottom: 16px;
}
.post-upgrade-cta-box .sign-in-cta {
  margin-top: 16px;
}
.tag-wrap {
  padding: 0 42px;
  font-size: 0;
}
.tag-wrap .tag-wrap-inner {
  border-top: 1px solid #e9e9e9;
  padding: 21px 0;
}
.tag-wrap a {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  background: #202020;
  padding: 0 14px;
  margin: 0 8px 4px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  display: inline-block;
  line-height: 24px;
}
.tag-wrap a:hover {
  color: #ffffff;
  background: var(--ghost-accent-color);
}
.share-wrap {
  padding: 0 42px;
  margin-bottom: 42px;
}
.share-wrap .share-wrap-inner {
  text-align: center;
  padding: 21px 0;
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.share-wrap .share-wrap-inner .share-text {
  color: #202020;
  margin-bottom: 7px;
}
.share-wrap .share-wrap-inner ul {
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.share-wrap .share-wrap-inner ul li {
  display: inline-block;
  list-style: none;
  line-height: 14px;
  font-size: 18px;
  margin: 0 4px;
}
.share-wrap .share-wrap-inner ul li:last-child {
  margin-right: 0;
}
.share-wrap .share-wrap-inner ul li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #202020;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.share-wrap .share-wrap-inner ul li a:hover i,
.share-wrap .share-wrap-inner ul li a:focus i {
  color: var(--ghost-accent-color);
}
.medium-zoom--opened .medium-zoom-overlay {
  z-index: 1001;
}
.medium-zoom-image--opened {
  z-index: 1002;
}
/*====================================================
	about author and comment
====================================================*/
.author-comment-wrap {
  padding: 0 42px;
}
.about-author {
  background: #f5f5f5;
  padding: 21px;
}
.about-author .avatar {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-author .details {
  margin-left: 101px;
}
.about-author .details .author {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 14px;
}
.about-author .details .author a {
  color: #202020;
}
.about-author .details .meta-info span {
  font-size: 12px;
}
.about-author .details .meta-info span:first-child {
  margin-right: 14px;
}
.about-author .details .meta-info span i {
  margin-right: 7px;
}
.about-author .details .meta-info span a {
  color: #505050;
}
.about-author .details .meta-info span a:hover,
.about-author .details .meta-info span a:focus {
  color: var(--ghost-accent-color);
}
.prev-next-wrap {
  margin-top: 42px;
}
.prev-next-wrap .previous-post,
.prev-next-wrap .next-post {
  background: #202020;
  width: 50%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}
.prev-next-wrap .previous-post .prev-next-inner,
.prev-next-wrap .next-post .prev-next-inner {
  padding: 21px;
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
}
.prev-next-wrap .previous-post.no-image .prev-next-inner,
.prev-next-wrap .next-post.no-image .prev-next-inner {
  background-color: transparent;
}
.prev-next-wrap .previous-post .link-text,
.prev-next-wrap .next-post .link-text {
  -webkit-transform: all 0.3s;
  -moz-transform: all 0.3s;
  -ms-transform: all 0.3s;
  -o-transform: all 0.3s;
  transform: all 0.3s;
  text-transform: uppercase;
  font-size: 12px;
}
.prev-next-wrap .previous-post:hover .link-text,
.prev-next-wrap .next-post:hover .link-text {
  color: var(--ghost-accent-color);
}
.prev-next-wrap .previous-post .title,
.prev-next-wrap .next-post .title {
  text-transform: uppercase;
  color: #ffffff;
}
.prev-next-wrap .previous-post {
  border-right: 1px solid #ffffff;
}
.prev-next-wrap .next-post {
  border-left: 1px solid #ffffff;
}
.comment-container {
  background: #f5f5f5;
  padding: 21px;
  margin-top: 42px;
}
/*====================================================
	sidebar
====================================================*/
.sidebar-wrap {
  padding-top: 42px;
}
.sidebar-wrap .widget {
  padding: 0 42px 42px 0;
}
.sidebar-wrap .widget .title {
  text-transform: uppercase;
  padding-bottom: 21px;
  color: #202020;
  position: relative;
}
.sidebar-wrap .widget .title:after {
  content: '';
  width: 42px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: var(--ghost-accent-color);
}
.sidebar-wrap .widget .content {
  margin-top: 21px;
}
.sidebar-wrap .widget .newsletter .input-group {
  margin-bottom: 14px;
  display: block;
}
.sidebar-wrap .widget .newsletter .input-group input {
  width: 100%;
}
.sidebar-wrap .widget .tag-cloud a {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  background: #202020;
  padding: 0 14px;
  margin: 0 8px 4px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  display: inline-block;
  line-height: 24px;
}
.sidebar-wrap .widget .tag-cloud a:hover {
  color: #ffffff;
  background: var(--ghost-accent-color);
}
.sidebar-wrap .widget .recent-post .recent-single-post {
  padding: 7px 0 14px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar-wrap .widget .recent-post .recent-single-post:first-child {
  padding-top: 0;
}
.sidebar-wrap .widget .recent-post .recent-single-post a {
  color: #505050;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-wrap .widget .recent-post .recent-single-post a:hover,
.sidebar-wrap .widget .recent-post .recent-single-post a:focus {
  color: var(--ghost-accent-color);
}
.sidebar-wrap .widget .recent-post .recent-single-post .date {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 14px;
}
.message-success,
.message-error {
  display: none;
  border-radius: 4px;
}
.message-success {
  color: #0ca910;
}
.message-error {
  color: #f0134d;
}
.loading .message-loading {
  display: inline-block;
}
.success .message-success {
  display: inline-block;
}
.error .message-error {
  display: inline-block;
}
/*====================================================
	tag page and author page
====================================================*/
.cover {
  background-color: #202020;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.cover .cover-inner {
  padding-top: 42px;
  padding-bottom: 42px;
  background: rgba(0, 0, 0, 0.5);
}
.cover.no-image .cover-inner {
  background: transparent;
}
.cover .tag-name {
  color: #ffffff;
  margin-top: 0;
}
.cover .avatar {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cover .author-name {
  color: #ffffff;
}
.cover .meta-info span {
  margin-right: 14px;
}
.cover .meta-info span:last-child {
  margin-right: 0;
}
.cover .meta-info span a {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cover .meta-info span a:hover,
.cover .meta-info span a:focus {
  color: var(--ghost-accent-color);
}
.cover .meta-info span i {
  margin-right: 7px;
}
/*====================================================
	main footer
====================================================*/
.main-footer {
  padding: 42px 0;
  margin-top: 42px;
  margin-left: 280px;
  background: #202020;
}
.main-footer .secondary-nav {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1rem;
}
.main-footer .secondary-nav a {
  display: inline-flex;
  margin: 0 1rem 0.5rem;
}
.main-footer .copyright-wrap {
  padding: 0;
  text-align: center;
  font-size: 12px;
}
.main-footer a {
  color: #505050;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer a:hover,
.main-footer a:focus {
  color: var(--ghost-accent-color);
  text-decoration: none;
}
.main-footer .social-links-wrap {
  margin-bottom: 14px;
}
.main-footer .social-links {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 0px;
  line-height: 0;
}
.main-footer .social-links li {
  display: inline-block;
  list-style: none;
  line-height: 18px;
  font-size: 18px;
  margin: 0 4px;
}
.main-footer .social-links li a {
  display: inline-block;
}
.main-footer .social-links li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #505050;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer .social-links li a i:hover,
.main-footer .social-links li a i:focus {
  color: var(--ghost-accent-color);
}
/*====================================================
	bac to top button
====================================================*/
#back-to-top {
  position: fixed;
  width: 94px;
  right: -52px;
  bottom: 0px;
  z-index: 1000;
  background: #202020;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
#back-to-top i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
#back-to-top span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#back-to-top:hover {
  background: var(--ghost-accent-color);
  right: 0;
}
/*=====================================================
	members
=====================================================*/
.subscription-expiration-warning {
  color: #f0134d;
}
.subscription-inner {
  padding: 42px;
}
.subscribe-form {
  max-width: 400px;
  margin: 0 auto;
}
.subscription-title {
  text-transform: uppercase;
}
.form-field-wrap {
  margin-bottom: 16px;
}
.form-field-wrap input[type="text"],
.form-field-wrap input[type="email"] {
  width: 100%;
}
.subscriber-info {
  font-size: 16px;
  background: #f5f5f5;
  padding: 24px;
  margin-bottom: 24px;
}
.subscriber-info .subscriber-detail .detail-label {
  font-weight: 700;
}
.members-button-wrap .btn {
  margin-bottom: 1rem;
}
.gh-error-subscription-cancel {
  margin-top: 8px;
  color: #f0134d;
  display: block;
}
.membership-switch {
  display: flex;
  max-width: 300px;
  padding: 4px;
  margin: 4rem auto;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.membership-switch::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 4px);
  top: 4px;
  bottom: 4px;
  right: 4px;
  background: #202020;
  transition: all 0.15s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.membership-switch[data-active-duration=monthly]::before {
  transform: translateX(-100%);
}
.membership-switch[data-active-duration=monthly] button[data-duration=monthly] {
  color: #ffffff;
}
.membership-switch[data-active-duration=yearly] button[data-duration=yearly] {
  color: #ffffff;
}
.membership-switch button {
  flex: 1 1 50%;
  background: transparent;
  z-index: 1;
  border: none;
}
.membership-switch button:hover,
.membership-switch button:focus,
.membership-switch button:active:focus {
  opacity: 1;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.pricing-table-wrap {
  align-items: stretch;
  justify-content: center;
}
.pricing-table {
  flex: 1 1 100%;
  flex-direction: column;
  margin: 1rem;
  border: 1px solid #e9e9e9;
  padding: 2rem;
  transition: border .2s;
}
@media (min-width: 768px) {
  .pricing-table-wrap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .pricing-table {
    flex: 1 1 calc(33.33% - 3rem);
    min-width: 280px;
    max-width: 400px;
  }
}
.pricing-table-title {
  margin-bottom: 32px;
}
.price {
  margin-bottom: 32px;
}
.price .currency,
.price .value {
  font-size: 4.5rem;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0;
}
.price .duration {
  text-transform: uppercase;
}
.table-description {
  margin-bottom: 32px;
  font-weight: 700;
}
.table-details {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.table-details li {
  margin-bottom: 1.25rem;
}
.table-footer {
  margin: 1rem 0;
}
.table-footer .btn-block + .btn-block {
  margin-top: 0;
}
.pricing-table[data-active-duration=monthly] [data-price=yearly] {
  display: none;
}
.pricing-table[data-active-duration=yearly] [data-price=monthly] {
  display: none;
}
/*=====================================================
	notification
=====================================================*/
.notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 8px 88px;
  background-color: #0ca910;
  color: #ffffff;
  font-size: 1.25rem;
  visibility: hidden;
  transform: translateY(-150%);
  transition: all 0.25s ease-in-out 0.3s;
}
.notification.error {
  background-color: #f0134d;
}
.notification .icon svg {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
.notification-close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}
.notification-close:hover {
  color: #ffffff;
}
.notification-close .close-icon {
  position: absolute;
  right: 20px;
  top: 14px;
  line-height: 16px;
}
.notification-close .close-icon svg {
  width: 16px;
  height: 16px;
}
.subscribe-success .notification-subscribe {
  visibility: visible;
  transform: translateY(0);
}
.signup-success .notification-signup {
  visibility: visible;
  transform: translateY(0);
}
.signin-success .notification-signin {
  visibility: visible;
  transform: translateY(0);
}
.signin-failure .notification-signin-failure {
  visibility: visible;
  transform: translateY(0);
}
.checkout-success .notification-checkout {
  visibility: visible;
  transform: translateY(0);
}
.checkout-cancel .notification-checkout-cancel {
  visibility: visible;
  transform: translateY(0);
}
.billing-update-success .notification-billing-success {
  visibility: visible;
  transform: translateY(0);
}
.billing-update-cancel .notification-billing-cancel {
  visibility: visible;
  transform: translateY(0);
}
.notification.closed {
  visibility: hidden;
  transform: translateY(-150%);
  transition: all 0.25s ease-in-out 0s;
}
/*====================================================
	media query
====================================================*/
@media screen and (min-width: 768px) {
  .single-post-full .post-content-wrap .post-content-full .kg-bookmark-container {
    flex-direction: row;
  }
  .single-post-full .post-content-wrap .post-content-full .kg-bookmark-content {
    padding-right: 16px;
  }
  .single-post-full .post-content-wrap .post-content-full .kg-bookmark-thumbnail {
    flex-basis: 13em;
    min-height: 144px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    font-size: 3em;
    line-height: 1em;
    text-transform: uppercase;
    color: #202020;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    color: #202020;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  .navbar-toggle {
    border: 1px solid #202020;
    margin-top: 18px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar {
    background: #202020;
  }
  .navbar-nav {
    margin: 21px -15px 0;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background: none;
  }
  .content-area-wrap {
    margin-left: 0px;
  }
  .main-footer {
    margin-left: 0;
  }
  .prev-next-wrap .previous-post,
  .prev-next-wrap .next-post {
    border-left: none;
    width: 100%;
    float: none;
  }
  .prev-next-wrap .previous-post {
    margin-bottom: 1px;
  }
  .prev-next-wrap .next-post {
    margin-top: 1px;
  }
  .sidebar-wrap .widget {
    padding: 0 42px 42px 42px;
  }
}
@media screen and (max-width: 479px) {
  .post-wrap {
    height: 340px;
  }
}
/*# sourceMappingURL=screen.css.map */