/*---------------------------------------------------*/
/* All Social Media Icons  --------------------------*/
/*---------------------------------------------------*/

.icon__twitter, 
.icon__facebook, 
.icon__google-plus {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	margin-right: 6px;
}
  
.icon__twitter a, 
.icon__facebook a, 
.icon__google-plus a {
	background: url(../img/footer-rhombus-btn-bg.png) top left no-repeat;	
	color: white; 
	padding: 14px 0 0 0;
	width: 42px;
	height: 47px;
	background-size: 42px 47px !important; 
	display: block;
}
    
.icon__twitter a:hover, 
.icon__facebook a:hover, 
.icon__google-plus a:hover {
  color: #88f3af; 
}

/*-----------------------------------------*/
/* Twitter Icon  --------------------------*/
/*-----------------------------------------*/

.icon__twitter a {
	background-color: #2caae1;
}
  
/*-----------------------------------------*/
/* Facebook Icon  -------------------------*/
/*-----------------------------------------*/

.icon__facebook {
  background: #455ca0;
}

/*-----------------------------------------*/
/* Google Plus  ---------------------------*/
/*-----------------------------------------*/

.icon__google-plus {
  background: #f2321c;
}

/*-----------------------------------------*/
/* Buttons  -------------------------------*/
/*-----------------------------------------*/

.button__kickstarter, 
.button__paypal, 
.button__play {
	background-position: 0 -50px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}
.button__kickstarter h6, 
.button__paypal h6, 
.button__play h6 {margin: 0;}

.button__kickstarter, .button__kickstarter a {
	background-size: 236px 100px;
	width: 236px;
	background-image: url(../img/puny-humans-rhombus-btn-kickstarter.png);
}

.button__paypal, .button__paypal a {
	background-size: 242px 100px;
	width: 242px;
	background-image: url(../img/puny-humans-rhombus-btn-paypal.png); 
}

.button__play, .button__play a {
	background-size: 241px 100px;
	width: 241px;
	background-image: url(../img/btn-hero-play.png); 
}

.button__kickstarter a, 
.button__paypal a, 
.button__play a {
	background-position: 0 0; 
	height: 50px;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 40px;
	margin: 0;
	opacity: 100;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
	
.button__kickstarter a:hover, 
.button__paypal a:hover,
.button__play a:hover {opacity: 0;}