@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body, object {
	width: 100%;
	max-width: 100%;
	font-family: 'helvetica';
	font-size: 18px;
	margin: 0;
	padding: 0;
	background-color: lightgrey;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#postercanvas {
	display: none;
}
body {
	line-height: 1.2;
	padding: 20px;
	font-family: 'Px Grotesk';
	padding-bottom: 50px;
	float: left;
	width: 100%;
}
img {
	image-rendering: pixelated;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hidden-field {
	display: none;
}
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=986f9f3d-79a8-4c29-86ae-64ef6e58b978&fontids=1296749");
@font-face{
	font-family:"Swiss_911 W03 Ul Compressed";
	src:url("Fonts/1296749/1b12fea7-ef38-4d4c-afee-eaaad0e504da.eot?#iefix");
	src:url("Fonts/1296749/1b12fea7-ef38-4d4c-afee-eaaad0e504da.eot?#iefix") format("eot"),url("Fonts/1296749/d7423fdb-7e5d-409f-b305-3ac00233bca3.woff2") format("woff2"),url("Fonts/1296749/26016480-0fa2-49d0-814f-a6cb02356bb8.woff") format("woff"),url("Fonts/1296749/0dc46a3c-3682-497e-99eb-fc6fcf98a202.ttf") format("truetype");
}
@font-face {
	font-family: 'Px Grotesk';
	src: url('Fonts/PxGroteskRegular.woff2') format('woff2'),
		url('Fonts/PxGroteskRegular.woff') format('woff'),
		url('Fonts/PxGroteskRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.frame {
	zoom: 0.5;
}
.frame.post {
	width: 1080px;
	height: 1080px;
}
.frame.story {
	width: 1080px;
	height: 1920px;
}
.frame.facebook banner {
	width: 2160px;
	height: 1200px;
}
/*# # # # # # TYPO # # # # # #*/
/*
.test {
width: 100%!important;
height: 100%!important;
position: absolute!important;
z-index: 9999!important;
}
.test img {
width: 100%;
height: 100%;
}
*/
a {
	text-decoration: none;
	color: black;
}
.page-template-homepage h1,
.header-wrap h1  {
	border: solid 6px black;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 0px;
	height: 100px;
	line-height: 100px;
	position:relative;
}
.header-wrap h1  {
	border: solid 6px grey;
	background-color: grey;
	color: lightgrey;
}
.header-wrap .button-right  {
	border: solid 6px grey;
	background-color: grey;
	color: lightgrey;
}
.header-wrap .button-right .dashicons  {
	color: lightgrey;
}
.header-wrap .button-right:hover .dashicons  {
	color: grey;
}
.header-wrap h1 a {
	color: lightgrey;
}
.post-item {
	float: left;
	width: 100%;
}
/*h2,*/
.header-wrap h2,
.posts-wrap h2 {
	font-size: 50px;
	text-align: center;
	font-size: 3rem;
	text-align: left;
	padding: 10px;
	float: left;
	width: 100%;
	border: 6px solid black;
	border-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.posts-wrap h2 a {
	width: 75%;
}
.posts-wrap h2:hover {
	background-color: white;
}
.posts-wrap h2 a {
	display: block;
}
.acf-flexible-content .no-value-message {
	border-color: black!important;
}
.header-small {
	position: absolute;
	padding-right: 10px;
	top: 0.6rem;
	right: 0px;
	font-size: 1.2rem;
	padding: 5px;
	width: 25%;
}
.full {
	width: 100%;
	float: left;
}
.posts-wrap {
	margin-top: 20px;
	float: left;
	width: 100%;
	position: relative;
}
.row.full {
	margin-top: 10px;
	margin-bottom: 10px;
}

.large {
	width: calc(100% - 200px);
}
.larger {
	width: calc(100% - 100px);
}
.small {
	width: 200px;
}
.smaller {
	width: 100px;
}
.floatleft {
	float: left;
}
.floatright {
	float: left;
}
.margin-left {
	margin-left: 20px;
}
.header-wrap {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.header {
	width: 100%;
	float: left;
	border: solid 6px black;
	font-size: 100px;
	text-align: center;
	height: 140px;
	line-height: 128px;
}
/*# # # # # # HOME # # # # # #*/
h2.button-right {
	border: solid black 6px;
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	padding-top: 20px;
	position: relative;
}
h2.button-right .dashicons {
	font-size: 60px;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
h2.button-right:hover {
	background-color: white;
}


/*# # # # # # STRUCTURE # # # # # #*/
.frame-outer {
	width: 67%;
	position: relative;
	height: 100vh;
	float: left;
	background-color: transparent!important;
	margin-top: 20px;
	padding-right: 20px;
}
.frame {
	width: 1080px;
	height: 1920px;
	background-color: grey;
	/*	position: relative!important;*/
	display: inline-block;
	/*
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
}
.frame-content {
	position: absolute;
	width: 100%;
	height: 100%;
}
.frame-content .image-placeholder {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.user-organisation {
	display: none;
}
.ui-resizable {
	/*	position: absolute!important;*/
}
/*# # # # # # HELPERS # # # # # #*/
.width-input {
	height: 20px;
	width: 80px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: orange;
	text-align:center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	transform: translate(-169px, 25px);
}
.height-input {
	width: 80px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: orange;
	text-align:center;
	font-size: 16px;
	line-height: 20px;
	transform: translate(5px, -5px);

}
.change_size {
	width: 100%;
	margin-bottom: 10px;

}

.btn {
	border: 4px solid black;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 24px;
	height: 50px;
	border-radius: 25px;
	cursor: pointer;
}
/*# # # # # # SLIDESHOW # # # # # #*/
.hidden {
	display: none;
}
.slide-wrap.current .hidden {
	display: block;
}

.slideshow,
.slick-list,
.slick-track {
	height: 100%;
}
.slide-wrap:focus {
	outline: 0px;
}
.slide-wrap {
	position: relative;
}
.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;

}
.slide.half {
	position: absolute;
	width: 100%;
	height: 50%;
	/*	overflow: hidden;*/
}
.slide.half:first-child {
	top: 0px;
}
.slide.half:last-child {
	bottom: 0px;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	pointer-events: none;
	text-align: left;
	line-height: 1;
}
.img-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.slide img {
	/*
	min-width: 100%;
	min-height: 100%;
	*/
	position: absolute!important;
	/*
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%; 
	*/
	/*	object-fit: cover;*/
	/*
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%; 
	font-family: 'object-fit: cover;';
	*/
	/*
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	*/
}
.slide img.portrait {
	height: 100%;
}
.slide img.landscape {
	width: 100%;
}

.slide-wrap {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
	float: left;
}

.slide-wrap.white {
	color: white
}
.slide-wrap.black {
	color: black
}


.loop .slide-wrap.first.previous,
.loop .slide-wrap.previous {
	display: block;
	width: 20%!important;
}
.loop .slide-wrap.first.previous,
.loop .slide-wrap.previous {
	display: block;
	width: 20%!important;
}
.slide-wrap.current {
	display: block;
	width: 100%;
}
.loop .slide-wrap.current {
	width: 80%;
}
.loop .slide-wrap.next.last,
.loop .slide-wrap.first.last,
.loop .slide-wrap.next {
	display: block;
	width: 20%!important;
}
.loop .slide-wrap.first {
	width: 80%!important;
}
.loop .slide-wrap.last {
	width: 80%!important;
}
.loop .slide-wrap.next:nth-child(odd) {
	display: none;
}
.loop .slide-wrap.previous:nth-child(even) {
	display: none;
}

.slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
.slide video.portrait {
	height: 100%;

}
.slide video.landscape {
	width: 100%;

}

.alert {
	border: solid 3px;
	padding: 10px;
	max-width: 1000px;
	width: 100%;
	font-size: 1rem;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.alert.red {
	border-color: red!important;
	color: red!important;
}
.alert.red a {
	color: red!important;
}
.alert a {
	text-decoration: underline;
	cursor: pointer;
}
.alert a:hover {
	text-decoration: underline;
}
.ui-resizable-handle {
	z-index: 999999;
}
/*# # # # # # ACF FORM # # # # # #*/
.acf-fields>.acf-field {
	padding: 0px!important; 
	border-top: 0px!important; 
}
.acf-flexible-content .layout {
	background: lightgrey!important; 
	border: 3px solid black!important;
}
.acf-fields.-border {
	border: 0px!important;
	background: lightgrey!important;
}
.acf-field .acf-label label {
	font-weight: normal!important;
}
.acf-fields>.acf-field {
	padding: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	/*	border-bottom: 3px solid darkgrey;*/
}
.acf-field-group .acf-field {
	padding: 0px!important;
}
.acf-field.acf-field-flexible-content {
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.button-primary {
	width: 100%;
	border: solid 3px black;
	padding: 5px;
	margin-top: 10px;
	float: left;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
}
.acf-form-submit .button-primary {
	color: green;
	border-color: green;
	background-color: lightgray;
}
.acf-form-submit .button-primary:hover {
	color: lightgray;
	border-color: green;
	background-color: green;
}

.acf-actions a {
	margin-left: 0px!important;
}
.acf-field.hidden-frontend {
	height: 0px;
	overflow: hidden;
	padding: 0px!important;
}
.acf-form-submit {
	position: fixed;
	width: 25%;
	width: calc(33% - 10px);
	bottom: 10px;
}
.acf-form {
	position: relative;
	width: 100%;
}
.acf-field.acf-field--post-title {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

/*# # # # # # TOOLS # # # # # #*/
.tools {
	/* background-color: yellow; */
	width: 33%;
	margin-top: 22px;
	height: calc(100vh - 20px);
	overflow: hidden;
	padding-bottom: 70px;
	/* padding-bottom: 2000px; */
	padding-top: 10px;
	background-color: lightgray!important;
}
.size-label {
	float: left;
	width: 200px;
}
.tools.is_stuck {
	right: 20px;
	top: 10px;
	overflow: auto;
}
.tools-content {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tools-row {
	width: 100%;
	float: left;
	background-color: lightgray!important;
}
.tools-row.open .tools-content {
	display: block;
}
.tools-header {
	position: relative;
	width: 100%;
	font-size: 1.5rem;
	border-bottom: 4px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.tools-header:hover:after {
	color: black;;
}
.tools-header:after {
	content: "+";
	position: absolute;
	right: 0px;
	color: darkgray;
}
.open .tools-header:after {
	content: "–";
	position: absolute;
	right: 0px;
}
.tools .ui-slider {
	height: 4px;
	border: 0px;
	background: black;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tools  .ui-slider .ui-slider-handle {
	background: black;
	width: 16px;
	height: 16px;
	top: -6px;
	border-radius: 10px;
	border: transparent;
	cursor: ew-resize;
}
.tools  .ui-slider .ui-slider-handle:hover {
	background-color: white;
}
.acf-file-uploader .acf-button,
.acf-image-uploader .acf-button {
	border: 2px solid black;
	display: block;
	border-radius: 10px;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}
.technical-content {
	display: none;
}

/*# # # # # # NAVIGATOR # # # # # #*/
.frame-head {
	position: relative;
}
.navigator {
	width: 100%;
	height: 56px;
	padding-top: 10px;
	margin-bottom: 20px;
	z-index: 99999;	
	/* margin-top: 20px; */
	/* text-align: center; */
}
.capture {
	min-width: 40px;
	height: 40px;
	border: 3px solid black;
	padding-left: 5px;
	padding-right: 5px;
	margin: 3px;
	background-color: lightgrey;
	border-radius: 35px;
	cursor: pointer;
	text-align: center;
	font-size: 1.5rem;
	line-height: 35px;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
}
.add-slide-btn,
.slide-btn {
	border: 3px solid black;
	padding-left: 5px;
	padding-right: 5px;
	margin: 3px;
	min-width: 40px;
	height: 40px;
	display: inline-block;
	background-color: lightgrey;
	border-radius: 35px;
	cursor: pointer;
	text-align: center;
	font-size: 1.5rem;
	line-height: 35px;
}
.capture:hover,
.add-slide-btn:hover,
.active,
.btn:hover,
.slide-btn.active,
.slide-btn:hover {
	background-color: white;
}
/*# # # # # # TYPOGRAPHY # # # # # #*/
.logo {
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 9999;
	top: 30px;
}
.story .logo {
	top: 200px;
}
.logo img {
	width: 100%;
	height: 100%;
}
.slick-active img.logo {
	width: 100%!important;
}
.title {
	width: 100%;
	font-size: 80px;
	text-align: center;
	position:relative;
	font-family: 'helvetica';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
	/*	white-space: pre-line*/
	/*
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	*/
	/*
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	*/
}
.presented_by {
	width: 90%;
	z-index: 9999;
	/* background-color: red; */
	height: 30px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	text-align: left;
	font-size: 28px;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	min-width: 800px;
	display: none;
}
.current .presented_by {
	display: block;
}
.white .presented_by {
	color: white;
}
.black .presented_by {
	color: black;
}
.title p {
	margin-bottom: 10px;
}
.half .title {
	/*	top: 40%;*/
}
.title-target.single {
	top: 50%;
}
.title-target {
	top: calc(50% + 130px);
}
.title-target-2 {
	top: calc(50% - 185px);
}

.location {
	width: 100%;
	font-size: 88px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0px;
	/*
	padding-left: 10%;
	padding-right: 10%;
	*/
	letter-spacing: 3px;
	font-family:"Swiss_911 W03 Ul Compressed";
}
.story .presented_by {
	bottom: 215px;
}
.story .location {
	bottom: 200px;
}
.half .location {

}
/*# # # # # # EDIT POST # # # # # #*/
.edit-post-wrap {
	width: 100%;
	position: relative;
	right: 0px;
	height: 100%;
	background-color: white;
	overflow: auto;
}
.edit-post-wrap.open {
}
.edit-post-wrap .inner-wrap{
	display: none;
}
.edit-post-wrap.open .inner-wrap{
	display: block;
}
.inner-wrap {
	padding: 10px;
}






/*# # # # # # MEDIA # # # # # #*/
.screen-reader-text,
.attachments-browser .media-toolbar {
	display: none;
}
/*# # # # # # FORMS # # # # # #*/


.form-style-1 {
	padding: 0px;
	max-width: 800px;
	width: 100%;
}
.form-style-1 li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}
.form-style-1 label{
	margin:0 0 0 0;
	padding:0px;
	display:block;
	border: solid 2px #808080;
	padding: 5px;
	color: #808080;

}
.form-style-1 input[type=password], 
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 textarea, 
.form-style-1 select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:2px solid #808080;
	padding: 5px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1rem;
	border-top: 0px;
	color: #808080;
	background-color: transparent;
}
.form-style-1 input[type=password]:focus, 
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	background-color: whitesmoke;
}
.form-style-1 .field-divided{
	width: 49%;
}

.form-style-1 .field-long{
	width: 100%;
}
.form-style-1 .field-select{
	width: 100%;
}
.form-style-1 .field-textarea{
	height: 100px;
}
.form-style-1 .button,
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
	background: transparent;
	padding: 5px;
	border: 2px solid #808080;
	color: #808080;
	font-size: 1rem;
	width: calc(50% - 5px);
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 200px;
	float: left;
}
.form-style-1 .button {
	text-decoration: none;
	display: block;
	text-align: center;
	float: right;
}
.form-style-1 .button:hover,
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
	background: #808080;
	padding: 5px;
	border: 2px solid #808080;
	color: lightgrey;
}
.form-style-1 .required{
	color:red;
}

@media only screen and (max-width: 800px) {
  html {
		font-size: 15px;
  }
}
