/*
Theme Name: Specialbite
Theme URI: http://specialbite.com/
Description: Specialbite Wordpress Theme
Author: Pepijn Koning Multimedia
Author URI: http://pepijnkoning.nl
Version: 1.0
*/

/** FONTS **/

@import url(https://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:400,700|Oswald:300,400);

/** HTML5 BOILERPLATE MINIFIED **/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}


/** BODY STYLES **/

html {
    font-size: 100%;
	-webkit-font-smoothing: antialiased;
}

body { 
	background: #262525; 
	color: #F2F2F2; 
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 32px;
}

a { 
	text-decoration: none;
	transition: all .5s ease;
}

h1 {
    text-transform: uppercase;
    font: 38px 'Oswald', sans-serif;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
    font-weight: 500;
}

h2 {
	font: 30px 'PT Serif', sans-serif;
	font-weight: 400;
}

h3 {
	font: 32px 'PT Serif', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
    font: 22px 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

h5 {
	font: 26px 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

	h5 small {
		display: inline-block;
		margin: 0;
		margin-left: 10px;
		font-size: 20px;
		text-transform: initial;
		color: #fff;
	}

input {
	-webkit-appearance: none;
	border-radius: 0;
}

p {
	margin: 10px 0 40px 0;
}

	p a {
		color: #fff;
    	font-weight: bold;
    	text-decoration: underline;
	}
	
		p a:hover, p a:focus {
			color: #fff;
    		text-decoration: none;
		}

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

input:invalid {
    background-color: rgba(121, 0, 0, 0.3);
}

hr {
	border-top: 1px solid #353739;
}

small {
	margin-top: -38px;
    margin-bottom: 22px;
    display: block;
    font: 18px 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #BFBFBF;
}


/** DEFAULT STYLES **/

.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

.button, .button:focus {
    text-transform: uppercase;
    font: 20px 'Oswald', sans-serif;
    color: #FFF;
    background: #C70763;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    border: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
    transition: all .2s ease-in;
}

	.button:hover {
		background: #EC0A76;
		color: #FFF;
		text-decoration: none;
	}
	
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.advertisement {
	background-color: #353739;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    background-image: url(assets/img/partner_winestein.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: right 15px center;
    padding-right: 130px;
}

.share {
	background: #353739;
    padding: 15px 15px 10px 15px;
}

.share h4 {
	margin: 0 0 14px 0;
    font-size: 18px;
}


/** SECTION STYLES **/

header {
	background: #353739;
}

nav {
	background-color: #F4F4F4;
}

section#cover {
	height: 460px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

section#content {
	padding: 110px 0;
	background: #2A2B2D;
}

section#photo {
	min-height: 800px;
	background-size: cover;
}

section#partners, section#inschrijving {
	background: #353739;
	padding: 110px 0;
}

section#inschrijving {
	padding: 80px 0px;
}

section#iamsterdam {
	background: #E40000;
    padding: 12px;
}

footer {
	background: #2A2B2D url(assets/img/footer.jpg);
    background-size: cover;
    background-position: center center;
}

iframe#external {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
}


/** HEADER STYLES **/

header .logo img {
    margin: 39px 0;
    height: auto;
    width: 220px;
}

header .button {
	margin: 40px 6px;
	background: rgba(0,0,0,0.15);
}

header .region, header .region:focus {
    text-transform: uppercase;
    font: 20px 'Oswald', sans-serif;
    color: #FFF;
    background: rgba(0,0,0,0.15);
    padding: 8px 12px;
    display: inline-block;
    margin: 40px 0;
    text-decoration: none;
}

	header .region:hover, 
	header .region:focus,
	header .button:hover,
	header .button:focus {
		text-decoration: none;
		background: rgba(0, 0, 0, 0.4);
	}
	
	header .region i {
		font-size: 17px;
		margin-top: 6px;
		display: block;
		float: right;
		margin-left: 8px;
	}


/** NAV STYLES **/

nav ul#menu {
	text-transform: uppercase;
    font: 23px 'Oswald', sans-serif;
    color: #353535;
    font-weight: 300;
}

	nav ul#menu li {
		float: left;
		margin-right: 40px;
	}

		nav ul#menu li a, nav ul#menu li a:focus {
			color: #353535;
			padding: 22px 0;
			display: block;
			text-decoration: none;
		}
		
		nav ul#menu li.current-menu-item a {
			font-weight: 400;
		}
		
		nav ul#menu li a:hover {
			opacity: 0.5;
			text-decoration: none;	
		}

nav form {
	float: right;
}		

	nav form input {
	    transition: all .2s ease-in;
	    -webkit-appearance: none;
	    padding: 7px 14px;
	    text-indent: -9999px;
	    border: 1px solid #F4F4F4;
	    border-radius: 0;
	    font-size: 15px;
	    background-image: url('assets/img/search@2x.png');
	    background-repeat: no-repeat;
	    background-size: 22px 23px;
	    background-position: right 0px center;
	    background-color: #F4F4F4;
	    width: 23px;
	    height: 23px;
	    cursor: pointer;
	    outline: none;
	    margin: 19px 0;
	    font-family: 'Open Sans', sans-serif;
	    margin-bottom 22px;
	}
	
		nav form input:focus {
			text-indent: 0;
			padding: 7px 30px 7px 12px;
			width: 180px;
			background-color: #FFF;
			background-position: right 12px center;
			background-size: 17px 18px;
			cursor: auto;
		}


/** COVER STYLES **/

section#cover h1 {
	position: absolute;
	bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

	section#cover h1 small {
		display: inline-block;
		font-size: 25px;
		text-transform: initial;
		margin-left: 9px;
		color: #fff;
	}

	section#cover h1 span {
	    font-size: 20px;
	    width: 100%;
	    display: block;
	    margin-top: 8px;
	    color: #ECECEC;
	}
	
section#cover img.attachment-logo {
	float: right;
    margin-right: 15px;
    margin-top: 350px;
}

section#cover.slider {
	margin-top: -4px;
	height: 0 !important;
}

	section#cover.slider img.attachment-logo {
		margin-top: -108px;
	}
		
		
/** CONTENT STYLES **/

section#content h1 {
    background: #C70763;
    padding: 6px 15px;
    display: inline-block;
    margin: 0 0 30px 0;
}

section#content .block {
	background: rgba(255, 255, 255, 0.03);
	color: #BEBEBE;
	overflow: hidden;
	margin-bottom: 40px;
}

	section#content .block img {
		width: 100%;
		height: auto;	
	}
	
	section#content .block h2 {
		padding: 15px 20px;
		background: #C70763;
		text-transform: uppercase;
		font: 25px 'Oswald', sans-serif;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
		color: #fff;
		margin: 0;
		font-weight: 400;
	}
	
	section#content .block p {
		padding: 0;
		margin: 35px 20px;
	}

section#content .preview {
	position: relative;
    margin-top: 50px;
    overflow: hidden;
    display: block;
    height: 200px;
    width: 100%;
    background: #2D2C2C;
}

.col-md-3 .preview {
	height: 160px !important;
}

	section#content .preview img {
		min-height: 100%;
		min-width: 100%;
		transition: all .5s ease;
		opacity: 0.7;
		transform: scale(1);
	}
	
		section#content .preview h2 {
		 	position: absolute;
		    bottom: 0;
		    margin: 0;
		    
		    text-transform: uppercase;
			font: 25px 'Oswald', sans-serif;
			text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
		    color: #FFF;
		    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.46);
		    width: 100%;
		    padding: 20px;
		    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
		    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.65)));
		    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.65) 100%);
		    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.65) 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		}
		
			section#content .preview h2 i, section#content .list h2 i {
				font-size: 32px;
				margin-right: 8px;
			}
			
			section#content .preview h2 span {
				display: block;
				font-size: 15px;
				font-weight: 500;
				color: #B7B7B7;
				margin-top: 4px;
				text-transform: uppercase;
			}
		
	section#content .preview:hover img {
		opacity: 1;
		transform: scale(1.05);
	}
	
section#content .list {
    margin-top: 50px;
    height: 150px;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.03);
}

	section#content .list img {
		width: auto;
		height: 150px;
		float: left;
	}
	
		section#content .list h2 {
			float: left;
			padding: 0;
			margin: 30px 0 10px 30px;

		    text-transform: uppercase;
			font: 25px 'Oswald', sans-serif;
		    color: #FFF;
		    
		    display: inline;
		}
		
		section#content .list p {
			float: left;
			margin-left: 30px;
			color: #FFF;
			padding-bottom: 0;
			margin-bottom: 0;
			width: 100%;
		}

section#content article {
	border-bottom: 1px solid #505050;
	padding-bottom: 35px;
    margin-bottom: 75px;
    overflow: hidden;
}

	section#content article a {
		color: #fff;
		text-decoration: none;
	}
	
	section#content article a img {
		max-width: 50%;
		height: auto;
		margin-top: 25px;
		opacity: 1;
		transition: all .2s ease-in;
	}
	
	section#content article a:hover img {
		opacity: 0.7;
		transition: all .2s ease-in;
	}
	
	section#content article span {
		margin: -22px 0 20px 0;
	    color: #9C9C9C;
	    display: block;
	}
	
section#content article:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

section#content #map {
	width: 100%;
	height: 400px;
	margin: 32px 0;
	border: 1px solid #313131;
}

section#content .navigation {
	background-color: #353739;
	padding: 20px;
	margin-top: 70px;
	overflow: hidden;
}

	section#content .navigation a {
		text-transform: uppercase;
		font: 20px 'Oswald', sans-serif;
		color: #FFF;
		background: rgba(0,0,0,0.15);
		padding: 8px 12px;
		display: inline-block;
		text-decoration: none;
		outline: none;
		border: none;
	}
	
		section#content .navigation a:hover {
		    background: #262525;
		}
		
	section#content #full-map {
		width: 100%;
		height: 460px;
	}

section#content .accounts {
	overflow: hidden;
}

section#content a.social {
	width: 100%;
}

a.social {
    margin-right: 30px;
    font-weight: normal;
    display: block;
    float: left;
    text-decoration: none;
}

	a.social:hover {
		color: rgba(192,192,192,0.69);
	}

	a.social i {
		font-size: 22px;
		display: block;
		float: left;
		margin-top: 4px;
		margin-right: 10px;
		width: 22px;
	}

/** CUSTOM CONTENT COLORS */

section#content.color1 h1, section.color1 a.button, section#inschrijving.color1 input.wpcf7-submit {
	background: #91BFA5;
}

	section.color1 a.button:hover, section#inschrijving.color1 input.wpcf7-submit:hover {
		background: #b1cfbe;
	}

section#content.color2 h1, section.color2 a.button, section#inschrijving.color2 input.wpcf7-submit {
	background: #BFAFA6;
}

	section.color2 a.button:hover, section#inschrijving.color2 input.wpcf7-submit:hover {
		background: #cdc4bf;	
	}
	
section#content.color3 h1, section.color3 a.button, section#inschrijving.color3 input.wpcf7-submit {
	background: #484848;
}

	section.color3 a.button:hover, section#inschrijving.color3 input.wpcf7-submit:hover {
		background: #565656;	
	}
	
span.color1, i.color1 {
	color: #91BFA5 !important;
}

span.color2, i.color2 {
	color: #BFAFA6 !important;
}

span.color3, i.color3 {
	color: #A5A5A5 !important;
}

	section#cover h1 span i {
		font-size: 24px;
		margin-right: 5px;
	}


/** GOOGLE MAPS STYLES **/

#infobox {
	margin-top: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	color: #232222;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	width: 250px;
	margin-bottom: 15px;
}

	#infobox .photo {
    	height: 172px;
    	display: block;
    	background-color: #71A5CF;
	}
	
		#infobox img {
		    width: 100%;
		    height: auto;
		    margin-top: -20px;
		}
		
	#infobox .title {
	    padding: 10px 15px;
	    width: 100%;
	    color: #fff;
	    background: #2A2B2D;
	}
	
		#infobox .title a {
			color: #fff;
			overflow: hidden;
			display: block;
		}

			#infobox .title a:hover {
				text-decoration: none;
			}

	
/** FILTER STYLES **/

.filter-row {
	margin-top: 110px;
}

	.filter-row #loader {
		display: none;
	}

.filter-button, .filter-button:focus {
	text-transform: uppercase;
	font: 20px 'Oswald', sans-serif;
	color: #FFF;
	background: #353739;
	padding: 8px 12px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	border: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
	transition: all .2s ease-in;
    margin-left: 10px;
}

.filter-trigger {
	cursor: pointer;
}

.filter-button:hover, .filter-button.current-view {
	color: inherit;
	text-decoration: none;
	background: #3E4245;
}

	.filter-button i, .filter-trigger i {
		vertical-align: middle;
		margin-bottom: 4px;
	}
	
.filter-terms {
	position: absolute;
	min-width: 200px;
	height: auto;
	background: #353739;
	box-sizing: border-box;
	z-index: 100;
	display: none;
}

	.filter-terms ul,
	.filter-region ul {
		margin: 0;
		padding: 0;
	}
	
		.filter-terms ul li,
		.filter-region ul li {
			list-style: none;
		}
				
			.filter-terms ul li a,
			.filter-region ul li a {
				color: inherit;
				width: 100%;
				padding: 5px 10px;
				display: block;
			}

			.filter-terms ul li a:hover, .filter-terms ul li a.current,
			.filter-region ul li a:hover, .filter-region ul li a.current  {
				background: #353739;	
				text-decoration: none;
			}
			
.filter-region {
	position: absolute;
    min-width: 200px;
    height: auto;
	display: none;
    margin-top: -40px;
    right: 0;
    margin-right: 15px;
    background: #2A2B2D;
    text-align: left;
    box-sizing: border-box;
    z-index: 100;
}
			
#results {
	margin-bottom: 50px;
}


/** TOPLIST STYLES **/

section.list {
	background-size: cover;
	background-position: center center;
}

	section.list a.overlay {
		padding: 80px 0;
		display: block;
		overflow: hidden;
	    text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
	    color: #fff;
		
		background: rgba(0, 0, 0, 0.7);
	}
	
	section.list a.overlay:hover { 
		background: rgba(0, 0, 0, 0.5);
		text-decoration: none;
	}


/** PARTNERS STYLES **/

section#partners img {
	max-width: 100%;
	max-height: 55px;
	margin: 0 auto;
	display: block;
}

	section#partners .partner {
		height: 60px;
		overflow: hidden;
	}


/** FOOTER STYLES **/

footer ul#footermenu {
	list-style: none;
    padding: 0;
    margin: 0;
}

	footer ul#footermenu a {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-size: 22px;
		color: #FFF;
		display: inline-block;
		font-weight: 300;
		margin-bottom: 8px;
	}
	
	footer ul#footermenu li:last-of-type a {
		margin-bottom: 0;	
	}
	
	footer ul#footermenu a:hover {
		margin-left: 10px;
		text-decoration: none;
	}
	
footer h5 {
	margin-bottom: 18px;
}

footer h5:nth-of-type(2) {
	margin-top: 72px;
}
	
footer p, footer a, footer a:hover, footer a:focus {
	color: #C0C0C0;
	text-decoration: none;
}

footer p {
	overflow: hidden;
}

footer form {
	margin-top: -15px;
}

footer input {
	background: rgba(53, 55, 57, 0.15);
    border: 1px solid #353739;
	padding: 10px;
	width: 50%;
	color: #9A9A9A;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    outline: none;
}

footer input.submit {
	width: auto;
	background: #353739;
	border-color: #353739;
	text-transform: uppercase;
	font: 15px 'Oswald', sans-serif;
	color: #FFF;
	margin-left: 10px;
}

footer .logo-footer {
	width: 190px;
}

footer .block {
	border-left: 1px solid #353739;
	padding-left: 30px;
	margin: 110px 0;
}

footer .subfooter {
	border-top: 1px solid #353739;
	padding: 50px 0;
	color: #C0C0C0;
}

	footer .subfooter a:hover {
		color: rgba(192,192,192,0.69);
	}


/** POP UP STYLES **/

#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
    top: 0;
    z-index: 9999;
}

	#popup .modal {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	
	section#photo .modal {
		margin: 210px auto;
	}
    
    .modal {
	    background-color: #FFF;
	    width: 450px;
	    color: #040404;
	    padding: 10px 30px;	
    }
    
    	.modal a {
	    	color: #040404;
    	}
    		
    		.modal a:hover {
	    		color: #040404;
    		}
	
		.modal h1 {
			text-shadow: none;	
		}
		
		.modal .logo img {
			margin: 25px 0 0 0;
			width: 172px;
			height: 91px;
		}
		
		.modal p {
			font-size: 17px;
		}
		
		.modal .input {
			padding: 10px;
			width: 250px;
			margin-right: 10px;
			outline: none;
			font-family: 'Open Sans', sans-serif;
			border: 1px solid #BDBDBD;
		}
		
		.modal .input:invalid {
			background: #fff;
		}
	

/* CONTACT FORMS */

form.wpcf7-form {
	margin-top: 20px;
}

div.wpcf7 img.ajax-loader {
    background-color: #FFF;
    padding: 5px;
    margin-left: 15px !important;
    border-radius: 20px;
}
 
form input.wpcf7-text, form .wpcf7-textarea {
    padding: 15px;
    border: none;
    background: rgba(255, 255, 255, 0.03);
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #F2F2F2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}



form input.wpcf7-text {
	width: 50%;
}

.inschrijfcolumn form input.wpcf7-text {
	width: 100%;
}

.inschrijfcolumn form input.wpcf7-text, .inschrijfcolumn form .wpcf7-textarea {
	background: rgba(255, 255, 255, 0.12);
	margin-top: 10px;
}

.inschrijfcolumn select {
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	padding-left: 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(255, 255, 255, 0.12);
	color: #F2F2F2;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    font-size: 15px;
    outline: none;
}


	form input.wpcf7-not-valid {
		border-color: #EDBDBD;
		color: #CA5E5E;
	}

form .wpcf7-textarea {
	height: 222px;
}

form .wpcf7-submit {
	padding: 8px 12px;
	border: 0;
	transition: all .2s ease-in;
	outline: none;
	text-transform: uppercase;
    font: 22px 'Oswald', sans-serif;
    color: #FFF;
    background: #D50000;
    display: inline-block;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
    text-decoration: none;
}

	form .wpcf7-submit:hover {
		background: #F00;
		color: #FFF;
		text-decoration: none;
	}
	
form span.wpcf7-not-valid-tip {
	display: none !important;
}

form .wpcf7-validation-errors, form .wpcf7-mail-sent-ok {
	border: none !important;
	color: #FFF;
	padding: 12px 15px !important;
	font-size: 16px;
	background-color: #D50000;
	margin: 0 !important;
}

form .wpcf7-mail-sent-ok {
	color: #262525;
	background-color: #FCFFF9;
}


/* POLLDADDY */
.pds-box {
	border: 0 !important;
	background: none !important;	
}

.pds-vote-button {
	background: #C70763 !important;
    padding: 6px 15px !important;
    display: inline-block;
    margin: 0 0 30px 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-transform: uppercase;
    font: 20px 'Oswald', sans-serif !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.64);
    font-weight: 500;
}

.pds-answer-group {
	line-height: 16px;
}

	.pds-answer-group input {
		-webkit-appearance: radio !important;
	}


/* RESPONSIVE STYLES */

/* SMall screens */
@media only screen and (max-width: 767px) {
	
	h1 {
		font-size: 30px;
	}
	
	.hidden-sm {
		display: none;
	}
	
	header .region span {
		display: none;
	}
	
	nav ul#menu li {
    	margin-right: 25px;
    	display: none;
    	font-size: 20px;
	}
	
		nav ul#menu li a {
			padding: 15px 0;
		}
	
	nav ul#menu li.menu-item-type-post_type {
		display: block;
	}
	
	nav form input {
		margin: 11px 0;
	}
	
	header .region {
		font-size: 15px;
	}
	
		header .region i {
			display: none;
		}
	
	footer .right {
    	text-align: left;
    	margin-top: 15px;
    }
    
    section#partners img {
	    max-width: 90%;
		max-height: 38px;
    }
    
    section#cover, section#content #full-map {
	    height: 270px;
    }
    
    section#cover img.attachment-logo {
	    float: none;
		margin-top: 110px;
		margin-left: 15px;
		height: 40px;
		width: auto;
    }
    
    section#cover.slider img.attachment-logo {
	    display: none;
    }
    
    section#content .block {
	    margin-bottom: 0;
    }
    
    section#partners, section#inschrijving, section#content {
	    padding: 50px 0;
    }
    
    .filter-row {
	    margin-top: 50px;
    }
    
    .filter-button {
	    display: none;
    }
    
    footer .block {
		margin: 50px 0;
    }
    
    section#photo {
	    min-height: 0;
    }
    
	    section#photo .modal {
		    width: 100%;
		    margin: 50px auto;
	    }

			section#photo .modal .input, #popup .modal .input {
				width: 50%;	 
			}
			
		#popup .modal {
			width: 100%;
			margin: 0;
			height: 100%;
			overflow: scroll;
	    }
	
}

/* MeDium screens */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	
	header .region span {
		display: none;
	}
	
}

/* LarGe screens */
@media only screen and (max-width: 1199px) {
	
}