.weirdo .navbar-header {
  left: 8%;
  top: 10%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  max-width: 8%;
}
@media screen and (max-width: 767px) {
  .weirdo .navbar-header {
    max-width: 44px;
  }
}
.weirdo .navbar-toggle,
.weirdo .search-toggle,
.weirdo .subscribe-toggle {
  top: 10%;
  right: 8%;
}
.weirdo .banner-wrapper .carousel .carousel-inner .item .slider-caption {
  position: absolute;
  padding: 0 15%;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 9;
  display: block;
}
.weirdo .banner-wrapper .carousel .carousel-inner .item .slider-caption h3 {
  color: #fff;
  font-size: 3em;
  margin-top: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .weirdo .banner-wrapper .carousel .carousel-inner .item .slider-caption h3 {
    font-size: 2em;
  }
}
.weirdo .banner-wrapper .carousel .carousel-inner .item .slider-caption .slider-desc {
  font-size: 1.5em;
}
@media screen and (max-width: 479px) {
  .weirdo .banner-wrapper .carousel .carousel-inner .item .slider-caption .slider-desc {
    font-size: 1.1em;
  }
}
.weirdo .banner-wrapper .carousel .carousel-indicators,
.weirdo .banner-wrapper .carousel .carousel-control {
  display: none;
}
@media screen and (min-width: 480px) {
  .weirdo .hentry {
    position: relative;
    padding-bottom: 0;
  }
  .weirdo .hentry .content-featured:before {
    content: "";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .weirdo .hentry:hover .content-featured:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .weirdo .hentry .content-wrap {
    position: absolute;
    margin: 0;
    bottom: 10%;
    left: 10%;
    color: #fff;
    z-index: 5;
  }
  .weirdo .hentry .content-wrap a {
    color: #fff;
  }
  .weirdo .hentry .content-wrap a:hover {
    color: #e6e6e6;
  }
  .weirdo .hentry .content-wrap .content-meta {
    color: #fff;
    text-align: left;
  }
  .weirdo .hentry .content-wrap .content-header .read-more {
    color: #fff;
    background: none;
    display: inline-block;
    border-color: #fff;
  }
  .weirdo .hentry .content-wrap .content-header .read-more:hover {
    color: #e6e6e6;
    border-color: #e6e6e6;
  }
  .weirdo .hentry h2.content-title:not(.content-quote) {
    text-align: left;
  }
  .weirdo .hentry:nth-child(odd) .content-wrap {
    left: auto;
    right: 10%;
  }
  .weirdo .hentry:nth-child(odd) .content-header {
    text-align: right;
  }
  .weirdo .hentry:nth-child(odd) h2.content-title:not(.content-quote) {
    text-align: right;
  }
  .weirdo .hentry:nth-child(odd) .content-wrap .content-meta {
    text-align: right;
  }
  .weirdo .hentry .content-excerpt {
    display: none;
  }
  .weirdo .hentry.format-audio .noo-audio-embed,
  .weirdo .hentry.format-status .noo-status-embed iframe,
  .weirdo .hentry.format-link .content-featured > div,
  .weirdo .hentry.format-quote .content-featured > div {
    position: relative !important;
    z-index: 5;
  }
  .weirdo .hentry.format-status .content-wrap,
  .weirdo .hentry.format-audio .content-wrap {
    display: none;
  }
  .weirdo .hentry.format-video .content-featured {
    width: 100%;
    max-width: none;
  }
  .weirdo .hentry.format-video .content-featured .embed-poster {
    position: relative;
    display: block;
  }
  .weirdo .hentry.format-video .content-featured .embed-frame {
    display: none;
  }
  .weirdo .hentry.format-video .content-featured .embed-play {
    color: #fff;
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  .weirdo .hentry.format-video .content-featured .embed-play a {
    color: #fff;
  }
  .weirdo .hentry.format-video .content-featured .embed-play a:hover,
  .weirdo .hentry.format-video .content-featured .embed-play a:focus {
    outline: none;
  }
  .weirdo .hentry.format-video .content-featured .embed-play a i {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
  }
  .weirdo .hentry.format-video .content-featured .embed-play a i:before {
    margin-left: 0.3em;
  }
  .weirdo .hentry.format-gallery .content-featured:before {
    display: none;
  }
  .weirdo .hentry.format-gallery.gallery-grid .noo-gallery-grid {
    width: 100%;
    max-width: none;
  }
  .weirdo .hentry.format-gallery.gallery-grid .noo-gallery-grid .noo-gallery-grid-featured {
    padding: 0;
  }
}
.weirdo .content-wrap .content-share a {
  color: #fff;
}
.weirdo .content-wrap .content-share a:hover {
  color: #e6e6e6;
}
.weirdo-header {
  position: absolute;
  z-index: 100;
}
.weirdo-header .weirdo-header-animate {
  width: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}
.weirdo-header .content-header {
  position: absolute;
  left: 5%;
  top: 50%;
  bottom: auto;
  right: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  text-align: left !important;
  max-width: 35%;
  width: 34%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .weirdo-header .content-header {
    max-width: 90%;
    width: 100%;
  }
}
.weirdo-header .content-header .content-wrap {
  position: static;
  text-align: left !important;
  margin: 0;
}
.weirdo-header .content-header .content-wrap .content-meta {
  text-align: left !important;
}
.weirdo-header .content-header .content-title,
.weirdo-header .content-header .content-meta span,
.weirdo-header .content-header .content-meta span a {
  color: #fff !important;
  text-shadow: none !important;
}
.weirdo-header .content-header .content-meta > span > a:hover {
  color: #e6e6e6 !important;
}
body.weirdo.single-post #scroller {
  position: absolute;
  width: 100%;
}
body.weirdo.single-post .navbar-header,
body.weirdo.single-post .navbar-toggle {
  position: fixed;
}
body.weirdo.single-post .navbar-header {
  left: 10%;
  top: 11%;
}
body.weirdo.single-post .site > .noo-wrapper .container-wrap,
body.weirdo.single-post .site > .footer {
  width: 60%;
  margin-left: 40%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.weirdo.single-post .site > .noo-wrapper .container-wrap,
  body.weirdo.single-post .site > .footer {
    width: 80%;
    margin-left: 20%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body.weirdo.single-post .site > .noo-wrapper .container-wrap,
  body.weirdo.single-post .site > .footer {
    width: 100%;
    margin-left: 0%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.weirdo.single-post .site > .noo-wrapper .container-wrap,
body.weirdo.single-post .site > .footer .footer-colophon,
body.weirdo.single-post .site > .footer .footer-nav,
body.weirdo.single-post .site > .footer .footer-copyright {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media screen and (max-width: 991px) {
  body.weirdo.single-post .site > .noo-wrapper .container-wrap,
  body.weirdo.single-post .site > .footer .footer-colophon,
  body.weirdo.single-post .site > .footer .footer-nav,
  body.weirdo.single-post .site > .footer .footer-copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  body.weirdo.single-post .site > .noo-wrapper .container-wrap .footer-wrap,
  body.weirdo.single-post .site > .footer .footer-colophon .footer-wrap,
  body.weirdo.single-post .site > .footer .footer-nav .footer-wrap,
  body.weirdo.single-post .site > .footer .footer-copyright .footer-wrap {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.weirdo.single-post.modify .container-wrap,
body.weirdo.single-post.modify .footer {
  z-index: 101;
}
body.weirdo.single-post blockquote {
  margin-left: 0;
  margin-right: 0;
}
body.weirdo.single-post .hentry.format-audio .content-wrap,
body.weirdo.single-post .hentry.format-status .content-wrap {
  display: block;
}
body.weirdo.single-post.single-format-video .navbar-toggle,
body.weirdo.single-post.single-format-video .navbar-header {
  display: block;
}
body.weirdo.single-post.single-format-video .hentry .content-wrap {
  margin-top: 0;
}
body.weirdo.single-post .hentry.format-video .embed-poster {
  display: none;
}
body.weirdo.single-post .hentry.format-video .embed-frame {
  display: block;
}
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-title,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-title {
  background: #000;
  text-align: left;
}
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-title .arrow-left:before,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-title .arrow-left:before,
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-title .arrow-left:before,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-title .arrow-left:before {
  -webkit-box-shadow: 15px -15px 0 0 #000000;
  box-shadow: 15px -15px 0 0 #000000;
}
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-title .arrow-right:after,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-title .arrow-right:after,
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-title .arrow-right:after,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-title .arrow-right:after {
  -webkit-box-shadow: -15px 15px 0 0 #000000;
  box-shadow: -15px 15px 0 0 #000000;
}
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-title a,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-title a {
  color: #fff;
}
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-cite,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-cite,
body.weirdo.single-post .hentry.format-quote .container-wrap .content-featured .content-link a,
body.weirdo.single-post .hentry.format-link .container-wrap .content-featured .content-link a {
  color: #000000;
}
@media screen and (max-width: 991px) {
  body.weirdo.single-post .hentry .container-wrap .content-featured .content-header {
    display: block;
    position: relative;
    padding-top: 33px;
  }
  body.weirdo.single-post .hentry .container-wrap .content-featured .content-header .content-wrap .content-title,
  body.weirdo.single-post .hentry .container-wrap .content-featured .content-header .content-wrap .content-meta > span {
    text-shadow: none;
    color: #000000;
  }
  body.weirdo.single-post .hentry .container-wrap .content-featured .content-header .content-wrap .content-meta {
    text-align: left;
  }
}
body.weirdo.single-post .container-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  padding-top: 130px;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
@media screen and (max-width: 991px) {
  body.weirdo.single-post .container-wrap .content-featured,
  body.weirdo.single-post .container-wrap .content-wrap {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.weirdo.single-post.modify .container-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 102;
}
body .weirdo-header .weirdo-header-animate:after {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 60%;
  content: "";
  position: absolute;
  z-index: 100;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body .weirdo-header .weirdo-header-animate:after {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  body .weirdo-header .weirdo-header-animate:after {
    width: 100%;
  }
}
body.modify .weirdo-header .weirdo-header-animate:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 991px) {
  body .weirdo-header .content-header {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
}
@media screen and (max-width: 991px) {
  body .weirdo-header .content-header a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 991px) {
  body.modify .weirdo-header .content-header {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
}
body .hentry .container-wrap .content-featured:before {
  display: none;
}
body .hentry .container-wrap .content-wrap {
  position: static !important;
  color: #000000 !important;
}
body .hentry .container-wrap .content-wrap a {
  color: #000000 !important;
}
body .hentry .container-wrap .content-wrap a:hover {
  color: #999999 !important;
}
body .hentry .container-wrap .content-featured .content-header,
body .hentry .container-wrap .content-wrap .content-header,
body .hentry .container-wrap .content-featured .content-thumb,
body .hentry .container-wrap .content-wrap .content-thumb {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .hentry .container-wrap .content-footer #author-bio .author-avatar .avatar-img-wrap {
    width: 137px;
    height: 137px;
  }
}
@media screen and (min-width: 992px) {
  body .hentry .container-wrap .comments-area {
    margin-left: -2.5em;
    margin-right: -2.5em;
  }
}
@media screen and (min-width: 992px) {
  body .hentry .container-wrap .comments-area .comments-wrap,
  body .hentry .container-wrap .comments-area #respond-wrap {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
body .hentry .container-wrap .related-post-featured .content-wrap {
  position: absolute !important;
  color: #fff !important;
}
body .hentry .container-wrap .related-post-featured .content-wrap .content-title a,
body .hentry .container-wrap .related-post-featured .content-wrap .content-meta,
body .hentry .container-wrap .related-post-featured .content-wrap .content-meta span a {
  color: #fff !important;
  text-align: left !important;
}
/*# sourceMappingURL=weirdo-layout.css.map */