/*
Theme Name: Huisartsen
Theme URI: https://www.ippo.nl
Author: Ippo.nl
Author URI: https://www.ippo.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Huisartsen
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Huisartsen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/**NORMALIZE**/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, p, blockquote, figure, ol, ul {
    margin: 0;
    padding: 0;
}
ul{
  margin-left: 0;
}
li{
  background: url('/wp-content/themes/huisartsen/images/chevron_r_black.png') no-repeat 2px 4px;
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 0px 28px;
  vertical-align: middle;
  background-size: 9px;
}
nav ul{
  margin-left: 0;
}
nav li{
  background: none;
  padding: 0;
}
main, li {
    /*display: block;*/
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1em;
    color: #117131;
    font-size: 26px;
    /*font-family: 'Signika', sans-serif;*/
    /*margin-top: 0.5em;*/
}
strong {
    font-weight: bold;
}
a, button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
label {
    display: block;
}
.no_padding{
  padding: 0;
}
/**
ALIGNELFT
**/

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

/**
SOME BASE
**/

body {
    line-height: 1.7;
    font-family: 'Arvo', serif;
}
p {
    margin-top: 0;
    margin-bottom: 1.5em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table.center, .center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.clear {
    clear: both;
}
.table{
  display: table;
  width: 100%;
  height: 100%;
}
.phone {
    display: none;
}
.desktop {
    display: block;
}
td.desktop{
  display: table-cell;
}
span.desktop{
  display: inline-block;
}
.padding_top_nee {
    padding-top: 0;
}
.padding_bottom_nee {
    padding-bottom: 0;
}
.bg_position_bottom {
    background-position: bottom center !important;
}
.bg_position_top {
    background-position: top center !important;
}
.hide{
  display: none;
}
#main{
  margin-top: 140px;
}
.search #main{
  margin-top: 20px;
}
select{
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  border: 1px solid #117131;
  color:#117131;
  font-size: 1em;
}

@media (max-width:860px) {
    #main {
      margin-top: 73px;
  }
}
@media (max-width:680px) {
  .word_break {
      -ms-word-break: break-all;
      -ms-word-wrap: break-all;
      -webkit-word-break: break-word;
      -webkit-word-wrap: break-word;
      word-break: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
  }
    body {}
    table.center, .center {
        padding-left: 5%;
        padding-right: 5%;
    }
    span.phone{
      display: inline-block;
    }
    .phone {
        display: block;
    }
    span.desktop,
    .desktop {
        display: none;
    }
    .word_break_none {
        -ms-word-break: break-all;
        -ms-word-wrap: break-all;
        -webkit-word-break: break-word;
        -webkit-word-wrap: break-word;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], textarea {
        width: 100%;
    }
}
/**HEADER**/
header{
  background: #fff;
  width: 100%;
  top: 0;
  height: 140px;
  position: fixed;
  z-index: 3;
}
header .center{
  position: relative;
}
header div:nth-child(2){
  vertical-align: bottom;
}
header div:nth-child(1){
  padding-top: 18px;
}
header div{
  display: table-cell;
}
header.small .menu{
  margin-top: 0;
}
header .menu table td{
  padding:0;
}
header .menu table{
  border-collapse: collapse;
}
header .menu{
  text-align: right;
  margin-top: 72px;
  z-index: 5;
}
header nav li a.active{
  z-index: 5;
  position: relative;
}
header nav li a{
  padding:18px 16px 21px;
  display: inline-block;
  color:#4c4b4e;

}
header nav li{
  list-style: none;
  display: inline-block;
}
header.small div:nth-child(1){
  padding-top: 0;
}
header.small{
  top: -150px;
  position: fixed;
  padding-top: 4px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
  height: 68px;
  /*overflow: hidden;*/
}
header .logo {
  position: absolute;
}
header .logo img{
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 285px;
}
header.small .logo img{
  width: 168px;
  position: relative;
  top: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.small .top_items{
  display: none;
}
header.small.show{
  top: 0 !important;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav.sub a{
  color:#117131;
  padding: 10px 15px;
}
header nav.sub a.active_sub img{
  width: 8px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
header nav.sub ul a:hover{
  font-weight: 600;
}
header.small nav.sub a.active_sub,
header nav.sub a.active_sub{
  color: #117131;
  border-bottom:1px solid #117131;
  padding: 0px;
  margin:8px 16px;
  font-weight: 600;
}

header nav.sub a:hover{
  text-decoration: none;
}
header.small nav li a{
  padding-bottom: 24px;
}
header.small nav.sub li a{
  padding-bottom: 15px;
}

header.small nav.sub{
  top:68px;
}
header nav.sub{
  width: 100%;
  position: absolute;
  background: #fff;
  left:0;
  z-index: 4;
  display: none;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  top:140px;
  min-height: 425px;
}
header nav.sub ul{
  width: 30%;
  margin-left: 15%;
  padding-top: 0;
  position: absolute;
}
header nav.sub li{
  display: block;
  margin-bottom: 0;
}
header a{
  font-size: 17px;
}
header a.active{
  z-index: 2000;
  position: absolute;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-topright: 14px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background: #fff;
}

header a.active .bg{
  background:rgba(171,200, 176, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 100%;
   -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: -1;
}
header a.active:hover .bg{
}
header .top_items .search{
  cursor: pointer;
}
header .top_items img{
  width: 40px !important;
  max-width: initial;
}
header .top_items td{
  vertical-align: middle;
  padding-left: 12px;
}
header .top_items td:nth-child(3),
header .top_items td:nth-child(2),
header .top_items td:nth-child(1){
  padding-right: 20px;
}
header .top_items a{
  color:#117131;
}
header .top_items{
  right: 30px;
  position: absolute;
  top: 18px;
}
.menu_nav{
  z-index: 10;
  top: 8px;
  padding:5px 5px 2px;
  position: relative;
}

.menu_nav.open{
}
#nav-icon {
    width: 30px;
    height: 31px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #117131;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#nav-icon.open span {
    background: #117131;
}


#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 12px;
}
#nav-icon span:nth-child(4) {
    top: 24px;
}
#nav-icon.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}
@media (max-width:1205px) {
  header nav li a{
    padding: 18px 6px 24px;
  }
}
@media (max-width:1100px) {
  header .logo img{
    width: 170px;
  }
}
/*
@media (max-width:860px) {
  header a{
    font-size: 14px;
  }
  header nav li a{
    padding: 18px 1px 24px;
  }
}
*/
@media (max-width:860px) {
  header .logo img{
    width: 170px;
  }
  header .desktop{
    display: none;
  }
  header .phone{
    display: block;
  }
  header.small .logo{
    display: block;
  }
  header.small div:nth-child(1){
    padding-top: 18px;
  }
  header.small,
  header{
    height: 73px;
    padding-top: 0;
  }
  header.small .logo img,
  header .logo img{
    margin-top: -5px;
    margin-left: -10px;
  }
  header.small .top_items,
  header .top_items{
    top:8px;
    right: 10px;
    display: block;
  }
  header.small nav.sub{
    top:0;
  }
  header .top_items img{
    width: 35px !important;
    margin-top: 5px;
  }
  header .top_items td{
    padding-left: 0;
    padding-right: 5px !important;
  }
  header .top_items td.phone{
    padding-left: 1px;
  }
  header nav.sub{
    min-height: auto;
    background: #eef1eb;
    padding: 0;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  header .logo img,
  header.small .logo img{
    top: 6px !important;
    position: relative;
  }
  header nav.sub ul{
    width: 100%;
    margin-left: 17px;
    position: relative;
  }
  header nav.sub a.active_sub{
    border:none;
    font-weight: bold;
    padding:0;
    padding-left: 20px;
    color: #117131;
  }
  header nav.sub a.active_sub img{
    display: none;
  }
  header nav.sub a{
    padding-top:0;
    padding-bottom:0;
    padding-left: 20px;
  }
  header .menu img.sub{
    display: block !important;
  }
  header .menu{
    transition: all 0.5s ease;
    display: none;
    background: #eef1eb;
    /*background: #2660AE;*/
    height: 100%;
    position: fixed;
    width: 100%;
    padding: 15px 10px;
    left: 0;
    top: 73px;
    margin-top: 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    z-index: 10;
  }
  header nav li a{
    padding: 0;

  }
  header .sub .blokjes{
    display: none;
  }
  header .menu a:hover{
    font-weight: normal !important;
  }
  header .menu a,
  header .menu{
    color:#117131;
    font-size: 18px;
    text-align: left;
    line-height: 2;
  }
  header .contact.phone img{
    width: 30px;
    height: 30px;
  }
  header .contact h6{
    color:#117131;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
  }
  header .contact.phone a{
    display: inline-block;
  }

  header .menu .contact img{
    margin-right: 9px;
    margin-left: 0;
    top: 6px;
position: relative;
  }
  header .menu td:nth-child(1)
  {
    width: 40px;
    height: 40px;
  }
  header .menu img{
    width: 8px;
    position: relative;
    top: 13px;
    margin-right: 20px;
    margin-left: 12px;
  }

  header .menu .social img{
    width: 50px;
    height: 50px;
    height: 50px;
  }
  header .menu li{
    display: block;
    border:none;
    float: none;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  header.small nav.sub li a,
  header.small nav li a{
    padding-bottom: 0;
  }
  header .menu a{
    color:#117131;
    display: block;
  }
  header a.active{
    z-index: 2;
    position: relative;
    color:#117131;
    font-weight: bold;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
  }
  header a.active .bg{
    background:none;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
     -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width:350px) {
  header.small .logo img,
  header .logo img{
    width: 171px;
  }
}
/**ERROR**/
h3.error{
  padding: 20px;
  background: #fff;
}
/**BREADCRUMBS**/

#breadcrumbs a, #breadcrumbs {
    color: #bdbdbe;
}
#breadcrumbs {
    margin: 33px 0 40px;
    display: block;
    font-size: 15px;
}

/**SECTION**/

section:not(.window_width) {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;

    box-sizing: border-box;
}
section h2:only-child, section h3:only-child, section h1:only-child {
    margin-bottom: 0;
    margin-top: 0;
}
section p:only-child {
    margin-bottom: 0;
}
section a {
    color: #117131;
    font-weight: 500;
}

@media (max-width:680px) {
    section {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    section:not(.window_width) {
        width: 100%;
    }
}
/**UNDER HEADER HEADER**/
section.header .shade_bottom{
  height: 161px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: url(/wp-content/themes/huisartsen/images/shade_header.png) repeat;
}
section.header {
    background-size: cover !important;
    height: 621px;
    position: relative;
}
section.header.blocks{
  height: 713px;
}
section.header .quote {
    position: absolute;
    bottom: 63px;
    font-size: 38px;
    z-index: 1;
    color: #fff;
    line-height: 1.2;
}
section.header .quote,
section.header .quote h1,
section.header .quote h2,
section.header .quote h3,
section.header .quote h4,
section.header .quote h5,
section.header .quote h6{
  font-size: 38px;
  color: #fff;
}
section.header .quote a{
    color:inherit;
}
.container_menu_items{
  position: relative;
  max-width: 1200px;
  margin:0 auto;
}
.blokjes .container_menu_items{
  max-width: auto;
  display: block;
}
header .sub .blokjes .menu_items,
section.header .menu_items {
    position: absolute;
    right: -25px;
    top: 40px;
    width: 660px;
}
header .blokjes{
  display: block;
}
header .sub .blokjes .menu_items{
  top: -1em;
  right: 20px;
}
header .sub .blokjes .menu_items a,
section.header .menu_items a {
    float: left;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(105, 155, 111, 0.85);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 190px;
    height: 190px;
    color: #fff;
    line-height: 1.3;
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
#watermerk {
  position: absolute;
  left: 0;
  bottom: -27%;
  z-index: 0;
  width: 25%;
  max-width: 300px;
}
header .sub .blokjes .menu_items a img,
section.header .menu_items a img{
  width: 56px;
  position: absolute;
  bottom:20px;
  left: 20px;
}
header .sub .blokjes .menu_items a:hover{
  border:1px solid #669b6f;
}
header .sub .blokjes .menu_items a img{
  opacity: 0.85;
}
header .sub .blokjes .menu_items a span{
  word-wrap: break-word;
}
header .sub .blokjes .menu_items a{
  background: #fff;
  border:1px solid #669b6f;
  color:#669b6f;
}
section.header .menu_items a:hover, section.header .menu_items a.active {
    background: #117131;
    text-decoration: none;
}
header .sub .blokjes .menu_items a{
  text-decoration: none;
}
section.header .menu_items a .content {
    word-wrap: break-word
}
@media (max-width:1145px) {
  header .sub .blokjes .menu_items a{
    width: 130px;
    height: 160px;
  }
  header .sub .blokjes .menu_items{
    width: 480px;
  }
  header .sub .blokjes .menu_items a img{}
}
@media (max-width:680px) {
  section.header.blocks .shade_bottom,
  section.header.blocks .quote,
  #watermerk{
    display: none;
  }
  section.header{
    height: 350px;
  }
  section.header.blocks
  {
    height: 500px;
  }
  header .sub .blokjes .menu_items{
    display: none;
  }
  header .sub .blokjes .menu_items a,
  section.header .menu_items a {
    width: 120px;
    font-size: 16px;
    height: 120px;
    padding:10px;
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  header .sub .blokjes .menu_items, section.header .menu_items{
    width: 290px;
    right: 0;
  }
  header .sub .blokjes .menu_items a img, section.header .menu_items a img{
    width: 40px;
    bottom:10px;
    left: 10px;
  }
}
/**
CONTACT FORM 7
**/
.wpcf7-not-valid-tip{
  margin-top: 10px;
  display: inline-block;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #6aceb8;
  background: #6aceb8;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #117131;
  background: #117131;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
}

div.wpcf7-spam-blocked {
  border: 2px solid #117131;
  background: #117131;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
}

div.wpcf7-validation-errors {
  border: 2px solid #117131;
  background: #117131;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
}
/**
BUTTON
**/
a.call,
.button, .btn{
  padding: 9px 50px 9px 25px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border:1px solid #117131;
  color:#117131;
  display: inline-block;
  font-size: 16px;
  transition: all 0.5s;
  height: 46px;
  box-sizing: border-box;
  position: relative;

}
a.call{
  position: relative;
  padding-left: 50px;
  padding-right: 25px;
  font-weight: normal;
  line-height: 1.6;
}
a.call::before {
  content: '';
      background: url(/wp-content/themes/huisartsen/images/phone_2.png);
      background-size: auto;
      background-size: auto;
      background-size: auto auto;
      width: 21px;
      height: 21px;
      position: absolute;
      background-size: cover !important;
      margin-left: -34px;
      margin-top: 2px;
}
a.call:hover::before {
  content: '';
      background: url(/wp-content/themes/huisartsen/images/phone_white.png);
      background-size: auto;
      background-size: auto;
      background-size: auto auto;
      width: 21px;
      height: 21px;
      position: absolute;
      background-size: cover !important;
      margin-left: -34px;
      margin-top: 2px;
}
a.call:hover,
.btn:hover{
  background:#117131;
  color:#fff;
  transition: all 0.5s;
  text-decoration:none;
}
.btn.white:hover,
.btn.white:hover span{
  color:#fff !important;
}
.btn.white:hover{
  background:none;
  color:#fff !important;
  transition: all 0.5s;:
}
.btn.white{
  background:#fff;
  color:#117131;
  border:1px solid #fff;
}
.btn img{
  width: 9px;
  position: relative;
  top: 3px;
  margin-left: 6px;
}
.slide .quote .btn{
  color:#117131 !important;
}
.slide .quote .btn:hover{
  background:#117131 !important;
  color:#fff  !important;
  border-color: #117131;
}
.slide .quote .btn:hover:after,
.btn.white:hover:after{
  background: url(/wp-content/themes/huisartsen/images/chevron_r_white.png) no-repeat;
  background-size: 9px;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 25px;
}
.slide .quote .btn:hover:after,
.btn:hover:after{
  background: url(/wp-content/themes/huisartsen/images/chevron_r_white.png) no-repeat;
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 20px;
position: absolute;
top: 14px;
right: 25px;
  content:"";
}
.wpcf7-submit.btn{
    background: #fff;
  background: url(/wp-content/themes/huisartsen/images/chevron_r_red.png) no-repeat;
background-position: right 10px center;
background-size: 9px;
padding-right: 27px;
  font-size: 16px;
  cursor: pointer;
}
.btn::after,
.button::after {
  background: url(/wp-content/themes/huisartsen/images/chevron_r_red.png) no-repeat;
    background-size: 10px;
    display: inline-block;
    width: 10px;
    height: 20px;
position: absolute;
top: 14px;
right: 25px;
    content:"";
}
.slide .button{
  background: #fff;
  border-color: #fff;
}
.slide .button::before{
  background: url(/wp-content/themes/huisartsen/images/chevron_r_red.png) no-repeat;
  background-size: 9px;
  display: inline-block;
  width: 10px;
  height: 20px;
position: relative;
top: 6px;
margin-right: 8px;
  content:"";
}
.btn.white::after{
  background: url(/wp-content/themes/huisartsen/images/chevron_r_red.png) no-repeat;
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 20px;
position: absolute;
top: 14px;
right: 25px;
  content:"";
}
.slide .button::after{
  display: none;
}
/**
ARCHIVE
**/
.archive.category-nieuws h1{
  font-size: 3em;
  padding-top: 1em;
  margin-bottom: 0;
  position: relative;

}
.archive.category-nieuws section select{
  background:#fff;
  color: #000;
  border-color: #eef1eb;
}
.archive.category-nieuws section{
  background:#eef1eb;
  max-width: 100%;
  padding-bottom: 30px;
}
.archive.category-nieuws .slide .quote{
  background: rgba(255,255,255,1) !important;
  padding:20px;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.archive .posts_sort .help_text{
  padding-right: 20px;
}
.archive .posts_sort{
  padding-top: 40px;
}
/**
TEAM
**/
.archive.team h1{
  font-size: 3em;
  margin-left: 1%;
  margin-top: 0;
  margin-bottom: 1em;
}
.archive.team .items{
  margin-bottom: 40px;

}
.archive.team h2{
  margin-left: 1%;
  font-size: 2em;
  margin-bottom: 1em;
}
.archive.team{
  padding-top: 50px;
  padding-bottom: 30px
}
.archive.team a:hover .mouse{
  opacity: 1;
  left:0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.archive.team a div:nth-child(2)
{
  text-align: center;
  padding: 15px 10px;
  background: #fff;
  z-index: 1000;
}
.touch .archive.team a:hover div:nth-child(2){
  margin-top: 0;
  padding-bottom: 15px;
}
/*
.archive.team a:hover div:nth-child(2)
{
  padding-bottom: 40px;
  margin-top: -25px;
  position: relative;
}
*/
.archive.team .mouse div img{
  width: 15px;
position: relative;
top: 4px;
margin-left: 10px;
}
.archive.team .mouse div{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
}
.archive.team .mouse{
  height: 100%;
  width: 100%;
  position: absolute;
  left:-100%;
  background: #c7c47f;
    color:#fff;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align: center;
box-sizing: border-box;
padding: 10px;
display: table;

-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.archive.team .mouse h3{
    color:#fff;
display: inline-block;
margin-bottom: 0;
}
.archive.team .text h3{
  font-size: 1.3em;
  color:#42495b;
  margin-top: -0.1em;
}
.archive.team a .text{

  text-align: center;
  padding: 20px;

  margin-top: 0.5em;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  -webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.archive.team a:hover{
  text-decoration: none;
}
.archive.team a .image{
  width: 100%;
  height: 250px;
  background-size: cover !important;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
box-sizing: border-box;
background: url('/wp-content/themes/huisartsen/images/user.jpg') no-repeat scroll center center;
position: relative;
}
.archive.team a{
  width: 23.6%;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: auto !important;
margin:0.5%;
box-sizing: border-box;
overflow: hidden;
}
@media (max-width:840px) {
  .archive.team a{
    width: 47.5%;
    margin: 1%;
  }
  .archive.team h1{
    text-align: center;
    margin-bottom: 0.5em;
  }
  .archive.team{
    padding-bottom: 60px;
  }
  .archive.team a div:nth-child(2){
    font-size: 0.8em;
  }
}
@media (max-width:460px) {
  .archive.team a{
    width: 47%;
    margin: 1%;
  }
}
/**
TEAM BANNER
**/
.team_banner h4{
  text-align: center;
  color:#117131;
  margin-bottom: 40px;
}
.team_banner .slick-slide div{
  margin-left:10px;
  margin-right:10px;
}
.team_banner .slick-track{
  margin: 0 auto;
}
.team_banner .team a div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    border-radius: 20px;
    margin: 0;
}
.team_banner .team a{
  height: 172px;
  display: inline-block;
  background-size: cover !important;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}
.team_banner{
  padding-top: 0;
  padding-bottom: 85px;
}
.team_banner .team{
  width: 80%;
  margin-left: 10%;
}
.team_banner .next,
.team_banner .back{
  width: 41px;
  height: 41px;
  position: absolute;
  top: 70px;
  cursor: pointer;
  background: url(/wp-content/themes/huisartsen/images/svg/pijl_links.svg) no-repeat;
  margin-left: -60px;
}
.team_banner .next{
  background: url(/wp-content/themes/huisartsen/images/svg/pijl_rechts.svg) no-repeat;
  margin-left: initial;
  right:-60px;
}
@media (max-width:680px) {
  .team_banner .next, .team_banner .back{
    display: none !important;
  }
}
/**
INPUT AND TEXTS
**/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap{
  margin-top: 9px;
  display: block;
}
@media (max-width:680px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
  	width: 100%;
  }
}
/**
NEWS BANNER
**/
.news_banner_holder{
  background:#eef1eb;
  padding-top: 40px;
  padding-bottom: 15px;
  /*margin-bottom: 70px;*/
}
.news_banner_holder h4{
  text-align: center;
  color:#117131;
}
.news_banner_holder .to_all img{
  width: 9px;
}
.news_banner_holder .to_all{
  color:#117131;
  float: right;
  margin-right:5%;
  margin-top: -76px;
  position: relative;
  z-index: 5;
}
@media (max-width:680px) {
  .news_banner_holder .three_blocks{
    padding-bottom: 20px;
  }
  .news_banner_holder h4{
    text-align: left;
    padding-right: 5%;
    padding-left: 5%;
  }
  .news_banner_holder .three_blocks .block{
    background: none;
    margin-bottom: 20px;
  }
  .news_banner_holder .three_blocks .block .short,
  .news_banner_holder .three_blocks .block .content{
    padding: 0;
  }
  .news_banner_holder .three_blocks .image{
    display: none;
  }
  .news_banner_holder .three_blocks .block .btn{
    background: #fff;
    border-color:#fff;
  }
}
/**
THREE BLOCKS IN A ROW WITH MARGIN
**/

.archive_holder {
    background: #f9f9f9;
    padding-top: 70px;
}
.three_blocks_holder {
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.three_blocks {
    padding-bottom: 70px;
}
.three_blocks .items {
    margin-top: 15px;
}
.three_blocks .block .short{
  margin-bottom: 2.5em;
  padding: 0 !important;
}
.three_blocks .block {
    float: left;
    width: 30%;
    font-weight: 300;
    margin: 30px 5% 0 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    min-height: 600px;
    color: #000;
    -webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}
.three_blocks .block a{
  color:inherit;
}
.three_blocks .block a:hover{
  text-decoration: none;
}
.three_blocks .block:hover {
    text-decoration: none;
}

.three_blocks .block .content {
  padding:40px;
}
.three_blocks .block div h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-bottom: 15px;
    color: #117131;
}
.three_blocks .block div p {
    margin-top: 0;
}
.three_blocks .block .more {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.three_blocks .block:nth-child(3n) {
    margin-right: 0;
}
.three_blocks .block:nth-child(3n+1) {
    clear: left
}
.three_blocks .image {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover !important;
}
.three_blocks .title {
    display: inline-block;
    font-size: 1.8em;
    position: relative;
    top: -4px;
}
@media (max-width:900px) {
    .three_blocks .block {
        width: 45%;
    }
}
@media (max-width:680px) {

    .three_blocks  {
        padding-bottom: 40px;
        height: auto;
    }
    .three_blocks .block {
      min-height: auto;
    }
    .three_blocks .block {
        height: 100%;
        width: 100%;
    }
    .three_blocks .more {
        margin-top: 1em;
    }
    .three_blocks .block div:not(.btn) {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/**
SLIDER
==============
**/


/**
DEFAULT STUFF UNSLIDER
**/

.unslider {
    /*overflow: auto;*/
    margin: 0 0 0 0;
    padding: 0;
}
.unslider-wrap {
    position: relative;
}
.unslider-wrap.unslider-carousel>li {
    float: left;
}
.unslider-vertical>ul {
    height: 100%;
}
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade {
    position: relative;
}
.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}
.unslider-nav{
  position: absolute;
  width: 100%;
margin-top: -60px;
}
/**
CUSTOM STUFF
**/

.slides {
    height: 614px;
    overflow: hidden;
    width: 100%;
}
.slides ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slides.top {
    margin-top: -150px;
    height: 700px;
}
.lower .slide, .slides.lower {
    height: 600px;
}
.top .slide h1, .slides.lower h1 {
    font-size: 4.2em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
}
.slides .overlay {
  height: 100%;
  /*
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  */
}
ul .slide,
li.slide{
  padding-left: 0;
}
.slide {
    background-size: cover !important;
    height: 614px;
    float: left;
    width: 100%;

}
.slide h2, .slide h3, .slide h4, .slide h5, .slide h6, .slide h1 {
    line-height: 1.4;
    margin-bottom: 1.5em;

}
.slide .quote {
    /*padding: 35px 45px;
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;*/
}

.top .slide .quote {
    margin-top: 110px;
}
.slide .quote .btn {
    margin-top: 2em;
    background: #fff;
    /*border:none;*/
}
.slide .text_center .quote {
    text-align: center;
}
.slide .text_links .quote {
    text-align: left;
}
.slide .title {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    display: block;
}
.slide .text {
    font-size: 30px;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
}
.slide .center {
    height: 100%;
}
.slide .content {
    display: table;
    height: 100%;
    position: relative;
    max-width: 400px;
    color: #fff;
font-size: 30px;
line-height: 1.5;
}
.slide .content .btn.white:hover {
  background: #117131 !important;
  color:#fff !important;
  border:1px solid #117131 !important;
}
.slide .content .btn.white::after {
  background: url(/wp-content/themes/huisartsen/images/chevron_r_bleu.png) no-repeat;
      background-size: auto;
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 25px;
  content: "";
}
.slide .content .btn.white:hover::after {
  background: url(/wp-content/themes/huisartsen/images/chevron_r_white.png) no-repeat;
      background-size: auto;
  background-size: 10px;
  display: inline-block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 25px;
  content: "";
}
.slide .content .btn.white {
  color:#117131 !important;
}
.slide .content.text_left {
    text-align: left;
}
.slide .content.rechts {
    float: right;
}
.slide .content .valing.v_onder {
  vertical-align: bottom;
  padding-top: 100px;
}
.slide .content .valing.v_top {
  vertical-align: top;
  padding-top: 100px;
}
.slide .content .valing {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}
@media (max-width:680px) {
    .slide .center {
        max-width: 100%;
    }
    .slide .title {
        font-size: 25px;
    }
    .slide .text {
        font-size: 20px;
    }
    .slide .content {
        width: 100%;
        max-width: 100%;
    }
    .slide .quote {
        padding-left: 5%;
        padding-right: 5%;
    }
    .slides.top, .slide {
        height: auto;
        min-height: 700px;
    }
    .slides.top.lower .slide, .slides.top.lower {
        min-height: 450px;
        height: 450px;
    }
    .slide .quote {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slides, .slide, .unslider .slides, .unslider-wrap .slide {
        height: 500px;
        min-height: 500px;
    }
}

/**BANNER CONTENT**/
section.banner_content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
section.banner_content .left h3, section.banner_content .left h4, section.banner_content .left h5, section.banner_content .left h6{
  color:#000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.content_block ol,
.content_block ul,
.banner_content ol,
.banner_content ul{
  margin-bottom: 1.5em;
}
.banner_content .left {
    width: 65%;
    float: left;
    margin-right: 5%
}
.banner_content h1 {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 1em;
}
.banner_content .right {
    width: 30%;
    float: left;
    margin-top: -89px;
    z-index: 1;
    position: relative;
}
.banner_content .right .block{
  margin-bottom: 40px;
  max-width: 235px;
}
.banner_content .right .block img.top{
  margin-bottom: 1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.no_header .banner_content .right{
  margin-top: 30px;
}
@media (max-width:680px) {
  .banner_content .right .block{
    max-width: initial;
  }
  .banner_content .right,
  .banner_content .left{
    width: 100%;
    float:none;
    padding-left: 0;
    padding-right: 0;
  }
  .banner_content .right{
    margin-top: 50px;
  }
}

/**BANNER RIGHT SUBMENU**/
.submenu{
    margin-bottom: 80px;
    background: rgba(171,200, 176, 0.7);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    padding: 27px 20px 20px 15px;
}
.submenu h5 {
    margin-bottom: 50px;
    color: #fff;
    font-size: 28px;
    padding:0 20px 0 25px;
    margin-top: 0;
}
.submenu a {
    color: #000;
    display: block;
    /*margin-bottom: 20px;*/
    font-size: 1em;
    line-height: 1.8;
}
.submenu .items{
  padding: 20px 0;
}
.submenu .current-menu-item a,
.submenu a:hover,.submenu .active {
   font-weight: bold;
   text-decoration: none;
}

.submenu table{
  margin: 0;
}
.submenu a td:first-child{
  vertical-align: top;
  width: 20px;
}
.submenu a img {
    position: relative;
    top: 2px;
    width: 11px;
}
.right .info .image{
	height: 150px;
	width: 150px;
	background-size: cover !important;
}
.right .info h5{
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
.submenu li a{
  font-size: 1em;
  line-height: 2.5;
}
.submenu li{
  background: none;
}
.submenu li.current_page_item,
.submenu li.current-menu-item{
  background: url('/wp-content/themes/huisartsen/images/chevron_r_black.png') no-repeat 2px 11px;
  background-size: 11px;
}
@media (max-width:680px) {
  .submenu h5 {
    margin-bottom: 0;
  }
  .submenu{
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}


/**
SINGLEPOST
**/

.post {
    padding-bottom: 60px;
}
.post h1 {
    margin-bottom: 30px;
}
.post ul {
    padding-bottom: 0em;
    margin-bottom: 0;
}
.post .slide_image {
    height: 450px;
    position: absolute;
    z-index: -1;
}
.post .left {
    box-sizing: border-box;
    float: left;
    padding-right: 5%;
    padding: 50px;
    width: 65%;
}
.post.left h3, .post.left h2 {
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 0.2em;
}
.post .date {
    display: block;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: -7px;
}
.post .share {
    margin-top: 35px;
}
.post .share img {
    margin-right: 10px;
    position: relative;
    top: 11px;
}
.post .right {
    box-sizing: border-box;
    float: left;
    padding: 50px 40px;
    width: 30%;
}
.post .right a {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post .right .btn {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 17px;
}
@media (max-width:900px) {
    .post {
        padding-bottom: 10px;
    }
    .post .left {
        width: 100%;
        margin-right: 0;
        padding: 50px 5% 0;
    }
    .post .right {
        width: 100%;
        margin-top: 0;
        padding: 1em 5%;
    }
    .post .center {
        padding-left: 0%;
        padding-right: 0%;
    }
}
/**
BANNER BLOKS
===================
ONE BLOCK
TWO BLOCKS
**/

.one .content_block .center {
  text-align: center;
  max-width: 800px;
}
.one .content {
    padding: 50px 15%;
    text-align: center;
}
.one_half {
    display: table;
    width: 100%;
    height: 100%;
}

.one_half .block {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: top;
}
.one_half .block .content_block{
  height: 100%;
}
.content_block .image_top{
  margin-bottom: 2em;
  width: 50px;
  height: 50px;
  display: table;
}
.content_block .image_top .cell{
  display: table-cell;
  vertical-align: middle;
}
.content_block .image_top img{
  width: 100%;
  display: block;
}
.content_block .center{
  padding-top:50px;
  padding-bottom:50px;
}
.one_half .center {
    max-width: 560px;
    z-index: 2;
    position: relative;
}
.one_half .block:nth-child(2) .center{
  margin-left: 40px;
}
.one_half .block:nth-child(1) .center {
    margin-right: 40px;
}

.one_half .content {
    box-sizing: border-box;
    height: 100%;
    padding: 50px 0;
}
.one_half .image {
    min-height: 400px;
    background-size: cover !important;
}

.one_half .video img {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  width:70px;
  cursor: pointer;
}
.blocks.one .block .video img{
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  width:100px;
  cursor: pointer;
}
.one_half .block:nth-child(1) .video{
  margin-right: 20px;
}
.one_half .block:nth-child(2) .video{
  margin-left: 20px;
}
.blocks.one .video,
.one_half .video {
    position: relative;
    padding-top: 56.25%;
    position: relative;
    min-height: initial !important;
}
.blocks.one .video iframe,
.one_half .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.one_third{
  padding-right:20px;
  padding-left:20px;
  box-sizing: border-box;
  width: 100%;
}
.one_third .block{
  width: 33%;
  float: left;
}
.one_third .block:nth-child(1) .center{
  padding-left:0;
  padding-right:60px;
}
.one_third .block:nth-child(2) .center{
  padding-left:60px;
  padding-right:60px;
}
.one_third .block:nth-child(3) .center{
  padding-left:60px;
  padding-right:0;
}
.content_block .text a:not(.btn){
  color:inherit;
  font-weight: bold;
}
/*
.blocks.one_half{
  padding: 0 20px;
}
*/
.one_half .block:nth-child(1) .video,
.one_half .block:nth-child(2) .video{
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width:680px) {
    .one_half .block{
      height: auto;
    }
    .one_half .block:nth-child(2) .video{
      margin-right: 20px;
      margin-left: 20px;
    }
    /*
    .one_half .block.position_0 .content_block .center{
      padding-bottom: 20px;
    }
    .one_half .block .content_block .center{
      padding-top: 0;
      padding-bottom: 0;
    }
    */
    .one_half .block:nth-child(1) .video{
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 40px;
    }
    .one_third .block:nth-child(1) .center,
    .one_third .block:nth-child(3) .center,
    .one_third .block:nth-child(2) .center{
      padding-left: 0;
      padding-right: 0;
    }
    .one_third .block:nth-child(2) .center{
      padding-top: 0;
      padding-bottom: 0;
    }
    .one .content {
        padding: 40px 0 50px 0;
    }
    .one_half .center {
        width: 100%;
        max-width: 100%;
    }
    .one_half .content {
        padding-top: 40px;
    }
    .one_third .block,
    .one_half .block {
        display: block;
        width: 100%;
    }
    .one_half .block:nth-child(2) .content {
        padding-top: 0;
    }
    .one_half .block:nth-child(2) .center {
        margin-left: 0;
    }
    .one_half .block:nth-child(1) .center {
        margin-right: 0;
    }
    .content_block .image_top{
      float: right;
      width: 15%;
      margin-left: 5%;
    }
    .content_block .image_top img{
      width: 100%;
      float: right;
    }
    .content_block .text{
      float: left;
      width: 80%
    }
}

/**GOOGLE MAP BANNER**/
#google_map{
	height: 640px;
	width: 100%;
}
#google_map .infowindow h5{
  margin-top: 10px;
  color: #fff;
}
.infowindow a{
    color: #fff;
   font-size: 1.2em;
}
.infowindow{
    padding: 20px 20px 20px 44px;
}
.infowindow .title{
    font-size: 2em;
    color: #fff;
    font-weight: 100;
}
.infowindow .address{
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
}

/* white background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div
{
    /* we have to use !important because we are overwritng inline styles */
    background-color: transparent !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
}
/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div
{
    box-shadow: none !important;
    background-color: #117131 !important;
    width: 50px
}
/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child
{
    margin-right: 2px;
    margin-top: 18px;
    display: none;
}

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img
{

}
/* positioning of infowindow */
.gm-style-iw
{
    background-color: #117131;
    top: 22px !important;
    left: 22px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/**SEARCH BALK**/

#search_balk .close span, .search_btn {
    cursor: pointer;
}
#search_balk .close {
    font-weight: 100;
    font-size: 4em;
    display: block;
    /*margin-top: -4em;*/
    color: #fff;
}
#search_balk {
    background: #117131;
    box-sizing: border-box;
    display: none;
    height: 100%;
    padding: 40px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000000;
    -webkit-transition: top 0.5s ease;
    /* Safari */
    transition: top 0.5s ease;
}
#search_balk .title {
    font-size: 5em;
    color: #fff;
    font-weight: 300;
}
#search_balk.smaller {
    top: 50px;
    -webkit-transition: top 0.5s ease;
    /* Safari */
    transition: top 0.5s ease;
}
#search_balk {
    text-align: center;
    vertical-align: middle;
}
#search_balk.search_page .center{
  display: block;
}
#search_balk .center {
    display: table-cell;
    vertical-align: middle;
}
#zoek-form-error input, #search_balk input {
  padding: 12px 20px;
  top: -2px;
  position: relative;
  width: 60%;
  height: 46px;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border:none;
  box-sizing: border-box;
}
.search_results_for h1{
  color:#abc8b0;
}
.search #search_balk input{
  top:-6px;

}
#zoek-form-error .btn, #search_balk .btn {
  background: #fff none repeat scroll 0 0;
font-size: 16px;
margin-left: -50px;
cursor: pointer;
padding: 15px 60px 6px;
margin-top: 2px;
}
#search_balk .btn:after{
  background: url(/wp-content/themes/huisartsen/images/chevron_r_white.png) no-repeat;

}
#search_balk .btn:after{
  top: 15px;
}
#search_balk .btn{
  position: relative;
  top: 0px;
  height: 48px;
  background: #abc8b0;
  padding-top: 11px;
  color: #fff;
  border: none;
  line-height: 2;
}
#search_balk .btn span {
    position: relative;
    top: -4px;
}
#search_balk.search_page .title {
    font-size: 46px;
    margin-bottom: 10px;
    display: inline-block;
    color:#fff;
}
#search_balk.search_page .close {
    display: none;
}
#search_balk.search_page {
    display: block;
    text-align: left;
}
#search_balk.search_page .btn {
    border:1px solid #fff !important;
    color: #fff;
    top: -3px;
    box-sizing: border-box;
}
#search_balk.search_page .btn:hover {
    color: #fff;
    background: #42495b;
}
#search_balk.search_page .btn:before {
    background: #42495b;
}
#search_balk.search_page h1{
  color: #fff;
}
#search_balk.search_page {
    padding: 30px 0 40px;
    background: #abc8b0; none repeat scroll 0 0;
    display: block;
    position: relative;

    margin: 0 auto;
    /*max-width: 1400px;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
    margin-top: 140px;
    z-index: 1;
}
@media (max-width:860px)  {
    #search_balk.search_page{
      margin-top: 73px;
    }
    #search_balk.search_page .center{
      padding-left: 0;
      padding-right: 0;
    }
    #search_balk.search_page .btn {
        margin-left: 0;
        text-align: center;
        display: block;
    }
    #zoek-form-error input, #search_balk input {
        width: 100%;
        margin: 10px 0;
    }
    #zoek-form-error .btn, #search_balk .btn {
        margin-left: 0;
    }
    section.searchpage {
        padding-left: 5%;
        padding-right: 5%;
    }
    #search_balk .center{

        width: 90%;
    }
    section.searchpage{
        margin-top: -40px;
    }
    #search_balk.search_page{
        padding-left: 0;
        padding-right: 0;
    }
}

/*SINGLE TEAM**/
.single_team{
  padding-top: 50px;
  padding-bottom: 70px;
}
.single_team .banner_image {
    height: 500px;
    background-size:cover !important;
}
.single_team .left{
  width: 50%;
  float: left;
}
.single_team .over a{
  color: #117131;
}
.single_team .over{
  margin-top: 2em;
}
.single_team .right{
  width: 50%;
  padding-right:20px;
  padding-left: 5%;
  padding-top: 40px;
  box-sizing: border-box;
  float: left;
}
.single_team .right .image{
  background-size: cover !important;

  width: 400px;
  height: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
}
@media (max-width:1060px)  {
  .single_team .right .image{
    width: 300px;
    height: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
  }
}
@media (max-width:810px)  {
  .single_team .right .image{
    width: 200px;
    height: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
  }
}
@media (max-width:680px)  {
  .single_team .right .image{
    width: 80vw;
    height: 80vw;
    -webkit-border-radius: 80vw;
    -moz-border-radius: 80vw;
    border-radius: 80vw;
    margin:0 auto;
  }
  .single_team .left,
  .single_team .right{
    width: 100%;
    float: none;
  }
  .single_team .right{
    padding-bottom: 30px;
  }
}
/*SINGLE POST**/
.single_post{
  padding-bottom: 70px;
}
.single_post .banner_image {
    height: 500px;
    background-size:cover !important;
}
.single_post .left ul,
.single_post .left ol{
  margin-bottom: 1.5em;
}
.single_post .left {
    float: left;
    width: 65%;
    box-sizing: border-box;
    margin-right: 5%;
}

.single_post .right {
    float: left;
    background: #fab6a0;
    width: 30%;
    box-sizing: border-box;
    margin-top: 90px;
    padding:27px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.single_post .right h3 {
    margin-bottom: 1em;
    color: #fff;
}
.single_post .right .items a {
    border-bottom: 1px dashed #fff;
    display: block;
    margin-top: 12px;
    color: #fff;
    padding-bottom: 12px;
}
.single_post .right .items a:last-child{
  border: none;
}
.single_post .right .items a table {
    margin-bottom: 0;
}
.single_post .right .items a td:first-child {
    width: 25px;
    vertical-align: top;
    padding-top: 10px;
}
.single_post .right .items a .title {
    font-size: 1.2em;
    display: block;
}
.single_post .right .items a .date {
    font-size: 0.9em;
    display: block;
    color:#fff;
    margin-bottom: 0;
}
.single_post .date {
    margin-bottom: 1.5em;
    /*color: #00a1e4;*/
}
.single_post .share {
  margin-top: 50px;
      margin-bottom: 100px;
}

.single_post .share .items {
  margin-left:10px;
}
.single_post .share img:hover {
  transition: all 0.5s;
  opacity: 1;
}
.single_post .share img {
  transition: all 0.5s;
  position: relative;
  top: 11px;
  width: 46px;
  margin-right: 10px;
  opacity: 0.6;
}
.single_post .right .btn {
    border-color:#fff;
    margin-top: 1.5em;
}
@media (max-width:680px)  {
  .single_post .right,
  .single_post .left{
    width: 100%;
  }
  .single_post .right{
    margin-top: 60px;
  }
  .single_post .share{
    margin-top: 40px;
    margin-bottom: 0;
  }
}
/*FOOTER**/
footer .parent{
  font-weight: bold;
}
footer{
  padding-top: 65px;
  padding-bottom: 60px;
  background:#117131;
  color:#fff;
  line-height: 2.2;
}
footer ul{
  margin-left: 0;
}
footer li{
    background: url('/wp-content/themes/huisartsen/images/chevron_r_white.png') no-repeat 2px 10px;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 28px;
    vertical-align: middle;
    background-size: 9px;
}
footer .table{
  width: 100%;
}
footer .table:nth-child(2){
  margin-top: 40px;
}
footer .table:nth-child(2) div{
  vertical-align: middle;
}
footer .table div{
  display: table-cell;
  width: 33%;
}
footer .table div.phone{
  display: none;
}
footer .table div li{
  list-style: none;
}
footer .social{
  text-align: left;
  float: right;
  width: calc(100% / 3);
  box-sizing: border-box;
}
footer .social a{
  margin-right: 10px;
}
footer .social img:hover{
  transition: all 0.5s;
  transform: rotate(-20deg);
}
footer .social img{
  width: 40px;
}
footer .clearfix{
  margin-top: 2em;
}
footer .cred{
  float: left;
  width: 50%;
  padding-top: 8px;
  color:#88b898;
  font-size: 0.95em;
}

@media (max-width:680px) {
  footer{
    padding-top: 50px;
    padding-bottom: 40px;
    line-height: 1.5;
  }
  footer .table div{
    display: block;
    width: 100%;

    margin-bottom: 2em;
  }
  footer .table div.phone{
    display: block;
  }
  footer div.call{
    font-size: 1.5em;

    margin-bottom: 1em;
  }
  footer .table div.desktop{
    display: none;
  }
  footer .clearfix{
    margin-top: 0;
  }
  footer .cred,
  footer .social{
    float: none;
    width: 100%;
  }
  footer .cred{
    display: none;
  }
  footer .social{
    text-align: left;
    padding-right: 0;
    margin-bottom: 0;
  }
  footer .table:nth-child(2){
    margin-top: 0;
  }
  footer .table div.social{
    margin-bottom: 0;
  }
}
/*SEARCH RESULTS**/
.search_results_for {
    transition: all 0.5s ease;
}
section .search_results_for h1 {
    margin-bottom: 0.5em;
}
.search_results .no_results {
    padding-top: 1em;
}
.search_results .crumb {
    padding-bottom: 5px;
}
.search_results a .crumb {
    color: #666;
    font-size: 0.5em;
    font-weight: 300;
    box-sizing: border-box;
}
.search_results a {
    color: #666;
    font-size: 1.8em;
    font-weight: 300;
}
.search_results .item {
    padding-left: 0;
    -webkit-transition: top 0.5s ease;
    /* Safari */
    transition: top 0.5s ease;
}
.search_results .item:hover {
    padding-left: 15px;
    -webkit-transition: top 0.5s ease;
    /* Safari */
    transition: top 0.5s ease;
}
.search_results .item a:hover {
    text-decoration: none;
}
.search_results .item:not(:last-child) {
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.search_results {
    padding-top: 1em;
    padding-bottom: 70px;
}
@media (max-width:680px) {
    .search_results{
        padding-bottom: 40px;
    }
}

/**OVERLAY**/
header #header_overlay{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top:0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: none;
}
#overlay{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top:0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: none;
}

/**
OVERULE
**/

.padding_top_nee {
    padding-top: 0;
}
.padding_bottom_nee {
    padding-bottom: 0;
}
.marge_top {
    margin-top: 40px !important;
}
.marge_bottom {
    margin-bottom: 40px !important;
}
.bg_position_bottom {
    background-position: bottom center !important;
}
.bg_position_top {
    background-position: top center !important;
}
.valign_top {
    vertical-align: top !important;
}
.valign_top {
    vertical-align: top !important;
}

/**
SITEMAP
**/
#sitemap{
  padding: 1px 20px 70px;
}
#sitemap li{
  background: none;
}
#sitemap .no_margin{
	padding: 0;
	margin: 0 0 0 -28px;
}
/**
PERFECT SCROLL BAR
**/

.ps-container {
    overflow: hidden !important;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}
.ps-container.ps-in-scrolling {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}
.ps-container>.ps-scrollbar-x-rail {
    border-radius: 4px;
    bottom: 3px;
    display: none;
    height: 8px;
    opacity: 0;
    position: absolute;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #aaa;
    border-radius: 4px;
    bottom: 0;
    height: 8px;
    position: absolute;
    transition: background-color 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-y-rail {
    border-radius: 4px;
    display: none;
    opacity: 0;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #117131;
    border-radius: 4px;
    position: absolute;
    right: 0;
    /*transition: background-color 0.2s linear 0s;*/
    width: 6px;
    padding-top: 0;
}
.ps-container.ps-in-scrolling:hover {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 1;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 1;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}
.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
    opacity:1;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 1;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}
.phone.menu_corrector {
    display: none;
}


.page-id-3028  #block_0 .block.position_0 .image_top{
  opacity: 0;
}
@media (max-width:680px) {
  .page-id-3028  .one_half .block:nth-child(2) .center{
    padding-top: 0;
  }
}

/**
POPUP
**/
#overlay_popup{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top:0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: none;
}
#popup .btn{
  cursor: pointer;
  margin: 0 auto;
  display: block;
  width: 55px;
  text-align: center;
}
#popup{
  position: fixed;
  max-width: 80%;
  top: 0;
  display: none;
  z-index: 100000;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
word-break: initial;
word-wrap:initial;
hyphens:none;
}
@media (max-width:680px) {
  #popup{
    width: 90%;
  }
}
.links_not_bold a{
  font-weight: normal !important;
}
#gform_2 .gfield_label{
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield select{
  background: none;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#map_holder {
  position: relative;
}
#map_holder .content_holder{

}
#map_holder .center .content
{
  position: absolute;
  z-index: 1;
  background: #fff;
  color: #000;
  padding: 35px 30px;
  top: 93px;
  width: 350px;
}
.banner_content.no_crumb{
  margin-top: 40px;
}
.archive.team.as_banner h2{
  margin-left: 0;
}
