/* =Basic Elements
----------------------------------------------- */

a:hover {color:#ED2125;}

em {font-style:italic;}

/* Alignment */
.alignleft {
  float: left;
  margin: 0px 20px 0px 0px;
}
.alignright {
  float: right;
  margin: 0px 0px 0px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.read-more {
	float: right;
	text-align: right;
	font-size: .9em;
}

#primary ul li {
  margin-left: 1.1em;
}

article ul li {
  margin-bottom: 2em;
}

#primary ul li:before {
  content: "\2022";
  color: #ed2125;
  margin-right: -6px;
  left: -1.1em;
  position: relative;
}

#primary ol {
  list-style:decimal;
  margin-left: 1.65em;
}

article ol li {
  margin-bottom: 2em;
}

/* =Structure
----------------------------------------------- */

body {
  background: white;
}

/* -- Story content containers -- */ 
#primary {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100%;
	max-width: 800px;
	padding-right: 20px;
}

.page-template-page-no-sidebar-php #primary {
	float: none;
	margin: 0 auto;
	max-width: 950px;
}

#secondary, #sidebar {
  float: right;
  width: 300px;
  padding-left: 15px; 
}

.page-header {
	margin-top: 0px;
}

.content-wrap {
	background:#fff;
	padding:10px;
}



/* =Header
----------------------------------------------- */

.site-header {
	margin: 20px auto 15px auto;
}
.site-header.container {
	padding: 0 10px;
}
.pipe-logo {
	width:30px;
	height:60px;
	background:url(../img/vb-pipe-logo.png) no-repeat;
	margin-bottom: 0px;
}

.site-header .site-name {
	font-size: 100%;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 1.25;
}

.site-header .account {
	margin-top: -20px;
	margin-bottom: 9px;
}

@media (max-width:900) { 
.site-header .account {
	display:none !important;}
}

.site-header a.active {
	text-decoration: none;
	color: #ed2125;
  	display:none;
}

.site-header .btn:hover,
.site-header .btn:focus {
	color:#9d9fa2;
}

/* this is temporary until we launch the login/signup links in the header */
.site-header .links-search {
	margin-top: 7px;
}

/* Navbar */
.navbar .container {
	padding: 0 7px 0 10px;
}

.navbar-default .navbar-nav > li > a:hover {
	background:#9d9fa2;
}

.navbar-default .navbar-nav > li:first-child > a {
	padding-left:15px;
	margin-left:-15px;
}

/* Mobile Menu padding */ 
@media (max-width: 900px) {
.navbar-default .navbar-nav > li:first-child > a { 
    padding-left: 20px;
    margin-left: 0px;
 }
}
@media (min-width: 900px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 10px;
  }
}

@media (min-width: 900px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  } 
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -30px;
	z-index: 1000;
	display: none;
	float: left;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	background-color: #9d9fa2;
	min-width: 320px;
}

/* Channels menu will now be wide on mobile */ 
@media (max-width: 900px) {
.dropdown-menu {
	width: 70%;
	left: 0px !important;
	z-index: 5;
	z-index: 2000;
  }
}

@media (min-width: 900px) {
.dropdown:hover .dropdown-menu {
	display: block; 
}
.dropdown:hover .dropdown-menu > a {
	outline: 0;
}
}
.dropdown-menu a {
	color:#fff;
	font-style:normal;
}

.dropdown-col {
	float:left;
	margin: 12px 30px 12px 30px;
}

/* channels menu spacing */ 
@media (min-width: 900px) {
.dropdown-col { 
	margin: 10px 28px 12px 20px; 
	}
} 


.dropdown-col:last-child {margin-left:20px;}
.dropdown-col a {
	padding:3px 0px;
	display:block;
}
.dropdown-col a:hover {
	color:#4e4e4f;
}

/* === Mobile Menu Match Design of Desktop Menu === */ 

@media (max-width: 900px) {
.dropdown-col { 
    margin: 10px 20px 12px 20px; 
  }
ul.dropdown-col:nth-child(1) {
  border-right: 1px solid white;
  padding-right: 12%;
  }
.dropdown-menu { 
  min-width: 280px;
  max-width: 300px;
  }
}
.gamesbeat-btn {
  text-transform:uppercase;
  font-weight:400
}

/* Social Navbar */
.navbar .twitter_share .share {
	background: url('//vbstatic.co/assets/social/social-icons.png') 1px 52px;
}
.navbar .twitter_share .share:hover,
.entry-meta-right .twitter_share .share {
	background: url('//vbstatic.co/assets/social/social-icons.png') 52px 52px;
	width:30px;
}
.entry-meta-right .twitter_share .share:hover { 
		background: url('//vbstatic.co/assets/social/social-icons.png') 26px 52px;
}
.navbar .facebook_share .share {
  	background: url('//vbstatic.co/assets/social/social-icons.png') 78px 156px;
}
.navbar .facebook_share .share:hover,
.entry-meta-right .facebook_share .share {
  	background:url('//vbstatic.co/assets/social/social-icons.png') 52px 156px;
	width:30px;
}
.entry-meta-right .facebook_share .share:hover { 
	background: url('//vbstatic.co/assets/social/social-icons.png') 26px 156px;
}
.navbar .googleplus_share .share {
	background: url('//vbstatic.co/assets/social/social-icons.png') 156px 104px;
}
.navbar .googleplus_share .share:hover,
.entry-meta-right .googleplus_share .share {
	background:url('//vbstatic.co/assets/social/social-icons.png') 52px 104px;
	width:30px;
}
.entry-meta-right .googleplus_share .share:hover {
	background: url('//vbstatic.co/assets/social/social-icons.png') 26px 104px;
}
.navbar .linkedin_share .share {
	background:url('//vbstatic.co/assets/social/social-icons.png')  157px 78px;
}
.navbar .linkedin_share .share:hover,
.entry-meta-right .linkedin_share .share {
	background:url('//vbstatic.co/assets/social/social-icons.png') 53px 78px;
	width:30px;
}
.entry-meta-right .linkedin_share .share:hover {
	background: url('//vbstatic.co/assets/social/social-icons.png') 26px 78px;
}
.navbar .feed_share .share {
	background:url('//vbstatic.co/assets/social/social-icons.png') 157px 130px;
}
.navbar .feed_share .share:hover,
.entry-meta-right .feed_share .share {
	background:url('//vbstatic.co/assets/social/social-icons.png') 52px 130px;
	width:30px;
}
.entry-meta-right .feed_share .share:hover {
	background: url('//vbstatic.co/assets/social/social-icons.png') 26px 130px;
}
.stories-header-wrapper {
	border-bottom: 3px solid #808285;
	margin-bottom:20px
}

.stories-header-wrapper #stories-header {
	font-size: 20px;
	font-weight: 100;
	background:#808285;
	color:#fff;
	display:inline-block;
	padding: 4px 20px;
	margin: 19px 0 0;  
	line-height: 100%;
	font-style:normal;
}

/* Highlighted Posts */
#primary #tabs {
	margin-left:0;
	border-bottom: 3px solid #808285;
}
#highlighted-posts #tabs {
	margin-bottom: 15px !important;
}

#primary #tabs li {
	margin-left:0;
}

#tabs .ui-state-active {
	background:#808285;
}

#tabs .ui-state-default a {
	color:#808285;
}

#tabs .ui-state-active a {
	color:#fff;
}

#highlighted-posts li a {
	color: #231F20;
	font-size: 16px;
}
#highlighted-posts li a:hover {
	color: #ed2125;
}

#highlighted-posts h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

#tabs, #highlighted-posts ul { 
	margin-bottom: 0px !important; 
}

#tabs .ui-state-default.ui-state-active .ui-tabs-anchor:hover {
	color:#fff;
}

#tabs .ui-state-default .ui-tabs-anchor:hover {
	color:#808285;
}

#highlighted-posts #tabs .ui-state-default:hover {
	background:#c5c5c6;
}

#highlighted-posts #tabs .ui-state-active:hover {
	background:#808285;
}

#highlighted-posts #tabs .ui-tabs-anchor {
  font-weight: 100 !important;
}

.highlighted-posts-wrapper .entry-header {
	float:none;
}

.highlighted-posts-wrapper li:before {
	top: 0px;
}


/* =Page and post headers
----------------------------------------------- */
.category .page-header,
.post-type-archive-community_post .page-header {
	border-bottom: 3px solid #808285;
	margin-bottom:20px;
}

.category .page-title,
.post-type-archive-community_post .page-title {  
	font-size: 19px;
	font-weight: 100;
	background:#808285;
	color:#fff;
	display:inline-block;
	padding: 4px 20px;
	margin: 0;  
	line-height: 100%;
}

.channel-label {
	width:100%;
	margin-bottom:20px;
	border-bottom: none !important;
	display: initial;
}

.channel-label a {
	font-size: 19px;
	font-weight:100;
	background:#808285;
	color:#fff;
	display:inline-block;
	padding: 4px 20px;
	margin: 0;
	line-height: 100%;
}

.channel-label a:hover {
	background:#6b6d6f;
}

.tag .page-title,
.page-template-page-most-popular-php .page-title,
.search .page-title {
	font-weight: normal;
	font-size: 20px;
	line-height: 100%;
}

.tag .page-title .term-title,
.page-template-page-most-popular-php .page-title .term-title,
.search .page-title .term-title{
	background:#4479BD;
	color:#fff;
	display:inline-block;
	padding: 4px 20px;
	margin-left:8px;
	font-weight: 100;
}

.category .page-header,
.post-type-archive-community_post .page-header,
.tag .page-header,
.page-template-page-most-popular-php .page-header,
.search .page-header {
	padding-bottom:0px;
}

.tag .page-header,
.page-template-page-most-popular-php .page-header,
.search .page-header {
	border:none;
}

.tag .tag-description img {
	float: left;
	margin-right: 20px;
}

.tag .tag-description p {
	display: table;
}


/* =Content Rivers
----------------------------------------------- */
.story-river article {
	border-bottom: 1px solid #808285;
	margin-bottom: 20px;
}

.story-river article.partnered-post {
	background: #f1f1f1;
	margin-top: -20px;
	padding-top: 20px;
}

.story-river .entry-wrapper,
.single-vb_gamesbeat_user.single .entry-wrapper {
	max-width: 570px;
}
@media (max-width: 900px) { 
.story-river .entry-wrapper,
.single-vb_gamesbeat_user.single .entry-wrapper {
  max-width: 100%;
  }
}

.story-river .has-thumbnail .entry-wrapper {
	margin-left: 180px;
}

@media (max-width: 900px) { 
.story-river .has-thumbnail .entry-wrapper {
	margin-left: 0px !important;
  }
}



.story-river h2.entry-title {
	font-size: 1.7em;
	font-style: normal;
	line-height: 1.25em;
	margin-top: 0px;
	margin-bottom: 13px;
}
.story-river h2.entry-title a {
	color: #231F20;
} 
.story-river h2.entry-title a:hover {
	color: #ED2125;
}
.story-river .entry-meta {
	margin-top: -5px;
	font-size: .8em;
}

@media (max-width: 900px) { 
.story-river .entry-meta {
	font-size: .7em;
  }
}

.entry-summary {
	margin-top: 10px;
}


.entry-summary-thumbnail {
	float: left;
	height: 140px;
	margin: 0px 18px 18px 0px;
	overflow: hidden;
	width: 160px;
}

span.post-label {
	color: #000;
	font-weight: 600;
	margin-right: 4px;
	padding-right: 6px;
	text-transform: uppercase;
	margin-left:15px;
	font-size:1.25em;
}

.story-river .post-label {
	font-size: 1em;
	margin-left: 0px;
}



/* =Single Post Pages
----------------------------------------------- */

.single-post .entry-wrapper {
	margin-top: 15px;
}


.single .wp-caption {
	font-weight: 300;
	font-size: 0.8125em;
	color: #58595b;
	line-height: 1.3846153846;
	margin-top: 0.5em;
	margin-bottom: 20px;
}

.wp-caption p {
	margin-bottom: 0;
}

.entry-content-thumbnail {
	margin-bottom: 20px;
}

.entry-content-thumbnail .wp-caption {
	margin-bottom: 0px;
}

.single .entry-meta {
	float: left;
	margin: 0 1.5em 1.5em 0;
	font-size: 1em;
	color: #58595b;
	line-height: 1.25;
}

.single .entry-meta-left {
	margin-bottom: 1em;
}

.single .entry-content img {
	max-width: 100% !important;
	height: auto;
}

.tag-list {
	margin:2em 0px;
}

.tag-list h3{
	color:#000;
	display:inline-block;
	padding: 0px 0 50px 0px;
	margin-right:10px;
	float:left;
	margin-top: 5px;
}

.tag-list a {
	background:#4479BD;
	color:#fff;
	display:inline-block;
	padding:2px 12px;
	margin-right:10px;
	margin-bottom: 10px;
}

.tag-list a:hover {background:#39669f;}

.entry-content .community-disclaimer {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 20px;
}

.zemanta-related li:before {
	content: none !important;
}

.marketing-message {
	display: none;
	margin-top: 10px;
	color: #58596b;
	font-style: italic;
	margin-bottom: 25px;
}

.marketing-text {
	display: inline-block;
	margin-top: 5px;
}

.marketing-logo {
	display: inline-block;
	text-align: right;
}


/* =About Team List
----------------------------------------------- */
ul.team {
	list-style:none;
	margin:0;
	padding:0;
	width:750px;
	float:left;
}
ul.team .team-wrap {
	float:left;
	width: 100%;
	padding-left:5px;
}
ul.team img {
	padding:2px;
	border:1px solid #dbdbdb;
}

ul.team h2 { 
	font-size:20px;
	margin:5px 0 5px 0;
	font-style: normal;
}
ul.team h2 a {
	color: #231F20;
}
ul.team h2 a:hover {
	color: #ed2125;
}
ul.team li {
	display:block;
	float:left;
	width:350px;
	margin-left: 0px !important;
	margin-right:20px;
	margin-bottom:30px;
}
ul.team li:before {
	content: none !important;
}
ul.team li.right {margin-right:0px;}
ul.team a.twitter, ul.team a.facebook, ul.team a.linkedin, ul.team a.gplus {
	width:28px;
	height:28px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin-right:5px;
}

ul.team a.twitter,
ul.team a.facebook,
ul.team a.gplus { background:url(../images/social.png); }

/* -- Twitter -- */ 
ul.team a.twitter {background-position: -600px -72px;}
ul.team a:hover.twitter { background-position: -562px -108px; }

/* -- Facebook -- */ 
ul.team a.facebook {background-position: -674px 0px;}
ul.team a:hover.facebook { background-position: -637px -36px; }

/* -- Google Plus -- */ 
ul.team a.gplus {background-position: -272px -396px;}
ul.team a:hover.gplus { background-position: -232px -432px }

/* -- LinkedIn -- */ 
ul.team a.linkedin {background:url(../images/linkedin.png);}
ul.team a:hover.linkedin { background-position: 0px -26px; }

/* -- Read -- */ 
ul.team a.read-bio {
	display:block;
}


/* =Newsletters Page
----------------------------------------------- */

#mc_embed_signup ul li:before {display:none;}
#mc_embed_signup input[type="checkbox"] {
  margin:0 8px 0 0;
  position:relative;
  top:-1px;
}


/* =Author Archive Pages
----------------------------------------------- */

.page-title .author-name {
	display: inline-block;
	font-size: 1.25em;
	font-weight: 600;
	color: #231F20;
}

.page-title .author-title {
	display: inline-block;
	font-size: .9em;
	font-weight: 200;
	color: #231F20;
}

body.author #author-avatar {
	width: 152px;
	float: left;
	margin: 0 20px 10px 0;
}

#author-social {
	text-align: center;
}

#author-social .social-wrap {
	display: inline-block;
}

#author-social .social {
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 8px;
	margin-left: 3px;
	color: transparent;
}
	
#author-social .twitter .social {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: -26px 52px;
  }
  #author-social .twitter .social:hover {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: -52px 52px;
  }
  #author-social .facebook .social {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 52px 156px;
  }
  #author-social .facebook .social:hover {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 26px 156px;
  }
  #author-social .googleplus .social {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 130px 104px;
  }
  #author-social .googleplus .social:hover {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 104px 104px;
  }
  #author-social .linkedin .social {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 52px 78px;
  }
  #author-social .linkedin .social:hover {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position:26px 78px;
  }
  #author-social .email .social {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 52px 182px;
  }
  #author-social .email .social:hover {
                background:url('//vbstatic.co/assets/social/social-icons.png');
                background-size: 78px auto;
                background-position: 104px 182px;
  }


/* =Search Pages
----------------------------------------------- */

body.search {
	display: initial;
}


/* =Sidebar
----------------------------------------------- */

#secondary img,
#secondary object { display: block; }

#secondary, #sidebar {
	padding-left: 0px;
}

#secondary .adslot {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.widget {
	margin: 20px 0;
}
.widget:first-of-type {
	margin-top: 0px;
}
/* Adding support for overriding the styles on the Madison Logic widget h2 */
.widget h2.widgettitle, .ml-head h2 {
	display: block;
	width: 100%;
	background: #808285;
	color: white;
	text-align: center;
	font-weight: 100;
	font-style: normal;
	font-size: 1.2em;
	padding: 8px 0 8px 0;
}

.widget h2.widgettitle { 
margin-top:0px;
}
.widget h2.widgettitle a {
		color: white;
	}
.ml-head h2 {
	font-size: 19px;
}

.widget .textwidget {
	padding: 10px;
}

.widget .textwidget p:last-of-type {
	margin-bottom: 4px;
}

	
.widget_vb_google_plus, .widget_facebook_likebox {
	border: 0px;
}

.vb_recent_posts_author {
	font-size: 0.8em;
}

.vb-news-widget li {
	margin-left: 1.1em;
}

.vb-news-widget li:before {
	content: "\2022";
	color: #ed2125;
	margin-right: -6px;
	left: -1.1em;
	position: relative;
}

/* Custom style for Madison Logic widget */
.ml-context {
	clear:both;
}
/* -- Bring the Borders Back -- */ 
.vb-recent-business-sponsored-company-news-posts {
	border: 1px solid #989898;
}

/* =Sidebar Recent Posts Widget
----------------------------------------------- */

.recent-posts-list {
	margin-top: 15px;
}

.mini-post {
	overflow: hidden;
	clear: both;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.mini-post .image-wrap {
	width: 52px;
	height: 52px;
	float: left;
	margin: 3px 10px 0 0;
	display: inline-block;
}
.mini-post .image-wrap img {
	max-width: 52px;
	max-height: 52px;
	overflow: hidden;
}
.mini-post .post-box {
	display: inline-block;
	width: 215px;
	line-height:1.125;
}

.mini-post .post-title {
	font-size: .8em;
	color: #000;
}
.mini-post .post-title:hover {
	color: #ED2125;
}

.recent-posts-attribution {
	min-height: 25px;
	margin-top: 20px;
	clear: both;
	padding: 0 10px 0 10px;
}



/* =About Page
----------------------------------------------- */
ul.team li {
	height: 540px;
}
ul.team li img {
	width: 210px!important;
	height: auto;
}


/* =Pagination
----------------------------------------------- */
#pager {
	background-color: #EEE;
	border: 1px solid #CBCBCB;
	margin-bottom: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#pager ul {
	list-style-type: none;
	margin-bottom: 0px;
	padding: 4px 0px;
	text-align: center;
}
#pager li {
	display: inline-block;
	margin: 0px 12px;
}
.ie7 #pager li {
	display: inline;
}
#pager li a {
	color: #999;
	font-size: 93%;
}
#pager li a:hover,
#pager li.active_page a {
	color: #333;
}




/* =Advertising
----------------------------------------------- */


/* --- Change width parameter once Justin provides next set of Ads --- */
.vb-ad-leaderboard {
	margin: 20px auto 10px auto;
	text-align: center;
	max-width: 970px;
	position: relative;
	z-index: 2;
	width: 728px;
}

.ad {
	padding: 0px; 
	margin: 25px 0;
	text-align: center;
}

.advertorial {
	text-align: center;
	padding-bottom: 20px;
}

.advertorial .ad {
	margin: 0;
}

.widget_vb_dfp_ad {
	border: none;
}

.vb-ad-125x125 {
	text-align: center;
	font-size: 0.8em;
}

.vb-ad-wrap-125x125 {
	width: 125px;
	height: 125px;
	float:left;
	margin-bottom:20px;
}

.vb-ad-wrap-125x125:nth-of-type(2n) {
	margin-left: 50px;
}


#overlay-ad {
	background: none;
	overflow-x: hidden;
	overflow-y: hidden; 
	border-radius: 0;
}

.vb-user-placeholder-wrapper {
	margin-bottom:20px;
}

.ui-widget-overlay.custom-overlay {
	background: black;
	background-image: none;
	opacity: 0.8;
	z-index: 1000; 
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}



/* ==================================================

  R E S P O N S I V E    D F P    A D S    2 0 1 4

   ================================================== */

.responsiveAd728,
.responsiveAd320 { 
  text-align: center;
}

.responsiveAd320 { display: none; }

@media screen and ( max-width: 1000px ) { 
  .responsiveAd728 { display: block; }
  .responsiveAd320 { display: none; }
  .vb-ad-leaderboard { margin: 10px auto 10px auto; width: 728px; }
}

@media screen and ( max-width: 746px ) { 
  .responsiveAd320 { display: block; }
  .responsiveAd728 { display: none; }
  .vb-ad-leaderboard { margin: 10px auto 10px auto; width:320px; }

}





/* =Social Share Buttons
----------------------------------------------- */
#vb-social-share {
	width: 200px;
}

#branding-toolbar .vb-social-share {
	float: right;
}

.sharrre{
    margin:0 0 0 10px;
    width: 34px;
    display: inline-block;
  }

@media (max-width: 900px) {
.sharrre { 
  width: 33px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  }
}

.sharrre:first-of-type {
  margin: 0px;
}
.sharrre .box a:hover{
  text-decoration:none;
}
.sharrre .count {
  color:#525b67;
  display:block;
  font-size:10px;
  font-weight:bold;
  line-height:20px;
  height:20px;
  position:relative;
  text-align:center;
  min-width:30px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #b2c6cc;
  background: #fbfbfb; /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
  background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
	content:'';
	display:block;
	position:absolute;
	left:49%;
	width:0;
	height:0;
}
.sharrre .count:before {
	border:solid 7px transparent;
	border-top-color:#b2c6cc;
	margin-left:-7px;
	bottom: -14px;
}
.sharrre .count:after {
	border:solid 6px transparent;
	margin-left:-6px;
	bottom:-12px;
	border-top-color:#fbfbfb;
}
.sharrre .share {
display:block;
overflow:hidden;
text-indent:-9999px;
color: transparent;
margin-top: 8px;
margin-left: 3px;
width:26px;
height:26px;
}

@media (max-width: 900px) {
.sharrre .share { 
  margin-top:0px;
  }
}


/* --- Additional Social Icons -- */
.comments_share .share {
	background: url('//vbstatic.co/assets/social/social-icons.png') 53px 208px;
}

.comments_share .share:hover {
	background: url('//vbstatic.co/assets/social/social-icons.png') 53px 208px;
	width: 30px;
}

.umano_share .share {
	cursor: pointer;
	background:url('//vbstatic.co/assets/social/social-icons.png') 53px 26px;
}

.umano_share .share:hover {
	background: url('//vbstatic.co/assets/social/social-icons.png') 25px 26px;
}

.feed_share .share {
	background:url('//vbstatic.co/assets/brand/social/social-icons.png') no-repeat;
}

.feed_share .share:hover {
	background:url('//vbstatic.co/assets/brand/social/social-icons.png') no-repeat;
}

#email-share-dialog {
  background:none;
  border:none;
  font-weight:normal;
  padding:0;
  padding-right:130px;
  background-size:auto 40%;
}
small {
  font-size: smaller;
  display: block;
  margin: 0 0 0 11.2em;
}
.email-input {
  width: 20em ;
}
.email-label {
  vertical-align: top;
  width: 8em;
}
.email-form-group {
  margin-bottom: .3em;
}

/* =Aol Video Responsiveness
----------------------------------------------- */

#SmartPlayer_0 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  float: none !important;
  width: 100% !important;
}

#SmartPlayer_0 object {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

/* =Video Embed Responsiveness
----------------------------------------------- */
.video-container {
  position:relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, 
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =Infogram Iframe Responsiveness
----------------------------------------------- */
#infogram {
  width: 100%;
  height: 785px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  #infogram {
    width: 100%;
    height: 830px;
  }
 
}

/* ===   S T A R T   G A L L E R Y   B L O C K   === */

/* -- Gallery Container 688x534-- */ 
#vb-gallery-container { 
  width: 100%;
  margin: 0 auto;
  min-width: 300px;
  max-width: 780px;
  border: 2px solid #bbbcbe;
  margin-bottom: 20px;
}

#vb-gallery-container .simplePagerContainer img { 
  width: 91%;
}

#vb-gallery-container .currentPage span {
font-weight: bold !important;
color: red !important;
}

h2#vb-gallery-title {
  padding: 20px 10px 20px 10px;
}
h2#vb-gallery-title {
  color: black;
}
span#vb-gallery-preface { color: #ed2125;}

/* -- Big Photo Left -- */ 
#vb-gallery-container .vb-gallery-big-picture { 
  width: 100%;
  float: left;
  padding: 0px 0px 10px 10px;
  min-height: 418px;
  max-width:71%;
}

/* -- Max Height on Image Popup -- */
img.mfp-img {
  max-height: 600px !important;
}

#gal-content {
  position: relative;
  height: 351px;
  float: left;
  width: 29%;
}

#primary .gallery-container ul li:before {
  display: none;
}

#primary #gal-content ul li {
  margin-left:0em;
  max-height: 62px !important;
  margin-bottom: 10px;
  cursor: pointer;
}

article #gal-content ul li {
  margin-bottom: 0em;
}

#gal-content li {
  float: left;
  width: 72px;
  list-style-type: none;
}

#gal-content .page img {
  height: 62px;
  width: 62px;
  max-height: 62px;
}

/* -- Big Container Image Percantage -- */ 
#vb-gallery-container .vb-gallery-big-picture img { 
  width: auto;
  display: block;
  margin: 0 auto;
}

/* -- Thumbnail margins -- */ 

#gal-content .page {
  position:absolute;
  top:0px;
}

#gal-content .page img {
height: auto;
width: 62px;
}
#primary ul li { margin-left: 0em;}

.pagination {
display: inline-block;
float: left;
width: 29%;
display:none;
}
.pagination ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}
.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.pagination li a { 
  font-size:10px;
}
a#next, 
a#prev {
  font-size:15px;
}

a#prev { 
  padding-right: 10px;
}
a#next { 
  padding-left: 10px;
}

.pagination a, .pagination a:visited {
  color: #787878;
  font-style: italic;
  padding: 0px 3px 0px 3px;
}
.pagination a:hover, .pagination a:active {
  color: #d91215;
}
.page_number {
  color: #787878;
  text-align: center;
  border: 1px solid #bbbcbe;
  position: relative;
  width: 100px;
  font-size: 10px;
  left: 11px;
  top: 10px;
}

.simplePagerNav li {
  width: auto !important;
  margin: 5px !important;
}

.gal-content { display:none;}
ul.simplePagerNav { clear: both;}

/* -- Pagination End -- */ 



/* -- Responsive Gallery -- */ 
@media (max-width: 1300px) {

.pagination { margin-bottom: 15px; }

/* -- Gallery Big Picture -- */ 
#vb-gallery-container .vb-gallery-big-picture {
  float: left;
  padding: 0px 10px 10px 10px;
  min-height: 100%;
}

/* -- Thumbnails -- */ 
#vb-gallery-container div.vb-gallery-thumbs {
  clear: both !important;
  width: 100% !important;
  min-width: inherit !important;
}


#gal-content { 
  width: 100%;
  height: auto;
}

#primary #gal-content ul li {
margin-left: 0em;
max-height: 52px !important;
min-height: 52px !important;
margin-bottom: 10px;
}

#gal-content .page img {
height: auto;
width: 60px;
}

#primary .gal-content ul {
margin-left: 10px;
}

#gal-content li {
float: left;
width: 61px;
}

ul.pagination1 { margin-bottom: 0px !important; height: 100% !important;}

div.simplePagerContainer.popup-gallery { height: 100%; }
.gal-content { display:none;}
.pagination { width: 100%; }

.pagination ul { margin-top: 0px; }

/* - DNR End Responsive Media Queries - */ 
}

/* ===   E N D  G A L L E R Y   B L O C K   === */
  
  
/* =Video Slideshow Shortcode
----------------------------------------------- */
.vb-bx-wrapper li:before {
	content: none !important;
}

.vb-bx-wrapper li {
	margin-left: 0 !important;
}


/* =Footer
----------------------------------------------- */
footer#the_footer .container {
background: none;
}

footer#the_footer .container .row {
background: url('//vbstatic.co/assets/brand/vb-footer-logo.png') no-repeat top right;
}

@media(max-width:900px){ 
	footer#the_footer .container .row {
		margin-top: -40px;
		background-position: top center;
	}
}


/* =Pagelinks
----------------------------------------------- */
#pagelinks { margin-bottom: 2em; text-align: right; font-size: 1.1em; font-weight: bold;}
#pagelinks span { display: inline; padding: 5px 10px; }
#pagelinks a span, #pagelinks span:first-of-type { border-right: 1px solid #222; }
  
  
/* =Infinite Scroll
----------------------------------------------- */
#infinite-footer .blog-credits ul, #infinite-footer .blog-credits div {
  display: inline;
}

#infinite-footer .blog-credits a, #infinite-footer .blog-credits a:hover {
  color: #111 !important;
}

#infinite-footer .blog-info {
	width: 30%;
}

#infinite-footer .blog-credits {
	width: 70%;
}

#infinite-footer .blog-credits ul li {
  display: inline;
  border-left: 1px solid #ccc;
  padding-left: 4px;
}

#infinite-footer .footer-jump, #infinite-footer .footer-resume {
  margin-right: 10px;
  font-weight: bold;
}

#infinite-footer .footer-resume {
  display: none;
}

.scrolling-suspended .footer-jump {
  display: none !important;
}

#infinite-footer .container {
  background-color: #b1b3b6 !important;
  width: 100%
}

.scrolling-suspended .footer-resume {
  display: inline !important;
}

#infinite-footer .blog-credits ul li:first-child {
  border-left: 0;
}

#infinite-footer {
  z-index: 1000;
}

.ui-dialog {
  z-index: 1000;
  position: fixed !important; 
}



/* jquery tooltip styles */
.ui-tooltip {
	background-color: rgb(255, 255, 255);
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: rgb(170, 170, 170) 0px 0px 5px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url(http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png);
	border-radius: 4px;
	box-shadow: rgb(170, 170, 170) 0px 0px 5px 0px;
	color: rgb(34, 34, 34);
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	max-width: 300px;
	padding: 8px;
	position: absolute;
	z-index: 9999;
}

/* jQuery Dialog classes */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-dialog {
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 0 5px #000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0 5px #000;
  margin: 0 auto;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  background: url('../images/vb-gamesbeat-welcome-message-gradient.png') repeat-x;
  border: 1px solid #fff;
  color: #ff001d;
  font-size: 1.3em;
  font-weight: 600;
  height: 62px;
  line-height: 62px;
  padding: 0 20px;
  width: 918px;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: url('../images/vb-gamesbeat-welcome-message-close.png') no-repeat;
  height: 15px;
  position: absolute;
  right: 22px;
  border: 0;
  top: 24px;
  width: 16px;
}
.ui-dialog .ui-dialog-content {
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #666;
  font-size: 0.85em;
  font-weight: 600;
  overflow: auto;
  padding: 12px 20px;
  zoom: 1;
}
/* Classes added to jQuery Dialog */
* {
  outline: medium none;
}
.ui-dialog .ui-dialog-content p {
  margin-bottom: 8px;
}
.ui-dialog .ui-dialog-content a {
  color: #1f81e5;
  text-decoration: none;
}
.ui-dialog .ui-dialog-content a:hover {
  text-decoration: underline;
}

/* multi page view all button */
.vb-view-all {
	float: right;
	margin-left: 10px;
	font-weight: bold;
}

/* twitter styles */
.vb-twitter-widget {
	border-radius: 5px;
	border: 1px solid #ddd;
}

.vb-twitter-header {
	padding: 10px;
}

.vb-twitter-content {
	padding: 2px;
	position: relative;
	margin-bottom: 9px;
	border-bottom: 1px solid #ddd;
}

.vb-twitter-image {
	width: 10%;
}

.vb-twitter-profile-image {
	float: left;
}

.vb-twitter-profile-image,
.vb-twitter-username,
.vb-twitter-name {
	display: inline-block;
	padding: 3px;
}

.vb-twitter-follow-button {
	float: right!important;
	position: relative!important;
	top: -45px!important;
	margin-right: 10px!important;
}

.tweet-quote {
  background:url(../img/social/twitter-hover.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  width: 26px;
  height: 26px;
}

.hover-tweet-quote {
  background:url(../img/social/tweet-hover.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  width: 26px;
  height: 26px;
}

.tweet-link {
  color: rgb(35,31,32);
}

.tweet-link:hover {
  color:white;
}

/* Sponsored posts sidebar widget */
.vb-sponsored-posts-sidebar-widget-title {
	font-weight: normal;
	color: #FF001D;
	font-size: 16px;
	font-family: Georgia, serif;
	padding: 8px;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
}



/* =Taboola
----------------------------------------------- */
.trc-content-sponsored {
	margin: 0 auto;
}


/* =GamesBeat Channel
----------------------------------------------- */
.ui-dialog {
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-box-shadow:10px 14px 17px rgba(45,54,56,0.25);
  -moz-box-shadow:10px 14px 17px rgba(45,54,56,0.25);
  box-shadow:10px 14px 17px rgba(45,54,56,0.25);
  border:1px solid #c7c8ca;
  background:#fff;
  padding:30px;
  padding-top:24px;
}

.ui-dialog .ui-dialog-titlebar {
  background:none;
  border:none;
  font-weight: 600;
  font-style: italic;
  font-size: 1.375em;
  color: #fc1616;
  padding:0;
  line-height:inherit;
  width:auto;
  height:auto;
  margin-bottom:15px
}

.bottom-margin {
  margin-bottom: -15px !important;
}

.ui-dialog .ui-dialog-content {
  background:none;
  border:none;
  font-weight:normal;
  padding:0;
  padding-right:130px;
  background:url(../images/game-controller-icon.png) no-repeat right top;
  background-size:auto 40%;
}

.ui-dialog .ui-dialog-content p {
  margin-bottom:2em;
}

.ui-dialog .ui-dialog-content p:last-of-type {
  margin-bottom:0;
}

.ui-dialog .ui-dialog-content a.vb-gamesbeat-welcome-message-more-btn {
  float:right;
  font-size:18px;
  font-style:italic;
  width:auto;
  height:auto;
  margin:0;
  padding:10px 20px;
  margin-right:-130px;
  margin-top:-36px;
}

.ui-dialog .ui-dialog-content a {
  color: #ff0000;
}

.ui-dialog .ui-dialog-titlebar-close {
  width:24px;
  height:24px;
  background:url(../images/close-icon.png) no-repeat;
  background-size:24px 24px;
  top:8px;
  right:8px;

}


/* =Retina
----------------------------------------------- */

@media
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
  .site-header .logo {
    background:url(../img/vb-main-logo@2x.png) no-repeat;
    background-size:105px 60px;
  }
  .site-header .site-name {
		font-size: 100%;
		margin-top: 20px;
		font-weight: 400;
		margin-bottom: 0px;
  }
  .pipe-logo {
		background:url(../img/vb-pipe-logo@2x.png) no-repeat;
		background-size: 30px 60px;
		margin-bottom: 0px;
  }
  .navbar .twitter_share .share {
		background: url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 78px 52px;
  }
  .navbar .twitter_share .share:hover,
  .entry-meta-right .twitter_share .share {
		background: url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: -26px 52px;
  }
  .entry-meta-right .twitter_share .share:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: -52px 52px;
  }
  .navbar .facebook_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 78px 156px;
  }
  .navbar .facebook_share .share:hover,
  .entry-meta-right .facebook_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 156px;
  }
  .entry-meta-right .facebook_share .share:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 26px 156px;
  }
  .navbar .googleplus_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 78px 104px;
  }
  .navbar .googleplus_share .share:hover,
  .entry-meta-right .googleplus_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 130px 104px;
  }
  .entry-meta-right .googleplus_share .share:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 104px 104px;
  }
  .navbar .linkedin_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 78px 78px;
  }
  .entry-meta-right .linkedin_share .share:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position:26px 78px;
  }
  .navbar .linkedin_share .share:hover,
  .entry-meta-right .linkedin_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 78px;
  }
  .navbar .feed_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
  		background-position: 0px 130px;
  }
  .navbar .feed_share .share:hover,
  .entry-meta-right .feed_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 130px;
  }
  .entry-meta-right .umano_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
  		background-size: 78px auto;
  		background-position: 52px 26px;
  } 
  .entry-meta-right .umano_share .share:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
  		background-size: 78px auto;
  		background-position: 26px 26px;
  } 
  .comments_share .share {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 0px;
  }
  .comments_share .share:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 26px 0px;
  }
  #author-social .twitter .social {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: -26px 52px;
  }
  #author-social .twitter .social:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: -52px 52px;
  }
  #author-social .facebook .social {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 156px;
  }
  #author-social .facebook .social:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 26px 156px;
  }
  #author-social .googleplus .social {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 130px 104px;
  }
  #author-social .googleplus .social:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 104px 104px;
  }
  #author-social .linkedin .social {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 78px;
  }
  #author-social .linkedin .social:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position:26px 78px;
  }
  #author-social .email .social {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 52px 182px;
  }
  #author-social .email .social:hover {
		background:url('//vbstatic.co/assets/social/social-icons-retina.png');
		background-size: 78px auto;
		background-position: 104px 182px;
  }
}


/* =Media Queries
----------------------------------------------- */

/* ~ 15"+ desktop */
@media (min-width: 1301px) {
  .container {
    max-width:1140px;
    width:auto;
  }
  .site-header.container {
    padding: 0 20px;
  }
  .navbar .container {
    padding: 0 17px 0 20px;
  }
}

/* ~13" desktop */
@media (min-width: 1024px) and (max-width: 1300px) {
  .container {
    max-width:990px;
    width:auto;
    padding: 0px;
  }
  #primary {
    width:670px;
  }
  .page-template-page-no-sidebar-php #primary {
    width: 950px;
  }
  
  ul.team li {
    width: 300px;
  }
  .single .entry-content-thumbnail img {
    max-width:100%;
    height:auto;
  }
  .single .entry-content img {
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    display: block;
  }
