@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #ffffff;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #ffffff;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #ffffff;}
body {font-family: Lato !important;}
.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Lato';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #ffffff !important;background: #feb101 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #260093 !important;color: #ffffff !important;}
.ry-btn-secondary:hover {background: #feb101 !important;color: #ffffff !important;}
.ry-btn.ry-btn-secondary{color: #ffffff !important;background: #260093 !important;}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}


.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

/* HP Edits - Started <January 14, 2026> */

:root {
	--clr-white: #ffffff;
	--clr-black: #2f241e;
	--clr-primary: #feb101;
	--clr-secondary: #260093;
	
	--font-herotitle: clamp(3rem, 2.0625rem + 3vw, 3.75rem); /*60px*/
	--font-title: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.14625rem, 0.9657rem + 0.7405vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
}
/**/
	/*fonts*/

.custom-headline h2 {
    text-align: center;
    font-size: var(--font-title) !important;
    color: var(--clr-secondary);
}

.custom-headline h2 span {
    display: block;
    font-size: var(--font-subtitle);
    text-transform: uppercase;
    color: var(--clr-primary);
    letter-spacing: 0.28em;
}


	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
.ry-btn {
    border-radius: 999px;
}
/*Modal*/
/* Header */
	/**/

.module-header.style-10 .ry-right .ry-menu .nav-menu li a {
    color: #374151;
}

.module-header.style-10 .ry-right .button-group .ry-btn.btn-transparent {
    color: var(--clr-secondary) !important;
}

.module-header.style-10 .social-header .ry-social-custom .social-inner-wrap svg {
    fill: #374151;
}


.mobile-container {
    background: var(--clr-white);
}
/* Hero */
	/**/
	.module-66 .carousel .carousel-inner .item .text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to bottom, white, transparent);
}

.module-66 .carousel .carousel-inner {
    opacity: 1;
}

/* CTA */
	/**/
.module-25-cta {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-64830b01-99ca-4cbe-847d-0d6ea4976691/Background_images/AnaheimChiro_cta_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 6.6vh 0;
}
.module-25-cta .ry-hero-cta-img-container img {
    object-fit: cover;
}

.module-25-cta #swiper-hero {
    padding-bottom: 70px;
}

.module-25-cta .ry-hero-cta-img-container {
    margin-bottom: 40px;
}

.module-25-cta .ry-hero-cta-text {
    line-height: 1;
}
.module-25-cta .ry-hero-cta-text a {
    color: white;
}
/* Welcome */
	/**/

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
.module-welcome.style-5 .ry-text .ry-btn {
    margin-top: 30px;
}

.module-welcome.style-5 p {
    line-height: 1.2;
}
/* Services */
	/**/

.ry-services.style1 .ry-flex .ry-each .photo:before {
    opacity: 0;
}

.ry-services.style1 .ry-flex .ry-each .title div {
	font-weight: 400;
}
.ry-services.style1 .ry-flex .ry-each .title div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 320px;
    height: 100%;
    transform: translate(-50%, 0);
    border-left: 0;
    border-right: 0;
    z-index: -1;
    background: #00000080;
}
.module-services.style-10 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-64830b01-99ca-4cbe-847d-0d6ea4976691/Background_images/AnaheimChiro_services_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.module-services.style-10:before {
    background: none;
}

.module-services.style-10 .ry-flex .ry-each .services-details p {
    color: #666;
}
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
    border-radius: 50px;
    overflow: hidden;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(even) .photo:before {
    background: var(--clr-secondary);;
}
.module-services.style-10 .box-wrapper h4 {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 5%;
    color: white;
    z-index:2;
    transform: translateX(-50%);
}
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(even):hover h4 {
    background: var(--clr-secondary);
    padding: 10px;
    border-radius: 999px;
}
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(odd):hover h4 {
    background: var(--clr-primary);
    padding: 10px;
    border-radius: 999px;
}
/* Meet the Team */
	/**/

.module-69.style2 {
    padding: 6.6vh 0;
}

.module-69.style2 .ry-container {
    border-radius: 50px;
    box-shadow: 0 0 7px 0 #33333321;
}

.module-69 .ry-each-right .btn-content {
    justify-content: center;
    max-width: 100%;
}

.module-69 .ry-each-right p {
    text-align: center;
}

.module-69 .custom-headline {
    margin-bottom: 2em;
}
.module-69.style2 .ry-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, var(--clr-primary), #feb10133, transparent);
}

.module-69 .ry-each-right {
    background: none;
}

.module-69 .ry-each-right:before {
    background: none;
}

.module-69.style2 .ry-container {
    overflow: hidden;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.option-1::before {
    height: 100%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-64830b01-99ca-4cbe-847d-0d6ea4976691/Background_images/AnaheimChiro_testimonial_bg.jpg) center center no-repeat;
	background-size: cover;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    background: var(--clr-white);
	min-height: 520px !important;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
    background: var(--clr-primary);
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p, .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    color: #374151;
}

.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-primary);
}

.module-testimonials.option-1 .custom-headline h2 {
    color: var(--clr-white);
}
/* Footer */
	/**/

.footer.style-3 .footer-top {
    background: #200564;
}
.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
    margin-left: -5px;
}
/*Media Queries*/
	/**/


@media (max-width: 1080px) {
    .mobile-container .flex-wrap .mobile_logo img {
        max-width: 100px;
    }
    .module-welcome.style-5 .ry-flex {
        gap: 40px;
    }
}
@media (max-width: 1199px) {
    .module-69.style2 .ry-container::before {
        width: 100%;
        background: linear-gradient(to bottom, var(--clr-primary), #feb10133, transparent);
        height: 50%;
    }
    
    .module-69.style2 .bg-image {
        background-position: right;
    }
    .ry-list-wrp .ry-list-item .ry-list-photo {
        width: fit-content;
    }
	body[data-page-name="services"] .ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: 0 auto;
	}
	body[data-page-name="services"] #ry-pg-body p {
		margin-bottom: 30px;
		text-align: center !important;
	}
	body[data-page-name="services"] #ry-pg-body h4 {
		text-align: center !important;
	}
	body[data-page-name="services"] .services-grid a.ry-btn.ry-btn-primary, .services-grid a.ry-btn.ry-btn-primary {
		margin: 0 auto;
	}
}
@media (max-width: 992px) {
    .ry-services.style1 .ry-flex .ry-each {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .module-66.ry-section {
        margin-top: 120px;
    }
}
@media (min-width:1201px){
    .module-services.style-10 .custom-headline h2 {
        text-align: left;
    }
}
@media (max-width:1024px){
    .module-25-cta .ry-flex {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }
    .module-25-cta .ry-flex .ry-el-link.ry-each {
        width: fit-content;
    }
}
/* End - HP Edits*/
	
body[data-page-name="payment-options"] #payment-insurance .module-32-heading-2 h4 {
    color: #feb101;
    text-transform: capitalize;
    letter-spacing: 1px;
}
	
body[data-page-name="payment-options"] .swiper-container-horizontal>.swiper-pagination-bullets {
			display: none;
}
body[data-page-name="our-products"] .ry-multi-item-slider::before {
    background: none;
}

body[data-page-name="our-products"] .owl-carousel .owl-item img {
    filter: none;
}
body[data-page-name="our-products"] .work {
    width: 250px;
}
body[data-page-name="index"] .ry-multi-item-slider {
    display: none;
}
body[data-page-name="payment-options"] #payment-insurance .module-32 .swiper-button-prev, #payment-insurance .module-32 .swiper-button-next {
    display: block;
}

body[data-page-name="payment-options"] #payment-insurance .module-32 .swiper-button-prev:before, #payment-insurance .module-32 .swiper-button-next:before {
    color: black !important;
    font-size: 30px;
}
.custom-social-wrapper .social-inner-wrap li a.google {
    background: var(--clr-secondary);
}
.custom-social-wrapper .social-inner-wrap li:hover a.google {
    background: var(--clr-primary);
}
body[data-page-name="services"] #ry-pg-body p {
	margin-bottom: 30px;
}