/*
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
*/

#header-outer, #header-space, #footer-outer, .row-bg-wrap {
    display:none;
}
#payment-form {
    /*width: 50%;*/
}
#payment-form button {
    margin-top: 6px;
    width: 100%;
    height: 45px;
    padding: 0px !important;
    font-size:18px;
}
.completedContainer {
    width: 100%;
    text-align: center;
}
.formLogo img {
    width: 300px !important;
    padding: 20px;
    text-align: center;
}
.payment_disc {
	margin-bottom: 10px;
}
.completedContainer .message {
    font-size: 16px;
    font-weight: 600;
}

#card-element {
	padding: 10px;
	max-width: 100%;
    border: 1px solid #444444;
    border-radius: 6px;
    color: #bbbbbb;
    height: 40px;
    background: #181818;
}

.InputContainer .InputElement {
    color: #bbbbbb;
}


/* Set a red bottom border to field when empty */
.StripeElement--empty {
    border-bottom-color: #b22222;
}

/* Set a green bottom border to field when in focus */
.StripeElement--focus {
    border-bottom-color: #008000;
}

/* Set styling when form field data is invalid */
.StripeElement--invalid {
    background-color: #987d7d80;
    border-color: #b22222;
}

/* Set styling when form field data is completed and valid */
.StripeElement--complete {
    background-color: #00800015;
}

/* Set credit card number input field width */
form.pmpro_form #pmpro_payment_information_fields div#AccountNumber {
	max-width: 270px;
}

/* Set expiry date input field width */
form.pmpro_form #pmpro_payment_information_fields div#Expiry {
	max-width: 110px;
}

/* Set CVC/CVV input field width */
form.pmpro_form #pmpro_payment_information_fields div#CVV {
	max-width: 110px;
}

#payment-form input {
    margin-top:10px;
    border: 1px solid #444444;
    border-radius: 6px;
    color: #bbbbbb;
    height: 40px;
    background: #181818;
}
/* .name-row {
  display: flex;
  gap: 14px; 
  flex-wrap: wrap; 
} */

.name-field {
  flex: 1;
  min-width: 150px; /* optional minimum size for responsiveness */
}

.name-field input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.formContainer {
        background: #121212;
    padding: 42px;
    border: 1px solid #333;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.lp_spinner {
	margin-top:90px;
	width: 50px;
	height: 50px;
	left: 45%;
	top: 45%;
	position: absolute;
	background: url('/wp-content/uploads/2022/06/LP_Logo_Small_W.pngx');
	background-size: 50px 50px;
	animation-name: fadeInOut;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
	/* transform: rotate(3deg); */
	/* transform: rotate(0.3rad);/ */
	/* transform: rotate(3grad); */ 
	/* transform: rotate(.03turn);  */
}

@keyframes fadeInOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

@media only screen and (max-width: 690px) {
    .wpb_column:not([class*=vc_col-xs]) {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    #header-space[data-header-mobile-fixed="1"] {
        display: none;
    }
	.col {
		margin-bottom: 0px;
	}
	.wpb_wrapper>div  {
		margin-bottom:0px;
	}
	.payment_disc {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.formLogo img {
		width: 150px !important;
		margin-bottom: 0px !important;
	}
}