
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}


.subscribe-form-input{
	border: 1px solid white;
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	height: 48px;
	line-height: 30px;
	outline-color: white;
	padding: 8px 16px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 18rem;
    background: transparent;
} 

.subscribe-form-input::placeholder{
	color: white;
}

.subscribe-form-button{
	border: 1px solid white;
	border-radius: 0.5rem;
	box-sizing: border-box;
	color: black;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	height: 48px;
	line-height: 30px;
	outline-color: white;
	padding: 8px 16px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 18rem;
    background: white;
}


.small-caps{
	font-variant-caps: small-caps;
}

.rotate90{
	rotate: 90deg;
	width: 200px;
}