/****Trident Social*****/
.social {
  	color: #ffffff;
  	padding: 0 0.5em;
  	    height: auto;
	overflow: auto;
	position: relative;
	z-index: 12;
	  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#42c7f2), to(#005d9e));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #005d9e, #42c7f2);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #005d9e, #42c7f2);

  /* IE 10 */
  background: -ms-linear-gradient(top, #005d9e, #42c7f2);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #005d9e, #42c7f2);
}

.showmoreContainer, .filter, .popin, .poptwt .nbComment, .poptwt .nbLike, #popInContent {
 	display: none !important;
}

.col {
 margin: 0 auto;	
}

/**three columns**/
.social.cols_3 {
 text-align: center;
}

.social.cols_3 .col {
 display: inline-block !important;
 width: 32%;
 vertical-align: top;
 margin-right: 1%;
}

.social.cols_3 .col .infoSocial {
 display: block !important;
}

.social.cols_3 #socialCol2 {
 margin-right: 0;
}

.infoSocial {
 background: #65c7ea;
 background: rgba(255,255,255,0.4);  
 color: #ffffff;
 text-align: left;
 overflow: hidden;
 margin-bottom: 0.5em;
 width: 100%;
}

.infoSocial h2, #popInContent h2 {
 color: #ffffff;
 padding: 0.5em 0.5em 0.5em 4em;
}

/*twitter*/
.infoSocial.poptwt h2, #popInContent.poptwt h2 {
	background: url(/~/Media/ChipsahoyMobile/com/images/icon_twitter.ashx) no-repeat 2% 50%;
  	background-size: 30px;
	/*ayush*/
	font-size:20px;
}

/*facebook*/
.infoSocial.popfbk h2, #popInContent.popfbk h2 {
	background: url(/~/Media/ChipsahoyMobile/com/images/icon_facebook.ashx) no-repeat 2% 50%;
  	background-size: 30px;
}

/*youtube*/
.infoSocial.popytb h2, #popInContent.popytb h2 {
  	background: url(/~/Media/wheatthins/com/images/icon_youtube.ashx) no-repeat 2% 50%;
  	background-size: 30px;
}

/*instagram*/
.infoSocial.popins h2, #popInContent.popins h2 {

}

.contentInfos a {
  	display: block;
  	color: #ffffff;
	text-decoration: none;
	/*Ayush*/
	    height: auto;
}

.infoSocial .contentInfos {
  	padding: 0.5em;
}

.infoSocial .contentInfos .time {
  	display: block;
	font-size: 0.8em;
	padding-bottom: 0.5em;
}

.infoSocial .contentInfos p, .infoSocial .contentInfos span.desc {
	padding-bottom: 0.5em;
}

.infoSocial .contentInfos img {
	display: block;
  	max-width: 100%;
	margin: 0 auto 0.5em;
}

.infoSocial .contentInfos ul {
 	display: none;
	overflow: hidden;
}

@media screen and (min-width: 640px) {
 .social.cols_1 .col {
  /*columns*/
  -webkit-column-count: 2;
  -webkit-column-gap: 0.25em;
  -moz-column-count: 2;
  -moz-column-gap: 0.25em;
  column-count: 2;
  column-gap: 0.25em;	
}

 .infoSocial {
  display: inline-block !important;
  vertical-align: top;
 }
}
@media screen and (max-width: 480px) {
	.contentInfos a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    height:auto;
}
}
@media screen and (min-width: 960px) {
  .social {
   height: auto;
   /*Ayush*/
   /*background: #42c7f2;*/
    /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#42c7f2), to(#005d9e));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #005d9e, #42c7f2);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #005d9e, #42c7f2);

  /* IE 10 */
  background: -ms-linear-gradient(top, #005d9e, #42c7f2);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #005d9e, #42c7f2);
  }

  .social.cols_1 .col {
  /*columns*/
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
 }
}