

#stacks_in_1 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	margin:  10px;
	padding:  10px;
}

.spacerStack {
	height: 35.00px;
}

#spacerStackstacks_in_778 {
	height: 35.00px;
}




























@media print {
	#spacerStackstacks_in_778 {
		display: none !important;
	}
}

.spacerStack {
	height: 35.00px;
}

#spacerStackstacks_in_819 {
	height: 35.00px;
}




























@media print {
	#spacerStackstacks_in_819 {
		display: none !important;
	}
}
/*
1.0.0.12
- fixes wording in settings menu
- if more than one is on a page, defaults to 500 posts search
- secondary calls now properly removed from head
- fixed an issue that caused the lightbox to sometimes load incorectly
- fixed an issue that could cause the second fetch image call to fail if the first call returned 0 matches
- fixed a bug that could prevent more calls for more hashtag images from working

- Option to optimize lightbox layout for long captions
- added load more feature
- carousel album children error fix
*/

#instafeed_stacks_in_842 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 3px;
  box-sizing: border-box;
}
#instafeed_stacks_in_842 > a {
  display: none;
  position: relative;
  box-sizing: border-box;
  border-radius: 0px;
  overflow: hidden;
}
#instafeed_stacks_in_842 > span {
  display: none;
  background-color: #ccc;
  padding-bottom: 100%;
  border: 1px solid rgba(0,0,0,0.15);
  background-image: url(../files/ig-connect-files/logo-instagram.svg);
  background-size: 33% 33%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .3;
  border-radius: 0px;
}
#instafeed_stacks_in_842  > span:nth-of-type(-n+12) {
  display: block;
}
#instafeed_stacks_in_842  > a {
  display: block;
}

#instafeed_stacks_in_842 .igc-caption {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px;
  user-select: none;
}
#instafeed_stacks_in_842 .igc-caption p {
  color: rgba(255, 255, 255, 0.90);
}

#instafeed_stacks_in_842 .igc-caption p {
  padding: 5%;
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  user-select: none;
}

.igc_stacks_in_842 .igc-top-right {
    grid-template-columns: 60px 60px;
}

#instafeed_stacks_in_842 > a {
  background-color: #000;
  background-image: url(../files/ig-connect-files/logo-instagram-white.svg);
  background-size: 33% 33%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
}
#instafeed_stacks_in_842 > a > div {
    opacity: 1;
    transition: opacity 300ms ease;
}
#instafeed_stacks_in_842 > a:hover > div {
    opacity: .75;
}



.igc_stacks_in_842.igc-type-icon {
  display: none;
}

.igc_stacks_in_842 .instaPlayBtn {
  background:url(../files/ig-connect-files/playButton.png);
}
/* Laptops, smaller screens */
@media all and (max-width: 1440px) {
  #instafeed_stacks_in_842 {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 3px;
  }
}
@media all and (max-width: 900px) {
  .igc_stacks_in_842 .igc-top-right {
      grid-template-columns: 1fr;
      align-items: center;
      justify-content: space-between;
      padding: 12px 6px 0px 18px;
  }
}
/* Tablet portrait */
@media all and (max-width: 768px) {
  #instafeed_stacks_in_842 {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2px;
  }
}
/* Mobile */
@media all and (max-width: 414px) {
  #instafeed_stacks_in_842 {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1px;
  }
}
.igc_stacks_in_842.igc-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
.igc_stacks_in_842.igc-overlay .igc-caption {
  color: rgba(255, 255, 255, 0.90);
}
.igc_stacks_in_842.igc-overlay .igc-next polyline,
.igc_stacks_in_842.igc-overlay .igc-prev polyline {
  stroke: rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_842.igc-overlay .igc-close path,
.igc_stacks_in_842.igc-overlay .igc-link path {
  fill: rgba(255, 255, 255, 0.90);
}
.igc_stacks_in_842.igc-overlay ul.igc-pagination li {
	border: 2px solid rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_842.igc-overlay ul.igc-pagination ul li:hover {
	border-color: rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_842.igc-overlay ul.igc-pagination li.igc-pag-active .circle {
  background: rgba(255, 255, 255, 0.60);
}
.igc_stacks_in_842.igc-overlay ul.igc-pagination .circle:hover {
	background: rgba(255, 255, 255, 0.60);
}

.igc-overlay > .igc-top-right .igc-close,
.igc-overlay > .igc-top-right .igc-link,
.igc-overlay > .igc-caption,
.igc-overlay .igc-pagination {
    background: rgba(0,0,0,0.4);
    border-radius: 6px;
}
.igc-overlay > .igc-top-right .igc-close,
.igc-overlay > .igc-top-right .igc-link {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
}
.igc-overlay > .igc-top-right .igc-link {
    left: 0;
    right: auto;
    padding: 10px 9px;
}
.igc-overlay > .igc-header {
    min-height: 60px;
}
.igc-overlay > .igc-caption {
    position: fixed;
    bottom: 0;
    left: 60px;
    width: calc(100% - 120px);
    padding: 6px 12px 24px 0px;
    font-size: 14px;
    line-height: 16px;
}
.igc-overlay .igc-pagination {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 12px;
    z-index: 998;
}

#instafeed_stacks_in_842 .ig-connect-load-more {
  grid-column: -1/1;
  justify-self: center;
  margin: 16px 0;
  cursor: pointer;
}

#instafeed_stacks_in_842 .ig-connect-load-more {
  display: none;
}


#stacks_out_839 {
	width: 70px;
}
