/*
Theme Name: SuperFlow
Theme URI: https://superflow.com
Author: Peter Studer
Author URI: https://superflow.com
Description: Searcg Styling for SuperFlow
Version: 1.1.1
License: GNU General Public License
License URI: license.txt
Tags:
*/

/* Start of search page styling*/
.search-form-submit {
background: rgb(31,96,173); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(31,96,173,1) 19%, rgba(23,42,83,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(31,96,173,1) 19%,rgba(23,42,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(31,96,173,1) 19%,rgba(23,42,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f60ad', endColorstr='#172a53',GradientType=0 ); /* IE6-9 */
    opacity: 0.9;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  transition: background 0.7s;
}

.search-form-submit:hover {
	background: -moz-linear-gradient(top, rgba(31,96,173,1) 0%, rgba(23,42,83,1) 0%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(31,96,173,1) 0%,rgba(23,42,83,1) 0%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(31,96,173,1) 0%,rgba(23,42,83,1) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f60ad', endColorstr='#172a53',GradientType=0 ); /* IE6-9 */
}

.search-form-input {
  color: #1f60ad !important;
  width: 75%;
  max-width: 600px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('images/searchicon.png');
  background-size: 25px 25px;
  background-position: 5px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}

/* Start of search page styling*/
