/*

1. GLOBAL STYLING
2. HEADER
  2.1. NAVBAR WRAPPER
  2.2. BANNER WRAPPER
  2.3. NAVBAR SCROLL
3. FOOTER
  3.1. FOOTER COLOPHON
  3.2. FOOTER NAVIGATION
  3.3. FOOTER COPYRIGHT
4. QUERYLOADER2
5. POST FEATURED
6. SOCIAL
7. MAINBODY
8. BLOG PAGE
  8.1. BLOG - GENERAL STYLING
  8.2. FORMAT AUDIO
  8.3. FORMAT VIDEO
  8.4. FORMAT STATUS
  8.5. FORMAT GALLERY 1 (VARIABLE WIDTH SLIDER) & GALLERY 2 (SINGLE SLIDER)
    8.5.1. SLICK SLIDER
  8.6. FORMAT GALLERY 3 (GALLERY GRID)
  8.7. FORMAT QUOTE & FORMAT LINK
  8.8. LOADMORE & LOADING
9. SINGLE PAGE
10. ABOUT US PAGE
11. CONTACT PAGE

*/
/* --------------------------------------------------------------------- */
/* 1. GLOBAL STYLING
/* --------------------------------------------------------------------- */
.wrap {
  width: auto;
  clear: both;
}
a {
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0 none;
}
p {
  margin: 0 0 0.8em;
}
iframe {
  width: 100%;
  max-width: 100%;
}
label {
  font-weight: 300;
}
.form-control {
  display: block;
  height: 50px;
  width: 100%;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #1a1a1a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 26, 26, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 26, 26, 0.6);
}
/* --------------------------------------------------------------------- */
/* 2. HEADER
/* --------------------------------------------------------------------- */
.noo-header {
  position: relative;
}
.noo-header .navbar-wrapper .navbar {
  position: static;
  min-height: 0;
  border: 0 none;
  margin-bottom: 0;
}
/* === 2.1. NAVBAR WRAPPER === */
.navbar-toggle,
.search-toggle,
.subscribe-toggle {
  position: absolute;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent !important;
  border-radius: 4px;
  z-index: 1010;
  top: 15%;
  right: 10%;
  cursor: pointer;
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .navbar-toggle,
  .search-toggle,
  .subscribe-toggle {
    top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggle,
  .search-toggle,
  .subscribe-toggle {
    display: block;
  }
}
.navbar-toggle:hover,
.search-toggle:hover,
.subscribe-toggle:hover,
.navbar-toggle:focus,
.search-toggle:focus,
.subscribe-toggle:focus {
  background-color: transparent !important;
}
.navbar-toggle .icon-bar,
.search-toggle .icon-bar,
.subscribe-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  background: #fff !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-toggle .icon-bar + .icon-bar,
.search-toggle .icon-bar + .icon-bar,
.subscribe-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle.x .icon-bar,
.search-toggle.x .icon-bar,
.subscribe-toggle.x .icon-bar {
  background: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar-toggle.x .bar-top,
.search-toggle.x .bar-top,
.subscribe-toggle.x .bar-top {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.4s,background 0.2s;
  -o-transition: transform 0.4s,background 0.2s;
  transition: transform 0.4s,background 0.2s;
}
.navbar-toggle.x .bar-middle,
.search-toggle.x .bar-middle,
.subscribe-toggle.x .bar-middle {
  opacity: 0;
  -webkit-transition: opacity 0.3s,background 0.2s;
  -o-transition: opacity 0.3s,background 0.2s;
  transition: opacity 0.3s,background 0.2s;
}
.navbar-toggle.x .bar-bottom,
.search-toggle.x .bar-bottom,
.subscribe-toggle.x .bar-bottom {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.4s,background 0.2s;
  -o-transition: transform 0.4s,background 0.2s;
  transition: transform 0.4s,background 0.2s;
}
.navbar-scale,
.search-scale,
.subscribe-scale {
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
}
.navbar-scale.open,
.search-scale.open,
.subscribe-scale.open {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
}
.navbar-overlay,
.search-overlay,
.subscribe-overlay {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}
.navbar-primary {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .navbar-nav,
  .navbar-nav li {
    float: none;
  }
}
.navbar-nav a {
  font-family: "Roboto Slab";
  font-size: 2em;
  line-height: 2.2em !important;
  color: #1a1a1a !important;
}
.navbar-nav a:hover {
  color: #1a1a1a !important;
}
.navbar-nav a:focus {
  color: #999999 !important;
}
@media screen and (max-width: 767px) {
  .navbar-nav a {
    font-size: 1em;
  }
}
.navbar-primary .social-list {
  margin: 15px auto 0;
}
.navbar-primary .social-list li {
  margin: 0 0.7em;
}
.navbar-primary .social-list li a {
  font-size: 2em;
}
.navbar-primary .social-list li a:hover {
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .navbar-primary .social-list li a {
    font-size: 1em;
  }
}
.search-overlay-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-overlay-form:before {
  content: "\f002";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 36px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #dbdbdb;
}
.search-overlay-form .search-overlay-input {
  background: none repeat scroll 0 0 transparent;
  border-style: solid;
  border-width: 0 0 1px;
  font-family: "Roboto Slab";
  font-size: 48px;
  border-color: #dbdbdb;
  outline: none;
}
.subscribe-overlay-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subscribe-overlay-form:before {
  content: "\f003";
  position: relative;
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 36px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #dbdbdb;
}
.subscribe-overlay-form label {
  font-family: "Roboto Slab";
  font-size: 36px;
  position: absolute;
  top: -100%;
}
.subscribe-overlay-form .subscribe-overlay-input {
  background: none repeat scroll 0 0 transparent;
  border-style: solid;
  border-width: 0 0 1px;
  font-family: "Roboto Slab";
  font-size: 48px;
  border-color: #dbdbdb;
  outline: none;
}
.navbar-header {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 14%;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .navbar-header {
    max-width: 44px;
  }
}
.navbar-header .navbar-brand {
  float: none;
  display: block;
  line-height: 1;
  height: auto;
  padding: 0;
}
.navbar-brand img {
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
}
/* === 2.2. BANNER WRAPPER === */
@media screen and (max-width: 991px) {
  .banner-wrapper .carousel .carousel-inner .item {
    height: 380px !important;
  }
}
.banner-wrapper .carousel .carousel-inner .item .slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 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;
}
.banner-wrapper .carousel .carousel-inner .item video {
  width: 100%;
  height: auto;
}
.banner-wrapper .carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 2px;
  background-color: rgba(0, 0, 0, 0);
}
.banner-wrapper .carousel .carousel-indicators li.active {
  background-color: #fff;
}
.banner-wrapper .carousel .carousel-control {
  background-image: none;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-fade .carousel-inner > .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner > .item.active {
  opacity: 1;
}
.carousel-fade .carousel-inner > .item.active.left,
.carousel-fade .carousel-inner > .item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right {
  opacity: 1;
}
.modern-layout-video .banner-wrapper .carousel .carousel-indicators,
.modern-layout-video .banner-wrapper .carousel .carousel-control {
  display: none;
}
/* === 2.3. NAVBAR SCROLL === */
.navbar-scroll {
  padding: 10px 24px;
  border-bottom: 1px solid #a6a6a6;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
.navbar-scroll .navbar-scroll-wrap .navbar-scroll-logo {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.navbar-scroll .navbar-scroll-wrap .navbar-scroll-logo img {
  max-height: 40px;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.navbar-scroll .navbar-scroll-wrap .navbar-scroll-title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  .navbar-scroll .navbar-scroll-wrap .navbar-scroll-title {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-scroll .navbar-scroll-wrap .navbar-scroll-title {
    display: none;
  }
}
.navbar-scroll .navbar-scroll-wrap .navbar-scroll-button {
  display: table;
  position: absolute;
  right: 47px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.navbar-scroll .navbar-scroll-wrap .navbar-scroll-button .navbar-scroll-nav {
  display: table-cell;
  vertical-align: middle;
}
.navbar-scroll .navbar-scroll-wrap .navbar-scroll-button .navbar-scroll-nav a {
  color: #000;
  font-size: 16px;
  margin: 0 10px;
}
.navbar-scroll.navbar-single {
  position: fixed !important;
  top: 0 !important;
  z-index: 1020 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  border-bottom: 1px solid #a6a6a6;
  background: #fff;
}
.noo-header .navbar-scroll {
  position: relative;
  padding: 10px 24px;
  border-bottom: 1px solid #a5a5a5;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}
.noo-header .navbar-scroll.scroll-fixed {
  position: absolute;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
/* --------------------------------------------------------------------- */
/* 3. FOOTER
/* --------------------------------------------------------------------- */
.footer .footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
@media screen and (max-width: 767px) {
  .footer .footer-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* === 3.1. FOOTER COLOPHON === */
.footer-colophon {
  padding: 80px 0;
  position: relative;
  background-color: #f8f8f8;
}
.footer-colophon .site-logo {
  text-align: center;
}
.footer-colophon .site-logo img {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer-colophon .site-logo img {
    margin-bottom: 50px;
  }
}
.footer-colophon .site-desc {
  text-align: left;
}
.footer-colophon .site-desc h3 {
  font-weight: 300;
  margin-top: 0;
}
.footer-colophon .site-desc p {
  color: #a6a6a6;
}
/* === 3.2. FOOTER NAVIGATION === */
.footer-nav {
  position: relative;
  color: #fff;
  background: #232323;
  padding: 80px 0;
}
.footer-nav .footer-nav-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto Slab', sans-serif;
  line-height: 2em;
  margin: 0 0 .42857142857142855em;
}
.footer-nav .footer-ramdom-blog ul {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: transparent;
}
.footer-nav .footer-ramdom-blog ul li {
  color: #fff;
  border-color: #232323;
  border-bottom: 1px dotted #565656;
  padding: .35714285714285715em 0;
  line-height: 2em;
}
.footer-nav .footer-ramdom-blog ul li:first-child {
  padding-top: 0;
}
.footer-nav .footer-ramdom-blog ul li a {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 2em;
}
.footer-nav .footer-ramdom-blog ul li a:hover,
.footer-nav .footer-ramdom-blog ul li a:focus {
  color: #ddd;
}
.footer-nav .footer-ramdom-blog ul li .post-meta {
  display: block;
  font-family: 'Roboto Slab', sans-serif;
  color: #898989;
  font-size: 16px;
  font-style: italic;
}
.footer-nav .footer-nav-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav .footer-nav-gallery ul li {
  float: left;
  margin: 7px;
}
.footer-nav .footer-nav-gallery ul li img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* === 3.3. FOOTER COPYRIGHT === */
.footer-copyright {
  background: #1a1a1a;
  padding: 1.1em 0;
  color: #fff;
  border-top: 1px solid #1a1a1a;
}
.footer-copyright .copyright {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  text-align: center;
}
/* --------------------------------------------------------------------- */
/* 4. QUERYLOADER2
/* --------------------------------------------------------------------- */
#qLoverlay {
  background-color: #fff !important;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.queryloader__overlay__bar {
  display: block;
  position: relative !important;
  left: 50% !important;
  top: 50% !important;
  width: 150px !important;
  height: 150px !important;
  margin: -75px 0 0 -75px !important;
  background-color: transparent !important;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.queryloader__overlay__bar:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -o-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.queryloader__overlay__bar:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.queryloader__overlay__percentage {
  display: block !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  font-size: 24px !important;
  color: #000 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.queryloader__overlay__bar,
.queryloader__overlay__bar:before,
.queryloader__overlay__bar:after {
  border-top-color: #000000;
}
/* --------------------------------------------------------------------- */
/* 5. POST FEATURED
/* --------------------------------------------------------------------- */
.post-featured {
  padding: 5.5em 0;
  background: #000;
}
.post-featured .featured-slider-wrapper {
  position: relative;
  padding: 0 15px;
}
.post-featured .featured-slider-wrapper .featured-slider {
  overflow: hidden;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides li {
  float: left;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides li .featured-slide-item-wrap {
  background: #fff;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides li .featured-slide-item-wrap .featured-slide-thumbnail img {
  width: 100%;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides li .featured-slide-item-wrap .featured-slide-item-info {
  padding: 30px;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides li .featured-slide-item-wrap .featured-slide-item-info .content-meta {
  margin: 0;
  text-align: left;
}
.post-featured .featured-slider-wrapper .featured-slider .featured-slider-wrap .featured-slides li .featured-slide-item-wrap .featured-slide-item-info h3 {
  margin: 0;
}
.post-featured .featured-slider-wrapper .caroufredsel-next,
.post-featured .featured-slider-wrapper .caroufredsel-prev {
  border: 1px solid #7b7b7b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  color: #7b7b7b;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.post-featured .featured-slider-wrapper .caroufredsel-prev {
  left: -30px;
}
.post-featured .featured-slider-wrapper .caroufredsel-next {
  right: -30px;
}
/* --------------------------------------------------------------------- */
/* 6. SOCIAL
/* --------------------------------------------------------------------- */
.social-list {
  list-style: none;
  padding-left: 0;
  display: table;
  margin: 0;
}
.social-list li {
  float: left;
}
.social-list li + li {
  margin-left: 6px;
}
/* --------------------------------------------------------------------- */
/* 7. MAINBODY
/* --------------------------------------------------------------------- */
.noo-mainbody.container-fluid {
  overflow: hidden;
  padding: 0;
}
/* --------------------------------------------------------------------- */
/* 8. BLOG PAGE
/* --------------------------------------------------------------------- */
/* === 8.1. BLOG - GENERAL STYLING === */
.hentry {
  padding-bottom: 30px;
}
.hentry:first-child {
  margin-top: 0;
}
.hentry:last-child {
  border: none;
  padding-bottom: 0;
}
.hentry p:last-child,
.hentry ul:last-child,
.hentry ol:last-child {
  margin-bottom: 0;
}
.hentry .content-featured {
  position: relative;
}
.hentry .content-featured img {
  width: 100%;
}
.hentry .has-featured .content-featured {
  overflow: hidden;
}
.hentry a:hover {
  text-decoration: none;
}
.hentry .content-header {
  position: relative;
}
.content-wrap {
  display: block;
  background-color: transparent;
  max-width: 768px;
  position: relative;
  margin: 50px auto 0;
}
@media screen and (max-width: 991px) {
  .content-wrap {
    max-width: 90%;
  }
}
.content-wrap:first-child {
  margin-top: 0;
}
.content-wrap .content,
.content-wrap .content-excerpt {
  margin-top: 30px;
  margin-bottom: 15px;
}
.content-title {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .content-title {
    font-size: 1.2em !important;
  }
}
@media screen and (max-width: 767px) {
  .content-title {
    font-size: 1em !important;
  }
}
.content-thumb {
  display: block;
  position: relative;
}
.content-meta {
  margin-top: .42857142857142855em;
  font-size: 16px;
  color: #a6a6a6;
  font-weight: 300;
  text-align: center;
  font-style: italic;
}
.content-meta a,
.content-meta .entry-date {
  border-bottom: 1px dotted;
}
.content-meta > span {
  display: inline-block;
  padding: 0 2px;
}
.content-meta > span > a {
  white-space: nowrap;
  color: #a6a6a6;
}
.content-meta > span > a:hover {
  color: #cccccc;
}
.featured-slides .featured-slide-item-info h3 a,
.single .related-post .hentry .related-post-featured .content-wrap .content-title,
.content-cite,
.read-more,
.navbar-single h2 {
  font-size: 18px;
}
.read-more {
  display: table;
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  padding: .42857142857142855em 2.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.read-more:hover,
.read-more:focus,
.read-more:active,
.read-more.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.content-sub-title {
  display: block;
  margin: 30px 0 0;
  font-size: 1.2857142857142858em;
}
.btn-loadmore {
  color: #cccccc;
}
.btn-loadmore:hover,
.btn-loadmore:focus,
.btn-loadmore:active {
  color: #000000;
}
/* === 8.2. FORMAT AUDIO === */
.hentry.format-audio .noo-audio-embed {
  position: relative;
  height: 367px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.hentry.format-audio .noo-audio-embed iframe {
  height: 163px;
  position: absolute;
  max-width: 768px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .hentry.format-audio .noo-audio-embed iframe {
    max-width: 90%;
  }
}
/* === 8.3. FORMAT VIDEO === */
.hentry.format-video .content-featured {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .hentry.format-video .content-featured {
    max-width: 90%;
  }
}
.hentry.format-video .embed-poster {
  display: none;
}
.nivo-lightbox-wrap .embed-frame {
  height: 100%;
}
/* === 8.4. FORMAT STATUS === */
.hentry.format-status .noo-status-embed {
  text-align: center;
  background-size: cover;
  padding: 50px 0;
}
.hentry.format-status .noo-status-embed .noo-status-embed-inner {
  max-width: 90%;
  margin: 0 auto;
}
.hentry.format-status .noo-status-embed .noo-status-embed-inner iframe {
  display: inline-block !important;
  width: 500px !important;
}
/* === 8.5. FORMAT GALLERY 1 (VARIABLE WIDTH SLIDER) & GALLERY 2 (SINGLE SLIDER) === */
/* === 8.5.1. SLICK SLIDER === */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.draggable {
  cursor: move;
}
.slick-loading .slick-list {
  background: #ffffff url("../images/icon/ajax-loader.gif") center center no-repeat;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.draggable img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: transparent;
  text-align: center;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* === 8.6. FORMAT GALLERY 3 (GALLERY GRID) === */
.hentry.format-gallery.gallery-grid .noo-gallery-grid {
  max-width: 768px;
  margin: 0 auto;
}
.hentry.format-gallery.gallery-grid .noo-gallery-grid-featured {
  margin-bottom: 2px;
  padding-top: 2.5em;
}
.hentry.format-gallery.gallery-grid .noo-gallery-grid-thumb {
  position: relative;
  display: table;
}
.hentry.format-gallery.gallery-grid .noo-gallery-grid-thumb .content-thumb {
  width: 50%;
  float: left;
}
.hentry.format-gallery.gallery-grid .noo-gallery-grid-thumb .content-thumb:first-child {
  border-right: 1px solid #fff;
}
.hentry.format-gallery.gallery-grid .noo-gallery-grid-thumb .content-thumb:last-child {
  border-left: 1px solid #fff;
}
/* === 8.7. FORMAT QUOTE & FORMAT LINK === */
.hentry.format-quote .content-featured,
.hentry.format-link .content-featured {
  position: relative;
  padding: 85px 0 50px 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.hentry.format-quote .content-featured > div,
.hentry.format-link .content-featured > div {
  min-height: 163px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .hentry.format-quote .content-featured > div,
  .hentry.format-link .content-featured > div {
    max-width: 90%;
  }
}
.hentry.format-quote .content-featured .content-title,
.hentry.format-link .content-featured .content-title {
  font-family: "Playfair Display";
  font-size: 2em;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hentry.format-quote .content-featured .content-title,
  .hentry.format-link .content-featured .content-title {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hentry.format-quote .content-featured .content-title,
  .hentry.format-link .content-featured .content-title {
    font-size: 1.2em;
  }
}
.hentry.format-quote .content-featured .content-title .arrow-left,
.hentry.format-link .content-featured .content-title .arrow-left {
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 50%;
  bottom: -30px;
  text-align: left !important;
}
.hentry.format-quote .content-featured .content-title .arrow-left:before,
.hentry.format-link .content-featured .content-title .arrow-left:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 15px -15px 0 0 #ffffff;
}
.hentry.format-quote .content-featured .content-title .arrow-right,
.hentry.format-link .content-featured .content-title .arrow-right {
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  text-align: left !important;
}
.hentry.format-quote .content-featured .content-title .arrow-right:after,
.hentry.format-link .content-featured .content-title .arrow-right:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  box-shadow: -15px 15px 0 0 #ffffff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hentry.format-quote .content-featured .content-cite,
.hentry.format-link .content-featured .content-cite,
.hentry.format-quote .content-featured .content-link,
.hentry.format-link .content-featured .content-link {
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #fff;
}
.hentry.format-quote .content-featured .content-cite,
.hentry.format-link .content-featured .content-cite,
.hentry.format-quote .content-featured .content-link a,
.hentry.format-link .content-featured .content-link a {
  font-size: 1.4em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hentry.format-quote .content-featured .content-cite,
  .hentry.format-link .content-featured .content-cite,
  .hentry.format-quote .content-featured .content-link a,
  .hentry.format-link .content-featured .content-link a {
    font-size: 1em;
  }
}
/* === 8.8. LOADMORE & LOADING === */
.loadmore-action,
.loadmore-loading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 1.4285714285714286em;
  line-height: 3;
  font-size: 18px;
}
.loadmore-action {
  font-size: 18px;
}
@-webkit-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    background: #999999;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #999999;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0);
    background: #999999;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    background: #999999;
  }
}
@-moz-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -moz-transform: translateY(0);
    background: #999999;
  }
  25% {
    height: 30px;
    -moz-transform: translateY(15px);
    background: #999999;
  }
  50% {
    height: 5px;
    -moz-transform: translateY(0);
    background: #999999;
  }
  100% {
    height: 5px;
    -moz-transform: translateY(0);
    background: #999999;
  }
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #999999;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #999999;
  }
  50% {
    height: 5px;
    transform: translateY(0);
    background: #999999;
  }
  100% {
    height: 5px;
    transform: translateY(0);
    background: #999999;
  }
}
.loadmore-loading {
  position: relative;
  height: 20px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.loadmore-loading span {
  display: block;
  bottom: 35px;
  width: 9px;
  height: 5px;
  background: #000000;
  position: absolute;
  -webkit-animation: preload_audio_wave 1.5s infinite ease-in-out;
  -o-animation: preload_audio_wave 1.5s infinite ease-in-out;
  animation: preload_audio_wave 1.5s infinite ease-in-out;
}
.loadmore-loading span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.loadmore-loading span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.loadmore-loading span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.loadmore-loading span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
/* --------------------------------------------------------------------- */
/* 9. SINGLE PAGE
/* --------------------------------------------------------------------- */
.single .navbar-scroll .navbar-scroll-wrap .navbar-scroll-title {
  opacity: 1 !important;
}
.single .noo-header {
  position: static;
}
.single .content-featured .content-header {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .single .content-featured .content-header {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .single .content-featured .content-header {
    position: relative;
    color: #000000;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.single .content-featured .content-header .content-meta > span:after {
  content: "\007C";
  margin-right: 2px;
  padding-left: 2px;
}
.single .content-featured .content-header .content-meta > span:last-child:after {
  content: "";
  margin-right: 0;
  padding-left: 0;
}
.single .content-title {
  font-size: 2em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single .content-title {
    font-size: 1em !important;
  }
}
.single .content-meta {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single .content-title,
  .single .content-meta,
  .single .content-meta span,
  .single .content-meta span a {
    color: #000000 !important;
    text-shadow: none !important;
  }
}
.single .content-featured .content-header .content-wrap .content-title {
  text-align: left;
  color: #fff;
  text-shadow: 0 0 5px #000000;
}
.single .content-featured .content-header .content-wrap .content-meta {
  text-align: left;
  color: #fff;
}
.single .content-featured .content-header .content-wrap .content-meta > span {
  padding: 0;
  text-shadow: 0 0 5px #000000;
}
.single .content-featured .content-header .content-wrap .content-meta > span > a {
  white-space: nowrap;
  color: #fff;
}
.single blockquote {
  font-size: 1.3em;
  line-height: 1.5em;
  font-style: italic;
  text-align: center;
  border: 0;
  padding-bottom: 15px 35px;
  margin: 15px -120px;
}
@media screen and (max-width: 991px) {
  .single blockquote {
    margin: 15px 0;
  }
}
.single .content-footer {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single .hentry {
  padding-bottom: 30px;
}
.single .post-navigation {
  max-width: 768px;
  margin: 30px auto;
  border: 1px solid #f2f2f2;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .single .post-navigation {
    max-width: 90%;
  }
}
.single .post-navigation.post-navigation-line:before {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #f2f2f2;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .single .post-navigation.post-navigation-line:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
  }
}
.single .post-navigation .post-navigation-inner {
  display: table;
  width: 100%;
}
.single .post-navigation .post-navigation-inner .post-navigation-col {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.single .post-navigation .post-navigation-inner .post-navigation-col:first-child {
  padding-right: 20px;
}
.single .post-navigation .post-navigation-inner .post-navigation-col:last-child {
  padding-left: 20px;
}
.single .post-navigation .prev-post,
.single .post-navigation .next-post {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000000;
}
.single .post-navigation .prev-post a,
.single .post-navigation .next-post a {
  position: relative;
}
.single .post-navigation .prev-post a:before,
.single .post-navigation .next-post a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #000000;
}
.single .post-navigation .prev-post {
  text-align: left;
}
.single .post-navigation .prev-post a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 2.6em;
  left: -30px;
}
.single .post-navigation .next-post {
  text-align: right;
}
.single .post-navigation .next-post a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 2.6em;
  right: -30px;
}
.single .related-post {
  max-width: 768px;
  margin: 100px auto;
}
@media screen and (max-width: 991px) {
  .single .related-post {
    max-width: 90%;
  }
}
.single .related-post .related-post-title {
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: 'PT Sans', sans-serif;
}
.single .related-post .hentry {
  margin: 0 0 15px 0;
  padding: 0;
}
.single .related-post .hentry .related-post-featured {
  overflow: hidden;
  max-height: 140px;
  position: relative;
}
.single .related-post .hentry .related-post-featured img {
  width: 100%;
}
.single .related-post .hentry .related-post-featured .content-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  text-align: left;
  margin: auto;
}
.single .related-post .hentry .related-post-featured .content-wrap .content-title {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
}
.single .related-post .hentry .related-post-featured .content-wrap .content-title a {
  color: #fff;
}
.single .related-post .hentry .related-post-featured .content-wrap .content-meta {
  color: #fff;
  font-size: 0.75em;
}
.single .related-post .hentry .related-post-featured .content-wrap .content-meta a {
  border-bottom: 0;
  color: #fff;
}
.single .related-post .hentry .related-post-featured .content-wrap .content-meta .entry-date {
  border-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single .related-post .hentry .related-post-featured .content-wrap .content-title,
  .single .related-post .hentry .related-post-featured .content-wrap .content-meta,
  .single .related-post .hentry .related-post-featured .content-wrap .content-meta span,
  .single .related-post .hentry .related-post-featured .content-wrap .content-meta span a {
    color: #fff !important;
  }
}
.single .navbar-header,
.page .navbar-header {
  left: 10%;
  top: 11%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .single .navbar-header,
  .page .navbar-header {
    top: 5%;
  }
}
.entry-tags {
  color: #000000;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0;
}
.entry-tags span {
  padding-right: 8px;
}
.entry-tags a:after {
  content: "\002C";
  padding-right: 3px;
}
.entry-tags a:last-child:after {
  content: "";
}
.content-footer {
  display: block;
  background-color: transparent;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .content-footer {
    max-width: 90%;
  }
}
.content-footer #author-bio {
  padding-top: 0;
}
.content-footer #author-bio .author-avatar .avatar-img-wrap {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.content-footer #author-bio .author-avatar .avatar-img-wrap img {
  width: 100%;
}
.content-footer #author-bio .author-info {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .content-footer #author-bio .author-info {
    padding-left: 15px;
    padding-top: 20px;
  }
}
.content-footer #author-bio .author-info h4 {
  font-family: 'PT Sans', sans-serif;
  margin-top: 0;
  font-size: 1.35em;
}
.content-footer #author-bio .author-info > p {
  line-height: 1.7;
  font-size: 16px;
}
.content-footer #author-bio .author-social {
  margin: 0;
}
.content-footer #author-bio .author-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  box-shadow: inset 0 0 15px #E4DFDF;
  -moz-box-shadow: inset 0 0 15px #E4DFDF;
  -webkit-box-shadow: inset 0 0 15px #E4DFDF;
  margin: 10px 5px 30px 0;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #b2b2b2;
  font-size: 16px;
}
.content-footer #author-bio .author-social li a:hover {
  background: #000;
  box-shadow: none;
  color: #fff;
}
.attachment-caption {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  max-width: 100%;
  padding: 12px;
  margin: 55px 0 !important;
}
.attachment-caption .caption-text {
  text-align: center;
  margin-top: 10px;
  color: #b2b2b2;
  font-style: italic;
}
.comments-area {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f8f8f8;
  clear: both;
}
.comments-area .comments-wrap {
  display: block;
  background-color: transparent;
  max-width: 768px;
  margin: 1em auto;
}
@media screen and (max-width: 991px) {
  .comments-area .comments-wrap {
    max-width: 90%;
  }
}
.comments-area .comments-title {
  margin-top: 0;
  margin-bottom: .7142857142857143em;
  font-size: 1.35em;
  font-family: 'PT Sans', sans-serif;
}
.comments-area .comments-list {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}
.comments-area .comments-list li.comment {
  margin: 0;
  padding: 0;
}
.comments-area .comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .comments-area .comments-list .children {
    padding-left: 80px;
    position: relative;
  }
}
.comments-area .comment-wrap {
  position: relative;
  margin: 0;
  padding: 0 0 15px;
  border-radius: 3px;
}
.comments-area .comment-img {
  float: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.comments-area .comment-img img {
  width: 100%;
  border-radius: 50%;
}
.comments-area .comment-block {
  padding: 0;
  margin: 0 0 0 80px;
}
.comments-area .comment-block .comment-header {
  padding-bottom: 8px;
  display: flex;
}
.comments-area .comment-block .comment-author {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  padding: 0 8px 0 0;
}
.comments-area .comment-block .comment-author .ispostauthor {
  background: none repeat scroll 0 0 #000000;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  font-weight: normal;
}
.comments-area .comment-block .comment-meta {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #b2b2b2;
  padding-left: 10px;
}
.comments-area .comment-block .comment-meta :before {
  content: ".";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 1.25em;
  color: #000;
}
.comments-area .comment-block .comment-content {
  position: relative;
  font-size: 16px;
}
.comments-area .comment-block .comment-reply-link {
  background: transparent;
  border-radius: 4px;
  color: #b0b0b0;
  font-size: 16px;
  padding: 0;
  text-align: left;
}
.comments-area .comment-block .comment-reply-link:hover {
  color: #000000;
}
.comments-area #respond-wrap {
  display: block;
  background-color: transparent;
  max-width: 768px;
  margin: 1em auto;
}
@media screen and (max-width: 991px) {
  .comments-area #respond-wrap {
    max-width: 90%;
  }
}
.comments-area #respond-wrap #respond {
  margin-bottom: 65px;
  border-top: 1px solid #f2f2f2;
  padding-top: 8px;
}
.comments-area #respond-wrap .comment-reply-title {
  font-size: 23px;
  position: relative;
  color: #adadad;
  font-family: 'PT Sans', sans-serif;
}
.comments-area #respond-wrap .comment-reply-title span {
  color: #000000;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  font-size: 16px;
  color: #000000;
}
.comments-area .comment-form p.comment-form-url {
  margin: 0 0 0.8em !important;
}
.comments-area .comment-form input[type="submit"] {
  width: 100%;
  height: 45px;
  border: 1px solid #a6a6a6;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comments-area .comment-form input[type="submit"]:hover,
.comments-area .comment-form input[type="submit"]:focus,
.comments-area .comment-form input[type="submit"]:active {
  color: #fff;
  background: #000000;
  border-color: #000000;
  box-shadow: none;
  outline: none;
}
.single-format-video .navbar-toggle,
.single-format-video .navbar-header {
  display: none;
}
.single-format-video .hentry .content-wrap {
  margin: 100px auto 0;
}
.single-format-video .content-featured {
  padding-bottom: 30px;
}
.navbar-scroll .content-share {
  display: table-cell;
  vertical-align: middle;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .navbar-scroll .content-share {
    display: none;
  }
}
.content-share {
  position: relative;
  right: 0;
  bottom: 0;
}
.content-share .social-share li + li {
  margin-left: 25px;
}
.content-share .social-share .has-like:before {
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
}
.content-share .social-share .no-like:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-style: normal;
}
.single .navbar-toggle .icon-bar,
.page .navbar-toggle .icon-bar,
.single .search-toggle .icon-bar,
.page .search-toggle .icon-bar,
.single .subscribe-toggle .icon-bar,
.page .subscribe-toggle .icon-bar {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
/* --------------------------------------------------------------------- */
/* 10. ABOUT US PAGE
/* --------------------------------------------------------------------- */
.weirdo-featured-page {
  min-height: 433px;
  background-size: cover;
}
.weirdo-featured-page figure {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  min-height: 433px;
}
.weirdo-featured-page figure figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.weirdo-about {
  padding: 0px 0 50px 0;
}
.page .noo-mainbody {
  padding-top: 50px;
}
/* --------------------------------------------------------------------- */
/* 11. CONTACT PAGE
/* --------------------------------------------------------------------- */
.weirdo-about {
  margin-top: 50px;
}
.weirdo-about .contact-form-wrap {
  margin-top: 30px;
  margin-bottom: 100px;
}
.weirdo-about .contact-form-wrap .submit-button {
  float: right;
  color: #000000;
  background-color: transparent;
  background-image: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #000000;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 55px;
  margin: 15px 15px 0 0;
}
.weirdo-about .contact-form-wrap .submit-button:hover,
.weirdo-about .contact-form-wrap .submit-button:focus {
  color: #fff;
  background-color: #000000;
}
/*# sourceMappingURL=style.css.map */