/*
Theme Name: Comicdom Con Athens
Description: Official site
Version: 2.0
Author: jKourou + Crimson Cloud Labs
*/
/*=====================================
// # RESET
//===================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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; }

/*clearfix*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*=====================================
// # FONTS
//===================================*/
@font-face {
  font-family: 'Norwester';
  src: url("./fonts/norwester.eot");
  /* IE9 Compat Modes */
  src: url("./fonts/norwester.eot?#iefix") format("embedded-opentype"), url("./fonts/norwester.woff") format("woff"), url("./fonts/norwester.ttf") format("truetype"), url("./fonts/norwester.svg#svgFontName") format("svg"); }
/*=====================================
// # MASTER STYLES
//===================================*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  height: calc(100% - 32px); }
  html body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    background: #222;
    width: 100%;
    height: 100%; }
    html body.logged-in.admin-bar {
      height: calc(100% - 32px); }
    html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
      font-family: 'Roboto', sans-serif;
      font-weight: 100; }
    html body h1 {
      font-size: 100px;
      font-size: 10rem;
      line-height: 110px;
      line-height: 11rem;
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        html body h1 {
          font-size: 18vw;
          line-height: 18vw; } }
    html body h2 {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 32px;
      line-height: 3.2rem;
      margin-bottom: 20px;
      font-weight: bold; }
    html body a {
      text-decoration: none;
      display: inline-block;
      color: #FFF; }
      html body a:hover, html body a:focus {
        color: #F90; }
    html body header,
    html body #slider,
    html body #welcome {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

/* GENERAL CLASSES*/
.single-post .kids {
  display: block;
  margin-top: 10px; }

.kids i {
  margin-right: 5px; }

.categories {
  margin: 20px 0;
  margin: 2rem 0; }

.categories a {
  color: #FFF !important; }

.categories span {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.website {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.website i {
  margin-right: 5px; }

#program .categories {
  margin: -32px 0 0;
  margin: -3.2rem 0 0; }

.archive #content {
  text-align: center;
  padding: 60px 0 120px; }

.post section,
.page section,
.archive section {
  padding: 60px 0 120px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .post section,
    .page section,
    .archive section {
      padding: 60px 10px 120px; } }

.post section .entry,
.page section .entry {
  text-align: left; }

.post h1, .page h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 56px;
  line-height: 5.6rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.post h2, .page h2, .archive h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.post.hentry p, .page.hentry p {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

footer a, .post.hentry a, .page.hentry a {
  color: #F90; }

footer a:hover, footer a:focus, .post.hentry a:hover, .post.hentry a:focus, .page.hentry a:hover, .page.hentry a:focus {
  color: #FFF; }

.time_where {
  padding: 10px;
  border-top: 1px solid #FFF;
  margin: 0 0 10px;
  display: inline-block; }

.celebrating-9th-art .gallery .gallery-item img {
  margin: 10px;
  border: 1px solid #cfcfcf !important;
  padding: 9px;
  display: block;
  max-width: 90%;
  height: auto;
  border-radius: 5px; }

/*FORMS*/
label {
  font-size: 18px;
  display: block; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
select {
  margin: 5px 0;
  padding: 10px 15px;
  border: 0;
  font-size: 18px;
  max-width: 420px;
  color: #212121; }

select {
  width: 350px; }

input[type="file"] {
  width: 240px; }

input[type=submit] {
  color: #FFF;
  border: 5px solid #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin: 40px auto;
  position: relative;
  font-family: "Norwester",sans-serif;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  transition: all 500ms ease 0s;
  outline: 0px none;
  background: transparent;
  cursor: pointer; }

input[type=submit]:hover {
  background: #FFF;
  color: #444;
  cursor: pointer; }

.form_help {
  font-size: 12px;
  color: #cccccc;
  display: block; }

div.wpcf7-validation-errors {
  border: 2px solid #F90; }

div.wpcf7 h3 {
  font-size: 24px !important;
  margin-top: 40px; }

div.wpcf7 h3:before {
  content: '';
  margin-top: 5px;
  border-top: 5px solid #FFF;
  width: 62px;
  height: 1px;
  display: block;
  padding-bottom: 10px; }

.wpcf7-number {
  width: 80px; }

.wpcf7-checkbox > span {
  margin: 0; }

.wpcf7-checkbox > span > input {
  position: relative;
  bottom: 3px; }

.menu-noofcomics > select {
  width: 80px; }

/*=====================================
// # FIXED SIDE ELEMENTS
//===================================*/
.side_link {
  position: fixed;
  z-index: 2000;
  top: 120px;
  right: 10px; }
  .side_link a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    .side_link a:hover, .side_link a:focus {
      background-color: #09C !important;
      color: #FFF; }
  .side_link#language {
    font-family: 'Norwester', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem; }
    .side_link#language a {
      background-color: #F90; }
  .side_link#facebook {
    top: 160px; }
    .side_link#facebook a {
      background-color: #3b5998; }
  .side_link#instagram {
    top: 200px; }
    .side_link#instagram a {
      background-color: #e4405f; }

#responsive-menu-button {
  top: 15px !important;
  right: 8px !important;
  width: 40px !important;
  height: 40px !important;
  background: #424242 !important; }

/*=====================================
// # HEADER
//===================================*/
.header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000; }
  .header #navigation {
    padding: 10px 0;
    background-color: #000;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .header #navigation {
        display: none; } }
    .header #navigation .navigation_first {
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 5px; }
    .header #navigation .navigation_second {
      font-size: 18px;
      font-size: 1.8rem; }
    .header #navigation .navigation_first,
    .header #navigation .navigation_second {
      display: block;
      text-align: center;
      text-transform: lowercase;
      line-height: 1; }
      .header #navigation .navigation_first ul,
      .header #navigation .navigation_second ul {
        display: inline-block;
        margin: 0 auto; }
        .header #navigation .navigation_first ul li,
        .header #navigation .navigation_second ul li {
          display: inline-block; }
          .header #navigation .navigation_first ul li:after,
          .header #navigation .navigation_second ul li:after {
            content: '\2022'; }
          .header #navigation .navigation_first ul li:last-child:after,
          .header #navigation .navigation_second ul li:last-child:after {
            content: ''; }
          .header #navigation .navigation_first ul li a,
          .header #navigation .navigation_second ul li a {
            padding: 0 8px;
            color: #FFF;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            -webkit-transition: 250ms ease;
            -moz-transition: 250ms ease;
            -ms-transition: 250ms ease;
            -o-transition: 250ms ease;
            transition: 250ms ease; }
            .header #navigation .navigation_first ul li a:hover,
            .header #navigation .navigation_second ul li a:hover {
              color: #F90; }
  .header .brand {
    text-align: center;
    display: block;
    background-color: #000;
    width: 200px;
    height: 200px;
    padding: 20px 0;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .header .brand:hover {
      color: #FFF; }
    .header .brand #logo a {
      display: block; }
    .header .brand #logo img {
      display: block;
      margin: 0 auto;
      width: 100px;
      height: auto; }
    .header .brand #logo #con_dates,
    .header .brand #logo #con_time {
      font-family: 'Norwester', sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      line-height: 1.8rem;
      display: block; }
    .header .brand #logo #con_time {
      font-size: 18px;
      font-size: 1.8rem; }
    .header .brand.home {
      position: absolute;
      z-index: 1001;
      left: 20px;
      top: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      width: 260px;
      height: 260px; }
      @media only screen and (max-width: 767px) {
        .header .brand.home {
          position: static;
          width: 200px;
          height: 200px; } }
      .header .brand.home:hover {
        color: #FFF; }
      .header .brand.home #logo {
        margin: 20px 0 5px;
        margin: 2.0rem 0 0.5rem; }
        @media only screen and (max-width: 767px) {
          .header .brand.home #logo {
            margin: 0; } }
        .header .brand.home #logo img {
          width: 140px; }
          @media only screen and (max-width: 767px) {
            .header .brand.home #logo img {
              width: 100px; } }
        .header .brand.home #logo #con_dates,
        .header .brand.home #logo #con_time {
          font-size: 20px;
          font-size: 2rem;
          line-height: 20px;
          line-height: 2rem; }
          @media only screen and (max-width: 767px) {
            .header .brand.home #logo #con_dates,
            .header .brand.home #logo #con_time {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 18px;
              line-height: 1.8rem; } }
        .header .brand.home #logo #con_time {
          font-size: 21px;
          font-size: 2.1rem;
          line-height: 21px;
          line-height: 2.1rem; }
          @media only screen and (max-width: 767px) {
            .header .brand.home #logo #con_time {
              font-size: 18px;
              font-size: 1.8rem; } }
  .header #slider {
    background: transparent !important;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    overflow-x: hidden; }
    .header #slider .slides li img {
      max-width: 100%;
      max-height: 100%; }
    .header #slider .slides li #text {
      position: absolute;
      top: 0;
      right: 0;
      font-family: 'Norwester', sans-serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 20px;
      line-height: 2rem; }
      @media only screen and (max-width: 767px) {
        .header #slider .slides li #text {
          width: 100%;
          text-align: center;
          top: unset;
          bottom: 0;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 16px;
          line-height: 1.6rem; } }
      .header #slider .slides li #text a {
        display: block;
        padding: 10px;
        padding: 1rem;
        background: #F90; }
        @media only screen and (max-width: 767px) {
          .header #slider .slides li #text a {
            padding: 3px;
            padding: 0.3rem; } }
        .header #slider .slides li #text a:hover {
          background: #09C;
          color: #FFF; }

/*=====================================
// # MAIN CONTENT WRAPPER
//===================================*/
#wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 1000; }

/*=====================================
// # HOME WELCOME
//===================================*/
#welcome {
  text-align: center;
  padding: 60px 0;
  background-color: #FFF;
  color: #222; }
  #welcome #message {
    font-family: 'Roboto', sans-serif;
    font-weight: 100; }
    #welcome #message .fa {
      margin-bottom: 10px; }
    #welcome #message .countdown-show1,
    #welcome #message .open,
    #welcome #message #nextyear {
      font-size: 64px;
      line-height: 64px; }
    #welcome #message .countdown-descr {
      font-size: 32px;
      line-height: 32px; }
      @media only screen and (max-width: 320px) {
        #welcome #message .countdown-descr {
          font-size: 30px;
          line-height: 30px; } }
  #welcome .button {
    color: #222;
    border: 1px solid #222;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 8px 13px;
    padding: 0.8rem 1.3rem;
    display: inline-block;
    margin: 20px auto 0;
    position: relative;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);*/
    -webkit-transition: 1s ease;
    -moz-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
    outline: 0; }
    #welcome .button:hover {
      background: #222;
      color: #FFF;
      cursor: pointer; }

/*=====================================
// # HOME NEWS
//===================================*/
#news {
  padding: 10px 0;
  background-color: #FFF;
  color: #222; }
  #news .main {
    text-align: center;
    padding: 60px 10px;
    color: #FFF;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    font-weight: 300;
    border-bottom: 1px dashed #222;
    background: #00E4FF url("images/main.png"); }
    @media only screen and (max-width: 567px) {
      #news .main {
        padding: 40px 10px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        line-height: 2.8rem; } }
    #news .main p {
      max-width: 960px;
      margin: 0 auto; }
      #news .main p strong {
        font-weight: bold; }
      #news .main p a {
        color: #F90;
        font-weight: bold; }
  #news .ticker {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    height: 36px; }
    @media only screen and (max-width: 767px) {
      #news .ticker {
        height: 62px; } }
    @media only screen and (max-width: 375px) {
      #news .ticker {
        height: 88px; } }
    #news .ticker i {
      float: left;
      margin: 4px 8px 0;
      color: #222; }
    #news .ticker .mtphr-dnt-rotate-slide_up a {
      color: #222; }

/*=====================================
// # HOME PROGRAM
//===================================*/
#program {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    #program {
      padding: 60px 0; } }
  #program:before {
    position: absolute;
    top: -10px;
    left: 5%;
    content: '';
    width: 90%;
    height: 20px;
    background-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  #program #program_header {
    position: relative;
    text-align: center;
    overflow: hidden; }
    #program #program_header h2 {
      font-family: 'Norwester', sans-serif;
      font-size: 300px;
      line-height: 300px; }
      @media only screen and (max-width: 1280px) {
        #program #program_header h2 {
          font-size: 25vw;
          line-height: 23vw; } }
    #program #program_header img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2000;
      width: 100%; }
  #program .the_days_wrapper {
    height: 60px; }
    @media only screen and (max-width: 1023px) {
      #program .the_days_wrapper {
        height: 0px; } }
    #program .the_days_wrapper .the_days {
      background: #222;
      -webkit-transition: top 1s ease;
      -moz-transition: top 1s ease;
      -ms-transition: top 1s ease;
      -o-transition: top 1s ease;
      transition: top 1s ease; }
      @media only screen and (max-width: 1023px) {
        #program .the_days_wrapper .the_days {
          display: none; } }
      #program .the_days_wrapper .the_days.the_top {
        width: 100%;
        max-width: 1280px;
        position: fixed;
        top: 0;
        z-index: 9000;
        -webkit-transition: top 1s ease;
        -moz-transition: top 1s ease;
        -ms-transition: top 1s ease;
        -o-transition: top 1s ease;
        transition: top 1s ease; }
      #program .the_days_wrapper .the_days > h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 50px;
        font-size: 5rem;
        line-height: 50px;
        line-height: 5rem;
        text-align: center;
        position: relative;
        margin: 0; }
        #program .the_days_wrapper .the_days > h2:after {
          content: '';
          display: block;
          width: 80%;
          border-bottom: 2px solid #FFF;
          margin: 0 auto; }
        #program .the_days_wrapper .the_days > h2 > span {
          font-weight: 700; }
  #program .day h2 {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    text-align: center;
    position: relative;
    margin-top: 60px; }
    @media only screen and (max-width: 1023px) {
      #program .day h2 {
        display: block; } }
    #program .day h2:after {
      content: '';
      display: block;
      width: 80%;
      border-bottom: 2px solid #FFF;
      margin: 0 auto; }
    #program .day h2 > span {
      font-weight: 700; }
  #program .day .item, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item {
    position: relative;
    text-align: center;
    -webkit-transition: 250ms ease;
    -moz-transition: 250ms ease;
    -ms-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    position: relative;
    padding: 0 20px;
    padding: 0 2rem; }
    #program .day .item .image_done, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image_done, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item .image_done, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .image_done, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item .image_done {
      position: absolute;
      top: 50px;
      left: calc(50% - 90px);
      background: rgba(33, 33, 33, 0.3); }
    #program .day .item .link, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .link, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item .link, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .link, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item .link {
      display: block;
      margin-top: 20px;
      margin-top: 2rem;
      padding: 20px 10px 0;
      padding: 2rem 1rem 0;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
      #program .day .item .link .happening_now {
        margin: 0 40px 20px;
        padding: 5px 0; }
      #program .day .item .link:hover {
        background-color: #000;
        color: #FFF; }
      #program .day .item .link:focus {
        color: #FFF; }
    #program .day .item .image img, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image img, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item .image img, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .image img, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item .image img {
      background: #FFF;
      padding: 10px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5); }
    #program .day .item h3, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item h3, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item h3, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item h3, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item h3 {
      padding: 20px 0 0;
      padding: 2rem 0 0;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 28px;
      line-height: 2.8rem;
      margin-bottom: 10px; }
    #program .day .item .content, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .content, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item .content, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .content, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item .content {
      line-height: 150%;
      font-weight: 300;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px;
      margin-bottom: 2rem;
      display: inline-block; }
    #program .day .item:last-child, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item:last-child, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div #program .day .item:last-child, #program .day .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item:last-child, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div #program .day .item:last-child {
      margin-bottom: 0; }
  #program #more_coming {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-top: 80px;
    margin-top: 8rem;
    float: left;
    width: 100%; }
    #program #more_coming i {
      margin-right: 10px;
      margin-right: 1rem; }

/*=====================================
// # ComicdomconGO
//===================================*/
.page-template-page-comicdomcongo .item, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted;
  position: relative; }
  .page-template-page-comicdomcongo .item .image_done, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image_done, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .image_done {
    display: none;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 60px);
    z-index: 6;
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 155px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 1px 1px 5px 15px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 5px 15px rgba(0, 0, 0, 0.8); }
    .page-template-page-comicdomcongo .item .image_done img, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image_done img, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .image_done img {
      display: inline;
      width: 90px;
      height: auto; }
  .page-template-page-comicdomcongo .item .happening_now, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .happening_now, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .happening_now,
  .page-template-page-comicdomcongo .item .coming_soon,
  .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .coming_soon,
  .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .coming_soon {
    display: none;
    width: 50%;
    margin: 0 auto 5px;
    text-align: center;
    border-radius: 5px; }
  .page-template-page-comicdomcongo .item .image, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .image {
    float: left;
    margin-right: 10px; }
    .page-template-page-comicdomcongo .item .image img, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image img, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .image img {
      width: 60px;
      height: auto;
      border: 2px solid #FFF;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .page-template-page-comicdomcongo .item .title, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .title, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .title {
    display: table;
    height: 60px; }
    .page-template-page-comicdomcongo .item .title h3, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .title h3, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .title h3 {
      display: table-cell;
      vertical-align: middle;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 20px;
      line-height: 2rem; }
    .page-template-page-comicdomcongo .item .title .categories, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .title .categories, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .title .categories {
      display: table-row;
      margin: 0; }
      .page-template-page-comicdomcongo .item .title .categories span, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .title .categories span, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .title .categories span {
        padding: 2px 3px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem; }
        .page-template-page-comicdomcongo .item .title .categories span.kids, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .title .categories span.kids, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .title .categories span.kids {
          background-color: #248EDD; }
  .page-template-page-comicdomcongo .item .info, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .info, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .info {
    clear: both;
    margin: 12px 0 10px; }
    .page-template-page-comicdomcongo .item .info > div, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .info > div, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .info > div {
      text-align: center;
      font-weight: 300;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      line-height: 1.6rem;
      padding: 2px; }
      .page-template-page-comicdomcongo .item .info > div .fa, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .info > div .fa, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .info > div .fa {
        display: block; }
  .page-template-page-comicdomcongo .item .content, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .content, .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div .item .content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem; }
.page-template-page-comicdomcongo .responsive-menu-button {
  display: none !important; }
.page-template-page-comicdomcongo .comicdomcongo-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #222; }
  .page-template-page-comicdomcongo .comicdomcongo-header:after {
    position: absolute;
    z-index: 5;
    top: 96px;
    left: 5%;
    content: '';
    width: 90%;
    height: 20px;
    background-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: blur(10px);
    filter: blur(10px); }
  .page-template-page-comicdomcongo .comicdomcongo-header h1 {
    font-family: 'Norwester', sans-serif;
    text-align: center;
    font-size: 40px;
    font-size: 4.0rem;
    margin: 5px 0 0; }
    .page-template-page-comicdomcongo .comicdomcongo-header h1 span {
      color: #FFFF0C; }
  .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav {
    position: relative;
    z-index: 10; }
    .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav button {
      background-color: #222;
      border: 0;
      font-weight: 300;
      padding: 5px 0;
      font-size: 12px;
      -webkit-border-radius: 0;
      border-radius: 0;
      outline: 0; }
      .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav button > span {
        display: block;
        font-size: 16px; }
      .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav button#go-news {
        position: relative; }
        .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav button#go-news .fa-bell {
          position: absolute;
          color: #FFFF0C;
          top: 9px;
          right: 22px; }
      .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav button.selected {
        font-weight: normal;
        background-color: #848484; }
      .page-template-page-comicdomcongo .comicdomcongo-header .comicdomcongo-nav button:focus {
        outline: 0; }
.page-template-page-comicdomcongo section {
  padding: 106px 0 0; }
  .page-template-page-comicdomcongo section .comicdomcongo-content > article {
    display: none;
    text-align: left;
    padding: 30px 15px; }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article.selected {
      display: block; }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now h2 {
      text-align: center;
      width: 90%;
      margin: 50px auto 20px;
      border-bottom: 3px solid;
      padding-bottom: 20px; }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .coming_soon,
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .happening_now,
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-now > div .item .image_done {
      display: none !important; }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div {
      display: none; }
      .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div.selected {
        display: block; }
      .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div h2 {
        text-align: center;
        width: 50%;
        margin: 0 auto 20px;
        border-bottom: 3px solid;
        padding-bottom: 20px;
        font-weight: 100;
        position: relative; }
        .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div h2 > span {
          font-weight: normal; }
        .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program > div h2 .today {
          display: none;
          padding: 1px 2px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 12px;
          line-height: 1.2rem;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background-color: #FFFF0C;
          color: #212121;
          width: 35px;
          position: absolute;
          bottom: 2px;
          left: calc(50% - 15px); }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program .comicdomcongo-days {
      position: fixed;
      z-index: 10;
      bottom: 0;
      width: calc(100% - 20px);
      height: 45px;
      background-color: #222;
      border-top: 2px solid #848484; }
      .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program .comicdomcongo-days button {
        background-color: #222;
        height: 45px;
        border: 0;
        font-weight: 300;
        padding: 5px 0;
        font-size: 14px;
        -webkit-border-radius: 0;
        border-radius: 0;
        outline: 0;
        text-align: center; }
        .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program .comicdomcongo-days button.selected {
          background-color: #848484; }
        .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program .comicdomcongo-days button:focus {
          outline: 0; }
        .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-program .comicdomcongo-days button span {
          display: none;
          padding: 1px 2px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 12px;
          line-height: 1.2rem;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background-color: #FFFF0C;
          color: #212121;
          width: 35px;
          margin: 0 auto 0px;
          position: relative;
          bottom: 4px; }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-news h2 {
      text-align: center; }
    .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-news li {
      margin-bottom: 20px;
      padding: 0 20px 20px;
      border-bottom: 1px dotted;
      font-weight: 100; }
      .page-template-page-comicdomcongo section .comicdomcongo-content > article#comicdomcongo-news li span {
        margin-right: 10px; }
.page-template-page-comicdomcongo .comicdomcongo-footer {
  position: relative;
  z-index: 5;
  background-color: #222;
  font-size: 12px;
  font-size: 1.2rem; }

/*=====================================
// # SINGLE + PAGE
//===================================*/
.mapp-layout {
  max-width: 100%; }

/*SINGLE*/
.header_image, .trailer {
  display: inline-block;
  background: #FFF;
  padding: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5); }

.header_image img {
  display: block;
  width: 100%; }

.comicdom-cosplay .header_image, .comicdom-awards .header_image {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

.post .entry {
  margin: 40px 0;
  margin: 4rem 0; }

.post .entry h3, .page .entry h3 {
  font-size: 120%;
  line-height: 120%;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.post .entry strong, .page .entry strong {
  font-weight: bold; }

.comicdom-cosplay .entry em {
  font-style: italic;
  font-size: 180%;
  line-height: 140%;
  opacity: 0.9;
  display: block;
  margin: 40px 20% 20px;
  margin: 4rem 20% 2rem;
  width: 60%; }

.fanzines-erasitexnika-entipa-autoekdoseis .entry {
  width: 60%;
  margin-left: 20%; }

.fanzines-erasitexnika-entipa-autoekdoseis ol {
  list-style-type: decimal-leading-zero;
  text-align: left;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.fanzines-erasitexnika-entipa-autoekdoseis ol li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: bold;
  list-style-position: inside;
  color: #F90; }

.fanzines-erasitexnika-entipa-autoekdoseis ol li span {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: normal;
  color: #FFF; }

.who {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.who dt {
  font-weight: bold; }

.who dd {
  opacity: 0.75; }

.page.contact-us strong {
  font-size: 125%; }

.page.contact-us p {
  border-top: 1px dotted #FFF;
  padding: 40px 0;
  padding: 4rem 0; }

.page.contact-us p:first-child {
  border-top: 0; }

.page.contact-us .fa-facebook, .page.contact-us .fa-twitter, .page.contact-us .fa-map-marker {
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem; }

.page.contact-us .fa-mobile, .page.contact-us .fa-envelope {
  margin-right: 5px; }

.page.grand-sponsors table,
.page.media-sponsors table,
.page.participants table,
.page.affiliates table {
  margin: 60px auto; }

.page.grand-sponsors table tr,
.page.media-sponsors table tr,
.page.participants table tr,
.page.affiliates table tr {
  border-bottom: 1px dotted #FFF;
  margin-bottom: 20px; }

.page.grand-sponsors table td,
.page.media-sponsors table td,
.page.participants table td,
.page.affiliates table td {
  padding: 20px 0;
  vertical-align: middle;
  width: 50%; }

.page.grand-sponsors table td img,
.page.media-sponsors table td img,
.page.participants table td img,
.page.affiliates table td img {
  width: 60%;
  max-width: 200px;
  height: auto;
  display: block;
  border: 5px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  background: #fff; }

.post-password-form input {
  border: 0;
  padding: 7px 10px; }

.post-password-form input[type="submit"] {
  color: #FFF;
  background: #F90;
  cursor: pointer; }

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background: #09C; }

.page.about h4 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-top: 64px;
  margin-top: 6.4rem; }

.page.about blockquote {
  width: 60%;
  margin: 60px 20% 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem; }

.page.about blockquote i {
  display: block;
  font-size: 80px;
  line-height: 80px; }

.page.about em {
  font-family: 'Norwester', sans-serif;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  border-bottom: 3px solid #FFF;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  display: block;
  padding-bottom: 40px;
  padding-bottom: 4rem; }

.post.category-workshops .workshop_status {
  padding: 20px;
  padding: 2rem;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  border: 1px dotted #FFF;
  border-left: 0;
  border-right: 0;
  text-align: center; }

.post.category-workshops .workshop_status i {
  display: block;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 64px;
  line-height: 6.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

#wrapper .post ul,
#wrapper .page ul,
#wrapper .post ol,
#wrapper .page ol {
  margin: 0 auto 20px;
  width: 70%;
  text-align: left; }

#wrapper .post ul,
#wrapper .page ul {
  list-style-type: disc; }

#wrapper .post ol,
#wrapper .page ol {
  list-style-type: decimal; }

#wrapper .post li,
#wrapper .page li {
  padding-bottom: 5px; }

/*ARCHIVES*/
.archive-content {
  margin: 0 auto 40px;
  margin: 0 auto 4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  border-bottom: 1px dotted #FFF;
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .archive-content {
      width: 90%; } }

.archive-content:first-child {
  margin-top: 40px;
  margin-top: 4rem; }

.archive-content:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.archive-content .image img {
  background: #FFF;
  padding: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5); }

.archive-content .image-partner img {
  background: #FFF;
  padding: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5); }

/*=====================================
// # FOOTER
//===================================*/
.sponsors-container {
  background-color: #1C1C1C; }
  .sponsors-container #sponsors {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 120px 20px; }
    .sponsors-container #sponsors h2 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px;
      line-height: 3rem;
      text-align: right;
      display: block;
      border-bottom: 1px solid #FFF;
      margin-bottom: 40px;
      font-weight: 300; }
      .sponsors-container #sponsors h2.large {
        font-size: 50px;
        font-size: 5rem;
        line-height: 50px;
        line-height: 5rem; }
      .sponsors-container #sponsors h2.huge {
        font-size: 70px;
        font-size: 7rem;
        line-height: 70px;
        line-height: 7rem;
        font-weight: bold; }
    .sponsors-container #sponsors > div {
      margin-bottom: 40px;
      margin-bottom: 4rem; }
      .sponsors-container #sponsors > div .sponsor {
        margin: 10px; }
        .sponsors-container #sponsors > div .sponsor a {
          display: block; }
        .sponsors-container #sponsors > div .sponsor img {
          width: calc(100% - 10px);
          height: auto;
          display: block;
          border: 5px solid #fff;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background: #fff; }
    .sponsors-container #sponsors #financial_support .sponsor,
    .sponsors-container #sponsors #sponsors_gold .sponsor {
      width: calc(33.3333% - 20px);
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #financial_support .sponsor,
        .sponsors-container #sponsors #sponsors_gold .sponsor {
          width: calc(50% - 20px); } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #financial_support .sponsor,
        .sponsors-container #sponsors #sponsors_gold .sponsor {
          width: calc(100% - 20px); } }
    .sponsors-container #sponsors #financial_support .grid-sizer,
    .sponsors-container #sponsors #sponsors_gold .grid-sizer {
      width: 33.3333%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #financial_support .grid-sizer,
        .sponsors-container #sponsors #sponsors_gold .grid-sizer {
          width: 50%; } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #financial_support .grid-sizer,
        .sponsors-container #sponsors #sponsors_gold .grid-sizer {
          width: 100%; } }
    .sponsors-container #sponsors #sponsors_grand .sponsor {
      width: calc(25% - 20px);
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #sponsors_grand .sponsor {
          width: calc(33.3333% - 20px); } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #sponsors_grand .sponsor {
          width: calc(50% - 20px); } }
    .sponsors-container #sponsors #sponsors_grand .grid-sizer {
      width: 25%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #sponsors_grand .grid-sizer {
          width: 33%; } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #sponsors_grand .grid-sizer {
          width: 50%; } }
    .sponsors-container #sponsors #sponsors_affliates .sponsor,
    .sponsors-container #sponsors #sponsors_creative .sponsor,
    .sponsors-container #sponsors #sponsors_media .sponsor {
      width: calc(20% - 20px);
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #sponsors_affliates .sponsor,
        .sponsors-container #sponsors #sponsors_creative .sponsor,
        .sponsors-container #sponsors #sponsors_media .sponsor {
          width: calc(25% - 20px); } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #sponsors_affliates .sponsor,
        .sponsors-container #sponsors #sponsors_creative .sponsor,
        .sponsors-container #sponsors #sponsors_media .sponsor {
          width: calc(33.333% - 20px); } }
      @media only screen and (max-width: 375px) {
        .sponsors-container #sponsors #sponsors_affliates .sponsor,
        .sponsors-container #sponsors #sponsors_creative .sponsor,
        .sponsors-container #sponsors #sponsors_media .sponsor {
          width: calc(50% - 20px); } }
    .sponsors-container #sponsors #sponsors_affliates .grid-sizer,
    .sponsors-container #sponsors #sponsors_creative .grid-sizer,
    .sponsors-container #sponsors #sponsors_media .grid-sizer {
      width: 20%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #sponsors_affliates .grid-sizer,
        .sponsors-container #sponsors #sponsors_creative .grid-sizer,
        .sponsors-container #sponsors #sponsors_media .grid-sizer {
          width: 25%; } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #sponsors_affliates .grid-sizer,
        .sponsors-container #sponsors #sponsors_creative .grid-sizer,
        .sponsors-container #sponsors #sponsors_media .grid-sizer {
          width: 33.3333%; } }
      @media only screen and (max-width: 375px) {
        .sponsors-container #sponsors #sponsors_affliates .grid-sizer,
        .sponsors-container #sponsors #sponsors_creative .grid-sizer,
        .sponsors-container #sponsors #sponsors_media .grid-sizer {
          width: 50%; } }
    .sponsors-container #sponsors #sponsors_participants .sponsor {
      width: calc(12.5% - 20px);
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #sponsors_participants .sponsor {
          width: calc(20% - 20px); } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #sponsors_participants .sponsor {
          width: calc(25% - 20px); } }
      @media only screen and (max-width: 375px) {
        .sponsors-container #sponsors #sponsors_participants .sponsor {
          width: calc(33.3333% - 20px); } }
    .sponsors-container #sponsors #sponsors_participants .grid-sizer {
      width: 12.5%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .sponsors-container #sponsors #sponsors_participants .grid-sizer {
          width: 20%; } }
      @media only screen and (max-width: 567px) {
        .sponsors-container #sponsors #sponsors_participants .grid-sizer {
          width: 25%; } }
      @media only screen and (max-width: 375px) {
        .sponsors-container #sponsors #sponsors_participants .grid-sizer {
          width: 33.3333%; } }
    .sponsors-container #sponsors:before {
      position: absolute;
      top: -10px;
      left: 5%;
      content: '';
      width: 90%;
      height: 20px;
      background-color: #000;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-filter: blur(10px);
      filter: blur(10px); }

footer {
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  text-align: center;
  padding: 20px 0;
  padding: 2rem 0;
  background-color: #1C1C1C;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem; }

/*TABS*/
#wrapper .responsive-tabs {
  margin-bottom: 40px; }

#wrapper .responsive-tabs-wrapper .responsive-tabs__list {
  height: 40px;
  margin: 40px auto 0;
  width: auto;
  display: inline-block; }

#wrapper .responsive-tabs .responsive-tabs__list__item {
  background: #787878;
  border: 0;
  border-radius: 0;
  color: #FFF;
  margin-right: 0;
  padding: 10px; }

#wrapper .responsive-tabs .responsive-tabs__list__item--active,
#wrapper .responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #F90;
  border: 0;
  border-bottom: 4px bottom #FFF;
  color: #FFF; }

#wrapper .responsive-tabs .responsive-tabs__panel {
  background: transparent;
  border: 6px solid #F90;
  margin-top: -7px;
  padding: 40px 20px; }

/*=====================================
// # PAGE TEMPLATE: MERCHANDISE
//===================================*/
.page-template-page-merchandise .items > div {
  text-align: center; }
  .page-template-page-merchandise .items > div h2 {
    margin: 40px 0; }
  .page-template-page-merchandise .items > div > img {
    max-width: 95%;
    border: 20px solid #FFF;
    margin-bottom: 20px; }
  .page-template-page-merchandise .items > div table {
    width: 100%;
    margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */
