/*
Theme Name: Kruithof Fysiotherapie
Theme URI: 
Author: Sander Langendoen
Author URI: http://kleefaan.nl/
Description: 
Version: 1.1.2
License: GNU General Public License
License URI: see license.txt
Tags: custom made, WordPress, responsive
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }


/* basis stijlen */
ul li {
	list-style-type: none;
	margin-left: -40px;
}
a {
	color: #00acc4;
}
a:hover, a:active, a:focus {
	color: #00acc4;
	text-decoration: underline;
}
h1, h2, h3 {
	font-size: 24px;
}
button, .wpcf7-form-control.wpcf7-submit, .btn-primary {
	background-color: #00acc4;
	color: #fff;
	padding: 10px 15px;
	border: none;
	border-radius: 0;
}
button:hover, .wpcf7-form-control.wpcf7-submit:hover, .btn-primary:hover {
	background-color: rgba(0, 172, 196, 0.7);
}
.alert-info, .form-allowed-tags {
	display: none;
}
body {
	letter-spacing: 1px;
}

.container {
    padding: 0 0 15px;
}
nav .container {
    padding: 0;
}
.home-inner {
    border-bottom: 1px solid #00acc4;
}
.page-header {
	border-bottom: none;
	margin: 20px 0 5px;
}
.entry-content {
    margin-bottom: 10px;
}

/* home specifiek */
.home .page-title {
    display: none;
}
.home .page-header {
	margin: 0;
}
.home .entry-content p {
	padding: 7px
}
/* einde home specifiek */

/* sidebar */
.sidebar {
	border-left: 1px solid #00acc4;
}
.sidebar ul li {
	margin-left: 0; 
}

/* menu */
nav ul li {
	margin-left: 0px;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
}
.navbar-default {
	background-color: inherit;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background-color: #00ACC8;
	background-image: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #00acc8;
	color: #fff!important;
	font-weight: bold;
	opacity: 0.8;
}


/* footer */
.site-footer-inner {
	background-color: #00acc4;
	padding: 10px 0 20px;
}
footer, footer a {
	color: #fff;
}
footer .widget-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 6px;
    text-transform: uppercase;
}
footer a {
	border-bottom-style: dotted;
    border-bottom-width: 1px;
    display: block;
    font-size: 11px;
    padding: 3px 0;
}
footer ul li {
    margin: 10px -40px;
    width: 90%;
}
footer a:hover, a:focus {
	color: #fff;
}
.site-info {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 10px 0 10px 23px;
}
#colophon .container {
    padding: 0 0 1px;
}
#footer-4 .textwidget a {
    border-bottom: medium none;
}

/* slider */

.flex-control-nav {
    display: none;
}
#slider_57 {
    margin-bottom: 30px;
}
/* EINDE slider */



@media all and (max-width: 767px) {
.row {
	margin: 0;
}
/* contact form */
.wpcf7-form-control.wpcf7-text, .wpcf7-textarea {
    max-width: 258px;
}
/* einde media query */ }

/* social icons toeveogen */

.social-icon {
	width: 35px;
	height: 35px;
}
#social {
    float: right;
    margin-top: 28px;
    padding: 10px;
    max-width: 296px;
}
.instagram {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/instagram-hover.jpg);
	background-size: 35px;
}
.instagram:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/instagram.jpg);
	background-size: 35px;
}
.facebook {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/facebook-hover.jpg);
	background-size: 35px;
}
.facebook:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/facebook.jpg);
	background-size: 35px;
}
.twitter {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/twitter-hover.jpg);
	background-size: 35px;
}
.twitter:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/twitter.jpg);
	background-size: 35px;
}
.pinterest {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/pinterest-hover.jpg);
	background-size: 35px;
}
.pinterest:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/pinterest.jpg);
	background-size: 35px;
}
.youtube {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/youtube-hover.jpg);
	background-size: 35px;
}
.youtube:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/youtube.jpg);
	background-size: 35px;
}
.googleplus {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/googleplus-hover.jpg);
	background-size: 35px;
}
.googleplus:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/googleplus.jpg);
	background-size: 35px;
}
.email {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/email-hover.jpg);
	background-size: 35px;
}
.email:hover {
	background-image: url(/wp-content/themes/kruithof-fysiotherapie/includes/images/email.jpg);
	background-size: 35px;
}

/* einde social icons */

/* wat blog aanpassingen, post thumbnail laten zien */
.attachment-recent-thumbnails {
    max-width: 350px;
    width: 100%;
    margin-bottom: 10px;
}
.boxes-inner {
    min-height: 150px;
    margin-bottom: 30px; 
}
.boxes-inner h3 {
	font-size: 18px;
}
.col-md-6.box-blog {
    max-height: 523px;
    min-height: 523px;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #00acc4;
}
.button {
    background-color: #00acc4;
    max-width: 120px;
    padding: 10px 20px;
    color: white;
}
.button:hover {
	opacity: 0.65;
}
.boxes-inner > .p-tags {
    padding: 6px;
}


/* 2017-11-28 COOKIE LAW */
/* line 3029, ../scss/style.scss */
#cookie-law-info-bar {
  border-top: 4px solid #00AAC8 !important;
}

/* line 3032, ../scss/style.scss */
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  background-color: #00AAC8 !important;
  border-radius: none !important;
  text-shadow: none !important;
}

/* line 3037, ../scss/style.scss */
.cli-plugin-button, .cli-plugin-button:visited {
  border-bottom: none !important;
  border-radius: 0px !important;
  box-shadow: 0 !important;
  box-shadow: none !important;
  font-family: inherit;
  font-weight: normal !important;
}