/*!
Theme Name: FORUM
Theme URI: https://thoughtandfound.co/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 0) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
body, html, a, p, span, h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 35px;
}

.year {
	font-family: 'Arial Black', 'Arial Bold', 'Helvetica', sans-serif;
	font-weight: bold;
}

body {
	margin: 0;
	background: white;
	cursor: crosshair;
}

a:hover {
	cursor: crosshair;
}

/*--------------------------------------------------------------
# CUSTOM CURSOR
--------------------------------------------------------------*/
#cursor {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	pointer-events: none;
	will-change: transform;
	mix-blend-mode: difference;
	display: none;
}

.circ-cur {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-top: -50%;
	margin-left: -50%;
	transition: width ease 500ms, height ease 500ms;
	background: white;
}

.solid {
	width: 50px;
	height: 50px;
}

.sml-solid {
	width: 20px;
	height: 20px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	clear: both;
	overflow: hidden;
	background: white;
  z-index: 1;
	border-bottom: 1px solid black;
	background: black;
}

.site-branding {
  padding: 10px;
  border-bottom: 1px solid black;
	margin-top: 35px;
}

img.svg.logo-txt {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
	clear: both;
}

.about, .schedule, .time {
  font-size: 18px;
}

.about {
	float: left;
	margin-left: 10px;
	color: white;
}

.circ {
  float: left;
  /* background: black; */
  width: 25px;
  height: 15px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 1px;
	border-bottom: 1px solid white;
}

.schedule {
	float: left;
	margin-right: 10px;
	color: white;
}

.time {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  color: black;
  background: white;
	width: 71px;
}

.about:hover, .schedule:hover {
	font-style: italic;
	cursor: crosshair;
}

/*--------------------------------------------------------------
# GRAPHICS
--------------------------------------------------------------*/
.main-content, .site-branding {
	background: white;
}

.graphic {
	width: 300px;
	height: 300px;
	position:fixed;
	mix-blend-mode: difference;
	background-size: 100%;
	/* display: none; */
	opacity: 0;
	z-index: 5;
}

.graphic.ie-fix {
	mix-blend-mode: normal;
	z-index: 0;
}

.graphic.big.d {
	display: block;
	background-size: 100%;
}

.graphic.medium {
	width: 450px;
	height: 450px;
}

.graphic.big {
	width: 600px;
	height: 600px;
}

.graphic.a {
	-webkit-animation: infinite-rotate 8s backwards ease infinite;
  -moz-animation:    infinite-rotate 8s backwards ease infinite;
  -o-animation:      infinite-rotate 8s backwards ease infinite;
  animation:         infinite-rotate 8s backwards ease infinite;
}

.graphic.b {
	-webkit-animation: infinite-rotate 13s ease infinite;
  -moz-animation:    infinite-rotate 13s ease infinite;
  -o-animation:      infinite-rotate 13s ease infinite;
  animation:         infinite-rotate 13s ease infinite;
}

.graphic.c {
	-webkit-animation: infinite-rotate 11s backwards ease infinite;
  -moz-animation:    infinite-rotate 11s backwards ease infinite;
  -o-animation:      infinite-rotate 11s backwards ease infinite;
  animation:         infinite-rotate 11s backwards ease infinite;
}

.graphic.d {
	-webkit-animation: infinite-rotate 8s ease infinite;
  -moz-animation:    infinite-rotate 8s ease infinite;
  -o-animation:      infinite-rotate 8s ease infinite;
  animation:         infinite-rotate 8s ease infinite;
}

.graphic.e {
	-webkit-animation: infinite-rotate 20s ease infinite;
  -moz-animation:    infinite-rotate 20s ease infinite;
  -o-animation:      infinite-rotate 20s ease infinite;
  animation:         infinite-rotate 20s ease infinite;
}


@-webkit-keyframes infinite-rotate {
  0%   { transform: rotate(0); }
  100% {transform: rotate(360deg); }
}

@-moz-keyframes infinite-rotate {
  0%   { transform: rotate(0); }
  100% {transform: rotate(360deg); }
}

@-o-keyframes infinite-rotate {
  0%   { transform: rotate(0); }
  100% {transform: rotate(360deg); }
}

@keyframes infinite-rotate {
  0%   { transform: rotate(0); }
  100% {transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/
.main-content {
  height: calc(100vh - 87px);
  position: relative;
}

.date {
	text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.present {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.year {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

/*--------------------------------------------------------------
# SCHEDULE
--------------------------------------------------------------*/
.sched-top {
	font-size: 18px;
	line-height: 17px;
	padding: 10px;
	margin-bottom: 38px;
	padding-bottom: 0;
}

.sched-next {
	padding: 10px;
	margin-bottom: 38px;
	padding-bottom: 0;
	text-align: right;
	display: none;
}

.attend {
	line-height: 17px;
}

.attend a {
	text-decoration: none;
	color: black;
	font-size: 18px;
	line-height: 17px;
	font-style: italic;
}

.schedule-content {
  position: fixed;
  left: 0;
  top: 36px;
  right: 0;
  overflow-y: scroll;
  background: white;
	display: none;
	top: -100vh;
  left: calc(100vw - 91px);
  width: 100vw;
	height: 100vh;
	height: calc(100vh - 36px);
	border-left: 1px solid black;
	border-bottom: 1px solid;
	z-index: 5;
}

.s-col {
  font-size: 18px;
  line-height: 17px;
  border-bottom: 1px solid black;
  padding: 10px;
}
	
.hosts {
  clear: both;
/*   padding-top: 15px; */
}
	
.hosts span {
  font-family: monospace;
  font-size: 12px;
  line-height: 12px;
}
	
.speaker {
  clear: both;
  overflow: hidden;
	border-bottom: 1px solid black;
	font-size: 18px;
  line-height: 17px;
	padding: 10px;
}

.speakers {
  margin-bottom: 38px;
}

.big-circ {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 5px;
  background: black;
}

.name {
  float: left;
  width: 85%;
}

.time-set {
	float: right;
}

.active {
	font-style: italic;
}

/*--------------------------------------------------------------
# ABOUT
--------------------------------------------------------------*/
.about-content {
  position: fixed;
  top: 100vh;
  background: white;
  padding: 10px;
	overflow-y: auto;
	width: 100vw;
	width: calc(100vw - 113px);
	height: 100vh;
	height: calc(100vh - 36px);
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	display: none;
	z-index: 5;
}

.filler {
	position: fixed;
	width: 92px;
	height: 100vh;
	/* top: 36px;
	right: 0; */
	top: -100vh;
	right: 0;
	background: red;
	background: black;
	display: none;
}

.strip-wrap, .strip-wrap-left {
	transform: rotate(90deg);
  transform-origin: right top;
  position: fixed;
  /* top: 36px; */
	top: -100vh;
  width: 100vh;
  height: 56px;
  right: -1px;
	color: white;
	opacity: 0;
}

.strip-wrap-left {
	right: 45px;
}

.strip, .strip-left {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 2%;
	font-size: 27px;
  line-height: 20px;
	height: 45px;
	white-space: nowrap;
	width: 100%;
}

ul.movline, ul.movline-left {
  margin: 0;
  padding: 0;
  list-style: none;
	position: relative;
	display: inline-block;
	clear: both;
	overflow: visible;
}

ul.movline li, ul.movline-left li {
	/* float: left; */
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

ul.movline.cloned, ul.movline-left.cloned {
  position: absolute;
  top: 0;
  left: 0px;
}

span.sq {
	display: inline-block;
	width: 45.5px;
	height: 45.5px;
	background: white;
}

.about-wrap, .about-wrap span, .about-wrap p {
	font-size: 18px;
	line-height: 17px;
}
	
	.about-wrap p {
		margin-bottom: 0;
	}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer#colophon {
  padding: 10px;
  border-top: 1px solid black;
	background: white;
}

footer, footer a {
  font-family: monospace;
  font-size: 10px;
	line-height: 12px;
  color: black;
}

footer .col {
	margin-bottom: 10px;
}

footer .col:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# SCROLLBAR
--------------------------------------------------------------*/
.schedule-content::-webkit-scrollbar {
	width: 5px;
	background-color: white;
}

.schedule-content::-webkit-scrollbar-track {
	border-left: 1px solid black;
}

.schedule-content::-webkit-scrollbar-thumb {
	background-color: black;
}

.about-content::-webkit-scrollbar {
	width: 5px;
	background-color: black;
}

.about-content::-webkit-scrollbar-track {
	border-left: 1px solid black;
}

.about-content::-webkit-scrollbar-thumb {
	background-color: white;
	border-left: 1px solid black;
}

}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
# ABOUT
--------------------------------------------------------------*/
.about-wrap, .about-wrap span {
	font-size: 40px;
	line-height: 35px;
}

/*--------------------------------------------------------------
# SCHEDULE
--------------------------------------------------------------*/
.big-circ {
	width: 33px;
  height: 33px;
	border-radius: 20px;
}

.name, .time-set, .s-col, .attend a, .sched-top {
  font-size: 40px;
  line-height: 35px;
}
	
.name {
  width: 55%;
}

}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
img.svg.logo-txt {
	max-width: 750px;
}
/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/
.main-content {
  height: calc(100vh - 136px);
}

.date, .present, .year {
  font-size: 106.5px;
  line-height: 90px;
}

.present {
	left: 4px;
	bottom: 5px;
}

.date {
	top: 5px;
	right: 4px;
}

.year {
	right: -7px;
}
/*--------------------------------------------------------------
# SCHEDULE
--------------------------------------------------------------*/
.big-circ {
	margin-right: 30px;
}

	.hosts {
		padding-left: 65px;
	}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
	clear: both;
	overflow: hidden;
}

footer .col {
  float: left;
	margin-bottom: 2px;
  width: 20%;
}

.col.wide {
  width: 470px;
}

.col.right {
	float: right;
	width: auto;
}

}

@media screen and (min-width: 1024px) {
	/*--------------------------------------------------------------
	# ABOUT
	--------------------------------------------------------------*/
	.about-wrap, .about-wrap span {
		font-size: 106.5px;
	  line-height: 90px;
	}

	.about-wrap {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1024px) {
	#cursor {
		display: block;
	}

}
