/*
 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
------------------------------------------------------- */
.home-section-1__review-widget-container {
    min-height: 74px;
}

.home-section-1__review-widget-container .ti-widget.ti-goog>.ti-widget-container>.ti-header{
    min-width: 226px;
}
 
@media (min-width: 992px) {
    .home-section-1__review-widget-container {
        min-height: 86px;
    }
}

@media (min-width: 992px) {
    .main-navigation>li>a {
        padding: 12px 11px 15px;
    }
}


/* Footer Form Zip Code Placement Fix on Smaller Screens */
@media (max-width: 991px) {
	#gform_wrapper_5.gravity-theme .gform_fields {
    display: block;
}
}