/*
Theme Name: Kozijnvinden
Theme URI: http://www.cronius.nl
Author: Internetbureau Cronius
Version: 1.0
*/

/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* structure */

html, body {
	  font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;

}

.underline {
	text-decoration: underline;
}

.gfield {
	list-style-type: none;
}



/* bootstrap */

#hero {
	background: url(images/header.jpg) -150px top no-repeat /* #9FBEDC */;
	min-height: 100px;
}

#hero-postcode {
	background: url(images/nlmap.png) right top no-repeat ;
	height: 300px;
	color: #fff;
}

#hero-postcode strong {
	font-weight: 400;
}

#hero-postcode h4 {
	font-size: 45px;
	font-weight: 100;
	padding-top: 40px;
}
#hero-postcode label {
	font-size: 20px;
	padding: 20px 0px 0px 0px;
	font-weight: 100;
}
#hero-postcode .input-small, #hero-postcode .btn {
	clear: both;
	margin: 5px 0px;
	float: none;
}
#hero100 {
	background: url(images/header100.jpg) right top no-repeat /* #9FBEDC */;
	min-height: 100px;
}

#hero100 h1 {
	font-size: 35px;
	color: #fff;
	font-weight: normal;
	line-height: 100px;
	padding-left: 20px;

	}
#hero-kozijn {
	background: url(images/kozijn.png) right top no-repeat ;
	height: 300px;
}
#mainnav {
	background: #269700;
	border: none;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}

.breadcrumb {
	background-color: #f3f3f3;
	border-radius: 0px;
}

#logo img {
	margin: 10px;
}
.gform_wrapper .gsection {
	border-bottom: none;
}

.widget {
	border-radius: 3px;
	height: 200px;
	margin-bottom: 20px;
}

.widget h4 {
	background: #269700;
	padding: 10px;
	line-height: 16px;
	height: auto;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 100;

}
.widget .textwidget {
	padding: 10px 20px;
}

h3 {
	background: #f3f3f3;
	margin: 0px !important;
	text-align: center;
	}
#container-content {
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}
#top {
	background: #fff;
}

#content {
	padding: 0px 20px;
	background: #fff;
	color: #333;
}
#content h1 {
	font-size: 24px;
	padding: 10px 0px;
	padding-top: 0px;
}

#content h2 {
	padding: 20px 0px 5px 0px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #ccc;
}

#content p {
	text-align: justify;
	color: #333;
display: block;
margin-bottom: 1em;
margin-top: 1em;
}

#content li {
	margin-left: 3em;
}

#content br {
	line-height: 1em;
	height: 1em;
	clear: both;
}
#top-cta {
	padding: 20px;
	text-align: center;
}
#top-cta .btn {
	margin: 0px auto;
	width: 80%;
}
.btn-offerte {
	margin-top: -5%;
}

#postcode-widget {
	background: url(images/nlmap.jpg) right top no-repeat #fff;
	height: 230px;
}


#pagewrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: visible;
}


#blockitems {
	background: #fff;
	margin-top: 0px;
		border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;

}
.sidebar-widget {
	width: 100%%; 
	background: #fff;
	padding: 10px 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.sidebar-widget .widget-title {
	background: #333;
	padding: 10px;
	line-height: 18px;
	height: auto;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 100;
}
.sidebar-widget #menu-websites li {
	list-style: none;
	text-align: center;
	padding: 10px;
	border-bottom: 2px dotted #ccc;
}
.site-title {
	color: #269700;
	text-transform: uppercase;
	font-size: 36px;
	padding: 25px 20px 10px 20px;
}

.site-title a, .site-title a:hover {
	color: #269700;
}

.site-subtitle {
		color: #242424;
	font-size: 16px;
	padding: 0px 20px 10px 20px;
}



/* classes overig */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.no-space [class*="span"] {
    margin-left: 0;
}
.no-space {
    margin-left:0 !important;
}

.center {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.navbar-inverse .nav-collapse .nav > li > a {
	color: #fff;
	font-weight: normal;
}
, .navbar-inverse .nav-collapse .dropdown-menu a {
	background: #424242;
}


/* Large desktop */
@media (min-width: 1200px) {
#hero {
		background: url(images/header.jpg) right top no-repeat /* #9FBEDC */;

}
#hero-postcode {
	padding-left: 30px;
}
#hero-postcode  h4 {
	font-size: 55px;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

#hero {
		background: url(images/header.jpg) -300px top no-repeat /* #9FBEDC */;

}
#hero-postcode {
	margin-left: -40px;
}
#hero-postcode  h4 {
	font-size: 35px;
}



body {
}

.navbar {
	margin-top: 20px;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff;
	font-weight: normal;
}

}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  
#hero {
		background: url(images/header.jpg) -300px top no-repeat /* #9FBEDC */;

}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff;
	font-weight: normal;
}

#hero-postcode {
	margin-left:320px;
}
#hero-postcode  h4 {
	font-size: 35px;
}



body {
}

.navbar {
	margin-top: 20px;
}

}
 
/* Landscape phones and down */
@media (max-width: 600px) {
#hero {
		background: url(images/header.jpg) -450px top no-repeat /* #9FBEDC */;

}
#hero-postcode {
	margin-left: 0px;
	margin-right: 20px;
	background: none;
	float: right;
	text-align: right;
}
#hero-postcode  h4 {
	font-size: 26px;
}



body {
}

.navbar {
	margin-top: 0px;
}
#mainnav {
		border-radius: 0px;
}

	}
	
	.gfield_checkbox li {
	list-style-type: none;
	float: none;
width: 300px;
display: block;
height: 20px;
}
#gform_2 li {
	margin-left: 0px;
}
	.gfield label {
		float: left;
		clear: right;
		margin-right: 5px;
		line-height: 1em;
		width: 150px;
	}
	.gfield textarea {
		height: 150px;
	}
#field_1_7 .gfield_label {
	height: 50px;
}
.gform_footer .btn-large, .gform_footer .btn {
	margin-left: 195px;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	line-height: 16px;
	margin-top: 0px;
}
.gfield_checkbox label {
	width: auto;
}

#input_1_8 {
	width: 300px;
	height: 100px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #FFDFDF;
	margin-bottom: 6px !important;
	padding: 6px 6px 4px 6px !important;
	border: 1px solid #C89797
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
	margin-bottom: 6px !important;
	padding: 6px 6px 4px 6px !important;
	border: 1px dashed #C89797
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
	font-size:1em;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	padding: 10px 20px 10px 45px;
	min-height: 25px;
	background-image: url(../images/stopbanner.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #790000;
	border-bottom: 1px solid #620101;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.50);
	line-height: 1.3em;
	letter-spacing: 0.2pt
}
li.gfield + li.gfield.gfield_creditcard_warning {
	margin-top: 14px !important
}
.gform_wrapper li.gfield.gfield_error .gfield_description {
	color: #790000
}
.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 99%
}
.gform_wrapper .top_label .gfield_error {
	width: 97%
}
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100%
}
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
	width: 66%
}
.gform_wrapper .gfield_error .gfield_label {
	color: #790000
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 12px;
	margin-bottom: 12px !important
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container  {
	margin-top: 12px
}
.gform_wrapper .validation_error {
	color: #790000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 16px
}
.gform_wrapper .validation_message {
	color: #790000;
	font-size: 11px;
	letter-spacing: normal
}
#gforms_confirmation_message {
	margin: 30px 0;
	max-width: 99%;
}

.btn-orange {
	background: #f90;
	color: #fff;
}

#postcodeform .input-small {
	height: 30px;
	font-size: 18px;
	line-height: 18px;
}

#postcodeform .btn {
	height: 30px;
	font-size: 18px;
	line-height: 18px;
}