/*
Theme Name:     Pagecraft Child
Description:    Custom WordPress Child theme for theme "PageCraft"
Author:         Factor Blue BV
Author URI: 	https://factorblue.com
Tested up to:   6.2
Requires PHP:   8.1
Template:       pagecraft
Text Domain:    pagecraft-child
Version:        1.0
*/


/****************************************** GLOBAL ******************************************/

/* Variables */

:root {

/* 	Color variables */
	--do-black: #000;
	--do-white: #fff;
	--light-gray: #F5F5F5;
}

/*  Variable COLORS - globals form Elementor page builder
	var(--e-global-color-primary);
	var(--e-global-color-secondary);
	var(--e-global-color-accent);
	var(--e-global-color-text);
	var(--do-black;
	var(--do-white);
	var(--light-gray);
*/
/**********    Disable default styling    ***************/
ol, ul {
	padding-left: 20px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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

/****************************************** Spacing classes *****************************************/
.padding-section {
	padding-top: 120px;
	padding-bottom: 120px;
}

.padding-top {
	padding-top: 120px;
}

.padding-bottom {
	padding-bottom: 120px;
}

@media screen and (min-width: 1160px) {
	.padding-left {
		padding-left: calc((100vw - var(--content-width)) / 2);
	}
	
	.padding-right {
		padding-right: calc((100vw - var(--content-width)) / 2);
	}
}

@media screen and (max-width: 1024px) {
	.padding-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.padding-top {
		padding-top: 90px;
	}

	.padding-bottom {
		padding-bottom: 90px;
	}
}


@media screen and (max-width: 767px) {
	.padding-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.padding-top {
		padding-top: 90px;
	}

	.padding-bottom {
		padding-bottom: 90px;
	}
}

/* Header styles */

.header-background-transparent-color {
	background-color: #FFFFFF80;
}

/* header:not(.elementor-sticky--effects) {
    background-color: rgba(0, 0, 0, 0);
}


header .elementor-sticky--effects {
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(10px);
	box-shadow: 0px 0px 5px #00000014;
	transition: all ease .2s;
} */


/* Homepage styles */

.mobility-loop-carousel .swiper-pagination.swiper-pagination-bullets {
	margin-top: 45px;
}

.mobility-loop-carousel .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 27px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 7px;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
}

.mobility-loop-carousel .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 47px;
	height: 7px;
	background-color: #FA5A25;
	border-radius: 7px;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg,
.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg {
	display: none;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	position: absolute;
    top: -75px !important;
    right: 54px;
    left: unset !important;
	width: 49px;
    height: 29px;
    border-radius: 29px;	
    border: 1px solid #313131;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev::after {
	display: inline-block;
	content: url('../../uploads/2024/12/arrow-prev-black.svg');
	left: 10px;
	top: 3px;
    position: absolute;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-next {
	position: absolute;
    top: -75px !important;
    right: 0px;
    left: unset !important;
	width: 49px;
    height: 29px;
    border-radius: 29px;
	border: 1px solid #313131;
	transition: all ease 0.33s;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-next::after {
	display: inline-block;
	content: url('../../uploads/2024/12/arrow-next-black.svg');
	left: 10px;
	top: 3px;
    position: absolute;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover,
.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover {
	background: transparent linear-gradient(270deg, #FA5A25 0%, #B93104 100%) 0% 0% no-repeat padding-box;
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover::after {
	content: url('../../uploads/2024/12/arrow-prev-white.svg');
}

.mobility-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover::after {
	content: url('../../uploads/2024/12/arrow-next-white.svg');
}

.mobility-loop-carousel .swiper.elementor-loop-container.swiper-pointer-events.swiper-backface-hidden {
	overflow: visible;
}

.mobility-loop-carousel .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
	visibility: hidden;
}


/*  Archive page  */

.whitespace-nowrap {
	white-space: nowrap;
}

.autos-archive-loop-grid nav.elementor-pagination {
	margin-top: 131px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.autos-archive-loop-grid nav.elementor-pagination .page-numbers {
	font-size: 24px;
	line-height: 24px;
	color: #d0d0d0;
	font-family: Syne;
	height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px;
	border: 1px solid #D0D0D0;
}

.autos-archive-loop-grid nav.elementor-pagination .page-numbers.current {
	border: 1px solid #FA5A25;
	background-color: #FA5A25;
}

.autos-archive-loop-grid nav.elementor-pagination .page-numbers.prev::after {
	content: url('../../uploads/2024/12/arrow-prev-white-1.svg');
}

.autos-archive-loop-grid nav.elementor-pagination .page-numbers.next::after {
	content: url('../../uploads/2024/12/arrow-next-white-1.svg');
}


/* Archive Single page */

.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-strip-panel .ug-panel-handle-tip.ug-skin-default,
.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-slider-wrapper .ug-slider-control.ug-arrow-left svg,
.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-slider-wrapper .ug-slider-control.ug-arrow-right svg {
	display: none;
}

.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-slider-wrapper .ug-slider-control.ug-arrow-left {
	background-color: #d0d0d0;
	border-radius: 50px;
	height: 50px;
	width: 50px;
}

.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-slider-wrapper .ug-slider-control.ug-arrow-left::after {
	content: url('../../uploads/2024/12/arrow-prev-black-gallery.svg');
	display: inline-block;
	left: 10px;
	top: 3px;
    position: absolute;
	padding: 10px 10px 10px 5px;	
}

.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-slider-wrapper .ug-slider-control.ug-arrow-right {
	background-color: #d0d0d0;
	border-radius: 50px;
	height: 50px;
	width: 50px;
}

.single-page-compact-gallery .uc-items-wrapper.ug-gallery-wrapper .ug-slider-wrapper .ug-slider-control.ug-arrow-right::after {
	content: url('../../uploads/2024/12/arrow-next-black-gallery.svg');
	display: inline-block;
	left: 10px;
	top: 3px;
    position: absolute;
	padding: 10px 10px 10px 5px;	
}
img.ug-thumb-image,
img.ug-thumb-image-overlay.ug-bw-effect {
	left: 0 !important;
	width: 100% !important;
	object-fit: contain !important;
}
/* @media screen and (max-width: 1024px) {
	div#uc_uc_compact_image_theme_elementor_e2a8538 {
		height: 600px !important;
	}
}

@media screen and (max-width: 768px) {
	div#uc_uc_compact_image_theme_elementor_e2a8538 {
		height: 500px !important;
	}
}
@media screen and (max-width: 4800px) {
	div#uc_uc_compact_image_theme_elementor_e2a8538 {
		height: 400px !important;
	}
	.ug-strip-panel {
		top: 275px !important;
	}
} */
/* Single page accordion */

.single-page-accordion .e-n-accordion-item .e-n-accordion-item-title {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	padding-left: 0;
}

.single-page-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon,
.single-page-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened, 
.single-page-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
	width: 20px;
}

.single-page-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor ul li::marker {
	display: none;
	color: transparent;
}

.single-page-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor ul li::before {
	display: inline-block;
	content: url('../../uploads/2024/12/check.svg');
	margin-left: -17px;
}

.single-page-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor ul li {
	font-size: 18px;
	line-height: 22px;
	color: white;
	font-family: Syne;
	padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26.6px;
}

.single-page-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor ul li:last-child {
	padding-bottom: 0;	
}

.my-lease-car-page-accordion .e-n-accordion-item .e-n-accordion-item-title {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.my-lease-car-page-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon,
.my-lease-car-page-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened, 
.my-lease-car-page-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
	width: 20px;
}


/****************************************** Gravity form style ******************************************/
/*** https://docs.gravityforms.com/css-targeting-examples/ ***/
body .gform_heading .gform_required_legend,
body .gform_footer.top_label .gform-loader {
	display: none;
}

body .gform-body.gform_body .gform_fields.top_label {
	gap: 20px;
}

body .gform_wrapper .gform_body .gform_fields .gfield label {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	font-family: Syne;
	color: #ffffff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_required.gfield_required_asterisk {
	color: red;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder,
body .gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder {
	color: #d0d0d0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: Syne;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type='submit']),
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
	border: solid 1px #d0d0d0;
	border-radius: 10px;
	padding: 10px 10px 10px 45px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: Syne;
	color: #ffffff;
	background-color: transparent;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    padding: 10px 10px 10px 20px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type='submit']) {
	height: 60px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type='submit']):focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:focus {
	box-shadow: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container label.error {
	color: red;
}

body .gform_wrapper .gform_body .gform_fields .gfield:focus-within label,
body .gform_wrapper .gform_body .gform_fields .gfield:focus-within .gfield_required.gfield_required_asterisk {
	color: #ffffff;
}

body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-phone.gfield--input-type-phone .ginput_container.ginput_container_phone,
body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-email.gfield--input-type-email .ginput_container.ginput_container_email,
body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-text.gfield--input-type-text .ginput_container.ginput_container_text {
	position: relative;
}

body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-phone.gfield--input-type-phone .ginput_container.ginput_container_phone::before,
body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-email.gfield--input-type-email .ginput_container.ginput_container_email::before,
body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-text.gfield--input-type-text .ginput_container.ginput_container_text::before {
	content: url('../../uploads/2024/12/user.svg');
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
}

body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-email.gfield--input-type-email .ginput_container.ginput_container_email::before {
	content: url('../../uploads/2024/12/email.svg');
	top: 21px;
}

body .gform_wrapper .gform-body .gform_fields.top_label .gfield.gfield--type-phone.gfield--input-type-phone .ginput_container.ginput_container_phone::before {
	content: url('../../uploads/2024/12/phone.svg');
	top: 22px;
}

body .gform_wrapper .gfield.gfield--type-text.gfield--input-type-text .gform-footer.gform_footer.top_label {
	margin-top: 20px;
}

body .gform_wrapper .gform-footer.gform_footer.top_label input[type="submit"] {
	border: solid 1px #d0d0d0;
	border-radius: 30px !important;
	font-size: 18px !important;
	line-height: 36px !important;
	font-weight: 400 !important;
	font-family: Syne !important;
	color: #ffffff !important;
    padding: 7px 30px !important;
	transition: 0.01s all ease !important;
}

body .gform_wrapper .gform-footer.gform_footer.top_label input[type="submit"]:hover {
	color: white !important;
	background: transparent;
    background-color: transparent !important;
    border-color: white;
}

/* Single page popup contact form */
body .popup-contact-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type='submit']),
body .popup-contact-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
body .popup-contact-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
body .popup-contact-form .gform_wrapper .gform_body .gform_fields .gfield label,
body .popup-contact-form .gform_wrapper .gform_body .gform_fields .gfield:focus-within label,
body .popup-contact-form .gform_wrapper .gform_body .gform_fields .gfield:focus-within .gfield_required.gfield_required_asterisk {
	color: #0b0b0b;
}

body .popup-contact-form .gform_wrapper .gform-footer.gform_footer.top_label input[type="submit"]:hover {
	color: #0b0b0b !important;
	border: solid 1px #0b0b0b;
}

/* Elementor Form */

.elementor-form input.elementor-field::placeholder {
	opacity: 0.8 !important;
}

.elementor-form #form-field-voornaam,
.elementor-form #form-field-achternaam {
	background-image: url('../../uploads/2024/12/user.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 15px center !important;
	background-size: 20px 20px !important;
	padding-left: 45px !important;
}


.elementor-form #form-field-email {
	background-image: url('../../uploads/2024/12/email.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 15px center !important;
	background-size: 15px 15px !important;
	padding-left: 45px !important;
}

.elementor-form #form-field-telefoonnummer {
	background-image: url('../../uploads/2024/12/phone.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 15px center !important;
	background-size: 15px 15px !important;
	padding-left: 45px !important;
}

.elementor-form textarea {
	padding: 10px 20px !important;
}
