/**
Theme Name: Twilightwish
Author: Doodle
Author URI: https://doodleapplications.com/
Description: Twilightwish is a FSE GreenShift child theme with maximum perfomance and flexibility.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twilightwish
Template: greenshift
*/

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.wp-block-greenshift-blocks-buttonbox {
	transition: all .2s ease;
}
body:not(.wp-admin) .prevent-select img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.site-content {
	overflow-x: clip;
}

/*Gravity form styles */

.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme input:focus-visible,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme textarea:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

/*Gravity form validation messages */

.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: rgba(255, 249, 249, 0 ) !important;
	border: none !important;
	font-size: 15px !important;
	margin-block-start: 5px !important;
	padding: 0 !important;
}