/*====================================================
	Table of content
====================================================*/
/* 
*
* 1. Importing less files
* 2. Common styles
* 3. WP generted classes
* 4. some styles to override wordpress default
* 5. Header / navbar
* 6. Content area
* 7. home page posts
* 8. pagination
* 9. single post
* 10. post format specific style
* 11. flex slider style override
* 12. about author and comment
* 13. sidebar
* 14. tag page and author page
* 15. main footer
* 16. bac to top button
* 17. error page
* 18. media query
*
*/
/*====================================================
	1. Importing less files
====================================================*/
/*====================================================
	COLOR VARIABLE FOR THEME
====================================================*/
/*====================================================
	MIXINS
====================================================*/
/*====================================================
	2. Importing less files
====================================================*/
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 {
  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;
}
.btn,
input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0px 21px;
  height: 38px;
  line-height: 38px;
  -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,
input[type="submit"] {
  background: #202020;
  color: #ffffff;
  border: none;
}
.btn-default:hover,
input[type="submit"]:hover,
.btn-default:focus,
input[type="submit"]:focus,
.btn-default:active,
input[type="submit"]:active {
  background: #ff9900;
  outline: none;
  color: #ffffff;
}
.btn-default:active:focus,
input[type="submit"]:active:focus {
  outline: none;
}
.btn-default[disabled],
input[type="submit"][disabled] {
  background: #bbbbbb;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea,
.form-control {
  padding: 4px 21px;
  border: 1px solid #202020;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 38px;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.form-control:focus {
  border: 1px solid #ff9900;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  padding: 4px 21px;
  border: 1px solid #202020;
}
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;
}
/* utility classes */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*====================================================
	3. WP generted classes
====================================================*/
.alignnone {
  margin: 16px 24px 24px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 16px auto 16px auto;
}
.alignright {
  float: right;
  margin: 8px 0 24px 24px;
}
.alignleft {
  float: left;
  margin: 8px 24px 24px 0;
}
a img.alignright {
  float: right;
  margin: 8px 0 24px 24px;
}
a img.alignnone {
  margin: 8px 24px 24px 0;
}
a img.alignleft {
  float: left;
  margin: 8px 24px 24px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 16px 0px 24px 0px;
}
.wp-caption.alignleft {
  margin: 16px 24px 4px 0px;
}
.wp-caption.alignright {
  margin: 16px 0px 4px 24px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
.screen-reader-text {
  display: none;
}
.gallery:after {
  content: '';
  clear: both;
  display: block;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  float: left;
  position: relative;
}
.gallery-columns-1 .gallery-item .gallery-icon img,
.gallery-columns-2 .gallery-item .gallery-icon img,
.gallery-columns-3 .gallery-item .gallery-icon img,
.gallery-columns-4 .gallery-item .gallery-icon img {
  margin-bottom: 0;
}
.gallery-columns-1 .gallery-item .gallery-caption,
.gallery-columns-2 .gallery-item .gallery-caption,
.gallery-columns-3 .gallery-item .gallery-caption,
.gallery-columns-4 .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-columns-1 .gallery-item:hover .gallery-caption,
.gallery-columns-2 .gallery-item:hover .gallery-caption,
.gallery-columns-3 .gallery-item:hover .gallery-caption,
.gallery-columns-4 .gallery-item:hover .gallery-caption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
.sticky {
  background: #ffffff;
}
.twitter-tweet {
  max-width: 520px;
  margin: 0 auto;
}
.SandboxRoot .EmbeddedTweet {
  margin: 0 auto;
}
/*====================================================
	4. some styles to override wordpress default
====================================================*/
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ff9900 !important;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
}
.wp-video:focus,
video.wp-video-shortcode:focus,
.mejs-container:focus,
.mejs-overlay.load:focus {
  outline: none;
}
/*====================================================
	5. 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;
}
.main-navigation .menu,
.navbar-collapse .menu {
  padding: 0;
}
.main-navigation .menu li,
.navbar-collapse .menu li {
  list-style: none;
  position: relative;
}
.main-navigation .menu li a,
.navbar-collapse .menu li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #202020;
  display: block;
  -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-navigation .menu li a:hover,
.navbar-collapse .menu li a:hover,
.main-navigation .menu li a:focus,
.navbar-collapse .menu li a:focus {
  color: #ff9900;
}
.main-navigation .menu li.menu-item-has-children > a,
.navbar-collapse .menu li.menu-item-has-children > a {
  padding-right: 10px;
}
.main-navigation .menu li.menu-item-has-children > a:after,
.navbar-collapse .menu li.menu-item-has-children > a:after {
  content: '\f105';
  font-family: Fontawesome;
  position: absolute;
  right: 8px;
  top: 0;
}
.main-navigation .menu li.current-menu-item > a,
.navbar-collapse .menu li.current-menu-item > a,
.main-navigation .menu li.current-menu-parent > a,
.navbar-collapse .menu li.current-menu-parent > a,
.main-navigation .menu li.current-menu-ancestor > a,
.navbar-collapse .menu li.current-menu-ancestor > a {
  color: #ff9900;
}
.main-navigation .menu li ul,
.navbar-collapse .menu li ul {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 200px;
  background: #202020;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-navigation .menu li ul.alter,
.navbar-collapse .menu li ul.alter {
  right: 0;
  left: auto;
}
.main-navigation .menu li ul li,
.navbar-collapse .menu li ul li {
  list-style: none;
  display: block;
  position: relative;
}
.main-navigation .menu li ul li a,
.navbar-collapse .menu li ul li a {
  color: #bbbbbb;
  padding: 4px 8px;
  margin: 0;
  line-height: 2em;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.main-navigation .menu li ul li a:hover,
.navbar-collapse .menu li ul li a:hover {
  color: #ff9900;
  text-decoration: none;
}
.main-navigation .menu li ul li.menu-item-has-children > a:after,
.navbar-collapse .menu li ul li.menu-item-has-children > a:after {
  top: 4px;
}
.main-navigation .menu li:hover > ul,
.navbar-collapse .menu li:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
/*====================================================
	6. Content area
====================================================*/
.content-area-wrap {
  margin-left: 280px;
}
/*====================================================
	7. 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;
}
/*====================================================
	8. pagination
====================================================*/
.pagination-wrap {
  margin-top: 42px;
  padding: 0 21px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  background: #ffffff;
}
.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;
}
/*====================================================
	9. single post
====================================================*/
.single-post-full .post-content-wrap {
  background: #ffffff;
  padding: 42px;
}
.single-post-full .post-content-wrap .post-header .post-title {
  font-size: 32px;
  letter-spacing: 2px;
  color: #202020;
}
.single-post-full .post-content-wrap .featured-media {
  margin-top: 28px;
}
.single-post-full .post-content-wrap .featured-media img {
  width: 100%;
  height: auto;
}
.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%;
  height: auto;
}
.tag-wrap {
  background: #ffffff;
  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 {
  background: #ffffff;
  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;
}
/*====================================================
	10. post format specific style
====================================================*/
/* quote post */
.format-quote .featured-media {
  background-color: #202020;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  padding: 48px 16px;
}
.format-quote .featured-media blockquote {
  margin-bottom: 0;
  border: 0;
  color: #ffffff;
  margin: 0;
  font-size: 1.25em;
  background: rgba(0, 0, 0, 0.2);
}
.format-quote .featured-media blockquote a {
  color: #ffffff;
}
.format-quote .featured-media blockquote a:hover {
  color: #ffffff;
  text-decoration: none;
}
/* audio post */
.format-audio .featured-media {
  background-color: #202020;
  background-size: cover;
  background-position: center;
}
.format-audio .featured-media h4 {
  padding: 40px 0;
  color: #ffffff;
  margin-top: 0;
  font-weight: 400;
}
.format-audio .featured-media h4 span {
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
}
/* gallery post - tiled gallery */
.format-gallery .gallery-tiled {
  text-align: left;
}
.format-gallery .gallery-tiled ul {
  padding: 0;
  margin: 0;
}
.format-gallery .gallery-tiled ul li {
  list-style: none;
  float: left;
  width: 25%;
  height: 25%;
  position: relative;
}
.format-gallery .gallery-tiled ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=(0));
}
.format-gallery .gallery-tiled ul li a .overlay:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  background: #000000;
}
.format-gallery .gallery-tiled ul li a .overlay:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -20px;
  background: #000000;
}
.format-gallery .gallery-tiled ul li a:hover .gray {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.format-gallery .gallery-tiled ul li a:hover .overlay {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=(100));
}
/* status post */
.format-status .featured-media {
  background-size: cover;
  background-position: center;
}
.format-status .featured-media.status-wrap {
  padding: 40px;
  text-align: center;
}
.format-status .featured-media blockquote {
  display: none;
}
.format-status .featured-media iframe {
  margin: 0 auto !important;
  border: none;
  z-index: 2;
  position: relative !important;
}
/* link post */
.format-link .featured-media {
  padding: 48px 8px;
  background-size: cover;
  background-position: center;
  background-color: #202020;
}
.format-link .featured-media .link {
  font-size: 1.25em;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  -webkit-transition: background 0.45s;
  -moz-transition: background 0.45s;
  -ms-transition: background 0.45s;
  -o-transition: background 0.45s;
  transition: background 0.45s;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.format-link .featured-media .link:hover,
.format-link .featured-media .link:focus {
  background: rgba(0, 0, 0, 0.75);
}
/*====================================================
	11. flex slider style override
====================================================*/
.flexslider {
  margin: 0;
  border: 0px;
}
.flex-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  padding: 14px;
}
.flex-direction-nav a {
  background: rgba(0, 0, 0, 0.7);
  text-align: center !important;
}
.flex-direction-nav a i {
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
/*====================================================
	12. about author and comment
====================================================*/
.author-comment-wrap {
  padding: 0 42px;
  background: #ffffff;
}
.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;
}
.comment-container .comment-count h3 {
  margin-top: 0;
}
.comment-container ol {
  padding: 0;
  margin: 0px 0px 16px;
  border-bottom: 1px solid #e9e9e9;
}
.comment-container ol li {
  list-style: none;
  border-top: 1px solid #e9e9e9;
}
.comment-container ol li article {
  padding-top: 16px;
}
.comment-container ol li article.bypostauthor .comment-details {
  margin-left: 58px;
}
.comment-container ol li article.bypostauthor .comment-details .commenter-name:after {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 10px;
  color: #bbbbbb;
  margin-left: 6px;
  position: absolute;
}
.comment-container ol li header {
  position: relative;
}
.comment-container ol li header .author-avater-link {
  float: left;
}
.comment-container ol li header .author-avater-link img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.comment-container ol li header .comment-details {
  margin-left: 58px;
}
.comment-container ol li header .comment-details .commenter-name {
  line-height: 1em;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
}
.comment-container ol li header .comment-details .commenter-name a {
  color: #202020;
}
.comment-container ol li header .comment-details .commenter-name a:hover {
  color: #ff9900;
  text-decoration: none;
}
.comment-container ol li header .comment-details .commenter-meta {
  color: #bbbbbb;
  font-style: italic;
  font-size: 0.75em;
}
.comment-container ol li header .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  color: #202020;
  border: 1px solid #202020;
  padding: 0px 6px;
  line-height: 18px;
  font-size: 0.70em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comment-container ol li header .comment-reply-link:hover,
.comment-container ol li header .comment-reply-link:focus {
  text-decoration: none;
  color: #ffffff;
  background: #ff9900;
  border: 1px solid #ff9900;
}
.comment-container ol li header .comment-reply-link:focus {
  outline: none;
}
.comment-container ol li .comment-body {
  margin-left: 58px;
}
.comment-container ol li .comment-edit-link {
  margin-left: 8px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #bbbbbb;
  font-style: italic;
}
.comment-container ol li .comment-edit-link:before {
  content: '\f044';
  font-family: FontAwesome;
  margin-right: 4px;
}
.comment-container ol li .comment-edit-link:hover {
  text-decoration: none;
  color: #ff9900;
}
.comment-container ol ul {
  padding-left: 29px;
}
.comment-container .comment-pagination {
  margin: 0px 0px 16px;
}
.comment-container .comment-pagination a {
  color: #ffffff;
  background: #202020;
  padding: 0px 12px;
  line-height: 24px;
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comment-container .comment-pagination a:hover,
.comment-container .comment-pagination a:focus {
  text-decoration: none;
  background: #ff9900;
}
.comment-container .comment-closed {
  text-align: center;
}
.comment-container .comment-respond .comment-reply-title {
  margin-top: 0;
}
.comment-container .comment-respond .required {
  color: #ff9900;
}
/*====================================================
	13. sidebar
====================================================*/
.sidebar-wrap {
  padding-top: 42px;
  background: #ffffff;
}
.sidebar-wrap .widget {
  padding: 0 42px 42px 0;
  font-size: 12px;
}
.sidebar-wrap .widget .title {
  text-transform: uppercase;
  padding-bottom: 21px;
  color: #202020;
  position: relative;
  margin-bottom: 21px;
}
.sidebar-wrap .widget .title:after {
  content: '';
  width: 42px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: #ff9900;
}
.sidebar-wrap .widget a {
  color: #202020;
}
.sidebar-wrap .widget a:hover,
.sidebar-wrap .widget a:focus {
  color: #ff9900;
}
.sidebar-wrap .widget ul {
  padding: 0;
  margin: 0;
}
.sidebar-wrap .widget ul li {
  list-style: none;
}
.sidebar-wrap .widget img {
  max-width: 100%;
}
.sidebar-wrap .widget select {
  width: 100%;
}
.sidebar-wrap .widget .tagcloud {
  margin-top: 21px;
}
.sidebar-wrap .widget .tagcloud a {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px !important;
  text-transform: uppercase;
  background: #202020;
  padding: 0 14px;
  margin: 0 4px 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 .tagcloud a:hover {
  color: #ffffff;
  background: #ff9900;
}
.sidebar-wrap .widget.widget_recent_entries ul {
  padding: 0;
}
.sidebar-wrap .widget.widget_recent_entries ul li {
  list-style: none;
  padding: 7px 0 14px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar-wrap .widget.widget_recent_entries ul li:first-child {
  padding-top: 0;
}
.sidebar-wrap .widget.widget_recent_entries ul li 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.widget_recent_entries ul li a:hover,
.sidebar-wrap .widget.widget_recent_entries ul li a:focus {
  color: #ff9900;
}
.sidebar-wrap .widget.widget_recent_entries ul li .post-date {
  display: block;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 14px;
}
.sidebar-wrap .widget.widget_calendar caption {
  text-align: center;
  line-height: 2em;
  background: #202020;
  color: #ffffff;
  text-transform: uppercase;
}
.sidebar-wrap .widget.widget_calendar table {
  text-align: center;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.sidebar-wrap .widget.widget_calendar table thead tr th {
  text-align: center;
  line-height: 3em;
  color: #202020;
}
.sidebar-wrap .widget.widget_calendar table tbody td {
  line-height: 3em;
  border: 1px solid #e9e9e9;
}
.sidebar-wrap .widget.widget_calendar table tbody a {
  background: #202020;
  display: block;
  color: #ffffff;
  -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.widget_calendar table tbody a:hover,
.sidebar-wrap .widget.widget_calendar table tbody a:focus {
  background: #ff9900;
  text-decoration: none;
}
.sidebar-wrap .widget.widget_calendar table tfoot td {
  line-height: 2.5em;
}
.sidebar-wrap .widget.widget_calendar table tfoot td a {
  color: #202020;
  text-transform: uppercase;
}
.sidebar-wrap .widget.widget_calendar table tfoot td a:hover,
.sidebar-wrap .widget.widget_calendar table tfoot td a:focus {
  color: #ff9900;
}
.sidebar-wrap .widget.widget_calendar table tfoot #prev {
  text-align: right;
}
.sidebar-wrap .widget.widget_calendar table tfoot #next {
  text-align: left;
}
.sidebar-wrap .widget.widget_recent_comments ul {
  margin: 0;
  padding: 0;
}
.sidebar-wrap .widget.widget_recent_comments ul li {
  list-style: none;
  color: #bbbbbb;
  font-size: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar-wrap .widget.widget_recent_comments ul li:first-child {
  padding-top: 0px;
}
.sidebar-wrap .widget.widget_recent_comments ul li a {
  color: #202020;
}
.sidebar-wrap .widget.widget_recent_comments ul li a.url {
  color: #bbbbbb;
}
.sidebar-wrap .widget.widget_recent_comments ul li a:hover,
.sidebar-wrap .widget.widget_recent_comments ul li a:focus {
  color: #ff9900;
}
.sidebar-wrap .widget.widget_categories ul.children {
  margin-left: 10px;
}
.sidebar-wrap .widget.widget_nav_menu ul.sub-menu {
  margin-left: 10px;
}
.search-form label {
  display: none;
}
.search-form .search-input {
  width: 84%;
}
.search-form .search-submit {
  width: 13%;
  padding: 0px;
}
.zero-result {
  background: #ffffff;
  max-width: 700px;
  margin: 42px auto;
  padding: 40px;
}
/*====================================================
	14. 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;
}
/*====================================================
	15. 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;
}
/*====================================================
	16. 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;
}
/*====================================================
	17. error page
====================================================*/
.error-block-inner {
  padding: 40px;
}
.error-block-inner h1 {
  margin-top: 0;
}
/*====================================================
	18. 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;color: #fff !important;
  }
  .navbar-toggle .icon-bar {
    background: #fff !important;
  }
  .navbar-collapse .navbar-nav {
    margin: 21px -15px 0;
  }
  .navbar-collapse .navbar-nav.menu li ul {
    position: relative;
    left: 0;
    width: auto;
    padding-left: 16px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=(100));
    visibility: visible;
    background: transparent;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .navbar-collapse .navbar-nav.menu li ul li a {
    color: #202020;
    padding: 10px 15px;
  }
  .navbar-collapse .navbar-nav.menu li ul li a:hover {
    color: #ff9900;
  }
  .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a {
    margin-right: 40px;
  }
  .navbar-collapse .navbar-nav.menu li.menu-item-has-children > a:after {
    content: '';
  }
  .navbar-collapse .navbar-nav.menu li .submenu-button {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 14px;
    right: 11px;
    border: 1px solid #202020;
    background: #ffffff;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-collapse .navbar-nav.menu li .submenu-button:before {
    content: '';
    width: 9px;
    height: 1px;
    background: #202020;
    left: 3px;
    top: 7px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-collapse .navbar-nav.menu li .submenu-button:after {
    content: '';
    width: 1px;
    height: 9px;
    background: #202020;
    left: 7px;
    top: 3px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-collapse .navbar-nav.menu li .submenu-button:hover,
  .navbar-collapse .navbar-nav.menu li .submenu-button:focus {
    border-color: #ff9900;
  }
  .navbar-collapse .navbar-nav.menu li .submenu-button:hover:before,
  .navbar-collapse .navbar-nav.menu li .submenu-button:focus:before,
  .navbar-collapse .navbar-nav.menu li .submenu-button:hover:after,
  .navbar-collapse .navbar-nav.menu li .submenu-button:focus:after {
    background: #ff9900;
  }
  .navbar-collapse .navbar-nav.menu li .submenu-button.opened:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .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;
  }
}
