/*
Theme Name: Op Het dak
Theme URI: http://ophetdak.com
Author: In de Walvis
Author URI: http://indewalvis.nl
Description: Theme for Op Het dak
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: ophetdak

*/
html,body {
	height:100%;
}

html {
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body {
	background:#fff;
	font-family:"din-condensed-web",sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:36px;
	text-transform:uppercase;
	max-width:1800px;
	margin:0 auto;
	position:relative;
}

@media all and (max-width: 768px){
	body {
		font-size:24px;
	}
}

UL { margin: 10px auto; }
UL LI { margin:0px 0px 0px 20px; list-style: disc;  }

HR {
	border: none;
	height: 3px;
	background-color: black;
}

H1 {
	margin:20px 0;
	font-size:36px;
	text-transform:uppercase;
}

H2 {
	margin: 30px 0 0px 0;
	font-size:24px;
	text-transform:uppercase;
}

@media all and (max-width: 768px){
	H1 {
		font-size:24px;
		line-height: 28px;
	}
	
	H2 {
		font-size:20px;
	}
}

p {
	margin:0 0 20px 0;
}

A {
	color: black;
	text-decoration: underline;
}

A:hover {
	color:#FFBF5E;
}

.inner {
	max-width:900px;
	margin:0 auto;
}

/* Logo */
#logo {
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	position:fixed;
	left:0;
	margin:20px;
	z-index:21;
	opacity:1;
	display:block;
}

@media all and (max-width: 768px) {
	#logo {
		width:100px;
		height:100px;
	}
}

#logo img {
	width:100%;
	height:auto;
	display:block;
}

/* Header */
header{
	max-height: 80%;
	overflow: hidden;
}

header img {
	width:100%;
	height:auto;
	display:block;
}

/* Article */
article {
	margin:0 auto;
	max-width:850px;
	font-size:20px;
	line-height: 1.4;
	text-transform: none;
	padding: 0 20px;
}

/* Fullscreen Menu */
.fullscreen-toggle {
	display:block;
	position:fixed;
	right:0;
	font-size:24px;
	background-position:center top;
	z-index:25;
	cursor:pointer;
	margin:20px;
	padding:8px 10px;
	background-color:rgba(255,255,255,0.8);
}

.fullscreen-toggle.active {
	color:#000;
	background-color:#fff;
}

.fullscreen-toggle.active:hover {
	color:#fff;
	background-color:#000;
}

.fullscreen-toggle:hover {
	background-color:rgba(255,255,255,1);
}

.fullscreen-toggle .fa-times {
	display:none;
}

.fullscreen-toggle.active .fa-times {
	display:block;
}

.fullscreen-toggle .fa-bars {
	display:block;
}

.fullscreen-toggle.active .fa-bars {
	display:none;
}

nav#fullscreen-menu {
	display:none;
	position:fixed;
	z-index:0;
	padding:0;
	margin:0 auto;
	width:100%;
	height:100%;
	background-color:#fff;
}

nav#fullscreen-menu.active {
	display:block;
	z-index:20;
}

nav#fullscreen-menu.active .inner {
	height:100%;
}

nav#fullscreen-menu .menu-menu-container {
	position:relative;
	float:none;
	width:100%;
	height:100%;
	display:none;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-webkit-box-align:center;
	align-items:center;
}

nav#fullscreen-menu div {
}

nav#fullscreen-menu div ul {
	display:block;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:auto;
}

nav#fullscreen-menu div ul li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

nav#fullscreen-menu div ul li a {
	font-size:36px;
	line-height:1.4;
	text-align:center;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

.no-touch nav#fullscreen-menu div ul li a:hover {
	color:#FFBF5E;
}

nav#fullscreen-menu .menu-footer {
	position:absolute;
	bottom:40px;
	margin:0 auto;
	font-size:14px;
	color:#000;
	width:100%;
	text-align:center;
}

nav#fullscreen-menu .menu-footer a {
	text-decoration: none;
}

@media all and (min-width: 1200px) {
	nav#fullscreen-menu div ul li a {
		font-size:44px;
	}
}

@media all and (min-width: 1600px) {
	nav#fullscreen-menu div ul li a {
		font-size:50px;
	}
}

/* Flickity */
.carousel {
	width:100%;
	height:auto;
	display:block;
	max-height: 80%;
	overflow: hidden;
}

.carousel-cell {
	margin-right:20px;
	width:100%;
	height:auto;
}

.carousel-cell img {
	width:100%;
	height:auto;
	display:block;
}

/* smaller, dark, rounded square */
.flickity-prev-next-button {
	width:40px;
	height:40px;
	border-radius:none;
	background:#fff;
}

@media all and (max-width: 768px){
	.flickity-prev-next-button {
		display: none;
	}
}

.flickity-prev-next-button:hover {
	background:#F90;
}

/* arrow color */
.flickity-prev-next-button .arrow {
	fill:#fff;
}

.flickity-prev-next-button.no-svg {
	color:#fff;
}

/* video container */
.video-container {
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	height:0;
	margin-bottom:20px;
}

.video-container iframe,.video-container object,.video-container embed,.video-container video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Social icons */
ul.socialicons {
	padding:0;
}

ul.socialicons i {
}

ul.socialicons li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

ul.socialicons li a {
	padding:10px;
	display:block;
}

ul.socialicons li a:hover {
	color:#FFBF5E;
}

/* Wordpress must haves */
.sticky {
	display:block;
}

.gallery-caption {
}

.bypostauthor {
}

footer {
	max-width:900px;
	margin:0 auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	align-content:stretch;
	font-size:24px;
	padding-bottom: 20px;
	margin-top: 100px;
}


footer div {
	margin: 0;
	padding:10px;
	flex-grow:1;
	text-align:center;
}

footer a {
	text-decoration: none;
}

@media all and (max-width: 768px){
	footer {
		font-size:16px;
/* 		display: block; */
	}
	
	footer .col {	
		margin-bottom: 20px;
	}
	
	footer div#mce-responses {
		margin-bottom: 0;
		padding: 0;
	}
}

@media all and (max-width: 320px){
	footer {
		display: block;
	}
}

/* maps */
.acf-map {
	width:100%;
	height:40%;
	margin:0;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width:inherit!important;
}

/* INSTAGRAM */
.instagram {
	width:100%;
	height:auto;
	display:block;
}

.instagram a {
	width:15%;
	padding-bottom: 15%;
	display:block;
	background-size: cover;
}

@media all and (max-width: 768px){
	.instagram a {
		width:40%;
		padding-bottom: 40%;
	}
}

.instagram img {
	width:100%;
	height:auto;
	display: block
}

.clearfix:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }

.post-186 article {
	text-align: center;
}

form {
	margin: 0 auto;
	padding: 40px;
}
input {
	font-family:"din-condensed-web",sans-serif;
	font-weight:400;
	font-style:normal;
	width: 90%;
	padding: 5px;
	font-size: 16px;
	max-width: 400px;
	text-transform: uppercase;
}
input[type=submit] {
	background-color: black;
	color: white;
	border: none;
	font-size:24px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.mc-field-group {
	margin-bottom: 10px;
	max-width: 400px;
}
label {
	clear: both;
	display: block;
	text-transform: uppercase;
}