/*
Theme Name: theSJinn
Theme URI: http://www.thesjinn.nl
Author: Ralph Souren
Author URI: http://www.ralphsouren.nl
Description: theSJinn - a luxury guesthouse.
Version: 1.0
Tags: theSJinn

*/

/*
Kleuren:
Goud - #c49f3c
Groen - #ada613
*/

/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
}
body {
	background:#f8f8f8;
	font-weight: 300;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size: 14px;
	line-height: 24px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #444;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #ada613;
	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Global */
h1 {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight:600;	
	text-transform: uppercase;
	color:#444444;
}
h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight:600;
	text-transform: uppercase;
	color:#444444;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight:600;
	text-transform: uppercase;
	color:#444444;
}
h4 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:600;
	text-transform: uppercase;
	color:#444444;
}
h5 {
	font-family: 'Arapey', serif;
	color:#ada613;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:400;
}
h6 {
	font-family: 'Arapey', serif;
	color:#ada613;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight:400;
}
ul ol, ol ul, ul ul, ol ol {
	margin-bottom: 2em;
}


/* =Header
----------------------------------------------- */

header {
	display:block;
	position: relative;
	width: 1072px;
	height: 500px;
	margin: 0 auto;
}

hgroup {
	position: absolute;
	height: 100%;
	width: 100%;
	display: table;
}
hgroup div.site-text {
	display: table-cell;
    vertical-align: middle;
    text-align:center;
}
hgroup span.site-title {
	font-size: 4em;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 40px;
	font-family: 'Playfair Display', serif;
	color: #fff;
}

.site-title img {
	margin:10px;
}
hgroup h2.site-description {
	color: #ccc;
}



/* =Content
----------------------------------------------- */

#main {
	max-width: 1072px;
	margin: auto;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top:20px;
}
#primary {
	clear: both;
	padding-top: 0.5%;
}

.image-wrap {
	display: block;
}
.post-thumbnail {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display:block;
}
.content-wrap {
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.content-wrap h1.entry-title {
	display: table;
    font-size: 110%;
    height: 100%;
    text-transform: uppercase;
    width: 100%;
}
.edit-link {
	z-index: 2;
}
.featured-image {
    display: table-cell;
    position: relative;
    transition: opacity .25s ease-in-out, background .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    padding: 10%;
}
.featured-image:hover {
	opacity: 0.9;
	color: #fff;
	background: rgba(0,0,0,0.9);

}
.post-thumbnail img {
	display: block;
}
.placeholder {
	background: #000;
}
img {
	max-width: 100%;
	height: auto;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
} 
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single h1.entry-title,
.page h1.entry-title,
h1.page-title {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h1.page-title {
	font-size: 14px;
	letter-spacing: 1px;
}
.entry-meta-wrap {
	float: left;
	width: 25%;
	margin-right: 3%;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.entry-meta {
	clear: both;
	display: none;
	position: relative;
	padding: 8px 0 5px;
}
.single .entry-header {
	width: 100%;
}
.single-content-wrap {
	overflow: hidden;
	width: 100%;
	float: right;
	margin-bottom: 50px;
}
.single #nav-below {
	width: 72%;
	float: right;
	margin: 2em 0;
	border-top: 5px solid #666666;
	padding: 10px 0;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	width: 99% !important;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.8em;
    font-style: italic;
    text-align: center;
}
.site-content .gallery {
	margin-bottom: 1.5em !important;
}
div.gallery img {
	border: none !important;
}
div.gallery .gallery-item {
	text-align: left !important;
	margin-top: 4% !important;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	font-size: 12px;
    margin: 0;
    width: 90%;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
    clear: both;
    margin: 0;
}
.site-navigation a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}

/* Attachments */
#image-navigation {
	margin: 1em 0;
}
.single-attachment .entry-meta {
	border: none;
}
.single-attachment .entry-header {
	margin: 0;
	text-align: center;
	float: none;
	width: 100%;
}
.single-attachment .entry-content,
.single-attachment footer.entry-meta {
	text-align: center;
}
.entry-caption {
	font-style: italic;
}
.next-image {
	display: block;
	text-align: right;
}
.previous-image {
	display: block;
	text-align: left;
	float: left;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#respond {
	width:100%;
	float: right;
	clear: both;
}
#reply-title {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 2em 0;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}
.form-allowed-tags {
	visibility: hidden;
	height: 0;
}
.required {
	color: #c00;
}
#commentform input {
	display: block;
}
h2.comments-title {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom: 1em;
	display: block;
}
.commentlist {
	margin: 0;
}
article.comment footer {
	float: left;
	width: 25%;
	margin-right: 3%;
	font-size: 12px;
	color: #999;
}
.comment-reply-link {
	font-size: 12px;
}
article.comment {
	padding: 4% 0;
}
article.comment footer a,
.comment-reply-link,
.entry-meta-wrap a {
	color: #999;
}
article.comment footer a:hover,
.comment-reply-link:hover,
.entry-meta-wrap a:hover {
	color: #666;
}
article.comment .comment-content {
	width: 100%;
	overflow: hidden;
	display: block;
}
li.comment,
li.post {
	border-top: 1px solid #eee;
	clear: both;
	overflow: hidden;
}
.commentlist, li.comment {
	list-style: none;
}
li.post {
	padding: 4% 0;
}
li.post p {
	margin: 0;
	margin-left: 28%;
}
li.comment.depth-1:last-child {
	border-bottom: 1px solid #eee;
}
li.comment ul.children {
	margin-left: 5em;
}
.avatar {
	float: left;
	margin-right: 10px;
}
p.nocomments {
	margin-top: 2em;
	text-align: center;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	padding: 0% 0% 3% 0%;
}
.site-info {
	text-align: center;
	margin-top: 3%;
	font-size: 12px;
}
#colophon, #colophon a {
	color:#444;
	text-decoration:none;
}
#colophon a:hover {
	color: #ada613;
}
#secondary {
	max-width: 80%;
	margin: 6em auto 0;
	overflow: hidden;
}
.widget-area {
	float: left;
	font-size: 85%;
}
aside {
	max-width: 90%;
	margin: auto;
	text-align: center;
}
aside ul,
aside ol {
	margin-left: 0;
	list-style: none;
}
aside caption {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
td,
th {
	padding: 1%;
	text-align: center;
	border-top: 1px solid #ddd;
}
th {
	background: #ddd;
}

footer {
	background:#fff;
	border-top:solid 2px #fff;
	margin-top:70px;
}

footer img {
	width:200px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}
/* = Google Map
------------------------------------------------- */
      #map {
	width:100%;
        height: 600px;
	margin:20px 0px 0px 0px;
	display: inline-block;
      }

/* =Ralphs edit 2.0
------------------------------------------------- */
.panel-grid {
	background:#fff !important;
}

#primary.content-area {
	margin:0px !important;
}
.ohbe-page #main { 
	margin-top: 110px !important;
}

.ui-datepicker-div {
	top:190px !important;
}

.grid-item {
	width: 48%;
margin: 0 .5% 10px .5%;
float: left;
position: relative !important;
display: inline-block;
	top:0px !important;
}

/* =Ralphs edit
------------------------------------------------- */


article header {
	display:none;
}

.unslider ul li {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center !important;
	padding:0px !important;
	height:450px !important;
}
.unslider {
	box-shadow: none !important;
	margin-bottom:70px !important;
	height:450px !important;
}


.head-title {
	display:block;
	padding:2% 5% 5% 5%;
	text-align:center;
	font-family: 'Pacifico', cursive;
	font-size:3em;
	color:#b9271a;
}

.extra-area-binnen {
	width:1072px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}

.extra-area-blog {
	width:100%;
}

.home_vak {
	width:86%;
	background:#fff;
	padding:7%;
	text-align: center;
	margin-bottom:10px;
}

.vierkant {
	display: inline-block;
	float:left;
	width:340px;
    	height: 340px;
	margin:23px 26px 0px 0px;
	overflow: hidden;
    	position: relative;
}

.vierkant_home {
	width:24% !important;
	margin:23px 1.333333% 0px 0px !important;
}

.vierkant_laatste {
	margin:23px 0px 0px 0px !important;
}

.vierkant_dubbel {
	display: inline-block;
	float:left;
	width:706px;
	margin:23px 26px 0px 0px;
	overflow: hidden;
    	position: relative;
}

.reserveerknop {
	width:100%;
}

.vierkant_omgeving, .vierkant_contact_laatste {
	margin: 23px 0px 0px 0px !important;
}

.vierkant_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.vierkant:hover > a > .vierkant_bg  {
    	-moz-transform: scale(1.2,1.2);
    	-webkit-transform: scale(1.2,1.2);
    	transform: scale(1.2,1.2);    
}

.vierkant_content {
	height:340px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	line-height:340px;
	color:#ffffff;
	text-align:center;
	opacity: 1; /* css standard */
	filter: alpha(opacity=1); /* internet explorer */
	transition-property: all;
  	transition-duration: 0.4s;
  	transition-timing-function: linear;
}

.vierkant_content:hover {
    	background-color: rgba(209, 203, 24, 0.8);
	color:#fff;
	font-size:30px;
    	opacity: 1; /* css standard */
    	filter: alpha(opacity=1); /* internet explorer */
}

.vierkant_contact {
	display: inline-block;
	float:left;
	width:340px;
	margin:23px 26px 0px 0px;
	overflow: hidden;
    	position: relative;
	text-align:center;
}

.vierkant_single {
	width: 348px !important;
	height:150px;
	margin: 0px 0px 20px 0px !important;
}

.vierkant_single .vierkant_content {
	height:150px;
	line-height:150px;
}

.contact_a  {
	font-size: 18px;
    	font-weight: 300;
    	text-decoration: none !important;
    	display: table-cell;
    	width: 340px;
    	vertical-align: middle;
    	height: 200px;
}

.map_vak {
	display: inline-block;
	width:86%;
	background:#fff;
	padding:4% 7%;
	margin:-6px 0px 10px 0px;
}

.map_vak_links {
	width:66.666%;
	display: inline-block;
	float:left;
}

.map_vak_rechts {
	width:33.333%;
	display: inline-block;
	float:right;
	text-align:center;
	verticel-align:middle;
	height:100%;
}

.contact_a, .contact_a .glyph-icon {
	color:#404040 !important;
}

.vierkant_contact:hover > .contact_a .glyph-icon, .contact_a:hover {
	color:#ada613 !important;
}

.contact_a [class^="flaticon-"]:before, .contact_a [class*=" flaticon-"]:before,
.contact_a [class^="flaticon-"]:after, .contact_a [class*=" flaticon-"]:after {
font-family: Flaticon;
        font-size: 60px;
font-style: normal;
	display:block;
	margin-bottom:10px;
}

.page_vak_first {
	margin:0px 0px 10px 0px !important;
}

.page_vak {
	display: inline-block;
	width:86%;
	background:#fff;
	padding:7%;
	text-align: center;
	margin:10px 0px;
}

.page_vak50 {
	display: table-cell;
	float:left;
	width:42%;
	height:300px;
	background:#fff;
	padding:4%;
	text-align: left;
	margin:10px 0px;
}

.page_vak50 h3 {
	margin-top:16px !important;
}

.page_vak70 {
	display: table-cell;
	float:left;
	width:62%;
	height:200px;
	background:#fff;
	padding:4%;
	text-align: left;
	margin:10px 0px;
}

.page_vak30img {
	display: table-cell;
	float:left;
	width:22%;
	height:200px;
	background:#fff;
	padding:4%;
	text-align: left;
	margin:10px 0px;
}

.fb_links {
	float:left;
}
.fb_rechts {
	float:right;
}

.recencieslinks {
	display:block;
	float:left;
	width:526px;
	padding:0px 10px 0px 0px;
}

.recenciesrechts {
	display:block;
	float:right;
	width:526px;
	padding:0px 0px 0px 10px;
}

.recensie {
	display: table-cell;
	vertical-align:middle;
	float:left;
	width:485px;
	background:#fff;
	padding:20px;
	text-align: left;
	margin:10px 0px;
}

.recensie_rechts {
	float:right;
}

.recensie_titel {
	font-size: 24px;
	margin: 10px 0px;
	font-weight:600;
    	display: block;
	text-transform: uppercase;
	color:#444444;
}

.recensie_datum {
	font-family: 'Arapey', serif;
	color:#ada613;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight:400;
}

.recensie img {
	width:80px;
	height:auto;
	margin:10px;
    	float: right;
}


.only-mobile {
	display:none;
}

.kamerprijs {
	font-size: 24px;
	font-weight:600;
	display:block;
	margin-top:20px;
	color:#ada613;
}

.title_h1 {
	font-size: 24px;
	font-weight:600;
	text-decoration:none !important;
}

.blogpost {
	width:33.33333%;
	margin:0px;
	float:left;
}

.blogpost_content {
	background:#fff;
	text-align:center;
	padding:25px 5px;
}

.blogpost_content h6 {
	margin-bottom:0px !important;
}

.blogpost_a {
	text-decoration:none !important;
}

.blogpost:hover {
}

.blogpost_top_black {
	height:100%;
	width:100%;
	font-size:150px;
	line-height:200px;
	color:#ffffff;
	opacity: 0; /* css standard */
	filter: alpha(opacity=0); /* internet explorer */
	transition-property: all;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
	text-align: center;
}

.blogpost_top_black:hover {
    	background-color: rgba(0, 0, 0, 0.2);
    	opacity: 1; /* css standard */
    	filter: alpha(opacity=1); /* internet explorer */
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: 'Raleway', sans-serif !important;
	font-size:18px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	width:80% !important;
	max-height:80% !important;
}

.slb_content {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
}

.size-thumbnail {
	width:29.5% !important;
	margin:1.5% !important;
}

.index_quote {
	display:inline-block;
	text-align:center;
	padding:50px 5%;
}

.index_quote p {
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:40px;
	line-height:40px;
}

.index_quote h6 {
	margin:20px 0px 0px 400px;
}

.wp-video {
	width:100% !important;
}

.full-width {
    display: inline-block;
	width:100%;
}

.link_knop {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	display:inline-block;
	padding:5px 10px;
	background:#444444;
	color:#fff !important;
	min-width:120px;
	text-align:center;
	text-decoration:none;
    	border-radius: 5px;
	margin-top:20px;
	font-size:14px !important;
	line-height:30px !important;
}

.link_knop:hover {
	background:#ada613; /* Goud */
	color:#fff !important;
}

.post-header {
	display:block;
	height:500px;
	width:1072px;
	margin:0 auto;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center !important;
}

.page-header {
	display:inline-block;
	height:500px;
	width:100%;
	margin:90px 0px 0px 0px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center !important;
}


.post-links {
	background:#fff;
	display:block;
	float:left;
	width:638px;
	padding:30px;
	margin-right:26px;
	min-height: 890px;
}

.post-100 {
	margin-top:20px;
}

.page_title {
	display:block;
	font-size: 42px;
	margin-bottom: 30px;
	font-weight:600;	
	text-transform: uppercase;
	color:#444444;
	text-align:center;
}

.titel-post-rechts {
	display:block;
	float:right;
	width:348px;
	text-align:center;
	margin-bottom:20px;
}

.titel-post-rechts h2, .titel-post-rechts h6 {
	margin:0px;
}
	

.post-rechts {
	width:348px !important;
	float:left;
	margin-bottom:20px !important;
}

.post-rechts a .blogpost_content:hover {
	background:#f8f8f8;
	transition-property: all;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
}

.post-archief {
	width:340px !important;
	float:left;
	margin:8.66666px !important;
}

.post-archief a .blogpost_content:hover {
	background:#f8f8f8;
	transition-property: all;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
}

.single-content-wrap p {
	margin-bottom:8px;
}

.single-content-wrap > img {
	width:100% !important;
	height: auto !important;
}

.post-links h1 {
	letter-spacing: 0.2em;
	margin:20px 0px 0px 0px;
	line-height: 30px;
}

.post_categorie {
	display:block;
	font-size: 13px;
	color:#b9b9b9;
	margin:32px 0px 27px 0px;
}

.arrangementen {
	width:100% !important;
	margin:10px 0px !important;
	float:left;
}

.arrangementen_top {
	width:50%;
	float:left;
}

.arrangementen_content {
	background:#fff;
	text-align:center;
	padding:45px 5% 5px 5%;
	width:40% !important;
	float:left;
	height:150px;
}

.arrangementen_content h6 {
	margin-bottom:0px !important;
}

.arrangementen_a {
	text-decoration:none !important;
}

.arrangementen:hover {
}

.arrangementen_top_black {
	height:100%;
	width:100%;
	font-size:150px;
	line-height:200px;
	color:#ffffff;
	opacity: 0; /* css standard */
	filter: alpha(opacity=0); /* internet explorer */
	transition-property: all;
  	transition-duration: 0.2s;
  	transition-timing-function: linear;
	text-align: center;
}

.arrangementen_top_black:hover {
    	background-color: rgba(0, 0, 0, 0.2);
    	opacity: 1; /* css standard */
    	filter: alpha(opacity=1); /* internet explorer */
}

.arrangement-post {
	background: #fff;
	display: block;
	float: left;
	width: 86%;
	padding: 50px 7%;
	text-align:center;
}
.arrangement-post article div .single-content-wrap {
	margin-bottom:0px;
}

.wpcf7-form-control-wrap .g-recaptcha div {
	margin: 0 auto;
}

/* = Icon font
------------------------------------------------- */
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 30px;
font-style: normal;
}

.flaticon-closed-envelope-circle:before { content: "\f100"; }
.flaticon-facebook-logo-button:before { content: "\f101"; }
.flaticon-google-plus-logo-button:before { content: "\f102"; }
.flaticon-house:before { content: "\f103"; }
.flaticon-instagram-logo:before { content: "\f104"; }
.flaticon-linkedin-logo-button:before { content: "\f105"; }
.flaticon-twitter-logo-button:before { content: "\f106"; }
.flaticon-wassap-logo-button:before { content: "\f107"; }
.flaticon-whatsapp:before { content: "\f108"; }

.glyph-icon {
color:#444;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.glyph-icon:hover {
color:#ada613;
}

.glyph-icon-a {
	text-decoration: none;
	margin:30px 10px 30px 10px;
	display: inline-block;
}


/* = Menu
------------------------------------------------- */
.menudiv {
	display:block;
	width:100%;
	height:90px;
	position:fixed;
	z-index:9999;
	background:#fff;
	/* Firefox */
    	-moz-transition: all 0.4s ease-in;
    	/* WebKit */
    	-webkit-transition: all 0.4s ease-in;
    	/* Opera */
    	-o-transition: all 0.4s ease-in;
    	/* Standard */
    	transition: all 0.4s ease-in;
}

.menuinner {
	width:1072px;
	text-align:left;	
	margin:0 auto;
	height:90px;
}

.menulogo {
	display:block;
	float:left;
	width:250px;
	background:url('images/logo_groen.png');
	background-size: 232px 65px, cover;
	background-repeat: no-repeat;
   	background-position: center; 
	height:90px;
	-o-transition:color .2s ease-out, background .2s ease-in;
 	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
}

.menulogo:hover {
	background:url('images/logo_groen.png');
	background-size: 214px 60px, cover;
	background-repeat: no-repeat;
   	background-position: center; 
}

.menulogo a {
	display:block;
	width:250px;
	height:90px;
}
.menulogo img {
	z-index:2001;	
	height:60px;
	margin:15px 0px 0px 20px;
}

#menu-hoofd, #menu-hoofd-en, .menu-hoofd-container, .menu-hoofd-en-container {
	font-family: 'Playfair Display', serif;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:small;
	list-style:none;
	margin:0 auto;
	float:right;
	padding:0px;
}

.menu-hoofd-container, .menu-hoofd-en-container {
	margin-top:35px;
	display:block;
	float:right;
}

#menu-hoofd li a, #menu-hoofd-en li a {
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	padding:0px 0px 0px 18px;
	color:#404040;
	text-decoration:none;
	-o-transition:color .2s ease-out, background .2s ease-in;
 	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
}

#menu-hoofd li a:hover, #menu-hoofd-en li a:hover {
	color:#ada613 !important;
}

.active a, .current-menu-item a {
	color:#ada613 !important;
}

.current-menu-parent > a {
	color:#ada613 !important;
}

#menu-hoofd > li ul .active a, #menu-hoofd-en > li ul .active a {
	color:#000 !important;
	background-color:rgba(255,255,255,1.0);
}

#menu-hoofd > li, #menu-hoofd-en > li {
	z-index:2001;
	display: inline-block;
	position: relative;
}

#menu-hoofd > li ul, #menu-hoofd-en > li ul {
	display: none;
	position: absolute; 
	font-size:x-small;
	text-align:left;
}

#menu-hoofd > li ul a, #menu-hoofd-en > li ul a {
	width:200px;
	font-size:12px;
	padding:0px 20px;
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #f8ae60;
	background-image:url(images/submenubg.jpg);
}

#menu-hoofd > li ul a:hover, #menu-hoofd-en > li ul a:hover {
	color:#ada613 !important;
}
/*
#menu-hoofd > li:hover ul {
	display: block;
}*/

#menu-hoofd > li ul li, #menu-hoofd-en > li ul li {
	display: block;
} 

.menuspace {
	display:block;
	width:100%;
	height:90px;
	margin-bottom:20px;
}

/* Vertical Menu */

#menu-hoofd > li ul li, #menu-hoofd-en > li ul li {
	display: inline-block;
}



/* Menu Responsive */

.header_menuknop {
	display:none;
	height:60px;
	width:60px;
	background:url(images/mobiel_menu.png) right no-repeat;
	float:right;
	margin:15px 3% 0px 0px;
}
.sluit_menu {
display:none;
}


/* =Responsive Design
------------------------------------------------- */
@media screen and (max-width: 1072px) {
#main {
	width:100%;
}

header, .post-header, .page-header {
	width: 100%;
}

.header_menuknop {
	display:block !important;
}

.menuinner {
	width:100%;
}

#menu-totaal {
	display:none;
}

.menu-hoofd-container, .menu-hoofd-en-container {
    	width: 100%;
	position:fixed;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#menu-totaal.open {
	display:block;
	position:fixed;
    	width: 100%;
    	height: 100%;
	background:rgba(0,0,0,0.8);
	z-index:9999;
	left:0;
	top:0;
    	text-align: center;
}

#menu-hoofd, #menu-hoofd-en {
	width:100%;
}

.sluit_menu {
	display:block;
	z-index:10000;
	font-size:40px;
	color:#fff;
	font-weight:800;
	text-decoration:none;
	float:right;
	margin:10% 10% 0px 0px;
	
}

.sluit_menu:hover {
	color:#fff;
}

#menu-hoofd li a, #menu-hoofd-en li a {
	font-size:22px;
	color:#fff !important;
	font-weight:800;
	padding:0px;
	
}

#menu-hoofd > li, #menu-hoofd-en > li {
	text-align:center;
	margin:20px 0px;
	display:block;
    	width: 100%;
	color:#fff !important;
}

.entry-content {
	width: 100%;
}

.vierkant {
	width: 30%;
	margin: 1.6666%;
}

.vierkant_omgeving {
	margin: 1.6666% !important;
}

.extra-area-binnen {
	width:100%;
}

.post-links, .post-100 {
	width:100%;
}

.post-links {
    background: #fff;
    display: block;
    float: left;
    width: 90% !important;
    padding: 5%;
}
.titel-post-rechts {
	width:100%;
	margin:20px 0px;
}

.post-rechts {
	width:100% !important;
}
#map {
	width:100%;
        height: 300px;
}

.vierkant_contact {
	display: inline-block;
	float:left;
	width:100%;
	margin:10px 0px;
	overflow: hidden;
    	position: relative;
	text-align:center;
}

.vierkant_single {
	width: 50% !important;
	margin: 0px 0px 20px 0px !important;
}

.contact_a  {
	font-size: 18px;
    	font-weight: 300;
    	text-decoration: none !important;
    	display: table-cell;
    	width: 1072px;
    	vertical-align: middle;
    	height: 200px;
}

.map_vak {
	display: inline-block;
	width:84%;
	background:#fff;
	padding:4% 7%;
	margin:-6px 0px 10px 0px;
}

.map_vak_links {
	width:100%;
	display: inline-block;
}

.map_vak_rechts {
	width:100%;
	display: inline-block;
	text-align:center;
	verticel-align:middle;
	height:100%;
	margin-top:15px;
}

.page_vak50, .page_vak70 {
	display: table-cell;
	float:left;
	width:92%;
	height:auto;
	background:#fff;
	padding:4%;
	text-align: left;
	margin:10px 0px;
}


.page_vak50img, .page_vak30img {
	height:300px;
}

.no-mobile {
	display:none;
}

.only-mobile {
	display:table-cell;
}

.post-archief {
	width:96% !important;
	float:left;
	margin:2% !important;
}

.recencieslinks {
	display:block;
	float:none;
	width:90%;
	padding:0px 10px 0px 0px;
	margin:0 auto;
}

.recenciesrechts {
	display:block;
	float:none;
	width:90%;
	padding:0px 10px 0px 0px;
	margin:0 auto;
}


.recensie {
	width:94% !important;
	margin:10px 0px !important;
	padding:3% !important;	
}

.fb_links, .fb_rechts {
	display:block;
	margin:10px auto;
	float:none;
}
}
@media screen and (max-width: 800px) {


header, .post-header, .page-header {
	height: 300px;
}

.vierkant_single {
	width: 100% !important;
	margin:0px 0px 10px 0px !important;
}

.vierkant, .vierkant_laatste {
	width: 94% !important;
	height:200px;
	margin: 3px 3% !important;
}

.vierkant_omgeving {
	margin: 3px 3% !important;
}

.vierkant_content {
	height:200px !important;
	line-height:200px !important;
}

.index_quote h6 {
    margin: 20px 0px 0px 0px;
}

.blogpost {
	width:100%;
}

.index_quote p {
	font-size:20px;
	line-height:20px;
}

input {
	max-width:90%;
}

.post-archief {
	width:96% !important;
	float:left;
	margin:2% !important;
}

.unslider {
	display:none !important;
}

}

@media screen and (max-width: 600px) {
.article {
	width:96%;
	margin:2%;
}

.article_content {
	height:400px;
	line-height:400px;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	width: 100% !important;
   	max-height: none !important;
	top:100px !important;
}


}