/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


ul.wp-block-list {
    margin-left: 20px;
    margin-right: 20px;
	margin-bottom: 0;
}

.widget_polylang ul {
    display: flex;
	align-items: center;
    gap: 6px;
}
.quote_form .wpcf7 {
	width: 100%;
}
.quote_form .wpcf7 label {
	display: block;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1;
}
html[dir="rtl"] .gb-element-f14a1c1f {
    right: auto;
    left: 0;
    border-radius: 0 0 0 500px;
}
html[dir="rtl"] .top-bar .gb-element-9a7a9a21 a:last-child {
    border-left: 0;
    border-right: 1px solid;
    margin-right: 20px;
    padding-right: 20px;
}
.quote_form span.wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}
.quote_form label br {
	display: none;
}
.two_input {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:  30px 25px;
}

.quote_form .wpcf7-form-control-wrap select, 
.quote_form .wpcf7-form-control-wrap input[type="text"], 
.quote_form .wpcf7-form-control-wrap input[type="email"], 
.quote_form .wpcf7-form-control-wrap input[type="tel"] ,
.quote_form .wpcf7-form-control-wrap textarea {
	border: 1px solid #E6E6E6;
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
	color: #707070B2;
	padding: 12px 17px;
	min-height: 54px;
}
.file_box br {
	display: none;
}
.widget_polylang ul li {
    margin: 0;
}
.top-bar .inside-top-bar .widget {
    margin: 0;
    width: 100%;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 5px;
}
.quote_form .file_box label {
	border: 1px dashed #E5E5E5;
	border-radius: 10px;
	align-items: center;
	gap: 15px;
	padding: 38px 73px;
	display: flex;
	cursor: pointer;
}
.file_box {
	max-width: 595px;
	margin: 25px auto;
}
.quote_form .wpcf7-form-control-wrap textarea {
	height: 160px;
}
span.file_text span {
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #3A3A3A;
	margin-bottom: 12px;
}
.white_link a {
  color: #fff;
  text-decoration: underline;
}
.submit {
	text-align: center;
	margin-top: 25px;
}
.submit input.wpcf7-submit {
	font-weight: 600;
	border-radius: 8px;
	padding: 18px 71px 18px 40px;
	line-height: 1.15;
	background: url(https://xn--autoriseretoversttelse-r6b.dk/wp-content/uploads/2025/07/Arrow.webp) no-repeat center right 40px / 16px var(--secondary);
	font-size: 16px;
}
.quote_form .wpcf7 p {
	margin-bottom: 50px;
}
.cf7-switch {
	grid-column: 1 / 3;
}
.cf7-switch.two_switch {
	display: grid
		;
	grid-template-columns: repeat(2, 1fr);
}
span.file_text {
	font-weight: 400;
	color: #8B8B8B;
	font-size: 16px;
	letter-spacing: 0;
}

.quote_form .switch-input label {
	display: flex;
}
.file_box p input::-webkit-file-upload-button {
	display: none;
}
.quote_form .switch-group span.wpcf7-form-control-wrap {
	display: flex;
	justify-content: center;
	margin-top: 13px;
}
.quote_form .switch-input {
	display: inline-flex
		;
}
span.file_icon_box {
	border: 0.9px solid #E6E6E6;
	padding: 16px;
	width: 54px;
	height: 54px;
	display: inline-flex
		;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.cf7-switch label.switch-group {
	text-align: center;
}




.switch-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: inherit;
	font-size: 16px;
	position: relative;
}
.switch-group .note {
	font-size: 16px;
	color: #3A3A3A;
	font-weight: 400;
	margin-top: 13px;
	display: inline-block;
}
.switch-input input[type="checkbox"] {
	display: none;
}
.switch-input .wpcf7-list-item-label {
	width: 45px;
	height: 25px;
	background: #F4F5F6;
	border-radius: 30px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 0;
}
.quote_form .switch-input span.wpcf7-list-item {
	margin: 0;
}
.switch-input .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	width: 19px;
	height: 19px;
	background: #D9D9D9;
	border-radius: 50%;
	top: 3px;
	left: 3px;
	transition: 0.3s ease;
}
.choose_service label {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}
/* .switch-input input[type="checkbox"]:checked + .wpcf7-list-item-label {
background: #d0f0fd;
} */
.switch-input input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	transform: translateX(18px);
	background: #00C0E1;
}
.site_list ul.wp-block-list li img {
    width: 19px !important;
}
.site_list ul.wp-block-list li {
display: flex
;
    align-items: start;
    gap: 7px;
    font-size: 14.22px;
    font-family: Inter, sans-serif;
    color: #555555;
	letter-spacing: 0;
}
.site_list ul.wp-block-list li:not(:last-child) {
    margin-bottom: 7.9px;
}
.site_list ul.wp-block-list {
    list-style: none;
    margin: 0;
}
.gb-text a {
    color: var(--primary);
}
.form_sec .gb-text a {
    color: inherit;
}
.gbp-section__headline.gb-text a {
    color: inherit;
}
.login-form .form-group .btn-success, .quote_form .form-group .btn-success {
    border: 1px solid var(--secondary);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12.64px;
    color: var(--secondary);
    letter-spacing: 0em;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
@media(max-width:767px){
	.quote_form .file_box label {
		padding: 38px 23px;
	}
}

@media(max-width:575px){
	.two_input {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.quote_form .wpcf7 label {
		font-size: 15px;
	}
	.quote_form .wpcf7 p {
		margin-bottom: 25px;
	}
	.cf7-switch.two_switch {
		grid-template-columns: repeat(1, 1fr);
	}
	span.file_text {
		display: block;
		width: 100%;
	}
	.quote_form .file_box label {
		padding: 20px 16px;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	input#upload_files {
		width: 100%;
	}
	.hover_headings {
    word-break: break-all;
}
}