/*
Theme Name: Arte Util
Description: buurmen.
Author: buurmen
Author URI: http://buurmen.nl/
Theme URI: http://buurmen.nl/
Version: 1.3
Tags: 
*/

/*-- RESET ---*/

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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/*-- END OF RESET --*/

@font-face {
    font-family: 'ApercuBold';
    src: url('fonts/apercu_bold.eot');
    src: url('fonts/apercu_bold.eot') format('embedded-opentype'),
         url('fonts/apercu_bold.woff') format('woff'),
         url('fonts/apercu_bold.ttf') format('truetype'),
         url('fonts/apercu_bold.svg#ApercuBold') format('svg');
}
@font-face {
    font-family: 'ApercuMedium';
    src: url('fonts/apercu_medium.eot');
    src: url('fonts/apercu_medium.eot') format('embedded-opentype'),
         url('fonts/apercu_medium.woff') format('woff'),
         url('fonts/apercu_medium.ttf') format('truetype'),
         url('fonts/apercu_medium.svg#ApercuMedium') format('svg');
}
@font-face {
    font-family: 'ArnhemBlond';
    src: url('fonts/arnhem-blond.eot');
    src: url('fonts/arnhem-blond.eot') format('embedded-opentype'),
         url('fonts/arnhem-blond.woff') format('woff'),
         url('fonts/arnhem-blond.ttf') format('truetype'),
         url('fonts/arnhem-blond.svg#ArnhemBlond') format('svg');
}


.clear { clear: both; }
.margin-bottom{ margin-bottom: 20px; }
.margin-top {margin-top: 20px;}
.margin-left { margin-left: 10px;}
h1, h2, h3 {font-family: 'ApercuBold', sans-serif;}
.bold {font-family: 'ApercuBold', sans-serif;}
a { text-decoration: none;}
.big-arhive-title { font-family: 'ApercuBold', sans-serif;}
p { font-family: 'ArnhemBlond', sans-serif; line-height: 120%;}
a.italic { font-style: italic; color: #a1a1a1; text-decoration: none; display: inline-block;}
a.black { color: black;}


.main-wrapper {
	min-width: 100%;
	min-height: 100%;
	position: relative;
}
.gray { color: #777171;}

.ptsans {
	font-family: 'PT Sans', sans-serif; 
}

.ptsans p {
	font-family: 'PT Sans', sans-serif; 
	margin: 20px 0px;
}

h3 {
	font-size: 24px;
}

.logo {
	z-index: 99999;
	background: url(logo.png) no-repeat;
	background-size: cover;
}

.logohome {
	width: 42px;
	height: 64px;
	background: url(AU.gif) no-repeat;
	position: absolute;
	margin-left: -38px;
	margin-top: -15px;
}

.project-wrapper {
	width: 100%;
	min-height: 400px;
	position: relative;	
}

.project-wrapper.pdf {
	width: 1024px;
	min-height: 400px;
	position: relative;	
}

.border-top{
	width: 92%;
	background:black;
	position: relative;
}

.project-left-column {
	width: 47.5%;
	position: absolute;
}

.project-right-column {
	width: 52.5%;
	right: 0px;
	top: 0px;
	position: absolute;
}


.left-column-inner {
	min-height: 50px; 
	position: relative;	
}

.project-header{
	width: 100%;
	position: relative;
	
}

.project-image {
	width: 44%;
	float: left;
	
}

.project-image img {
	width: 100%;
}

.next-post, .prev-post, .next-post a, .prev-post a {
	position: fixed;
	left: 100px;
	color: white;
	text-decoration: none;
	z-index: 9999;	
	font-family: 'ApercuBold', sans-serif;
}

.next-post a, .prev-post a {
	font-size: 30px;
	width: 70px;
	height: 30px;
	padding: 15px;
}

.next-post, .next-post a {
	top: 0px;
	background: #f200ff;
}

.prev-post , .prev-post a {
	top: 0px;
	left: 0px;
	background: #00ff92;
}

/* -- Menu -- */




.main-title, .main-title a{
	font-size: 40px;
	margin: 40px 20px 0 20px;
	color: black;
	text-decoration: none;
}

.menu {
	width: 100%;
	margin: 0 20px;
	padding: 20px 0px;
	font-family: 'ApercuBold', sans-serif;
}

ul.menu li {
	display: inline;
	margin-right: 10px;
}

ul.menu li a {
	text-decoration: none;
	color: #777171;
	font-size: 25px;
}

ul.menu li.current-menu-item a {
	text-decoration: none;
	color: black;
	font-size: 25px;
}

.pipe {
	margin: 0 10px 0 0;
	width: 1px;
	height: 20px;
	background: #777171;
	display: inline-block;
}

#menu-main-menu li:first-child .pipe, #menu-main-menu_nl li:first-child .pipe {
	display: none;
} 

.lang-select {
	width: 100px;
	height: 80px;
	position: relative;
	float: right;
}

a.set-nl, a.set-en {
	color: #777171;
}

a.set-nl.nl, a.set-en.en {
	color: black;
}

/* -- Index -- */


#page-wrapper {
	width: 960px;
	padding: 0 32px;
	min-height: 400px;
	margin: 0 auto;
}

.column {
	width: 450px;
	min-height: 150px;
	float: left;
	margin: 20px 0 0 20px;
	border-top: 1px solid black;
	padding: 20px 0; 
}

.image-column {
	width: 450px;
	height: 300px;
	float: left;
	margin: 10px 10px 30px 10px;
	padding: 0px;
	overflow: hidden; 
}

.two-column {
	width: 940px;
	border-top: 1px solid black;
	margin: 20px 0 0 10px;
	padding: 20px 0;
	float: left;
}

.calendar-home {
	width: 940px;
	border-top: 1px solid black;
	margin: 20px 0 0 10px;
	padding: 20px 0;
	float: left;
}

.calendar-home h3 {
	font-size: 24px;
	margin: 0 40px 0 10px;
	display: inline-block; 
}

.calendar-date.home {
	margin: 0px;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.calendar-item.home {
	width: 175px;
	margin: 20px 10px;
	height: 210px;
	padding: 60px 20px 20px 20px;
	float: left;
	background: url(stipjes.png) no-repeat;
	background-position: 25px 20px;
	background-color: #f1f1f1;
	overflow: hidden;
}

.featured-home {
	width: 940px;
	border-top: 1px solid black;
	margin: 20px 0 0 10px;
	padding: 20px 0 ;
	float: left;
}

.featured-item.home {
	width: 450px;
	margin: 20px 10px;
	overflow: hidden;
	float: left;
}


/*-- Nivo Slider --*/

.slider {
	position:relative;
	width:920px;
	height:300px;
	overflow: hidden;
	margin: 20px;
}

.nivo-imageLink {
	width: 100%;
	height: 300px;
	z-index: 10;
	position: absolute;
}
 
.nivo_slider, .nivoSlider {
	position:relative;
	width:920px;
	height:300px;
	overflow: hidden;
	margin: 20px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-controlNav {
	text-align: left;
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 6;
	display: none;
}
.nivo-controlNav a {
	display:inline-block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	background-position:-19px -185px;
}
.nivo-controlNav a.active {	background-position:-67px -185px; }
.nivo-controlNav a:hover { background-position:-42px -185px; cursor: pointer }

/* -- Pages --*/

.page-heading {
	font-size: 24px;
	margin: 0 0 0 10px;
}

.segment-title {
	margin: 0 10px 10px 10px;
}

.segment-text {
	font-family: 'PT Sans', sans-serif;
	margin: 20px 0 10px 10px;
	max-width: 650px;
}

.rooms-methods-row {
	margin: 10px;
}

.big-image {
	width: 920px;
	height: auto;
	margin: 10px;
}

/* -- Archive --*/

ul#sort-filter li, ul.option-set li {
	display: inline;
	color: black;
	height: 23px;
}

.filter-name {
	text-decoration: none;
	font-family: 'PTsans', sans-serif;
	color: black;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: 800;
}

ul#sort-filter li a {
	text-decoration: none;
	font-family: 'PTsans', sans-serif;
	color: black;
	margin: 0 10px 0 0;
	font-size: 14px;
}

ul.option-set.calendar a {
	text-decoration: none;
	font-family: 'ApercuBold', sans-serif;
	color: black;
	margin: 0 10px 0 0;
	font-size: 24px;
	color: #777171;
}

#selector {
	margin-left: 10px;
}

.selected{
	border-bottom: 2px solid black;
}

ul.option-set.calendar .selected {
	border-bottom: 0px solid black;
	color: black;
}

ul.option-set, ul#sort-by {
	height: 15px;
	margin-top: 10px;
}

h2.archive-title {
	font-weight: normal;
}

.archive-container {
	min-height: 800px;
}

.projects-item.archive, .event-item {
	margin: 10px;
	width: 100%;
}

.event-item p {
	width: 640px;
	margin-bottom: 20px;
}

.event-item.past {
	color: #a1a1a1;
}

.two-column.calendar-container {
	border: 0px;
	padding-top: 0px;
}

/* -- Blog -- */

.media-left, .media-right {
	width: 450px;
	min-height: 300px;
	float: left;

}

.media-left.video, .media-right.video {
	background: black;
}

.media-left {
	margin: 20px 10px 10px 10px;
}

.media-right {
	margin: 20px 0 10px 10px;
}

.media-left iframe, .media-right iframe {
	width: 450px;
	min-height: 300px;
	border: 0px;

}


.blog-text {
	max-width: 650px;
	margin: 10px;
}

.blog-text img {
	max-width: 650px;
	height: auto;
}

/* -- Submit Form --*/

.wpcf7 input, .wpcf7 label, textarea, .wpcf7 p {
	font-family: 'PT Sans', sans-serif; 
	border: 0px;
	outline: 0px;
	
}

.wpcf7 {
	margin: 10px!important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	background: #f0f0f0;
	padding: 10px;
	margin: 10px 0;
	-webkit-appearance: none;
	width: 450px;
	font-size: 14px;
}

.wpcf7 input[type="checkbox"] {
	background: red;
	padding: 10px;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	left: 10px;
	margin: 10px 0 10px -8px;
	
}

.wpcf7 input[type="checkbox"]:checked, .wpcf7 input[type="radio"]:checked {
	background: #00ff4e;
}


.wpcf7 input[type="radio"] {
	background: red;
	padding: 10px;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	left: 10px;
	margin: 10px 0 10px -8px;
	border-radius: 50%;
	
}

.wpcf7-list-item-label {
	position: relative;
	top: -14px;
	left: -5px;
	margin: 0 10px 5px 10px;
}

.wpcf7 textarea {
	background: #f0f0f0;
	margin: 10px 0;
	padding: 10px;
	width: 450px;
	font-size: 14px;
}


.wpcf7 input[type="file"] {
	background: #f0f0f0;
	padding: 10px;
	-webkit-appearance: none;
	width: 450px;
	height: 20px;
	left: 10px;
	margin: 10px 0;
	border: 0px;	
}

.wpcf7 input[type="submit"] {
	background: #f0f0f0;
	padding: 10px;
	-webkit-appearance: none;
	width: 100px;
	height: 50px;
	font-size: 24px;
	left: 10px;
	margin: 10px 0;
	border: 0px;
	font-family: 'ApercuBold', sans-serif;
	
}

span.wpcf7-form-control-wrap {
	display: block;
	width: 960px;
}

span.wpcf7-not-valid-tip {
	width: 442px!important;
	height: 14px!important;
	background: white!important;
	height: 100%;
	border: 4px solid red!important;
	padding: 8px!important;
	top: 8px!important;
	left: 0px!important;
}


.wpcf7-response-output {
	width: 442px!important;
	height: 14px!important;
	background: white!important;
	height: 100%;
	border-width: 4px!important;
	padding: 8px!important;
	top: 8px!important;
	left: 0px!important;
	margin: 10px 0!important;
	font-family: 'PT Sans', sans-serif; 
}

/* -- Search --*/

#searchform input[type="text"] {
	background: white;
	padding: 2px;
	margin: 0px 0 0 10px;
	-webkit-appearance: none;
	width: 200px;
	font-size: 14px;
	border: 0px;
	border-bottom: 1px solid black;
	outline: 0px;
}

#searchform input[type="submit"] {
	background: white;
	-webkit-appearance: none;
	padding: 0px;
	margin: 0 ;
	font-size: 16px;
	left: 5px;
	border: 0px;
	text-align: left;
	font-family: 'ApercuBold', sans-serif;
}

#searchform {
	padding: 5px 0 0 0;
	margin: 0 0 -10px 0;
	display: block;
}