/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
	--burger-yellow: #ffc000;
	--burger-brown: #461c00;
}
.max-width-header {
	max-width: 350px !important;
}

.gform_required_legend {
	display: none !important;
}

body .gform-theme--framework .gfield-choice-image-wrapper {
	position: relative !important;
	padding-bottom: 100% !important;
}
body .gform-theme--framework .gfield-choice-image-wrapper img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
}

.ginput_container_image_choice input.gfield-choice-input {
	display: none !important;
}

.ginput_container_image_choice .gfield_radio .gchoice {
	border: unset !important;
	border-radius: unset !important;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2) !important;
}
body .gform-theme--framework .gfield--type-image_choice .gfield_radio {
}
body
	.gform-theme--framework
	.gfield--type-image_choice.gfield--image-choice-appearance-card
	.gchoice {
	all: unset;
	position: relative;
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
body
	.gform-theme--framework
	.gfield--type-image_choice.gfield--image-choice-appearance-card
	.gchoice {
	background-color: white;
}
body
	.gform-theme--framework
	.gfield--type-image_choice.gfield--image-choice-appearance-card
	.gchoice:where(:has(input:checked)) {
	background-color: var(--burger-yellow);
}
body
	.gform-theme--framework
	.gfield--type-image_choice.gfield--image-choice-appearance-card
	.gchoice:where(:has(input:checked))::after {
	background-color: var(--burger-brown);
}

@media screen and (min-width: 768px) {
	body
		.gform-theme--framework
		.gfield--type-image_choice.gfield--image-choice-appearance-card
		.gchoice {
	}
}
@media screen and (min-width: 1024px) {
	body
		.gform-theme--framework
		.gfield--type-image_choice.gfield--image-choice-appearance-card
		.gchoice {
		flex: 0 0 calc(33.33% - 10px);
		max-width: calc(33.33% - 10px);
	}
}
@media screen and (min-width: 1280px) {
	body
		.gform-theme--framework
		.gfield--type-image_choice.gfield--image-choice-appearance-card
		.gchoice {
		flex: 0 0 calc(25% - 10px);
		max-width: calc(25% - 10px);
	}
}

body
	.gform-theme--framework
	.gfield--type-image_choice.gfield--image-choice-appearance-card
	.gchoice
	.gform-field-label {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

body .gfield.gfield--type-survey {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
body .gfield.gfield--type-survey .gfield_label.gform-field-label {
	text-transform: none !important;
	font-size: 22px;
	color: var(--burger-brown);
	margin-bottom: 15px;
}
body .gfield.gfield--type-survey .gfield_required {
	display: none !important;
}
body .gfield.gfield--type-section {
	border: unset;
	text-align: center;
	margin: 50px 0 0;
}
body .gfield.gfield--type-section h3 {
	font-size: 40px;
}

.gform-theme--foundation .gfield input.large {
	height: 55px !important;
	font-size: 20px !important;
}
.gfield.gfield--type-email.gfield--input-type-email,
.gfield.gfield--type-textarea.gfield--input-type-textarea {
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.gfield.gfield--type-textarea.gfield--input-type-textarea textarea {
	font-size: 20px !important;
}
.gform-theme--foundation .gform_footer {
	justify-content: center;
}
.gform-theme--foundation .gform_footer input[type="submit"] {
	background-color: var(--burger-yellow) !important;
	color: var(--burger-brown) !important;
	font-size: 20px !important;
	font-weight: bold !important;
	width: 100% !important;
	max-width: 200px !important;
}

.footer-menu ul {
	margin: 0;
	display: flex;
	justify-content: flex-end;
    gap:10px;
}
.footer-menu ul li {
	list-style-type: none;
}
.footer-menu ul li a {
    font-size: 14px;;
}


.red-icon i {
    color: #ff0000!important;
}