/*Contact Page*/
.contact input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #94a7c1;
    opacity: 1; /* Firefox */
}
.contact .pageline {
	padding: 5.25rem 0 2.625rem;
}
.contact .pageline .page-title {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
	margin-bottom: 2.5rem;
	text-align: left;
	margin-left: -.08em;
}
.contact .pageline .tagline{
	font-size: 1.75rem;
	text-align: left;
	font-family: freight-sans-pro;
	line-height: 1.5;
}
.contact form.message_form {
	padding-bottom: 4em;
}
.contact form.message_form h3 {
	color: #505050;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    margin: 0 0 .5em 0;
}

.contact form.message_form textarea {
	font-size: 1.25em;
    font-weight: 300;
	color: #212d50;
    letter-spacing: .08rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    height: 20rem;
    background-color: transparent;
}
.bottom-row {
	border: none;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
}
.bottom-row div {
	position: relative;
	width: 100%;
	min-height: 1px;
}
.submit_wrapper {
	background-image: url("../../../images/custom_pages/contact/plane-flying.svg");
    background-size: 0;
    position: relative;
	margin-top: 1rem;
}
.email_wrapper, .submit_wrapper {
	border: 1px solid #dfe5ed;
	}
.contact input {
	text-align: center;
	font-size: 1.05em;
	display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 1.25em 1.5em;
    transition: all .15s ease-in-out;
    background-color: transparent;
	height: 100%;
}
.submit_wrapper input {
	font-size: 1.2em;
	text-align: center;
    font-weight: 500;
    color: #5f7ca9;
    cursor: pointer;
	border-left: 1px solid #dfe5ed;
}

.submit_wrapper:before {
    content: "";
    position: absolute;
    left: calc(50% - 6.6rem);
    top: 50%;
    transform: translateY(-50%);
	width: 2.25em;
	height: 1.5em;
    background-image: url("../../../images/custom_pages/contact/plane.svg");
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 1;
}
.submit_wrapper:focus:before, .submit_wrapper:hover:before {
    background-image: url("../../../images/custom_pages/contact/plane-flying.svg");
}
.contact .submit_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 0;
    background-color: #6D8CA1;
    transition: all .15s cubic-bezier(.67,.52,0,0);
    z-index: -1;
}
.submit_wrapper:focus:after, .submit_wrapper:hover:after {
    transition: all .2s cubic-bezier(.67,.52,0,1);
    height: 100%;
}
.contact .submit_wrapper:focus input, .contact .submit_wrapper:hover input {
    color: #fff;
}	
@media screen and (min-width: 768px) {
	.bottom-row {
		flex-direction: row;
	}
	.email_wrapper {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.submit_wrapper {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.contact input {
		text-algin: left;
	}
	.bottom-row {
		border: 1px solid #dfe5ed;
	}
	.email_wrapper, .submit_wrapper {
		border: none;
	}
	.submit_wrapper {
		margin: 0;
	}
	.contact .pageline .page-title {
		font-size: 5.6875rem;
	}
}

/*Stain Selection*/
.color-collection h3, .style_design h3 {
	font-size: 1.8125rem;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 300;
}
.style_design h4 {
	font-family: freight-sans-pro, sans-serif;
	font-weight: 300;
	margin: 5px 0;
}
.swatch {
	color: #aaa;
	overflow: hidden;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}
.stain-caption, .pattern_caption {
	font-family: freight-sans-pro;
	color: #111;
}
.swatch-img, .pattern_img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .2s ease-in-out;
	cursor: pointer;
}
.bona img.swatch-img:hover {
	transform: scale(1.15);
}
.swatch picture {
	display: block;
	overflow: hidden;
}
.color_swatches .grid_5 {
	grid-gap: 1rem;
}
.color_swatches .stain-collection {
	margin-top: 3rem;
}
.color_swatches .grid-4 {
	grid-gap: 4rem;
}
.swatch {
    display: flex;
    flex-direction: column;
}

.swatch picture {
    flex-grow: 1;
}
.color_swatches .swatch:hover {

}
.color_swatches .stain-caption {
	text-align: center;
}
.color_swatches .swatch {
	filter: none;
}
.color_swatches .swatch-img {
	filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}
.color_swatches .swatch picture, .color_swatches .swatch {
	overflow: visible;	
}
.color_swatches .swatch picture {
	transition: transform .2s ease-in-out;
	background: rgba(255,255,255,0.7);
	padding: 0.25rem;
}
.color_swatches .round .swatch-img {
	border-radius: 50%;
}
.color_swatches .rounded .swatch-img {
	border-radius: 10%;
}
.color_swatches .round .swatch picture {
	border-radius: 50%;
}
.color_swatches .rounded .swatch picture {
	border-radius: 10%;
}
.color_swatches .swatch picture:hover {
	position: relative;
	transform: scale(2) rotate(90deg);
	z-index: 1;
}

/* Hardwood Design */
.style_design .inner {
	max-width: 77rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.style_design .design-intro {
	max-width: 48rem;
	margin: 1rem auto 0;
	text-align: center;
}
.design-menu {
	border-bottom: 1px solid #dfe5ed;
	border-top: 1px solid #dfe5ed;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto 3rem;
}
.design-menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.5rem;
	justify-content: center;
	padding: 0.75rem 1rem;
}
.design-menu a {
	color: #343434;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}
.design-section {
	margin: 0 0 4rem;
}
.design-section h2 {
	text-align: center;
}
.design-copy-grid,
.design-card-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	margin: 2rem 0;
	padding: 0;
}
.design-copy-section,
.design-card {
	border-top: 1px solid #dfe5ed;
	list-style: none;
	padding-top: 1rem;
}
.design-card__media {
	align-items: center;
	background: #f7f7f5;
	display: flex;
	justify-content: center;
	margin: 0 0 1rem;
	min-height: 11rem;
	overflow: hidden;
}
.design-card__media img {
	display: block;
	height: auto;
	max-height: 16rem;
	max-width: 100%;
	width: 100%;
}
.design-card-grid--species .design-card__media img {
	aspect-ratio: 1;
	object-fit: cover;
}
.design-card__body h4,
.design-copy-section h3 {
	margin-top: 0;
}
.design-card__meta {
	color: #5f5f5f;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}
.design-copy-section__image {
	background: #f7f7f5;
	display: block;
	height: auto;
	margin: 0 0 1rem;
	max-height: 12rem;
	object-fit: contain;
	width: 100%;
}
.shareBox {
	text-align: left;
	position: relative;
	margin-top: 30px;
	background: #f4f4f4;
	border: 1px solid #c2ccd0;
	border-radius: 4px;
	font-size: 1.2em;
	padding: 30px;
}
.shareBox .wrapper {
	display: flex;
	align-items: center;
	font-size: 1rem;
	flex-direction: column;
}
.inputFieldFakeInput {
	display: grid;
	grid-template-columns: minmax(auto, 40em) 6rem;
	grid-gap: 1.5rem;
}
.shareBox label {
	flex:1;
}
.shareBox input {
	font-size: 1rem;
	padding: 0.125rem 0.25rem;
	width: 100%;
	max-width: 69ch;
	border-radius: 5px;
	border: 0;
}
.shareBox button {
	font-size: 1rem;
	line-height: 1;
	background: #29b6f6;
	color: #fff;
	padding: 10px 20px;
	transition: background 150ms;
	border-style: none;
	border-radius: 5px;
}
.shareBox button:hover {
	background: #24a4f7;
}
.shareBox .social_buttons {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 1.5rem;
	margin-right: 1.5rem;
}
@media screen and (min-width: 600px) {
	.shareBox .wrapper {
		flex-direction: row;
	}
	.color_swatches .swatch picture:hover {
	position: relative;
	transform: scale(1.75);
	z-index: 1;
	}
}
.stain-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
