/*
Theme Name: JustWrite Child
Theme URI: http://www.acosmin.com/theme/justwrite/
Template: justwrite
Author: Alexandru Cosmin
Author URI: http://www.acosmin.com/
Description: JustWrite is a theme with clean lines and an open-spaced design. **NEW** in v2.0: Build your homepage’s layout and structure with 10 sections and 8 custom sidebar widgets. Included sections: Slider, 2 types of Masonry layouts, Recent posts from categories (2,3,4 columns), Advertising, Archives, Popular Posts. WooCommerce is available with JustWrite Pro. To see a full demo: http://demo.acosmin.com/?theme=justwrite.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-logo,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,threaded-comments,theme-options,translation-ready,news,blog,entertainment,post-formats,custom-menu
Version: 2.0.3.5.1499706451
Updated: 2017-07-10 23:37:31

*/

button.bg-orange-button {
    font-size: 20px;
    -moz-border-radius: 28;
    -webkit-border-radius: 28;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -o-border-radius: 28;
    -o-border-radius: 28px;
    border-radius: 28;
    border-radius: 28px;
    background-color: #37b43a;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-image: -moz-linear-gradient(top, #37b43a, #5bce69);
    background-image: -webkit-linear-gradient(top, #37b43a, #5bce69);
    background-image: -o-linear-gradient(top, #37b43a, #5bce69);
    background-image: -ms-linear-gradient(top, #37b43a, #5bce69);
    background-image: linear-gradient(to bottom, #37b43a, #5bce69);
    padding: 10px 20px;
}
button.bg-orange-button:hover {
    background-color: #5bce69;
    text-decoration: none;
    background-image: -moz-linear-gradient(top, #5bce69, #37b43a);
    background-image: -webkit-linear-gradient(top, #5bce69, #37b43a);
    background-image: -o-linear-gradient(top, #5bce69, #37b43a);
    background-image: -ms-linear-gradient(top, #5bce69, #37b43a);
    background-image: linear-gradient(to bottom, #5bce69, #37b43a);
}
