/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

stk-column-wrapper {
	position: relative;
	height: 100%;
}

.stk-inner-blocks {
	height: 100%;
	padding-bottom: 25px;
}

.stk-block-content .price {
 	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}



.wpforms-hidden {
	display: none;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="url"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form input[type="password"],
.wpforms-form textarea,
.wpforms-form select {
    max-width: 100% !important;
	width: 100%;
    box-sizing: border-box;
	border: none;
	transition: border 0.3s, box-shadow 0.3s;
}

.wpforms-form textarea {
	height: 11em;
}

.wpforms-submit-container,
.wpforms-field {
	margin-top: 1em;
}

.wpforms-form label {
	font-weight: bold;
	font-size: larger !important;
}

.wpforms-submit {
	margin-right: 1em;
}

.wpforms-submit-container {
	display: flex;
	align-items: center;
}

.wpforms-confirmation-container p {
	font-weight: bold;
}

