/*
Theme Name: Outdoor Signatures custom theme
Theme URI: 
Author: Alan Fleming
Author URI: http://alanfleming.me
Version: 1.0
Tags: 

License: 
License URI: 

*/

@import url('css/style.css');

@-moz-document url-prefix() {
	.dropdown-toggle, .dropdown-toggle:hover .dropdown-menu, .dropdown-menu * {
		z-index:14 !important;
	}
}
.greenbtn {
  background: #26b33b;
  background-image: -webkit-linear-gradient(top, #26b33b, #26b33b);
  background-image: -moz-linear-gradient(top, #26b33b, #26b33b);
  background-image: -ms-linear-gradient(top, #26b33b, #26b33b);
  background-image: -o-linear-gradient(top, #26b33b, #26b33b);
  background-image: linear-gradient(to bottom, #26b33b, #26b33b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.greenbtn:hover {
  background: #1f782b;
  background-image: -webkit-linear-gradient(top, #1f782b, #1f782b);
  background-image: -moz-linear-gradient(top, #1f782b, #1f782b);
  background-image: -ms-linear-gradient(top, #1f782b, #1f782b);
  background-image: -o-linear-gradient(top, #1f782b, #1f782b);
  background-image: linear-gradient(to bottom, #1f782b, #1f782b);
  text-decoration: none;
}