/*!
Theme Name: wfsf-paris-2023
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.40
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wfsf-paris-2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wfsf-paris-2023 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	line-height: 1.3;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: unset;
	text-decoration: none;
}

a:visited {
	color: unset;
}

a:hover,
a:focus,
a:active {
	color: unset;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}



.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 ;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/** 
---------------------------------------------
--------------------------------------
WFSF 2023 Paris
--------------------------------
----------------
**/


/* 	inspire #19555d
   	cowork #294f6e
	labspace #741536
	imagine1 #632f24
	imagine2 #7d542d

	inspire #278693
   	cowork #3C78A6
	imagine1 #9A0035
	imagine2 #C23010
	labspace #AF7A00
	ONLINE #929000
*/

body, button, input, select, optgroup, textarea {
  font-family: field-gothic;
}

.wp-block-group { 
    font-family: field-gothic,sans-serif !important; 
}

.site-header {
    background: #fff;
  z-index: 101;
  top: 0;
  height: auto;
  width: 100%;
  box-shadow: 0 2px 5px #4446;
  display: grid;
grid-template-columns: 38% 4% 58%;
padding: 2px 2%;
justify-content: space-between;
	position: fixed;
}

.site-branding {
    display: grid;
    grid-template-columns: calc(50px + 4vw) calc(50px + 7vw) auto;
    justify-content: left;
	align-content: center;
}

#header-colour {
    max-width: 80px;
    display: grid;
    align-content: center;
	animation: colour 20s infinite;

}

main {
	margin-top: 104px !important;
}

#site-content {
  overflow: hidden;
}

.header-logo {
    width: calc(50px + 3vw);
    height: 100px;
    display: grid;
    align-content: center;
}

.site-title {
    display: grid;
    align-content: center;
}

.site-title a {
  text-decoration: none;
  color: #111;
font-size: calc(1rem + 1.25vw);
font-family: field-gothic-condensed;
font-weight: 300;
}


#header-logo-ecole {
  padding-top: 10px;
	width: calc(50px + 6vw);
}

.site-header nav {
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: end;
}

.site-header nav li {
    padding: calc(0.3rem + 0.3vw) calc(1.3rem + 0.3vw);
}

.site-header nav li a {
    color: #111;
  font-size: calc(0.5rem + 0.75vw) !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: field-gothic-compact;
  margin-bottom: -1rem;
}

nav li.current_page_item a {
  color: #0005;
}

nav li a:hover {
  color: #0009;
}

/* FOOTER */

.site-footer {
	background: #000;
	color: #fff;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 0.8vw 2vw 0.2vw;
	font-size: 120%;
}

.site-footer a {
	color: #fff !important;
	text-decoration: none; 
}

/*
@media screen and (max-width: 37.5em) {

.menu-menu-1-container {
  width: 100vw;
  height: 100vh;
  z-index: 222;
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  padding: 10%;
}

.site-header nav li a {
  font-size: calc(20px + 2vw);
}

}

*/

#home-top-block {
  background: url("http://wfsf2023paris.org/wp-content/uploads/2023/04/liminality-1.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  filter: hue-rotate(350deg);
  display: grid;
  position: relative;
  margin-top: -110px;
  z-index: -2;

}

.home-top-block-text {
  color: #f1f1f1;
  z-index: 3;
}

#home-top-conference-title {
  font-size: 9em;
  text-align: left;
  padding: 10% 5% 3% 5%;
  font-weight: 900;
  font-family: articulat-cf;
}

#home-top-conference-title-1 {
  font-weight: 600;
  font-size: 90%;
  transform: rotate(-5deg);
  transform-origin: 0 0;
}

#home-top-conference-title-2 {
  margin-top: -3rem;
}

#home-top-conference-subtitle {
    font-size: 2.75rem;
    text-align: left;
    padding-top: 2%;
    font-weight: 400;
    letter-spacing: 0.52rem;
    margin-top: -5rem;
}

#home-top-wfsf-50 {
  font-weight: 300;
    font-size: calc(1rem + 1.5vw);
    margin-top: -1rem;
    font-family: field-gothic-condensed;
}


#home-top-detail {
  position: fixed;
  right: 3%;
  bottom: 15%;
  text-align: right;
  font-weight: 600;
}


#home-top-detail-wfsf {
  font-size: calc(4rem + 6vw);
  font-weight: 700;
}

#home-top-detail-world {
  font-size: calc(1rem + 1vw);
  font-weight: 500;
  padding-bottom: 2rem;
  margin-top: -4rem;
}

#home-top-detail-xxv {
  font-size: calc(1rem + 2vw);
  font-weight: 300;
  font-family: field-gothic-compact;
}

#home-top-detail-date {
    font-size: calc(1rem + 1vw);
    font-weight: 500;
    font-family: field-gothic-condensed;
    margin-top: 1rem;
}

#home-top-detail-locus {
    font-size: calc(1rem + 1vw);
    font-weight: 500;
    text-transform: uppercase;
    font-family: field-gothic-condensed;
    margin-top: -1rem;
}

#colour-2 {
    width: 500px;
    height: 500px;
    position: fixed;
    right: 17%;
    top: 23%;
    z-index: 2;
    animation: colour 20s infinite;
    mix-blend-mode: multiply;
}

#home-block-1 {
	padding: 5% 15%;
	color: #111;
	font-family: field-gothic-wide;
	font-size: calc(1em + 1vw);
	
}

#home-block-2 {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0 5% 5%;
	color: #111;
}

#home-block-2-right {
  align-self: center;
  font-size: calc(0.7em + 0.5vw);
  padding: 0 10%;
  line-height: 1.3;
}

#home-block-3 {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0 5% 5%;
	color: #111;
}

#home-block-3-right {
  align-self: center;
  font-size: calc(0.7em + 0.5vw);
  padding: 0 10%;
  line-height: 1.3;
}

#home-news-block {
display: grid;
  grid-template-columns: repeat(3,28%);
  padding: 20px 7vw 60px;
  width: 100%;
  margin: 0 auto;
  grid-column-gap: 6%;
}

#home-news-block h2 {
  grid-column: 1 / span 3;
}

.home-news-title {
  font-weight: 600;
  padding-top: 20px;
}

.home-news img {
    background: #fff;
    height: 200px;
  object-fit: contain;
    
}

.entry-header.news h1 {
  font-size: calc(1rem + 3vw);
}

.post-thumbnail {
  max-width: 50%;
  margin: 0 auto;
    text-align: center;
}

.post-thumbnail img {
 max-height: 400px;
  width: auto;
}

.navigation.post-navigation {
  padding: 30px 10vw;
  color: #ec5426;
  font-size: 130%;
}

.entry-title {
  font-size: calc(4rem + 4vw);
  font-weight: 200;
  text-transform: uppercase;
  color: #000;
  font-family: field-gothic-wide;
  text-align: center;
  padding: 1vw;
  margin: 0;
}


.entry-content:not(.home .entry-content) {
  padding: 2vw 10vw;
  font-size: calc(0.6rem + 0.6vw);
  margin: 0 auto;
}


/* REGISTRATION */

.ticket-forms {
  display: grid;
  grid-template-columns: 50% 50%;
}

.ticket-forms button {
  background: #fff;
  border: 0;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.ticket-type {
  grid-column: 1;
  margin: 10px 0;
	color: #fff;
	padding: 2vw;
}

.ticket-type p {
	margin: 0;
}

/*
inspire #19555d
   	cowork #294f6e
	labspace #741536
	imagine1 #632f24
	imagine2 #7d542d

	inspire #278693
   	cowork #3C78A6
	imagine1 #9A0035
	imagine2 #C23010
	labspace #AF7A00
	ONLINE #929000*/

.ticket-type.member {
	background: #9A0035;
}

.ticket-type.normal {
	background: #C23010;
}

.ticket-type.student {
	background: #AF7A00;
}

.ticket-type.dei {
	background: #929000;
}

#ticket-member-form {
	border: 5px solid #9A0035;
}

#ticket-normal-form {
	border: 5px solid #C23010;
}

#ticket-student-form {
	border: 5px solid #AF7A00;
}

#ticket-dei-form {
	border: 5px solid #929000;
}

.ticket-type-title {
  font-weight: 500;
  text-transform: uppercase;
}

.ticket-type-desc {
  font-size: 80%;
	font-weight: 400;
	font-family: field-gothic-compact;
}


.ticket-form {
	display: none;
  max-width: 800px;
  margin: 10px auto;
  padding: 2vw;
  border-radius: 3px;
  font-size: 80%;
	grid-row: 1 / 6;
grid-column: 2;
}

.ticket-form input {
  font-size: 110%;
	width: 100%;
}


.buy {
	display: block;
}

.invoice-link {
  display: inline-block;
  background: #71706c;
  padding: 20px 20px 15px 20px;
  border-radius: 2px;
	color:#fff;
}

/* ORGANISERS */

.organiser-list,
.event-speakers {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.organiser-details,
.event-speaker-details {
  margin: calc(2rem + 1vw);
  padding: 10px;
  text-align: center;
	color: #000;
}

.organiser-image,
.event-speaker-image {
  width: 16vw;
  height: 16vw;
  overflow: hidden;
	margin: 10px auto;
}

.organiser-image img,
.event-speaker-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.organiser-name,
.event-speaker-name {
  font-family: field-gothic-wide;
  font-size: calc(1rem + 1vw);
}

.organiser-role {
  font-family: field-gothic-compact;
  font-size: calc(0.85rem + 0.85vw);
	border-bottom: 2px solid #3333;
display: inline;
margin-bottom: 10px;
}

.organiser-job,
.event-speaker-position {
  font-family: field-gothic-condensed;
  font-size: calc(0.65rem + 0.65vw);
}

.organiser-workplace,
.event-speaker-institution {
  font-family: field-gothic-condensed;
  font-size: calc(0.65rem + 0.65vw);
	font-weight: 300;
}


/* CALL */

.call-theme {
  font-weight: 500;
}

.call li {
  list-style: "+ ";
	font-size: 90%;
font-weight: 300;
}

.call ul {
  list-style: "+ ";
	font-size: 90%;
	font-weight: 300;
	margin: 0 0 2em;
}

.call-box {
  border-bottom: 5px solid #929000;
  padding: 3em 0;
}

.call-title {
  font-size: 140%;
  text-transform: uppercase;
  font-family: field-gothic-wide;
  font-weight: 300;
}

.call-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.call-link {
  display: inline-block;
  background: #929000;
  padding: 20px 20px 15px 20px;
  border-radius: 2px;
}

.call-box strong {
  background: #92900099;
  font-weight: unset;
  padding: 3px 2px;
}


/* STUDENT CALL */

.student-call-theme {
  font-weight: 500;
}

.student-call li {
  list-style: "+ ";
	font-size: 90%;
font-weight: 300;
}

.student-call ul {
  list-style: "+ ";
	font-size: 90%;
	font-weight: 300;
	margin: 0 0 2em;
}

.student-call-box {
  border-bottom: 5px solid #278693;
  padding: 3em 0;
}

.student-call-title {
  font-size: 140%;
  text-transform: uppercase;
  font-family: field-gothic-wide;
  font-weight: 300;
}

.student-call-link a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.student-call-link {
  display: inline-block;
  background: #278693;
  padding: 20px 20px 15px 20px;
  border-radius: 2px;
}

.student-call-box strong {
  background: #27869399;
  font-weight: unset;
  padding: 3px 2px;
}


/* PROGRAM */


.program-outline {
  display: grid;
  grid-template-columns: 15% 8% 24% 28% 20% 1%;
	grid-row-gap: 20px;
		grid-column-gap: 0.5%;

}

.program-outline {
   border-top: 1px solid #0004; 
	padding-top: 10px
}

.program-outline-date {

}

.program-outline-date {
  grid-column: 1;
}

.program-outline-time {
  grid-column: 2;
}

.program-outline-label {
  font-size: 70%;
  text-transform: uppercase;
  font-family: field-gothic-condensed;
	font-weight: 300;
}

.program-outline-data {
  font-size: 90%;
  font-family: field-gothic;
	font-weight: 400;
	line-height: 1.1
}

.program-outline-date .program-outline-data {
  font-family: field-gothic-wide;
	font-weight: 600;
}

.program-outline-data a {
	font-weight: 600;
}


/* ABSTRACTS */
.event-abstract br {
	margin-bottom: 20px;
}

.event-single-page,
.session-single-page {
	margin: 2% 6%;
}

.event-title {
  line-height: 1.1;
  font-weight: 500;
  font-family: field-gothic-wide;
    margin-top: 80px;
}

.event-session-title-1 {
  color: #555;
  font-weight: 300;
font-size: 65%;
  text-transform: uppercase;
  line-height: 1;
}

.event-session-title-2 {
  font-family: field-gothic-compact;
  font-weight: 600;
}

.event-session-day-header {
  font-size: 90%;
}

.event-topic {
  font-family: field-gothic-condensed;
  height: 250px;
  background-position: center center !important;
    font-family: field-gothic-wide;
  display: grid;
  align-content: center;
color: #fff;
  font-size: 170%;
  padding-left: calc(10vw + 5%);
  padding-right: calc(5vw + 5%);
  font-size: calc(1.5vw + 10%);
  line-height: 1;
}

.event-topic-main {
    text-transform: uppercase;
    font-size: 180%;
    font-weight: 500;
    padding-bottom: 20px;
}

.event-topic.liminality {
background: url("https://wfsf2023paris.org/wp-content/uploads/2023/10/liminality-session-landscape-scaled.jpg");
  background-size: 100%;
  background-position: center 10% !important;
}

.event-topic.topic-1 {
    background: url("https://wfsf2023paris.org/wp-content/uploads/2023/09/wfsf50-topic-futuresstudies.jpg");
    background-size: 200%;
  background-position: left 27% !important;
}

.event-topic.topic-2 {
    background: url("https://wfsf2023paris.org/wp-content/uploads/2023/09/wfsf50-topic-humanity.jpg");
}

.event-topic.topic-3 {
    background: url("https://wfsf2023paris.org/wp-content/uploads/2023/09/wfsf50-topic-becomings.jpg");
}

.event-topic.topic-4 {
    background: url("https://wfsf2023paris.org/wp-content/uploads/2023/09/wfsf50-topic-agency.jpg");
}

#event-room {
  text-transform: uppercase; 
  font-weight: 600;
}

.event-abstract {
    font-size: calc(0.8rem + 0.5vw);
  }

.event-speakers {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  grid-column-gap: 5%;
    margin-top: calc(2vw + 10px);
}

.event-speaker-name {
  text-transform: uppercase;
  font-size: 120%;
}

.event-speaker-info {
  text-align: center;
}

.event-speaker-title {
  line-height: 1;
  margin-bottom: 15px;
}

.event-speaker-details {
  margin: calc(1rem + 0.5vw);
}


/* SESSION */

.session-header {
  font-size: 110%;
}

.session-block {
    display: grid;
}

#session-room {
  text-transform: uppercase; 
  font-weight: 600;
}

.session-chairs,
.session-speakers {
  margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2,50%);
}

.session-block-title {
  font-family: field-gothic-wide;
  font-size: 130%;
    grid-column: 1 /span 2;
    font-weight: 300;
    margin-top: 40px;
    color: #333;
}

.session-chair-position,
.session-speaker-position {
  font-family: field-gothic-condensed;
  font-size: calc(0.65rem + 0.65vw);
}

.session-chair-institution,
.session-speaker-institution {
  font-family: field-gothic-condensed;
  font-size: calc(0.65rem + 0.65vw);
	font-weight: 300;
}


.session-speaker-details,
.session-chair-details {
  margin: calc(2rem + 1vw);
  padding: 10px;
  text-align: center;
	color: #000;
}

.session-speaker-image,
.session-chair-image {
  width: 16vw;
  height: 16vw;
  overflow: hidden;
	margin: 10px auto;
}

.session-chair-image img,
.session-speaker-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.session-chair-name,
.session-speaker-name {
  font-family: field-gothic-wide;
  font-size: calc(0.8rem + 0.8vw);
  text-transform: uppercase;
}

.session-description {
    font-size: 90%;
    line-height: 1.2;
    padding: 20px 0;
}

.session-event-title {
line-height: 1.1;
  font-weight: 500;
  font-family: field-gothic-wide;
  margin-top: 30px;
  font-size: 140%;
}

#session-registration-title {
  margin-bottom: 50px;
}

.session-registration {
text-align: center;
  padding: 20px 70px;
  color: #fff;
  background: #ec5426;
  margin-bottom: 90px;
  font-weight: 300;
  display: block;
  margin: 30px auto;
  width: auto;
  max-width: fit-content;
}

/* SPEAKER */

.speaker {
  text-align: center;
}

.speaker-bio {
  text-align: left;
}

.speaker-image {
  width: 16vw;
  height: 16vw;
  overflow: hidden;
  margin: 10px auto;
}

.speaker-events a { 
    line-height: 1.1;
  font-weight: 500;
  font-family: field-gothic-wide;
  margin-top: 30px;
  font-size: 140%;
}

.speaker-social-media span {
    padding: 5px 20px;
}

#speaker-description-title {
  margin-top: 70px;
}

.speaker-events {
  padding: 20px 0;
}



/* LOCATION */

#location-image-block {
  display: grid;
  grid-template-columns: 21% 21% 21%;
  align-items: center;
  justify-content: space-evenly;
}


#location-image-block-2 {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  align-items: center;
  justify-content: space-evenly;
}



@-webkit-keyframes colour {
	0% {
		-webkit-filter: hue-rotate(0deg);
	}
	50% {
		-webkit-filter: hue-rotate(360deg);
	}
	100% {
		-webkit-filter: hue-rotate(0deg);
	}
}



/* PROGRAM DETAILED SCHEDULE */

/* FULL PROGRAM */

.download-program {
  text-align: center;
  padding: 30px;
  color: #fff;
  background: #558aaa;
  margin-bottom: 90px;
  font-size: 130%;
  font-weight: 300;
}

#full-program {
    width: 92vw;
	margin: 50px auto;
	font-family: roboto;
}

#program-welcome-gathering {
    padding: 20px 40px;
    font-weight: 500;
}

#program-gala-dinner {
    display: grid;
	grid-template-columns: 70px auto;
	padding: 30px 0;
    font-weight: 500;
    font-size: 140%;
}

#program-evening-activities {
    display: grid;
	grid-template-columns: 70px auto;
	padding: 30px 0;
    font-weight: 500;
}

#program-evening-activities a,
#program-gala-dinner a {
    color: #444 !important;
}


.program-session {
    padding: 0;
	border-left: 2px solid #3333; 
	margin: 0 5px 5px;
	align-content: baseline;
}

.program-session-topic,
.program-session-chairs,
.program-session-events {
	padding: 0 5px;
	  line-height: 1.3;
}

#program-table-23 {
    display: grid;
  	grid-template-columns: [hours] 70px [cowork] calc((100% - 50px) / 3) [boost1] calc((100% - 50px) / 3) [tba] calc((100% - 50px) / 3);
  	}


#program-table-24 {
    display: grid;
  	grid-template-columns: [hours] 70px [cowork] calc((100% - 50px) / 4) [imagine2] calc((100% - 50px) / 4) [skema] calc((100% - 50px) / 4) [insign] calc((100% - 50px) / 4);
  	}

#program-table-25,
#program-table-26 {
    display: grid;
  	grid-template-columns: [hours] 70px [inspire] calc((100% - 50px) / 5) [cowork] calc((100% - 50px) / 5) [imagine2] calc((100% - 50px) / 5) [imagine3] calc((100% - 50px) / 5) [lab] calc((100% - 50px) / 5);
  	}
  	
#program-table-27 {
    display: grid;
  	grid-template-columns: [hours] 70px [cowork] calc((100% - 50px) / 3) [imagine2] calc((100% - 50px) / 3);
  	}


#program-table-23 {
  	grid-template-rows: [room-name] auto [h0900] auto [h1000] auto [h1300] auto [h1400] auto [h1600] auto;
}

#program-table-24 {
  	grid-template-rows: [room-name] auto [h0830] auto [h0900] auto [h1100] auto [h1130] auto [h1230] auto [h1300] auto [h1330] auto [h1400] auto [h1500] auto [h1600] auto [h1700] auto [h1800] auto;
}

#program-table-25 {
  	grid-template-rows: [room-name] auto [h0900] auto [h0910] auto [h0915] auto [h0920] auto [h0935] auto [h0945] auto [h0950] auto [h1000] auto [h1030] 40px [h1100] auto [h1130] auto [h1200] auto [h1300] auto [h1400] auto [h1500] auto [h1600] auto [h1630] auto [h1700] auto [h1800] auto;
}

#program-table-26 {
  	grid-template-rows: [room-name] auto [h0900] auto [h0930] auto [h1000] auto [h1100] 40px [h1115] auto [h1300] auto [h1400] auto [h1500] auto [h1520] auto [h1600] auto [h1630] auto [h1700] auto;
}

#program-table-27 {
  	grid-template-rows: [room-name] auto [h0815] auto [h0900] auto [h0930] auto [h1000] auto [h1100] 40px [h1130] auto [h1200] auto [h1230] auto [h1300] auto [h1400] auto [h1500] auto [h1530] auto [h1600] auto [h1700] auto [h1800] auto;
}

.program-session-small-header {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    position: relative;
	min-height: 20px;
	padding-left: 5px;
	padding-top: 4px;
	display: grid;
	align-content: center;
	font-family: field-gothic-wide;
	font-size: 90%;
    letter-spacing: 1px;
      display: block;
}



.program-session-small-header-room {
  display: inline;
  font-weight: 300;
}

.program-session-small-header-time {
  display: inline;
  font-family: roboto;
  font-weight: 300;
}

.full-program-block {
	padding-bottom: 3%;
}

.full-program-block label {
    
}

.program-table-title:not(.program-hours-title) {
    padding: 5px;
    font-family: field-gothic-xwide;
    font-weight: 300;
    font-size: 125%;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px 3px 0 0;
    text-align: center;
	margin: 0 5px;
    border-bottom: 3px solid #fff;
    background: #555;
}



.program-session {
	display: grid;
	background: #fff;
}

.program-session-title {
    padding: 0.15em 0.3em 0.15em calc(4rem + 190px);
    font-size: calc(3.5vw + 10px);
    font-weight: 400;
    text-transform: uppercase;
	margin: 0;
	height: 160px;
	display: grid;
	align-content: center;
}

.program-session-topic {
	font-size: 120%;
	padding-bottom: 5px;
}

.program-session-chairs {
	font-size: 100%;
}

.program-session-chair a {
	text-decoration: none;
	color: #888;
}

.program-session-keynote-function {
    font-style: italic;
}

.program-session-event {
	padding: 10px 0;
}


.program-session-chair-title,
.program-session-event-type {
	font-size: 80%;
	font-weight: 400;
	padding: 0 0 10px 0;
	color: #0000008a;
}

.program-session-event-title {
font-size: 95%;
  line-height: 1.2;
  padding-bottom: 3px;
  font-weight: 500;
}


.program-session-chair a {
    color: #222 !important;
	text-transform: uppercase;

}

.program-session-event-title a {
	text-decoration: none;
	color: #333;
}

.program-session-event-speaker {
	font-size: 85%;
    text-transform: uppercase;
}

.program-session-event-speaker a {
	text-decoration: none;
	color: #222 !important;
}

.program-session-chair:hover {
    text-decoration: underline;
}
.program-session-event-title:hover {
    text-decoration: underline;
}

.program-session-event-speaker:hover {
    text-decoration: underline;
}

.program-session-event a {
    color: #000;
}

.program-table-hours {
	grid-column: 1;
}

.program-session.Keynote, .lunch, .Coffee, .coffee {
    grid-column: 2 / span 5;
}

.lunch, .coffee {
    background: #eee;
    font-size: 120%;
    padding: 10px;
	text-transform: uppercase;
	max-height: 40px;
}

.program-table-hours {
    grid-column: hours;
	align-self: ;
}

.s0830, .h0830 { grid-row: h0830; }
.s0900, .h0900 { grid-row: h0900; }
.s0910, .h0910 { grid-row: h0910; }
.s0915, .h0915 { grid-row: h0915; }
.s0920, .h0920 { grid-row: h0920; }
.s0930, .h0930 { grid-row: h0930; }
.s0935, .h0935 { grid-row: h0935; }
.s0940, .h0940 { grid-row: h0940; }
.s0945, .h0945 { grid-row: h0945; }
.s0950, .h0950 { grid-row: h0950; }
.s1000, .h1000 { grid-row: h1000; }
.s1030, .h1030 { grid-row: h1030; }
.s1100, .h1100 { grid-row: h1100; }
.s1115, .h1115 { grid-row: h1115; }
.s1130, .h1130 { grid-row: h1130; }
.s1200, .h1200 { grid-row: h1200; }
.s1230, .h1230 { grid-row: h1230; }
.s1300, .h1300 { grid-row: h1300; }
.s1330, .h1330 { grid-row: h1330; }
.s1400, .h1400 { grid-row: h1400; }
.s1430, .h1430 { grid-row: h1430; }
.s1500, .h1500 { grid-row: h1500; }
.s1520, .h1520 { grid-row: h1520; }
.s1530, .h1530 { grid-row: h1530; }
.s1600, .h1600 { grid-row: h1600; }
.s1630, .h1630 { grid-row: h1630; }
.s1700, .h1700 { grid-row: h1700; }
.s1730, .h1730 { grid-row: h1730; }
.s1800, .h1800 { grid-row: h1800; }
.s1830, .h1830 { grid-row: h1830; }



.f0910 { grid-row-end: h0910; }
.f0930 { grid-row-end: h0930; }
.f0940 { grid-row-end: h0940; }
.f0945 { grid-row-end: h0945; }
.f0950 { grid-row-end: h0950; }
.f1000 { grid-row-end: h1000; }
.f1030 { grid-row-end: h1030; }
.f1100 { grid-row-end: h1100; }
.f1115 { grid-row-end: h1115; }
.f1130 { grid-row-end: h1130; }
.f1200 { grid-row-end: h1200; }
.f1230 { grid-row-end: h1230; }
.f1300 { grid-row-end: h1300; }
.f1330 { grid-row-end: h1330; }
.f1400 { grid-row-end: h1400; }
.f1430 { grid-row-end: h1430; }
.f1500 { grid-row-end: h1500; }
.f1520 { grid-row-end: h1520; }
.f1530 { grid-row-end: h1530; }
.f1600 { grid-row-end: h1600; }
.f1630 { grid-row-end: h1630; }
.f1700 { grid-row-end: h1700; }
.f1730 { grid-row-end: h1730; }
.f1800 { grid-row-end: h1800; }
.f1830 { grid-row-end: h1830; }


.program-table-inspire {
	grid-column: inspire;
}

.program-table-cowork {
	grid-column: cowork;
}

.program-table-lab {
	grid-column: lab;
}

.program-table-imagine2 {
	grid-column: imagine2;
}

.program-table-imagine3 {
	grid-column: imagine3;
}

.program-table-boost1 {
	grid-column: boost1;
}

.program-table-skema {
	grid-column: skema;
}

.program-table-insign {
	grid-column: insign;
}


.program-video img {
  width: 2.5rem;
}

.program-video {
  display: inline-block;
  padding-right: 6px;
}


.program-table-title.program-table-inspire,
.program-table-inspire .program-session-small-header {
	background: #9F9188;
}

.program-table-title.program-table-cowork,
.program-table-cowork .program-session-small-header {
	background: #028CBB;
}

.program-table-title.program-table-imagine2,
.program-table-imagine2 .program-session-small-header {
	background: #7C006D;
}

.program-table-title.program-table-imagine3,
.program-table-imagine3 .program-session-small-header {
	background: #EF541E;
}

.program-table-title.program-table-boost1,
.program-table-boost1 .program-session-small-header {
	background: #EF541E;
}

.program-table-title.program-table-lab,
.program-table-lab .program-session-small-header {
	background: #E7AB09;
}

.program-table-title.program-table-online,
.program-table-online .program-session-small-header {
	background: #2FA27A;
}

.program-table-title.program-table-skema,
.program-table-skema .program-session-small-header, 
.program-table-title.program-table-insign,
.program-table-insign .program-session-small-header {
	background: #555;
}


.program-table-inspire.program-session {
	border-left: 2px solid #9F9188;
}

.program-table-cowork.program-session {
	border-left: 2px solid #028CBB;
}

.program-table-imagine2.program-session {
	border-left: 2px solid #7C006D;
}

.program-table-imagine3.program-session {
	border-left: 2px solid #EF541E;
}

.program-table-boost1.program-session {
	border-left: 2px solid #EF541E;
}

.program-table-lab.program-session {
	border-left: 2px solid #E7AB09;
}

.program-table-online.program-session {
	border-left: 2px solid #2FA27A;
}


.program-table-inspire .program-session-topic a {
  color: #9F9188 !important;
}

.program-table-cowork .program-session-topic a {
  color: #028CBB !important;
}

.program-table-imagine2 .program-session-topic a {
  color: #7C006D !important;
}

.program-table-imagine3 .program-session-topic a {
  color: #EF541E !important;
}

.program-table-boost1 .program-session-topic a {
  color: #EF541E !important;
}

.program-table-lab .program-session-topic a {
  color: #E7AB09 !important;
}

.program-table-online .program-session-topic a {
  color: #2FA27A !important;
}


.program-table-inspire.program-session:hover {
  background: #9F918833;
}

.program-table-cowork.program-session:hover {
	background: #028CBB33;
}

.program-table-imagine2.program-session:hover {
	background: #7C006D33;
}

.program-table-imagine3.program-session:hover {
	background: #EF541E33;
}

.program-table-boost1.program-session:hover {
	background: #EF541E33;
}

.program-table-lab.program-session:hover {
	background: #E7AB0933;
}

.program-table-online.program-session:hover {
	background: #2FA27A33;
}

.program-table-skema.program-session:hover {
	background: #5553;
}



/* 
online 
#2FA27A

inspire
#9F9188

cowork
#028CBB

imagine2
#7C006D

imagine3
#EF541E

lab
#E7AB09

*/

/* ONLINE SCHEDULE */

.entry-title.online,
.online-program-change {
    color: #fff;
}

.online-top-labels {
    padding: 0 4vw;
  color: #fff;
  font-family: field-gothic-wide;
  text-transform: uppercase;
  background: #4444;
}

.online-top-label-inspire,
.online-top-label-virtual {
	margin: 30px;
	padding: 10px;
	font-size: calc(0.75vw + 0.75rem);
	display: inline-block;
	background: #4444;
}

.online-top-label-inspire {
	border-left: 28px solid #9F9188;
}

.online-top-label-virtual {
	border-left: 28px solid #2fa27a;
}

.online-label-2 {
  font-size: 80%;
  padding-left: 10px;
  text-transform: none;
  font-weight: 500;
}

.online-bg {
  background: url("https://wfsf2023paris.org/wp-content/uploads/2023/10/liminality-online-2.jpg");
    background-size: auto;
  background-size: 100%;
}

#online-program {
    width: 92vw;
	margin: 50px auto;
	font-family: roboto;
}

#online-program .full-program-block {
	padding: 10px 25px;
}


.online-program-session {
    padding: 0;
  margin: 0 5px;
  align-content: baseline;
  padding-bottom: 30px;
}


.online-inspire {
	border-left: 8px solid #9F9188cc;
}

.online-virtual {
	border-left: 8px solid #2fa27acc;
}

.online-program-session-topic,
.online-program-session-chairs,
.online-program-session-events {
	padding: 0 5px;
	  line-height: 1.3;
}

.online-virtual.os {
  display: none;
}


#online-program-table {
    display: grid;
  	grid-template-columns: [hours] 70px [wed] calc((100% - 50px) / 4) [thu] calc((100% - 50px) / 4) [fri] calc((100% - 50px) / 4) [sat] calc((100% - 50px) / 4);
  	grid-template-rows:  [day] auto [oh0000] auto [oh0030] auto [oh0100] auto [oh0130] auto [oh0200] auto [oh0230] auto [oh0300] auto [oh0330] auto [oh0400] auto [oh0430] auto [oh0500] auto [oh0530] auto [oh0600] auto [oh0630] auto [oh0700] auto [oh0730] auto [oh0800] auto [oh0830] auto [oh0900] auto [oh0910] auto [oh0915] auto [oh0920] auto [oh0930] auto [oh0935] auto [oh0945] auto [oh0950] auto [oh1000] auto [oh1030] auto [oh1100] auto [oh1115] auto [oh1130] auto [oh1200] auto [oh1230] auto [oh1300] auto [oh1400] auto [oh1430] auto [oh1500] auto [oh1520] auto [oh1530] auto [oh1600] auto [oh1630] auto [oh1700] auto [oh1800] auto [oh1830] auto [oh1900] auto [oh1930] auto [oh2000] auto [oh2030] auto [oh2100] auto [oh2130] auto [oh2200] auto [oh2230] auto [oh2300] auto [oh2330] auto ;
  	color: #fff;
  	}




.online-program-session-small-header {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    position: relative;
	min-height: 20px;
	padding-left: 5px;
	padding-top: 4px;
	display: grid;
	align-content: center;
	font-family: field-gothic-wide;
	font-size: 140%;
    letter-spacing: 1px;
      display: block;
      border-bottom: 1px solid #fff7;
  margin-bottom: 15px;
}



.online-program-session-small-header-room,
.online-small-header-day {
  display: inline;
  font-weight: 400;
}

.online-program-session-small-header-time,
.online-small-header-time {
  display: inline;
  font-family: roboto;
  font-weight: 400;
}

.online-program-block {
	padding-bottom: 3%;
}


.online-program-table-title:not(.online-program-hours-title) {
    padding: 5px;
    font-family: field-gothic-xwide;
    font-weight: 400;
    font-size: calc(1vw + 1rem);
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px 3px 0 0;
    text-align: center;
	margin: 0 5px;
    border-bottom: 3px solid #fff;
}

.online-program-session {
  display: grid;
  background: #0006;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}

.online-program-session-title {
    padding: 0.15em 0.3em 0.15em calc(4rem + 190px);
    font-size: calc(3.5vw + 10px);
    font-weight: 400;
    text-transform: uppercase;
	margin: 0;
	height: 160px;
	display: grid;
	align-content: center;
}

.online-program-session-topic {
	font-size: 120%;
	padding-bottom: 15px;
	color: #fff;
	font-weight: 600;
}

.online-program-session-chairs {
	font-size: 100%;
}

.online-program-session-chair a {
	text-decoration: none;
	color: #888;
}

.online-program-session-keynote-function {
    font-style: italic;
}

.online-program-session-event {
	padding: 10px 0;
}


.online-program-session-chair-title,
.online-program-session-event-type {
	font-size: 80%;
	font-weight: 400;
	padding: 0 0 10px 0;
}

.online-program-session-event-title {
font-size: 95%;
  line-height: 1.2;
  padding-bottom: 3px;
  font-weight: 500;
}


.online-program-session-chair a {
    color: #fffc !important;
	text-transform: uppercase;
	font-weight: 500;
}

.online-program-session-event-title a {
	text-decoration: none;
}

.online-program-session-event-speaker {
	font-size: 85%;
    text-transform: uppercase;
}

.online-program-session-event-speaker a {
	text-decoration: none;
}

.online-program-session-chair:hover {
    text-decoration: underline;
}
.online-program-session-event-title:hover {
    text-decoration: underline;
}

.online-program-session-event-speaker:hover {
    text-decoration: underline;
}

.online-program-session-event a {
}

.online-program-table-hours {
	grid-column: 1;
}

.online-program-table-hours {
    grid-column: hours;
	align-self: ;
}

.os0000, .oh0000 { grid-row: oh0000; }
.os0030, .oh0030 { grid-row: oh0030; }
.os0100, .oh0100 { grid-row: oh0100; }
.os0130, .oh0130 { grid-row: oh0130; }
.os0200, .oh0200 { grid-row: oh0200; }
.os0230, .oh0230 { grid-row: oh0230; }
.os0300, .oh0300 { grid-row: oh0300; }
.os0430, .oh0430 { grid-row: oh0430; }
.os0500, .oh0500 { grid-row: oh0500; }
.os0530, .oh0530 { grid-row: oh0530; }
.os0600, .oh0600 { grid-row: oh0600; }
.os0630, .oh0630 { grid-row: oh0630; }
.os0700, .oh0700 { grid-row: oh0700; }
.os0730, .oh0730 { grid-row: oh0730; }
.os0800, .oh0800 { grid-row: oh0800; }

.os0830, .oh0830 { grid-row: oh0830; }
.os0900, .oh0900 { grid-row: oh0900; }
.os0910, .oh0910 { grid-row: oh0910; }
.os0915, .oh0915 { grid-row: oh0915; }
.os0920, .oh0920 { grid-row: oh0920; }
.os0930, .oh0930 { grid-row: oh0930; }
.os0935, .oh0935 { grid-row: oh0935; }
.os0940, .oh0940 { grid-row: oh0940; }
.os0945, .oh0945 { grid-row: oh0945; }
.os0950, .oh0950 { grid-row: oh0950; }
.os1000, .oh1000 { grid-row: oh1000; }
.os1030, .oh1030 { grid-row: oh1030; }
.os1100, .oh1100 { grid-row: oh1100; }
.os1115, .oh1115 { grid-row: oh1115; }
.os1130, .oh1130 { grid-row: oh1130; }
.os1200, .oh1200 { grid-row: oh1200; }
.os1230, .oh1230 { grid-row: oh1230; }
.os1300, .oh1300 { grid-row: oh1300; }
.os1330, .oh1330 { grid-row: oh1330; }
.os1400, .oh1400 { grid-row: oh1400; }
.os1430, .oh1430 { grid-row: oh1430; }
.os1500, .oh1500 { grid-row: oh1500; }
.os1520, .oh1520 { grid-row: oh1520; }
.os1530, .oh1530 { grid-row: oh1530; }
.os1600, .oh1600 { grid-row: oh1600; }
.os1630, .oh1630 { grid-row: oh1630; }
.os1700, .oh1700 { grid-row: oh1700; }
.os1730, .oh1730 { grid-row: oh1730; }
.os1800, .oh1800 { grid-row: oh1800; }
.os1830, .oh1830 { grid-row: oh1830; }
.os1900, .oh1900 { grid-row: oh1900; }
.os1930, .oh1930 { grid-row: oh1930; }
.os2000, .oh2000 { grid-row: oh2000; }
.os2030, .oh2030 { grid-row: oh2030; }
.os2100, .oh2100 { grid-row: oh2100; }
.os2130, .oh2130 { grid-row: oh2130; }
.os2200, .oh2200 { grid-row: oh2200; }
.os2230, .oh2230 { grid-row: oh2230; }
.os2300, .oh2300 { grid-row: oh2300; }
.os2330, .oh2330 { grid-row: oh2330; }


.of0000 { grid-row-end: ; }
.of0030 { grid-row-end: oh0030; }
.of0100 { grid-row-end: oh0100; }
.of0130 { grid-row-end: oh0130; }
.of0200 { grid-row-end: oh0200; }
.of0230 { grid-row-end: oh0230; }
.of0300 { grid-row-end: oh0300; }
.of0330 { grid-row-end: oh0330; }
.of0400 { grid-row-end: oh0400; }
.of0430 { grid-row-end: oh0430; }
.of0500 { grid-row-end: oh0500; }
.of0530 { grid-row-end: oh0530; }
.of0600 { grid-row-end: oh0600; }
.of0630 { grid-row-end: oh0630; }
.of0700 { grid-row-end: oh0700; }
.of0730 { grid-row-end: oh0730; }
.of0800 { grid-row-end: oh0800; }
.of0830 { grid-row-end: oh0830; }

.of0910 { grid-row-end: oh0910; }
.of0915 { grid-row-end: oh0915; }
.of0920 { grid-row-end: oh0920; }
.of0930 { grid-row-end: oh0930; }
.of0935 { grid-row-end: oh0935; }
.of0940 { grid-row-end: oh0940; }
.of0945 { grid-row-end: oh0945; }
.of0950 { grid-row-end: oh0950; }
.of1000 { grid-row-end: oh1000; }
.of1030 { grid-row-end: oh1030; }
.of1100 { grid-row-end: oh1100; }
.of1115 { grid-row-end: oh1115; }
.of1130 { grid-row-end: oh1130; }
.of1200 { grid-row-end: oh1200; }
.of1230 { grid-row-end: oh1230; }
.of1300 { grid-row-end: oh1300; }
.of1330 { grid-row-end: oh1330; }
.of1400 { grid-row-end: oh1400; }
.of1430 { grid-row-end: oh1430; }
.of1500 { grid-row-end: oh1500; }
.of1520 { grid-row-end: oh1520; }
.of1530 { grid-row-end: oh1530; }
.of1600 { grid-row-end: oh1600; }
.of1630 { grid-row-end: oh1630; }
.of1700 { grid-row-end: oh1700; }
.of1730 { grid-row-end: oh1730; }
.of1800 { grid-row-end: oh1800; }
.of1830 { grid-row-end: oh1830; }

.of1900 { grid-row-end: oh1900; }
.of1930 { grid-row-end: oh1930; }
.of2000 { grid-row-end: oh2000; }
.of2030 { grid-row-end: oh2030; }
.of2100 { grid-row-end: oh2100; }
.of2130 { grid-row-end: oh2130; }
.of2200 { grid-row-end: oh2200; }
.of2230 { grid-row-end: oh2230; }
.of2300 { grid-row-end: oh2300; }
.of2330 { grid-row-end: oh2330; }

.online-program-table-inspire {
	grid-column: inspire;
}

.online-wed {
	grid-column: wed;
}

.online-thu {
	grid-column: thu;
}

.online-fri {
	grid-column: fri;
}

.online-sat {
	grid-column: sat;
}


.online-insign {
	grid-column: insign;
}


.online-program-table-title.online-program-table-inspire {
	background: #9F9188;
}

.online-program-table-title.online-program-table-online {
	background: #2FA27A;
}




.online-program-table-inspire .program-session-topic a {
  color: #9F9188 !important;
}

.online-program-table-online .program-session-topic a {
  color: #2FA27A !important;
}

.online-program-table-inspire.program-session:hover {
  background: #9F918833;
}

.online-program-table-online.program-session:hover {
	background: #2FA27A33;
}




/* TABS */

.tab-wrap {
	-webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
	border-radius: 6px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	background-color: #fff;
	margin: 40px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
	display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
	border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tab:checked+label {
	background-color: #fff;
	box-shadow: 0 -1px 0 #fff inset;
	cursor: default;
	border: 1px solid #4447;
    border-bottom: 0;
}

.tab:checked+label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #fff;
}

.tab+label {
	box-shadow: 0 -1px 0 #444 inset;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #333;
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	text-align: center;
	background-color: #ddd;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 50px;
	box-sizing: border-box;
	padding: 15px;
	  border: 1px solid #fff7;
	  border-radius: 6px 6px 0 0 !important;
}

.tab+label:hover {
	background-color: #f9f9f9;
	box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
	padding: 10px 25px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	border-radius: 6px;
}

.container {
	margin: 0 auto;
	display: block;
	max-width: 800px;
}

.container>*:not(.tab-wrap) {
	padding: 0 80px;
}


/* GALA DINNER */

.gala-dinner-form {
  text-align: center;
  padding: 30px;
  color: #fff;
  background: #ec5426;
  margin-bottom: 90px;
  font-size: 130%;
  font-weight: 300;
}




@media only screen and (max-width: 2100px) {

    #home-top-conference-title {
      font-size: 7em;
      padding: 12% 5% 3% 5%;
    }
    
    nav li.has-medium-font-size a {
      font-size: 95% !important;
    }
    
    .wp-block-site-title a {
      font-size: 120% !important;
    }
	
	.entry-content:not(.home .entry-content) {
  font-size: calc(0.8rem + 0.8vw);
}


}


@media only screen and (max-width: 2000px) {

    #home-top-conference-title {
      font-size: 7em;
padding: 10% 5% 3% 5%;
max-width: 40%;
height: 100vh;
display: grid;
grid-template-rows: 30% 30% 30%;
    }
    
    #home-top-conference-title-1 {
align-self: end;    
	}
	
	#home-top-conference-subtitle {
      margin-top: 0rem;
    }
    
    nav li.has-medium-font-size a {
      font-size: 90% !important;
    }

    .wp-block-site-title a {
      font-size: 110% !important;
    }
	
	#location-image-block {
  grid-template-columns: 30% 21% 21%;
}

	.site-header nav li a {
  font-size: calc(0.45rem + 0.55vw) !important;
		line-height: 1.1;
}

	.site-title a {
  font-size: calc(0.8rem + 1vw);

}
	
	.site-header nav li {
  	text-align: center;
	padding: calc(0.3rem + 0.83vw) calc(1.3rem + 0.3vw);

		
		
}
	
}


@media only screen and (max-width: 1200px) {

.online-top-label-inspire, .online-top-label-virtual {
  margin: 10px;
}

#online-program-table {
    display: grid;
  	grid-template-columns: 100%;
  	grid-template-rows: [daywed] auto [wed0000] auto [wed0030] auto [wed0100] auto [wed0130] auto [wed0200] auto [wed0230] auto [wed0300] auto [wed0330] auto [wed0400] auto [wed0430] auto [wed0500] auto [wed0530] auto [wed0600] auto [wed0630] auto [wed0700] auto [wed0730] auto [wed0800] auto [wed0830] auto [wed0900] auto [wed0910] auto [wed0915] auto [wed0920] auto [wed0935] auto [wed0945] auto [wed0950] auto [wed1000] auto [wed1100] auto [wed1200] auto [wed1400] auto [wed1500] auto [wed1630] auto [wed1700] auto [wed1800] auto [wed2000] auto [wed2030] auto [wed2100] auto [wed2130] auto [wed2200] auto [wed2230] auto [wed2300] auto [wed2330] auto [daythu] auto [thu0000] auto [thu0030] auto [thu0100] auto [thu0130] auto [thu0200] auto [thu0230] auto [thu0300] auto [thu0330] auto [thu0400] auto [thu0430] auto [thu0500] auto [thu0530] auto [thu0600] auto [thu0630] auto [thu0700] auto [thu0730] auto [thu0800] auto [thu0830] auto [thu0900] auto [thu0930] auto [thu1000] auto [thu1000] auto [thu1115] auto [thu1400] auto [thu1500] auto [thu1520] auto [thu1630] auto [thu1700] auto [thu2000] auto [thu2030] auto [thu2100] auto [thu2130] auto [thu2200] auto [thu2230] auto [thu2300] auto [thu2330] auto [dayfri] auto [fri0000] auto [fri0030] auto [fri0100] auto [fri0130] auto [fri0200] auto [fri0230] auto [fri0300] auto [fri0330] auto [fri0400] auto [fri0430] auto [fri0500] auto [fri0530] auto [fri0600] auto [fri0630] auto [fri0700] auto [fri0730] auto [fri0800] auto [fri0830] auto  [fri1000] auto [fri1030] auto [fri1100] auto [fri1130] auto [fri1200] auto [fri1230] auto [fri1300] auto [fri1330] auto [fri1400] auto [fri1430] auto [fri1500] auto [fri1530] auto [fri2000] auto [fri2030] auto [fri2100] auto [fri2130] auto [fri2200] auto [fri2230] auto [fri2300] auto [fri2330] auto [sat0000] auto [sat0030];
  	color: #fff;
  	}

.daywed,
.daythu,
.dayfri,
.daysat,
.online-wed,
.online-thu,
.online-fri,
.online-sat {
  grid-column: 1;
}

.daywed {
  grid-row: daywed;
}

.daythu {
  grid-row: daythu;
}

.dayfri {
  grid-row: dayfri;
}

.daysat {
  grid-row: daysat;
}

.online-program-table-hours,
.online-program-hours-title {
    display: none;
}


.online-wed.os0000 { grid-row: wed0000; }
.online-wed.os0015 { grid-row: wed0030; }
.online-wed.os0030 { grid-row: wed0030; }
.online-wed.os0100 { grid-row: wed0100; }
.online-wed.os0130 { grid-row: wed0130; }
.online-wed.os0200 { grid-row: wed0200; }
.online-wed.os0230 { grid-row: wed0230; }
.online-wed.os0300 { grid-row: wed0300; }
.online-wed.os0330 { grid-row: wed0330; }
.online-wed.os0400 { grid-row: wed0400; }
.online-wed.os0430 { grid-row: wed0430; }
.online-wed.os0500 { grid-row: wed0500; }
.online-wed.os0530 { grid-row: wed0530; }
.online-wed.os0600 { grid-row: wed0600; }
.online-wed.os0630 { grid-row: wed0630; }
.online-wed.os0700 { grid-row: wed0700; }
.online-wed.os0730 { grid-row: wed0730; }
.online-wed.os0800 { grid-row: wed0800; }
.online-wed.os0830 { grid-row: wed0830; }
.online-wed.os0900 { grid-row: wed0900; }
.online-wed.os0910 { grid-row: wed0910; }
.online-wed.os0915 { grid-row: wed0915; }
.online-wed.os0920 { grid-row: wed0920; }
.online-wed.os0930 { grid-row: wed0930; }
.online-wed.os0935 { grid-row: wed0935; }
.online-wed.os0940 { grid-row: wed0940; }
.online-wed.os0945 { grid-row: wed0945; }
.online-wed.os0950 { grid-row: wed0950; }
.online-wed.os1000 { grid-row: wed1000; }
.online-wed.os1100 { grid-row: wed1100; }
.online-wed.os1200 { grid-row: wed1200; }
.online-wed.os1400 { grid-row: wed1400; }
.online-wed.os1500 { grid-row: wed1500; }
.online-wed.os1630 { grid-row: wed1630; }
.online-wed.os1700 { grid-row: wed1700; }
.online-wed.os1800 { grid-row: wed1800; }
.online-wed.os2000 { grid-row: wed2000; }
.online-wed.os2030 { grid-row: wed2030; }
.online-wed.os2100 { grid-row: wed2100; }
.online-wed.os2130 { grid-row: wed2130; }
.online-wed.os2200 { grid-row: wed2200; }
.online-wed.os2230 { grid-row: wed2230; }
.online-wed.os2300 { grid-row: wed2300; }
.online-wed.os2330 { grid-row: wed2330; }

.online-thu.os0000 { grid-row: thu0000; }
.online-thu.os0030 { grid-row: thu0030; }
.online-thu.os0100 { grid-row: thu0100; }
.online-thu.os0130 { grid-row: thu0130; }
.online-thu.os0200 { grid-row: thu0200; }
.online-thu.os0230 { grid-row: thu0230; }
.online-thu.os0300 { grid-row: thu0300; }
.online-thu.os0330 { grid-row: thu0330; }
.online-thu.os0400 { grid-row: thu0400; }
.online-thu.os0430 { grid-row: thu0430; }
.online-thu.os0500 { grid-row: thu0500; }
.online-thu.os0530 { grid-row: thu0530; }
.online-thu.os0600 { grid-row: thu0600; }
.online-thu.os0630 { grid-row: thu0630; }
.online-thu.os0780 { grid-row: thu0700; }
.online-thu.os0730 { grid-row: thu0730; }
.online-thu.os0800 { grid-row: thu0800; }
.online-thu.os0830 { grid-row: thu0830; }

.online-thu.os0900 { grid-row: thu0900; }
.online-thu.os0930 { grid-row: thu0930; }
.online-thu.os1000 { grid-row: thu1000; }
.online-thu.os1115 { grid-row: thu1115; }
.online-thu.os1400 { grid-row: thu1400; }
.online-thu.os1500 { grid-row: thu1500; }
.online-thu.os1520 { grid-row: thu1520; }
.online-thu.os1630 { grid-row: thu1630; }
.online-thu.os1700 { grid-row: thu1700; }

.online-thu.os2000 { grid-row: thu2000; }
.online-thu.os2030 { grid-row: thu2030; }
.online-thu.os2100 { grid-row: thu2100; }
.online-thu.os2130 { grid-row: thu2130; }
.online-thu.os2200 { grid-row: thu2200; }
.online-thu.os2230 { grid-row: thu2230; }
.online-thu.os2300 { grid-row: thu2300; }
.online-thu.os2330 { grid-row: thu2330; }

.online-fri.os0000 { grid-row: fri0000; }
.online-fri.os0030 { grid-row: fri0030; }
.online-fri.os0100 { grid-row: fri0100; }
.online-fri.os0130 { grid-row: fri0130; }
.online-fri.os0200 { grid-row: fri0200; }
.online-fri.os0230 { grid-row: fri0230; }
.online-fri.os0300 { grid-row: fri0300; }
.online-fri.os0330 { grid-row: fri0330; }
.online-fri.os0400 { grid-row: fri0400; }
.online-fri.os0430 { grid-row: fri0430; }
.online-fri.os0500 { grid-row: fri0500; }
.online-fri.os0530 { grid-row: fri0530; }
.online-fri.os0600 { grid-row: fri0600; }
.online-fri.os0630 { grid-row: fri0630; }
.online-fri.os0780 { grid-row: fri0700; }
.online-fri.os0730 { grid-row: fri0730; }
.online-fri.os0800 { grid-row: fri0800; }

.online-fri.os1000 { grid-row: fri1000; }
.online-fri.os1030 { grid-row: fri1030; }
.online-fri.os1100 { grid-row: fri1100; }
.online-fri.os1130 { grid-row: fri1130; }
.online-fri.os1200 { grid-row: fri1200; }
.online-fri.os1230 { grid-row: fri1230; }
.online-fri.os1300 { grid-row: fri1300; }
.online-fri.os1330 { grid-row: fri1330; }
.online-fri.os1400 { grid-row: fri1400; }
.online-fri.os1430 { grid-row: fri1430; }
.online-fri.os1500 { grid-row: fri1500; }
.online-fri.os1530 { grid-row: fri1530; }

.online-fri.os2000 { grid-row: fri2000; }
.online-fri.os2030 { grid-row: fri2030; }
.online-fri.os2100 { grid-row: fri2100; }
.online-fri.os2130 { grid-row: fri2130; }
.online-fri.os2200 { grid-row: fri2200; }
.online-fri.os2230 { grid-row: fri2230; }
.online-fri.os2300 { grid-row: fri2300; }
.online-fri.os2330 { grid-row: fri2330; }

.online-sat.os0000 { grid-row: sat0000; }
.online-sat.os0030 { grid-row: sat0030; }

    .site-header {
      height: auto;
      grid-template-columns: 100%;
      justify-content: center;
    }
    
    .site-branding {
      justify-content: center;
      height: 50px;
		grid-template-columns: calc(50px + 4vw) auto calc(50px + 4vw);
    }
    
    .header-logo {
      height: 50px;
    }
    
    .site-title {
      align-content: center;
      height: 50px;
      margin: 0;
		grid-area: 1/2;
    }
    
    .site-title a {
      margin-bottom: 0;
    }
    
    .site-header nav {
      width: 100%;
      justify-content: center;
      height: 50px;
    }
    
    .site-header nav li a {
      margin-bottom: 0;
    }

    #header-colour {
      display: none;
    }
	
	.call ul {
		margin: 0 0 3rem calc(0.5rem + 0.35vw);
	}
	
	.ticket-forms {
  display: block;
}
	
	.organiser-list,
	.event-speakers {
  grid-template-columns: 50% 50%;
}
	
	.organiser-role {
  font-size: calc(1rem + 1vw);
  display: inline-block;
  padding-bottom: 10px;
}
	.organiser-job {
		line-height: 1.1;
  font-size: calc(1rem + 1vw);
padding-bottom: 0.5rem;
	}
	
		.organiser-workplace {
		line-height: 1.1;
	}
	
	.entry-content:not(.home .entry-content) {
  padding: 2vw 2vw;
}

	.organiser-image {
  width: 30vw;
  height: 30vw;
}

	.organiser-name {
  font-size: calc(1rem + 2vw);
}
	
		.entry-title {
  font-size: calc(1rem + 4vw);
}
	
	.event-topic {
	    padding-left: calc(2vw + 6%);
	    padding-right: calc(2vw + 6%);
	    font-size: calc(2.25vw + 10%);
	}
	
	
	#home-top-block {
		display: block;
		
	}
	
	#home-top-conference-title {
  font-size: 4em;
  padding: 150px 5% 0% 5%;
  position: relative;
  z-index: 5;
		display: block;
		max-width: unset;
		height: unset;
	}
	
	#home-top-conference-title-1 {
  font-size: 80%;
	}
	
	#home-top-conference-title-2 {
  margin-top: -2rem;
}
	
	#home-top-conference-subtitle {
  font-size: 1.75rem;
  letter-spacing: 0.25rem;
  margin-top: 0;
	}
	
	#home-top-detail {
  text-align: right;
  position: relative;
		right: unset;
		bottom: unset;
		padding-right: 4vw;
		
}
	
	#home-top-detail-world {
  font-size: calc(1rem + 2vw);
  padding-bottom: 0;
  margin-top: -2rem;
}
	
	#home-top-detail-xxv {
  font-size: calc(1rem + 3vw);
  padding-bottom: 1rem;
}
	
	#home-top-detail-date {
  font-size: calc(1rem + 2vw);
  margin: 0 0 1rem;
}
	
	
	#home-block-2, #home-block-3 {
	grid-template-columns:  auto;
	
}
	
		#home-block-2 img, #home-block-3 img {
	max-width:  400px;
			max-height: 300px;
}

	#home-block-2-left, #home-block-3-left {
text-align: center;
	}
	
#home-block-3-right {
grid-row: 2;
}
	
.program-outline {
  display: grid;
  grid-template-columns: 100%;
	grid-row-gap: unset;
	grid-column-gap: unset;
}

.program-outline {
   border-top: 1px solid #0008; 
	padding-top: 20px;
	padding-left: 20px;
}

.program-outline-date {

}

.program-outline-date {
  grid-column: unset;
}

.program-outline-time {
  grid-column: unset;
	padding-top: 5px;
	border-top: 1px solid #3333;
}

.program-outline-label {
  font-size: 80%;
}

.program-outline-data {
  font-size: 100%;
	line-height: 1.1
}
	
	.site-header nav li {
  max-width: unset;
  text-align: unset;
}	

}
	

@media only screen and (max-width: 1100px) {
    
    #home-news-block{
		grid-template-columns: repeat(2, 50%);
	}

#home-news-block h2 {
  grid-column: 1 / span 2;
}

	#full-program {
    	width: 98vw;
		margin: 50px auto;
	}

	#full-program .tab__content { padding: 10px 15px; }

	#program-table-23, #program-table-24, #program-table-25, #program-table-26, #program-table-27 { font-size: 87%; }
	
	#program-gala-dinner, #program-evening-activities { grid-template-columns: 100%; }
	
	.program-table-title { display: none; }

	.program-table-hours { padding-top: 10px; }

/* ins cow im2 im3 boo lab ske*/

	#program-table-23 {
	grid-template-columns: 100%;
	grid-template-rows:	[h0900] auto [cow0900] auto [h1000] auto [boo1000] auto [h1300] auto [h1400] auto [cow1400] auto;
}

    #program-table-23 .h1600,
    #program-table-23 .h1300 {
        display: none;
    }

    #program-table-24 {
	grid-template-columns: 100%;
	grid-template-rows:	[h0830] auto [ske0830] auto [h1100] auto [cow1100] auto [h1130] auto [cow1130] auto [im21130] auto [h1230] auto [h1300] auto [h1330] auto [cow1330] auto [h1400] auto [cow1400] auto [im21400] auto [h1600] auto [im21600] auto [h1700] auto [cow1700] auto [insign1700] auto [h1800] auto [insign1800] auto;
}

    #program-table-24 .h1500,
    #program-table-24 .h1230,
    #program-table-24 .h1300 {
        display: none;
    }

	#program-table-25 {
		grid-template-columns: 100%;
		grid-template-rows: [h0900] auto [ins0900] auto [h0910] auto [ins0910] auto [h0915] auto [ins0915] auto [h0920] auto [ins0920] auto [h0935] auto [ins0935] auto [h0945] auto [ins0945] auto [h0950] auto [ins0950] auto [h1000] auto [ins1000] auto [h1030] auto [coffee1] auto [h1100] auto [ins1100] auto [cow1100] auto [im21100] auto [im31100] auto [lab1100] auto [h1130] auto [lab1130] auto [h1200] auto [ins1200] auto [h1300] auto [lunch] auto [h1400] auto [ins1400] auto [cow1400] auto [im21400] auto [im31400] auto [lab1400] auto [h1500] auto [ins1500] auto [h1600] auto [coffee2] auto [h1630] auto [ins1630] auto [h1700] auto [ins1700] auto [cow1700] auto [im21700] auto [im31700] auto [lab1700] auto [h1800] auto [ins1800] auto;
}


	#program-table-26 {
		grid-template-columns: 100%;
		grid-template-rows: [h0900] auto [ins0900] auto [h0930] auto [ins0930] auto [h1000] auto [ins1000] auto [h1000] auto [ins1000] auto [cow1000] auto [im21000] auto [im31000] auto [lab1000] auto [h1100] auto [coffee] auto  [h1115] auto [ins1115] auto [cow1115] auto [im21115] auto [im31115] auto  [lab1115] auto [h1300] auto [lunch] auto [h1400] auto [ins1400] auto [cow1400] auto [im21400] auto [im31400] auto [lab1400] auto [h1500] auto [ins1500] auto [h1520] auto [ins1520] auto [h1600] auto [coffee] auto [h1630] auto [ins1630] auto [h1700] auto [ins1700] auto;
	}

	#program-table-27 {
	grid-template-columns: 100%;
	grid-template-rows: [h0900] auto [cow0900] auto [im20900] auto [h1000] auto [cow1000] auto [im21000] auto [h1100] auto [im21100] auto [h1300] auto [lunch] auto [h1400] auto [cow1400] auto [im21400] auto [h1500] auto [im21500] auto [h1530] auto [cow1530] auto [h1600] auto [im21600] auto [h1700] auto [cow1700] auto;
	}


	.program-table-inspire.s0900 { grid-row: ins0900; }
	.program-table-inspire.s0910 { grid-row: ins0910; }
	.program-table-inspire.s0915 { grid-row: ins0915; }
	.program-table-inspire.s0920 { grid-row: ins0920; }
	.program-table-inspire.s0930 { grid-row: ins0930; }
	.program-table-inspire.s0935 { grid-row: ins0935; }
	.program-table-inspire.s0940 { grid-row: ins0940; }
	.program-table-inspire.s0945 { grid-row: ins0945; }
	.program-table-inspire.s0950 { grid-row: ins0950; }
	.program-table-inspire.s1000 { grid-row: ins1000; }
	.program-table-inspire.s1030 { grid-row: ins1030; }
	.program-table-inspire.s1100 { grid-row: ins1100; }
	.program-table-inspire.s1115 { grid-row: ins1115; }
	.program-table-inspire.s1130 { grid-row: ins1130; }
	.program-table-inspire.s1200 { grid-row: ins1200; }
	.program-table-inspire.s1400 { grid-row: ins1400; }
	.program-table-inspire.s1500 { grid-row: ins1500; }
	.program-table-inspire.s1520 { grid-row: ins1520; }
	.program-table-inspire.s1630 { grid-row: ins1630; }
	.program-table-inspire.s1700 { grid-row: ins1700; }
	.program-table-inspire.s1800 { grid-row: ins1800; }

	.program-table-skema.s0830 { grid-row: ske0830; }
	.program-table-insign.s1700 { grid-row: insign1700; }
	.program-table-insign.s1800 { grid-row: insign1800; }
	
	.program-table-cowork.s0900 { grid-row: cow0900; }
	.program-table-cowork.s1000 { grid-row: cow1000; }
	.program-table-cowork.s1100 { grid-row: cow1100; }
	.program-table-cowork.s1115 { grid-row: cow1115; }
	.program-table-cowork.s1130 { grid-row: cow1130; }
	.program-table-cowork.s1330 { grid-row: cow1330; }
	.program-table-cowork.s1400 { grid-row: cow1400; }
	.program-table-cowork.s1530 { grid-row: cow1530; }
	.program-table-cowork.s1600 { grid-row: cow1600; }
	.program-table-cowork.s1700 { grid-row: cow1700; }

	.program-table-imagine2.s0900 { grid-row: im20900; }
	.program-table-imagine2.s1000 { grid-row: im21000; }
	.program-table-imagine2.s1100 { grid-row: im21100; }
	.program-table-imagine2.s1115 { grid-row: im21115; }
	.program-table-imagine2.s1130 { grid-row: im21130; }
	.program-table-imagine2.s1400 { grid-row: im21400; }
	.program-table-imagine2.s1500 { grid-row: im21500; }
	.program-table-imagine2.s1600 { grid-row: im21600; }
	.program-table-imagine2.s1700 { grid-row: im21700; }

	.program-table-imagine3.s0900 { grid-row: im30900; }
	.program-table-imagine3.s1000 { grid-row: im31000; }
	.program-table-imagine3.s1100 { grid-row: im31100; }
	.program-table-imagine3.s1115 { grid-row: im31115; }
	.program-table-imagine3.s1130 { grid-row: im31130; }
	.program-table-imagine3.s1400 { grid-row: im31400; }
	.program-table-imagine3.s1600 { grid-row: im31600; }
	.program-table-imagine3.s1700 { grid-row: im31700; }

	.program-table-lab.s0900 { grid-row: lab0900; }
	.program-table-lab.s1000 { grid-row: lab1000; }
	.program-table-lab.s1100 { grid-row: lab1100; }
	.program-table-lab.s1115 { grid-row: lab1115; }
	.program-table-lab.s1130 { grid-row: lab1130; }
	.program-table-lab.s1400 { grid-row: lab1400; }
	.program-table-lab.s1600 { grid-row: lab1600; }
	.program-table-lab.s1700 { grid-row: lab1700; }


	.program-table-boost1.s1000 { grid-row: boo1000; }
	


	.coffee1 { grid-row: coffee1 !important; }
	.lunch { grid-row: lunch !important; }
	.coffee2 { grid-row: coffee2 !important; }



	.program-table-inspire,
	.program-table-cowork,
	.program-table-imagine2,
	.program-table-imagine3,
	.program-table-boost1,
	.program-table-lab,
	.program-table-skema,
	.Coffee,
	.program-session.Keynote,
	.lunch,
	.coffee,
	.program-table-hours,
	.program-table-insign {
		grid-column: 1;
	} }

@media only screen and (max-width: 750px) {

	.organiser-list,
	.event-speakers,
	.session-chairs {
  grid-template-columns: 100%;
}

.session-block-title {
  grid-column: 1 /span 1;
}
	
	#location-image-block-2 {
  grid-template-columns: 100%;
  max-width: 90vw;
  margin: 0 auto;
}
	
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 600px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap:	wrap;
	}
	
	
}

@media (max-width: 600px) {

		.event-topic {
	    padding-left: calc(2vw + 6%);
	    padding-right: calc(2vw + 6%);
	font-size: calc(4.5vw + 10%);
  text-shadow: 0px 0px 2px #222;
	    
	}
	
	#site-navigation {
		background: #fff8;
width: 96vw;
height: auto;
	}
	
	 .site-header nav li a {
      margin-bottom: 1rem !important;
		font-size: calc(1.5rem + 1.75vw) !important;
		 		text-align: center;

    }
	

	.menu-toggle {
  background: no-repeat;
  border: none;
  font-size: 150%;
  font-family: field-gothic-wide;
}
	
	.site-footer {
		display: block;
	}
	
	.site-header {
	position: relative;
}


main {
	margin-top: 0 !important;
}

    #home-news-block{
		grid-template-columns: 100%;
	}
	
	#home-news-block h2 {
  grid-column: 1;
}
	
}