/*
Theme Name: Randall P Martin
Theme URI: https://www.awts.com
Version: 1.0
Description: An child theme that can be used as a starting point for custom development.
Author: Art Wave Web Design
Author URI: https://www.awts.com
template: bb-theme
*/

/* Add your custom styles here... */ 


em { font-family: Georgia, serif; }
p strong { color: #0d151b; }
.sep { margin: 0 5px; }
.vertical-spacing { margin: 5vw 0; }
.leader {
	font-size: 22px;
	color: #0d151b;
	text-align: center;
	margin-bottom: 20px;
}
.quote {

}


.fl-page-nav ul.sub-menu { width: 300px; }
.fl-page-footer { border: none; }

/* ---------------------------------------------------------------------------------------- STICKY FOOTER */
.fl-page {
	position: relative;
	min-height: 100vh;
	padding-bottom: 415px; /* Should be equal to the height of your footer */
}
footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

/* ---------------------------------------------------------------------------------------- GRAVITY FORMS */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
	border-color: #6a6a6a;
	border-radius: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url] {
	height: 40px;
}
button,
input[type=button],
input[type=submit] {
	height: 40px;
}

@media only screen and (min-width: 641px) {

	body #gform_wrapper_2 { 
		max-width: 600px;
		margin: 0 auto;
	}

}