/*
Theme Name: KF-Overschie Theme
Version: 1.0
Author: Fanatiek Media
Author URI: https://fanatiekmedia.nl
*/

/***************************
          GENERAL
***************************/

body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	font-size: 15px;
	color: #333333;
	background: #E8E8E8;
}

html {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

a {
	color: #065F93;
	text-decoration: none;
}

a:hover {
	color: #63A1C5;
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	line-height: 130%;
	font-size: 14px;
}

ul li, ol li {
	line-height: 130%;
	font-size: 14px;
}

.btn, .button {
	background: #F28C2C;
	color: #fff;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	position: relative;
	border: 0px solid;
	cursor: pointer;
	line-height: 150%;
	margin: 0 5px 10px 0;
	border-radius: 20px;
	text-decoration: none;
	width: auto;
}

.btn:hover, .button:hover, .btn:focus, .button:focus {
	background: #da802d;
	color: #fff;
}

input, textarea {
	border: 1px solid #d2d2d2;
    padding: 5px 10px;	
    width: 100%;
}

input:focus, textarea:focus {
	background: #f5f5f5;
	outline: none;
}

[type="checkbox"], [type="radio"] {
	width: auto;
	margin: 0 5px 0 0;
}

select {
	width: 100%;
}

textarea {
	height: 100px;
}

.container {
	max-width: 900px;
	margin: 0 auto;
    padding: 0 20px;	
}

iframe {
	display: block;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

/* stop stacking issues */
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* use box-sizing: border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width:40em) {

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

}


/***************************
		   HEADINGS
***************************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	color: #065F93;
}

h1 {
	font-size: 22px;
}


h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


/***************************
		   COLUMNS
***************************/

.row-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width:40em) { 

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

}

/***************************
    HEADER & NAVIGATION
***************************/

.header-main .container {
	background: #065F93;
}

.header-logo img {
	width: 100%;
	max-width: 400px;
	display: block;
}

.header-nav .container {
	background: #F28C2C;
}

.toggle-nav {
    display: inline-block;
    position: relative;
    border: 0;
    width: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    background: #F28C2C;
    outline: 0;
    margin: 0;
    padding: 10px 10px 10px 40px;
}

.toggle-nav:focus {
	outline: none;
}


.toggle-nav:before {
    content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    top: 12px;
    left: 0;
    box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
}

.show-nav .toggle-nav::before {
    content: "×";
    box-shadow: none;
    font-size: 36px;
    font-weight: bold;
    top: 0px;
    color: #fff;
    background: transparent;
}

.site-menu {
	opacity: 0;
	width: 100%;
	height: 0;
	background: #F28C2C;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.show-nav .site-menu {
	opacity: 1;
	width: 100%;
	height: auto;
	padding: 0 0 15px 0;
    -webkit-animation: fadeInFromNone 0.9s ease-out;
    -moz-animation: fadeInFromNone 0.9s ease-out;
    -o-animation: fadeInFromNone 0.9s ease-out;
    animation: fadeInFromNone 0.9s ease-out;
}

.site-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.site-menu ul li {
	padding: 0;
	margin: 0;
}

.site-menu ul li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.site-menu ul li a:hover {
	text-decoration: underline;
}

.site-menu ul .current-menu-item a {
	text-decoration: underline;
}

@media only screen and (min-width:40em) {


}

@media only screen and (min-width:64em) {

.toggle-nav { 
	display: none;
} 

.site-menu {
	opacity: 1;
	width: 100%;
	height: auto;
	display: block;
	float: none;
	margin: 0;
}

.site-menu ul {
	display: inline-block;
	width: 100%;
}

.site-menu ul li {
	display: inline-block;
}


.site-menu ul li a {
	display: inline-block;
	padding: 14px 0;
	margin: 0 15px 0 0;
	border: 0px;
}

}

/***************************
       PAGE CONTENT
***************************/

.page-content .container {
	background: #fff;
	padding: 20px 0;
	overflow: hidden;
}

.page-content .inner {
	padding: 20px;
}

.page-content .wp-post-image {
	display: block;
	width: 100%;
}

.home-slider {
	margin: 0;
	padding: 0;
}

.home-slider img {
	width: 100%;
}

.page-title {
	background: #065F93;
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
	margin: 0;
}

#page-maps {
	height: 275px;
}

.sidebar-item {
	background: #F1F1F1;
	font-size: 14px;
}

.sidebar-item img {
	display: block;
}

.sidebar-slider {
	margin: 0;
	padding: 0;
}

.sidebar-slider img {
	width: 100%;
}

.sidebar-item h3 {
    background: #F28C2C;
    font-size: 17px;
    padding: 13px 20px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}

.sidebar-item .content {
	padding: 10px 20px 20px;
}

.sidebar-item .left {
	font-weight: bold;
	width: 38%;
	float: left;
    padding: 2px 15px;
}

.sidebar-item .right {
	width: 62%;
	float: right;
    padding: 2px 15px;	
}

.sidebar .icon {
	padding: 10px;
	width: 100%;
	max-width: 380px;
}

@media only screen and (min-width:40em) {

.page-content-left {
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.page-content-right {
	width: 100%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

}

@media only screen and (min-width:50em) {

.page-content-left {
	width: 66%;
}

.page-content-right {
	width: 34%;
}

}

/***************************
		   FORMS
***************************/

.gform_wrapper {
	margin: 0 0 25px 0;
}

.gform_fields {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 0;
}

.gfield {
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
}

.gfield_checkbox, .gfield_radio {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h2.gform_submission_error {
	color: #e03333;
	font-size: 16px;
}

.validation_error,
.validation_message {
	font-size: 14px;
	font-weight: bold;
	color: #e03333;
	padding: 0;
	margin: 0;
}

.gform_confirmation_message {
    background: #40be69;
    color: #fff;
    padding: 5px 15px;
    margin: 0.5em 0 25px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.ui-datepicker {
	display: none;
	box-sizing: border-box;
	width: 280px;
	font-size: 14px;
	background-color: white;
	border: 1px solid #045f93;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 0;
	margin-left: 0;
}

.ui-datepicker .ui-datepicker-header {
	padding: 5px 10px;
	background-color: #045f93;
	color: white;
	position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 1.8em;
	position: absolute;
	top: 13px;
	width: 1.8em;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}

.ui-datepicker .ui-state-disabled.ui-datepicker-prev {
	color: #b2c3ca;
} 

.ui-datepicker .ui-datepicker-prev:active, .ui-datepicker .ui-datepicker-next:active {
	transform:scale(0.8,0.8);
}

.ui-datepicker .ui-datepicker-prev {
	left: 8px;
}

.ui-datepicker .ui-datepicker-next {
	right: 32px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.ui-datepicker .ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 2.3em;
	text-align: center;
	font-size:18px;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	border-collapse: collapse;
	font-size: .9em;
	width: 100%;
}

.ui-datepicker th {
	border: 0;
	padding: 10px;
	color: #adadad;
	text-align: center;
}

.ui-datepicker td {
	border: 0;
	padding: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #6b7473;
}

.ui-datepicker td span {
	color: #ddd;
}

.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-active {
	background: #c9e126;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: .7em 0 0 0;
	padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	cursor: pointer;
	float: right;
	margin: .5em .2em .4em;
	overflow: visible;
	padding: .2em .6em .3em .6em;
	width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ginput_container_name label, .ginput_container_address label {
	font-style: italic;
	display: block;
	padding: 2px 0 2px 0;
}

.gfield_label {
	display: block;
	padding: 0 0 2px 0;
}

#gform_2 .gfield_label {
	font-weight: bold;
}

@media only screen and (min-width:40em) {

#field_2_11:after {
  content: " ";
  display: table;
  clear: both;	
}

#input_2_11_3_container {
	width: 50%;
	float: left;
	display: block;
	padding-right: 10px;
}

#input_2_11_6_container {
	width: 50%;
	float: left;
	display: block;	
	padding-left: 10px;
}

#field_2_25:after {
  content: " ";
  display: table;
  clear: both;	
}

.address_city {
	width: 50%;
	float: left;
	display: block;
	padding-right: 10px;
}

.address_zip {
	width: 50%;
	float: left;
	display: block;	
	padding-left: 10px;
}

}

/***************************
          FOOTER
***************************/

.footer-main .container {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-main p {
	text-align: right;
	margin: 0;
	color: #999;
	font-size: 13px;
}

.footer-bottom {
	padding: 5px 0 40px;	
}

.footer-bottom p {
	font-size: 11px;
	text-align: right;
}