/* 
Theme Name: Hello Elementor Child BM
Author: Bitter melon
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child-bm
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header */

.site-header .header-inner {
	width: 90% !important;
	max-width: 1600px !important;
	margin: 0 auto !important;
    padding: 0 !important;
}

.opaque-navbar.opaque {
    background-color: white;
    border: 0px;
    transition: background-color .5s ease 0s;
    padding: 1em 0 !important;
    box-shadow: 3px 3px 13px 4px #0000000f;
}

.site-header.opaque .site-navigation ul.menu li a {
    color: #00729a;
}

.opaque-navbar {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease 0s;
}

.opaque .top-menu-container {
    display: none;
}

.opaque .site-navigation {
    justify-content: center !important;
}

.site-header .custom-logo {
    margin-top: 1em !important;
    max-width: 195px;
}

.site-navigation {
    flex-direction: column;
    justify-content: flex-end !important;
}

.top-menu-container {
    margin-bottom: 2em;
}

.top-menu-container ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white !important;
    list-style-type: none !important;
    padding: 0 !important;
}

.top-menu-container ul a {
    padding: 0 !important;
    font-size: 0.9em;
}

.top-menu-container li {
    padding: 16px 25px;
    position: relative;
}

.top-menu-container ul a {
    padding: 0 !important;
}

.top-menu-container li:first-of-type:after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 40%;
    background-color: #007299;
}

.top-menu-container .menu-btn {
    background-color: #6DB6E3;
    color: white;
}

.top-menu-container .menu-btn a {
    color: white;
}

.top-menu-container .menu-btn:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    padding-left: 10px;
    font-size: 11px;
}

.header-btn a {
    background-color: #007299;
    color: white !important;
    padding: 10px 20px !important;
    transition: 0.3s;
}

.header-btn a:hover {
    background-color: #6db6e3 !important;
}

/* Algemeen */

section > .e-con-inner {
	width: 90% !important;
	max-width: 1600px !important;
	margin: 0 auto !important;
}

.custom .elementor-button-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00729a;
    font-size: 0.7em;
}

.custom .elementor-button span {
    text-align: left;
}

.custom .elementor-button-icon {
	transition: 0.3s;
}

.custom.elementor-widget-button:hover .elementor-button-icon {
    margin-right: 1em !important;
}

.elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0;
}

.elementor-widget-text-editor ul {
	padding-left: 20px;
}

.elementor-widget-text-editor a {
	font-weight: 600;
}

::-moz-selection {
	color: white;
	background: #3a7799;
}

::selection {
	color: white;
	background: #3a7799;
}

.elementor-heading-title .char {
    animation: fadeIn 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(0.1s * var(--char-index));
}

/**/

.diensten img, .slider-overflow img {
  	object-fit: cover;
  	transition: all 0.5s !important;
  	-moz-transition: 0.5s !important;
  	-webkit-transition: 0.5s;
  	transform: none !important;
	top: 0 !important;
	left: 0 !important;
}

.diensten .elementor-post__thumbnail, .slider-overflow .swiper-slide .elementor-widget-container {
  overflow: hidden !important;
}

.diensten .dienst img:hover, .slider-overflow img:hover {
  transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
	top: 0 !important;
	left: 0 !important;
}

.diensten .elementor-post__thumbnail:after {
    content: "";
    background-image: url("/wp-content/uploads/Plusje-groen.png");
	background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 10px !important;
    right: 10px !important;
    display: block;
    transition: 0.3s;
    opacity: 0;
}

.diensten .elementor-post__thumbnail:hover:after {
	opacity: 1;
}

.elementor-swiper-button {
    bottom: 4px !important;
    top: auto !important;
    right: 0 !important;
    background-color: #6db6e3;
    height: 40px;
    width: 40px;
    transform: none !important;
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    background-color: #00729a;
    right: 40px !important;
    left: auto !important;
}


.slider-overflow .elementor-swiper-button {
    bottom: -70px !important;
}

.slider-overflow-right .swiper {
    width: 90% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    overflow: visible;
}


.slider-overflow-right .swiper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 99;
}

/**/

.gform_heading {
    display: none !important;
}

.gform_fields {
    gap: 1.5em !important;!i;!;
}

.gform_button {
    width: 100% !important;
    margin-left: 10px !important;
    background-color: #007299 !important;
    padding: 1.3em !important;
    border-radius: 50px !important;
}
.gfield input {
    display: inline-block;
    border: 1px solid #35B0E4 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 50px !important;
    padding: 1.8em 1.5em !important;
    font-family: "sofia-pro" !important;
    font-weight: 300 !important;
}

.gform_footer {
    width: 50% !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 63px !important;
}

.ginput_container_consent input {
    padding: 0 !important;
}

.gform_validation_errors, .gfield_validation_message{
	display:none !important;
}

.gform_body li.gfield.gfield_error {
    background-color: transparent!important;
    margin-bottom:0!important;
    border-top: 0!important;
    border-bottom: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    box-sizing: content-box!important;
}
.gform_body .gfield.gfield_error select, .gform_body .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_body .gfield.gfield_error textarea {
    border: 1px solid #f50000 !important;
    background-color: #fff7f7 !important;
}

.gform_body .gfield.gfield_error label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #f50101;
}

/* GDPR */

.gdpr h1,
.gdpr h2,
.gdpr h3,
.gdpr h4,
.gdpr h5 {
	font-family: "sofia-pro", Sans-serif;
	font-weight: 300 !important;
	color: #007299 !important;
	margin: 40px 0 10px 0;
}

.gdpr p, .gdpr ul, .gdpr ol {
    font-family: "sofia-pro", Sans-serif;
    font-weight: 300;
	color: #2f3238;
}

.gdpr a {
    font-weight: 600 !important;
	color: #6db6e3 !important;
}

.gdpr h1 {
    font-size: 2.2em;
}

.gdpr h2 {
    font-size: 1.8em;
}

.gdpr h3 {
    font-size: 1.6em;
}

.gdpr h4 {
    font-size: 1.4em;
}

/**/

.overlap:after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
}

/* Responsive */
@media only screen and (min-width: 768px) and (max-width:928px) {
.gform_footer {
    bottom: 82px !important;
}
}

@media only screen and (max-width: 427px) {
.gform_footer {
    bottom: 82px !important;
}
}