/*
 Theme Name:   RW Striping
 Theme URI:    https://rwstriping.com/
 Description:  Custom WordPress theme for www.rwstriping.com
 Author:       Utah Website Design
 Author URI:   https://utahwebsitedesign.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  rwstriping
*/

.global-qr:after, .highlight-br:after {
	  content: '';
    display: block;
    background-image: linear-gradient(90deg, #C543FF 0%, #009DFF 33%, #1DCB31 66%, #FFBA00 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 32px;
    filter: blur(10px);
    transition: all .5s;
}

.gform_wrapper.quote-request-form_wrapper .gform_body .gform_fields .gfield textarea {height: 70px!important;}
.gform-theme--foundation.quote-request-form_wrapper .gfield textarea.small {
    min-block-size: 50px!important;
}

.gform_wrapper.quote-request-form_wrapper div.gform-footer input.gform_button {
	background-color: #FEC428!important;
    color: #000000!important;
    font-weight: 600!important;
	padding: 12px 24px!important;
	font-size: 16px!important;
    border-radius: 20px 20px 20px 20px!important;
}

.gform_wrapper.quote-request-form_wrapper div.gform-footer input.gform_button:hover {
	background-color: #E8C569!important;
}

.gform-theme--foundation.quote-request-form_wrapper .gform_fields {
  grid-row-gap: 20px!important;
}