/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*
Footer color
*/
.footer {
	background: #fffbc673;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/*
Footer Follow Blog text color
*/
body {
	background-color: #eee;
	color: #333;
	font-size: 1em;
	font-weight: 300;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

/*
Footer widget title text color
*/
h6 {
	color: #4f5819;
}

/*
Footer button background color
*/
.container button, .button, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, a.more-link, #submit, input[type=submit], input#submit, input.button, #wrap #infinite-handle button {
	display: inline-block;
	position: relative;
	background-color: #8d9c3e;
	color: rgba(255,255,255,.75);
	font-size: .9em;
	font-weight: 400;
	line-height: 1.6;
	margin: 12px 0;
	padding: 8px 18px;
	border: 1px solid rgba(0,0,0,.8);
	box-sizing: border-box;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.24);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.24);
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.24);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

/*
Search Box text and bg color
*/
select {
	display: block;
	background-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.6);
	color: #2e2f29;
	text-shadow: 0 0 0 rgba(0,0,0,.4);
	width: auto;
	max-width: 100%;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 6px;
	padding: 6px 46px 6px 8px !important;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.12);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-image: linear-gradient(45deg,transparent 50%,gray 50%), linear-gradient(135deg,gray 50%,transparent 50%), linear-gradient(to right,rgba(0,0,0,.12),rgba(0,0,0,.12));
	background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%, calc(100% - 32px) 6px;
	background-size: 5px 5px, 5px 5px, 1px 24px;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}