/*
 Theme Name: BK Theme
 Theme URI: https://www.bureaukamp.nl
 Description: Dit template is op maat ontworpen en ontwikkeld door Bureau Kamp, gevestigd te Amsterdam. Ook een website laten maken? Neem dan contact met mij op middels <a href="mailto:info@bureaukamp.nl">info@bureaukamp.nl</a>.
 Version: 1.0
 Author: Alexander van der Kamp
 Author URI: https://www.bureaukamp.nl
 */
/* FONTS */
@font-face {
  font-family: 'SF-Pro-Light';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
}
@font-face {
  font-family: 'SF-Pro-Semibold';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
}
@font-face {
  font-family: 'SF-Pro-Bold';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
}
/* VARIABLES */
/* BASICS */
* {
  margin: 0;
  padding: 0;
}
html {
  border: 20px solid #ededed;
  padding: 40px 80px;
  overflow-y: scroll;
}
html.open {
  overflow-y: hidden;
}
body {
  height: 100%;
  position: relative;
  font-family: 'Georgia', serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: black;
  background: white;
  -webkit-font-smoothing: antialiased;
}
header, main, footer {
  float: left;
  width: 100%;
  display: inline-block;
}
header:after, main:after, footer:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
a {
  color: #74b16d;
  text-decoration: none;
}
a:hover {
  color: #b0d0a7;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.clear {
  clear: both;
}
address {
  font-style: normal;
}
img, a img {
  border: 0;
}
strong, b {
  font-family: 'SF-Pro-Semibold', sans-serif;
  letter-spacing: -0.4px;
  font-size: 1.1em;
  line-height: 22px;
}
italic, em {
  font-style: italic;
}
p {
  margin-bottom: 25px;
}
:focus {
  outline: 0;
}
fieldset {
  border: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.underline {
  text-decoration: underline;
}
/* HEADINGS */
h1 {
  font-size: 50px;
  margin: 0 0 10px;
}
h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
h3 {
  font-size: 26px;
  margin: 0 0 5px;
}
h1, h2, h3 {
  color: #b0d0a7;
  font-family: 'SF-Pro-Bold', sans-serif;
  line-height: 100%;
  letter-spacing: -1px;
}
h4 {
  font-family: 'SF-Pro-Semibold', sans-serif;
  letter-spacing: -0.4px;
  font-size: 1.1em;
  display: block;
  line-height: 22px;
  margin-bottom: 5px;
}
/* HEADER */
header {
  position: relative;
  display: inline-block;
  width: 100%;
}
header .logo {
  float: left;
  line-height: 0;
}
header nav.desktop ul.menu {
  height: 40px;
  line-height: 45px;
  float: right;
  margin-top: 15px;
  margin-right: 60px;
}
header nav.desktop ul.menu li {
  float: left;
  margin: 0 15px;
  position: relative;
}
header nav.desktop ul.menu li a {
  color: black;
  font-family: 'SF-Pro-Light', sans-serif;
  font-size: 20px;
  text-transform: lowercase;
  -webkit-font-smoothing: subpixel-antialiased;
}
header nav.desktop ul.menu li:first-of-type {
  margin-left: 0;
}
header nav.desktop ul.menu li:last-of-type {
  margin-right: 0;
}
header nav.desktop ul.menu li:hover > ul {
  display: block;
}
header nav.desktop ul.menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 50;
  height: auto;
  text-align: center;
  line-height: 0;
  padding: 20px 0;
  margin-top: 0;
  margin-right: 0;
}
header nav.desktop ul.menu ul.sub-menu li {
  float: none;
  margin: 0;
  width: 100%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #ededed;
  position: relative;
  white-space: nowrap;
}
header nav.desktop ul.menu ul.sub-menu li a {
  color: black;
  font-family: 'SF-Pro-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0 25px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
header nav.desktop ul.menu ul.sub-menu li ul.sub-menu {
  display: none !important;
}
header nav.desktop ul.menu ul.sub-menu li:first-child {
  padding-top: 15px;
}
header nav.desktop ul.menu ul.sub-menu li:last-child {
  padding-bottom: 15px;
}
header nav.desktop ul.menu ul.sub-menu li:first-child:before {
  position: absolute;
  content: "";
  top: -7.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ededed;
}
header nav.desktop ul.menu > li.current-menu-item > a, header nav.desktop ul.menu > li.current-menu-parent > a, header nav.desktop ul.menu > li.current-page-ancestor > a {
  color: #74b16d;
  padding-bottom: 5px;
  border-bottom: 1px solid #b0d0a7;
}
header nav.desktop ul.menu li.current-menu-item ul li a:hover, header nav.desktop ul.menu li.current-menu-parent ul li a:hover, header nav.desktop ul.menu li.current-menu-parent ul li.current-menu-item a {
  color: #74b16d;
  -webkit-font-smoothing: subpixel-antialiased;
}
header nav.desktop ul.menu li a:hover {
  color: #74b16d !important;
}
header nav.desktop ul.menu.hide {
  opacity: 0;
}
header nav a.responsive-menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1000;
}
header form.search {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000000;
}
header form.search input[type=search] {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 16px;
  line-height: 34px;
  margin-top: -6px;
  float: left;
  text-align: right;
  width: 200px;
  background: transparent;
}
header form.search input[type=search]::-webkit-search-cancel-button {
  margin-left: 15px !important;
}
header form.search input[type=image].show, header form.search input[type=search].show {
  display: block;
}
header form.search input[type=image] {
  height: 24px;
  width: auto;
  float: left;
  display: none;
  margin-left: 15px;
}
header form.search img.trigger {
  height: 24px;
  width: auto;
  float: left;
  position: absolute;
  right: 0;
  cursor: pointer;
  max-width: none;
}
header form.search img.trigger.hide {
  display: none;
}
.search {
  position: relative;
}
.search main.flexibel > section {
  margin-bottom: 120px;
}
.search aside .video {
  display: none;
}
.search form.searchform label.screen-reader-text {
  display: none;
}
.search form.searchform input[type=text] {
  width: 200px;
}
/* MOBILE MENU */
nav.mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  overflow-y: scroll;
  z-index: 1000000;
  background: #ededed;
  display: none;
}
nav.mobile .logo {
  float: left;
  line-height: 0;
  margin-top: 30px;
}
a.mobile-menu-button {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0;
  line-height: 0;
  display: none;
  z-index: 1000;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
a.mobile-menu-button .lines, a.mobile-menu-button .lines:before, a.mobile-menu-button .lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: black;
}
a.mobile-menu-button .lines {
  position: relative;
}
a.mobile-menu-button .lines:before, a.mobile-menu-button .lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.2s 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -moz-transition: top 0.2s 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
  -o-transition: top 0.2s 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  transition: top 0.2s 0.1s ease-in-out, transform 0.1s ease-in-out;
}
a.mobile-menu-button .lines:before {
  top: 6px;
}
a.mobile-menu-button .lines:after {
  top: -6px;
}
a.mobile-menu-button.close {
  position: absolute;
}
a.mobile-menu-button.close .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important;
}
a.mobile-menu-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
a.mobile-menu-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
a.mobile-menu-button.close .lines:before, a.mobile-menu-button.close .lines:after {
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s 0.4s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, -moz-transform 0.2s 0.4s ease-in-out;
  -o-transition: top 0.2s ease-in-out, -o-transform 0.2s 0.4s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s 0.4s ease-in-out;
  top: 0;
  width: 20px;
}
.home a.mobile-menu-button {
  right: 50px;
  top: 60px;
}
.home header a.mobile-menu-button .lines, .home header a.mobile-menu-button .lines:before, .home header a.mobile-menu-button .lines:after {
  background: white;
}
.home nav.mobile.open ul.menu li.menu-item-has-children .plus {
  color: black;
}
/* HOME */
html.home {
  border-color: white;
  height: calc(100% - 120px);
  min-height: calc(100% - 40px);
  padding: 0;
  position: relative;
  background-color: #275b2f;
}
html.home body {
  background: none;
  color: white;
  z-index: 10;
}
html.home body .flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  opacity: 0.4;
}
html.home body .flexslider .slides > li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
}
html.home body .flexslider-container, html.home body .flexslider .slides, html.home body .flex-viewport {
  height: 100%;
}
html.home body header {
  padding: 40px 80px;
  width: calc(100% - 160px);
}
html.home body header nav ul.menu {
  margin-right: 0;
}
html.home body header nav ul.menu li a {
  color: white;
}
html.home body header nav ul.menu li a:hover, html.home body header nav ul.menu li.current-menu-item a, html.home body header nav ul.menu li.current-menu-parent a {
  border-color: white;
  color: white;
}
html.home body h1, html.home body h2 {
  color: white;
}
html.home body h2 {
  font-family: 'SF-Pro-Light', sans-serif;
  text-transform: none;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.5px;
}
html.home body main section {
  margin: 0;
  position: absolute;
  bottom: 100px;
  left: 140px;
}
html.home body main section a.button {
  border: 1px solid white;
  font-family: 'SF-Pro-Light', sans-serif;
  text-transform: lowercase;
  color: white;
  padding: 6px 18px;
  margin-top: 15px;
  display: inline-block;
}
html.home body main section a.button:hover {
  background: #74b16d;
  border-color: #74b16d;
  color: white;
}
html.home body footer {
  display: none;
}
/* CONTENT */
main.flexibel > section {
  width: calc(100% - 500px);
  margin: 120px 0 60px;
  float: left;
}
main.flexibel > section > h1 {
  margin-bottom: 20px;
  padding: 0 50px;
}
main.flexibel > section section {
  margin-bottom: 25px;
}
main.flexibel > section section ol, main.flexibel > section section ul {
  margin: -20px 0 20px;
}
main.flexibel > section section h1 + ol, main.flexibel > section section h1 + ul, main.flexibel > section section h2 + ol, main.flexibel > section section h2 + ul, main.flexibel > section section h3 + ol, main.flexibel > section section h3 + ul, main.flexibel > section section h4 + ol, main.flexibel > section section h4 + ul {
  margin: 0 0 20px;
}
main.flexibel > section section ol li {
  list-style-type: decimal;
  margin: 0 0 0 25px;
}
main.flexibel > section section ul li {
  list-style-type: disc;
  margin: 0 0 0 25px;
}
main.flexibel > section section ul li ul {
  margin: 0 0 25px;
}
main.flexibel > section section ul li ul li {
  list-style-type: circle;
}
main.flexibel > section section a {
  color: #74b16d;
}
main.flexibel > section section a:hover {
  color: #b0d0a7;
}
main.flexibel > section section img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
main.flexibel > section section p {
  display: inline-block;
}
main.flexibel > section section.results, main.flexibel > section section.no-results, main.flexibel > section section.tekstveld {
  padding: 0 50px;
}
main.flexibel > section section.results ul {
  margin-top: 20px;
}
main.flexibel > section section.intro {
  font-family: 'SF-Pro-Light', sans-serif;
  color: black;
  font-size: 24px;
  line-height: 34px;
  padding: 0 50px;
}
main.flexibel > section section.image {
  line-height: 0;
  display: inline-block;
  width: 100%;
}
main.flexibel > section section.image img {
  width: 100%;
  height: auto;
}
main.flexibel > section :last-child {
  margin-bottom: 0;
}
main.flexibel > section.full {
  width: calc(100% - 100px);
  margin: 120px 50px 10px;
}
main.flexibel > section.full h1 {
  padding: 0;
}
main.flexibel > section.full ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
main.flexibel > section.full ul li ul {
  margin: 0 0 20px;
}
main.flexibel > section.full ul li ul li {
  list-style-type: circle;
}
.responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.responsive-video img {
  width: 100%;
  height: auto;
}
.responsive-video img:hover {
  opacity: 0.8;
}
/* ASIDE */
aside {
  float: right;
  width: 380px;
  margin: 194px 50px 60px 0;
  font-family: 'SF-Pro-Light', sans-serif;
  font-size: 20px;
}
aside .widget {
  margin-bottom: 50px;
}
aside .widget ul.menu {
  position: relative;
}
aside .widget ul.menu > li {
  line-height: 36px;
  margin: 6px 0;
}
aside .widget ul.menu > li > a {
  display: inline-block;
  padding: 0 20px;
  color: black;
  border-left: 1px solid white;
}
aside .widget ul.menu > li a:hover {
  color: #74b16d;
}
aside .widget ul.menu > li ul.children {
  display: none;
}
aside .widget ul.menu > li.current_page_item > a {
  color: #74b16d;
  border-left: 1px solid #74b16d;
}
aside :last-child {
  margin-bottom: 0;
}
aside .buttons {
  margin-bottom: 50px;
}
aside .buttons button {
  border: none;
  border-radius: none;
  font-size: 16px;
  display: inline-block;
  color: white;
  padding: 0;
  font: inherit;
  cursor: default;
  outline: inherit;
  background: #b0d0a7;
  width: 100%;
}
aside .buttons button:first-child {
  margin-bottom: 10px;
  background: #74b16d;
  padding: 25px 25px 20px;
}
aside .buttons button:first-child h3 {
  color: white;
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 0;
}
aside .buttons button:first-child span {
  font-size: 16px;
}
aside .buttons button:last-child {
  font-family: 'SF-Pro-Bold', sans-serif;
}
aside .buttons button:last-child a {
  color: white;
  text-transform: lowercase;
  font-size: 30px;
  display: inline-block;
  width: calc(100% - 50px);
  padding: 25px 25px 28px;
}
aside .buttons button:last-child a:hover {
  background: #74b16d;
}
aside .video h3 {
  font-weight: 300;
  letter-spacing: normal;
  font-family: 'SF-Pro-Light', sans-serif;
  color: black;
  font-size: 24px;
  margin-bottom: 20px;
}
html.parent-pageid-62 aside .widget ul.menu li ul.children, html.page-parent.parent-pageid-11 aside .widget ul.menu li ul.children, html.parent-pageid-134 aside .widget ul.menu li ul.children, html.page-parent.parent-pageid-17 aside .widget ul.menu li ul.children {
  display: block;
}
html.parent-pageid-62 aside .widget ul.menu li ul.children li, html.page-parent.parent-pageid-11 aside .widget ul.menu li ul.children li, html.parent-pageid-134 aside .widget ul.menu li ul.children li, html.page-parent.parent-pageid-17 aside .widget ul.menu li ul.children li {
  padding-left: 20px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 28px;
}
html.parent-pageid-62 aside .widget ul.menu li ul.children li a, html.page-parent.parent-pageid-11 aside .widget ul.menu li ul.children li a, html.parent-pageid-134 aside .widget ul.menu li ul.children li a, html.page-parent.parent-pageid-17 aside .widget ul.menu li ul.children li a {
  color: black;
  border-left: 1px solid white;
}
html.parent-pageid-62 aside .widget ul.menu li ul.children li a:hover, html.page-parent.parent-pageid-11 aside .widget ul.menu li ul.children li a:hover, html.parent-pageid-134 aside .widget ul.menu li ul.children li a:hover, html.page-parent.parent-pageid-17 aside .widget ul.menu li ul.children li a:hover {
  color: #74b16d;
}
html.parent-pageid-62 aside .widget ul.menu li ul.children li.current_page_item a, html.page-parent.parent-pageid-11 aside .widget ul.menu li ul.children li.current_page_item a, html.parent-pageid-134 aside .widget ul.menu li ul.children li.current_page_item a, html.page-parent.parent-pageid-17 aside .widget ul.menu li ul.children li.current_page_item a {
  color: #74b16d;
}
html.parent-pageid-62 aside .widget ul.menu li.current_page_parent > a, html.parent-pageid-134 aside .widget ul.menu li.current_page_parent > a {
  color: #74b16d;
  border-left: 1px solid #74b16d;
}
/* GOOGLE MAPS */
.locatie {
  margin: 0 50px 100px;
  width: calc(100% - 100px);
  display: inline-block;
}
.locatie .acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0 0;
}
.locatie .acf-map img {
  max-width: inherit !important;
}
/* BLOG */
.blog main section {
  width: calc(100% - 500px);
  margin: 120px 0 60px;
  float: left;
}
.blog main section article {
  padding: 0 50px;
  margin-bottom: 50px;
}
.blog main section article h1 {
  margin-bottom: 20px;
}
.blog main section article .post-image {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.blog main section article .post-image img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: auto;
}
.blog main section article:last-child {
  margin-bottom: 0;
}
/* SINGLE POST */
.single-post main section {
  width: calc(100% - 500px);
  margin: 120px 0 60px;
  float: left;
}
.single-post main section article {
  padding: 0 50px;
}
.single-post main section article h1 {
  margin-bottom: 20px;
}
.single-post main section article .post-image {
  margin-bottom: 20px;
}
.single-post main section article .post-image img {
  width: 100%;
  height: auto;
}
/* FOOTER */
footer {
  font-family: 'SF-Pro-Light', sans-serif;
  color: #999;
  font-size: 15px;
}
footer .left {
  float: left;
}
footer .left span {
  margin-right: 25px;
  display: inline-block;
}
footer .left .menu-footer-menu-container {
  display: inline-block;
}
footer .left .menu-footer-menu-container ul.menu {
  display: inline-block;
}
footer .left .menu-footer-menu-container ul.menu li {
  display: inline-block;
  margin-right: 25px;
}
footer .right {
  float: right;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #74b16d;
}
/* CONTACTFORMULIER */
.wpcf7, main form.searchform {
  position: relative;
}
.wpcf7 input[type=text], main form.searchform input[type=text], .wpcf7 input[type=email], main form.searchform input[type=email], .wpcf7 input[type=tel], main form.searchform input[type=tel], .wpcf7 input[type=submit], main form.searchform input[type=submit], .wpcf7 textarea, main form.searchform textarea {
  font-family: 'SF-Pro-Light', sans-serif;
  color: black;
  font-size: 18px;
  margin: 0 0 10px 0 !important;
  padding: 12px 15px;
  font-weight: 300;
  border: none;
  background-color: #f6f6f6;
  outline: none;
  width: calc(100% - 30px);
}
.wpcf7 textarea, main form.searchform textarea {
  height: 140px;
  margin: 0 0 5px;
}
.wpcf7 input[type=submit], main form.searchform input[type=submit] {
  background: #74b16d;
  color: white;
  cursor: pointer;
  width: auto;
  padding: 12px 20px;
}
.wpcf7 input[type=submit]:hover, main form.searchform input[type=submit]:hover {
  background: black;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.wpcf7 div.wpcf7-mail-sent-ok, main form.searchform div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors, main form.searchform div.wpcf7-validation-errors {
  border: none;
  background: #d5fad1;
  padding: 15px 25px;
  width: calc(100% - 50px);
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}
.wpcf7 div.wpcf7-validation-errors, main form.searchform div.wpcf7-validation-errors {
  background: #fffcd0;
}
.wpcf7 span.wpcf7-not-valid-tip, main form.searchform span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 input.wpcf7-not-valid, main form.searchform input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid, main form.searchform textarea.wpcf7-not-valid {
  background: #fbe7e7;
}
.wpcf7 span.naam, main form.searchform span.naam, .wpcf7 span.emailadres, main form.searchform span.emailadres, .wpcf7 span.telefoon, main form.searchform span.telefoon, .wpcf7 span.onderwerp, main form.searchform span.onderwerp {
  width: calc(50% - 5px);
  float: left;
}
.wpcf7 span.naam, main form.searchform span.naam, .wpcf7 span.telefoon, main form.searchform span.telefoon {
  margin-right: 10px;
}
.wpcf7 .cf7sr-g-recaptcha, main form.searchform .cf7sr-g-recaptcha {
  margin: -25px 0 -15px;
}
