/*
  Stylesheet for Leaky Lady
*/

@import url('https://fonts.googleapis.com/css?family=Nunito:400,500,700');

.fallback {
  display: none;
}

body {
	background: #64dddd;
}

#disqus_thread {
	margin-top: 50px;
}

.bxslider img {
	margin: auto;
	text-align: center;
}

.social {
	margin-bottom: 50px;
}

.blog-post {
	border-bottom: 2px solid #ddd;
	padding: 50px 0px;
}

	.blog-post:last-child {
		border: none;
	}

	.blog-post p {
		font-size: 1em;
		margin: 10px 0px 15px 0px;
	}

	.blog-post .post-date {
		color: #333;
		font: italic 400 1em/1em "Nunito", sans-serif;
	}

.social a {
	color: #64dddd !important;
	display: inline-block;
	font-size: 2.5em;
	margin: 10px;
	vertical-align: middle;
}

.banner-flower {
	position: absolute;
		bottom: 20px;
		left:20px;
	width: 70px;
}

.watkins img {
	max-width: 200px; width: 100%; height: auto;
}

.flower {
	display: inline-block;
	margin-top: 10px;
	width: 35px;
}

.story img {
	display: block;
	margin: auto;
	max-width: 500px; width: 100%; height: auto;
}

.bxslider li {
	width: 100%; height: 600px;
	
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	background-size: cover !important;
}

.triangle {
	border: 15px solid transparent;
	border-top-color: rgba(0,0,0,.2);
	border-top-width: 20px;
	display: inline-block;
	margin: 10px 0px 0px 0px;
	width: 0px; height: 0px;
}

section {
	background: url(../images/flower-grey.svg) bottom -150px left -150px no-repeat #fff;
		
		-webkit-background-size: 400px auto !important;
			 -moz-background-size: 400px auto !important;
			  -ms-background-size: 400px auto !important;
				    background-size: 400px auto !important;
	padding: 100px 0px;
}

	section.green {
		background: #64dddd;
		color: #fff;
	}

	
	section.grey {
		background: url(../images/flower-grey.svg) bottom -150px left -150px no-repeat #fff;
		
		-webkit-background-size: 400px auto !important;
			 -moz-background-size: 400px auto !important;
			  -ms-background-size: 400px auto !important;
				    background-size: 400px auto !important;
	}

		section.grey h1 {
			color: #64dddd;
		}

section.no-padding-top {
	padding-top: 0px !important;
}

.button {
	background: #64dddd !important;
	border: none !important;
	color: #fff !important;
	font: normal 400 1em/1em "Nunito", sans-serif !important;
	padding: .6rem 2rem !important;
	height: auto !important;
	text-transform: lowercase;
	
	-webkit-border-radius: 10px 10px 10px 10px;
		 -moz-border-radius: 10px 10px 10px 10px;
		 	-ms-border-radius: 10px 10px 10px 10px;
		 			border-radius: 10px 10px 10px 10px;
}

.button.expanded {
	width: 100% !important;
}

/* Typography */

h1 {
	font: normal 500 3em/1.2em "Nunito", sans-serif;
	margin: 0px;
}

@media only screen and (max-width: 40em) {
	h1 {
		font-size: 2em;
	}
}

h2 {
	font: normal 400 2em/1.4em "Nunito", sans-serif;
	letter-spacing: 0.05em;
	margin: 0px;
}

	h2.green {
		color: #64dddd;
	}

p {
	font: normal 400 1.20em/1.5em "Nunito", sans-serif;
	margin: 40px 0px 0px 0px;
}

/* Header */

header {
	background: #fff;
	padding: 15px 0px;
	width: 100%;
	z-index: 9999;
}

	header .logo {
		display: inline-block;
		margin: 0px 15px;
		max-width: 350px; width: 100%;
	}
	
@media only screen and (max-width: 40em) {
	header .logo {
		max-width: 250px;
	}
}
	
#yes, #no {
	display: none;
}

	#yes h2, #no h2 {
		color: #64dddd !important;
	}
	
	#yes {
		margin-bottom: 30px;
	}

	#yes h2 {
		margin-bottom: 15px;
	}
	
	#no h2 {
		margin-bottom: 30px;
	}

/* Banner */

.banner {
	overflow: hidden;
	position: relative;
	width: 100%; height: 500px;
	
	-webkit-background-size: cover !important;
		 -moz-background-size: cover !important;
		 	-ms-background-size: cover !important;
		 			background-size: cover !important;
}

@media only screen and (max-width: 40em) {
	.banner {
		height: 350px;
	}
}

	.prompt-box {
		padding: 50px 0px 0px 0px;
	}

	.prompt {
		background: #fff;
		text-align: center;
		width: 100%;
	}
	
		.prompt h1 {
			color: #64dddd;
			margin-bottom: 25px;
		}
	
		.prompt .button {
			border-color: #64dddd !important;
			color: #64dddd !important;
			font-size: 2em;
			margin: 0px 10px;
			padding-left: 3rem;
			padding-right: 3rem;
		}
		
@media only screen and (max-width: 40em) {
	.prompt .button {
		font-size: 1.5em;
	}
}
		
/* Intro */

#intro {
	padding-top: 0px;
}

	#intro h2 {
		color: #333;
	}

/* Form */

#preferredKitten {
	display: none;
}

form {
	color: #333;
	font: normal 400 1em/1em "Nunito", sans-serif;
	margin-top: 20px;
}
	
	form input[type='checkbox'] {
		margin-right: 5px;
	}

form .button {
	font-size: 1.5em;
	margin-top: 0px;
	width: 100%;
}

	form label {
		color: #64dddd;
		font: normal 700 .8em/1em "Nunito", sans-serif;
		opacity: 1;
		position: relative;
			top: 0px;
		
		-webkit-transition: all 250ms ease;
			 -moz-transition: all 250ms ease;
			 	-ms-transition: all 250ms ease;
			 			transition: all 250ms ease;
	}
	
	form .callout {
		font-size: .9em;
	}
	
		.callout p {
			font-size: 1.25em;
			margin: 0px;
		}

	form input[type='text'], form textarea, form input[type='email'] {
		border: none !important;
		border-bottom: 2px solid #ddd !important;
		box-shadow: none !important;
		font: normal 400 1.25em/1em "Nunito", sans-serif !important;
		padding: 0px 0px 5px 0px !important;
		width: 100% !important;
	}
	
		form input[type='text']:focus, form textarea:focus, form input[type='email']:focus {
			background: #fff !important;
			border: none !important;
			border-bottom: 2px solid #ddd !important;
			box-shadow: none !important;
			outline: none !important;
		}
		
		form .row {
			margin-bottom: 20px;
		}
		
.hide-label label {
	opacity: 0;
	position: relative;
		top: 5px;
}

/* What It Is Not */

.corner-drip {
	position: absolute;
		top: 10px; right: 10px;
	width: 70px;
}
	
/* Footer */

footer {
	background: #64dddd;
	padding: 75px 0px;
}

	footer .logo {
		display: inline-block;
		max-width: 250px; width: 100%;
	}
	
footer .privacy {
	color: #fff;
	font: normal 400 .9em/1.5em "Nunito", sans-serif;
	margin-top: 15px;
}