/*
Theme Name: LandPress Child
Theme URI: https://landpress.keydesign.xyz/
Description: Marketing Landing Page Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: landpress
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: landpress-child
*/


@import url("https://use.typekit.net/rsk7kyl.css");

* {
	font-family:"tt-commons-pro" !important;
}

@media screen and ( min-width: 1024px ) {
	.lg-hide {
		display: none !important;
	}
}

a {
	text-decoration: underline !important;
}

#fstudio_form_wrapper .gform_heading {
	margin-bottom: 15px;
}

#fstudio_form_wrapper .gform_required_legend {
	font-size: 14px;
	letter-spacing: .04em;
}



#fstudio_form_wrapper .gform_required_legend,
#fstudio_form_wrapper label,
#fstudio_form_wrapper legend,
#fstudio_form_wrapper .gform-theme--framework .gform_required_legend .gfield_required,
#fstudio_form_wrapper .gfield_required_asterisk {
	color: #FFF;
}

#fstudio_form_wrapper a {
	color: #FFF;
	text-decoration: underline;
}

#fstudio_form_wrapper input[type="text"],
#fstudio_form_wrapper input[type="email"],
#fstudio_form_wrapper input[type="tel"],
#fstudio_form_wrapper textarea {
	height: 50px;
	font-size: 18px;
	color: #1d1d1d;
	letter-spacing: .03em;
	border: 0px;
	border-radius: 1px;
}

#fstudio_form_wrapper textarea {
	height: 150px;
	min-block-size: 150px;
}

#fstudio_form_wrapper input::placeholder,
#fstudio_form_wrapper textarea::placeholder {
  color: #9E9E9E;
}

#fstudio_form_wrapper .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

#fstudio_form_wrapper input[type="submit"] {
	background-color: #2E2E2D;
}

#fstudio_form_wrapper input[type="submit"] {
    background-color: #FFD860;
	color: #2E2E2D;
    padding: 17px;
    height: auto;
    font-size: 22px;
    letter-spacing: .06em;
    font-weight: 600;
    border: 0px;
    border-radius: 1px;
    box-shadow: -10px 10px 0px rgba(255, 216, 96, 0.4);
}

#fstudio_form_wrapper input[type="submit"]:hover {
    background: #2E2E2D;
    color: #FFF;
    box-shadow: -13px 13px 0px rgba(0, 0, 0, 0.2);
}

#fstudio_form_wrapper .gform-theme--framework .gform_validation_errors .gform_submission_error,
#fstudio_form_wrapper .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #FFF;
}

#fstudio_form_wrapper .gform-theme--framework .gform_validation_errors:focus {
    border-color: #FFF;
    outline: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none !important;
}

#fstudio_form_wrapper h2.gform_submission_error.hide_summary {
	color: #EB5978 !important;
}

#menu-subfooter li {
	display: inline-block;
}

.recaptcha-info {
	font-size: 12px;
	color: #cbcbcb;
	padding-left: 25px;
}

.recaptcha-info a {
	color: #0015FF;
	text-decoration: underline;
}

.recaptcha-info img {
	width: 40px;
	height: auto;
	position: relative;
	top: -2px;
	margin-right: 5px;
	display: inline-block;
	background-color: rgb(255 255 255 / 90%);
	padding: 5px;
	border-radius: 2em;
}
