/* @import "../fonts/font-awesome/less/font-awesome.css"; */
/* Table of Contents
------------------------------------------------------- *

  0. Bootstrap Fixes
  1. Less Variables
  2. Header
  3. Links
  5. Slider
  6. Content
    6.1. Primary
    6.2. Secondary
  7. Pagination
  8. Footer
  9. HTML Markup and Formatting
  10. Widgets Style
  11. Comments
  


/* 0. Bootstrap Fixes
------------------------------------------------------- */
html, body {
  padding-bottom: 0 !important;
}

body {
  background-color: #f5f5f5;
  position: relative;
}

body.customize-support{
	  background-color: #e8e8e8 !important;
 /* background-image: url('http://www.hardcoregamer.com/wp-content/uploads/2015/03/HCG_Skin1920x12001_Off.jpg') !important; */
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-attachment: fixed !important;
}
body.single {
 background-position: center center !important;
 background-image:none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

p {
    margin-bottom: 8px;
}

a {
  transition: all 0.4s;
}

a:active {
  border: none;
}

a:hover {
  color:#20a2e3;
}

a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}

#main {
  width: 100%;
}
.container {
  margin: auto;
  /* max-width: 1140px; */
  max-width: 1070px;
}
code {
  white-space: pre-wrap !important;
}
/* 1. Less Variables & Mixins
------------------------------------------------------- */
.font {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}
/* 2. Header
------------------------------------------------------- */
body {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

#masthead {
  margin: 0px auto;
  background: #222;
  width: 100%;
  max-width: 100%;
  position: fixed;
  line-height: 0;
  top: 0;
  left: 0;
  z-index: 9999;
}
 
header.site-header {
  width: 100%;
  background: #222;
  padding-top: 50px;
  position: relative;
}

#inner-masthead {
  background: #222;
  width: 100%;
  z-index: 80;
  position: relative;
}

.nav-wrapper {
  background-color: #222;
  z-index: 850;
  position: relative;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
  padding: 0;
}
            
#cinematic {
  width: 100%;
  padding: 5px 0 0 0;
  position: relative;
  /* z-index: -10; */
}   
.banner_bg #single-header-container, 
.banner_bg #cinematic {
  background: none!important;
  max-width: 1070px;
  margin: 0 auto;
}   

.home #slider-container {
  padding: 0;
  position: relative;
  border: 0 solid;  
}

.home #slideshow {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0 solid;
  overflow: hidden; 
}

.home #slideshow .slider-excerpt a {
  width: 100%;
  background-image: url('../images/slider_fade.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 15px;        
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 100px;    
  line-height: 150px;   
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.home #slideshow .slider-excerpt a:hover {  
  color: #20a2e3;
}

.home .www_slider {
  display: none;
}

.home #slideshow-nav {
  width: 100%;
  height: 51px;
  border: 0px solid #333;
  border-right: 0 solid;
  background: transparent;
}

.home #slideshow-nav a {
  font-size: 20px;
  line-height: 51px;
  font-weight: bold;
  padding: 0% 2% 0% 4%;
  color: #EEE;
  display: inline-block;
  width: 20%;
  height: 51px !important;
  overflow: hidden;  
  border: 0 solid;
  border-bottom: 5px solid #333;
  background-image: url('../images/black_colon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center 1px;
  z-index: 9999 !important; 
}

.home #slideshow-nav a.activeSlide {
  border-bottom: 5px solid #20a2e3;
}

#slideshow .img_right a { 
 /* top: 55px !important; */
  position: absolute;
}

#slider_thumbs_x li.current_slide a {
  border-bottom: 5px solid #20a2e3;
}

.home #slideshow .img_right {
  margin: 0;
} 

.home #slideshow ul, .home #slideshow ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
}
  
    
#header-thumbs {
  padding: 20px 10px; 
  background-color: #f5f5f5;
  border: 0 solid;
  position: relative;
}

.home #header-thumbs {
  box-shadow: 0px 6px 10px #999;
}

#header-thumbs .header-thumb {
    clear: none;
    float: left;
    height: auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
}

#header-thumbs .header-thumb img {
  height: auto;
  width: 100%;
}

#header-thumbs h3.post-title {
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  padding: 15px;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
  height:96px;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
  background-image: url("../images/transpBlack.png");
}

#header-thumbs .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-thumbs .post-categories li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 25px;
  float: left;
  clear: none;
  display:none;
}

#header-thumbs .post-categories li:first-of-type {
  display: inline-block;
}

#header-thumbs .post-categories li a:last-of-type {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-family: "Century Gothic",Helvetica,Arial,sans-serif;
  background-image: url('../images/trans_blue.png');
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  color: #EEE;
  padding: 10px;
}

/* Single Header Thumbs */

#single-header-container {
  margin: 0px auto;
  background: #222;
  width: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
 /* margin-top: 50px; */
  height:auto;
} 
 
#single-header-thumbs {
  padding: 0;
  display:inline-block;
  overflow: hidden;
  text-align: center;
  width: auto;
}

#single-header-thumbs .single-header-thumb {
position: relative;
text-align: center;
height: auto;
margin-right: 0;
float: left;
clear: none;
padding: 0;
}

#single-header-thumbs .single-header-thumb img {
  width: 100%;
  max-width: 190px;
  height: auto;
}


#single-header-thumbs h3.post-title {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 55px;
  font-size: 14px; 
  letter-spacing: 0.05em;
  line-height: 16px;
  padding: 5px 5px;
  margin-bottom: 0; 
  display: inline-block;
  text-align: center; 
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
  background-image: url('../images/transpBlack.png');
}

.site-title {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  margin: 0;
}
.site-title a {
  color: black;
}
.site-title a:hover {
  text-decoration: none;
}
.site-description {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: medium;
}
.site-branding {
    margin-right: 0;
    position: relative;
    z-index: 99999;
    padding: 0;
}
.main_logo {
  max-width: 360px;
  height: 42px;
  width: 220px;  
}

#social-icons {
  float: right;
  text-align: right;
  margin: 0px;
  padding: 0;
  margin-top: 18px;
}

.social-icon {
  color: #fff;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  /* font-family: "FontAwesome"; */
  transition: all 0.2s;
  height: 24px;
  width: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
            
.icon-search { background-image: url('../images/social/search.svg');background-size: 18px;}
.icon-facebook { background-image: url('../images/social/facebook.png');}
.icon-twitter { background-image: url('../images/social/twitter.png');}
.icon-youtube { background-image: url('../images/social/youtube.png');}
.icon-tumblr { background-image: url('../images/social/tumblr.png');}
.icon-rss { background-image: url('../images/social/rss.png');}

.icon-search:hover { background-color: #20a2e3;}
.icon-facebook:hover { background-image: url('../images/social/blue/facebook.png');}
.icon-twitter:hover { background-image: url('../images/social/blue/twitter.png');}
.icon-youtube:hover { background-image: url('../images/social/blue/youtube.png');}
.icon-tumblr:hover { background-image: url('../images/social/blue/tumblr.png');}
.icon-rss:hover { background-image: url('../images/social/blue/rss.png');}

.search_button {
}

#social-icons .social-icon:hover, #social-icons .search_button:hover {
  color: #20a2e3;
  cursor: pointer;
}
a:hover .social-icon {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .site-title,
  .site-description,
  #social-icons {
    text-align: center;
    float: none;
  }
}
/* 3. Links
------------------------------------------------------- */
a {
  color: #20a2e3;
  transition: all 0.3s;
}
a:hover,
a:focus,
a:active { 
  color: #918f93;
  text-decoration: none;
}
/* 4. Navigation Menu 
------------------------------------------------------- */
.nav-wrapper {
  padding: 0;
  position: relative;
}
.nav-wrapper .navbar-default {
  margin-top: 0px; 
  border: none;
  margin-bottom: 0px;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}

body .navbar-default .navbar-nav>li>a {
  color: #fff;
  padding-left: 19px; 
  padding-right:30px;
  /*font-family: "proxima-nova","Helvetica Neue Light","Helvetica Neue","sans-serif"!important;*/
  font-family: sans-serif!important;
  font-weight:bold;
}

.dropdown-menu>li>a {
  color: #fff;
   font-family: sans-serif!important;
}

.nav-wrapper .navbar-default .navbar-nav>.active>a, .nav-wrapper .navbar-default .navbar-nav>.active>a:hover, .nav-wrapper .navbar-default .navbar-nav>.active>a:focus {
  background:transparent;
}

.nav-wrapper .navbar-default .navbar-nav>li>a:hover, .nav-wrapper .navbar-default .navbar-nav>li>a:focus {
    color: #20a2e3;
}

.nav-wrapper ul ul {
  background: #222;
  color: #fff;
  border: none;
}
.nav-wrapper ul ul a:hover {
  color: #FFF; 
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #20a2e3;
}
body ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;  
}
body .navbar-default .navbar-nav>.open>a, body .navbar-default .navbar-nav>.open>a:hover, body .navbar-default .navbar-nav>.open>a:focus {
  color: #FFF;
  background-color: #222;
  border-color: #222;
}

body .dropdown-menu>li>a:hover, body .dropdown-menu>li>a:focus {
  background: #222;
  color: #20a2e3;
}

.caret {
  display: none;
}

.navbar-default .navbar-toggle {
  /*  box-shadow: none; */
    border-color: #CCC;
    border-radius: 5px;
    background-color: #000;
    float: right;
    margin-top: 10px;
}

/* Search */

#search-container-wrapper {      
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
}

#inner-search-container {
  width: 100%;
  position: relative;
}
    
.search-container {
  position: absolute;
  right: 0px;
  bottom: 20px; 
  padding: 10px 10px 5px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #222;
  box-shadow: 0 2px 3px #333; 
  transition: bottom 0.8s;
  z-index: -1000;
}

.search-container input {
  line-height: 16px;
}

.search-active {
  z-index: 99999; 
  bottom: -48px !important;
}
           
.search-container .search-form {
  margin: 0;
  padding: 0;
}

.search-container .search-form input[type="submit"]{
  display: none;
}

/* Ads */

.sidebar-ad {
  text-align: center;
  padding: 0;
  height: auto;
  overflow: hidden; 
  display: block;    
  margin: 0 auto 15px auto;
}

.single .sidebar-ad,
.post-type-archive-hcg_games .sidebar-ad {
  /* margin-top: 20px; */
}

.insert-post-ads {
  margin: 15px auto 12px !important; 
  padding: 0px;
  text-align:center;
  float: none !important;
}

.insert-post-ads iframe,
.insert-post-ads div {
  margin: 0 auto !important;
}

.wide-ad {
  margin: 15px auto;
  text-align: center;
  overflow: hidden;
}


.wide-ad iframe,
.wide-ad div {
  margin: 0 auto !important;
  display: inline-block !important;
}

/* 5. Slider
-------------------------------------------------*/

.slider-wrapper {
  margin: auto;
  margin-top: 15px;
}
.slide-title {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  color: #ddd;
}
.nivo-caption {
  max-width: 700px;
  min-width: 200px;
  overflow: hidden;
  bottom: 15px;
  left: 10px;
}
.nivo-html-caption {
  display: none;
}
div.slide-title {
  font-size: 36px;
  display: block;
}
div.slide-description {
  font-family: Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  div.slide-title {
    font-size: 18px;
  }
  div.slide-description {
    font-size: 13px;
  }
}
/* 6. Content 
------------------------------------------------------- */

#content {
  background: #f5f5f5;
  border: 0 solid;
  padding-bottom: 185px; 
  box-shadow: 0px 10px 10px #999;
}

#primary { 
  width: 70%;
  min-height: 700px;
} 

.home #primary {
  padding: 0 10px;  
}

.page-template-page-full-width-php #primary {
  width: 100%;
  padding: 0 15px;
}

.archive section.no-results 
.archive section.not-found {  
  margin-right: 15px !important;
  width: 60% !important;
}

.archive section.no-results form {
  width: 50%;
  float: right;
}


/* 6.1 Primary 
------------------------------------------------------- */
.featured-thumb {
  padding: 0;
  text-align: center;
  display: inline-block;
  /* background-image: url('../images/generic_feat.jpg');
  min-height: 190px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .featured-thumb {
  background-position: center;
  background-size: cover;
}

.featured-thumb img {
  padding: 0;
  width: 100%;
}

.featured-thumb a:hover {

}

#main .page-header {
    border-bottom: 0 none;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

#main .page-header * {
  font-family: 'Montserrat', sans-serif;
}

#main .archive {
  padding: 0;
  margin: 0;
}

#main .archive .col-md-7 {
  padding: 0;
  position: initial;
}

#main .archive .entry-header {
   padding: 4px 0px 2px 10px;
}  

body .entry-wrapper {
  position: relative;
  overflow: hidden; 
}

body #header-thumbs .entry-wrapper {
  display: inline-block;
}

#main .archive .entry-title {
  font-size: 18px;
  line-height: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0 0 0px;
  overflow: visible;
}

body .inner-entry-title  {
    margin-top: 0;
    margin-bottom: 0;
}

body .inner-entry-title a {
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    left: 0;
    line-height: 21px;
    margin-bottom: 0;
    background-image: url("../images/transpBlack.png");
    padding: 15px;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 3px #000;
    width: 100%;
    height: 70px;
}

body .inner-entry-title a.entry-wrapper {
  background-image: none;
}

#main .archive .entry-title a {
  color: #333;
}
#main .archive .entry-title a:hover {
  color: #20a2e3;
}

#main .archive .entry-content, #main .archive .entry-summary {
  margin-top: 0;
  padding: 0px 0px 0px 10px;
  line-height: 16px;
  font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main .archive .entry-content p {
  line-height: 120%;
  margin: 0px 0 5px;  
}

#main .archive .entry-meta .post-categories li {
  list-style-type: none;
  margin:0;
  height: 25px;
  padding: 0;
  padding-right: 31px;
  background-image: url('../images/blue_slant.png');
  background-position: right;
  background-repeat: no-repeat;
}

#main .archive .entry-meta .post-categories li a {
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
  font-family: "Century Gothic",Helvetica,Arial,sans-serif;
  background-image: url('../images/trans_blue.png');
  background-repeat: repeat;
  padding: 5px;
  padding-left: 10px; 
  display: inline-block;
}

#main .archive .entry-meta .post-categories {
  padding: 0;
  margin: 0;
}

#main .archive .entry-meta .post-categories li { 
  display: none;
}

#main .archive .entry-meta .post-categories li:first-of-type { 
    display: inline-block;
}

#main .archive .entry-meta a {
  color: #eee;
  text-shadow: 1px 1px 3px #000;
}
#main .archive .entry-meta .posted-info {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: light;
  margin-bottom: 10px;
  margin-top: 0;
}

.featured-image-single {
  text-align: center;
} 

.featured-image-single img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.post-title-header  {
    z-index: 900;
    width: 100%;
    background-image: url('../images/slider_fade.png');
    background-size: 100% 150px;
    background-repeat: repeat-x;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: auto;
    line-height: 540px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    text-shadow: 1px 1px 3px #000;
    box-shadow: 0px 6px 10px #999;
    background-position: bottom;
}
/*.post-title-header {
  z-index: 900; 
  width: 100%;
  background-image: url('../images/slider_fade.png');
  background-size: contain;
  background-repeat: horizontal;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  display: inline-block; 
  height: 500px; 
  line-height: 540px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  text-shadow: 1px 1px 3px #000;
  box-shadow: 0px 6px 10px #999;
}*/

.overlay:before{
   /* background: url('/images/tooth_bg.png') repeat scroll 0 0 rgba(0, 0, 0, 0); */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay {
    opacity: 0.35;
}
.overlay {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
    width: 100%;
    z-index: 1;
}


/* Single Posts */


/* Share This */

#page .stButton .stFb, #page .stButton .stTwbutton, #page .stButton .stMainServices {
  height: auto;
}

#page .stButton .stButton_gradient, #page .stButton .chicklets {
  height: auto;
}

.reviews #content, .post-type-archive-hcg_games #content, .single-hcg_games #content {
  padding: 0;
  padding-bottom: 310px;  
}

.single-hcg_games #secondary, .post-type-archive-hcg_games #secondary, .category-reviews #secondary  {
  margin-left: 15px;
}

.game-articles {   
  margin-bottom: 20px;
}

.single .entry-header .entry-title {
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.single .entry-meta {
  line-height: 100%; 
  padding: 10px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.single .entry-meta .avatar { 
  display: inline-block;
  margin-right: 10px;
}

.single .entry-meta a { 
  color: #000;
}

.reviews .featured-image-single img, 
.post-type-archive-hcg_games .featured-image-single img,
.single-hcg_games .featured-image-single img { 
  border: 0 solid;
  box-shadow: none;
}

.single .entry-content {
  position: relative;
}

.single .entry-content p {
  font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/*
.single .entry-content p::first-letter  {
  font-weight: bold;
  font-size: 36px;
  color: #2e9fff;
}
*/

.single .entry-content p.no-break {
  position: absolute;
  right: 20px;
  top: -72px;
} 

/* Game Archive */

.featured-games-header {
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 0;
}  


.featured-games-header .blue-header {
  margin-bottom: 7px;
}

.featured-games-header li {
  border: 1px solid #EEE;
  box-shadow: 0 0 3px #000;
}

.featured-games-header a:hover img {
  opacity: 1;
}

#featured-ordered {
  margin: 0;
  padding:0; 
  width: auto;
  list-style: decimal;
  list-style-position: inside;
}

#featured-ordered {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#featured-ordered a {
    position: relative;
    display: block;
    *padding: .4em;
    margin: 0;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

#featured-ordered .featured-game-last a {
    padding-left: 25px;
}

#featured-ordered a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    right: 0px;
    top: 0; 
    background: #20a2e3;
    height: 27px;
    width: 27px;
    display: inline-block;
    padding: 5px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}

.featured-games-header .featured-game-last ul {
  float: right;
  display: inline-block;
}

.featured-games-header ul li {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
}

.featured-games-header a {
  color: #fff;
}       

.featured-games-header a:hover {
  color: #20a2e3;
}

.featured-game-wrapper a h4 {
 color: #fff;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 display: inline-block;
 text-align: center;
 height: 50px;
 padding: 6px;
 text-shadow: 1px 1px 1px #000; 
 background-image: url("../images/transpBlack.png");
}

#featured-game-first {
  width: 28%;
  height: auto;
  float: left;   
  clear: none; 
  display: inline-block;
  position: relative;   
  padding: 15px;
  padding-right: 0;     
  z-index: 900;
  text-shadow: 1px 1px 1px #000;
}

#featured-game-first .under-title {
  margin: 7px 0 15px;
  text-shadow: 1px 1px 1px #000;
}

#featured-game-first img {
  width: 100%;
  height: auto;
}

.featured-game-middle {
  float: left;
  clear: none;  
  padding: 20px 5px 9px 0;
}

.featured-game-wrapper {
  position: relative;
  height: 133px;
  width: 265px;
  float: left;
  padding-left: 10px;
  padding-right: 0;   
  overflow: hidden;
}
   
.featured-game-middle img {
  height: auto;
  width: 100%;
}
     
.featured-game-last {   
  padding: 0px 15px 3px 5px;
  margin: 25px 0 0 0;
  width: 22%;    
  border-radius: 3px;    
}

.featured-game-last li {
  text-align: left;
  width: 100%;
  /*padding: 12px 0 11px;*/
  padding: 5px 0px;
  display:inline-block;     
  margin: 0;
  border: 0 solid;
  box-shadow: none;
  background-image: url("../images/transpBlack.png");
 /* border-bottom: 1px solid #333; */
}  

.featured-game-last li a {
  padding-right: 5px; 
  text-shadow: 1px 1px 1px #000;
}  

#featured-ordered .featured-game-last a:before {
  position:relative;
  text-align: center;  
  right: 0;
  background: transparent;
  margin-left: -28px;
}

.post-type-archive-hcg_games #main .page-header,
.category-reviews #main .page-header {
  border: 1px solid #AAA;
  background: #EEE;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
    
html .post-type-archive-hcg_games #content .no-results #main .page-header,
html .category-reviews #content .no-results #main .page-header,
html .search #main .page-header {
  height: auto;
  border: 0 solid;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

html .category-reviews #content .no-results #main .page-content {
  margin: 0;
  padding: 0; 
}


.searchandfilter,
#sorter-container {
  float: left;
  clear: none; 
  height: 30px;
}

.page-header h4,
.searchandfilter h4,
#sorter-container h4 {
  width: auto;
  margin-right: 8px;
  text-align: left;
  float: left;
  clear: none;
  display: inline-block; 
  font-size: 14px;
  line-height: 10px;
}

.searchandfilter ul,
#sorter-container ul {
  margin: 0;
  padding: 0;
  float: left;
  clear: none;
  width: 100%;
  display: inline-block; 
}

.searchandfilter ul li,
#sorter-container ul li {
  float: left;
  clear: none;
}

.searchandfilter input[type="submit"] {
  position: absolute;
  visibility: hidden;    
} 

.searchandfilter select,     
#sorter-container select {
  width: 130px;  
  float: left;
  clear: none;
  margin-top: 5px;
  margin-right: 10px;   
}

#main .searchandfilter select#ofcategory {
  visibility: hidden;
  position: absolute;  
}

.searchandfilter input[type="text"] {
  position: absolute;
  right: 10px; 
  padding-left: 8px;
  width: 130px;
}    
   
.reviews .full-width { 
    margin: 0 auto;
    float: none !important;
    width: 72% !important;
    max-width: 768px;
}
         
.game-header-info {
  color: #FFF;
  position: absolute;
  display: inline-block;
  text-align: left;
  top: 24px; 
  left: 24px;
  width: 200px;
  z-index: 5000;
  font-family: 'Montserrat', sans-serif;
}

 .single-hcg_games .featured-image-single .game-header-info .game-cover {
  display: inline-block;
  float: left;
  clear: none; 
  position: relative;
  margin-right: 10px;
  width: 200px;
  height: 255px;
}

.game-header-info ul {
    clear: none;
    display: inline-block;
    float: right;
    left: 220px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 400px;   
}

.game-header-info .game-detail-wrapper {
  padding: 10px;
  background-image: url('../images/transpBlack.png');
}

.game-header-info li {
  list-style-type: none;
  float: left;
  display: inline-block;
  clear: both;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
}

.game-header-info h2 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
}

/* Reviews */

.reviews .featured-image-single, 
.post-type-archive-hcg_games .featured-image-single,
.single-hcg_games .featured-image-single { 
  height: 300px;
  overflow: hidden;
  position: relative;
}

.reviews .featured-image-single img, 
.post-type-archive-hcg_games .featured-image-single img,
.single-hcg_games .featured-image-single img { 
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
  left: 0;
  top: -30%;
}


.score-wrapper {
  position: absolute;
  right: 35px;
  top: 40px;
  bottom: 0;
  margin: auto; 
  z-index: 90;  
  text-align: center;
  width: 180px;
}

.score {
  display: inline-block;
  width: 180px;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  margin: 0 auto 10px;
  float: right;
  position: relative;
  z-index: 91;
}

.single-post .score-footer-wrapper {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.single-post .score-footer-wrapper .score {
  float: none;
  height: 270px;
  width: 270px;
  margin: 0 auto;
  text-align: center;
  background-size: auto;   
}

.score-wrapper a {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  clear: both;
  float:rigth;
  margin: 0 auto;
  width: 180px;
  text-shadow: 1px 1px 1px #000;
} 

.post-type-archive-hcg_games .featured-image-single .score,
.category-reviews .featured-image-single .score {
  top: 10px;
  right: 10px;
  width: 93px;
  height: 93px;
  bottom: auto;
  margin: 0;
  position: absolute;
  float: none;
  clear: none;
}

.post-type-archive-hcg_games .header-thumb .score,
.category-reviews .header-thumb .score {
  width: 63px;
  height: 63px;
  right: 5px;
  top:  5px;  
  bottom: auto;
  margin: 0;
  position: absolute;
  float: none;
  clear: none;
} 

/* Hiding Old Scores */

img.wp-image-104174,
img.wp-image-104173,
img.wp-image-104175,
img.wp-image-104176,
img.wp-image-104177,
img.wp-image-104178,
img.wp-image-104179,
img.wp-image-104180,

img.wp-image-30805,
img.wp-image-1830,  
img.wp-image-1829,
img.wp-image-1837, 
img.wp-image-1831,
img.wp-image-30807,
img.wp-image-1832,
img.wp-image-30808,
img.wp-image-30810,
img.wp-image-30809,
img.wp-image-1834,
img.wp-image-1835,
img.wp-image-30811,
img.wp-image-1836,
img.wp-image-30812,
img.wp-image-1833   

{
  display: none !important;
}

.post-type-archive-hcg_games p.version_reviewed,
.category-reviews p.version_reviewed {
  text-align: center;
  font-style: italic;
  padding-bottom: 10px;
}

.game-info .platform-list,
.game-header-info ul.platform-list {
  list-style-type: none;
  padding: 0;
  margin: 0; 
  float: left;
  clear: both;
  width: auto;
  position: relative;
  left: 0;
  font-weight: bold;
}

.game-header-info ul.platform-list li {
  float: left;
  clear: none;
}

.game-header-info ul.platform-list .sep,
.game-header-info ul.platform-list a {
  color: #fff;
}

.game-header-info ul.platform-list a:hover {
  color: #20a2e3 ;
}

.game-info li ul.platform-list span,
.game-header-info li ul.platform-list li {  
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  clear: none;
}

.game-header-info li ul.platform-list span {  
  display: inline-block; 
  color: #fff;
  font-weight: bold;
}

.game-header-info li .platform-list span {  
  font-weight: bold;
  display: inline-block;
}

/* .game-header-info li ul.platform-list span.sep:last-of-type, */
.game-header-info .platform-list .sep:last-of-type,
.game-header-info li span.sep:last-of-type,
.game-info .platform-list .sep:last-of-type {
  display: none;
} 

.s10, .oneOutOfFive {background-image: url("../images/scores/1outof5.png");}
.s15, .onePointFiveOutOfFive {background-image: url("../images/scores/1point5outof5.png");}
.s20, .twoOutOfFive {background-image: url("../images/scores/2outof5.png");}
.s25, .twoPointFiveOutOfFive {background-image: url("../images/scores/2point5outof5.png");}
.s30, .threeOutOfFive {background-image: url("../images/scores/3outof5.png");}
.s35, .threePointFiveOutOfFive {background-image: url("../images/scores/3point5outof5.png");}
.s40, .fourOutOfFive {background-image: url("../images/scores/4outof5.png");}
.s45, .fourPointFiveOutOfFive {background-image: url("../images/scores/4point5outof5.png");}
.s50, .fiveOutOfFive {background-image: url("../images/scores/5outof5.png");}

body.post-type-archive-hcg_games article.col-md-6,
body.category-reviews article.col-md-6,
#game-search article.col-md-6 {
  padding: 0;
  margin: 0;
  height:170px;
}

body.post-type-archive-hcg_games .featured-thumb,
body.category-reviews .featured-thumb,
#game-search .featured-thumb {
  width: 115px;
  height: 143px;
  background-image: none;
  padding: 0;
}

body.post-type-archive-hcg_games .featured-thumb img,
body.category-reviews .featured-thumb img,
#game-search .featured-thumb img {
  width: 115px;
  height: 143px; 
  padding: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 3px #999;
}

body.post-type-archive-hcg_games h1.entry-title,
body.category-reviews h1.entry-title ,
#game-search  h1.entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    margin: 0;
    margin-bottom: 3px;
}

body.post-type-archive-hcg_games h1.entry-title a,
body.category-reviews h1.entry-title a ,
#game-search h1.entry-title a {
  color: #000;
}

body.post-type-archive-hcg_games h1.entry-title a:hover,
body.category-reviews h1.entry-title a:hover,
#game-search h1.entry-title a:hover  {
  color: #20a2e3;
  transition: all 0.4s;
}

.game-info {
  padding: 0;
  margin: 0;

}

.game-info li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  float: left;
  clear: both;
}

.game-info li h3 {
 font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
 font-weight: bold;
 font-size: 14px;
 line-height: 16px;
 margin: 0;
}

.game-info li h3 a {
 color: #000;
}
 
.game-consoles .post-categories {
  padding: 0;  
  margin: 0;
  margin-left: -5px;
}

.game-consoles .post-categories li {
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
  border-right: 2px solid #000;
  float: left;
  clear: none;
  display: inline-block;
}

.game-consoles .post-categories li:last-child {
  border-right: 0 solid;
}

.game-consoles .post-categories li a {
  color: #0066ff;
}


/* Game Single */

.section-header {
  font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 0;
}

#secondary .section-header {
  font-size: 16px;
  line-height: 16px;
  margin-top: 0;
  padding-left: 8px;
}

#secondary .see-all-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  /*border-bottom: 1px solid #CCC;*/
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 5px;
}

.single-hcg_games #main {
  padding-top: 20px;
}

.single-hcg_games #main .archive .entry-meta {
  padding: 0;
  margin: 0;
  border: 0 solid;
}

.single-hcg_games #main .archive .entry-header .entry-title {
  text-align: left;
}

/* Game Sidebar Gallery */

.single-hcg_games #secondary .gallery-columns-2 .gallery-item {
  margin: 0;
  margin-bottom: 2px;
}

.single-hcg_games #secondary .gallery-columns-2 img {
  border: 0 solid;  
}

.single-hcg_games #secondary .gallery {
  margin: 0 0 1.5em; 
  display: inline-block;
}

.single-hcg_games #secondary .screenshot-container  article {
  float: left;
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: center;
  width: 50%;
}

.single-hcg_games #secondary .screenshot-container img {
  max-width: 147px !important;
  max-height: 80px !important;
  width: 100%;
  float: left;
  clear: none;
  margin: 0 2px;
  text-align: center;
}

.single-hcg_games #secondary .screenshot-container .gallery img  {
  width: auto;
  max-height: 82px!important;
}

/* 6.2 Secondary 
------------------------------------------------------- */
#secondary {
  /* padding-top: 20px; */
  width: 300px;
  padding: 20px 0;
  margin-left: 5px;
}

.home #secondary {
  padding-top: 0;
}

#secondary ul {
  list-style: none;
  margin-left: 0;
}

#secondary ul li:before {
  /* margin-right: 5px;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #918f93; */
}
#secondary ul ul {
  margin-left: 15px;
}
#secondary ul ul ul {
  margin-left: 5px;
}

#secondary .widget {
  overflow: hidden;
  box-shadow: inset 0 0 10px #999999;
}

#page #secondary .widget_text {
  box-shadow: none;
}

#secondary .widget ul {
  padding: 10px;
  display: inline-block;
}

#secondary .widget ul li {
  border-bottom: 2px solid #DDD;
  margin: 0;
  padding: 5px 2px;
  display: inline-block;
  width: 100%;
}

#secondary #dpe_fp_widget-2 {
  padding: 0;
  box-shadow: none;
}

#secondary .see-all {
  text-align: center;
}

#secondary .see-all a {
  color: #20a2e3;
  padding: 0 0 5px 0;
  display: inline-block;
}

#secondary #review-widget {
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  box-shadow: none;
}

#secondary .widget #review-widget {
  padding: 0;
}

#secondary #review-widget li a h4 {
  color: #fff;
}

#secondary h4.title, #secondary .yarpp-thumbnails-horizontal a .yarpp-thumbnail-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  max-height: none !important;
  float: right;
  clear: none; 
  width: 60%;
  margin: 0;
  color: #000;
}

#secondary h4.title, #secondary .yarpp-thumbnails-horizontal a .yarpp-thumbnail-title {
  hover: #20a2e3;
  transition: all 0.4s;
}

#secondary #review-widget {
  background: #333;
}

#secondary .widget #review-widget li {
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  border: 0 solid;
  display: inline-table;
  background: url('../images/reviews_bg.jpg') no-repeat;
  background-size: cover;
}

#secondary .widget_recent_entries li:before {
  content: "\f0f6";
}
#secondary .widget_recent_entries li {
  border-bottom: solid 1px #f7f7f7;
  padding: 5px 0px;
}
#secondary .widget_recent_comments li:before {
  content: "\f075";
}
#secondary .widget_recent_comments li {
  border-bottom: solid 1px #f7f7f7;
  padding: 5px 0px;
}
#secondary h1.widget-title, #secondary .widget_yarpp_widget h3, .blue-header {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background-color: #20a2e3;
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 3px #000;
  margin: 0;
  margin-bottom: 10px;
}

.home main .blue-header {
  margin-bottom: 15px;
}

#secondary .widget_search input[type=submit] {
  display: inline-block;
}
#secondary .widget_search input[type=search] {
  display: block;
  width: 100% !important;
}

/* Review Page */

#single-sidebar {
  float: right;
  clear: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 15px 15px;
  /* width: 250px; */
  width: 300px;
}

#single-sidebar .widget {
  margin-bottom: 15px;
  border: 1px solid #AAA;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

#single-sidebar .cover-image {
  padding: 15px;
  padding-bottom: 8px;   
  text-align: center;
}

#single-sidebar .game-info {
  display: inline-block;
  width: 100%;
}

#single-sidebar .game-info li {
  padding: 10px;
  border-top: 1px solid #AAA;
  width: 100%;
}

#single-sidebar .cover-image strong {
  text-align: center;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  color: #000;
}

#single-sidebar .cover-image strong:hover {
  color: #288ce4;
  transition: all 0.4s;
}

#single-sidebar .platform-list li {
  border-top: 0 solid;
  width: auto;
  padding: 0;
  float: left;
  clear: none;
  font-weight: normal;
  color: #333;
}

#single-sidebar .game-info li ul.platform-list span {
  color: #333;
}

#single-sidebar .platform-list .sep:last-of-type {
  display: none;
}

/* 7. Pagination
-----------------------------------------------*/
/*
#nav-below {
  display: none;
} */

.pagination {
  text-align: right;
  width: 100%;
  clear: both;
}
.pagination .pagination-inner,
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.pagination span, 
.pagination ul > li {
  display: inline;
}
.pagination a ,
.pagination ul > li > a {
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.pagination ul > li > a .next {
  float: right;
}
.pagination .next {
  float: left;
}
.pagination a:hover 
.pagination ul > li > a:hover {
  color: #FFF;
  background: #20a2e3;
}
.pagination .current {
 color: #FFF;
 background: #20a2e3;
 font-family: 'Montserrat', sans-serif;
}
.pagination ul  > li  > a, 
.pagination a, 
.pagination span { 
  float: left;
  padding: 6px 8px 5px;
  margin-right: 5px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  display: inline-block;
}
.pagination ul  > li:first-child  > a,
.pagination ul  > li:first-child  > span {
  border-left-width: 1px;
}
.pagination ul  > li:last-child  > a,
.pagination ul  > li:last-child  > span {
  border-rigth-width: 1px;
}
/* 8. Footer 
------------------------------------------------------- */
#colophon {
  background: #f8f8f8;
  padding: 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 4px #ddd;
}

body .site-footer {
  height: 185px;
  padding-top: 20px;
  background: #222;
  border-top: 5px solid #20A2E3;
  color: #fff;
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
    

#footer-container {
  padding: 0;
}

#menu-footer-menu {
  margin: 0;
  padding: 0;
}

#menu-footer-menu li {
  display: inline-block;
  list-style-type: none;
  padding: 0 8px;
}

#menu-footer-menu a {
  color: #fff;
}

#menu-footer-menu a:hover {
  text-decoration: none;
  color: #20A2E3;
}

#footertext {
  float: right;
  text-align: right;
}

#footer-social-icons li {
  display: inline-block;
  list-style-type: none;
}

#footer-social-icons li a {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url('../images/social.png');
}

#footer-social-icons li a:hover {
  opacity: 0.5;
}

#footer-social-icons li a#twitter-footer { background-position: 0px;}
#footer-social-icons li a#youtube-footer { background-position: -33px;}
#footer-social-icons li a#facebook-footer { background-position: -66px;}
#footer-social-icons li a#rss-footer { background-position: -99px;}


#footer-container .sidebar-ad {
  padding-top: 0;   
  margin-top: 0;   
}

/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
  background: #f7f7f7;
}
article table td {
  padding: 5px;
  border: solid 1px #eee;
}
article table th {
  padding: 5px;
  background: #ccc;
  border: solid 1px #ccc;
}

#contact_form {
  width: 50%;
}

#contact_form input {
  width: 100% !important;
}

#contact_form textarea {
  width:100% !important;
  height: 300px;
}



/* 10. Widgets Style
---------------------------------------------------- */
.rp-item {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 5px;
  border-bottom: solid 1px #f7f7f7;
  padding-bottom: 5px;
}
.rp-item:last-child {
  border-bottom: none;
}
.rp-item:before {
  content: none !important;
}
.rp-thumb {
  float: left;
  width: 64px;
  margin-right: -5px;
  margin-top: 3px;
}
.rp-thumb img {
  width: 48px;
  border: solid 2px #eee;
  border-radius: 2px;
}
.rp-thumb rp-title {
  clear: none;
}
.rp-thumb rp-title a {
  display: block;
}

/* WordPress Popular Posts */

#page .widget .wpp-list, #page .widget_dpe_fp_widget, #page .widget_yarpp_widget {
}

#secondary .widget .dpe-flexible-posts {
  padding-bottom: 0px;
 }

#secondary .widget .dpe-flexible-posts img {
  width: 100px;
}

#primary .wpp-list {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#primary .wpp-list li {
    display: inline-block;
    float: left;
    clear: none;
    min-height: 80px;
    overflow: hidden; 
    max-height: 125px;
    max-width: 141px;
    position: relative;
  }

#primary .wpp-list li a {
  display: inline-block;
  z-index: 401;
}

#primary .wpp-list li a:last-of-type {
  background-color: #000;
  padding: 5px 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
  z-index: 420;
}

#primary .wpp-thumbnail {
    float: left;
    clear: none; 
    max-height: 132px;
    max-width: 152px;
    margin: 0;
    margin-right: 10px;
    position: relative;
    z-index: 400;
}

#secondary .wpp-list li {
    display: inline-block;
    float: left;
    clear: none;
    min-height: 80px;
    overflow: hidden;
    list-style-type: none;
}

#secondary .wpp-list li a {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
}

#secondary .yarpp-thumbnail>img, #secondary .yarpp-thumbnail-default {
  height: auto;
  border: none;
}

#secondary a .wpp-thumbnail, #secondary .yarpp-thumbnail-default img, 
#secondary .yarpp-thumbnails-horizontal .yarpp-thumbnail>img,
#secondary .widget #review-widget li a img  {
    float: left;
    clear: none; 
    /* width: 100px !important; 
    height: 68px !important; */
    min-height: 68px;
    min-width: 100px;
    margin: 0;
    margin-right: 8px;
    color: #000;
    border: none!important;
}

#secondary .yarpp-thumbnail-default > img {
  min-width: inherit;
  min-height: inherit;
}


.wpp-views {
  display: none;
}

/* YARPP */

#secondary .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: 0 solid;
  border-bottom: 2px solid #DDD;
  margin: 0 0px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  height: auto;
}

#secondary .yarpp-thumbnail-default {
  margin: 0;
  width: auto;
  float: left;
  clear: none;
  width: 90px;
  height: 60px;
  text-align: center;
}

#secondary .yarpp-thumbnails-horizontal {
  padding: 10px;
}

.transpBlack {
    background-image: url("../images/transpBlack.png");
}

/* Admin */
.admin-bar { 
  padding-top: 32px;
}

.admin-bar #masthead {
  top: 32px;
}

.admin-bar header.site-header {
  padding-top: 18px;
}
.single-hcg_games #secondary .gallery { width: 100%;}
.single-hcg_games #secondary .gallery .gallery-item{float: left;margin-bottom: 3px;}
.widget_related_games img.game-cover{max-height: 70px;}
