/*
 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
------------------------------------------------------- */

.section-4 .container {
	z-index: 2;
}

.section-4 .divider-image {
	position: relative;
}

.section-4 .divider-image:before {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); 
	content: '';
	height: 100px;
	position: absolute;
	top: -100px;
	right: 0;
	left: 0;
}

.section-4 .divider-image {
	margin-bottom: -2px;
}

.footer .address a {
	text-decoration: underline;
}

@media (max-width: 992px){
	.section-3 .img-col img, .section-4 .img-col img {
		width: 100%;
	}
	
	.footer .phone {
		margin-left: -8px;
	}
	.footer-box--2 {
		padding-left: calc(var(--bs-gutter-x) / 2);
	}
}