/*
	Theme Name: website door Zisoo
	Theme URI: https://ritom.nl
	Description: HTML5 WordPress Thema
	Version: 1.0
	Author: Clarke Verdel
	Author URI: https://www.zisoo.nl
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: https://opensource.org/licenses/mit-license.php
*/

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

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;

}
body {
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
	line-height: 19px;
}

body, img, input,div, li {
    transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#1d1d1d;
	text-decoration:none;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
a:hover {
	color:#555;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/* Custom Buttons  */

.btn {height: 46px; padding: 0px 30px; line-height: 49px; font-size: 18px; font-weight: bold; font-family: Helvetica;}

.btn:focus {outline: none;}


.btn-yellow {
  color: #121212;
  background-color: #ffcc00;
  border: none;
  box-shadow: 0 3px 0 #bd9700;
  font-size: 15px;
  height: 38px;
  line-height: 41px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #121212;
  background-color: #e8ba00;
  box-shadow: 0 3px 0 #e8ba00;
  -webkit-box-shadow: 0 3px 0 #a58400;
}

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Blue button */
.btn-blue {
  color: #FFF;
  background-color: #3581cb;
  border: none;
  box-shadow: 0 3px 0 #17599a;
  -webkit-box-shadow: 0 3px 0 #17599a;
  font-weight: bold;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #FFF;
  background-color: #2d6eac;
  border: none;
  box-shadow: 0 3px 0 #13497e;
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


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


h1,h2,h3,h4,h5,h6 {text-transform: uppercase; color: #172f46; font-family: "latobold";}

@media (max-width: 767px) {
	h1,h2,h3,h4,h5,h6 {word-break: break-word;}
}

h2{font-size: 26px;}
h3 {font-size: 23px;}
span.wheader {
    font-size: 22px;
    font-weight: 600;
}
.page-template-default h1 {margin-top: 10px;}
 .post-type-archive h1, .single h1 {margin-top: 13px;}

[role=main] a, [role=complementary] a{font-weight: bold; text-decoration: none;}


.error404 [role=main] {min-height: 450px;}

/* wrapper */
.container {max-width: 970px; }
/* header */
.top-header {display: block;}
.top-header a {text-decoration: underline;}
.navbar .telefoonnummer { display: block; font-size: 20px; font-family: "latoregular"; color: #FFF; height: 40px; line-height: 40px; top: 50%; margin-top: -20px; position: absolute;}
.navbar .telefoonnummer .tel {display: inline-block;}

.navbar .telefoonnummer a {color: #FFF;}

.top-header .social-media {padding: 0px; margin: 0px auto; display: block; height: 65px; width: 147px; }
.top-header .social-media li {display: inline-block; float: left; width: 35px; height: 65px; margin: 0px 7px 0; padding: 0px; }
.top-header .social-media li.linkedin {}
.top-header .social-media li.twitter {}
.top-header .social-media li:hover {opacity: 0.75;}
.top-header .social-media li a {display: block; margin-top: 15px;}
.top-header .social-media li img {display: block; float: left; margin: 0px; width: 35px; height: 38px; }

.btn-webshop {position: relative; padding: 0px 55px 0px 30px;}
.btn-webshop img {display: inline-block; top: 13px; right: 17px; position: absolute;}
.top-header .btn-webshop {margin-top:13px; float: right; text-decoration: none;}

.header {
	background-color: #172f46; position: relative;
}


.navbar-default .navbar-brand {display: block; float: left; top: 50%; margin-top: -31px; position: absolute; padding: 0px;}

@media (max-width: 767px) {
	.top-header .logo {
		margin: 0px auto;
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.top-header .logo-img {
		margin: 4px auto 0px;
	}
}


.top-header .logo-img {
	max-height: 140px !important;
	display: block;
	margin-top: 4px;
}

@media (max-width: 979px) {
	
	.navbar-default .navbar-brand {
		margin-top: -26px;	
	}
	
	.header .logo-img {
		height: 50px;
	}
}

/* nav */

.navbar-default {background: none; border: none; margin: 0px;}


.navbar-collapse {	 float: right;}

.navbar-collapse ul > li .caret {display: none;}

.navbar-default .navbar-nav > li {height: 73px; font-size: 15px; font-family: "latobold"; text-transform: uppercase; margin: 0px 2px; }
.navbar-default .navbar-nav > li > a {color: #FFF; height: 73px; display: block; line-height: 73px; text-decoration: none;  padding: 0px 18px; }
.navbar-default .navbar-nav > li > a:hover {color: #FFF; background-color: #4e6682;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background-color: #4e6682; color: #FFF; }
.navbar-default .navbar-nav > .current-page-ancestor > a, .navbar-default .navbar-nav > .current-page-ancestor > a:hover, .navbar-default .navbar-nav > .current-page-ancestor > a:focus{background-color: #4e6682; color: #FFF; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #76b2f0; border-color: #FFF;}
.navbar-default .navbar-toggle{border-color: #FFF;   outline: 0;}
.navbar-default .navbar-toggle .icon-bar {background-color: #FFF; }

.navbar-toggle {margin: 13px 0px 0 0;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #4e6682;}

/*------------------------------------*\
    SLIDESHOW
\*------------------------------------*/

#slideshow-container { height: 539px; display: block; position: relative;  }

.caroufredsel_wrapper {width: 100%!important;  border-bottom: 3px solid #d8d8d8; }

#carousel {height: 539px; margin: 0px; padding: 0px;  width: 100%!important; position: relative;  }

#carousel .img-center {height: 539px; width: 100%;  text-align: center; background-repeat: no-repeat; background-position: top center;}

#carousel .slide { background-repeat: no-repeat; background-position: center; width: 100%!important;  height: 539px;  }

#carousel .container {position: relative; height: 539px;}


.carousel-control {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 207px;
	left: 25px;
	background: transparent url(img/slide-left-arrow.png) 0 0 no-repeat;
	border: none;
	opacity: 1;
}


.carousel-control.next {
	right: 25px;
	left: auto;

    background: transparent url(img/slide-right-arrow.png) 0 0 no-repeat;
}

.carousel-control span {text-indent: -9999px; display: block;}

/*------------------------------------*\
    Breadcrumbs
\*------------------------------------*/

.breadcrumbs-container {background-color: #f3f3f3; height: 40px; border-top: 1px solid #cfcfcf; width: 100%; margin-bottom: 20px;}
#breadcrumbs {margin: 0 0 0 20px; font-size: 13px; color: #404040; height: 40px; line-height: 38px;}
#breadcrumbs .devide {display: inline-block; margin: 0px 10px;}
#breadcrumbs span {display: inline-block;}
#breadcrumbs .breadcrumb_last {font-weight: bold; color: #6c6c6c; }
#breadcrumbs a {color: #404040;}




/*------------------------------------*\
    Homepage
\*------------------------------------*/
.news-container {position: absolute; width: 100%; bottom: 30px;}
.homepage-nieuws {padding-right: 30px;}
.homepage-nieuws .block-title {height: 36px; display: block; line-height: 36px; color: #FFF; font-family: "latoregular"; font-size: 18px; background-color: #223a57; border-top-left-radius: 3px; border-top-right-radius: 3px; padding: 0px 15px;}
.homepage-nieuws .block-content {background-color: rgba(32,55,83, 0.83); color: #FFF; padding: 15px;}
.homepage-nieuws .block-content .title {font-size: 18px; font-family: "latobold"; line-height: 21px; margin: 0 0 10px;}
.homepage-nieuws .block-content .read-more {color: #ffcc00; display: block; text-decoration: underline; margin-top: 15px;}
.homepage-nieuws .block-content .read-more:hover {text-decoration: none;}

.homepage-blokken {padding: 45px 0 0;}
.homepage-blokken .block {padding-bottom: 45px;}
.homepage-blokken .block-title{text-align: center; margin: 0px;}
.homepage-blokken .block-line {height: 3px; width: 295px; background-color: #d2d2d2; margin: 10px auto 25px; display: block;}
.homepage-blokken .block-content {text-align: center; position: relative;}
.homepage-blokken .block-content .btn {margin-top: -23px; z-index: 999; position: relative; }
.homepage-blokken .block-overlay {background-image: url(img/homepage-block-overlay.png); display: block; width: 100%; height: 128px; position: absolute; bottom: 23px;}

.main-container {width: 100%; padding: 30px 0 20px; background-color: #e8e8e8;}
.main-container h1 {text-align: center; padding: 0px 50px; font-family: "latoblack"; line-height: 42px; margin: 0px;}
.main-container .title-devider {height: 3px; width: 150px; display: block; background-color: #3581cb; margin: 25px auto;}
.main-container .content {text-align: center; font-size: 16px; line-height: 22px;}

.contact-container {padding: 50px 0px 30px;}
.contact-container .content {}


/*------------------------------------*\
    Pages
\*------------------------------------*/

.wp-post-image {margin: 0px 0px 10px; width: 100%;}

.page-template-page-contact-php .googlemaps {margin: 0px auto 10px;}
.page-template-page-contact-php h1 {margin-top: 0px;}
.page-template-page-contact-php [role=main] .btn {height: 40px; line-height: 43px; font-size: 16px;}

[role=main] p {
	margin-bottom: 10px;
}

.post-type-archive h1 {padding-bottom: 10px;}
.post-type-archive h2 {font-size: 20px; margin: 0px; text-transform: none; }
.post-type-archive a:hover {color: #444;}
.post-type-archive .date {font-family: 'latobold'; font-size: 12px; display: block; margin: 4px 0px 2px;}

.single-nieuws h1 {font-size: 30px;}
.single-nieuws .date {font-family: 'latobold'; font-size: 12px; display: block; margin: 0px 0px 6px;}

.share-label {font-weight: bold; text-transform: uppercase; font-size: 15px; margin-top: 15px; margin-bottom: 5px;}

/*------------------------------------*\
    Sidebar
\*------------------------------------*/
.sidebar {
	float: left;
	margin: 17px 0 0;
}

.sidebar .widget {display: block; float: left; margin: 0 0 20px;}

.sidebar p {color: #282828; font-size: 13px; line-height: 18px;}

.sidebar .widget_black_studio_tinymce, .sidebar .flexible-post-widget, .sidebar .widget{background-color: #f3f3f3; padding: 15px 18px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 20px; display: block; float: left; }

.sidebar .widget h3, .sidebar .widget_black_studio_tinymce h3, .flexible-post-widget .widget_dpe_fp_widget h3 {padding-bottom: 10px; margin-top: 5px;  font-size: 15px; text-transform: uppercase; border-bottom: 1px solid #cdcdcd; font-family: "latobold"}

.flexible-post-widget .widget_dpe_fp_widget ul.dpe-flexible-posts {padding: 0px; margin: 0px; list-style: none;}
.flexible-post-widget .widget_dpe_fp_widget ul.dpe-flexible-posts .title {margin: 5px 0 0; padding-top: 3px; font-size: 15px; font-family: "latobold"; color: #333333;}
.flexible-post-widget .widget_dpe_fp_widget ul.dpe-flexible-posts .date {font-size: 12px; font-family: "latobold"; color: #333333;}
.flexible-post-widget .widget_dpe_fp_widget ul.dpe-flexible-posts .info {margin: 7px 0 0;}
.flexible-post-widget .widget_dpe_fp_widget ul.dpe-flexible-posts .info .read-more {margin: 5px 0 0;font-weight: normal; display: block; text-decoration: underline;}
.flexible-post-widget .widget_dpe_fp_widget ul.dpe-flexible-posts .info .read-more:hover {text-decoration: none;}

.sidebar .related-posts {width: 100%;}
.sidebar .related-posts ul {padding: 0 0 0 20px;}
.sidebar .related-posts ul li {margin-bottom: 5px;}

/*------------------------------------*\
    Childpages
\*------------------------------------*/
.sidebar .childPages {float: left; margin: 0 0 5px;  width: 100%;}
.sidebar .childPages .menu {padding: 0px; float: left;  width: 100%;}
.sidebar .childPages .menu > li {display: block; line-height: 15px; font-size: 12px; text-transform: uppercase; background-color: #eaeaea; margin: 0 0 5px 0; float: left; width: 100%; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-image: url(img/childpage-inactive.png); background-position: 15px center; background-repeat: no-repeat;}
.sidebar .childPages .menu > li:hover {background-color: #d5d5d5;}
.sidebar .childPages .menu > li > a {padding: 11px 5px 11px 38px; font-weight: bold; color: #707070; width: 100%; display: block;}
.sidebar .childPages .menu > li:hover > a {color: #172f46; text-decoration: none;}
.sidebar .childPages .menu > li.current_page_item {background-color: #d5d5d5; background-image: url(img/childpage-active.png); background-position: 15px center; background-repeat: no-repeat;}
.sidebar .childPages .menu > li.current_page_item > a{color: #172f46;}

.sidebar .childPages .menu ul {display: none;}


/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer { background-color: #172f46; color: #FFF; padding: 30px 0px 50px; font-size: 14px; font-family: "latoregular"; margin: 30px 0px 0px;}
.footer h3 {color: #FFF; font-size: 18px;}
.footer ul.menu {padding: 0px; list-style: none;}
.footer ul.menu li {margin: 5px 0px;}
.footer ul.menu a {color: #FFF;}
.footer ul.menu ul {padding-left: 20px; list-style: none;}

.footer .textwidget a {font-family: "latobold"; color: #FFF;}
.footer .container {position: relative;}
.footer-logo {height: 100%;}
.footer .logo-img {position: absolute; top: 50%; margin-top: -14px; margin-left: 15px; left: 0px;}

.bottom-footer {background-color: #1c3955; padding: 5px 0px; color: #FFF;}

div.wpcf7-validation-errors {border: none; color: red; font-size: 12px; padding: 0px; margin: 10px 0px;}



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

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

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

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	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 {
	
}




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

@media (max-width: 767px) {
	.homepage-blokken .block {margin: 0px auto;}
	.top-header {text-align: center;}
	#slideshow-container {height: 200px; display: none;}
	.slide {height: 200px;}
	
	.top-header .telefoonnummer {height: 40px; line-height: 65px;}
	.top-header .btn-yellow {float: none; margin: 0 0 20px; }
	#breadcrumbs {font-size: 12px; margin: 0px;}
	#breadcrumbs .devide {margin: 0px 3px;}
	
	.footer h3 {font-size: 15px;}
	.alignnone {margin: 5px 5px 20px 0px;}
	.homepage-blokken .block {max-width: 455px;}
	
	.main-container h1 {padding: 0px; font-size: 28px; line-height: 31px;}
	    .page-template-default h1 {font-size: 30px;}
	    .page-template-default h2 {font-size: 24px;}
	    
	    a img.alignnone {margin-right: 0px;}
}

@media (min-width: 768px) {
	.nav {display: block;}
	.homepage-nieuws {padding-right: 15px;}
}

@media (max-width: 991px) {
	.childPages .menu li {font-size: 11px;}
	.navbar-header {
        float: none;
                height: 60px;
        display: block;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;

        width: 100%;
        padding-left: 180px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
.navbar-default .navbar-nav > li {float: none; text-align: right; display: block; width: 100%; height: auto; font-size: 15px; font-family: "latobold"; text-transform: uppercase; margin: 2px 0px; }
.navbar-default .navbar-nav > li > a {color: #FFF; height: auto; display: block; line-height: 19px; text-decoration: none;  padding: 15px 18px; }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (min-width: 992px) {
	.nav {display: block;}
	.homepage-nieuws {padding-right: 30px;}
}

.ph-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
}
.ph-content svg {
	width: 64px;
	height: 64px;
	fill: #4a5568;
}
.ph-phone-number {
	font-size: 2rem;
	font-weight: 600;
	color: #4a5568;
	margin-left: 1rem;
}
.ph-main-svg {
	width: 64px;
	height: 64px;
	fill: #4a5568;
}
.ph-container {
    font-family: "latoblack";
	text-align: center;
}
/*------------------------------------*\
    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;
	}
	a:link:after, a:visited:after {
	    content: "";
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	
	[role=complementary] {display: none;}
	.top-header {display: none;}
	.header {display: none;}
	.footer {display: none;}
	.breadcrumbs-container {display: none;}
	
}