/*
Theme Name:   Indie-Gameleon.org
Description:  Een op maat gemaakt thema voor Indie Gameleon
Author:       S.K.I. Development
Author URI:   http://ski-development.nl/
Version:      0.1
*/


/* Generic styles */
ul, p, h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}

h1, h2 {
  font-family: 'powerchord', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-weight: bold;
  font-size: 26px;
}

h4 {
  font-weight: bold;
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

td {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

form {
  margin: 0;
}

body {
  background: #FFF url('assets/sidebar.gif') repeat-y left;
  font-family: Tahoma, Trebuchet, Arial, sans-serif;
  overflow: auto;
  font-size: 16px;
  color: #000;
  width: 100%;
  margin: 0;
}

#container {
  padding-bottom: 290px;
  overflow-x: hidden;
  position: absolute;
  min-height: 100%;
  min-width: 300px;
  width: 100%;
}


/* RoyalSlider "fixes" */
.royalSlider > img {
  display: none;
}

.royalSlider > img:first-child {
  display: block;
}

.rsBullets {
  display: none;
}

.rsImg {
  width: 100%;
}

/* Gallery Styles */
.gallery li {
  box-shadow: 0 5px 10px #DDD;
  border: solid 1px #DDD;
  list-style: none;
  padding: 10px;
  margin: 10px;
  width: 200px;
  float: left;
}

.gallery li a {
  overflow: hidden;
  display: block;
  height: 150px;  
}

.gallery li a img {
  height: 100%;
}


/* Section styles */
header, footer, #content {
  padding: 20px;
}


/* Header styles */
header {
  background: #E33B30 url('assets/header.gif') no-repeat right;
  position: relative;
  height: 110px;
}

header img {
  position: relative;
  max-width: 100%;
  z-index: 2;
}

#banner {
  background: url('assets/banner.png') no-repeat left top;
  font-family: 'powerchord', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  overflow: hidden;
  height: 42px;
  bottom: 20px;
  z-index: 1;
  right: 0;
}

#banner:hover {
  background: url('assets/banner.png') no-repeat left bottom;
}

#banner a {
  padding-left: 47px !important;
  line-height: 32px;
  font-size: 28px;
  display: block;
  padding: 5px;
  color: #FFF;
}

#banner a:hover {
  text-decoration: none;
  color: #009EDB;
}


/* Primary navigation */
#menu {
  background: #000;  
  overflow: auto;
}

#menu nav {
  float: left;
}

#menu nav > ul {
  overflow: auto;
  padding: 0;
  margin: 0;
}

#menu nav > ul li {
  list-style: none;
  margin: 0;
}

#menu nav > ul > li {
  font-weight: bold;
  float: left;
}

#menu nav > ul > li > a {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  padding: 10px 20px;
  background: #000;
  display: block;
  color: #FFF;
}

#menu nav > ul > li:hover > a {
  text-decoration: none;
  background: #FFF;
  color: #000;
}

#menu nav > ul > li.menu-item-has-children:hover > a {
  border-bottom: solid 2px #000;
  padding-bottom: 8px;
}

#menu nav > ul > li.current-menu-item > a,
#menu nav > ul > li.current-menu-parent > a {
  background: #FFF;
  color: #000;
}

#menu nav > ul:hover > li > a {
  background: #000;
  color: #FFF;
}

#menu nav > ul > li:hover > a {
  background: #FFF;
  color: #000;
}

#menu nav > ul > li:first-child > a {
  border-left: none;
}

#menu nav > ul > li:last-child > a {
  border-right: none;
}

#menu nav > ul > li > ul,
#menu nav > ul > li > ul li > ul {
  border-bottom: solid 2px #000;
  position: absolute;
  margin-left: -2px;
  margin-top: -2px;
  display: none;
  width: 200px;
  color: #000;
  z-index: 2;
}

#menu nav > ul > li:hover > ul,
#menu nav > ul > li > ul li:hover > ul {
  display: block;
}

#menu nav > ul > li ul > li {
  border-right: solid 2px #000;
  border-left: solid 2px #000;
  position: relative;
  background: #FFF;
  display: block;
}

#menu nav > ul > li ul > li.current-menu-item,
#menu nav > ul > li ul > li.current-menu-parent {
  text-decoration: underline;
}

#menu nav > ul > li ul > li > a {
  display: block;
  padding: 10px;
}

#menu nav > ul > li ul > li.menu-item-has-children > a:after {
  text-decoration: none !important;
  display: block;
  content: ">";
  float: right;
  color: #000;
}

#menu nav > ul > li ul > li:hover {
  background: #FFF;
}

#menu nav > ul > li ul > li.menu-item-has-children:hover {
  text-decoration: underline;
}

#menu nav > ul > li ul > li ul {
  border-top: solid 2px #000;
  left: 198px;
  top: 0;
}

#menu nav > ul > li ul > li ul li:first-child {
  border-left: solid 2px #FFF;
}

#social {
  float: right;
}

#social ul {
  margin: 0;
}

#social ul li {
  list-style: none;
  float: left;
}

#social ul li a img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 8px 4px;
  opacity: 0.75;
}

#social li:hover a img {
  opacity: 1;
}

#social li:first-child a img {
  margin-left: 8px;
}

#social li:last-child a img {
  margin-right: 8px;
}

#language {
  padding-right: 20px;
  margin-top: 12px;
  overflow: hidden;
  height: 32px;
  float: right;
  color: #FFF;
}

#language .mltlngg_switcher select {
  background-position: 2px center !important;
}

#language .mltlngg_switcher button {
  padding: 5px;
  height: auto;
  width: auto;
}

#language .mltlngg_switcher button img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 1px !important;
  opacity: 0.5;
}

#language .mltlngg_switcher button img.mltlngg-current-lang {
  border: none;
  opacity: 1;
}

#language .mltlngg_switcher:hover button img {
  opacity: 0.5;
}

#language .mltlngg_switcher button:hover img {
  opacity: 1;
}


/* Content styles */
#content {
  margin-right: 290px;
  margin-left: 290px;
  position: relative;
  padding-top: 40px;
  background: #FFF;
  color: #000;
}

#content p {
  margin-bottom: 1em;
}

#content p img {
  max-width: 50%;
  height: auto;
}

#content p:last-child {
  margin-bottom: 0;
}

#content a {
  text-decoration: underline;
  color: #009EDB;
}

#content a:hover {
  color: #E33B30;
}

#content h1 {
  margin-top: 0;
}

#content img,
#content iframe {
  margin-bottom: 10px;
  max-width: 100%;
}

#content object,
#content embed {
  min-height: 600px; 
}

#content table {
  border-collapse: collapse;
  border: none;
}

#content > section {
  margin-bottom: 40px;
}

#content > section:nth-child(2),
#content > section:nth-child(3) {
  overflow: hidden;
  width: 49%;
}

#content .event_tickets.tickera {
  border-collapse: collapse;
}

#content .event_tickets.tickera tr td {
  border: solid 4px #FFF;
  vertical-align: center;
  text-align: center;
  padding: 5px;
}

#content .event_tickets.tickera tr:nth-child(2n) td {
  background: #EEE;
}

#content .event_tickets.tickera tr:first-child td {
  font-weight: bold;
  text-align: left;
}

#checkout {
  background: #009EDB url('assets/proceed.png') no-repeat right center;
  text-decoration: none !important;
  padding-right: 40px !important;
  color: #FFF !important;
  position: absolute;
  padding: 10px 20px;
  font-weight: bold;
  display: block;
  height: 20px;
  right: 20px;
  top: 40px;
}

#checkout:hover {
  background-color: #E33B30;
}

#proceed_to_checkout {
  background: #009EDB url('assets/proceed.png') no-repeat right center;
  text-transform: none;
  margin-bottom: 40px;
  padding-right: 40px;
  font-size: inherit;
  font-weight: bold;
}

#tickera_cart input[type="submit"] {
  background-color: #009EDB;
  border: none;
}

#tickera_cart input[type="submit"]:hover {
  background-color: #E33B30;
  border: none;
}

#tickets {
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

#tickets .ticket {
  justify-content: space-between;
  box-shadow: 0 5px 10px #DDD;
  flex-direction: column;
  border: solid 1px #DDD;
  text-align: center;
  display: flex;
  padding: 10px;
  margin: 10px;
  width: 185px;
  float: left;
}

#tickets .ticket h3 {
  font-size: inherit;
  margin-bottom: 1em;
  min-height: 2.4em;
}

#tickets .ticket p {
  margin-bottom: 1em;
  text-align: left;
}

#tickets .ticket .bottom a {
  -webkit-transition: color 0.2, background 0.2s;
  -moz-transition: color 0.2, background 0.2s;
  -ms-transition: color 0.2, background 0.2s;
  -o-transition: color 0.2, background 0.2s;
  transition: color 0.2, background 0.2s;
  text-decoration: none;
  background: #009EDB;
  margin-top: .5em;
  padding: 0.5em;
  display: block;
  color: #FFF;
}

#tickets .ticket .bottom a:hover {
  background: #E33B30;
}

#tickets .ticket .bottom .tc_in_cart {
  font-size: 0;
}

#tickets .ticket .bottom .tc_in_cart a {
  background: #AAA;
  font-size: 16px;
  color: #666;
}

#tickets .ticket .bottom .tc_in_cart a:hover {
  background: #CCC;
}

#tickets .ticket .bottom .tc_in_cart a:before {
  content: 'View in ';
}


#news {
  float: left;
}

#news ul {
  overflow: auto;
  padding: 0;
  margin: 0;
}

#news ul li {
  margin-bottom: 20px;
  list-style: none;
}

#news ul li a {
  display: block;
}

#news ul li h3 {
  margin-top: 0;
}

#news ul li a,
#news ul li a:hover {
  text-decoration: none;
  color: #000;
}

#images, #video {
  float: right;
}

#video iframe {
  width: 100%;
  height: 400px;
}


/* Sidebar styling */
#sidebar-left {
  background: #009EDB;
  text-align: center;
  overflow: hidden;
  float: left;
  color: #FFF;
}

#sidebar-left > div {
  padding: 20px;
  width: 230px;
}

#sidebar-right {
  text-align: center;
  overflow: hidden;
  padding: 20px;
  width: 250px;
  float: right;
}

#sponsors h2 {
  margin: 0;
}

#sponsors > ul {
  padding: 0;
  margin: 0;
}

#sponsors > ul > li {
  margin-top: 20px;
  list-style: none;
}

#sponsors > ul > li img {
  width: 180px;
}

#cart {
  padding-bottom: 0 !important;
}

#cart > div {
  border-bottom: solid 1px #FFF;
  padding-bottom: 20px;
}

#cart .tc_empty_cart {
  text-align: center;
  font-style: italic;
  opacity: 0.5;
  padding: 0 1em;
}

#tc_cart_widget li {
  text-align: left;
  list-style: none;
}

#widgets {
  padding-top: 0 !important;
}

#widgets > ul {
  border-top: solid 1px #FFF;
  padding: 0;
  margin: 0;
}

#widgets > ul > li {
  list-style: none;
  padding-top: 20px;
}

#widgets > ul > li h2 {
  margin-top: 0;
}

#widgets > ul > li table {
  width: 100%;
}

#twitter, #facebook {
  margin-bottom: 20px;
}

/* Footer styles */
footer {
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  text-align: center;
  background: #000;
  height: 250px;
  color: #FFF;
  bottom: 0;
  right: 0;
  left: 0;
}

#partners {
  clear: both;
}

#partners h2 {
  margin: 0;
}

#partners ul {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
  height: 180px;
  padding: 0;
}

#partners ul li {
  list-style: none;
  display: inline;
}

#partners ul li img {
  height: 160px;
  margin: 10px;
}

#partners ul li:first-child {
  margin-left: 0;
}

#partners ul li:last-child {
  margin-right: 0;
}


/* Responsive logo */
@media screen and (max-width: 464px) {
  header {
    height: auto;
  }
}


/* Responsive header background */
@media screen and (max-width: 580px) {
  header {
    background-position: left;
  }
}


/* Responsive ticket-button */
@media screen and (max-width: 658px) {
  #banner {
    display: none;
  }
}

/* Responsive sidebar */
@media screen and (max-width: 1021px) {
  #sidebar-right {
    display: none;
  }

  #content {
    margin-right: 0;
  }
}

/* Responsive content */
@media screen and (max-width: 567px) {
  body {
    background: #FFF;
  }

  footer {
    background: #009EDB;
    line-height: 20px;
    height: 20px;
  }

  #container {
    padding-bottom: 80px;
  }

  #content {
    padding-top: 8px;
    margin-right: 0;
    margin-left: 0;
  }

  #content p img {
    max-width: 100%;
  }

  #sponsors, #widgets, #partners {
    display: none;
  }

  #sidebar-left {
    background: transparent;
    margin-bottom: 20px;
    width: 100%;
  }

  #cart {
    width: auto !important;
    color: #000;
  }

  #cart h2 {
    display: none;
  }

  #cart > div {
    border-bottom: solid 1px #000;
  }

  #language {
    background: #FFF;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #social {
    background: #FFF;
    width: 100%;
  }

  #video iframe {
    height: 300px;
  }
}


/* Semi-responsive content */
@media screen and (max-width: 827px) {
  #content > section {
    width: 100% !important;
  }
}