/* adapted from lightGallery-master\ lg-fb-comment-box.css */

/* NMH see next
.lg-actions .lg-next {
    right: 420px;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-video-cont {
    padding-right: 400px !important;
}
*/
.lg-outer.fb-comments .lg-actions .lg-next {
    right: 420px;
}
.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
    padding-right: 400px !important;
}


.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  padding-right: 400px !important;
}

#lg-wg-comments {
	width: 130px;
    font-size: 14px;
    color: silver;
}
/* NMH Media tags */
/* xs */
@media (max-width:767px) {
	.lg-outer.fb-comments .fb-comments {
	  height: 100%;
	  overflow-y: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 100%; /* width: 100%; for small devices */
	  z-index: 99999;
	  Xbackground: #fff url("../img/loading.gif") no-repeat scroll center center;
	  background: #fff;
	  padding-left: 10px;  /* NMH */
	  padding-right: 10px; /* NMH */
	}
}
/* sm */
@media (min-width:768px) {
	.lg-outer.fb-comments .fb-comments {
	  height: 100%;
	  overflow-y: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 100%; /* width: 100%; for small devices */
	  z-index: 99999;
	  Xbackground: #fff url("../img/loading.gif") no-repeat scroll center center;
	  background: #fff;
	  padding-left: 10px;  /* NMH */
	  padding-right: 10px; /* NMH */
	}
}
/* md */
@media (min-width:992px) {
	.lg-outer.fb-comments .fb-comments {
	  height: 100%;
	  overflow-y: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 420px; /* width: 100%; for small devices */
	  z-index: 99999;
	  Xbackground: #fff url("../img/loading.gif") no-repeat scroll center center;
	  background: #fff;
	  padding-left: 10px;  /* NMH */
	  padding-right: 10px; /* NMH */
	}
}
/* lg */
@media(min-width:1200px){
	.lg-outer.fb-comments .fb-comments {
	  height: 100%;
	  overflow-y: auto;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 420px; /* width: 100%; for small devices */
	  z-index: 99999;
	  Xbackground: #fff url("../img/loading.gif") no-repeat scroll center center;
	  background: #fff;
	  padding-left: 10px;  /* NMH */
	  padding-right: 10px; /* NMH */
	}
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  Xbackground: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto;
}

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px;
}

.lg-outer.fb-comments .lg-item {
  background-image: none;
}

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
  background-image: none;
}

.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  Xbackground: url("../img/loading.gif") no-repeat scroll transparent;
  Xbackground-position: center center;
  Xbackground-position: calc((100% - 400px) / 2) center;
}

.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static;
  text-align: left; /* NMH */
  color: #333; /* NMH */
}

.lg-outer.fb-comments .lg-video-cont {
  max-width: 1250px !important;
}

