/* Klaviyo Modal CSS */

.klaviyo-modal-container {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.klaviyo-modal-content {
	position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #6C0C32;
    margin: 0;
    padding: 30px 30px;
    border-radius: 5px;
}

span.kl-close-modal {
	position: absolute;
	display: inline-block;
	width: 20px;
	top: 10px;
	right: 10px;
}

span.kl-close-modal:hover {
	cursor: pointer;
}

span.kl-close-modal img {
    display: block;
    width: 100%;
}

.kl-inj-logo {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.kl-inj-logo img {
	width: 150px;
	max-width: 100%;
}

.kl-inj-headings {
	color: #FFFFFF;
	text-align: center;
}

.kl-inj-headings h3 {
	text-transform: uppercase;
    font-family: 'Karla';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
}
h5.kl-inj-subheading {
    font-family: 'Karla';
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
}

p.kl-inj-condition {
    font-size: 13px;
    line-height: 1;
}

p.kl-inj-condition a {
   color: #FFFFFF;
   text-decoration: underline;
   font-size: 10.4px;
}

form#kl-inj-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

form#kl-inj-form input {
    display: block;
    width: 100%;
    margin: 7.5px 0;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 2px;
    font-size: 15px;
}

form#kl-inj-form button {
    display: block;
    width: 100%;
    background-color: #429c4c;
    border: none;
    border-radius: 2px;
    padding: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 5px;
    outline: none;
}

form#kl-inj-form button:hover {
	cursor: pointer;
}

.kl-inj.form-section {
	display: block;
}

.kl-inj.thank-you {
	display: none;
	flex-direction: column;
	min-height: 150px;
	text-align: center;
	color: #FFFFFF;
	justify-content: center;
}

.kl-inj.thank-you h2 {
	margin-bottom: 10px;
	font-size: 20px;
}
