/*
Theme Name: Business Press
Description: Business Press Pro is a MultiPurpose, Responsive, Fast, SEO friendly and Customizable WordPres Theme. This is #PRO version.
Version: 5.0.4
Author: EWP Theme
Author URI: http://ewptheme.com
Theme URI: http://business-press-pro.ewptheme.com/
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Text Domain: business-press

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
* Do not write your css code here instead use Dashboard > Appearance > Customize > Additional CSS option.
*/



.myButton {
  background: #d5c08d;
  background-image: -webkit-linear-gradient(top, #d5c08d, #b5a06d);
  background-image: -moz-linear-gradient(top, #d5c08d, #b5a06d);
  background-image: -ms-linear-gradient(top, #d5c08d, #b5a06d);
  background-image: -o-linear-gradient(top, #d5c08d, #b5a06d);
  background-image: linear-gradient(to bottom, #d5c08d, #b5a06d);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  margin-bottom: 5px important!;
  
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.myButton:hover {
  background: #44C47E;
  background-image: -webkit-linear-gradient(top, #b5a06d, #d5c08d);
  background-image: -moz-linear-gradient(top, #b5a06d, #d5c08d);
  background-image: -ms-linear-gradient(top, #b5a06d, #d5c08d);
  background-image: -o-linear-gradient(top, #b5a06d, #d5c08d);
  background-image: linear-gradient(to bottom, #b5a06d, #d5c08d);
  text-decoration: none;
}