/*
 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 only screen and (min-width: 576px) {
    .copyright .social-icons {
        gap: 12px 0;
    }
}

@media only screen and (min-width: 992px) {
	.main-navigation > li:nth-last-child(2).has-dropdown > ul > li.has-dropdown > ul {
		left: auto;
		right: 100%;
	}
}

.form-consent .ginput_container_consent {
	display: flex;
	gap: 10px;
}