/*
 Theme Name:   Portwood
 Theme URI:    http://fiiiiive.studio/
 Description:  Custom theme built for Portwood.
 Author:       fiiiiive creative studio Inc.
 Author URI:   http://fiiiiive.studio/
 Template:     bricks
 Version:      1.1
 Text Domain:  fiiiiive
*/

/* rennie leads gateway form (Footer template) — extends the .register-form styles in Custom Codes */
.register-form .lf-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.register-form .row .col.col-full {
	width: 100%;
}

.register-form textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	font-family: inherit;
	font-size: 21px;
	padding: 0;
	resize: vertical;
}

.register-form textarea::placeholder {
	color: #fff;
}

.register-form button[type=submit] {
	background-color: #fff;
	color: #000;
	height: 56px;
	padding: 0 10px;
	font-family: inherit;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-left: 30px;
	border-radius: 100px;
	transition: all .2s ease-in-out;
	border: 0;
	max-width: 202px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	flex-shrink: 0;
}

.register-form button[type=submit]:hover {
	background-color: #000;
	color: #fff;
}

.register-form button[type=submit]:disabled {
	cursor: wait;
	opacity: .6;
}

.register-form .lf-message {
	color: #fff;
	font-family: "circular std";
	font-size: 23px;
	text-align: center;
	padding: 40px 20px;
}

.register-form .lf-message.lf-error {
	padding: 20px;
	font-size: 18px;
}

@media (max-width: 991px) {
	.register-form textarea {
		font-size: 18px;
	}

	.register-form .row.bottom button[type=submit] {
		margin: 30px auto 0;
		width: 60%;
		font-size: 18px;
		height: 40px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.register-form .row.bottom button[type=submit] {
		font-size: 12px;
		height: 34px;
		font-weight: 700;
		letter-spacing: 0.1em;
		width: 50%;
	}
}

@media (max-width: 478px) {
	.register-form textarea {
		font-size: 16px;
	}
}