/* 
Theme Name:     Repzz
Theme URI:      http://www.repzz.nl/ 
Description:    Responsive thema ontwikkeld voor Repzz 
Author:         Shyama Sewpersad Web Services, www.sswebs.nl
Author URI:     http://www.sswebs.nl
Version:        1.0
*/  

@import url('fonts/stylesheet.css');

.temp {
	display: none;
	visibility: hidden;
    /*clear: both;
    color: #dfdfdf;
    float: left;*/
}
html {overflow-y: scroll;}

body {
	background: url(images/bg_site.png) #fff; repeat top left;
    color: #111111;
    font: 16px/22px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #df5a02;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 6px 0 0;
    text-align: center;
}
h2 {
    font-size: 24px;
    line-height: 30px;
	padding: 30px 0 10px;
}
	h2:first-child {padding: 0 0 10px;}
h3 {
    font-size: 20px;
}
a {
    transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}

input, textarea, select {
}
form, fieldset {
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.04167%;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.04167%;
}


.container {background-color: #fff;}

#header {
	height: 144px;
}
#wrapper {}
#main {
	float: right;
}
	.post {padding: 10px 20px;}
#sidebar {
	float: left;
}
#footer-wrap {
	margin-bottom: 30px;
}
#footer {
    background-color: #feac0d;
	border-radius: 4px;
	float: left;
	margin: 10px 0;
	width: 100%;
}

.logo  {padding: 8px 0 0; margin: 0 auto; max-width: 305px}
.logo span.sup {
	color: #feac0d;
	float: right;
	font-size:small;
	margin-right: 10px;
}
.logo img {margin-top: 2px;}
.logo:hover span.sup {color: #df5a02;}

.columns img, .column img, p img {
    height: auto;
    max-width: 100%;
}

/* === Navigatie 
-------------------------------------------------------------------------------- */
#menu {
	padding: 10px 0 0;
}
#menu ul {margin-bottom: 0;}
#menu .menu {height: 90px;}
#menu li {
   /* background-color: #df5a02;
    border-radius: 4px;
	margin-bottom: 0;
	padding: 0 0 0 19px;*/
	position: relative;
	display: inline-block;
	text-align: center;
	width: 110px;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul li {
	padding: 0;
	display: block;
}

#menu ul ul a {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	display: block;
	padding: 0 10px 8px;
}

#menu ul ul {
	background: #df5a02;
	border-radius: 4px;
	display: none;
	width: 133px;
	padding: 10px 0 15px;
	position: absolute;
	top: 95%;
	left: -30px;
	z-index: 888;
}

#menu .current-menu-item a, #menu a:hover,
#menu .current-menu-parent a {
	background-color: #feac0d;
	color: #000;
}
	#menu .current-menu-item li a, 	#menu .current-menu-parent li a {color: #fff;}
	#menu .current-menu-item li a:hover, #menu .current-menu-parent li a:hover {color: #000;}
	#menu .current-menu-item .current-menu-item a, 
	#menu .current-menu-parent .current-menu-item a {color: #000;}
	#menu .current-menu-parent ul, 	#menu .current-menu-item ul {background-color: #feac0d;}
	#menu .menu-item-has-children li:hover ul {background-color: #feac0d;}

#menu a {
    background-color: #df5a02;
    border-radius: 4px;
	color: #fff;
    display: inline-block;
	font-size: 18px;
	line-height: 36px;
    margin: 5px 0 0;
	padding: 14px 0 18px;
    position: relative;
    text-align: center;
	text-decoration: none;
    width: 110px;
}
/* Toon extra info, description */
#menu ul li span.sup {
	color: #feac0d;
	font-size:small;
}
#menu ul li:hover span.sup {color: #df5a02;}

/* ============================
 Code voor responsive menu. 
Zie http://medialoot.com/blog/how-to-create-a-responsive-navigation-menu-using-only-css */
/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		color: #df5a02;
		cursor: pointer;
		border-bottom: 4px dotted #df5a02;
		font-size: 18px;
		font-weight: normal;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		display: none;
	}
	
	/*Hide checkbox*/
	input[type=checkbox]{
		display: none;
		-webkit-appearance: none;
	}
	
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu-hoofdmenu {
		display: block;
	}
	
	/* opmaak hamburgericoon, zie
	http://www.trevorsimonton.com/blog/adjust-line-spacing-css-three-line-menu-icon-after-and-element */
	.border-menu {
	  text-decoration:none;
	  position: relative;
	  padding-left: 1.2em;
	}
	.border-menu:before,
	.border-menu:after {
	  content: "";
	  position: absolute;
	  top: 2px;
	  left: 0;
	  width: 1.4em;
	  height: 0.245em;
	  border-top: 2px solid #df5a02;
	  border-bottom: 2px solid #df5a02;
	}
	.border-menu:after {
	  height: 0.625em;
	}
	
/* === Content 
-------------------------------------------------------------------------------- */
#main ul {/*list-style: disc;*/}
#main ul li {background: url(images/dot.png) no-repeat scroll 0 0.5em transparent; padding: 0 0 0 10px;/*margin-bottom: 6px; margin-left: 18px*/}
#main ul ul {margin: 4px 0 5px 8px;}
#main td {padding-bottom: 20px; vertical-align: top;}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {display: inline !important;}
#main .gform_body ul li {background: none; padding: 0;}
#main .entry .gform_page_footer .button {width: auto;}
#main label, legend {font-size: inherit;}

/* slider op HP */
#main .soliloquy-wrapper ul li {background: none; padding: 0;}
.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {background-color: rgba(0, 0, 0, 0.2) !important}
	
/* === Boxes sidebar 
-------------------------------------------------------------------------------- */
#sidebar .wrap {
	border-top: 4px dotted #df5a02;
}
.box {
	border-bottom: 4px dotted #df5a02;
	padding: 8px 24px;
    text-align: center;
}
.box.last {}
#sidebar .buttons, .entry .buttons {margin-top: 20px;}
#sidebar .buttons li,
.entry .buttons li {
	display: inline-block; 
	margin: 0 6px 0 0;
}


#main ul.buttons li {background: none;}
#sidebar .button,
.entry .button {
	background: none repeat 0 0 #df5a02; 
	border: none;
	border-radius: 4px;
	color: #fff;
	font: bold 16px/16px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	letter-spacing: 0.9px;
	margin: 0;
	padding: 9px 4px 13px;
	text-align: center;
	text-shadow: none;
	vertical-align: top;
	width: 86px;
}
#sidebar .button:hover, .entry .button:hover {background-color: #feac0d; color: #000;}

#sidebar h3 span {
	font: 44px/18px 'ural_3dregular', Arial, sans-serif;
	letter-spacing: -10px;
	padding-left: 2px;
    vertical-align: bottom;	
}
#sidebar span {display: inline-block}
#sidebar h3 span i {
	color: #feac0d;
	font-style: normal;
    letter-spacing: -10px;
    padding-right: 3px;
}

/* === Footer 
-------------------------------------------------------------------------------- */
#footer-inner {
	float: left;
	padding: 20px 4px 40px;
}
.offset-by-one.h3 {margin-left: 10px;}
#footer-inner .wit, #footer-inner h3 {color: #fff;}
#footer-inner a:link {color: #fff;}