/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Start - Sticky contact widget */
.contact-widget {
	position: fixed;
	right: 0;
}
@media screen and (min-width: 768px) {
	.contact-widget {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.contact-widget {
		top: 100dvh;
		transform: translateY(calc(-100% + 100px));
	}
}
@media screen and (min-width: 768px) {
    .contact-widget ul.elementor-icon-list-items.elementor-inline-items {
        flex-direction: column;
		gap: 15px;
    }
    .contact-widget ul.elementor-icon-list-items.elementor-inline-items li a {
        padding-bottom: 15px;
    }
    .contact-widget ul.elementor-icon-list-items.elementor-inline-items li:not(:last-child) {
        border-bottom: 1px solid #343434;
    }    
    .contact-widget ul.elementor-icon-list-items.elementor-inline-items li:first-child a {
        padding-top: 10px;
    }    
    .contact-widget ul.elementor-icon-list-items.elementor-inline-items li:last-child a {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .contact-widget ul.elementor-icon-list-items.elementor-inline-items {
    	justify-content: center;
    }
	.contact-widget.e-transform {
 	   box-shadow: 0px 20px 0 20px #121212;
	}
}
/* End - Sticky contact widget */

/* Start - Hamburger menu button */
.hamburger-menu { 
	transition: right linear 0.2s;
}
.html-scrolled .hamburger-menu {
	right: 25px !important;
}
.hamburger-menu .hfe-nav-menu-icon,
.hamburger-menu .hfe-flyout-close {
    padding: 0 !important;
}
.hamburger-menu .hfe-nav-menu-icon svg,
.hamburger-menu .hfe-flyout-close svg {
    height: 41px !important;
    margin: 0;
}
.hamburger-menu .hfe-nav-menu-icon,
.hamburger-menu .hfe-flyout-close {
    display: flex;
}
.hamburger-menu .hfe-flyout-close {
    height: auto !important;
    width: auto !important;
    margin-top: 15px;
}
.hamburger-menu .hfe-flyout-close {
    margin-right: 50px;
}
.html-scrolled .hamburger-menu .hfe-flyout-close {
    margin-right: 25px;
}
/* End - Hamburger menu button */

/* Start - Homepage header image carousel */
@media screen and (min-width: 1025px) {
	.homepage-header-image-carousel {
		position: absolute;
		left: calc(100% + 10px);
	}
}
.homepage-header-image-carousel {
	overflow: hidden;
    height: 100%;
    max-width: unset !important;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1025px) {
	.homepage-header-image-carousel {
	    width: 90vw !important;
	}
}
@media screen and (max-width: 1024px) {
	.homepage-header-image-carousel {
	    width: calc(100%) !important;
	}
}
.homepage-header-image-carousel .elementor-image-carousel-wrapper,
.homepage-header-image-carousel .elementor-image-carousel-wrapper figure {
    height: 100%;
}
.homepage-header-image-carousel .elementor-image-carousel-wrapper figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* End - Homepage header image carousel */

/* Start - Formidable forms */
.frm_style_formidable-stijlen .frm_section_heading > h3[class*="frm_pos_"] {
    font-family: var(--e-global-typography-512a415-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-512a415-font-size) !important;
    font-weight: var(--e-global-typography-512a415-font-weight) !important;
    text-transform: var(--e-global-typography-512a415-text-transform) !important;
    line-height: var(--e-global-typography-512a415-line-height) !important;
}
.frm_style_formidable-stijlen .frm_section_heading:first-of-type > h3[class*="frm_pos_"] {
    border-color: transparent !important;
	padding-top: 0 !important;
}
.frm_style_formidable-stijlen .frm_section_heading:not(:first-of-type) > h3[class*="frm_pos_"] {
    border-color: #4d4d4d !important;
}
.frm_style_formidable-stijlen label,
.frm_style_formidable-stijlen .frm_button_submit {
    font-family: var(--e-global-typography-30e33ea-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-30e33ea-font-size) !important;
    font-weight: var(--e-global-typography-30e33ea-font-weight) !important;
    text-transform: var(--e-global-typography-30e33ea-text-transform) !important;
    line-height: var(--e-global-typography-30e33ea-line-height) !important;
}
.frm_style_formidable-stijlen label {
	margin-bottom: 5px !important;
}
.frm_style_formidable-stijlen .frm_error {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}
.frm_style_formidable-stijlen input,
.frm_style_formidable-stijlen textarea {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: var(--e-global-typography-accent-text-transform) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}
.frm_style_formidable-stijlen input::placeholder,
.frm_style_formidable-stijlen textarea::placeholder {
	font-size: 18px !important;
    font-weight: 500 !important;
}
.frm_style_formidable-stijlen input::placeholder,
.frm_style_formidable-stijlen textarea::placeholder{
    color: rgb(151 151 151) !important;
}
.frm_style_formidable-stijlen textarea {
    border-radius: 20px;
}
.frm_style_formidable-stijlen .ui-datepicker-calendar {
    color: #000000;
}
.frm_style_formidable-stijlen .ui-datepicker-calendar .ui-datepicker-today {
    background-color: #d8d8d8 !important;
}
.grecaptcha-badge {
    z-index: 999;
}
/* End - Formidable forms */

/* Start - Post password protection */
body.is-password-protected {
    background: linear-gradient(180deg, #8DC9F0, transparent);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
body.is-password-protected::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    opacity: 0.2;
    background: url(http://ontwikkeling.focusgarage.nl/wp-content/uploads/2025/12/clouds-background.png) no-repeat center center / cover;
}
body.is-password-protected.logged-in {
	min-height: calc(100vh - 32px);
}
body.is-password-protected .post-password-form {
    background: linear-gradient(180deg, #C0F0FB 0%, white 70%);
    border: 1px solid #AACDE2;
    border-radius: 20px;
    padding: 60px 55px;
	box-shadow: 2px 6px 20px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
body.is-password-protected .post-password-form::before {
    content: '';
    position: fixed;
    width: 700px;
    height: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    z-index: -4;
    border: 1px solid #ffffff85;
    border-radius: 500px;
}
body.is-password-protected .post-password-form::after {
    content: '';
    position: fixed;
    width: 600px;
    height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
    z-index: -4;
    border: 1px solid #ffffff85;
    border-radius: 500px;
}
body.is-password-protected .post-password-form .password-protection-logo {
    max-height: 120px;
	margin-bottom: 30px;
}
body.is-password-protected .post-password-form h2, 
body.is-password-protected .post-password-form p {
    text-align: center;
}
body.is-password-protected .post-password-form h2 {
    line-height: 1em;
    color: #050D14;
	margin-bottom: 15px;
}
body.is-password-protected .post-password-form p {
	line-height: 1.6em;
    color: #818596;
    margin-bottom: 20px;
	font-weight: 400;
}
body.is-password-protected .post-password-form .fg-password-field {
    position: relative;
    width: 100%;
    margin: 20px 0;
}
body.is-password-protected .post-password-form .fg-password-input {
    width: 100%;
    padding: 16px 45px 16px 45px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}
body.is-password-protected .post-password-form .fg-password-input:focus {
    border-color: #007aff;
}
body.is-password-protected .post-password-form .fg-password-label {
    position: absolute;
    left: 45px; 
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    transition: all 0.2s ease;
    background: white;
    padding: 0 4px;
}
body.is-password-protected .post-password-form .fg-password-input:focus + .fg-password-label,
body.is-password-protected .post-password-form .fg-password-input:not(:placeholder-shown) + .fg-password-label {
    top: -8px;
    left: 12px; /* boven linkerkant input */
    font-size: 12px;
    color: #007aff;
}
body.is-password-protected .post-password-form .fg-lock-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #666;
}
body.is-password-protected .post-password-form .fg-toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
body.is-password-protected .post-password-form .fg-eye-icon {
    width: 24px;
    height: 24px;
    fill: #666;
}
body.is-password-protected .post-password-form .fg-eye-icon.eye-closed {
    display: none;
}
body.is-password-protected .post-password-form .fg-toggle-password.fg-password-visible .fg-eye-icon.eye-open {
    display: none;
}
body.is-password-protected .post-password-form .fg-toggle-password.fg-password-visible .fg-eye-icon.eye-closed {
    display: block;
}
body.is-password-protected .password-protection-submit {
    padding-block: 18px;
    background: #1771a4;
    border: unset;
    color: white;
    border-radius: 50px;
    margin: 0 100px;
}
/* End - Password protection page */