/*
Theme Name: Vantage Child
Theme URI: https://wp-themes.com/vantage
Author: WDK
Author URI: https://websitedesignkingston.com/
Description: My WordPress Vantage child theme.
Template: vantage
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: vantage-child
*/

/* Button Fix */

a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 12px 20px;
    border-top: #ed3237;
    border-left: #ed3237;
    border-right: #ed3237;
    border-bottom: #ed3237;
    background: #ed3237;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 13%), inset 0 1px 0 rgb(255 255 255 / 50%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 1px rgb(0 0 0 / 13%), inset 0 1px 0 rgb(255 255 255 / 50%);
    width: auto;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 1px 0 rgb(255 255 255 / 80%);
}

.tribe-common a.tribe-common-c-btn--small, .tribe-common button.tribe-common-c-btn--small, .tribe-common input[type=button].tribe-common-c-btn--small, .tribe-common input[type=submit].tribe-common-c-btn--small { background-color: #ed3237;}