/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}

/* Nathan - Started <May 14, 2025> */

.module-welcome.style-6 .ry-each.image-wrapper {
    align-items: center;
}

.module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
    margin-top: -230px;
}

body[data-page-name="index"] #navigation {
    position: absolute;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: black;
}
.with-gradient:before {
    opacity: 0;
}

.module-testimonials.style-2::before {
    height: 100%;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-542f5664-b5a2-412a-bba5-31291e49ff94/backgrounds/rooseveltVisionClinic_reviews_bg.jpg);
	background-position: center top;
	background-size: cover;
}
.module-testimonials.style-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #faf5ef, #faf5efc7, transparent, #000000a6);
}
.cta-btn:nth-child(1) {
    background: var(--color-primary-background);
}

.cta-btn:nth-child(1):hover {
    background: transparent;
    border-color: var(--color-primary-background);
    color: var(--color-primary-background);
}
@media (max-width: 1080px) {
	body[data-page-name="index"] #navigation {
		position: relative;
	}
    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
        max-width: fit-content;
    }
	    .module-welcome.style-6 .ry-each.image-wrapper .photo.offset img.img-responsive {
        border-radius: 0;
    }
	.module-welcome.style-6 .ry-each.image-wrapper .photo.offset {
		margin-top: -110px;
	}
	#section-hp-services:before, .module-19.style2:before, .ry-services.style2::before {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
	#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
		height: 100% !important;
	}

	.snap-mobile-menu img {
		filter: invert(1);
	}
}

body[data-page-name="contact-us"] div#footer-map {
	display: none;
}

.module-welcome.style-6 img {
    border: 10px solid #972d40;
}

.swiper-pagination-bullet {
	background: #fff;
}

#hp-modal .fixed.w-screen {
	max-width:800px !important;
	width:100% !important;
}
@media (max-width: 1084px) {
	#map-wrapper{
		height:450px !important
	}
	#ry-footer .container >div {
		padding-inline:20px
	}
	#ry-footer .container .grid {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		gap:10vw;
		row-gap:30px
	}
}



@media (max-width: 680px) {
	#ry-footer .container .grid {
		display:grid;;
		grid-template-columns:repeat(1, 1fr);
		gap:30px
	}
	.module-testimonials .p-20 {
		padding-inline:20px
	}
}
