/*
Theme Name: nypscb
Theme URI: https://nypscb.org
Author: Xavinci
Author URI: https://xavinci.com
Description: A custom Wordpress theme built for NY Peer Specialists by Xavinci.
Version: 1.0
*/

.gform_wrapper.gravity-theme .gform_page_footer input+button, .gform_wrapper.gravity-theme .gform_page_footer input[type='button'] {
    --ar-btn-padding-x: 1.75rem;
    --ar-btn-padding-y: 0.825rem;
    --ar-btn-font-family: ;
    --ar-btn-font-size: calc(var(--ar-body-font-size) * 0.875);
    --ar-btn-font-weight: 600;
    --ar-btn-line-height: 1.4;
    --ar-btn-color: #576071;
    --ar-btn-bg: transparent;
    --ar-btn-border-width: var(--ar-border-width);
    --ar-btn-border-color: transparent;
    --ar-btn-border-radius: var(--ar-border-radius);
    --ar-btn-hover-border-color: transparent;
    --ar-btn-box-shadow: unset;
    --ar-btn-disabled-opacity: 0.65;
    --ar-btn-focus-box-shadow: 0 0 0 0 rgba(var(--ar-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--ar-btn-padding-y) var(--ar-btn-padding-x);
    font-family: var(--ar-btn-font-family);
    font-size: var(--ar-btn-font-size);
    font-weight: var(--ar-btn-font-weight);
    line-height: var(--ar-btn-line-height);
    color: var(--ar-btn-color);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--ar-btn-border-width) solid var(--ar-btn-border-color);
    border-radius: var(--ar-btn-border-radius);
    background-color: var(--ar-btn-bg);
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
