

#instaroid, #instafeed {
	position: relative;
    width: 100%;
}

#instafeed {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}

#instaroid {
	background-color: #282b30;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}

.insta_head {
	background: -webkit-linear-gradient(45deg, #8165A6, #D83F87);
	background: linear-gradient(45deg, #8165A6, #D83F87);
	color: #f5f5f5;
	display: flex;
}

.instanavlink, .instatitle {
	color: #f5f5f5 !important;
	font-size: 25px;
}

.instanavlink {
	display:inline-block;
	padding: 12px;
	border-radius: 100%;
	border: solid 1px #f5f5f5;
	text-align:center;
	margin-left: 10px;
}

.instanavlink:hover {
	background-color: #f5f5f5;
}

.instapop { 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);	
	z-index: 1050; 
	opacity:0; 
	-webkit-transition: .5s ease-in-out; 
	-moz-transition: .5s ease-in-out; 
	transition: .5s ease-in-out; 
	pointer-events: none; 
} 
        
.instapop:target { opacity:1; pointer-events: auto; } 
        
.instapop > .pop {
	width: 100%;
	max-width: 800px; 
	position: relative; 
	margin: 3% auto; 
	z-index: 51; 
} 
        
.closepop { position: absolute; right: -5px; top:-5px; width: 100%; height: 100%; z-index: 49; }

.insta-picture > img {
	height: 100%;
	height: 100%;	
	max-height: 400px;
	max-width: 400px;
}

.insta-userinfo a {
	font-weight: bold;
}

.insta-userpicture img {
	height: 40px !important;
    width: 40px !important;
    border-radius: 100%;
}

.insta-description {
}

.insta-comments {
	padding: 10px 0 0;
	height:100%
	overflow: scroll;
}

.insta_usercomment {
	margin-bottom: 10px;
}
       
.insta-tagged {
	padding: 10px 30px;
    font-size: 12px;
}
        
.insta-taguser {
	display: inline-block;
}

#instaroid .img .socialname, #instafeed .img .socialname {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding: 10px;
	font-weight: bold;
    font-size: 12px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(33,37,41,0.8) 0%, rgba(33,37,41,0) 100%);
	position: absolute;
    bottom: 0;
	left: 0;
	z-index: 2;
}
        
#instaroid .img .socialname a:link, #instaroid .img .socialname a:hover, #instaroid .img .socialname a:visited, #instaroid .img .socialname a:active, #instafeed .img .socialname a:link, #instafeed .img .socialname a:hover, #instafeed .img .socialname a:visited, #instafeed .img .socialname a:active,
.insta-socialname a:link, .insta-socialname a:hover, .insta-socialname a:visited, .insta-socialname a:active {
	color: #f5f5f5 !important;
}
        
#instafeed .img {
	position: relative;
}

#instaroid .img {
	position: relative;
}

#instaroid .img:first-of-type {
	grid-area: 1 / 1 / 3 / 3;
	position: relative;
}

a.instaroid-feedlink, a.instaroid-feedlink:hover { 
	width: 100%;
		
	background: -webkit-linear-gradient(45deg, #8165A6, #D83F87);
	background: linear-gradient(45deg, #8165A6, #D83F87);
	color: #f5f5f5 !important;
	grid-area: 2 / 7 / 3 / 8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 18px;
	padding: 15px;
}

a.instaroid-feedlink i { 
	font-size: 25px;
}

#instaroid .img img, #instafeed .img img {
	width: 100%;
 	opacity: .8;
	transition: .7s;
	z-index: 1;
}
        

        
#instaroid img:hover, #instafeed img:hover {
	transition: .7s;
	opacity: 1;
}








.insta-socialname {
            display: block;
            background: #0072BC;

            font-size: 9px;

            position: relative;
            font-weight: bold;
        }
        
        .insta-socialname a:link,
        .insta-socialname a:active,
        .insta-socialname a:visited,
        .insta-socialname a:hover {
            color: #f1f1f1 !important;	
        }




        
        .insta-userinfo i {
            position: relative;
            bottom: 15px;
            margin-left: 15px;
        }
        
  
        #instaroid-postbit {
            margin: auto;
            width: 80%;
            margin-bottom: 10px;
        }
        
        .insta-postbit {
            float: left;
            margin: 3px;
        }
        
        .insta-postbit img {
            width: 95px;
            height: 95px;
            opacity: .4;
            transition: .7s;
            border-radius: 5px;
            z-index: 1;
        }
        
        .insta-postbit img:hover {
            transition: .7s;
            opacity: .7;
        }