/* Fonts */
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/roboto/roboto-regular/Roboto-regular.eot');
  src: url('../fonts/roboto/roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'),
       local('Roboto'),
       local('Roboto-regular'),
       url('../fonts/roboto/roboto-regular/Roboto-regular.woff2') format('woff2'),
       url('../fonts/roboto/roboto-regular/Roboto-regular.woff') format('woff'),
       url('../fonts/roboto/roboto-regular/Roboto-regular.ttf') format('truetype'),
       url('../fonts/roboto/roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/roboto/roboto-700/Roboto-700.eot');
  src: url('../fonts/roboto/roboto-700/Roboto-700.eot?#iefix') format('embedded-opentype'),
       local('Roboto Bold'),
       local('Roboto-700'),
       url('../fonts/roboto/roboto-700/Roboto-700.woff2') format('woff2'),
       url('../fonts/roboto/roboto-700/Roboto-700.woff') format('woff'),
       url('../fonts/roboto/roboto-700/Roboto-700.ttf') format('truetype'),
       url('../fonts/roboto/roboto-700/Roboto-700.svg#Roboto') format('svg');
}



/* Feed Main container */
.gifeed_main_container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: all !important;
}

.gifeed_main_container:after{
  content: "";
  display: table;
  clear: both;
}

.gifeed-container {
	margin-bottom: 35px;
}

.media_type {
	position:absolute;
	z-index:999;
	font-size:18px !important;
	color:#F0F0F0;
	margin: 3px 0 0 5px;
}

/* Header */
.gifeed-header-container {
	width:100%;
	height:100px;
	line-height:0;
	margin:0;
	margin-bottom:30px;
	display: none;
}

img.gifeed-user-pic {
	vertical-align:middle;
	max-height:100px;
	max-width:100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float:left;
	margin-right:20px;
}

.gifeed-username {
	color:#666;
	font-size: 18px;
	font-weight:bold;
	display: inline-block;
	vertical-align: middle;
	top:34px;
	margin:0 auto;
	vertical-align: middle;
	position:relative;
	margin-right:10px;
}

.gifeed-followers {
	display: inline-block;
	color:#666;
	font-size: 12px;
	font-weight:normal;
	margin:0 auto;
	top:34px;
	position:relative;
	vertical-align: middle;
	margin-right:10px;
	font-style: italic;
}

.gifeed-totalposts {
	display: inline-block;
	color:#666;
	font-size: 12px;
	font-weight:normal;
	margin:0 auto;
	top:34px;
	position:relative;
	vertical-align: middle;
	font-style: italic;
}

p.gifeed-userbio {
	display: block;
	color:#B0B0B0;
	font-size: 14px;
	font-style:italic;
	font-weight:normal;
	margin:0 auto;
	position:relative;
	line-height: 1.3;
	top:45px;
	
}


/* Item(s) container */
.gifeed-main-items {
	margin: 0 auto;
}

/* Item(s) */
.gifeed-items {
	list-style: none !important;
  	display: -moz-inline-stack;
  	display: inline-block;
  	vertical-align: top;
  	zoom: 1;
  	*display: inline;
  	margin: 0 !important;
  	text-decoration: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	padding: 7px;
}

/* Item Image(s) */	
.gifeed-items .gifeed-item-image {
	width: 100%;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	vertical-align: top;
    color:transparent;
    background-color:transparent;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
	
}

.gifeed-items .gifeed-item-image:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter:blur(2px);
  filter: blur(2px);
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

/* Load More Button */
.gifeed-loadmore-container {
	width:100%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	text-align:center;
}

.gifeed-loadmore {
  display: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0199d9;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.gifeed-loadmore:hover {
  color:#fff !important;
  background: rgba(0,142,198,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.gifeed-loadmore:active {
  background: #00a6e8;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset;
  text-shadow: none;
  -webkit-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
}


.bubblingG {
	text-align: center;
	width:78px;
	height:49px;
	margin: auto;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 24px auto;
	background: rgb(0,0,0);
	border-radius: 49px;
		-o-border-radius: 49px;
		-ms-border-radius: 49px;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
	animation: bubblingG 0.455s infinite alternate;
		-o-animation: bubblingG 0.455s infinite alternate;
		-ms-animation: bubblingG 0.455s infinite alternate;
		-webkit-animation: bubblingG 0.455s infinite alternate;
		-moz-animation: bubblingG 0.455s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.1395s;
		-o-animation-delay: 0.1395s;
		-ms-animation-delay: 0.1395s;
		-webkit-animation-delay: 0.1395s;
		-moz-animation-delay: 0.1395s;
}

#bubblingG_3 {
	animation-delay: 0.269s;
		-o-animation-delay: 0.269s;
		-ms-animation-delay: 0.269s;
		-webkit-animation-delay: 0.269s;
		-moz-animation-delay: 0.269s;
}



@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		transform: translateY(-20px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-o-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-20px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-ms-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-20px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-20px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:rgb(0,0,0);
		-moz-transform: translateY(0);
	}

	100% {
		width: 23px;
		height: 23px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-20px);
	}
}

/* Error Message Box */
.gifeed_error_msg {
	width:100%;
	margin: 0 auto;
	text-align:center;
	background:#FFF4E7;
	border: dashed 1px #FFB79B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.gifeed_error_msg p {
	font-size:14px;
	color:#F03939 !important;
	line-height:0;
	margin: 10px;
}

.gifeed_error_msg span {
	font-size:14px;
	color:#FF5942 !important;
}

.token-resolve {
	text-align: left;
}

.token-issue-list {
	text-align: left;
	padding: 20px;	
}

.hr-token-issue {
	margin: 20px;	
}

/* Cols */
.gifeed_col_3 { width: 33.333%; }

/*---------------------------------------------------------------------------------------------*/
/* Media Queries*/
/*---------------------------------------------------------------------------------------------*/
@media all and (max-width: 640px){

  .gifeed_col_3 {
    width: 50%;
  }
 
 .gifeed-followers, .gifeed-totalposts, p.gifeed-userbio {
	 display:none;
 }
 
 .gifeed-username {
	display: block;
	line-height: 1;
 }
 
 .gifeed-header-container a {
	 text-decoration: none !important;
 }
 
 .gifeed-username a{
	display: block;
	line-height: 1;
	text-decoration:none;
 }
 
 img.gifeed-user-pic {
	margin-right:5px;
 }
  
}

@media all and (max-width: 480px){

  .gifeed_col_3 {
    width: 100%;
  }
  .meta_tems_holder {
	  display:block;
	  margin-bottom:3px;
	  padding-bottom:3px;
	  border-bottom:1px dashed #DEDEDE;
  }
}