/*
	Theme Name: HTML5 Blank KIRAC
	Theme URI: http://html5blank.com
	Description: KIRAC website based on HTML5 Blank WordPress Theme
	Version: 1.5.0
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    GENERAL
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5% !important;
	height:100%;
	width:100%;
	margin:0 auto;
}
body {
	font: normal 1.7rem/1.4 'Arial' !important;
	color:#23282D;
	width:100%;
	height:100%;
	margin:0 auto;
	background-color: white;
}

.h1-gradient{
		width: 100%;
		position: fixed;
		margin:0;
		height:200px;
		z-index:1;
		background-color: white;
	}

table.transparant{
	border: 0;
	width:100%;
}


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

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/* responsive */

@media (min-width:600px) {
	.h1-gradient{
		height:38%;
		background-color: white;
	}
}
@media (min-aspect-ratio: 4/3) and (max-width:767px) {

	.h1-gradient{
		height:0px;
        background-color: white;
	}
}

@media (min-width:768px) {

	.h1-gradient{
		height:155px;
	}
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/

/* other links */
a {
	color:blue;
	text-decoration: none;
	transition: color 0.3s;
}

a:visited {

}

a:hover {

}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/* menu links */
nav li > a {
	color:#23282D;
	text-decoration:none;
}

nav li > a:visited {
	color:#23282D;
}

nav li > a:hover {

}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
	position:absolute;
}
/* header */
.header {
 	display: flex;
	flex-direction: column;
	width:100%;
	z-index:999;
}
/* logo */

.logo-wrapper{
	position:fixed;
	z-index:999;
	margin-top:0px;
	background-color: white;
}

.logo {
 	font-size: 32.3vw;
	font-weight: bold;
 	text-align:left;
	line-height:1;
	margin: 0;
	margin-left:-1.8vw;

}

.logo {
	line-height:1;
	color: #23282D;
}
.sub-logo {
	font-size:8vw;
	color: #23282D;
	line-height:1;
	margin: 0;
	margin-left:-0.4vw;
	margin-top:0px;
	margin-bottom:10px;

}
.logo-svg {
	width:88%;
	margin-top: 5vw;
	margin-left:7vw;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	margin: 0px;
}
/* main */
main{
	display: flex;
	flex-direction: column;
	padding-left: 5vw;
	padding-right: 5vw;
	margin-top: 30vh;
}

section {
	margin: 0px;
	width:100%;
}


.page > p, h2{

}

@media (min-width:600px) {
	main{margin-top:300px;}
}

@media (min-aspect-ratio: 4/3) and (max-width:767px) {
	/* wrapper */
	.wrapper {
		display: flex;
		flex-direction: row;
	}

	/* header */
	.header {
		width:28%;
		margin-top:0px;
		padding-left:20px;
		padding-right:0px;
		height:100%;
		position: fixed;
	}
	/* logo */

	.logo-wrapper{
		position:relative;
		width:100%;
		z-index:999;
		margin-top:2vw;
		background-color: white;
	}

	.logo {

		margin-left:0px;

	}

	main {
		width: 72%;
		margin-top:0;
		margin-left: 25%;
	}
}

@media (min-width:768px) {
	/* wrapper */
	.wrapper {

	}

	/* header */
	.header {
		width: 420px;
		height:100%;
		float:left;
		position:fixed;
		padding-right: 42px;
		padding-left: 83px;
		padding-top: 58px;

	}

	.logo-wrapper{
		width:380px;
		margin-top:0px;
		margin-left:0px;
		position:relative;
	}


	.logo-svg{
		margin:0px;
	}

	main {
		float:left;
		position:relative;
		margin-left: 420px;
		padding-top: 58px;
		padding-left: 42px;
		width:850px;
		margin-top:0px;
	}

	article{
		margin-top:177px;
	}

	section {
	margin-top:0px;
	}

	.sectionHeader{
	background-color: white;
	top:0px;
	position:fixed;
	height:200px;
	width:100%;
	z-index:999;
	}


	.footer {

		margin-right:25%;
		margin-left:25%;
		width:50%;
		bottom:5px;
	}

	#subscribe_page_wrapper{
	flex-direction:row;
	}

	#subscribe_page_wrapper .subscribe_block{
	width:30%;
	margin-right:30px;
	}
}

/*------------------------------------*\
    MENU
\*------------------------------------*/
.nav {
	width: 100%;
	position:fixed;
	transform: translateY(-100%);
	transition: transform .5s ;
	z-index:1000;
	background-color:white;
	font-size:7vw;
}


.nav-slide{
   	transform: translateY(0%);
	transition: transform .5s ;
}

.nav ul{
  list-style-type: none;
  margin-left:5px;
  margin-top:0px;
  padding: 0;
}

.nav > ul > li {
  margin-top:0px;
}
.nav > ul > li > a{
 visibility: hidden;
}

.nav > ul > li > ul{
}


.nav > ul > li > ul >li{
 line-height: 1.6;
}

.menu-item-has-children {

	display: block;
}

.menu-button{
	width:100%;
	text-align:center;
	margin-top:1rem;
	margin-bottom:1.6rem;
}

.menu-button img{
	width: 25px;
}

button#toggleNav:focus{
	outline:0;
}

button#toggleNav img:focus{

}

@media (min-aspect-ratio: 4/3) and (max-width:767px) {
	.nav{
		position:relative;
		margin-top:0px;
		margin-left:0;
		left: -5vw;
		font-size:1.5rem;
		transform:none;
		overflow-y:scroll;
		z-index:1;
		background-image: none;
		visibility: visible;
		scrollbar-width: none;
		}

	.nav::-webkit-scrollbar {
    display: none;
	}

		.nav ul{
		list-style-type: none;
		width:100%;
		margin-left:0px;
		}

		.nav > ul > li{
		margin-top:-16px;
		}

		.nav > ul > li > ul{

	 	padding-left:  5px;
		}

		button#toggleNav{
			display:none;
		}
	.menu-button{
		display:none;
	}
}

@media (min-width:768px) {
	.nav{
		position:relative;
		margin-top:0px;
		font-size:2.2rem;
		transform:none;
		overflow-y:scroll;
		z-index:1;
		background-image: none;
		visibility: visible;
		scrollbar-width: none;
		}

	.nav::-webkit-scrollbar {
    display: none;
	}

		.nav ul{
		list-style-type: none;
		width:100%;
		margin-left:0px;
		}

		.nav > ul > li{
		margin-top:23px;
		}

		.nav > ul > li > ul{


		}

		button#toggleNav{
			display:none;
		}
	.menu-button{
		display:none;
	}
}

@media (min-width:768px) {
}

/*------------------------------------*\
    TEXT
\*------------------------------------*/
h1, h1 > a, h2, h2 > a, h3, h3 > a{
	font-weight:300;

}

h1{
	font-size: 10vw;
	font-weight:bold;
	margin-left:-0.45vw;
	margin-top:0px;
	margin-bottom:50px;
	line-height:1;
	background-color: white;
}

h2 {
	font-size: 6vw;
	margin-bottom:10px;
	margin-left:-0.45vw;
}

h3, h3 > a {
	font-size: 6vw;
	margin-bottom:0px;
	margin-left:-0.45vw;
	font-weight: 600;
}

h4, h4 > a {
	font-size: 1.7rem;
	margin-left:0px;
	margin-bottom:0px;
	font-weight: bold;
	}

p {
	font-size:1.7rem !important;
	margin-top: 0px;

}

.p_klein {
	font-size:1.5rem;
}
@media (min-aspect-ratio: 4/3) and (max-width:767px) {
	p{
	font-size:1.5rem;
	margin-left:0;
	margin-top: 0px;
	margin-right:0;
	}

	h1, h1 > a, h2, h2 > a, h3, h3 > a{
	margin-left:0;
	margin-right:0;
	}

	h1{
	font-size: 7vw;
	font-weight: bold;
	margin-bottom:35px;
	line-height:1;
	margin-top:2.6vw;
	margin-left:-3px;
	position:relative;
		width:100%;
		z-index:999;
	 }

	h2 {
	font-size: 2rem;
	margin-left:0px;
	}

	h3, h3 > a{
	font-size: 2rem;
	margin-left:0px;

	}
	h4, h4 > a {
	font-size: 1.5rem;
	margin-left:0px;
	margin-bottom:0px;
	}
}

@media (min-width:768px) {
	p{
	font-size:1.7rem;
	margin-left:0;
	margin-top: 0px;
	margin-right:0;
	}

	h1, h1 > a, h2, h2 > a, h3, h3 > a{
	margin-left:0;
	margin-right:0;
	}

	h1{
	font-size: 93px;
	font-weight: bold;
	margin-bottom:0;
	line-height:1;
	margin-top:60px;
	margin-left:-4px;

		width:100%;
		z-index:999;
	 }

	h2 {
	font-size: 2.2rem;
	margin-left:0px;
	}

	h3, h3 > a{
	font-size: 2.2rem;
	margin-left:0px;

	}
	h4, h4 > a {
	font-size: 1.7rem;
	margin-left:0px;
	margin-bottom:0px;
	}

}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

input[type="text"], input[type="submit"], input[type="email"], select, label{
	width:100% ;
	height:8vw ;
	font-size:6vw ;
}

input[type="text"]{

}

textarea {
	width:100% ;
	}

input[type="radio"]{
	width:50px;
}

.mollie_form img {
	width: 15vw;
	margin-left:10px;
	margin-top:-7px;
}

.mollie_form, .wpcf7, form{
	width:100%;
}

.mollie_form label{
  margin-bottom:15px;
	height:100%;
}

.mollie_form input[type="text"]{
	margin-top: 0;
}

@media (max-width:767px) and (min-aspect-ratio: 4/3){
	input[type="text"], input[type="submit"], input[type="email"], select, label{
	width:100%;
	height:8vh;
	font-size:6vh;
}

}

@media (min-width:768px) {

	input[type="text"], input[type="email"], select, label{
	width:100%;
	height:2.7rem;
	font-size: 1.7rem !important;
	}

	textarea {
	width:100%;
		font-size: 1.7rem !important;
	}

	input[type="submit"]{
	width:100px;
	height:3rem;
	font-size:1.4rem;
	}

	input[type="text"], input[type="email"], textarea {
	padding-left:4px !important;
	}

	.mollie_form, .wpcf7, .mailing-list-form {
	width:50%;
	}

	.comment-form{
		width: 100%;
	}

	.mollie_form img {
	width: 32px;
	}

}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.comments ul{
	list-style-type:none;
	padding-left:0;
}

.comments li{
	margin-bottom:20px;

}
.comments li li{
	padding-left:100px;

}

.comments .comment-author{
	font-weight: bold;
}

textarea#comment{
	width:100%;
	height:200px;
}

@media (min-width:768px) {
}


/*------------------------------------*\
    TABLES
\*------------------------------------*/
table{
	width: 100%;
}

/*------------------------------------*\
    IMAGES & VIDEO
\*------------------------------------*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1.7rem;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

img.vertical {
	width:70%;
}

td > img {
	width: 100%;
	height: 100%
}

/*------------------------------------*\
    subscribe page
\*------------------------------------*/
#subscribe_page_wrapper{
	display:flex;
	flex-direction:column;
}

#subscribe_page_wrapper .subscribe_block{
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media (min-width:768px) {


}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

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

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	max-width:100%;
	padding:0;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0px 0px 1.7rem 0;
}
.wp-caption.alignleft {
	margin:0px 0px 1.7rem 0;
}
.wp-caption.alignright {
	margin:0px 0 1.7rem 0;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	padding-bottom:0px;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:1.5rem;
	line-height:2rem;
	margin:0;
	margin-top:0.6rem;
	padding:0;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* Premium videos */
.video-title {
	padding-top: 20px;
	font-size: 24pt;
}
.video-filter-heading {
	padding-top: 10px;
}
.video-footer {
	display: inline-block;
  padding-top: 20px;
}

.video-category {
	display: inline-block;
	padding: 10px;
	font-weight: bold;
	margin-right: 20px
}
.video-filter-link {
	color: black;
}
.video-filter-category {
	margin-right: 10px;
	border-width: 5px;
	border-style: solid;
}
.video-filter-category:not(.active) {
	background: white !important;
}

.video-category.episodes {
	background: rgb(224,102,102);
	border-color: rgb(224,102,102);
}
.video-category.scene_cuts {
	background: rgb(142,124,195);
	border-color: rgb(142,124,195);
}
.video-category.podcasts_interviews {
	background: rgb(111,168,220);
	border-color: rgb(111,168,220);
}
.video-category.other {
  background: rgb(255,217,102);
	border-color: rgb(255,217,102);
}
.video-category.all {
  background: rgb(182,215,168);
	border-color: rgb(182,215,168);
}
