/*
	Theme Name: InfiniteEchoes
	Theme URI: https://infiniteecho.ca
	Description: The theme for InfiniteEcho.ca
	Version: 10.1
	Author: Winston Lanyon
	Author URI: https://infiniteecho.ca
	Tags: infinity, infinite, infiniteecho, echo, echoes, infiniteechoes

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    GLOBAL PROPERTIES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE BREAKPOINT MIXINS
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font: 300 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f2f2f7;
  width: 100%;
  height: 100%;
}

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

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #F0F0F0;
  text-decoration: none;
}

a.noul, a:hover.noul {
  border-bottom: none;
}

main a {
  border-bottom: 1px rgba(209, 165, 22, 0.3) solid;
}

main a:hover {
  border-bottom: 1px #D1A516 solid;
}

a:hover {
  color: #F8F8F8;
  text-shadow: 0 0 2px #D1A516;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/* centreContainer */
.centreContainer, section {
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 900px) {
  .centreContainer, section {
    padding: 0 100px;
  }
}

/* header */
.header {
  background-color: #000000;
  background-image: url("img/infinitybg_dark_short.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-bottom: 2px #000000 solid;
}
.header .centreContainer {
  height: 100px;
  display: flex;
  align-items: center;
}

/* logo */
/* nav */
.nav ul {
  list-style-type: none;
}
.nav li {
  display: inline-block;
  margin-right: 40px;
  padding: 4px 1px 2px 0;
  border-bottom: 2px #010103 solid;
}
.nav li.current-menu-item {
  border-bottom: 2px #D1A516 ridge;
}

main {
  flex: 1 0 auto;
}

main, aside {
  padding: 1em 0;
  background-color: rgba(1, 1, 3, 0.9);
}

/* sidebar */
/* footer */
.footer {
  background-color: #010103;
  border-top: 2px #000000 solid;
  box-shadow: 0 50vh 0 50vh #010103;
}

.footer .copyright {
  font-size: 80%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/**** ALL CONTENT PAGES */
figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-block-quote.is-style-large, .wp-block-quote.is-style-default {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-video {
  margin: 0 auto;
}

/**** SINGLE POST PAGE */
body.single img.attachment-post-thumbnail {
  display: block;
  margin: 0 auto;
}

body.single main img, body.single main video {
  box-shadow: 0 0 20px 5px #212121;
  padding: 10px;
}

body.single article h1 {
  margin-bottom: 0.2em;
}

.date, .author, .comments, .authorStatement, .categoryStatement {
  font-size: 80%;
}

.content {
  margin-top: 1em;
  padding: 2.5em 0;
  border-top: 2px #FFF solid;
  border-bottom: 2px #FFF solid;
}

/**** CATEGORIES PAGE */
body.category-visual-artistry section h1 {
  text-shadow: 0 0 6px #00B2E5;
}

body.category-soundscape-architecture section h1 {
  text-shadow: 0 0 6px #E76D91;
}

body.category-cognitive-design section h1 {
  text-shadow: 0 0 6px #D1A516;
}

/**** CONTACT PAGE */
.nf-form-fields-required {
  margin-bottom: 20px;
  font-size: 10px;
  text-align: right;
}

/*------------------------------------*\
	ART
\*------------------------------------*/
#infinityWrapper {
  position: absolute;
  /*top: 0px;*/
  /*left: 0px;*/
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  /*background-color: #020204;*/
  color: initial;
  z-index: -1;
}

#bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("img/infinity_light_sized.png");
}

#alphabg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("img/infinitybg_dark.png");
}

.bg {
  background-position: center;
  background-size: auto auto;
  background-repeat: no-repeat;
  overflow: hidden;
}

#canvasWrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 5000vh 0 5000vh #010103;
}

#lineCanvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-weight: normal;
  font-style: normal;
}
.wp-block-image figcaption, .wp-block-video figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #e1e1e6;
  text-align: center;
  font-size: 0.8em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/**** Tooltip */
.has-tooltip {
  border-bottom: 1px #888 dashed;
}

.tooltip > .tooltip-inner {
  background-color: #010103;
  margin-top: 6px;
  padding: 10px;
  box-shadow: 0 0 1px #D1A516;
  border-radius: 500px;
  border-bottom: 1px #D1A516 solid;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin-left: 0;
  margin-right: 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-left: 40px;
  padding-bottom: 30px;
  box-shadow: -11px 10px 20px -7px #212121;
}

.alignleft {
  float: left;
  margin-top: 0;
  margin-right: 60px;
  margin-left: 0;
  padding-right: 20px;
  padding-bottom: 30px;
  box-shadow: 11px 10px 20px -7px #212121;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption a, .wp-caption a:hover {
  border-bottom: none;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.enlighter-t-wpcustom div.enlighter > div {
  line-height: 1.3em !important;
  background-color: #16181d !important;
}

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