/*!
Theme Name: FVBDeboer
Theme URI: https://fvbdeboer.nl/
Author: ClickMe
Author URI: https://www.clickme.nl
Description: This theme build for fvb deboer
Version: 1.1.0
License URI: LICENSE
Text Domain: fvb-deboer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap);

html {
  margin-top: 0px !important;
    font-family: 'PT Sans', sans-serif!important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;	
}

body {
    margin: 0;
    font-family: 'PT Sans', sans-serif!important;
    font-size: 16px!important;
    font-weight: 400!important;
    background-color: #fff!important;
    line-height: 26px!important;
    letter-spacing: 0.8px;
	color: black!important;
  scroll-behavior: smooth!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

body a {
  background-color: transparent;

}
.blog-content .wpb_text_column a {
    color: #00a062;
}

body a:active,
body a:hover {
  outline: 0;
  text-decoration: none !important;
  color: #009e4e;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

body h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}

body h2 {
  font-size: 1.4em;
}

body h3 {
  font-size: 1.2em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600!important;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
ol li:before {
    content: counter(step-counter);
    margin-right: 20px;
    font-size: 80%;
    background-color: #00a062;
    color: #fff;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 11px;
}
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
Custom header
--------------------------------------------------------------*/
.vc_row.wpb_row.vc_row-fluid.customheaderimage-usps.vc_row-has-fill.vc_hidden {
    display: block;
    opacity: 10;
}
.customheadermargin {
    margin-top: -74px;
}


.customheadermargin .wpb_content_element, .nomarginbottom .wpb_content_element {
    margin-bottom: 0px;
}
.customheaderimage-usps {
    margin-bottom: 50px;
}
.customheaderimage-usps .wpb_content_element {
    margin-bottom: 0px;
}
.customheaderimage-usps li {
    color: white;
    padding: 20px;
    position: relative;
    padding-bottom: 25px;
}
.customheaderimage-usps li::before {
    background: var(--wpr-bg-6e225f1c-80cc-47f7-9fb2-0f40d84dbb24);
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    left: -18px;
    top: 24px;
}

/*--------------------------------------------------------------
Vergelijkingskaart
--------------------------------------------------------------*/

.vergelijkingskaart h3 {
    margin: 0px;
    font-size: 24px;
}
.vergelijkingskaart {
    color: white;
    padding: 20px;
}
.vergelijkingskaart.hypotheek {
    background: #009154;
}
.vergelijkingskaart i {
    font-size: 15px;
    margin-left: 6px;
}
.vergelijkingskaart a:hover {
    background: #efefef;
    color: black;
}
.vergelijkingskaart a {
    background: white;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    color: black;
    font-size: 19px;
}
.vergelijkingskaart h3 {
    margin: 0px;
    font-size: 24px;
    margin-bottom: 25px;
}
.vergelijkingskaart.vermogenopbouwen {
    background: #8cb9ce;
}
/*--------------------------------------------------------------
Webinar
--------------------------------------------------------------*/

div#popup {
    background: #009e4e;
    color: white;
    padding: 20px;
    font-size: 18px;
    width: 310px;
    z-index: 9999999;
}
button#close-popup {
    background: #009e4e;
    color: white;
    border: 0px;
    padding: 10px;
    font-size: 20px;
}
div#popup-content a {
    display: inline-block;
    background: #0f265c;
    padding: 10px 30px 10px 20px;
    margin-top: 15px;
    color: white;
}
span.heading2 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
    display: inline-block;
}

/*--------------------------------------------------------------
IFRAME GOOGLE REVIEWS
--------------------------------------------------------------*/
#googlereview iframe, .googlereviewiframe iframe {
	border: 0px!important;
	overflow: hidden!important;
	font-family: 'PT Sans',sans-serif!important;
    font-size: 16px!important;	
}
.googlereviewbox {
    z-index: 999999!important;
}
.ti-amp-iframe-body {
	    font-family: 'PT Sans', sans-serif!important;
}
.ti-amp-iframe-body {

background: #ffffff00!important;

}
.ti-widget[data-layout-id='36'][data-set-id='light-clean'] .ti-controls .ti-next:before, .ti-widget[data-layout-id='36'][data-set-id='light-clean'] .ti-controls .ti-prev:before {

    background: #0f265c;

}

 

.ti-widget[data-layout-id='36'][data-set-id='light-clean'] .ti-controls .ti-next {

    right: 2px;

    color: #0f265c;

}

 
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;

}
* {
  margin-top: 0px;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.nav-previous, .nax-next {
    margin-bottom: 50px;
}


ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: .6em 1em .4em;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
    font-weight: normal!important;
}
.gform_body.gform-body .gfield_radio input {
    min-height: auto!important;
}
.gform_button.button {
    background: #009e4e!important;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 12px;
}
.gform_button.button:hover {
    background: var(--wpr-bg-d456b547-a579-4b70-b0d7-000640bc0c92);
    display: block;
    width: 100%;
    background-image: var(--wpr-bg-61087ab3-54f9-4991-b063-af57556cf12f)!important;
    background-size: 17px!important;
    background-position: right 11px bottom 10px!important;
    background-repeat: no-repeat!important;
    content: '';
    background-color: #088755;
}
/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}*/

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
/*
-------------------------Custom Heading-------------------------
*/
section h2 {
  font-size: 24px;
}
section h3 {
  font-size: 18px;
}
section h4 {
  font-size: 16px;
}
section h5 {
  font-size: 14px;
}

/*
Scrollup
*/
#myBtn img {
    width: 16px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 52px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #00a062;
    color: white;
    cursor: pointer;
    padding: 7px 11px 9px 11px;
    border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer {
    background-color: #0f265c;
    padding-top: 60px;
}
.partofevr img {
    width: 304px;
    height: auto;
}
.partofevr {
    background: white;
    padding: 30px;
    text-align: center;
}
.footer-row {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    display: block;
    color: white;
    font-size: 16px;    
}
.footer-left {
    float: left;
    width: 50%;
}
.mailjet_widget_form_builder_container iframe {
    margin-left: -30px;
}
div#fvb_widget-4 {
    display: none!important;
}
.footer-right {
    width: 50%;
    display: inline-block;
  padding-left: 50px;

}
.footer-left .widget {
      margin: 0 0 5.5em; 
}
.footer-right .widget {
  margin: 0 0 3.5em; 
}
.footer-info {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    color: #ccc;
}
.site-info {
  background-color: #453a37;
  color: #fff;
  padding: 10px;
  font-weight: 400;
  display: block;
  font-size: 12px;
}
.site-info a {
  color: #fff;
  text-transform: capitalize;
  color: #ccc;
}

.site-info a:hover {
  color: #fff;
  text-decoration: none;
}
footer .widget-title {
    font-size: 28px!important;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    display: block;
}

/*Social Footer*/
.social-box {
    margin-top: 20px !important;
}
.social{
    display: inline-block;
    clear: both;
    list-style: none;
    margin: 0 !important;
    -webkit-padding-start: 0px !important;
}
.social li {
    float: left;
    padding-right: 5px;
    margin: 0 !important;
}

span.facebook {
    background: var(--wpr-bg-bed989c6-ed00-4ee8-bf2a-954624866d53);
    display: block;
    content: '';
    width: 26px;
    height: 30px;
    margin-right: 15px;
}
span.linkedin {
    background: var(--wpr-bg-29739071-0802-4592-8b66-9d1f2aced2df);
    display: block;
    content: '';
    width: 26px;
    height: 30px;
    margin-right: 15px;
}
h4.services-title.beforetitle::before {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    left: 15px;
    top: 5px;
}
.beforered::before {
    background: #c72b48;
}
.beforegreen::before {
    background: #046e04;
}
.beforeyellow::before {
    background: #e79904;
}
.beforeblue::before {
    background: #a4bdd1;
}
.beforedarkblue::before {
 background: #7ea6b9; }
.logos-box {
    max-width: 33.33%;
    width: 100%;
    margin-right: -1px;
    margin-bottom: 20px;
    float: left;
}
.logos-box img {
    width: 100px;
    opacity: 0.6;
}
.coloring-border {
    background: var(--wpr-bg-26c55298-7787-4262-9a2b-9ee5a5b68174);
    height: 8px!important;
}
/*
Header slider
*/
#about, #testimonial, #article, #googlereview {
    min-height: 100px;
    max-width: 1320px;
    width: 100%;
    margin: auto;
}
.media-banner {
    width: 100%!important;
}
section#top {
    width: 100%;
    display: block;
    overflow: hidden;
    left: 0px!important;
}

/*
Mouse effect
*/

.field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
    position: absolute;
    bottom: 45px;
    z-index: 99999999;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.mouse {
    width: 40px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
}
.mouse::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

#_1LKMi ._3ndcu {
    justify-content: center!important;
    background-color: #ffffff40!important;
    padding: 5px!important;
}
#_1LKMi ._3m1HX ._2sSpk {
color: #5788ff!important;
}              


/*
-------------------------button---------------------------------
*/

.button a, .vc_grid-btn-load_more a {
  border-radius: 4px !important;  
  padding: 12px 30px !important;
}
.button a:hover {
  
}
.button-clear a{
  border: 1px solid !important;
  border-color: #9f9e9a !important;
  padding: 12px 30px !important;
}
.button-clear a:hover {
  background-color: transparent !important;
  color: #9f9e9a !important;  
  text-shadow: 0.5px 0 5px #d4d4d3 !important;
}
.button-green a{
  background-color: #009e4e !important; 
}
.button-brown a{
  background-color: #453a37; 
  padding: 12px 35px !important;
}
.button-services a {
  background-color: rgba(0, 0, 0, 0.18) !important;
  padding: 10px 38px !important;

    margin-bottom: 0px !important;
}
#homepage .vc_column-inner.vc_custom_1510197445056 {
    min-height: 736px;
}
.svg g {
  fill: #fff;
}
.white-svg g {
  fill: #fff !important;
}

.contact-services .button-white a.vc_btn3.vc_btn3-color-white:hover {
    background-color: #453a37;
    color: #fff;
}
.blog-content.wpb_column.vc_column_container.vc_col-sm-9 .wpb_wrapper {
    padding-right: 25px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0f265c;
    text-decoration: none;
}




a:hover, a:focus, a:active {
  color: midnightblue;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}


.breadcrumb.specialcrumb {
    margin-bottom: 0px!important;
    border-bottom: 1px solid white;
}
.entry-content.specialcontent {
    margin: 0px!important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}


.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  width: 50%;
}

.alignright {
  display: inline;  
  
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {    
    padding: 0;
    margin: 0 auto;
}
header img {
    display: inline-block;
    z-index: 1000;
    position: absolute;
    top: 15px;
    width: 175px;
}
header nav a.menu {
    display: none;
    text-decoration: none;
}
.barcolor {
background: var(--wpr-bg-d9483ad7-b1f7-4071-95ec-3e3b05ba9bc7);	
height: 8px;
background-repeat: repeat-x;
display: block;
width: 100%;
}
.top-toolbar {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.slidecontainer {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    top: -292px;
}
.top-toolbar ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
}
.top-toolbar ul li {
    float: left;
    margin-top: 5px!important;
	font-size: 17px!important;
}
.lines {
    background: var(--wpr-bg-992823e3-87d0-44d6-9906-dcd8ded9e873);
    display: block;
    height: 603px;
    width: 405px!important;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: -66px;
}
li.phone {
    position: relative;
}
ul.social-top {
    margin-top: 5px;
}
.phone img {
    width: 16px;
    left: -27px;
    top: 5px;
}
.top-toolbar a, .top-toolbar a:hover{
  text-decoration: none
}
.top-toolbar a { color: #000000; letter-spacing: 1px; }
.site-branding {
    display: inline-block;
    float: left;
    margin-top: -15px !important;
}
.site-branding a:hover {
    
}
.site-title {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 22px;

}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.google.home-rating{
    width: 180px;
    background-color: #ffffff;
    padding: 10px;
    border-top: solid 5px #f8b332;
}
.wp-gr .wp-google-badge {
display: block;
}
.google-review-navy {
background-color: #ffffff;
padding: 0;
}
.quote a:hover {
    color: #000000;
}
.quote a{
    color: #000000;
}
.give-call a {
    color: white;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    top: 7px;
    position: relative;
}
.give-call img {
    width: 35px;
    margin-top: 9px;
    margin-right: 30px;
}
.callus p {
    font-size: 24px;
    padding-right: 50px;
}
.usp-sidebar {
    padding: 5px 15px 20px 15px;
    color: #fff;
    background: #00a062!important;
}
.usp-sidebar li {
    position: relative;
    margin-bottom: 14px;
    list-style: none;
}
.usp-sidebar li::before {
    background: var(--wpr-bg-f08690a9-43f6-4e2d-9247-8e771b67bd1e);
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    left: -34px;
    top: 6px;
}
.sidebarusp .wpb_text_column.wpb_content_element.about-info {
    padding-right: 40px;
}
.sidebar-list li {
    margin-left: 35px;
    text-indent: inherit!important;
}
.about-info h2 {
    margin-top: 0px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-inverse {
    background: #00a062;
    padding: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 6px 6px!important;
    font-size: 18px!important;
    margin-top: 20px;
    margin-bottom: 25px;
	transition: none!important;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-inverse:hover, a.button-banner-slider.btn-2:hover {
    background-image: var(--wpr-bg-6b08631d-e215-45d7-a0fc-7f1f111e5a1c)!important;
    background-size: 11px!important;
    background-position: right 11px bottom 17px!important;
    background-repeat: no-repeat!important;
    content: '';
    background-color: #088755;
}
.reviewbutton a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-inverse:hover {
    background: #0f265c!important;
}
.google-review{
background-color: #ffffff;
}
.wpac {
    text-align: center!important;
}
.review {
    background: white;
    padding: 10px;
    min-height: 440px;
    position: relative;
}
span.quote {
    font-size: 55px;
    font-style: italic;
    background: #0f265c;
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 19px;
    padding-left: 4px;
    padding-top: 20px;
    position: absolute;
    color: white;
    font-family: Verdana;
}
.vc_btn3-container.button.loadmore.reviewbutton.vc_btn3-inline a {
    margin-top: 90px!important;
    margin-bottom: 40px;
    color: #0f265c!important;
    border: 2px solid #0f265c!important;
	transition: .7s;
}
.vc_btn3-container.button.loadmore.reviewbutton.vc_btn3-inline a:hover {
background: #088755!important;
color: white!important;
}
a.button-banner-slider.btn-1:hover {
    opacity: 0.9!important;
}
.googlereviewbox.wpb_column.vc_column_container.vc_col-sm-6 .wpb_wrapper {
    float: right;
    padding: 5px;
}
p.reviewtext {
    padding-right: 35px;
    padding: 65px 20px;
}
p.reviewname {
    position: absolute;
    bottom: 15px;
    left: 31px;
}
span.typeproduct::before {
    display: block;
    width: 8px;
    height: 8px;
    background: #008000;
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
}
span.typeproduct {
    position: absolute;
    right: 15px;
    top: 15px;
}
.reviewbox .wpb_wrapper {
    padding-right: 10px;
}
.top-header {    
    margin: 0 auto;
    padding-bottom: 10px;
}
.top-header a {
    color: #000;
}
.top-header a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0.4px 0 2px #000;
}
.main-menu {        
    margin-right: auto;
    padding: 5px;
}
.menu-top {
    float: right;
    padding: 12px 0 14px 0;
    text-align: right;
}
.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul li a:hover {
    text-shadow: none!important;
    color: #009154!important;
}
nav#site-navigation {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding-left: 50px;
    padding-bottom: 10px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; 
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
}

.main-navigation .sub-menu a, .main-navigation .sub-menu a:visited {
  color: #453a37;
}
.sub-menu li a {
    padding-left: 20px!important;
}
.main-navigation .sub-menu a:hover {
  text-shadow: none;

}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}
.main-navigation ul ul li a {
  margin-left: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul li {
    float: left;
    position: relative;
    line-height: 40px;
    margin-top: -10px!important;
    margin-left: 60px;
}
#menu-item-270 a {
    background: #009e4e;
    border-radius: 0px 0px 6px 6px;
    color: white;
    padding: 5px 31px 5px 20px!important;
    transition: none!important;
	color: white!important;
}
#menu-item-270 a:hover {
    background-image: var(--wpr-bg-00e65890-d3cc-493d-8042-0e426c03a358)!important;
    background-size: 11px!important;
    background-position: right 11px bottom 17px!important;
    background-repeat: no-repeat!important;
    content: '';
    background-color: #088755;
    color: white!important;
}
.main-navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 21px;
    padding: 5px 2px;
}
  .menu-toggle {
    display: none;

  }



.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
color: black!important;	
}

/* Small menu. */


@media screen and (min-width: 992px) {
.main-navigation li.menu-item-has-children>a:after {
    content: ' ';
    background: var(--wpr-bg-36850fee-2b68-4e27-9f9a-0eea57a75dd0);
    width: 10px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 19px;
    right: -18px;
}
  .main-navigation ul {
    display: block;
  }
	
}

@media screen and (min-width: 37.5em) {
  /*buttoncall*/
  a#btn-call.cta-btn-contact{
        display:none;
    }
    a#btn-contact.cta-btn-contact{
        display:none;
    }  
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
section {
    margin-top: 50px;
    margin-bottom: 50px;
}
section#top {
    margin-top: 0;
}

main .vc_section {
    
    margin-left: 0 ; 
    margin-right: 0 ; 
}

#primary {
    padding-top: 60px;
}
.breadcrumb {
    background-color: #0f265c!important;
    border-radius: 0!important;
    width: 100%;
    left: 0;
    max-height: 100px;
    padding-top: 15px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    text-align: right;
    font-size: 16px;
    color: white;
    margin-bottom: 50px!important;
}
.breadcrumb a {
    color: white;
}
.blog-content h1 {
    margin-top: 0px;
}
div.whello-breadcrumbs {
    padding-bottom: 17px!important;
}

.whello-breadcrumbs {
    
    max-width: 1320px;
    margin: auto;
}
@media all and (max-width: 925px) {
  .whello-breadcrumbs {
      padding-left: 20px;
  }
}
/*article {
  margin-top: 90px !important;
}*/

.entry-header {
    margin: 45px 0 30px 0px !important;
    border-bottom: 1px #eee solid;
}
.entry-header h1 {
  font-size: 24px;
    font-weight: 600;
    color: black;
}
.post-navigation {
    padding: 20px;
    margin-top: 40px !important;
}

.post-navigation a, .post-navigation a:hover {
    
    text-decoration: none;
}
.post-navigation .nav-next a:after {
    content: ' >';
    font-weight: 800;
    line-height: inherit;
    padding: 2px;
    display: inline-block;
}
.post-navigation .nav-previous a:before {
    content: '<  ';
    font-weight: 800;
    line-height: inherit;
    padding: 2px;
    display: inline-block;
}
.content-blog {
    width: 100%;
    float: left;
}
.vc_btn3-container.vc_btn3-inline {
    display: block!important;
    vertical-align: top;
    text-align: center!important;
	margin-top: -60px!important;
}
.vc_col-sm-6.vc_gitem-col.vc_gitem-col-align- h4 {
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 10px;
}
a.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-rounded.vc_btn3-style-custom {
    background: #00a062;
    padding: 0px;
    margin-left: 18px;
    color: white!important;
    padding: 10px 20px;
    border-radius: 0px 0px 6px 6px;
    font-size: 18px!important;
    margin-top: 10px;
	transition: 0.7s;
}
a.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-rounded.vc_btn3-style-custom:hover {
    background: #088755;
}
.loadmore a {
    border-radius: 0px!important;
    background: white!important;
    color: #04a061!important;
    border: 2px solid #04a061!important;
    font-size: 18px!important;
    padding: 10px 30px!important;
}
.home-grid-content .wpb_single_image img {
    height: 170px!important;
    overflow: hidden;
    object-fit: cover;
}
div.vc_col-sm-6.vc_gitem-col.vc_gitem-col-align- {
    padding-left: 0px!important;
}
.vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_visible-item {
    margin-bottom: 60px!important;
}
.news-blog {
    width: 50%;
    float: left;
    padding: 40px;
}
.news-thumbnail {
    width: 100%;
    height: auto;
    max-height: 220px;
    overflow: hidden;
}
h3.post-title {
    font-size: 18px;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #009e4e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.pagination li a:hover,
.pagination li.active a {
    background-color: #453a37;
}

article ul {
  list-style: square;
  padding: 0;
  margin: 0;
    padding-right: 30px;
    margin-left: 20px;	
}
article ul li::marker {
    color: #00a062;
}
@media all and (max-width:665px) {
  .news-blog {
      width: 100%;         
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


.vc_gitem-zone.vc_gitem-zone-a.home-grid-content {
    margin-bottom: 15px;
}

/*post-grid-setup*/
/*.entry-content .vc_grid .vc_pageable-load-more-btn {
    text-align: left;
    margin-top: 25px;
} */
.entry-content .vc-gitem-zone-height-mode-auto:before {
    content: "";
    display: block;
    padding-top: 150px;
}

.post-grid .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
.post-grid .post-list {
  border: 1px solid #f4f4f4; 
  background-color: #fff;
}
.post-list .post-image {  
  margin-bottom: 0 !important;
}
.post-list .post-image img {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
}
.post-list .post-title {
    background-color: #f4f4f4;
    margin: 0;
    min-height: 72px;
    padding: 15px;
}
.post-list .post-title h3 {
    margin: 0;
}
.post-list .post-excerpt {
    padding: 15px;
    min-height: 128px;
    max-height: 128px;
    overflow: hidden;
}
.post-list .post-title h3 {
    font-size: 1.1em;
}

.post-list .read-full a.read-full.no-button {
    background: none;
    padding: 0 !important;
    border: none;
    font-style: italic;
}
.post-grid .post-list .read-full.no-button {
    padding-left: 15px !important;

}

.post-grid .post-list a.read-full:hover {
    color: #5e5e5e !important;
}

@media all and (max-width: 940px) and (min-width: 550px){
  .blog-posts .post-item {
    width: 50% ;
    float: left !important;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
  z-index: 1000;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}



/*---------------------------------------------
------------------ Content ---------------
-----------------------------------------------*/

#content {
  min-height: 100px;
  max-width: 1320px;
    width: 100%;
    margin: auto;
  padding-right:0;
}
/* --------------- Header--------------------

-------------------Banner-------------------*/
#banner {
    max-width: 1320px;
    width: 100%;
    margin: auto !important;
}

.slick-dots {
display: none!important;	
}
.rev_slider .cta-banner h1{
    font-size: 24px !important;
}
#banner .button-clear {
    float: left;
    margin-right: 20px;
}

/*old

.banner-image img {
    width: 380px;
    height: auto;
}
.cta {
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner-image {
    margin-top: 25px !important;
}


*/
/*----------testimonial & feature of why--------*/
#testimonial {
  padding-top: 0px !important;
}
.testimonialcontainer.vc_custom_1669200301433 {
    background: var(--wpr-bg-1f282cc6-941d-4190-8c22-a5a8e48c3b69)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 90px!important;
    background-color: #b6d1e7!important;
}
.testimonial-row {
    max-width: 1320px;
    width: 100%;
    margin: auto !important;
}
.testimonial {
   padding: 0 20px;
   font-size: 16px;
}
.feature {
  padding-left: 20px !important;
  padding-right: 10px !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  font-size: 16px;
}
.feature h2 {
  
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.feature ul {
  margin-left: -20px !important;
}
.feature ul li {
    list-style: none;
}
.feature ul li:before {
    content: url(../images/ribbon.svg);
    margin-right: 10px;
    vertical-align: -webkit-baseline-middle;
}
.feature ul li {
    list-style: none;
    display: flex;
}

/*--------services-----------*/
main article .vc_row {
   margin-left: 0 ;
   margin-right: 0; 
}
main .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.vc_column_container>.vc_column-inner {
    padding:0 !important;
}
section#services {
    padding: 0;
    margin-bottom: 25px;
    display: block;
}
#services {
  max-width: 1320px;
    width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
div#usps {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    font-size: 22px;
    padding: 45px 0px 40px 0px;
}
div#usps a {
    color: white;
}
.customusp li {
    display: inline-block;
    list-style: none;
    margin-left: 50px;
    position: relative;
}
li.magens::before {
    background: #e42f51;
}
li.greens::before {
    background: #008000;
}
.customusp .wpb_content_element {
    margin-bottom: 0px;
}
.listbefore::before {
    display: block;
    width: 8px;
    height: 8px;
    background: #b6d1e7;
    position: absolute;
    content: '';
    left: -27px;
    top: 8px;
}
.services-list .services {
    padding-bottom: 0;
    margin-right: 15px;
    margin-top: 25px;
    min-height: 280px;
    border: 1px solid #e5e5e5;
}
.services-box {
  float: left;
  width: 20%;
  margin-right: 20px;
  box-shadow: 1px 0 5px;
}
.services h4 {
    font-size: 18px;
    margin-top: 20px!important;
    text-align: left!important;
    padding-left: 35px;
    padding-right: 15px;
}
.services-title a{
	color: black;
} 
.services-title {
	position: relative;
} 
.services-text {
    margin-bottom: 10px !important;
}

.services-block .service-icon {
   padding-top: 40px;
   padding-bottom: 40px;  
   
}

#services .services-list {
    vertical-align: middle;
    min-height: 450px;
    display: flex;
}
.services .services-block {
    text-align: center;
}

.contact-form-services {
    margin-bottom: 80px;
}

.services-list .services:last-child {
    margin-right: 0;
}

.services-block .service-icon.soft-blue {
    background-color: #b6d1e7!important;
}

.services-block .service-icon.green {
    background-color: green!important;
}

.services-block .service-icon.red-love {
    background-color: #e42f51!important;
}

.services-block .service-icon.orange {
    background-color: #ffa700!important;
}
.services-block .service-icon.grey {
    background-color: #8bb9ce!important;
}

.services-list.other-services .services {
    margin-right: 50px;
}

.services-list.other-services .services:last-child {
    margin-right: 0;
}

/*hover-bg-color*/
.services-list .hvr-fade:hover {    
    color: #fff;
    background-color: #b6d1e7; 
    z-index: 999;
}


.services-list .hvr-fade.soft-blue:hover {
    background-color: #b6d1e7;   

}
.services-list .hvr-fade.grey:hover {
    background-color: #8bb9ce;   

}

.services-list .hvr-fade.green:hover {
    background-color: green;   
}

.services-list .hvr-fade.red-love:hover {
    background-color: #e42f51;   
}

.services-list .hvr-fade.orange:hover {
    background-color: #ffa700;   
}


.services-block .service-info {
    padding: 20px;
    padding-top: 10px;
}
/*right-area*/
.contact-services .wpb_button, .contact-services .wpb_content_element, .contact-services ul.wpb_thumbnails-fluid>li {
  margin-bottom: 10px;
}
.contact-services, .services-why {
    padding: 0;
    background: #f0f0f0;
    margin-bottom: 20px;
    
}
.contact-page {
    color: black!important;
}
.post-232 {
    padding-top: 0px!important;
}
.contact-services {
  text-align: center;
}
.services-right h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.services-why ul {
    padding-right: 15px
}

/*contact-form*/

.contact-form-services {
    padding-right: 20px !important;
}

/*------------ call contact --------------*/
.give-call {
    max-width: 1320px;
    width: 100%;
    margin: auto !important;
    font-size: 16px;
    font-weight: 700;
   
}
.call a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: normal;
}
/*
---------------------About------------------------
*/
/*home-page*/
.about-row {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom:  10px !important;
  padding-left: 0px !important;
}
.team img {
  width: 100%;
}
.team-title .team-name {
    font-weight: bold;
}
.about {
    padding-left: 30px !important;
}
.about-info h3 {
  margin-top: 20px !important;
  margin-bottom: 20px;
}
/*
Landingspagina
*/
.vc_btn3-container.button.loadmore.moreteam.vc_btn3-inline.vc_custom_1683669679426 {
    margin-top: 20px!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev.swiper-navBtn {
    background: #0e265c!important;
    padding: 10px!important;
    height: 30px!important;
    padding-top: 10px!important;
    width: 30px!important;
    color: white!important;
    border-radius: 3px;
}
.swiper-button-next, .swiper-button-prev {
    top: 38%!important;
}
.moreteam a {
    border-radius: 0px 0px 4px 4px!important;
}
.vc_btn3-container.button.loadmore.moreteam.vc_btn3-inline.vc_custom_1683644865146 {
    margin-top: 30px!important;
}
.card-content h4 {
    margin-top: 20px;
    font-size: 18px;
}
.image-content img {
    max-width: 100%;
    vertical-align: top;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    margin-top: 40px!important;
    position: relative!important;
}
.lp-white {
    color: white;
    padding-top: 90px;
    margin-bottom: 90px!important;
}
.lp-white p a {
    padding-right: 0px!important;
}
.lp-white a {
    margin-bottom: 0px!important;
    padding-right: 35px!important;
    margin-top: 10px!important;
}
.lp-white h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 26px;
}
.lp-white .wpb_wrapper {
    background: white;
    color: black;
    padding: 20px;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 51%);
}
.lp-white a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-inverse:hover {
    background-position: right 11px bottom 15px!important;
}
.findushere-maps iframe {
    height: 240px;
    width: 95%;
}
.findushere {
    position: relative;
    margin-top: -180px;
}
.block-lp {
    border: 1px solid #e5e5e5;
}
.block-lp h4 {
    font-size: 20px;
    padding-left: 45px;
    padding-top: 10px;
    position: relative;
}
.block-lp h4::before {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    content: '';
    left: 21px;
    top: 18px;
    background: green;
}
.beforedarkblue::before {
    background: #7ea6b9!important;
}
.block-lp a {
    color: green;
    font-size: 17px;
    padding: 20px;
    display: inline-block;
    padding-right: 35px;
}
.block-lp a:hover {
    background-image: var(--wpr-bg-e1e32f07-b25a-4125-8498-433434fd4ccb)!important;
    background-size: 11px!important;
    background-position: right 10px bottom 25px!important;
    background-repeat: no-repeat!important;
    content: '';
}
.calendly-blue {
    background: #b6d1e7;
    min-height: 650px;
    padding: 56px 30px!important;
}
.calendly-blue li {
    list-style: none;
    margin-left: -18px;
    margin-bottom: 20px;
}
.calendly-blue li::before {
    background: var(--wpr-bg-50a5b214-7741-42e0-abe3-abc86eb9cfc1);
    display: block;
    content: '';
    height: 23px;
    width: 23px;
    background-size: cover;
    font-size: 0px;
    float: left;
    margin-right: 15px;
    top: 2px;
    position: relative;
}
.calendly-blue ul {
    margin-top: 30px;
	margin-bottom: 30px;
}
div#scheduleacall {
    margin-top: -420px;
}
div#scheduleacall a {
    color: #00a062;
}
.schedule-cta {
    color: white;
}
.schedule-cta .wpb_column.vc_column_container.vc_col-sm-3 {
    text-align: center;
}
.schedule-cta .wpb_column.vc_column_container.vc_col-sm-3 a {
    padding-right: 40px!important;
}
.quote-hydepark.wpb_column.vc_column_container.vc_col-sm-9 {
    padding-bottom: 20px;
}
.usp-sidebar.sidebarusp-custom h2 {
    margin-left: 34px;
    margin-right: 20px;
}
.usp-sidebar.sidebarusp-custom li {
    margin-left: 50px;
}
.sidebarusp-custom .wpb_raw_html {
    margin-top: 40px;
}

.blueblock {
    background: #b6d1e7;
    position: absolute;
    top: 86px;
    height: 491px;
}
.calendlyframe iframe {
    position: relative;
    top: 25px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

/*about-page*/

.team-row .team-block {
    padding: 0 10px 0 0;
    display: inline-block;
}
.team-block .team-foto, .team-block .team-title {
    margin-bottom: 0;
}
.team-block .team-title {
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
#meet-team .team-row {
  margin-right: -10px;
}
.team-block .team-info {
    border: 1px solid #f4f4f4;
    padding: 15px;
}
.team-info a.team-contact:hover {
    color: #5e5e5e;
	border: 2px solid #f8b332;
}
.team-title .team-name {
    font-weight: bold;
}
.team-title .team-job {
  font-style: italic;
}
.team-info a.team-contact {
  font-style: italic;
  margin-top: 20px;
  display: block;
}

@media all and (min-width: 1025px) {
  .team-row .team-block {
    width: 25%;
  }
}
@media all and (max-width: 1320px) and (min-width: 560px) {
  .team-row .team-block {
    width: 50%;
  }
}
/*-----------------------contact-page-------------------------*/
#contact {
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 50px;
}
.contactbar {
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 50px;	
}
.contact-one {
    margin-bottom: 20px;       
}
.contact-two {
    margin-top: 30px;       
}
.contact-row .get-in-touch p {
    text-align: justify;
}

.contact-row .contact-form {
    padding: 20px;
    margin-top: 10px;
    border: 1px solid lightgrey;
}
.get-in-touch .vc_column-inner {
    padding-left: 0px;
}

/* Form stijl */
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    min-height: 38px!important;
}
input#input_2_7_raw {
    padding-left: 86px!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    min-height: 38px!important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    min-height: 38px;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px!important;
}
.gform_wrapper .chosen-container-single .chosen-single span {
    font-size: 15px!important;
}
.ginput_container_date input {
    width: 274px!important;
}
.gform_wrapper .description_above .gfield_description {
    background: #f5fbff!important;
    padding: 6px!important;
    font-style: italic!important;
    margin-top: 6px;
	margin-top: 3px;
}
.gform_wrapper h2 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold!important;	
}
.gform_wrapper h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold!important;
}
.nform h3 {
    font-size: 16px!important;
    font-family: 'PT Sans', sans-serif!important;
}
.gform_wrapper .gfield_radio li label {
    margin: 6px 0 0 8px!important;
}
.gform_wrapper .gfield_checkbox li label {
    margin: 0;
    margin: 8px 0 0 3px!important;
}
.gform_wrapper label.gfield_label {
    font-weight: 500!important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px!important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 10px!important;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 500!important;
    font-size: 1.25em;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit;
    font-size: .813em!important;
}
.ginput_container.ginput_container_number input {
    height: 37px;
	font-size: 16px;
}
.gform_wrapper .validation_message {
    font-weight: 500!important;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 10px!important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 15px!important;
}
.gform_wrapper .gfield_description {
    width: 100%;
    line-height: 22px;
}
.su-box-content {
    background-color: #fff;
    color: #444;
    padding: 1em;
    font-size: 13px;
    line-height: 24px;
}
.gform_legacy_markup_wrapper .ginput_complex select {
    width: 100%;
    min-height: 40px;
}
.gfield_checkbox {
    margin-top: 10px;
}
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0!important;
    padding: 0px 0px 0px 0px!important;
}
.gform_body.gform-body input, .gform_body.gform-body select {
    min-height: 40px!important;
}
.gform_previous_button {   
 color: black!important;
 background: #efefef!important;
 border-bottom: 3px solid grey;
}
/* Einde Form stijl */

/* New Form stijl */

.nform .gchoice {
    margin-bottom: 4px;
}
.nform .gchoice label {
    padding-left: 10px;
    top: 2px;
    position: relative;
}
.nform select {
    min-height: 36px;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
    width: 100%;
    min-width: 88px!important;
}
.gform_wrapper.gravity-theme input[type=text] {
    min-height: 36px;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600!important;
}
.nform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 3px 10px!important;
}
.nform_wrapper label.gfield_label {
    padding-top: 10px!important;
}
.nform_wrapper legend.gfield_label {
    padding-top: 10px!important;
}
.nform .gfield_description {
    margin-bottom: 15px;
}
.nform .gfield_radio label {
    top: 0px!important;
}
.nform .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600!important;
}
.nform ul {
    margin-top: 10px;
}
.nform ul li {
    margin-bottom: 5px;
}
.nform h2 {
    font-size: 16px;
}
.nform .gfield_html {
    font-size: 15px;
}
.nformsection {
    background: #eef5ff;
    padding: 10px;
    border-bottom: 1px solid #dde9f9;
    margin-bottom: 15px;
}
.nformsection h3 {
    margin: 0px;
}
.nform h3 {
    font-size: 16px!important;
}
.nform .gfield_html h6 {
    margin-bottom: 5px;
}
.nform .gform_previous_button {
    background-color: #cfd3d9!important;
    color: black!important;
}
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    background: none!important;
    box-shadow: none!important;
	border: 1px solid #d6d3d3!important;
	font-size: 13px!important;
    padding-left: 10px!important;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-drop {
    font-size: 13px!important;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    background: #00a99d!important;
    border: 2px solid #00a99d!important;
}
.gform_next_button {
    float: right!important;
}
.gform_previous_button {
    background-color: #cfd3d9!important;
    border-bottom: 3px solid #b7bcc3;
    color: black!important;
}
/* End Form stijl */
/*FAQ Control*/
.faq-left .faq-content {
    padding-right: 30px;
}
.faq-left .faq-content .vc_tta-panel .vc_tta-panel-heading {
  border-top-color: #c2d6e8!important;
    background-color: transparent!important;
    border-bottom-color: #c2d6e8!important;
    border-left: none!important;
    border-right: none!important;
}
.faq-right h3 {
    text-align: center;
    margin: 0;
}
.faq-left .faq-content .vc_tta-panel .vc_tta-panel-body {
  border: none!important; 
  background-color: transparent!important;
}
.faq-right {
    padding-top: 35px;
    background-color: #f5f5f5;
}
.floatright .wpb_text_column.wpb_content_element {
    float: right;
}
/*404-setup*/
html.not-found {
    margin: 0!important;
}
.page-not-found {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fafafa;
}
.page-not-found .page-top, 
.page-not-found .page-bottom {
    background-color: #e0e1e2;
}
.page-not-found .content {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    text-align: center;
        margin-bottom: 40px;
}
.page-not-found h1.title {
    font-size: 10em;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0.4em;
        color: #f8b332;
}

.page-not-found a.button-home {
    background-color: #00a062;
    padding: 12px 35px !important;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}



/*--------------------------------------------------------------
## Cookiemelding
--------------------------------------------------------------*/
@media (max-width: 768px) {
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #0e265c!important;
    border: #0e265c!important;
}   
.vc_row.wpb_row.vc_row-fluid.findushere.vc_column-gap-30 {
    margin-left: -20px;
}	
.cmplz-cookiebanner.cmplz-show {
    z-index: 99999999999999999999!important;
}	
.findushere {
    position: relative;
    margin-top: 10px;
}	
}


/*------------------------------------------------

# Mobile Device Stylesheet

--------------------------------------------------*/

.no-link {
  pointer-events: none;
}
.social-on-menu { display: none; }

@media all and (min-width: 768px) {
  .hiden-block {
    display: none;
  }	
}
@media all and (min-width: 768px) and (max-width: 1078px) {
  nav#site-navigation {
    padding-right: 20px;
  }
}
@media all and (max-width: 1320px) {
.wpb_text_column.wpb_content_element.vc_custom_1669131519328 {
    padding: 0px 30px;
}	
div#testimonial {
    padding: 0 30px;
}	
.reviewbox .wpb_wrapper {
    padding-right: 0px;
}	
  section#article {
      padding-left: 20px;
      padding-right: 20px;
  }
  .whello-breadcrumbs {
    max-width: 1320px;
    margin: auto;
    padding-left:20px;
}
}
@media all and (min-width: 768px) and (max-width: 1320px) {    
  .vc_row {
     margin-left: 0;
     margin-right: 0; 
  }
    .cta {
      padding-left: 20px;
      padding-right: 10px;
  }
  .services-list {
      padding-left: 20px;
  } 
  .hentry {
    padding-left: 20px;
      padding-right: 20px;
  }
  .site-branding img {      
      margin-left: 20px;
  }
  .footer-left {
     padding-left: 20px;
  }
  .alignleft, .alignright{
    float: left;
  }
  .alignright {
    margin-top: 10px!important;
    margin-left: 0px!important;
	}
  .give-call .callus {
      padding-left: 20px;
  }
	}

@media all and (max-width: 930px) and (min-width: 600px) {
  .main-navigation ul li {      
      padding-left: inherit;
      margin-left: inherit;
  }
}

@media all and (max-width: 768px) {
.give-call .wpb_wrapper {
    text-align: center;
}	
.partofevr {
    padding-bottom: 60px;
}	
.footer-row {
    padding-bottom: 60px!important;
}	
#menu-item-270 a {
    overflow: hidden;
}	
  .no-link {
    pointer-events:auto;
  }
  .main-menu {
      margin-left: 40px;
    }
.vc_custom_1669200301433 .vc_custom_1669205614213 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.wpac {
    margin-bottom: 25px!important;
}	
.callus p {
    padding-right: 15px!important;
}
.vc_grid-item.vc_clearfix.vc_col-sm-6.vc_grid-item-zone-c-bottom.vc_visible-item {
    margin-bottom: 15px!important;
}	
.logos-box img {
    width: 80%;
}	
  .cta {
      padding-left: 20px !important;
      padding-right: 10px !important;
  }
  
  #services .services-list {
    display: inline-block;
    margin: 0 ; 
    padding-left: 0;  
  } 
  .testimonial {
      padding-left: 20px;
      padding-right: 20px !important;
      color: #000000;
    }
	
  .callus p {
      padding-left: 20px;
  }
  .footer-left {
     padding-left: 20px;
  }
  .alignleft, .alignright{
    float: left;

  }
  .alignright {
    margin-top: 10px;
    margin-left: 0px !important;
  }

  
  .hentry {
    padding-left: 20px;
      padding-right: 20px;
  }
  .site-branding img {      
      margin-left: 20px;
  }
  .services-list .services {
      width: 50%; 
      margin-right: 0px;        
  }

/*[services-custom]---*/
.services-list .services.hvr-fade.blue-soft:hover .wpb_wrapper{
    background-color: #b6d1e7; 
    padding-bottom: 10px;  

}
.services-list .hvr-fade.grey:hover .wpb_wrapper{
    background-color: #8bb9ce;   
    padding-bottom: 10px;

}

.services-list .hvr-fade.green:hover .wpb_wrapper{
    background-color: green;   
    padding-bottom: 10px;
}

.services-list .hvr-fade.red-love:hover .wpb_wrapper{
    background-color: #e42f51;   
    padding-bottom: 10px;
}

.services-list .hvr-fade.orange:hover .wpb_wrapper{
    background-color: #ffa700;   
    padding-bottom: 10px;
}
.services-list .hvr-fade:hover {    
    color: #fff;
    background-color:transparent; 
    z-index: 99;
}

.services-list .services {    
    padding-bottom: 0px ;
    margin-right: 0;      
    margin-top: 25px ;
    margin-bottom: 0 ;
    background-color: transparent;
}

.services-list .services .wpb_wrapper {
    min-height: 290px;
}
	}

@media all and (max-width: 600px) {
  .contact-row .contact-form div[role=form], .contact-form .wpcf7 {
    border: 0px;
    padding-left: 0px;
    padding-right: 20px;
  }
.mailjet_widget_form_builder_container iframe {
    margin-left: -20px;
}	
  a#btn-call.cta-btn-contact{
  position: fixed;
    bottom: 0;
    z-index: 10000;
    padding: 5px;
    width: 50%;
    border-radius: 0px;
    right: 0px;
    
  }
  a#btn-contact.cta-btn-contact{
  position: fixed;
    bottom: 0;
    z-index: 10000;
    padding: 5px;
    width: 50%;
    border-radius: 0px;
    left: 0px;
  }
  div.main-menu{
    height: 53px;
  }
  div.site-info{
    margin-bottom: 30px;
  }
  .footer-left {
      float: none;
      width: 100%;
      padding-right: 10px;
  }
  .footer-right {
      width: 100%;
      display: block;
      padding-left: 10px;
  }
  .alignleft, .alignright {
    width: 40%;
      float: left;
  }
  .alignright {
      margin-top: 10px;  
  }
  .banner-row {
    text-align: center !important;
    width: 100% !important;
  }
  .banner-image{
    text-align: center !important;
  }
  div.quote.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill{
    padding-left: 20px;
  }
}


@media all and (max-width: 1180px) {
.main-navigation ul li {
    float: left;
    position: relative;
    line-height: 40px;
    margin-top: -10px!important;
    margin-left: 40px;
}
}

@media all and (max-width: 1085px) {
.main-navigation ul li {
    float: left;
    position: relative;
    line-height: 40px;
    margin-top: -10px!important;
    margin-left: 40px;
}
	.lines {
		display: none;
	}		
}
@media all and (max-width: 991px) {
	  .main-navigation.toggled li.menu-item-has-children > a:after {
      width: 50px;
      float: right;
      text-align: center;
      content: "\002b";
      font-weight: 800;
      border: 1px solid rgba(245, 245, 245, 0.19);
  }
.customheadermargin.marginpage {
    margin-top: 0px!important;
}
.vc_row.wpb_row.vc_row-fluid.customheadermargin {
    margin-top: -54px;
}	
	.breadcrumb {
    margin-bottom: 30px!important;
	padding-right: 15px!important;	
}
.field {
	display: none;
	}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}	
.customusp li {
    display: inline-block;
    list-style: none;
    margin-left: 50px;
    position: relative;
    font-size: 18px;	
    margin-bottom: 15px;
}	
div#usps {
    padding: 20px 0px 5px 0px;
}	
#usps ul {
    padding-right: 25px;
}	
.main-navigation ul li {
    margin-left: 15px;
}	
.top-header a {
    color: #fff;
}	
header img {
    width: 166px;
    margin-left: 20px;
	}
  header#masthead.site-header.navbar-fixed {
    position: relative;
      z-index: 999;
      width: 100%; 
      top: 0px;
  }
.site-branding img {
    margin-left: 20px;
}	
.menu-toggle {
    background: #0e265c;
    padding: 10px;
    display: inline-grid;
    border-radius: 0px 0px 5px 5px;
    margin-right: 5px;
}
.top-toolbar ul li {
    margin-right: 10px;
}
  .mobile-menu-icon {
    content: url(../images/mobile-menu-icon.svg);
    width: 20px;
  }
  nav#site-navigation {     
      width: 100%;
      margin: auto;
      text-align: right;
      z-index: 9;
    position: relative;    
  }
  #primary-menu {
    margin-bottom: 10px;
      background: #006834;      
      right: 0px;
      width: 100%;
      
  }
section#contact br {
    display: none;
}
.give-call a {
    font-size: 20px;
}
.callus p {
    padding-left: 20px;
    font-size: 20px;
}	
  .main-menu, nav#site-navigation {
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
  }
.menu-top {
    float: none;
    margin-top: -25px;
    margin-left: -10px;
    margin-right: -10px;
}
  .menu-top ul {
    margin-top: 25px !important;
      margin-bottom: 20px;

  }
  .menu-top ul {
    padding-top: 15px;
      border-bottom: 1px solid rgba(247, 247, 247, 0.18);
  }
.menu-top ul li {
    float: none;
    text-align: left;
    display: block;
    padding: 15px !important;
    margin-bottom: 0px;
    font-size: 1.1em;
    padding-left: 15px!important;
}
li#menu-item-270 {
    padding-left: 0px!important;
}	
  .main-menu {
      margin-left: 0px;
    }
    .main-menu nav, .main-menu nav a {
      padding-left: 0px !important;
    }
  .social-on-menu { 
    float: none;
    display: none;
      margin-right: 20px;
  }
    .social-on-menu ul {      
      margin-top: 0 !important;
  }
    .social-on-menu ul li {     
      display: inline-flex;
  }

  .social-on-menu a {
    font-size: 1.5em;
    display: flex;
  }
  .social-on-menu a:before {  
        content: url(../images/phone-receiver.svg);
    margin-left: -40px;
    margin-top: -3px;
    padding: 5px;
  }

  /*.current_page_item a:before {
      background-image:  url(../../../../../../../themes/fvb-deboer/assets/images/more.svg);
      background-size: 10px 20px;
      display: inline-block;
      width: 10px; 
      height: 20px;
      content:"";
      margin-right: 10px;
  }*/
}

@media all and (min-width: 375px) and (max-width: 425px) {
  .banner-image img {    
      width: 250px;
  }
  
  .services-list .services {
      margin-right: 0;      
      
  }
  .our-team {
      margin-left: 20px;
  }
  .site-branding img {      
      width: 157px;
  }

}

@media all and (max-width: 425px) { 
  div#sticky.stick.button-visible {
	background-color: #026835;
    color: #ffffff;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 50%;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
	}
  .alignleft, .alignright {
    width: 100%;
      float: none;
      display: block;
      margin-bottom: 10px;
  }
  .site-branding img {      
      margin-left: 20px;
  }
  ul.social-top {
      display: none;
  }
  .site-branding img {
    margin-left: 20px;
  }
  .rev_slider .cta-banner p{
      font-size: 16px !important;
      line-height: 22px !important;
  }
  .services-list .services {
      margin-right: 0;
      width: 100%;
      
  }
}

@media all and (max-width: 375px) {
  #primary-menu {
    padding-top: 50px;
  }
  
  .banner-image img {    
      width: 250px;
  }
  .rev_slider .cta-banner p{
      font-size: 16px !important;
      line-height: 22px !important;
  }
  
}

/*tambahan untuk menu mobile*/


.main-navigation.toggled .focus>ul {
  display: block;
  position: relative;
  width:  100%;
  margin:  0;
  background:  no-repeat;
  box-shadow:  none;
  border:  none;
}
	
@media screen and (max-width: 37.5em) {


  .menu-top .main-navigation ul ul {
    display: none;    
  }

  .main-navigation.toggled .touched ul {
    display: none;
  }
  .main-navigation.toggled ul .touched ul {
    display: none;
  }

  .main-navigation .sub-menu a, .main-navigation .sub-menu a:visited {
      color: #fff;
  }
}
	
ol {
    list-style: none;
    counter-increment: step-counter;
    margin-left: -40px!important;
}

ol li h3{
  display: inline-block;
    vertical-align: bottom;
}

#post-214 div.blog-content.wpb_column.vc_column_container.vc_col-sm-9 {
  padding-right: 65px;
}

@media screen and (max-width: 425px) {
  #post-214 div.blog-content.wpb_column.vc_column_container.vc_col-sm-9 {
    padding-right: 0px;
  }
}
	
div#mortgage-calc,
div#interest-rates{
    padding-right: 1em;
}

.cn-button.bootstrap {
    background: #006834!important;
}
.grecaptcha-badge {
    z-index: 999999;
    bottom: 40px!important;
}
.social-box ol.social li:before {
    display: none;
}
.team-block img {
    height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
.team-block .wpb_single_image * {
    width: 100%;
    height: 350px;
}
#meet-team .team-row {
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.about-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cookies-accepted p {
    margin: 20px 0px;
}
.cookies-accepted li {
    margin: 10px 0;
}
.cookies-accepted body h2 {
    font-size: 18px;
}
body.cookies-accepted.cb-wt-fullscreen {
    overflow: visible;
}
.cookies-accepted th, .cookies-accepted tr, .cookies-accepted td {
    border: 2px solid #d9d9d9;
    padding: 2px 10px;
}

.about-row .team img {
    height: 300px;
    object-fit: cover;
}
.home .about-row {
    display: flex;
    align-items: center;
}

.services-block .service-icon img {
    height: 45px;
    object-fit: contain;
}

@media all and (max-width: 767px) {
	.home .about-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
ul.sub-menu {
    margin-top: 5px!important;
}
ul.sub-menu li {
    margin-left: -15px!important;
}	
.breadcrumb {
    margin-top: 30px;
}	
.main-navigation .sub-menu a, .main-navigation .sub-menu a:visited {
    color: #fff;
    font-size: 18px!important;
}	
.blog-content.wpb_column.vc_column_container.vc_col-sm-9 .wpb_wrapper {
    padding-right: 0px;
}	
}