/*
Theme Name: wepboek
Author: Pickup International
Author URI: 
Description: wepboek theme
Version: 1.0
*/

body {
	margin: 0 auto;
	padding: 0;
	width:100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 14px;
	font-weight:200;
	line-height: 1.4em;
}

/* TOP */
.top {
    z-index: 1000;
    position: relative;
}
a, .top, .active,  .active .adress,  .active .header__branding, .navigation__primary .menu a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	/* ...and now for the proper property */
	transition: .5s;
}
/*
.active {
    padding-bottom: 15px;
    width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
    position: fixed;
}
.active .header__branding img {
	max-width: 35%;
	height: auto;
}
.active  .header__branding {
    position: relative; 
    margin-top: 10px;
    margin-bottom: 0;
}
*/
.header__branding {
    margin: 25px 0 25px 0;
}
.header__branding img {
    max-width: 100%;
    height: auto;
}

/* NAV */
.navigation__primary li {
      display: inline-block;
}
.navigation__primary ul.menu,
.navigation__primary div.menu > ul {
	margin: 0;
	padding: 0;
    width: 100%;
    background: #782ba8;
    float:left;
}
.navigation__primary .menu li {
	padding:0;
    text-align: left;
}
.navigation__primary .menu li a {
    padding:10px 10px 10px 10px;
	color: #fff;
	font-size:1.2em;
	font-weight:400;
	text-decoration: none;
    border-right:1px solid #fff; 
    display: block;
}
.navigation__primary .menu li li a {
    border-right:none 
}
.navigation__primary .menu .sub-menu, 
.navigation__primary .menu .children {
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
    float: left;
}
.navigation__primary .menu li:hover  {
    color: #fff;
    background: #782ba8;
}
.navigation__primary ul.menu li:hover > ul,   
.navigation__primary .menu ul li:hover > ul {
	display: block;
}
.navigation__primary .menu .sub-menu ul, 
.navigation__primary .menu .children ul  {
	left: 100%;
	top: 0;
}
.navigation__primary .menu li ul {
	width:250px;
    text-align: left;
    background: #fff;
    float: left;
}
.navigation__primary .menu li li {
    margin:0 0 0 0px;
	padding: 10px 15px 10px 15px;
	width:100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.navigation__primary .menu li li a {
	padding: 0;
	font-size:0.9em;
	text-transform: inherit;
	color: #782ba8;
}
.navigation__primary .menu li li:hover  {
    background: #fff;
}
.navigation__primary .menu li li:hover  {
   background: #782ba8;
}
.navigation__primary .menu li li a:hover  {
   color: #fff;
}
.navigation__primary .menu li li a {
     background: none;
}
.navigation__primary .menu li.current-menu-item a  {
	color: #fff;
    font-weight: 600;
}
.navigation__primary .menu li li.current-menu-item a  {
	color: #782ba8;
    font-weight: 600;
}
.navigation__primary .menu li li.current-menu-item a:hover  {
	color: #fff;
    font-weight: 600;
}
.navigation__primary ul.menu ul a,
.navigation__primary .menu ul ul a {
	margin: 0;
	width: auto;
}
.navigation__primary ul.menu li:hover > ul ul, 
.navigation__primary .menu ul li:hover > ul ul {
	margin: 0px 0 0 0;
}
.navigation__primary .menu-toggle {
	display: none;
}
.navigation__primary .menu li.current-menu-item li a, .navigation__primary .menu li.current_page_ancestor li a {
	color: #782ba8;
}
.navigation__primary .menu li.current-menu-item li a:hover, .navigation__primary .menu li.current_page_ancestor li a:hover {
	color: #fff;
}


li#menu-item-262 a {
    cursor: default;
}
li#menu-item-262 ul.sub-menu li a {
    cursor: pointer;
}

/*  SEARCH  */
#searchform {
    margin: 50px 0 0 0;
}
.search-form {
    margin: 10px 0 0 0;
}
.search-form .search input[type="search"], #searchform .search input[type="search"] {
	padding:15px 10px 15px 90px;
    width: 100%; 
  	height: auto;
	font-size:1.1em;
	font-weight:400;
	color:#16336A;
	outline:none;
	-webkit-appearance: none;
    border: 1px solid #ccc;  
    -webkit-border-top-left-radius: 50px  !important;
-webkit-border-bottom-left-radius: 50px  !important;
-moz-border-radius-topleft: 50px  !important;
-moz-border-radius-bottomleft: 50px  !important;
border-top-left-radius: 50px  !important;
border-bottom-left-radius: 50px  !important;
}
.search ::-webkit-input-placeholder {
   color: #16336A;
}
.search  :-moz-placeholder { /* Firefox 18- */
   color: #16336A; 
}
.search  ::-moz-placeholder {  /* Firefox 19+ */
   color: #16336A; 
}
.search  :-ms-input-placeholder {  
   color: #16336A; 
}
.search-form input[type="submit"] , #searchform input[type="submit"] {
    float: none!important;
}
.search-form label, #searchform label {
	display: inherit!important;
}
.search-form .btn, #searchform .btn {
    padding: 0.2rem 0.8rem !important;
    font-size: 1rem !important;
    font-weight: 200 !important;
    text-transform: capitalize;
    color: #fff;
    background: #782ba8; 
  -webkit-border-top-right-radius: 50px !important;
-webkit-border-bottom-right-radius: 50px !important;
-moz-border-radius-topright: 50px  !important;
-moz-border-radius-bottomright: 50px  !important;
border-top-right-radius: 50px  !important;
border-bottom-right-radius: 50px  !important;
}

/* HEADER */
.header__images {
    margin-bottom: 50px;
}
.header__images .head_image, a.header__images .child_site {
    padding-bottom: 25%;
}
.header__images .head_image {
    border-right: 15px solid #fff;
}

@media (max-width: 992px) {		  
.header__images .head_image {
    border-right: 0px;
}
.header__images .head_image {
    margin-bottom: 15px;
    padding-bottom: 50%;
} 
.header__images .child_site {
    padding-bottom: 100%;
}   
} /* end @media (max-width: 992px) */

.header__home {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
h1.display-4 {
    font-weight: 800;
}
.radius {
    border-radius: 10px;
}
.btn {
    padding: 1rem 1rem!important;
    font-size: 0.9em!important;
    font-weight: 600!important;
    text-transform: uppercase;
	border-radius: 10px!important;
}
.home__content  {
    margin: 0 0 50px 0;
}


/* PAGE  HOMEPAGE */
.pages__homepages {
    margin: 50px 0 50px 0;
}
.pages__homepage .page_item {
    margin-bottom: 30px;
    font-size: 0.9em;
    line-height: inherit;
}
.page_item p {
    margin:0;
}
.page_item .col-lg-6 {
    margin-right: -15px;
}
.padding {
    padding: 25px;
}
.bg-gray {
	background-color: #eee;
}


/* PAGE */
.header__page {
    height: 550px;
    position: relative;
}
.header__page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(19,58,86,.5);
}
.header__page_title {
    margin-left: 50px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    position: absolute;
    bottom: 100px;
    z-index: 10;
}
.page__content_content {
    margin-top: -50px;
    padding: 50px!important;
    background: #fff;
    z-index: 10;
}
.page__content_content img {
	max-width: 100%;
	height: auto;
}
.page__content_content .margin {
	margin-bottom: 25px;
}
.pages__homepage .page__content_image {
    padding-bottom: 80%;
}
.page__content_content .page__content_image {
   height: 400px;
    max-height: 400px;
}

/* BREADCRUMBS */
.breadcrumb {
	margin-bottom: 25px;
	font-size: 0.9em;
	text-align: left;
}
.breadcrumb span {
	margin: 0 5px 0 5px;
}

@media (max-width: 1024px) {		
.breadcrumb {
	font-size: 0.75em;
}	
}

/* POST */
.post__content .col-lg-4 {
    margin-bottom: 30px;
}
.row-eq {
    display: flex;
}
.col-eq {
  flex: 1;
}
.post__item {
    background: #f8f8f8;
    border: 1px solid #eee;
    height: 100%;
}
.post__item_content {
    padding: 25px 15px 15px 15px;
}
.post__item_content img {
    max-width: 100%;
    height: auto;
}
.img_post {
    padding-bottom: 60%;
}

/* FOOTER */
.footer {
    margin: 0; 
    padding: 25px 0 0 0;
	font-size: 0.9em;
}
.footer .col-lg-4, .footer .col-lg-3 {
    margin: 0 0 25px 0; 
}
.footer .col-lg-4 img {
    max-width:275px!important;
    height: auto;
}
.footer .col-lg-2 img {
    max-width:100px!important;
    height: auto;
}

.line {
    padding: 25px 0 0 0;
    border-top: 1px solid #ccc; 
}
.footer ul {
    margin:  0 ;
    padding: 0;
    list-style: none;
}
.footer ul li {
    line-height: 1.6em;
}
.footer a {
    text-decoration: none;
    color: #000;
}
.footer a:hover {
    color: #782ba8;
    text-decoration: none;
}
.foot-text {
    margin: 25px 0 0 0;
    padding: 15px 0 25px 0;
    text-align: right;
    border-top: 1px solid #ccc; 
}
.foot-text, .foot-text a {
    color: #000;
    text-decoration: none;
}

video { 
   width:100%;
   max-width:640px;
   height:auto;
}


/* Form */
div.wpcf7 {
    z-index: 100;
    position: relative;
    margin: 0;
    padding: 0;
}
.wpcf7 p, .content-single .wpcf7-form p {
	margin: 0 0 0 0!important;
	line-height: 1em;
}
input[type="text"], input[type="email"], .search-index input[type="search"], textarea, .uneditable-input {
	width:100%; 
	padding:2%;
	margin: 5px 0 20px 0;
	color: #782ba8;
	border: 1px solid #782ba8;
	border-radius: 5px !important;
}
button, input, select, textarea, .frm-field_title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size:100%;
  margin-bottom:0;
  font-weight: 200;
  background-color: #fff;
}
input[type="submit"] {
  color:#FFFFFF;
  cursor: pointer;
  background-color: #782ba8;
  border:0;
  height:auto;
  margin-top: 15px;
  padding:15px;
  width:auto;
  float:left;
  font-weight: 500;
  border-radius: 10px !important;
}
textarea {
    margin-top: 5px!important;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 1px solid #782ba8;
	border-radius: 10px !important;
}
input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}
span.wpcf7-list-item {
	margin-top: 10px!important;
}

input[type='checkbox']
{
margin-left: -15px; 
}
.wpcf7-list-item {
    width: 100%;
    display: block;
}
.wpcf7-radio {
    margin-bottom: 25px;
}

.contact_img {
    position: absolute;
    min-width: 400px;
    right: 0;
    top: 0;
    float: right;
}

/*  Woocommerce custom */
.woof_products_top_panel [data-tax="orderby"] {
	display: none;
}
.woof_products_top_panel li {
	padding: 0 !important;
	border: 0 !important;
}
.woof_products_top_panel li a {
	display: block;
	padding: 2px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
}
.woocommerce ul.products li {
    margin: 0 2% 2% 0!important;
    padding: 2%!important;
    max-width: 48%!important;
    border: 1px solid #eee;
}
.woocommerce ul.products li li {
    margin: 0 1% 1% 0!important;
    padding: 1%!important;
}
.woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce ul.products li img {
    max-height: 150px;
    width: auto!important;
}
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}


/*   Woocommerce products */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap
}
.woocommerce ul.products li.product{
  flex: 1;
}
.woocommerce ul.products li {
    border-radius: 5px;
}
.woocommerce ul.products li:hover {
    border: 1px solid #ccc;
}
ul.products li.product  {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.products li img {
    margin: 0;
    padding: 0;
    max-height: 100px;
    width: auto!important;
}
.single-product section.related {
    display: none;
}

/*   Woocommerce product item */
.product__item {
        margin: 0 0 25px 0!important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.age {
    padding: 2px 7px 2px 7px;
    font-size: 0.8em;
    color: #fff;
    background: #ccc;
    border-radius:25px;
    float: right;
}
.products li a  {
   text-decoration: none;
}
.products li a  p {
    color: #000;
}
h2.woocommerce-loop-product__title {
    font-size: 1.2em!important;
}

.products a.button {
    padding: 10px;
    text-decoration: none;
    color: #fff!important;
    background: #782ba8!important;
    border-radius:5px;
}


/*   Woocommerce filter */
.woof_container_thema:before, .woof_container_ontwikkelingsgebied:before,  .woof_container_leeftijd:before {
    font-size: 1rem;
    color: #782ba8; 
}
.woof_container_thema:before {
    content: 'Wepboek themas';
}
.woof_container_ontwikkelingsgebied:before {
    content: 'Ontwikkelingsgebied';
}
.woof_container_leeftijd:before {
    content: 'Leeftijd';
}
.woof_list label {
    padding:0!important;
}
.woof_list li {
    list-style: none !important;
    margin-bottom: -5px;
}
label {
    display: inline-block;
    margin-bottom: 0!important;
}
ul.woof_list {
    padding: 0 0 0 25px !important;
}
.woof_list li  input[type='checkbox'] {
    display: none;
}
ul.woof_list {
    padding: 5px 0 0 10px !important;
}
li.woof_term_61:before {
    content: "";
    padding-left: 22px;
background: transparent url(images/icons.png) top left no-repeat;
background-position: -20px 0px;
}


/*   Woocommerce related products */
.related.products {
    padding: 0;
}
.related.products h2 {
    font-size: 1.4em;
}
.related.products h2 li h2 {
    font-size: 1em!important;
}
.related.products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.related.products ul  li {
    padding: 15px 15px 25px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.related.products ul  li.col-lg-6 {
   -ms-flex: 0 0 100%!important;
    flex: 0 0 100%;
    max-width: 100%;
}

/*   Woocommerce ontwikkelingsgebied*/
ul.ontwikkelingsgebieden {
   padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}
ul.ontwikkelingsgebieden li {
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    float: left;
}
li.woof_term_19:before, li.id19:before  { /* spraak */
    content: "";
    padding-left: 20px;
    background: transparent url(images/icons.png) top left no-repeat;
    background-position: -40px 0px;
}
li.woof_term_20:before, li.id20:before { /* spel */
    content: "";
    padding-left: 20px;
    background: transparent url(images/icons.png) top left no-repeat;
    background-position: -80px 0px;
}
li.woof_term_21:before, li.id21:before { /* cog */
    content: "";
    padding-left: 20px;
    background: transparent url(images/icons.png) top left no-repeat;
    background-position: -60px 0px;
}
li.woof_term_22:before, li.id22:before { /* social emo */
    content: "";
    padding-left: 20px;
    background: transparent url(images/icons.png) top left no-repeat;
    background-position: 0px 0px;
}
li.woof_term_23:before, li.id23:before { /* motoriek */
    content: "";
    padding-left: 20px;
    background: transparent url(images/icons.png) top left no-repeat;
    background-position: -20px 0px;
}

ul.stars li.id19, ul.stars li.id20,
ul.stars li.id21, ul.stars li.id22,
ul.stars li.id23
{
    display: none;
}
.products ul {
    margin: 0!important;
}


table ul.stars  {
    margin-bottom: 0!important;
}


/*   Woocommerce star rating */
ul.stars  {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px!important;
}
ul.stars p {
    padding: 0 0 5px 0;
    margin: 0;
}
ul.stars li {
    padding: 0;
    margin: 0;
    border: 0!important;
}
.related.products ul.stars  li {
    padding: 0 !important;
    margin-bottom: 10px!important;
}
.id24, .id25, .id26, .id27, .id28 {
    color: #000;
    display: inline;
    font-family: dashicons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
    border: 0;
}
li.id24:before { /* 1 ster */ 
	content: "★";	
}
li.id25:before { /* 2 sterren */
	content: "★★";	
}
li.id26:before { /* 3 sterren */
	content: "★★★";	
}
li.id27:before { /* 4 sterren */
	content: "★★★★";	
}
li.id28:before { /* 5 sterren */
	content: "★★★★★";	
}

/*   Sorteren filtering */
.orderby option[value="price"], .orderby option[value="price-desc"], .orderby option[value="rating"] , .orderby option[value="popularity"], .orderby option[value="date"] {
   display: none;
}
.woof_products_top_panel li {
    padding: 2px 10px 2px 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

/*  Reset button */
.woof_reset_search_form {
    display: none;
}


/*  Kindersite */
.kindersite {
    margin: 25px 0 0 0;
    background: #e8e8f4;
}
.kindersite img {
    max-width: 100%;
    height: auto;
}
.kindersite .col-lg-4 img {
    max-width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px  #666;
}
.kindersite .col-lg-4 img:hover {
    max-width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px  #333;
}
.kindersite span.age {
    padding: 3px 0 0 0;
    position: absolute;
    right:50px;
    bottom: 20px;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #fece00;
    background-color: rgba(255,255,255,0.9);
    color: #0163ac;
    width: 40px;
    height: 40px;
    line-height: 1.4em;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #0163ac;
}
.book-cover {
    margin: 0 0 50px 0;
    position: relative;
    bottom: 0;
}
.book-cover img {
    max-height: 275px;
    width: auto;
    margin: auto;
    position: relative;
    bottom: 0;
}
.spacer {
    margin: 25px 0 0 0;
}


@media (max-width: 992px) {  
.kindersite .col-lg-4  {
    margin: 0 0 25px 0;
}
 .kindersite span.age {
    left: 58%;
    bottom: 15px;
    font-size: 1.1em;
    width: 35px;
    height: 35px;
    line-height: 1.4em;
} 
} /* end max-width: 992px */
    

@media (max-width: 992px) {   
#searchform {
    margin: 25px 0 0 0;
}   
  
.contact_img {
    position: relative;
    min-width: auto;
}
.js .navigation__primary.menu, .navigation__primary {
		display:none;
}
.js .slicknav_menu {
		display:block;
} 
}

@media (max-width: 576px) {   
#searchform {
    margin: 0 0 0 0;
} 
}



/*
    Mobile Menu Core Style
*/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; right:0; padding: 0.438em 1em 0.438em 5%; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.5em; height: 0.25em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; }
.slicknav_nav .slicknav_arrow { font-size: 1em; margin: 0 1.2em 0 0.4em; float: right;}
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav li a { display: block;  width:auto; padding:10px 2% 10px 5%; }
.slicknav_nav li a:hover{ text-decoration: none;}
.slicknav_nav li a a { display: block; border-top:0; width:94%; padding:3%; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1; }
.slicknav_nav ul.sub-menu {
	margin-left: -5%;
}
.slicknav_nav ul.sub-menu {
	margin: 0;
	padding-left: 5%;
}
.slicknav_menu {
    font-size: 1.2em;
	z-index:10000;
}
/* Button */
.slicknav_btn {
    margin: 15px 15px 15px 0;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
   
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_menu {
    background-color:#782ba8;
	margin:0;
    padding:0;
	position: relative;
	width:100%;
}
.slicknav_nav {
    color:#fff;
    margin:0;
	padding:0 0 15px 0;
    font-size:0.975em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 5px;
}
.slicknav_nav a {
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav li:hover, .slicknav_nav a:hover {
   color:#fff;
}
.slicknav_nav .slicknav_row:hover a {
	 color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_menu {
	display:none;
}