/*
Theme Name: Currier Plastics Theme - Accessibility
Theme URI: 
Text Domain: currierplasticsTheme-accessibility
Description: Theme for Currier Plastics - Updated with Accessibility Improvements
Author: PAPA Advertising - Erie, PA
Author URI: https://papaadvertising.com/
Version: 1.1
*/
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large  {
    display: block;
    width: 100%;
    height: 58px;
    background: #ffffff;
    border: none !important;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.20) !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #353233;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 58px;
    padding: 0 15px !important;
}

.newsletter_wrapper .gform_footer.top_label {
	width: 270px;
    max-width: 270px;
}
.newsletter_wrapper .gform_footer.top_label input[type=submit] {
    width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.20) !important;
    background-image: url('images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 54px) center;
}
.newsletter_wrapper .gform_footer.top_label input[type=submit]:hover {
    background-color: #211f20 !important;
}