/*
Theme Name:  Salient
Description: Styles loaded only on single posts/projects
*/

body.single-post[data-bg-header="true"] .container-wrap {
  padding-top: 40px!important;
}

body.single-post.material[data-bg-header="true"] .container-wrap {
  padding-top: 80px!important;
}

body.single .post .wpb_text_column h2, 
body.single .post .content-inner > h2,
body.single .post .wpb_text_column h3, 
body.single .post .content-inner > h3,
body.single .post .wpb_text_column h4, 
body.single .post .content-inner > h4,
body.single .post .wpb_text_column h5, 
body.single .post .content-inner > h5,
body.single .post .wpb_text_column h6, 
body.single .post .content-inner > h6 {
  margin-top: 10px;
}

.single #single-below-header .updated.rich-snippet-hidden,
.single .heading-title[data-header-style="default_minimal"] #single-below-header .updated.rich-snippet-hidden {
  display: none;
}


/* template style changes based on included meta */
.single-post #single-below-header.fullscreen-header[data-remove-post-comment-number="1"] >span {
  width: 50%;
}

body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .related-posts[data-style="material"] .article-content-wrap {
  padding-bottom: 20px!important;
}

body.single-post [data-post-hs="default"] [data-remove-post-author="1"][data-remove-post-date="1"] #single-below-header span, 
body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] [data-header-style="default"] #single-below-header span {
  padding-left: 0;
  border-left: 0;
}

body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="1"][data-remove-post-date="1"][data-remove-post-comment-number="0"] #single-below-header span, 
body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="0"][data-remove-post-date="1"][data-remove-post-comment-number="1"] #single-below-header span {
  padding-left: 0;
  border-left: 0;
}

body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="0"][data-remove-post-date="1"][data-remove-post-comment-number="1"] #single-below-header span,
body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="1"][data-remove-post-date="0"][data-remove-post-comment-number="1"] #single-below-header span,
body.single-post [data-remove-post-author="1"][data-remove-post-date="0"][data-remove-post-comment-number="1"] .heading-title[data-header-style="default_minimal"] #single-below-header span,
body.single-post [data-remove-post-author="0"][data-remove-post-date="1"][data-remove-post-comment-number="1"] .heading-title[data-header-style="default_minimal"] #single-below-header span {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
}


.single #page-header-bg #single-below-header span {
  color: rgba(255,255,255,0.8);
}

.single #single-meta ul .meta-comment-count i {
  margin-right: 3px;
}

.single #single-meta span,
.single #single-below-header span {
  font-size: 16px;
}


.single #single-meta div i {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}

.single #page-header-bg #single-meta div a,
.single #page-header-bg #single-meta div i,
.single #page-header-bg #single-meta div span {
  color: #fff!important;
}

.single-post #single-meta .nectar-social {
  margin-left: 14px;
}

.single-post .post-content > .video,
.single-post .post-content > .audio-wrap,
.single-post .post-content > .quote-inner,
.single-post .post-content > .post-featured-img > img{
  margin-bottom: 50px;
}


@media only screen and (min-width:690px) {
	 
  .single-portfolio #page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6 .inner-wrap #portfolio-nav ul:not(.controls) {
    left: -70px;
  }

  .single-portfolio #page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6 .inner-wrap #portfolio-nav .controls {
    right: -75px;
  }
}

.single:not(.material) #page-header-bg.fullscreen-header h1 {
  font-size: 5.5vw;
  line-height: 5.9vw;
}

.single-post #page-header-bg.fullscreen-header, 
 .single-post #single-below-header.fullscreen-header {
  background-color: #f8f8f8;
}


.single.single-post .fullscreen-header .blog-title {
  text-align: center;
}

body.single.single-post:not(.material) .fullscreen-header .blog-title h1 {
  max-width: none;
}


.default-blog-title.fullscreen-header,
 .single-post #page-header-bg.default-blog-title.fullscreen-header,
 .single-post.ascend #page-header-bg.default-blog-title.fullscreen-header {
  background-color: #333;
}

.single-post.ascend .container-wrap.fullscreen-blog-header, 
 body.single-post[data-bg-header="true"].ascend .container-wrap {
  padding-top: 70px!important;
  margin-top: 0!important;
}

.single-post #page-header-bg.fullscreen-header.bottom-shadow:before {
  background: -moz-linear-gradient(center top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 351px;
  left: 0;
  position: absolute;
  transition: all 100ms cubic-bezier(0.42,0,0.58,1) 0s;
  width: 100%;
  z-index: 10;
}

.single-post #page-header-bg.fullscreen-header.bg-overlay:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 100ms cubic-bezier(0.42,0,0.58,1) 0s;
  width: 100%;
  z-index: 10;
}

.single-post .container-wrap.fullscreen-blog-header {
  margin-top: 0;
}

.single-post .bottom-meta a {
  color: inherit;
}

.single-post .container-wrap .bottom-meta #author-bio #author-info {
  width: auto!important;
  float: none;
  display: inline-block!important;
}



.single-post .bottom-meta .sharing-default-minimal {
  padding-top: 0px;
}

.single-post .bottom-meta >div:last-child {
  margin-bottom: 60px;
}

.single-post .bottom-meta .sharing-default-minimal[data-bottom-space="false"] {
  margin-bottom: 0;
}

.single #single-meta li .n-shortcode, 
.single #single-meta li .nectar-love {
  padding-left: 0!important;
}

.single #single-meta ul li .nectar-love-wrap span {
  opacity: 1;
}

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area, 
 body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list >li, 
 body[data-ext-responsive="true"].single-post.material .container-wrap.no-sidebar .comment-wrap h3#comments, 
 body[data-ext-responsive="true"].single-post.material .comment-wrap #respond, 
 body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, 
 body[data-ext-responsive="true"].single-post.material #page-header-bg.fullscreen-header h1, 
 body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
  max-width: 1000px;
  margin: 0 auto!important;
}

.blog_next_prev_buttons[data-style="fullwidth_next_only"] .col {
  border-left: 0;
}

.blog_next_prev_buttons .inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.blog_next_prev_buttons {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333;
}

body .blog_next_prev_buttons .full-link a, 
body .blog_next_prev_buttons .full-link, 
body .blog_next_prev_buttons .bg-overlay {
  margin-bottom: 0;
}

.blog_next_prev_buttons .full-link a, 
 .blog_next_prev_buttons .full-link, 
 .blog_next_prev_buttons .bg-overlay {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_next_prev_buttons .bg-overlay {
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blog_next_prev_buttons:hover .bg-overlay {
  opacity: 0;
}

.blog_next_prev_buttons.bg-color-only .bg-overlay {
  opacity: 0;
}

.blog_next_prev_buttons.bg-color-only:hover .bg-overlay {
  opacity: 0.08;
}

.blog_next_prev_buttons span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.blog_next_prev_buttons[data-style*="next_prev"] .next-post h3 span {
  text-align: left;
}

.blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span {
  text-align: right;
  position: relative;
}

.blog_next_prev_buttons .col {
  height: 250px;
  border-left: 1px solid #ddd;
}


.blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
  height: 350px;
}

@media only screen and (max-width:1000px) {
  .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
    height: 200px;
  }
}

.blog_next_prev_buttons .col h3 {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
  color: #fff;
  margin: 0;
}

.full-width-content.blog_next_prev_buttons > .col.span_12.dark h3 {
  color: #fff;
}

.container-wrap[data-nav-pos="after_project_2"] {
  padding-bottom: 0!important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .controls > .hidden, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls > .hidden {
  display: none!important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .controls > .only, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls > .only {
  width: 100%!important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .only span:not(.text), 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .only span:not(.text) {
  text-align: center!important;
}

#full_width_portfolio .container-wrap[data-nav-pos="after_project_2"] .bottom_controls {
  margin-top: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul {
  padding: 0;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul {
  margin: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav, 
 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .container {
  height: auto;
  line-height: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav {
  display: block;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
  width: 50%;
  line-height: 0;
  height: auto;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none;
  overflow: hidden;
  position: relative;
  background-color: #333;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
  padding: 6% 9%;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:after, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover:after, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover:after {
  background-color: rgba(13,13,13,0.9);
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .controls li a, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project.mouse-leaving h3 .text .line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project.mouse-leaving h3 .text .line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project.mouse-leaving h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project.mouse-leaving h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow {
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .next-arrow {
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .next-arrow {
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3 .next-arrow, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project.mouse-leaving h3 .next-arrow line, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project.mouse-leaving h3 .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover .next-arrow line, 
 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls .previous-post:hover .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls .next-post:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 {
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span:not(.text), 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text) {
  display: block;
  font-size: 16px;
  text-align: left;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span:not(.text), 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
  display: block;
  font-size: 16px;
  text-align: right;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
  color: #fff;
  position: relative;
  z-index: 100;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .proj-bg-img, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .post-bg-img,
 .blog_next_prev_buttons[data-style="fullwidth_next_only"] .post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

 .blog_next_prev_buttons[data-style="fullwidth_next_only"]:hover .post-bg-img,
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls li:hover .proj-bg-img, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single .post-content {
  padding-left: 0;
}

.single #single-meta {
  right: 0;

}

.single #single-meta ul {
  margin-bottom: 0;
}

.single #single-meta {
  margin-top: 4px;
}

.single #single-meta ul li {
  float: left;
  list-style: none;
  padding: 0;
  border-bottom: 0;
}

.single #single-meta ul li .nectar-love-wrap {
  border-right: 1px solid #ddd;
  margin-right: 20px;
  padding-right: 20px;
  width: auto!important;
}

.single #single-meta ul li .nectar-love-wrap span {
  font-size: 12px;
  height: 13px;
  display: block;
  width: auto;
  padding-left: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 11px;
}

.single #single-below-header {
  margin-bottom: 0;
}

#single-below-header [class^="icon-"] {
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  width: auto;
  margin-right: 7px;
  color: inherit;
}

.fullscreen-blog-header #single-below-header {
  margin-bottom: 60px;
}

.single .fullscreen-blog-header #single-below-header > span,
.single .fullscreen-blog-header #single-below-header > div {
  font-family: inherit;
  color: #888;
  padding-left: 0;
  display: inline-block;
  float: left;
}
.single .fullscreen-blog-header #single-below-header > span a {
  margin-right: 14px;
  font-size: 14px;
  line-height: 28px;
  border: 2px solid rgba(0,0,0,0.1);
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1);
  padding: 6px 20px;
  margin-bottom: 14px;
  border-radius: 100px;
  display: inline-block;
}

#single-meta .meta-category,
#single-meta .meta-comment-count,
#single-below-header .meta-category,
#single-below-header .meta-comment-count {
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

#single-below-header.social-hovered .meta-category,
#single-below-header.social-hovered .meta-comment-count,
#single-meta.social-hovered .meta-category,
#single-meta.social-hovered .meta-comment-count {
  opacity: 0;
  pointer-events: none;
}

.single-post #single-meta > div {
  float: left;
}

  

.single [data-post-hs="default_minimal"] #single-below-header span, 
.single .heading-title[data-header-style="default_minimal"] #single-below-header span {
  font-size: 14px;
}


.single #single-below-header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.blog-title #single-below-header > span {
  padding: 0 20px 0 20px;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.blog-title #single-below-header > span:first-child {
    padding-left: 0;
    border: none;
}

.single.single-post .section-title h1 {
  max-width: 800px;
}

.single .row .section-title {
  border-bottom: none;
}

.single [data-post-hs="default_minimal"] .section-title h1 {
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.single .heading-title[data-header-style="default_minimal"] h1, 
 body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1 {
  padding: 20px 0 20px 0;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a {
  border: 2px solid #000;
  padding: 4px 8px;
  margin: 5px 6px 0px 5px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}

body[data-button-style^="rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a {
  border-radius: 100px;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:focus {
  border-color: transparent;
  color: #fff;
}

.single .heading-title[data-header-style="default_minimal"] {
  border-bottom: 0;
  text-align: center;
  padding-top: 30px;
}

.single .heading-title[data-header-style="default_minimal"] #single-below-header span {
  float: none;
  display: inline-block;
}

.single-post .post.quote .post-content .quote-inner {
  padding: 45px;
}

.single .post .content-inner .post-featured-img img {
  margin-bottom: 25px;
}

.single .post .content-inner[data-has-gallery] .gallery,
.single .post .content-inner[data-has-gallery] .wp-block-gallery {
  display: none;
}
.single .post .top-featured-media > .nectar-flickity > .flickity-viewport {
  margin-top: 0;
}
.single .post .top-featured-media> .nectar-flickity > .flickity-viewport .cell {
  width: auto;
}
.single .post .top-featured-media.full-width-content > .nectar-flickity > .flickity-viewport .cell {
  margin: 0 1%;
}
.single .post .top-featured-media > .nectar-flickity > .flickity-viewport img {
  height: 500px;
  width: auto;
}

.single .post.video .mejs-container {
  margin-bottom: 25px;
}

.single .post-area.standard-minimal .post-content {
  padding-left: 0;
}

.single .post-area.span_12 #author-info {
  width: 992px;
}

/* remove single meta date option */
body.single-post .container-wrap[data-remove-post-date="1"] #single-below-header .meta-date,
body.single-post #page-header-bg[data-remove-post-date="1"] .author-section .meta-date,
body.single-post #page-header-bg .span_6[data-remove-post-date="1"] #single-below-header .meta-date,
body.single-post #page-header-bg .span_6[data-remove-post-date="1"] .meta-date,
body.single-post .container-wrap[data-remove-post-date="1"] .related-posts .article-content-wrap .post-header .meta,
body.single-post .container-wrap[data-remove-post-date="1"] .related-posts[data-style="material"] .grav-wrap .text span,
.single-post #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-date="1"] #single-below-header .meta-date {
  display: none;
}

/* remove single meta author option */
body.single-post .container-wrap[data-remove-post-author="1"] #single-below-header .meta-author,
body.single-post #page-header-bg[data-remove-post-author="1"] .author-section .meta-author,
body.single-post #page-header-bg .span_6[data-remove-post-author="1"] #single-below-header .meta-author,
body.single-post #page-header-bg .span_6[data-remove-post-author="1"] .meta-author,
body.single-post #page-header-bg .span_6[data-remove-post-author="1"] .author-section a,
body.single-post #page-header-bg[data-remove-post-author="1"].fullscreen-header .author-section a,
body.single-post .container-wrap[data-remove-post-author="1"] .related-posts[data-style="material"] .grav-wrap img,
body.single-post .container-wrap[data-remove-post-author="1"] .related-posts[data-style="material"] .grav-wrap .text a,
body.single-post .container-wrap[data-remove-post-author="1"] .related-posts[data-style="classic_enhanced"] .meta-author,
.single-post #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-author="1"] #single-below-header .meta-author {
  display: none;
}

/* remove single meta comment count option */
body.single-post .container-wrap[data-remove-post-comment-number="1"] #single-below-header .meta-comment-count,
body.single-post #page-header-bg[data-remove-post-comment-number="1"] .author-section .meta-comment-count,
body.single-post #page-header-bg .span_6[data-remove-post-comment-number="1"] #single-below-header .meta-comment-count,
body.single-post #page-header-bg .span_6[data-remove-post-comment-number="1"] .meta-comment-count,
body.single-post .container-wrap[data-remove-post-comment-number="1"] #single-meta .meta-comment-count,
body.single-post .container-wrap[data-remove-post-comment-number="1"] .related-posts[data-style="material"] .meta-comment-count,
body.single-post .container-wrap[data-remove-post-comment-number="1"] .related-posts[data-style="classic_enhanced"] .meta-comment-count,
#single-below-header.fullscreen-header[data-remove-post-comment-number="1"] .meta-comment-count,
.single-post #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="1"] #single-below-header .meta-comment-count {
  display: none;
}


@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	
  .single .post .top-featured-media > .nectar-flickity > .flickity-viewport img {
    height: 425px;
  }
   
  body.single-portfolio #sidebar.fixed-sidebar, 
		 body.single-portfolio #sidebar {
    width: 27.5%;
  }

  body.single-portfolio .post-area {
    width: 72.5%;
  }

  body.single-portfolio.material .post-area.span_9 {
    width: 68.5%;
  }

  .single-portfolio #boxed .post-area {
    width: 72.49%;
  }

  body.single.single-post .section-title h1 {
    max-width: 620px;
  }

  body.single-portfolio .row .title-wrap .col.section-title {
    text-align: center;
  }

  body.single-portfolio .row .col.section-title h1 {
    max-width: 725px;
    margin: 0 auto;
  }

  .single .post-area.span_12 #author-bio #author-info {
    width: 773px;
  }
}

@media only screen and (max-width : 1130px) and (min-width : 1000px) {
  body.single.single-post .section-title h1 {
    max-width: 490px;
  }
}

@media only screen and (min-width : 1px) and (max-width : 1000px) {
  .single-post #page-header-bg[data-post-hs="default_minimal"], 
		 .single-post #page-header-bg[data-post-hs="default"] {
    height: auto!important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  body.single-post #page-header-bg[data-post-hs="default_minimal"][data-alignment-v="middle"]:not(.fullscreen-header) .span_6, 
		 body.single-post #page-header-bg[data-post-hs="default"][data-alignment-v="middle"]:not(.fullscreen-header) .span_6 {
    -webkit-transform: none!important;
    transform: none!important;
    top: 0!important;
  }

  .single #single-meta ul {
    float: left;
  }

  .single .blog-title #single-meta ul li {
    float: right;
  }

  body.single-post .blog-title #single-meta ul li:last-child {
    margin: 5px!important;
  }

  .single-post[data-bg-header="true"].material .container-wrap:not(.no-sidebar) > .main-content {
    padding-top: 0;
  }

  .material .blog_next_prev_buttons {
    margin-top: 35px;
  }

  .related-posts[data-style="material"] .post-featured-img img {
    width: 100%;
    max-width: none;
  }

  body.single-post #page-header-bg #single-meta,
  body.single-post .blog-title #single-meta {
    margin-top: 20px;
  }

  #full_width_portfolio .project-title.parallax-effect {
    position: relative;
    top: 0px;
  }

  .ascend #author-bio img {
    margin: 0 auto;
  }
}

@media only screen and (min-width : 690px) and (max-width : 1000px) {
  
  .single .post .top-featured-media > .nectar-flickity > .flickity-viewport img {
    height: 300px;
  }
  
  .single-portfolio #full_width_portfolio .row .col.section-title h1 {
    max-width: 430px;
    margin: 0 auto;
    letter-spacing: -1px;
    font-size: 22px;
  }

  .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3, 
		 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3,
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 {
    transform: translateX(0px) translateZ(0);
    -webkit-transform: translateX(0px) translateZ(0);
  }

  body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow, 
		 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow, 
		 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav .controls .line, 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .next-arrow, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .line, 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post .line:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post .line:not(.text) {
    display: none;
  }

  body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls li span:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span, 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
    text-align: center;
  }

  .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, 
		 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    min-height: 225px;
  }
}

@media only screen and (max-width : 690px) {
  
  .single .post .top-featured-media > .nectar-flickity > .flickity-viewport img {
    height: 200px;
  }
  .single .post .top-featured-media> .nectar-flickity > .flickity-viewport .cell {
    margin: 0 3%;
  }
  .single .post .top-featured-media > .nectar-flickity .dot {
    width: 20px;
  }
  .single .post .top-featured-media > .nectar-flickity .flickity-viewport {
    margin-bottom: 90px;
  }
  .single .post .top-featured-media > .nectar-flickity .flickity-page-dots {
    bottom: -60px;
  }
  
  .single-portfolio .row .col.section-title.span_12 {
    text-align: center;
  }
  
  html body.single [data-post-hs="default_minimal"] #single-below-header span {
    font-size: 14px;
  }

  .single-post #single-below-header.fullscreen-header > span {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dddddd;
  }

  .single-post #single-below-header.fullscreen-header {
    border: none;
  }

  body #author-bio #author-info {
    padding-left: 85px;
  }

  .material .container-wrap #author-bio #author-info {
    width: 100%!important;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }

  .material .container-wrap #author-bio #author-info p {
    max-width: none;
  }

  .material #author-bio {
    text-align: center;
  }

  .single #page-header-bg .span_6 {
    margin-bottom: 0;
  }

  .ascend.single .container-wrap #author-bio #author-info {
    width: 100%;
  }

  body.ascend .container-wrap #author-bio #author-info p {
    max-width: 100%;
  }

  body.single.ascend .comment-list .comment > div, 
		body.single.ascend .comment-list .pingback > div {
    padding-left: 0;
  }

  .bottom_controls #portfolio-nav {
    margin-top: 0;
  }

  body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
    position: relative;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li span:not(.text) {
    text-align: center!important;
  }

  body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post, 
		body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    min-height: 250px;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls span {
    display: block;
  }

  body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, 
		body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    width: 100%;
  }

  .blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span, 
		 .blog_next_prev_buttons[data-style*="next_prev"] .next-post h3 span {
    text-align: center;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover h3, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover h3 {
    transform: translateX(0px) translateZ(0)!important;
    -webkit-transform: translateX(0px) translateZ(0)!important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul h3 .next-arrow, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .line {
    display: none!important;
  }
}

@media only screen and (max-width: 480px) {
  .single .blog-title #single-meta ul {
    float: left;
  }

  .single .blog-title #single-meta ul .meta-share-count {
    float: none;
    clear: both;
  }

  .single .blog-title #single-meta ul li a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .single .blog-title #single-meta ul li:not(.meta-share-count) > a, 
		 .single .blog-title #single-meta ul li .n-shortcode a {
    opacity: 1!important;
  }
}

@media only screen and ( min-width: 1001px ) {
  .single-post #page-header-wrap[data-responsive="true"],
  .single-post #page-header-wrap[data-responsive="true"] #page-header-bg {
      min-height: 550px;
  }
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  top: 20px;
  color: #333;   
   display: inline-block;
    width: 20px!important;
  height: 20px;
  padding-right: 0!important;
  line-height: 20px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
}

.mfp-close-btn-in .mfp-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:before {
  content: "\e117";
  font-size: 20px;
  display: block;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  body.original .mfp-arrow:before,
  body.original .mfp-arrow:after,
  body.original .mfp-arrow .mfp-b,
  body.original .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  body.original .mfp-arrow:after,
  body.original .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
    body.original .mfp-arrow:before,
    body.original .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  body.original .mfp-arrow-left:after,
  body.original .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
   body.original .mfp-arrow-left:before,
    body.original .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
    body.original .mfp-arrow-right:after,
   body.original  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
    body.original .mfp-arrow-right:before,
    body.original .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe, .mfp-iframe-scaler > div.video, .mfp-iframe-scaler > div.video .mejs-container {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }
.mfp-iframe-scaler > div.video .mejs-container { width: 100%!important; height: 100%!important;}

.mfp-wrap .mfp-container .mfp-iframe-scaler .wp-video-shortcode video {
   height: 100%!important;
   width: 100%!important;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 55px;
    bottom: 55px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

    .ascend .mfp-arrow-left, .material .mfp-arrow-left {
      left: 20px!important;
    }
     .ascend .mfp-arrow-right, .material .mfp-arrow-right {
      right: 20px!important;
    }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  
.mfp-bg {
   transition: all 0.3s ease-out;
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim, .mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,  .mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready div[id*="video-popup-"].mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim, .mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  transform: scale(0.93)!important;
  opacity: 0!important;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow-left, .mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}