/* ---- FRONT-END ---- */
#smink-contactform-2026-wrapper h2.smink-contactform-2026-title {
	text-align: center;
	margin-bottom: .5em;
}

#smink-contactform-2026-wrapper h2.smink-contactform-2026-title p {
	margin: 0;
}

#smink-contactform-2026-wrapper .smink-contactform-2026-subtitle {
	text-align: center;
	margin-bottom: 4em;
}




/* ---- FORMULIER ---- */
.gform-theme--foundation .gfield.left-column {
	grid-column: 1 / 6;
}

.gform-theme--foundation .gfield.left-column.form-image {
	position: relative;
	grid-column: 1 / 7;
	grid-row: span 5;
	min-width: 100%;
	padding-right: 8%;
}

.gform-theme--foundation .gfield.left-column.form-image .form-image-container {
	position: absolute;
	right: 8%;
	min-width: 100%;
	height: 100%;
}

.gform-theme--foundation .gfield.left-column.form-image img {
	height: 100%;
	width: 100%;
    object-fit: cover;
    display: block;
}

/*
.gform-theme--foundation .gfield.left-column.form-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 50vw);
    width: 50vw;
    background: #EBBE96;
    z-index: 0;
}

.gform-theme--foundation .gfield.left-column.form-image img {
	osition: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 50vw);
    width: 50vw;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
*/

.gform-theme--foundation .gfield.right-column {
	grid-column: 7 / 12;
}

.gform-theme--foundation .gfield_visibility_hidden {
	display: none;
}

.gform-theme--foundation label.gfield_label,
.gform-theme--foundation legend.gfield_label{
	font-size: 24px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 1.5em;
}

.gform-theme--foundation ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000000;
	opacity: 1; /* Firefox */
}

.gform-theme--foundation :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000000;
}

.gform-theme--foundation ::-ms-input-placeholder { /* Microsoft Edge */
	color: #000000;
}


.gform-theme--foundation .gfield {
	position: relative;
	clear: inherit!important;
	/* float: left; */
	padding-left: 0;
}

.gform-theme--foundation input[type="text"],
.gform-theme--foundation input[type="email"],
.gform-theme--foundation textarea {
	font-size: 24px;
	color: #000000;
	line-height: 40px;
	background-color: transparent;
	padding: 0 0 10px 0;
	margin-top: 0;
	margin-bottom: 20px;
	border: 0 none;
	border-bottom: 2px solid #EFD0B4;
	box-shadow: none;
	border-radius: 0;
	resize: none;
}

body .gform-theme--foundation input[type="text"]#input_8_22,
body .gform-theme--foundation input[type="text"]#input_8_22::placeholder {
	font-weight: 300;
}

.gform-theme--foundation input[type="text"]:hover,
.gform-theme--foundation input[type="email"]:hover,
.gform-theme--foundation textarea:hover {
	cursor: pointer;
}

.gform-theme--foundation input[type="text"]:focus,
.gform-theme--foundation input[type="email"]:focus,
.gform-theme--foundation textarea:focus {
	outline: 0 none;
}

.gform-theme--foundation .gfield--type-fileupload {
	padding-right: 16%;
}

.gform-theme--foundation .gfield--type-fileupload .gform_drop_area {
	border: 0 none;
	box-shadow: none;
	padding: 0;
	text-align: inherit;
	background-color: transparent;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,
.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before {
	display: none;
}

.gform-theme--foundation .gfield--type-fileupload .gform_drop_instructions {
	display: none;
}

.gform-theme--foundation .gfield--type-fileupload .gfield_description.gform_fileupload_rules {
	display: none;
}




body .gform-theme.gform-theme--framework.gform_wrapper button.button[type="button"] {
	position: relative;
	font-size: 24px;
	font-weight: 300;
	line-height: 60px;
	color: #000000!important;
	background-color: transparent!important;
	border: 2px solid #EBBE96;
	padding: 10px 30px;
	margin-bottom: 35px;
	transition: all .2s ease-in-out;
}

body .gform-theme.gform-theme--framework.gform_wrapper button.button[type="button"]:hover {
	color: #ffffff!important;
	background-color: #EBBE96!important;
	transition: all .2s ease-in-out;
}

body .gform-theme.gform-theme--framework.gform_wrapper button.button[type="button"]:focus {
	outline: 0 none;
}

body .gform-theme.gform-theme--framework.gform_wrapper button.button[type="button"] strong {
	font-weight: 400;
}



.gform-theme--foundation input[type="checkbox"] {
	display: none;
	visibility: hidden;
}

.gform-theme--foundation input[type="checkbox"] + label:before {
	display: inline-block;
	content: '';
	height: 15px;
	width: 15px;
	margin-right: 10px;
	border: 2px solid #4A4A4A;
}

.gform-theme--foundation input[type="checkbox"]:checked + label:before {
	background-color: #4A4A4A;
}

.gform-theme--foundation .gfield_checkbox label {
	font-size: 20px;
	font-weight: 300;
	color: #000000;
	margin-left: 0;
}

.gform-theme--foundation .gfield_checkbox label:hover {
	cursor: pointer;
}

.gform-theme--foundation .chosen-container.chosen-container-single,
.gform-theme--foundation .ginput_container_select select {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	height: 53px;
	margin-bottom: 20px;
	border: 0 none;
	padding: 5px 4px;
	background: transparent;
	border-bottom: 2px solid #EFD0B4;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

body .gform-theme--foundation .chosen-container-single {
	border: 0 none;
}

body .gform-theme--foundation .chosen-container-single:focus {
	outline: none;
}

body .gform-theme--foundation .chosen-container-single a.chosen-single,
.gform-theme--foundation .ginput_container_select select option {
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	padding: 0;
	border: 0 none!important;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single,
body .gform-theme--foundation .chosen-container-single a.chosen-single:focus,
body .gform-theme--foundation .chosen-container-single input:focus,
body .gform-theme--foundation .chosen-container-single a.chosen-single span:focus,
.gform-theme--foundation .ginput_container_select select:focus {
	outline: none!important;
}

body .gform-theme--foundation .chosen-container-single a.chosen-single div b {
	background: transparent;
}

body .gform-theme--foundation .chosen-container-single .chosen-single div b::before {
	position: absolute;
	height: 100%;
	width: 100%;
	font-family: 'Fontawesome';
	content: '';
	background-image: url('images/icons/SminkStudio Form Arrow Down.png');
	background-position: center;
	background-repeat: no-repeat;
}

body .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button[type="submit"]:hover, 
body .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button[type="submit"]:focus {
	color: #ffffff;
	background-color: #EBBE96;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

body .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button[type="submit"] {
	position: relative;
	font-size: 24px;
	line-height: 60px;
	color: #000000;
	background-color: transparent;
	border: 2px solid #EBBE96;
	padding: 10px 30px;
	margin-left: 50%;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}






@media( max-width: 767px) {
	/* ---- FORMULIER ---- */
	.gform-theme--foundation .gfield.left-column.form-image {
		grid-column: 1 / 13;
		grid-row: 1 / 8;
		padding-right: 0;
		margin-bottom: 35px;
	}
	
	.gform-theme--foundation .gfield.left-column.form-image .form-image-container {
		position: relative;
		left: -15px;
		width: calc( 100% + 30px )!important;
		padding-right: 0;
	}
	
	.gform-theme--foundation .gfield.right-column {
 		grid-column: 1 / 13;
	}
	
	body .gform-theme.gform-theme--framework.gform_wrapper button.button[type="button"] {
		font-size: 20px;
	}
	
	body .gform-theme.gform-theme--framework.gform_wrapper button.button.gform_button_select_files[type="button"] {
		display: inline;
		font-size: 18px;
	}
	
	body .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button[type="submit"] {
		min-width: 100%;
		margin-left: 0;
	}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1180px) 
	and (orientation: portrait) {
		/* ---- FORMULIER ---- */
		.gform-theme--foundation .gfield.left-column.form-image {
			grid-column: 1 / 13;
			grid-row: 1 / 8;
			padding-right: 0;
			margin-bottom: 35px;
		}

		.gform-theme--foundation .gfield.left-column.form-image .form-image-container {
			position: relative;
			left: -15px;
			width: calc( 100% + 30px )!important;
			padding-right: 0;
		}

		.gform-theme--foundation .gfield.right-column {
			grid-column: 1 / 13;
		}

		body .gform-theme.gform-theme--framework.gform_wrapper button.button[type="button"] {
			font-size: 20px;
		}

		body .gform-theme.gform-theme--framework.gform_wrapper button.button.gform_button_select_files[type="button"] {
			display: inline;
			font-size: 18px;
			padding: 10px 15px;
		}

		body .gform-theme.gform-theme--framework.gform_wrapper .gform_button.button[type="submit"] {
			min-width: 100%;
			margin-left: 0;
		}
}





/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}