/*
 Theme Name: New WP 3.0
 Theme URI: http://onextrapixel.com
 Description: A completely WordPress 3.0 compatible theme.
 Author: Keenan Payne
 Author URI: http://slackrmedia.com
 Version: 1.0
 */

htmL {
	margin: 0 !important;
	top: 0px;
}

body {
	font-family: 'News Cycle', sans-serif;
	font-size: 15px;
	background: white;
	color: #3A393B;
	padding: 0;
	margin: 0 !important;
	top: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: rgba(183,219,234,1);
}

a:hover {
	text-decoration: underline;
}

strong {
	color: rgba(183,219,234,1) !important;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	line-height: 120%;
	color: rgba(183,219,234,1) !important;
}
h1 a {
	color: white !important;
	text-shadow: 0px 2px rgba(183,219,234,.1);
}

h2 {
	font-family: 'News Cycle', sans-serif;
	color: white;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
}

h3 {
	padding-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 120%;
	color: rgba(183,219,234,1) !important;
}

.post ul {
    list-style: none;
    list-style-position: inside;
    padding:0;
    margin:0;
}

.post li { 
    padding: 0 10px;
    text-indent: -8px;
}

.post li:before {
    content: "•    ";
    color: rgba(183,219,234,1);
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 1080px;
	width: 100%;
	text-align: left;
	background: white;
}

#header {
	width: 100%;
	height: 100px;
	background: white;
	padding: 0;
	margin: 0;
	z-index: 999;
	position: relative;
}

#header-logo {
	float: left;
	padding-top: 28px;
}
#header-logo:hover {
	opacity: .8;
}
#header-navigatie {
	position: relative;
}

.nav {
	height: 100px;
	display: block;
	list-style-type: none;
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: hidden;
	right: 0;
}
.nav ul {
	list-style: none;
}
.nav li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	text-decoration: none;
	color: #929497;
	padding: 44px 8px 36px 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.nav li:hover > a, .nav ul ul:hover > a {
	border-top: 5px solid #B6DAE9;
	padding: 39px 8px 36px 8px;
	color: #3A393B;
	font-weight: bold;
}
.current-menu-item a {
	border-top: 5px solid #B6DAE9;
	padding: 39px 8px 36px 8px;
	font-weight: bold;
	color: #3A393B !important;
}
.menu-item-23 {
	background: url(/wp-content/themes/New%203.0%20Theme/images/bed-en-breakfast.png) no-repeat center 20px;
	background-size: 24px 24px;
}

.top_image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
	min-height: 200px;
}
.top_image img {
	width: 100%;
	height: auto;
}
.top_image:before {
	content: "";
	display: block;
	position: absolute;
	padding-top:100px;
	top: 0;
	bottom: 5px;
	left: 0;
	right: 0;
	
	background-image: linear-gradient(to right,rgba(183,219,234,0) 20%,rgba(183,219,234,1)), linear-gradient(to bottom,rgba(255,255,255,.1) 70%,rgba(255,255,255,1));
  	-moz-transition: background .3s linear, .3s linear;
  	-webkit-transition: background .3s linear, .3s linear;
  	-o-transition: background .3s linear, .3s linear;
  	transition: background .3s linear, .3s linear;
}
.top_cta {
	position: absolute;
    padding-top: 25%;
    height: 25%;
	right: 0;
	text-align: right;
	display: block;
	margin-right: 8.33%;
}
.top_cta h2 {
	margin-bottom: 10px;
}
.cta_button {
	font-family: 'News Cycle', sans-serif;
	font-size: 26px;
	background: white;
	display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    text-align: center;
    color: rgba(183,219,234,1) !important;
}
.cta_button:hover {
	text-decoration: none !important;
    color: black !important;
}

#blog {
	position: relative;
	z-index: 150;
	width: 83.33%;
	margin: -185px auto 0 auto;
}
.post:nth-of-type(1) {
	float: left;
	width: 50%;
}
.post:nth-of-type(1) img, .post:nth-of-type(1) #gooleMaps {
	position: absolute;
    float: left;
	margin-top: 20px;
    height: auto; 
    width: auto; 
    max-width: 50%;
}
.post:nth-of-type(2) {
	float: right;
	width: 33.33%;
	padding-left: 16.66%;
	clear: both;
}
.post:nth-of-type(2) h1 a {
	color: rgba(183,219,234,1) !important;
	text-shadow: none;
}
.post:last-of-type {
	margin-bottom: 100px;
}

.postmetadata {
	display: none;
}
.sidebar {
	display: none;
}

#footer {
	width: 100%;
	height: 200px;
	background: #F9FAFA;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
}
#footer-logo {
	float: left;
	padding-top: 28px;
}
#footer-logo:hover {
	opacity: .8;
}
#footer-contact {
	float: left;
	text-align: left;
	font-size: 11px;
	padding: 20px 0 0 0;
}
#footer-contact a {
	color: #929497;
}
#footer .grid_2 {
	min-width: 180px;
}


.grid_12 {
	width: 100%
	max-width: 1080px;
	float: left;
}
.grid_10 {
	width: 83.33%
	float: left;
}
.grid_8 {
	width: 66.66%;
	float: left;
}
.grid_6 {
	width: 50%;
	float: left;
}
.grid_4 {
	width: 33.33%;
	float: left;
}
.grid_3 {
	width: 25%;
	float: left;
}
.grid_2 {
	width: 16.66%;
	float: left;
}
.grid_1 {
	width: 8.33%;
	float: left;
}

@media only screen and (max-width: 1066px) {
	.post:nth-of-type(2) img:nth-of-type(3) {
	    margin-left: 16.66%;
	}
}

@media only screen and (max-width: 940px) {
    #menu-ootmen-navigatie li:nth-of-type(1) {
    	display: none !important;
    }
}

@media only screen and (max-width: 890px) {
	#header-logo {
		position: absolute;
	    padding-top: 8px;
	    margin-left: 8.33%;
	    z-index: 1000;
	}
	#header-navigatie {
		width: 83.33% !important;
	}
	.nav a {
		padding: 54px 8px 26px 8px;
	}
}

@media only screen and (max-width: 850px) {
	.imagecloud {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 720px) {
	.imagecloud {
		margin-top: 100px;
	}
	.post:nth-of-type(2) img:nth-of-type(5) {
	    margin-top: 0;
	    margin-right: 0;
	}
	.post:nth-of-type(2) img:nth-of-type(4) {
	    margin-left: 50%;
	}
}

@media only screen and (max-width: 700px) {
    .post {
		width: 100% !important;
		float: left !important;
		padding-left: 0 !important;
	}
	.post img, .post:nth-of-type(1) #gooleMaps {
		position: relative !important;
	}
	#footer .grid_1 {
		display: none !important;
	}
	#footer .grid_2, #footer .grid_8 {
		width: 50% !important;
	}
	.imagecloud {
		margin-top: 200px;
	}
}

@media only screen and (max-width: 650px) {
    .top_cta {
    	display: none !important;
    }
}
