/*
Theme Name: Salient child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
*/

.landing-popup-btn a.elementor-animation-pulse-grow {
	cursor: pointer !important;
}

.page-id-7320 .wpcf7-submit {
	margin-top: 20px;
	padding: 15px 30px;
    background-color: var(--e-global-color-b0f9dad);
    border-radius: 50px 50px 50px 50px;
	font-family: "Work Sans", Sans-serif;
}

.page-id-7320 .wpcf7-submit:hover {
	background-color: var(--e-global-color-69d09d7);
	animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.page-id-7320 input:not([type="submit"]) {
    background: transparent;
    border-bottom: 1px solid #FFFFFF8F;
	font-family: "Work Sans", Sans-serif;
	font-size: 16px;
	color: #FFFFFF8F;
}

.page-id-7320 input::placeholder {
	color: #FFFFFF8F;
}

.page-id-7320 .wpcf7-response-output {
	display: none !important;
}


body.page-id-7320 {
	overflow: visible !important; /*necessary for sticky positioning of the banner*/
}

.launch_banner {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px;
    z-index: 9999;
}

.woocommerce table.shop_table th.product-quantity,
.woocommerce td.product-quantity {
	display: none !important;
}