body{
  font-family: helvetica,arial,sans-serif;
  background-color: orange;
  color: #000;
  overflow-x: hidden
}

a{
  color: #000  
}

img{
    max-width: 100%;
}

.about{
  position: fixed;
  z-index: 1000;
  background-color: rgba(0,0,0,.7);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.about.open{
  display: flex;
}

.about-inner{
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px;
  position: relative;
  max-height: 85%;
  overflow-y: scroll
}

.about-inner h3{
  color: rgba(0,0,0,.7);
  font-size: 25px;
  margin: 0;
  text-align: center;
}

.about-inner p{
  line-height: 1.7;
  color: rgba(0,0,0,.7);
  font-size: 17px
}

.avatar{
  width: 100%;
  text-align: center;
}

.avatar img{
  border-radius: 100%;
  border: 2px solid rgba(0,0,0,.6);
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}

#aboutLink{
  cursor: pointer;
}

#aboutClose{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer
}

@media (min-width:526px){
  .about-inner{
    flex-direction: row;
    overflow-y: visible;
  }

  .about-inner h3{
    text-align: left;
    padding-left: 20px;
  }

  .about-inner p{
    padding-left: 20px;
  }

  .avatar{
    flex-grow: 1;
    flex-basis: 800px;
  }
}

.sidebar{
  padding: 20px;
  text-shadow: 1px 1px 8px rgba(0,0,0,.2);
  text-align: center
}

.sidebar p{
  font-size: 12px
}

.sidebar .title p{
  margin: 5px 0;
  font-size: 13px
}


.sidebar .title h1{
  margin: 0;
  line-height: 1
}

.sidebar .title p.location{
  margin-bottom: 20px
}

.sidebar ul, .content .share-buttons{
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: -8px !important;
  justify-content: center
}

.sidebar ul a, .content .share-buttons a{
  margin-right: 5px;
  font-size: 20px;
}

.content{
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content div{
  padding: 20px; 
  background-color: #fff;
  margin: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);    
  position: relative;
  color: #000;
  text-align: left;
  width: calc(50% - 50px);
  transition: all .25s;
  cursor: pointer !important
}

.content div:hover{
  transform: scale(1.05);
  z-index: 100
}

@media (max-width: 576px){
  .content div{
    width: 100%;
  }
}

@media (min-width: 1200px){
  .content div{
    width: calc(33.33333% - 50px);
    /* width: calc(25% - 50px); */
  }
}

/* .content div:first-child{
    margin-top: 0
} */

.caption{
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
  color: rgba(0,0,0,.75);
  display: none;
}

/* .content div:before{
  display: block;
  content: '';
  width: 100px;
  height: 40px;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: -20px
}

.content div:after{
  display: block;
  content: '';
  width: 100px;
  height: 75px;
  background-size: 100% 100%;
  position: absolute;
  bottom: -20px;
  right: -40px;
  transform: rotate(-75deg)
}

.content div:nth-child(3n+1):before{
  background-image: url(../images/tape-01.png);
}
.content div:nth-child(3n+1):after{
  background-image: url(../images/tape-02.png);
}

.content div:nth-child(3n+2):before{
  background-image: url(../images/tape-03.png);
  height: 40px;
  transform: rotate(180deg);
  left: 10px;
  top: -20px
}

.content div:nth-child(3n+2):after{
  background-image: url(../images/tape-01.png);
  height: 40px;
  transform: rotate(165deg);
  right: -25px;
  bottom: 0px
}

.content div:nth-child(3n+3):before{
  background-image: url(../images/tape-02.png);
  height: 75px;
  transform: rotate(120deg);
  left: -40px;
  top: -30px;
}


.content div:nth-child(3n+3):after{
  background-image: url(../images/tape-03.png);
  height: 40px;
  transform: rotate(165deg);
  right: -35px;
  bottom: -10px
}


.content div:nth-child(3n+1){
  transform: rotate(-.7deg)
}


.content div:nth-child(3n+3){
  transform: rotate(.7deg);
  z-index: 1
} */

.connect{
  text-align: center;
}

.connect ul{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin: -10px 0 20px !important
}

.connect ul a{
  margin: 0 5px
}

.copy{
    font-size: 11px;
    text-align: center;
}

.juicer-feed{
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    overflow: visible !important;
    display: none !important
}

.referral,.j-poster,.j-text,
.j-gallery-nav,
.j-gallery .j-image::after{
    display: none !important
}

.sidebar .juicer-feed .j-stacker>*{
  margin-top: 30px;
  display: flex !important;
  flex-wrap: wrap
}

.juicer-feed.modern li.feed-item{
  background: transparent !Important;
  border: none !important;
  width: calc(33% - 5px);
  height: 50px;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  overflow: hidden
}

.juicer-feed.modern li.feed-item img{
  width: 100px !important;
  height: auto !important;
  max-width: none
}



@media (min-width: 768px){
    
    
    /* .content div:before{
        width: 200px;
        height: 60px;
    }
    
    .content div:after{
        width: 200px;
        height: 150px;
        right: -90px;
    }
    
    .content div:nth-child(3n+2):before{
        height: 80px;
        top: -30px;
    }
    
    .content div:nth-child(3n+2):after{
       height: 80px;
       right: -45px;    
    }
    
    .content div:nth-child(3n+3):before{
      height: 150px;
      left: -60px;
      top: -70px;
    }
    
    .content div:nth-child(3n+3):after{
      height: 80px;
      right: -65px;
      bottom: -30px
    }
    
    .content div:nth-child(3n+1){
      transform: rotate(-1.5deg)
    }
    
    .content div:nth-child(3n+3){
      transform: rotate(1.5deg);
      z-index: 1
    } */
}

@media (min-width: 992px){
    
    /* .content div:first-child{
        margin-top: 60px
    } */
    
    .site_wrap{
      display: flex;
    }
    
    .juicer-feed{
        display: block !Important
    }
    
    .content{
      width: calc(100% - 200px)
    }
    
    .connect,.content .share-buttons{
        display: none
    }

    
    
    /* .content div{
        display: inline-block;
    } */
    
    .sidebar{
        width: 200px;
        text-align: left;
    }
    
    .sticky{
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
    }
    
    .sidebar ul, .content .share-buttons{
      justify-content: flex-start
    }
    
    .copy{
        text-align: right
    }
    
}

.GalleryViewerShare,
.GalleryViewerOpen{
  display: none !important
}

.GalleryViewer svg.GalleryViewerZoom{
  margin-right: 40px !important
}

.GalleryViewerZoom,.GalleryViewerClose,.Arrowright,.ArrowLeft{
  fill: #e9e9e9 !important
}

.bigClose{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute
}