/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@media (max-width: 992px) {    
    .home .home-section-5__contents h2 {
        font-size: 42px;
    }
    .home .why-us-card .why-us-card__body {
        font-size: 16px;
    }
}




.request-quote-form .gform_wrapper.gravity-theme .gfield_checkbox label, .request-quote-form  .gform_wrapper.gravity-theme .gfield_radio label {
    font-weight: 400;
	    text-transform: capitalize;
}
.request-quote-form  .gform_button {
    max-width: fit-content;
}
.request-quote-form  textarea {
    height: 100px!important;
}