/*
Theme Name: Churchope
Version: 1.12.2
Theme URI: http://churchope.themoholics.com/
Description: Premium WordPress theme that is perfect for churches and business websites, but also suits well for any other needs.
Author: themoholics
Author URI: http://themoholics.com/
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: red, white, gray, two-columns, fixed-width, threaded-comments, translation-ready, custom-menu
*/

/* Stas added a 250px button */
.stas_btn {
        border-top: 1px solid #969696;
        background: #003399;
        padding: 5px 10px;
        margin-right: 7px;
        margin-bottom: 7px;
        color: #ffffff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
        -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
        box-shadow: rgba(0,0,0,1) 0 1px 0;
        text-shadow: rgba(0,0,0,.4) 0 1px 0;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        width: 150px;
        display: inline-block;
}

.stas_btn:hover {
        background: #281E1F;
        color: #ffffff !important;
        text-decoration:none;
}
/* .stas_250px { width: 250px; display: inline-block; } */
