@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: #9e1f41 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #050505 !important;color: #ffffff !important;}
.ry-btn-secondary:hover {background: #9e1f41 !important;color: #ffffff !important;}
.ry-btn.ry-btn-secondary{color: #ffffff !important;background: #050505 !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;
}
@media (width > 768px) {img.full-width-img, .ry-photo img {width: 50%; margin: 0 auto;}}

/* HP Edits - Started <April 09, 2026> */

:root {
	--clr-white: #ffffff;
	--clr-black: #2f241e;
	--clr-primary: #9e1f41;
	--clr-secondary: #050505;
	
	--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 h1 {
    text-align: center;
    font-size: var(--font-herotitle);
    color: var(--clr-white);
    font-family: 'Baskerville';
    line-height: 1.3;
}

.custom-headline h1 span {
    display: block;
    font-family: 'Lato';
    font-size: var(--font-spantitle);
}

.custom-headline h2 {
    text-align: center;
    font-size: var(--font-title) !important;
    color: var(--clr-black);
    line-height: 1.3;
    font-family: 'Lato';
}
.custom-headline h2 span {
    display: block;
    font-family: 'Baskerville' !important;
    font-size: var(--font-herotitle);
    text-transform: uppercase;
    color: var(--clr-primary);
}
	/*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-menu .ry-nav li.dropdown .dropdown-menu li {
            background: var(--clr-primary);
            color: #374151;
        }
		.ry-btn.ry-btn-primary {
			border-radius: 999px;
		}
/*Modal*/
/* Header */
	/**/
body.default #ry-section-header.module-43 {
    background: white !important;
}
.module-43 .ry-right .ry-menu .nav-menu li a:hover {
    color: var(--clr-primary);
}

.module-43 .ry-right .ry-leads .ry-contact {
    gap: 30px;
}

.module-43 .ry-right .ry-leads .ry-contact li.ry-el-link, .module-43 .ry-right .ry-leads .ry-contact li.social-wrapper {
    border-radius: 999px;
}
.module-43 .ry-right .ry-leads .ry-contact li.ry-el-link {
    background: var(--clr-secondary) !important;
}
.mobile-container {
    background: var(--clr-white);
}

.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
    background: var(--clr-primary);
}
.ry-sticky-menu.fixed {
    background: white;
    box-shadow: 0 0 7px #333;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
    color: #374151;
}
.module-43 .ry-left img {
    max-width: 360px;
}
.module-43 .ry-right .ry-leads .ry-contact li.social-wrapper.drop-btn {
    overflow: visible;
}
.module-43 .ry-right .ry-leads .ry-contact li a {
    display: flex;
    align-items: center;
}
.module-43 .ry-right .ry-leads .ry-contact li span.call_us, .module-43 .ry-right .ry-leads .ry-contact li a, .module-43 .ry-right .ry-leads .ry-contact li:nth-child(1):hover span {
    text-transform: uppercase;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
    font-weight: 600 !important;
}
	/* Book appointment Dropdown */
	.dropdown {
	  position: relative;
	}

	/* Style the dropdown button */
	.dropbtn {
	  background-color: #4CAF50;
	  color: white;
	  padding: 16px;
	  font-size: 16px;
	  border: none;
	  cursor: pointer;
	}

	/* Dropdown content */
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: var(--clr-secondary);
	  min-width: 200px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 10;
	}

	/* Links inside dropdown content */
	.dropdown-content a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {
	  background-color: var(--clr-primary);
	}

	/* Show the dropdown content on hover */
	.dropdown:hover .dropdown-content {
	  display: block;
	}

	/* Change background color of dropdown button on hover */
	.dropdown:hover .dropbtn {
	  background-color: #3e8e41;
	}
	/* END - Book appointment Dropdown */
/* Hero */
	/**/
.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
}

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

.module-66 .carousel .carousel-inner .item .text-center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white, #ffffff9e, transparent, transparent, #050505b5);
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
.module-welcome.style-5 .background-section {
	opacity: 1;
    filter: none;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}
.module-welcome.style-5 .ry-each:not(.image-wrapper), .module-welcome.style-5 .ry-each.image-wrapper {
    max-width: 50%;
}

.module-welcome.style-5 .text-wrapper {
    max-width: 100%;
}

.fb-page.fb_iframe_widget {
    display: flex;
    justify-content: center;
}

.module-welcome.style-5 .ry-each.image-wrapper .plugin-wrapper {
    width: 100%;
}
@media (max-width:768px){
    .module-welcome.style-5 .ry-each:not(.image-wrapper), .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: 100%;
    }
}
@media (max-width:320px){
    .fb-page.fb_iframe_widget[data-width] {
        width: 320px;
    }
}


/* Services */
	/**/
.ry-services.style2 .custom-headline h2,
.ry-services.style2 .custom-headline h2 span {
	color: var(--clr-white);
}
.ry-services.style2:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-197168c9-d407-41d3-bd05-80c1c54feee0/Background_images/HVH_services_bg.jpg) center center no-repeat;
	background-size: cover;
    top: auto;
    bottom: 0;
    opacity: 1;
}

.ry-services.style2 .block-count-7 {
    margin-top: 40px;
}

.ry-services.style2 .block-count-7 .ry-each .each-block {
    background: white;
    border-radius: 999px;
    box-shadow: 0 0 7px #33333366;
    border: 5px solid var(--clr-secondary);
    border-radius: 999px;
}

.ry-services.style2 .ry-each .photo img {
    border-radius: 0;
    height: 50%;
    width: 50%;
    left: 25%;
    top: 10%;
    object-fit: contain;
    opacity: 1;
    filter: brightness(0)
}

.ry-services.style2 .ry-each .title div {
    color: var(--clr-secondary);
}

.ry-services.style2 .ry-each .each-block {
    background: white;
    border-radius: 999px;
}


.ry-services.style2 .ry-each .photo:after {
    background: var(--clr-secondary);
    opacity: 0.9;
}

.ry-services.style2 .ry-each .each-block:hover .title div {
    color: var(--clr-white);
}

.ry-services.style2 .block-count-7 .ry-each .each-block, .ry-services.style2 .block-count-6 .ry-each .each-block, .ry-services.style2 .block-count-5 .ry-each .each-block, .ry-services.style2 .block-count-4 .ry-each .each-block, .ry-services.style2 .block-count-3 .ry-each .each-block {
    border: 5px solid var(--clr-secondary);
}
/* Meet the Team */
	/**/

.module-28 {
    background: none;
    padding: 6.6vh 0;
}
.module-28 .ry-content {
    height: 100%;
}

.module-28 .ry-left, .module-28 .ry-left img {
    position: relative;
}

.module-28 .ry-left img {
    opacity: 0;
}

.module-28::before {
    content: "";
    position: absolute;
    top: 0;
    left: inherit;
    height: 100%;
    width: 45%;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-197168c9-d407-41d3-bd05-80c1c54feee0/Background_images/hp_ourstaff.jpg) center center no-repeat;
	background-size: cover;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.option-1 .custom-headline h2,
.module-testimonials.option-1 .custom-headline h2 span {
	color: var(--clr-white);
}
.module-testimonials.option-1:before {
    bottom: auto;
    top: 0;
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 180px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-197168c9-d407-41d3-bd05-80c1c54feee0/Background_images/HVH_reviews_before.jpg) center center no-repeat;
	background-size: cover;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    border-radius: 999px;
    background: white;
    box-shadow: 0 0 50px 3px rgba(119, 119, 119, 0.5);
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    color: #374151;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    color: var(--clr-secondary);
}

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

.testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: .3;
}

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

.module-testimonials.option-1 {
    padding: 6.6vh 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-197168c9-d407-41d3-bd05-80c1c54feee0/Background_images/HVH_reviews_bg.jpg) center center no-repeat;
	background-size: cover;
}

/* Footer */
	/**/
.module-16 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-197168c9-d407-41d3-bd05-80c1c54feee0/Background_images/HVH_footer_bg.jpg) center center no-repeat;
	background-size: cover;
}
.module-16 #footer-row1 {
    border-radius: 30px;
    margin-top: 4.66667vw;
    gap: 60px;
    padding: 3.16667vw 3.66667vw;
}
.module-16 #footer-row2 .ry-text .span-2 , .module-16 #footer-row2 a, .module-16 #footer-row2 .ry-right .ry-text span  {
    color: var(--clr-white)
}
.module-16 #footer-row2 .ry-right img {
    filter: brightness(0) invert(1);
}
.module-16 #footer-row1 .card-wrap {
    flex-direction: column;
}
.module-16 #footer-row1 .card {
    max-width: 100%;
    width: 100% !important;
}

.module-16 .ry-container {
    padding-left: 18.66667vw;
    padding-right: 18.66667vw;
}

.module-16 #footer-row1 .card-wrap {
    margin: auto 0;
}

.module-16 #footer-row1 .card-wrap:last-child {
    flex-direction: column;
    gap: 30px;
}
/*Media Queries*/
	/**/
@media (max-width:1380px){
    .module-28 .ry-flex {
        flex-direction: column-reverse;
    }
    
    .module-28::before {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }
    
    .module-28 .ry-left, .module-28 .ry-left img {
        height: 570px;
    }
}
@media (max-width:1080px){
	.ry-services.style2 .mobile-services {
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
    .ry-services.style2 .each-block {
        background: var(--clr-white);
        box-shadow: 0 0 7px #33333359;
        border: 10px solid var(--clr-secondary);
        border-radius: 999px;
        overflow: hidden;
		max-width: 20vh;
        margin: 0 auto;
    }
    
    .ry-services.style2 .each-block .photo img {
        object-fit: contain;
        height: 50%;
        width: 50%;
        left: 25%;
        top: 15%;
        filter: brightness(0);
    }
    
    .ry-services.style2 .each-block .title div {
        color: var(--clr-secondary);
    }
    
    .ry-services.style2 .each-block .photo::before {
        opacity: 0;
    }
    .module-welcome.style-5 .ry-flex {
        gap: 40px;
    }
}

@media (max-width:1024px){
    .module-66 .carousel .carousel-inner .item img {
        height: 100%;
    }
    .module-66 .bnr-textbox {
        position: relative;
        background: var(--clr-secondary);
        padding: 40px 10px;
		margin: 0 !important;
    }
    .mobile-container {
        position: relative;
    }
    .module-16 #footer-row1 {
        flex-direction: column-reverse;
    }
    
    .module-16 #footer-row1 .card .card-title .ry-heading {
        text-align: center;
    }
    
    .module-16 #footer-row1 .card {
        max-width: 50%;
        width: 41.66667vw !important;
        margin: 0 auto;
    }
}
@media (max-width:768px){
    .module-28::before {
        height: 30%;
    }
    .module-28 .ry-left, .module-28 .ry-left img {
        height: 270px;
    }
    .module-16 #footer-row1 .card {
        width: 100% !important;
    }
    .module-16 #footer-row1 {
        padding-top: 11.16667vw;
    }
}
/* End - HP Edits*/
	
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		color: #fff !important;
	}
	
	body[data-page-name="contact-us"] div#ry-section-map {
    display: none !important;
}
	
	body[data-page-name="contact-us"] #ry-pg-body {
		padding: 100px 0 220px;
	}
	