@font-face {
  font-family: 'LeagueGothicRegular';
  src: url("../fonts/League_Gothic-webfont.eot");
  src: url("../fonts/League_Gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/League_Gothic-webfont.woff") format("woff"), url("../fonts/League_Gothic-webfont.ttf") format("truetype"), url("../fonts/League_Gothic-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  margin: auto;
  text-align: center;
  font: 21px/1.4em "LeagueGothicRegular", "Arial Narrow", "Arial";
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#test {
  width: 1200px;
  box-sizing: border-box;
  border: 4px solid red;
  margin: auto;
  text-align: left;
  height: 100px;
}
#test div {
  width: 1200px;
  box-sizing: border-box;
  border: 4px solid green;
  margin: auto;
  text-align: left;
  height: 100px;
}

#footer {
  box-sizing: border-box;
  border: 1px solid black;
  margin: auto;
  text-align: left;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-top: 50px;
  padding-left: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #footer {
    width: 100%;
  }
}

#container {
  width: 1200px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid black;
  border-top: none;
  margin: auto;
  text-align: left;
  min-height: 600px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  #container {
    width: 100%;
    display: block;
  }
}
#container div.jtile {
  box-sizing: border-box;
  padding-bottom: 35px;
}
#container div.jtile img {
  width: 100%;
  display: block;
}
#container div.jtile h2 {
  font-size: 26px;
  line-height: 1em;
  padding-left: 35px;
  margin-top: 15px;
  text-transform: uppercase;
}
#container div.jtile h2 a {
  color: black;
  text-decoration: none;
}
#container div.jtile h2 a:hover {
  text-decoation: underline;
}
#container div.jtile div.postmeta {
  margin: 0px !important;
  line-height: 1.6em !important;
}
#container div.jtile div.credits {
  font-family: "LeagueGothicRegular", "Arial Narrow", "Arial" !important;
  font-size: 21px !important;
}
#container div.jtile div.excerp {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  font-family: "Arial Narrow", "Arial";
  line-height: 1.4em;
  margin-top: 1em;
}
#container div.jtile div.excerp a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#container div.jtile div.excerp a:hover {
  text-decoration: underline;
}
#container div.tile {
  width: 25%;
  height: 450px;
  height: auto;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
#container div.tile:nth-child(4n) {
  border-right: none;
}
@media only screen and (min-width: 1441px) {
  #container div.tile {
    width: 16.6666666667%;
    height: auto;
  }
  #container div.tile:nth-child(4n) {
    border-right: 1px solid black;
  }
  #container div.tile:nth-child(6n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  #container div.tile {
    width: 100%;
    height: auto;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }
}
#container div.tile div.img {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: black;
  overflow: hidden;
}
#container div.tile div.img a img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.75s ease;
}
#container div.tile div.img a img:hover {
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0.5;
}
#container div.tile div.info {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
}
#container div.tile div.info a {
  color: black;
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.0em;
  padding-left: 15px;
}
#container div.tile div.info a.title {
  text-transform: uppercase;
  padding-top: 16px;
  display: block;
}
#container #post {
  clear: both;
  margin-left: 198px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 801px;
  padding-top: 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #container #post {
    width: 100%;
    border-left: none;
    border-right: none;
    margin-left: 0px;
  }
}
#container #post.journal {
  padding-top: 0px;
}
#container #post.journal h1 {
  padding-top: 45px;
}
#container #post h1 {
  font-size: 26px;
  line-height: 1em;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  #container #post h1 {
    padding-left: 20px;
  }
}
#container #post div.postmeta {
  padding-left: 35px;
  font-size: 12px;
  font-family: 'Arrial Narrow',Arial,Helvetica;
  line-height: 1.6em;
  color: grey;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  #container #post div.postmeta {
    padding-left: 20px;
  }
}
#container #post div.postmeta a {
  color: black;
  text-decoration: none;
}
#container #post div.postmeta a:hover {
  text-decoration: underline;
}
#container #post div.credits {
  padding-left: 35px;
  font-size: 12px;
  font-family: 'Arrial Narrow',Arial,Helvetica;
}
@media only screen and (max-width: 767px) {
  #container #post div.credits {
    padding-left: 20px;
  }
}
#container #post h2.info {
  padding-left: 35px;
  font-size: 12px;
  font-family: 'Arrial Narrow',Arial,Helvetica;
}
@media only screen and (max-width: 767px) {
  #container #post h2.info {
    padding-left: 20px;
  }
}
#container #post #content {
  font-size: 12px;
  font-family: 'Arrial Narrow',Arial,Helvetica;
  line-height: 1.6em;
}
#container #post #content h1 {
  font: 26px/1.4em "LeagueGothicRegular", "Arial Narrow", "Arial";
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  #container #post #content h1 {
    padding-left: 20px;
  }
}
#container #post #content h2 {
  font: 22px/1.4em "LeagueGothicRegular", "Arial Narrow", "Arial";
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  #container #post #content h2 {
    padding-left: 20px;
  }
}
#container #post #content h3 {
  font: 18px/1.4em "LeagueGothicRegular", "Arial Narrow", "Arial";
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  #container #post #content h3 {
    padding-left: 20px;
  }
}
#container #post #content a {
  color: black;
  text-decoration: none;
}
#container #post #content a:hover {
  text-decoration: underline;
}
#container #post #content strong {
  font-weight: bold;
}
#container #post #content p {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #container #post #content p {
    padding-left: 20px;
    text-align: left;
  }
}
#container #post #content img {
  width: 100% !important;
  height: auto !important;
}
#container #post #nav {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid black;
  height: 50px;
}
#container #post #nav a {
  color: black;
  width: 100%;
  height: 50px;
  display: block;
  background-color: white;
  text-decoration: none;
}
#container #post #nav a:hover {
  background-color: black;
  color: white;
}
#container #post #nav #navleft {
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  border-right: 1px solid black;
  text-align: center;
  float: left;
  font-size: 21px;
  line-height: 50px;
}
#container #post #nav #navright {
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  font-size: 21px;
  line-height: 50px;
}

#mobilemenutoggler {
  width: 100%;
  height: 35px;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: none;
  background-color: white;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #mobilemenutoggler {
    display: block;
  }
}

#menumobile {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
  z-index: 1;
  background-color: white;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #menumobile {
    display: block;
  }
}
#menumobile #mobilelogos {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 1px solid black;
  position: relative;
  background-color: white;
  z-index: 9999;
}
#menumobile #logomobile {
  width: 25%;
  border-right: 1px solid black;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
#menumobile #logomobile img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#menumobile #logomobilelong {
  width: 75%;
  border-right: 1px solid black;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
#menumobile #logomobilelong img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#menumobile a.section {
  position: relative;
  z-index: 0;
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid black;
  float: left;
  border-bottom: 1px solid black;
  font-size: 21px;
  color: black;
  display: block;
  line-height: 80px;
  background-color: white;
  text-decoration: none;
  margin-top: -81px;
  transition: all 0.75s ease;
}
#menumobile a.section:nth-child(3) {
  border-left: 1px solid black;
}
#menumobile a.section:hover {
  background-color: black;
  color: white;
}
#menumobile a.section.active {
  margin-top: 0px;
}

#menu {
  width: 1200px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  clear: both;
  overflow: hidden;
  position: relative;
  background-color: white;
  z-index: 1;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  #menu {
    display: none;
  }
}
#menu #logo {
  width: 200px;
  height: 150px;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
@media only screen and (max-width: 767px) {
  #menu #logo {
    width: 33.333%;
    height: auto;
    border-right: none;
  }
}
#menu #logo a img {
  box-sizing: border-box;
  display: block;
  margin: 0px;
  width: 100%;
}
#menu #logolong {
  width: 400px;
  height: 150px;
  float: left;
  box-sizing: border-box;
  display: block;
  border-right: 1px solid black;
  border-left: 1px solid white;
}
@media only screen and (max-width: 767px) {
  #menu #logolong {
    width: 66.666%;
    height: auto;
  }
}
#menu #logolong a img {
  box-sizing: border-box;
  display: block;
  margin: 0px;
  width: 100%;
}
#menu .section {
  width: 100px;
  height: 150px;
  float: left;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid black;
  color: black;
  text-decoration: none;
  font-size: 21px;
  line-height: 150px;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #menu .section {
    width: 70px;
  }
}
#menu .section:hover {
  color: white;
  background-color: black;
}
#menu #social {
  width: 100px;
  height: 150px;
  float: right;
  box-sizing: border-box;
  border-left: 1px solid black;
}
@media only screen and (max-width: 1199px) {
  #menu #social {
    width: 70px;
  }
}
#menu #social .selement {
  display: block;
  box-sizing: border-box;
  color: black;
  width: 100%;
  height: 50px;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  cursor: pointer;
  transition: all 0.5s ease;
}
#menu #social .selement:nth-child(3n) {
  border-bottom: none;
}
#menu #social .selement:hover {
  color: white;
  background-color: black;
}

#categories {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  margin: auto;
  position: relative;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  clear: both;
  transition: all 0.75s ease;
  margin-top: -50px;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  #categories {
    width: 1020px;
  }
}
@media only screen and (max-width: 767px) {
  #categories {
    width: 100%;
    margin-top: -100%;
    height: auto;
  }
}
#categories.active {
  margin-top: 0px !important;
}
#categories a.category {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  float: left;
  width: 8.333333%;
  height: 50px;
  color: black;
  border-right: 1px solid black;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  #categories a.category {
    width: 50%;
    border-bottom: 1px solid black;
  }
  #categories a.category:nth-child(2n+1) {
    border-left: 1px solid black;
  }
}
#categories a.category:nth-child(1) {
  border-left: 1px solid black;
}
#categories a.category:hover {
  color: white;
  background-color: black;
}
#categories a.category.active {
  color: white;
  background-color: black;
}

.page-contact h1 {
  text-align: center;
  margin-bottom: 15px;
}
.page-contact #post {
  border-bottom: 1px solid black;
  padding-bottom: 50px;
}
.page-contact form p {
  display: block;
  box-sizing: border-box;
  border-top: 1px solid black;
  overflow: hidden;
  padding: 0px !important;
}
.page-contact form p > span {
  width: 400px;
  float: left;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .page-contact form p > span {
    width: 70%;
  }
}
.page-contact form p > span input {
  border: 1px solid white;
  font-size: 12px;
  line-height: 1em;
  width: 90%;
  height: 30px;
}
.page-contact form p > span input:focus {
  outline: none;
  border: 1px solid #ccc;
}
.page-contact form p > span textarea {
  border: 1px solid white;
  font-size: 12px;
  line-height: 1em;
  width: 90%;
}
.page-contact form p > span textarea:focus {
  outline: none;
  border: 1px solid #ccc;
}
.page-contact form p label {
  width: 199px;
  display: block;
  box-sizing: border-box;
  float: right;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-family: "LeagueGothicRegular", "Arial Narrow", "Arial";
  text-transform: lowercase;
}
@media only screen and (max-width: 767px) {
  .page-contact form p label {
    width: 30%;
  }
}
.page-contact form p input.wpcf7-submit {
  border: none;
  background-color: none;
  box-shadow: none;
  width: 100%;
  background-color: white;
  font-size: 21px;
  font-family: "LeagueGothicRegular", "Arial Narrow", "Arial";
  text-transform: lowercase;
  line-height: 50px;
  cursor: pointer;
  outline: none;
}
.page-contact form p input.wpcf7-submit:hover {
  background-color: black;
  color: white;
}
.page-contact form div.wpcf7-response-output {
  border: none !important;
  text-align: center;
  font-size: 18px;
  font-family: "LeagueGothicRegular", "Arial Narrow", "Arial";
}
.page-contact form div.wpcf7-validation-errors {
  border: none !important;
}

#socialholder {
  height: 35px;
  width: 75%;
  text-align: right;
  float: left;
}
#socialholder a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
}
#socialholder a img {
  width: 20px;
  height: 20px;
}
#socialholder a:nth-child(3) {
  margin-right: 30px;
}

#hamburgerholder {
  height: 35px;
  width: 25%;
  text-align: center;
  float: left;
}

.hamburger {
  cursor: pointer;
  z-index: 99999;
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
  margin-top: 5px;
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 2px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  -mstransition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -ms-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
