/*====================================================
	Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
body {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #505050;
  line-height: 28px;
}
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: #ff9900;
}
a:hover,
a:focus {
  color: #ff9900;
  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: #ff9900;
  outline: none;
  color: #ffffff;
}
.btn-default:active:focus {
  outline: none;
}
.btn-default[disabled] {
  background: #bbbbbb;
}
input[type='text'],
input[type='email'] {
  padding: 4px 21px;
  border: 1px solid #202020;
}
input[type='text']:focus,
input[type='email']:focus {
  border: 1px solid #ff9900;
  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: #ff9900;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #ff9900;
  text-shadow: none;
}
/*====================================================
	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: #ff9900;
  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: #ff9900;
  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: #ff9900;
}
.menu li.nav-current a {
  color: #ff9900;
}
/*====================================================
	Content area
====================================================*/
.content-area-wrap {
  margin-left: 280px;
}
/*====================================================
	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: #ff9900;
  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: #ff9900;
  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: #ff9900;
  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: #ff9900;
}
.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 img {
  max-width: 100%;
}
.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%;
}
.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: #ff9900;
}
.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: #ff9900;
}
/*====================================================
	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: #ff9900;
}
.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: #ff9900;
}
.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: #ff9900;
}
.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: #ff9900;
}
.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: #ff9900;
}
.sidebar-wrap .widget .recent-post .recent-single-post .date {
  color: #bbbbbb;
  font-size: 12px;
  line-height: 14px;
}
/*====================================================
	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: #ff9900;
}
.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 .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: #ff9900;
  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: #ff9900;
}
/*====================================================
	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: #ff9900;
  right: 0;
}
/*====================================================
	media query
====================================================*/
@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;
  }
}
