/*
Theme Name: Live Events
Theme URI: https://ditisnewz.nl
Author: Newz
Author URI: https://ditisnewz.nl
Description: Newz Live events
Version: 1.0
*/

*
{
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

		font-size: 14px;
	}
}

@media screen and (max-width: 1060px)
{
	html {

		font-size: 12px;
	}
}





body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

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

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
	font-family: 'canada-type-gibson',sans-serif;
	font-weight: 900;
	font-style: normal;
}

h1
{
	font-weight: 900;

}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "�" "�" "�" "�";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

section
{
	float: left;
	width: 100%;
	position: relative;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
  }
}

.single-event .eyecandy .img-container img
{
		width: 100%;
		height: auto;
		display: block;
}

.single-event .eyecandy .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-event .eyecandy .container_text
{
	padding: 120px 0;
	color: #FFF;
	text-align: center;
}

.single-event .eyecandy .container_text h1
{
	font-size: 2.2vw;
	font-weight: 700;
	margin-bottom: 20px;
}

.single-event .eyecandy .container_text .date span
{
	margin: 0 5px 0 10px;
}

.single-event .eyecandy .shape
{
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	z-index: 2;
	bottom: -1px;
}

.single-event .eyecandy .shape svg
{
	width: calc(151% + 1.3px);
    height: 80px;
	display: block;
	width: -webkit-calc(100% + 1.3px);
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	    fill: #ffffff;
}

.the_content
{
	padding: 60px 0;
}

.the_content .content
{
	float: left;
	width: 63%;
}

.the_content .organisator
{
	float: right;
	width: 35%;
	max-width: 450px;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	text-align: center;
}

.the_content .organisator .logo
{

	text-align: center;
	max-width: 150px;
	margin: 20px auto 0 auto;
}

.the_content .organisator .logo img
{
	width: 100%;
	height: auto;
}

.the_content .aanmelden
{
	display: block;
}

.the_content .aanmelden label
{
	display: block;
	margin: 10px 0;
}

.the_content .aanmelden input
{
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #EEE;
	width: 400px;
	max-width: 100%;
}

.the_content .aanmelden button,
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input
{
	display: inline-block;
	padding: 10px 25px;
	border-radius: 4px;
	background-color: var(--sub-color);
	border: 1px solid  var(--sub-color);
	color: #FFF;
	cursor: pointer;
	transition: .6 ease all;
}

.the_content .aanmelden button:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover
{
	background: transparent;
	color: var(--sub-color);
}

section.box
{
	width: 56%;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 1%;
}

section.box .cont_box
{
	padding: 15px 30px;
}

section.box h1
{
	background: var(--sub-color);
	padding: 30px;
	color: #FFF;
	margin-bottom: 0;
}

.iframe_container
{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	float: left;
	overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.iframe_container iframe
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.left_menu
{
	float: left;
	max-width: 300px;
	width: 15%;
	background: #FFF;
	height: 100%;
	box-sizing: border-box;
	padding: 25px;
	border-radius:8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.left_menu .logo
{
	width: 80%;
	height: auto;
}

.left_menu .rooms
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.left_menu .rooms p,
.left_menu .rooms h3
{
	margin: 0 0 5px 0;
}

.left_menu .rooms h3
{
	font-size: 1rem;
}

.left_menu .rooms li
{
	padding: 1rem 0;
	cursor: pointer;

}

.left_menu .rooms li a
{
	text-decoration: none;
	color: inherit;
}

.left_menu .rooms li:not(:last-child)
{
	border-bottom: 1px solid #dbdbdb;

}

body.page-template-page-live,
body.single-room
{
	background: #f0f2f5;
}

.event_section h2
{
	color: var(--main-color);
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom: 0;
}

.event_section h3
{
	font-weight: 600;
}

.left_menu .rooms li:hover h3
{
	color: var(--main-color);
}

.room_open
{
	width: 100%;
	padding: 30px !important;
	float: right;
	padding-left: 0;
	position: relative;
	height: 80vh;
	box-sizing: border-box;
}

.chatbox
{
	width: 27%;
	float: right;
	background: #FFF;
	position: relative;
	min-height: 100%;
	padding: 15px;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

section.titlebox
{
	padding: 30px 0;
}

.chatbox #view_ajax,
.chatbox ul#messages
{
	overflow-y: scroll;
	box-sizing: border-box;
	height: calc(75vh - 100px);
	width: 100%;
	padding-right: 15px;
	font-size: 14px;
}

.chatbox *::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #FFF;
}

.chatbox *::-webkit-scrollbar
{
	width: 6px;
	background-color: #FFF;
}

.chatbox *::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dbdbdb;
}


.chatbox #view_ajax > div
{
	margin: 0px 0 8px 0;
	width: 100%;
	float: left;
}

.chatbox #view_ajax div .chatmsg,
.chatbox ul#messages li
{
	font-size: 1rem;
	padding: 5px 9px;
	background: #FFF;
	border-radius: 4px;
	list-style: none;
	transition: 0.3s ease all;
}

.chatbox ul#messages li
{
	margin: 0px 0 8px 0;
	width: 100%;
	float: left;
}

.chatbox ul#messages
{
	padding: 0;
}

.chatbox #view_ajax div.ownuser .chatmsg,
.chatbox ul#messages li.own
{
	background: #f6fff1;
}

.chatbox #view_ajax div .chatmsg .username,
.chatbox ul#messages li .username
{
	font-weight: bolder;
	display: block;
}

.chatbox #view_ajax .timechat
{
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	opacity: 0;
	margin-left: 8px;
}

.chatbox #view_ajax div .chatmsg:hover .timechat
{
	opacity: 1;
}
.chatbox #view_ajax div:not(.ownuser) .chatmsg:hover,
.chatbox ul#messages li:not(.own):hover
{
	background: #f6faff;
}

.chatbox #view_ajax div.ownuser .timechat
{
	text-align: right;
}

.chatbox textarea
{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 40px 10px 10px;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	resize: vertical;
	min-height: 40px;
	max-height: 150px;
}



.chatbox .sendmsg
{
	margin-top: 10px;
	position: relative;
}

.chatbox .sendmsg button
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: transparent;
	border: none;
	color: var(--sub-color);
	font-size: 24px;
	cursor: pointer;
}

#downloads
{
	display: none;
}

#downloads > section
{
	min-height: 350px;
}

#downloads > section ul
{
	padding: 0;
	margin: 0;
}

#downloads > section li
{
	list-style: none;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 48%;
	float: left;
	background: #FFF;
	transition: 0.4s ease all;
	margin: 0;
}

#downloads > section li:hover
{
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	color: var(--main-color);
}

#downloads > section li a
{
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 20px;
}
#downloads > section li i
{
	font-size: 24px;
	margin-right: 10px;
	color: var(--main-color);
}

#downloads > section li i, #downloads > section li span
{
	display: inline-block;
	vertical-align: middle;
}

#downloads > section li:nth-child(2n+2)
{
	margin-left: 4%;
}

#downloads > section li:nth-child(2n+3)
{
	clear: both;
}

.button.opendownloads
{
	padding: 10px 20px;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: 0.4s ease all;
}

.button.opendownloads:hover
{
	background: transparent;
	color: var(--main-color);
}

section.box
{
	background: #FFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1000px)
{
	html
	{
		font-size: 14px;
	}

	.event_section
	{
		padding: 0 15px 15px 15px;
	}

	.left_menu
	{
		width: 100%;
	}

	.left_menu .rooms li
	{
		width: 25%;
		float: left;
		padding: 15px;
	}

	.left_menu .rooms li:first-of-type
	{
		padding-left: 0;
	}

	.left_menu .rooms li:not(:last-child)
	{
		border-bottom: none;
		border-right: 1px solid #EEE;
	}

	.room_open
	{
		width: 100%;
		margin-top: 15px;
	}

	.room_open > div,
	.room_open > section
	{
		width: 100%;
		float: left;
		max-width: none;
	}

	.room_open .chatbox
	{
		margin-top: 15px;
		max-height: 50vh;
	}

	.left_menu .logo
	{
		width: 25%;
	}

	section.titlebox
	{
		padding: 20px 0 0 0;
		text-align: center;
	}
}

@media screen and (max-width: 767px)
{
	.left_menu .rooms li
	{
		width: 50%;
	}

	.left_menu .rooms li:nth-child(2n+3)
	{
		clear: both;
		padding-left: 0;
	}
}

.admin_buttons ul,
.admin_buttons ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.admin_buttons ul li
{
	padding: 4px 0;
}

.admin_buttons ul li span
{
	cursor: pointer;
	padding: 4px 10px;
	margin-left: 15px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
}

.admin_buttons ul li span:hover
{
	background: darkblue;
	color: #FFF;
}

.poll
{
	padding: 20px;
	background: #f0f2f5;
	border-radius: 4px;
	display: none;
}
