/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	background: url(/wp-content/uploads/2017/01/searchbox.png) no-repeat top center;
	width: 510px;
	height: 180px;
	position: absolute;
	top: 150px;
	left: 50%;
}

#searchbox table {
	border: none;
	width: 510px;
}

#searchbox td {
	border: none;
	padding: 0;
	margin-right: 7px;
	display: inline-block;
}

#searchbox #ds-quick-search-module-a42d94f9c54c421e95c8553c887d8a8f {
	position: relative;
	top: 110px;
	left: 10px;
}

#searchbox #ds-quick-search-module-a42d94f9c54c421e95c8553c887d8a8f-1 {
	width: 200px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #666;
	border-radius: 5px;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	padding: 0 4px;
	margin-right: 0;
	font-size: 18px;
	color: #333;
	float: left;
	background: #FFF;
}

#searchbox #ds-quick-search-module-a42d94f9c54c421e95c8553c887d8a8f-10 {
	width: 100px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #666;
	border-radius: 5px;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	padding: 0 4px;
	margin-right: 0;
	font-size: 18px;
	color: #333;
	float: left;
	background: #FFF;
}

#searchbox input[type=button] {
	width: 100px;
	height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding: 0;
	float: left;
	background: #b8d956;
	color: #FFF;
	font-size: 18px;
}
