
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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
*/
/* BEGIN BEWISE */
.colored {
	color: var( --e-global-color-secondary );
	font-weight: 700;
}

.no-padding .elementor-widget-wrap {
	padding: 0 !important;	
}

.datepicker.datepicker_no_icon {
	width: 100% !important
}

.jet-map * {
	border-radius: 0 !important
}

.gform_confirmation_message {
	background: #e7e7e7 !important;
    font-weight: bold !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    line-height: 20px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
	border-color: var( --e-global-color-primary );
	outline:none;
}




li.jet-menu-hover:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    bottom: -33px;
    margin-left: 50px;
}

.gform_wrapper textarea {
	resize: none
}

.jet-menu-item .jet-sub-mega-menu {
	box-shadow: 2px 2px 5px rgb(0 0 0 / 4%) !important
}

.jet-sub-mega-menu {
	margin-top: 33px;
}

@media only screen and (max-width: 767px) {
	.location_buttons .gfield_radio {
		grid-template-columns: 1fr !important
	}
	.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    align-self: flex-end;
    border-radius: 50px;
}
	
}

@media only screen and (min-width: 641px) {
	.location_buttons .gfield_radio .gchoice {
		padding-right: 0 !important
	}
}

.location_buttons .gfield_radio label {
	width: 100%;
	max-width: unset !important
}

.location_buttons .gfield_radio {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 2%;
	grid-row-gap: 16px;
}

.gfield.gfield_error input, .gfield.gfield_error textarea {
	border-color: #c02b0a !important
}

.validation_message.gfield_validation_message {
	display: none;
}

.specialisatie-block:hover h3, .specialisatie-block:hover .elementor-widget-container {
	color: var( --e-global-color-primary ) !important
}

.specialisatie-block:hover .specialisatie-icon .elementor-widget-container{
	background-color: #fff !important
}

.grecaptcha-badge {
	display: none
}

.location_buttons label {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-secondary );
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    border-radius: 20px 20px 20px 20px;
    padding: 12px 24px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
	background: transparent !important;
    color: var( --e-global-color-primary );
	margin-bottom:3px;
}

.location_buttons input {
	display: none !important
}

.location_buttons label:hover, .location_buttons input:checked ~ label {
    color: #fff;
	background-color: var( --e-global-color-secondary ) !important;
}

.content-href strong {
	    font-weight: 600;
}

.content-href a {
	text-decoration: underline;
}

.content-href ul {
	padding-left: 20px;
}

.specialisme-excerpt .jet-listing-dynamic-field__content, .four-lines .elementor-widget-container {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.fixed-contact .elementor-icon-list-item:first-of-type:hover:before {
	content: 'Bel mij terug';
	 position: fixed;
    width: 120px;
    right: 54px;
    color: #51778A;
    background: #EEF2F3;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
	.menu-chevron.double ul {
		columns: 2
	}
}

.menu-chevron li:before {
	content: '>';
	color:#fff;
	position: absolute;
    top: 3px;
}

.menu-chevron li a {
	margin-left: 13px;
}

.gform_wrapper .gform_footer {
    padding-bottom: 0 !important;
}

.gform_wrapper .gform_button {
    margin-bottom: 0 !important;
    border:0;
	padding: 12px 24px !important;
	line-height:1
}

.gform_body input, .gform_body textarea {
	padding: 11px 20px !important
}

.image-block-home .wp-caption {
	position: relative;
}
.image-block-home .wp-caption:before {
	content: "";
	pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #2b2b2b7a, transparent);
	border-radius: 20px;
}

.image-block-home a {
	width: 100%;
}

.image-block-home .widget-image-caption {
	pointer-events: none;
	position: absolute;
	left: 15px;
	bottom: 10px;
    font-weight: bold !important;
    font-style: normal;
}

.cn-close-icon {
	top: 26px;
}

.cookie-notice-container {
	background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51) !important;
    font-size: 15px;
    padding: 14px 25px !important;
    position: absolute;
    z-index: 9999 !important;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
    width: 30% !important;
    left: 15px;
    bottom: 15px !important;
    border-radius: 10px;
	text-align: left !important;
}

#cookie-notice .cn-button {
	    margin: 0 0 0 10px;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1;
    margin: 0px 10px 0px 0px;
    color: rgb(255, 255, 255) !important;
    background-color: #127abb;
    display: inline-block;
    padding: 9px 12px;
}

#cn-accept-cookie {
	margin-left: 0 !important
}

#cn-notice-text a {
	 color: rgb(51, 51, 51) !important;
	    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.cookie-notice-container  {
		width: 80% !important;
	}		
}

.tarieven-table-container table tr td, div.tarieven-table-container table tr:nth-child(n+14) td {
	background: #FFF !important;
	border: 0;
}

.tarieven-table-container table tr:nth-child(even) td, div.tarieven-table-container table tr:nth-child(2n+15) td {
	background: #b7d7e0 !important;
}
/* END BEWISE */