/*
Theme Name: Sevenfold
Theme URI: http://teslathemes.com/demo/wp/sevenfold
Description: Awesome theme from TeslaThemes club
Version: 1.6.5
Author: TeslaThemes
Author URI: http://www.teslathemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, theme-options,creative,responsive,unique
*/

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #751e21), color-stop(1, #380405));
	background:-moz-linear-gradient(top, #751e21 5%, #380405 100%);
	background:-webkit-linear-gradient(top, #751e21 5%, #380405 100%);
	background:-o-linear-gradient(top, #751e21 5%, #380405 100%);
	background:-ms-linear-gradient(top, #751e21 5%, #380405 100%);
	background:linear-gradient(to bottom, #751e21 5%, #380405 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#751e21', endColorstr='#380405',GradientType=0);
	background-color:#751e21;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #380405;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #380405), color-stop(1, #751e21));
	background:-moz-linear-gradient(top, #380405 5%, #751e21 100%);
	background:-webkit-linear-gradient(top, #380405 5%, #751e21 100%);
	background:-o-linear-gradient(top, #380405 5%, #751e21 100%);
	background:-ms-linear-gradient(top, #380405 5%, #751e21 100%);
	background:linear-gradient(to bottom, #380405 5%, #751e21 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#380405', endColorstr='#751e21',GradientType=0);
	background-color:#380405;
}
.myButton:active {
	position:relative;
	top:1px;
}
