/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	font-size: 20px;
	font-weight: 400;


}
body,
p {
	font-family: "adelle-sans", sans-serif;
}
.highlight p,
.highlight a.fl-button {
font-family: "adelle-sans-condensed", sans-serif;
}
h1,h2,h3,h4{
font-family: "loretta", serif;
font-weight: 400;
font-style: normal;
}

.tablepress {
	color:#fff;
}
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 {
	background-color: #edeae8;
}

::placeholder {
  color: #111111;
}

/* Placeholder styling for Chrome and Edge*/
.fl-input-group INPUT::placeholder {color: #000; background-color: #edeae8;} /*BB defaults to a readable grey on black or white */
TEXTAREA::placeholder {color: #000; background-color: #edeae8; }