/*
Theme Name: GAJ THEME
Author: Vrock
Author URI: www.gamesandjunk.com
Version: 3.3
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: Private License
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
/* Variables */
/*also dark grey*/
/* GLOBAL */
#content {
  background-color: white;
  padding: 0 20px;
}
#content.home {
  padding: 0;
}
.right {
  float: right!important;
}
.left {
  float: left;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}
p {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25em;
}
body {
  background-color: #f2f2f2;
  font-family: 'Roboto', sans-serif;
}
a {
  color: #4b90e2;
  text-decoration: none;
}
a:hover {
  color: #7fbaff;
}
.btn.yellow {
  background-color: #f2b200;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: .85em;
  padding: 5px 10px;
  border: none;
  color: #333333;
}
.btn.yellow:hover {
  background-color: #cc9600;
}
#searchform input[type="text"] {
  margin-bottom: 0;
  border-radius: 2px;
  border: 1px solid #888;
  padding: 3px 0;
}
/* HEADER */
header {
  background-color: #333333;
}
header img#logo {
  width: 150px;
  margin: 10px 0;
}
header .header-search #searchform {
  margin-top: 5%;
  float: right;
}
header .patreon-row img {
  float: right;
  width: 175px;
  margin-top: 5%;
}
header nav {
  width: 100%;
  background: #f2b200;
}
header nav ul {
  margin: 0;
  float: left;
  border-right: 1px solid #cc9600;
}
header nav ul li {
  float: left;
  border-left: 1px solid #cc9600;
}
header nav ul li.current-menu-item a {
  background: #666;
  color: #FFF;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
header nav ul li a {
  display: inline-block;
  float: left;
  background: #f2b200;
  font-size: .9em;
  color: #333333;
  padding: 10px 20px;
}
header nav ul li a:hover {
  text-decoration: none;
  background: #cc9600;
  color: #333333;
}
header nav .social-media .social-media-icon {
  width: 30px;
  margin-top: 5px;
  display: inline-block;
}
header nav .social-media .social-media-icon #twitter {
  margin-left: 15px;
}
header nav .social-media .social-media-icon #facebook {
  margin-left: 5px;
}
header nav .social-media .social-media-icon #youtube {
  margin-left: 2px;
}
header nav .social-media .social-media-icon:hover {
  opacity: 0.8;
}
/* HOMEPAGE */
/* LATEST POST SLIDER */
#content-slideshow {
  margin: 10px 0;
}
#content-slideshow .content_slideshow ul {
  width: 600px;
  height: 300px;
}
#content-slideshow .content_slideshow ul li {
  width: 600px;
  height: 300px;
}
#content-slideshow .content_slideshow ul li img {
  width: 100%;
  height: 100%;
  max-width: none;
}
#content-slideshow .content_slideshow ul li .overlay-text {
  z-index: 100;
  width: 475px;
  height: 130px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px 20px;
}
#content-slideshow .content_slideshow ul li .overlay-text a {
  color: white;
  padding: 20px;
}
#content-slideshow .content_slideshow ul li .overlay-text a p {
  font-size: .9em;
  line-height: 1.3em;
}
.container article {
  /* home page */
}
.container article#content {
  background-color: white;
}
.container article.home .podcast-banner {
  position: relative;
}
.container article.home .media-group-title {
  background-color: #333333;
  color: white;
  border-bottom: 3px solid #f2b200;
}
.container article.home .media-group-title h1 {
  padding: 20px 0;
  margin-left: 20px;
}
.container article.home .card-list {
  column-width: 260px;
  column-gap: 15px;
  width: 90%;
  max-width: 1100px;
  margin: 20px auto;
}
.container article.home .card-list .card {
  background: #fefefe;
  border: 1px solid #fcfcfc;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 10px 0;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}
.container article.home .card-list .card h2 {
  margin-top: 10px;
  padding: 0 15px;
}
.container article.home .card-list .card p {
  padding: 0 15px 10px 15px;
}
.container article.home .card-list .card small {
  font-size: 85%;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.container article.home .media-list {
  background-color: white;
}
.container article.home .media-list ul li {
  display: inline-block;
}
.container article.home .media-list ul li a {
  font-weight: bold;
}
.container article.home .media-list ul li.cat-item {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
.container article.home .media-list ul li.cat-item ul.children {
  margin: 20px 0;
  border-top: 1px solid #e2e2e2;
}
.container article.home .media-list ul li.cat-item ul.children li {
  padding-right: 30px;
  width: auto;
}
/* category post list */
.archive h1 {
  margin-top: 20px;
}
.archive .horizontal-post-card {
  background: #fefefe;
  border: 1px solid #fcfcfc;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  margin: 5px 0;
  padding: 10px 10px 10px 0px;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}
.archive .horizontal-post-card img {
  margin-top: 23%;
  width: 95%;
  margin-left: 5%;
}
.archive .horizontal-post-card h2 {
  margin-bottom: 10px;
}
.archive .horizontal-post-card .entry-meta,
.archive .horizontal-post-card .entry-footer {
  font-size: .75em;
  margin: 10px 0;
}
.single-post h1.entry-title {
  margin-bottom: 10px;
}
.single-post .single-post-container {
  background-color: white;
  padding: 15px 20px;
}
.single-post .single-post-container .post img {
  width: 100%;
  margin: 15px 0;
  border: 2px solid #e2e2e2;
}
.single-post .single-post-container .post .entry-meta {
  font-size: 80%;
  margin-bottom: 10px;
}
.single-post .single-post-container .post .powerpress_links {
  margin-top: 10px;
}
.single-post .single-post-container .post .entry-footer {
  font-size: 13px;
  line-height: 1.25em;
}
.single-post .single-post-container .post .entry-content p {
  margin-bottom: 15px;
}
.single-post .related-posts {
  padding-top: 1.5em;
  margin: 1.5em 0 .5em;
  border-top: 1px solid #e2e2e2;
}
.single-post .related-posts .row-fluid .span4 {
  background: #fefefe;
  border: 1px solid #fcfcfc;
  box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  padding: 5px;
}
.single-post .related-posts .row-fluid .span4 h2 {
  font-size: 1.2em;
  color: #333333;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.single-post .related-posts .row-fluid .span4 img {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.single-post .related-posts .row-fluid .span4 .relatedtime {
  margin: 5px 0 10px 0;
  font-style: italic;
  font-size: .75em;
}
.single-post .related-posts .row-fluid .span4 .relatedthumb {
  margin-bottom: 10px;
}
.single-post .related-posts .row-fluid .span4 .relatedcontent h3 {
  font-size: 14px;
}
/* post navigation */
.navigation {
  margin: 10px 0 0 0;
  font-size: .85em;
}
.navigation#nav-above {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-next {
  float: right;
}
.navigation#nav-below {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/* search results page */
.search-results h2.search-title {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 15px;
  padding-bottom: 10px;
}
.search-results .search-result .post {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.search-results .search-result .post h2.entry-title {
  margin-bottom: 5px;
  font-size: .95em;
}
.search-results .search-result .post .entry-meta {
  font-size: .8em;
  margin-bottom: 5px;
}
.search-results .search-result .post .entry-footer {
  font-size: .8em;
}
.search-results .search-result .post .entry-footer .tag-links {
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
aside #primary li {
  margin-bottom: 1em;
}
aside #primary li#recent-posts-3 h3.widget-title {
  font-size: 1.1em;
  text-transform: uppercase;
  font-style: italic;
  color: #333333;
  margin-bottom: .2em;
}
aside #primary li#recent-posts-3 ul {
  margin: .3em 0 1.5em;
}
aside #primary li#recent-posts-3 ul li {
  margin: 0 0 .3em;
}
footer {
  background-color: #333333;
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .social-media .social-media-icon {
  width: 30px;
  margin-top: 20px;
  display: inline-block;
}
footer .social-media .social-media-icon:hover {
  opacity: 0.8;
}
footer .menus ul.menu {
  text-transform: uppercase;
}
footer .menus ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
}
footer .menus ul li.menu-item-has-children a {
  margin-bottom: 5px;
  display: inline-block;
}
footer .menus ul li .sub-menu {
  text-transform: none;
}
footer .menus ul li a {
  color: white;
}
footer .menus ul li a:hover {
  color: #f2b200;
}
footer #search {
  margin-top: 10px;
}
footer #search #searchform input[type="text"] {
  margin-bottom: 0;
}
img.size-full {
  background: #EEE;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #D2D2D2;
  width: 95%;
  text-align: center;
}
.aligncenter {
  margin: 10px auto;
  text-align: center;
}
.wp-caption-text {
  font-size: .9em;
  margin: 5px 0 0;
}
.error404-content {
  margin-top: 15px;
}
.error404-content .search404 {
  margin-left: 30px;
}
.error404-content .search404 p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.error404-content img {
  margin: 5px 10px 0 0;
  border: 5px solid #888;
}
/* Sidebar */
#sidebar {
  margin-top: 15px;
}
#sidebar .widget-title {
  margin-bottom: 10px;
}
#sidebar ul li.cat-item ul.children {
  margin-top: 15px;
}
