/*
Theme Name: GoeieDingenDoen
Theme URI: http://www.goeiedingendoen.nl/
Author URI: http://www.roozenboom.com/
Description: GoeieDingenDoen Theme
Author: Richard Roozenboom
Version: 0.3
License: GNU General Public License
License URI: license.txt
Tags: microformats, one-column

GoeieDingenDoen Theme, (c) 2015 Richard Roozenboom
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);

html {
	position: relative;
	height:100%;
}
html body {
	background: url(images/home-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-10 {
	background: url(images/hoe-web.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-6 {
	background: url(images/wie-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-8 {
	background: url(images/wat-bg-geel.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-12 {
	background: url(images/opdrachten-web.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-14 {
	background: url(images/contact-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-187 {
	background: url(images/waarom-web.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html body.page-id-288 {
    background: url(images/WR-achtergrond-boek.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html body.page-id-288 h1 {
    color: #000;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
a {
	color: #cc242c;
	text-decoration: none;
}
a:hover, a:focus {
	color: #cc242c;
	text-decoration: underline;
}
.container {
	position: relative;
}

.navbar-default {
	min-height: 56px;
	background-color: rgba(255, 255, 255, 0.9);
}

.navbar-default  .navbar-brand {
    background-image:url(images/WR-logo.png);
    width: 250px;
    height: 36px;
    text-indent: -9999px;
    display:block;
    margin: 10px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 12px 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-text {display: none;}
.navbar-toggle .icon-bar {
	height: 3px;
	width: 25px;
}

.navbar-social-twitter {
	background-image:url(images/twitter-icon.png);
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	display:block;
}
.navbar-social-twitter:hover {}
.navbar-social-linkedin {
	background-image:url(images/linked-in-icon.png);
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	display:block;
}
.navbar-social-linkedin:hover {}

#menu-header li{
	text-transform: lowercase;
	font-size: 18px;
}
#menu-header li a{
	text-decoration:none;
	color:#000;
    font-weight: 400;
}

#menu-header li a:hover,
#menu-header li.current_page_item a {
	background-color: transparent;
	color:#000;
    font-weight: 700;
}

#content-frame{
    background: rgba(255,255,255,0.75);
	margin: 80px 0 40px;
	padding: 20px;
}
#content-frame.one-column{
	background:transparent;
	opacity:1;
	padding:0;
    text-align: center;
}
#content-frame.one-column img {
    width: 180px;
    height: 180px;
    margin-top: 60px;
}
#content-frame.one-column h2{
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	padding: 32px 8px 8px;
}
#content-frame.one-column h3{
	color: #fff;
	font-size: 16px;
}
#content-frame.one-column p {
	margin-bottom: 0;
}
#content-frame.projects{
	width: auto;
	background-color: transparent;
	padding: 0;
}
#content-frame.projects h2{
	color: #FFF;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 26px;
}
.entry-title{
	font-size:24px;
	color: #cc242c;
	margin-bottom:1em;
	font-weight:600;
}
.entry-meta{
	margin: 4px;
}

.entry-content p{
	margin-bottom:1em;
}
.entry-content ol{
	margin-bottom:1em;
	list-style:inside decimal;
}
.tags {
	margin-bottom: 20px;
	height: 40px;
}
.tags .btn,
.tags .dropdown-menu {
	width: 100%;
}
.projects-items .item{
	background-color: #FFFFFF;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px
}
.projects-items .item.cta {
	background-color: #ed333c;
}
.projects-items .item img{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.projects-items .item  .entry-wrapper {
	display: none;
}
.projects-items .item  div {
	position: absolute;
	width: 100%;
	height: 100%;
}
.projects-items .item .entry-content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ed333c;
	color: #FFFFFF;
	font-size: 14px;
	padding: 20px;
	height: 200px;
	line-height: 180px;
}
.projects-items .item .entry-content span{
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}
.projects-items .item .entry-content a{
	display: block;
	color: #FFFFFF;
}
.projects-items .item .entry-content h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0;
}
.projects-items .item .entry-content p:after{
	content: ' » ';
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

.overlay-content h2 {
	color: #CC242C;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
}

.wpcf7 label{
	font-weight: 600;
	width:100px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:4px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email]{
	width: 100%;
	border: 1px solid #AAA;
	padding:2px;
	margin-bottom:4px;
}
.wpcf7 textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #AAA;
	padding:2px;
	margin-bottom:4px;
}
.wpcf7 input[type=submit]{
	background-color: #CC242C;
	border: 1px solid #CC242C;
	padding: 4px 12px;
	color: #FFF;
	float:right;
	margin-right: 4px;
	cursor:pointer;

}
@media (max-width: 768px) {
	/*
	    User Style:
	    Change the following styles to modify the appearance of Colorbox.  They are
	    ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
	#cboxOverlay{background:#fff;}
	#colorbox{outline:0; width: 100%!important;}
	#cboxWrapper {width: 100%!important;}
	#cboxContent{background:#fff; overflow:hidden;width: 100%!important; }

	.cboxIframe{background:#fff;}
	#cboxError{padding:50px; border:1px solid #ccc;}
	#cboxLoadedContent{margin-bottom:20px; width: 100%!important;}
	#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
	#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}

	/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
	#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

	/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
	#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

	#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
	#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
	#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
	#cboxClose{position:absolute; top:15px; right:15px; width: 33px; height:32px; display:block;background-image:url(images/close.png); text-indent: -9999px}

}

@media (min-width: 768px) {
	.admin-bar header {
		top: 32px;
	}
	.navbar-default  .navbar-brand {
		padding: 0 10px;
		margin:10px 0;
		height: 36px;
		float: none;
		line-height: 40px;
	}
    .navbar-default .navbar-text {display: block;}

	.navbar-social-twitter {
		background-image:url(images/SM-icons-twitter.png);
        background-repeat: no-repeat;
		width: 17px;
		height: 13px;
		text-indent: -9999px;
		display:block;
		position:absolute;
		right:44px;
		top: 23px;
	}
	.navbar-social-linkedin {
		background-image:url(images/SM-icons-linked-in.png);
        background-repeat: no-repeat;
		width: 15px;
		height: 13px;
		text-indent: -9999px;
		display:block;
		position:absolute;
		right: 20px;
		top: 23px;
	}
	.navbar-social-twitter:hover,
	.navbar-social-linkedin:hover {
		background-position: bottom;
	}
    #menu-header {
        margin-right: 100px;
    }
	#menu-header li{
        display:inline-block;
        text-align:center;
	}
	#menu-header li a{
        display:inline-block;
        text-align:center;
        padding: 18px 10px 16px 14px;
	}
    #menu-header li:before{
        content: "·";
        font-weight: 400;
        position: absolute;
        top: 17px;
    }
    #menu-header li a::after {
        display:block;
        content:attr(title);
        font-weight:700;
        height:1px;
        color:transparent;
        overflow:hidden;
        visibility:hidden;
    }
    #menu-header li:first-child:before{
        content: "";
    }
	#site-info{
		color:#FFF;
		font: normal 11px Arial, Helvetica, sans-serif;
		text-align:right;
		position:fixed;
		bottom:4px;
		right:4px;
	}
	#main{
		margin-top: 120px;
	}
	#content-frame{
        background: rgba(255,255,255,0.75);
		width:548px;
		margin: 0;
		padding: 20px;
		margin-bottom: 100px
	}
	#content-frame.one-column{
        text-align: center;
        width:750px;
        margin: 240px auto 0;
	}
    #content-frame.one-column img {
        width: 300px;
        height: 300px;
        margin-top: 0;
    }
	#content-frame.one-column h2{
		font-size: 40px;
        font-weight: 600;
		line-height: 48px;
		width: 746px;
		margin: 0;
		display: inline-block;
	}
	#content-frame.one-column h3{
		font-size: 24px;
		line-height: 48px;
		padding: 10px 10px 5px;
	}
	.tags {
		overflow: hidden;
		height: auto
	}
	.tags>.nav-pills>li {
		background-color: #ed333c;
		margin: 0 4px 4px 0;
	}
	.tags>.nav-pills>li>a {
		padding: 2px 10px;
		line-height: 28px;
		height: auto;
		background-color: transparent;
		color: #ffffff;
		font-size: 13px;
		font-weight: 600;
	}
	.tags>.nav-pills>li:hover, .tags>.nav-pills>li.active{
	    background-color: #FFFFFF;
	}
	.tags>.nav-pills>li>a:hover, .tags>.nav-pills>li>a:focus, .tags>.nav-pills>li.active>a{
	    background-color: transparent;
	    text-decoration: none;
	    color: #ed333c;
	}
	.projects-items .item{
		width: calc(25% - 15px);
	}

	.da-animate {
		-webkit-transition:all 0.2s ease;
		-moz-transition:all 0.2s ease-in-out;
		-o-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
	.da-slideFromTop {
		left:0px;
		top:-100%;
	}
	.da-slideFromBottom {
		left:0px;
		top:100%;
	}
	.da-slideFromLeft {
		top:0px;
		left:-100%;
	}
	.da-slideFromRight {
		top:0px;
		left:100%;
	}
	.da-slideTop {
		top:0px;
	}
	.da-slideLeft {
		left:0px;
	}

	.overlay-content {
		padding: 0 70px;
		line-height: 640px;
	}

	.overlay-content span{
		vertical-align: middle;
		line-height: 20px;
		display: inline-block;
	}

	.wpcf7 input[type=text],
	.wpcf7 input[type=email]{
		width: 405px;
		border: 1px solid #AAA;
		padding:2px;
		margin-bottom:4px;
	}
	.wpcf7 textarea{
		width: 405px;
		height: 200px;
		border: 1px solid #AAA;
		padding:2px;
		margin-bottom:4px;
	}

	/*
	    User Style:
	    Change the following styles to modify the appearance of Colorbox.  They are
	    ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
	#cboxOverlay{background:#fff;}
	#colorbox{outline:0;}

	#cboxContent{background:#fff; overflow:hidden;}

	.cboxIframe{background:#fff;}
	#cboxError{padding:50px; border:1px solid #ccc;}
	#cboxLoadedContent{margin-bottom:20px;}
	#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
	#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}

	/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
	#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

	/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
	#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

	#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
	#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
	#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
	#cboxClose{position:absolute; top:15px; right:15px; width: 33px; height:32px; display:block;background-image:url(images/close.png); text-indent: -9999px}

	/*
	  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
	  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
	  See: http://jacklmoore.com/notes/ie-transparency-problems/
	*/
	.cboxIE #cboxTopLeft,
	.cboxIE #cboxTopCenter,
	.cboxIE #cboxTopRight,
	.cboxIE #cboxBottomLeft,
	.cboxIE #cboxBottomCenter,
	.cboxIE #cboxBottomRight,
	.cboxIE #cboxMiddleLeft,
	.cboxIE #cboxMiddleRight {
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	}

}