/*
 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.section-hero .main-text,
.home-section.section-hero .subtext {
	filter: drop-shadow(0px 0px 9px #000);
}

.postscript-contact.contact-page {
	background: transparent !important;
	padding-top: 0;
}

.postscript-contact .rsa-grid-template__city {
	color: #fff !important;
}

@media (max-width: 575.98px) {
    .gform_wrapper.gravity-theme .sidebar-form {
    	padding: 30px 6px 9px;
    }
	.gform_wrapper.gravity-theme .gfield:not(.gfield--type-html){
		margin-inline: auto;
		max-width: 268px;
		width: 100%;
	}
}

@media screen and (max-width: 320px){
	.postscript-contact .ginput_container_consent {
		display: flex;
		gap: 5px;
	}
	.postscript-contact .gfield--type-consent label {
		margin-top: -1px;
		margin-bottom: 5px;
	}
}