/*
	Theme Name: iMeks
	Theme URI: https://www.webyours.nl
	Description: Develop en Design by team at Saleswizard.nl
	Version: 2.0	
	Author: Mersin Karisik (iMeks)
	Author URI: https://www.webyours.nl
	Tags: HTML5, CSS3 , 2013
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
    background: #fff url(https://fd092a.claudeassets.com/20260510114803im_/https://www.schildersbedrijf-arnhem.com/wp-content/themes/default/img/body_bg.jpg) repeat-y left top ;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#42413C;
	text-decoration:none;
}
a:hover {
	color:#42413C;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #0071BD;
}
h1,h2,h3,h4,h5,h6 { color:#0071BD; font-weight: bold; text-decoration: underline; font-size: 20px; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 940px;
	width:95%;
	margin: 0px auto;
	position:relative;
}
/* header */
.header { height: 150px; position: relative; background: url(https://82cee2.claudeassets.com/20260510114803im_/https://www.schildersbedrijf-arnhem.com/wp-content/themes/default/img/headerbg.jpg) right top no-repeat; }
/* logo */
.logo { display: block; float: left; width: 278px; height: 150px;}
.logo-img { width: 278px; height: 150px; }

/* telefoon */ 
.tel { position: absolute; left: 0px; top: 40px; font-size: 20px; background: url(https://67cfc4.claudeassets.com/20260510114803im_/https://www.schildersbedrijf-arnhem.com/wp-content/themes/default/img/phone.png) left center no-repeat; padding-left: 35px; height: 35px; line-height: 35px; z-index: 9999;  }

/* meta */ 
.post-meta { display: block; float: left; list-style-type: none; margin: 25px 0px 0px 0px; padding: 0px; }
.post-meta .post-meta-key { display: none; }
.post-meta li { color:#0071BD; font-weight: 300; font-size: 25px; }
 
/* main */ 
section { float: left; width: 690px; }

/* slider */
.slider-wrapper { margin-bottom: 15px; }

/* sidebar */
.sidebar { background: none repeat scroll 0 0 #FFFFFF; float: right; margin: 43px 0 0; padding-bottom: 10px;  width: 235px; }
.sidebar .widget {margin-bottom: 15px; float: right; width: 235px; clear: both; }
.sidebar .widget h3 { color: #0071BD !important; padding: 0px 5px 0px 0px; margin: 0px; }
.sidebar .widget ul { list-style-type: none; padding: 0px; margin: 0px; }
.sidebar .widget ul li { color: #42413C; }
.sidebar .widget ul li a { color: #42413C; text-decoration: none; }

.sidebar .menu { border-top: 1px solid #666666; width: 234px; float: left; clear: both; min-height: 380px; }
.sidebar .menu li { border-bottom: 1px solid #666666; line-height: 30px; height: 30px; padding-left: 5px;width: 234px; }
.sidebar .menu li:hover { background: url(https://20ef1f.claudeassets.com/20260510114803im_/https://www.schildersbedrijf-arnhem.com/wp-content/themes/default/img/buttonbg.jpg) no-repeat left center;  }

/* footer */
.footer { background-color: #FFFFFF; border-top: 2px solid #666666; clear: both;  color: #666666; font-size: 12px; padding: 10px 0;  position: relative; text-align: center; }
.footer p { font-size: 12px; color: #666; padding: 0px; margin: 0px; }
/*------------------------------------*\
    Forum
\*------------------------------------*/
.wpcf7 {  }
.wpcf7 p {  }
.wpcf7 input { margin-top: 3px; height: 30px; border: 1px solid #0071BD; border-radius: 3px; width: 100%; }
.wpcf7 select { margin-top: 3px; height: 30px; border: 1px solid #0071BD; border-radius: 3px; width: 75%; }
.wpcf7 textarea { border: 1px solid #0071BD; border-radius: 3px; width: 235px; height: 55px;  }
.wpcf7 .wpcf7-submit { background: #0071BD; border: 1px solid #fff; color: #fff; text-transform: uppercase; height: 45px; letter-spacing: 1px; }


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#0071BD;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#0071BD;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#0071BD;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*
     FILE ARCHIVED ON 05:28:55 Feb 12, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:59:57 Jun 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.538
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.048
  esindex: 0.01
  cdx.remote: 9.972
  LoadShardBlock: 86.864 (3)
  PetaboxLoader3.datanode: 119.009 (5)
  PetaboxLoader3.resolve: 517.351 (3)
  load_resource: 555.043 (2)
*/