/* 
Theme Name: Perri Digital Media, LLC
Theme URI: https://perridm.com
Description: This is the default theme used by Perri Digital Media, LLC for their clients.
Author: Perr Digital Media, LLC
Author URI: https://perridm.com/
Template: hello-elementor
Version: 1.0.1
*/

/*
    Add your custom styles here
*/


body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
    color: #ffffff;
    padding: 4px 10px;
    border: 1px solid rgba(114, 114, 114, 0.4);
    border-radius: 3px;
     
    box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    background-color: #010440;
 
    /* Vendor prefixes for older browsers */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 0px rgba(1, 4, 64, 0.3);
    -webkit-box-shadow: 0 1px 0px rgba(1, 4, 64, 0.3);
}

body .gform_wrapper .gform_footer input[type="submit"]:hover {
    border: 1px solid #CD2B29;
    background-color: #CD2B29;
}