/*
Theme Name: Jinjabird
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Benzo
Author URI: www.jinjabird.com
Description: Jinjabird based on the Divi theme
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.25.1483010162
Updated: 2016-12-29 11:16:02

*/

/*********************

STYLING FOR FORM FIELDS

*********************/

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin-bottom: 14px;
	font-size: 1em;
	color: #666666;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px #cccccc solid;
	width: 100%;
	max-width: 300px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	background-color: #EDEDED;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
}

/*********************

STYLING FOR INPUT BUTTON

*********************/

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #cccccc;
	border: 0;
	border-radius: 2px;
	color: #999999;
	font-size: .9em;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #999999;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #cccccc;
}