body, body p, body div{font-family: Roboto !important;font-weight: 400 !important; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
    font-weight: 400 !important;
}
b, strong {font-weight: bold !important;}
@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;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Roboto';z-index:99;}

.ry-btn {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    max-width: max-content;
    color: #fff;
    background: #b93b27;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: var(--font-default) !important;
}

div#info-sec .ry-each a {
    color: var(--color-secondary);
}

div#blog-image {
    background-size: cover;
    background-position: center;
    height: 200px;
    border-radius: 10px;
}

/*div#team-bio-image {
    width: 30%;  
}*/

div#team-bio-image img {
    border-radius: 0;
}


@media (max-width:768px) {
	   div#team-bio-image {
		width: 100%;

	} 
}

body.default div#ry-pg-body a.ry-btn.ry-btn-primary {
    height: 50px !important;
    font-size: 17px !important;
}

.page-anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

a#page-btn {
    max-width: fit-content;
    height: 50px;
    margin: 1em 0;
}

div#with-image-content img {
         border-radius: 20px;
}


/** COLLECTIONS PAGE **/
.gallery-container .ry-each img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.gallery-container .lightbox-trigger .ry-each {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gallery-container .lightbox-trigger .ry-each > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.gallery-container .lightbox-trigger {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-auto-rows: 150px;
	grid-auto-flow: dense;
}
.gallery-container .lightbox-trigger .ry-each.tall {
	grid-row: span 2;
}

.fancybox-thumbs>ul>li {
    background-size: contain !important;
}

@media (max-width:1199px) {
    .gallery-container .lightbox-trigger {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-auto-rows: 120px;
	}
}
/** END COLLECTIONS PAGE **/

  


@media (min-width:992px) {
    div#with-image-content div#with-image {
		width: 30%;
	}

	div#with-image-content div#with-text {
		width: 65%;
	}
}

@media (max-width:991px) {
   div#with-image-content {
       flex-direction:column;
       gap: 2em 0 !important;
   }

    div#with-image-content img {
        max-width: 300px;
         margin:auto;
        
     }
}




@media (max-width:767px) {
	
    div#info-sec {
		flex-direction: column;
		gap: 2em 0;
	}

	div#info-sec .ry-icon {
		width: 60px !important;
		height: 60px !important;
	}

	div#info-sec .ry-icon svg {
		height: 28px;
	}
	
	a#page-btn {
		margin: 1em auto;
		float:none;
	}
}



.ry-btn-primary:hover {background: #1a1919 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #1a1919 !important;}
.ry-btn.ry-btn-secondary:hover {background: #bfa787 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 20px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}


a.ry-btn.ry-btn-primary {
    background: #b93b27;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-title);
    height: 70px;
    padding: 0 30px;
}

.ry-heading h2 {
    font-size: 75px;
    line-height: 1.1;
    color: var(--color-secondary);
}

.ry-heading h4 {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: var(--font-default);
    color: #666;
    font-weight: 600 !important;
}

.ry-stars svg {
    width: 18px;
    fill: #f9b300;
}
.ry-flex.ry-stars {
    justify-content: flex-start;
    gap: 3px;
    margin-bottom: 10px;
}


@media (max-width:1080px) {
	
    .ry-heading h2 {
		font-size: 35px;
		letter-spacing: 0;
		text-align: center;
	}
	
	.ry-heading h4 {
       font-size: 16px; 
       text-align: center;
       margin-bottom:10px;
    }
}


@media (max-width:600px) {
    .ry-heading h2 {
		font-size: 25px !important;
		
	}
	
	
}


@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
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 <> */


/**/
	/*fonts*/
.custom-headline h2 {
    text-align: center;
    font-size: var(--font-title) !important;
    text-transform: uppercase;
    line-height: 1.2;
}

.custom-headline h2 span {
    display: block;
    font-family: 'Dancing Script';
    color: var(--clr-secondary);
    text-transform: capitalize;
    font-size: var(--font-spantitle);
}
	/*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;
		}
/*Modal*/
/* Header */
	/**/
.module-43 .ry-left img {
    max-width: 370px;
}

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

.module-43 .ry-right .ry-leads .ry-contact li:nth-child(odd) {
    background: var(--clr-primary) !important;
}
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(even) {
    background: var(--clr-secondary) !important;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
    color: #374151;
    font-size: 22px;
}

.ry-sticky-menu.fixed {
    background: var(--color-secondary);
}

.mobile-container .flex-wrap .mobile_logo img {
    max-width: 360px;
    filter: brightness(0) invert(1);
}




/* Hero */

.module-66 .bnr-textbox .ry-section-title {
    text-transform: capitalize;
    font-family: 'Dancing Script' !important;
}

.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
    object-position: top center;
}

.module-66 .carousel .carousel-control {
    opacity: 0;
}

.module-66 {
    z-index: 5;
}




	
/* Welcome */
	
.module-welcome.style-5 {
    margin-top: 0;
    padding: 18em 0 22em;
}
.module-welcome.style-5 .custom-headline h2, .module-welcome.style-5 .ry-text p {
    text-align: center;
    color: #666;
    line-height: 34px;
    font-weight: 500 !important;
}


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

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: 820px;
    display: flex;
    align-items: center;
    width: 100%;
}



.module-welcome.style-5 .ry-container {
    max-width: 1600px;
    width: 90%;
}
.module-welcome.style-5 .ry-flex {
	position: relative;top: -11em;
}


/*FEATURED SERVICES*/

.mobile-services .slick-track .each-block:hover .photo:hover {
	  background: transparent;
}



.mobile-services .slick-track .each-block:hover img {
  filter: none;
  z-index: 9999;
}

.ry-services.style2 * .link a, .ry-services.style2 .link {
	  z-index: 9999;
}

.mobile-services .slick-track .each-block:hover a.serv-learn-more-btn {
  color: #fff !important;
  font-weight: 300;
}


.link a {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  color:transparent !important;
	  outline: none;
	}

	.ry-services.style2 * .title {
	  position: static;
	  clear: both;
	}

	.ry-services.style2 * .title >div {
	  color: var(--color-secondary);
	  font-size: 30px;
	  font-weight: 400 !important;
	  =:
	  left !important;
	  line-height: 30px;
	  pointer-events: none;
	  font-family: 'Roboto Slab' !important;
	  text-align: center !important;
	}

	.mobile-services .slick-track .each-block {
	  /* margin-left: 60px; */
	  border-radius: 0;
	  outline: 0 !important;
	  outline-offset: 0 !important;
	}
	

	  .ry-services.style2 * .photo {
	  border-radius: 0;
	  cursor: pointer;
	  margin-bottom: 2em;
	}

	.ry-services.style2 * .slick-slide img {
	  border-radius: 0;
	}


	

	  .ry-services.style2  button.slide-arrow.next-arrow.slick-arrow {
	  position: absolute;
	  right: 0;
	  top: 0;
	}

	.ry-services.style2  button.slide-arrow.prev-arrow.slick-arrow {
	  position: absolute;
	  right: 100px;
	  top: 0;
	}

	.ry-services.style2  button.slide-arrow.next-arrow.slick-arrow, .ry-services.style2 button.slide-arrow.prev-arrow.slick-arrow {
	  background: var(--color-primary);
	  width: 80px;
	  height: 80px;
	  top: -150px !important;
	  border-radius: 100%;
	  color: #fff;
	}

	.ry-services.style2  button.slide-arrow.next-arrow.slick-arrow:before {
	  content: '';
	  font-family: 'FontAwesome';
	  font-size: 45px;
	  color: #fff;
	  background: transparent;
	  height: 20px;
	  width: 20px;
	  border: 2px solid #fff;
	  position: absolute;
	  top: 50%;
	  transform: rotate(
132deg);
	  top: 38%;
	  right: 43%;
	  border-bottom: none;
	  border-right: none;
	}

	.ry-services.style2 button.slide-arrow.prev-arrow.slick-arrow:before {
	  content: '';
	  font-family: 'FontAwesome';
	  font-size: 45px;
	  color: #fff;
	  background: transparent;
	  height: 20px;
	  width: 20px;
	  border: 2px solid #fff;
	  position: absolute;
	  top: 50%;
	  transform: rotate(312deg);
	  top: 38%;
	  left: 43%;
	  border-bottom: none;
	  border-right: none;
	}

.ry-services.style2 .slick-track {
    gap: 0 3em;
    display: flex;
    justify-content: space-between;
}

.ry-services.style2 .slick-list {
    overflow: visible;
}

/*END FEATURED SERVICES*/



/* HP LOCATIONS */

div.hp-locations {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-53f7c59b-853c-4e63-b00e-c51ec2adb28f/ASSETS/locations_bg.png);
    background-size: cover;
    background-position: center;
    height: 1056px;
    background-color: #f4eee5;
}

div.hp-locations .ry-heading h2 {
    color: var(--color-primary);
    text-align: right;
    position: relative;
    top: 88px;
}

div.hp-locations .ry-content {
    position: relative;
    padding: 5em;
}

div#hp-cta-flex {
    gap: 0 3em;
}

.hp-cta-title .ry-text >div {
    color: #fff;
    font-family: var(--font-title) !important;
    font-size: 28px;
}

div.hp-locations .ry-icon {
    background: #dfd1bb;
    margin: -2.5em auto 1.5em;
    width: 110px;
    height: 110px;
    z-index: 999;
    position: relative;
	    pointer-events: none;
}

div.hp-locations .ry-icon svg {
    fill: #b93b27;
    width: 43px;
}

div.hp-locations:before {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-53f7c59b-853c-4e63-b00e-c51ec2adb28f/ASSETS/box.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 4%;
    width: 100%;
    height: 908px;
    content: '';
    background-size: cover;
    margin: auto;
    background-position: center;
    max-width: 1494px;
}



@media (max-width:1500px) {
    div.hp-locations:before {
		background-repeat: no-repeat;
		max-width: 1494px;
		background-size: contain;
		width: 85%;
		height: 95%;
		top: -6%;
	}

	div.hp-locations {
		height: 1056px;
		margin-bottom:-6em

	}
}


@media (max-width:1199px) {
    div.hp-locations:before {
        display:none;
    }
	
	div.hp-locations .ry-heading h2 {
		top: 0 !important;
		text-align: center !important;
		margin-bottom: 1.2em;
	}

	div.hp-locations .ry-content {
		padding: 0;
		display: flex;
		flex-direction: column-reverse !important;
	}

	div.hp-locations .ry-content {
		padding: 0;
	}

	.hp-cta-title .ry-text >div {
		font-size: 23px !important;
		line-height: 1.2 !important;
	}

	div#hp-cta-flex  {
		gap:0 2em !important;
	}

	div.hp-locations {
		margin-bottom: 0;
		height: auto;
		padding: 4em 0;
		background-image: url(https://www.royacdn.com/unsafe/smart/Site-53f7c59b-853c-4e63-b00e-c51ec2adb28f/ASSETS/locations_bg.jpg);
	}

	div.hp-locations .ry-icon {
		width: 50px;
		height: 50px;
		margin: -1.5em auto 1.5em;
	}

	div.hp-locations .ry-icon svg {
		width: 29px !important;
	}

}

@media (max-width:767px) {
 div#hp-cta-flex {
    flex-direction: column;
    gap: 3em 0 !important;
}  

 div#hp-cta-flex  img {
  max-width:250px !important;
  margin:auto;
}

}

/* HP END LOCATIONS */


/* Insurance */
	/**/
#section-insurances .ry-multi-item-slider {
    padding: 0;
    margin-top: -10vw;
}

#section-insurances #top-brands .ry-multi-item-slider .container.ry-container {
    padding-top: 60px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-deeaa1fd-8a60-4cfe-ba06-52a5b55e8359/Background_images/GCEA_brands_bg.jpg) center center no-repeat;
	background-size: cover;
}

#section-insurances .owl-carousel .owl-nav .owl-prev, body.home .owl-carousel .owl-nav .owl-next {
    opacity: 0;
}
#section-insurances .ry-multi-item-slider-heading-section, .ry-multi-item-slider-heading-section h2 {
    color: var(--clr-secondary) !important;
    font-family: 'Dancing Script' !important;
    text-transform: capitalize;
    margin-bottom: 0;
}

#section-insurances .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: invert(0);
}

#section-insurances .owl-carousel .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot.active {
    background: var(--clr-secondary);
    height: 12px;
    width: 40px;
    border-radius: 10px;
}

#section-insurances .owl-carousel .owl-dots .owl-dot {
    opacity: .2;
}

#section-insurances .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.option-1:before {
}
.module-testimonials.option-1 .testimonials-wrapper {
}
.module-testimonials.option-1 .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.module-testimonials.option-1 .custom-headline h2, .module-testimonials.option-1 .custom-headline h2 .span-1 {
    text-align: left;
}
.module-testimonials.option-1 .button-wrapper a {
}
.module-testimonials.option-1 .custom-headline h2 .span-1 {
    margin-bottom: 20px;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding: 0;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p, .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
}

.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right {opacity: 0;}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
    justify-content: center;
}

.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-primary);
	width: 40px !important;
}

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

.testimonials-wrapper .carousel-indicators {
    text-align: left;
    padding-left: 0 !important;
    bottom: 0 !important;
    display: none !important;
}

.testimonials-wrapper .comment {float: none;max-width: 900px;margin: 1em auto 0;}



.testimonials-wrapper .ry-multi-item-slider {
    padding: 0;
}








/* Footer */
	/**/


.module-44 .ry-footer-top {
    padding-bottom: 3vw;
}




/*Media Queries*/
	/**/

@media screen and (max-width: 1080px){
    .module-welcome.style-5 .ry-each:not(.image-wrapper),
    .module-welcome.style-5 .ry-each.image-wrapper{
        max-width: 100%;
    }
    .module-welcome.style-5 .custom-headline h2, .module-welcome.style-5 .ry-text p,
    .module-testimonials.option-1 .custom-headline h2, .module-testimonials.option-1 .custom-headline h2 .span-1{
        text-align: center !important;
    }
    .module-welcome.style-5 .text-wrapper {
        margin-bottom: 0;
    }
    
    .module-welcome.style-5 .ry-flex {
        gap: 40px;
    }
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-top: 0;
    }
    .module-services.style-12 .content .ry-flex .ry-each:first-child, .module-services.style-12 .content .ry-flex .ry-each:last-child {
        border-radius: 0;
    }
    
    .module-team.style-1 .ry-flex {
        width: 100%;
        /* margin: auto; */
    }
    
    .module-testimonials.option-1 .content {
        max-width: 100%;
        margin-left: 0;
        flex-direction: column;
        gap: 40px;
    }
    .module-testimonials.option-1 .button-wrapper a {
        margin-left: auto;
    }
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p, .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
        text-align: center;
        
    }
    
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
        justify-content: center;
    }
    
    .testimonials-wrapper .carousel-indicators {
        text-align: center;
    }
    .module-team.style-1 {
        padding: 60px 0;
    }
    .module-66 .carousel .carousel-inner .item img {
        height: 100%;
    }
}




/* HOMEPAGE FRAMES SECTION*/


.hp-frames-section .ry-container {
    width: 90%;
}

.hp-frames-section .ry-content .ry-flex {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.hp-frames-section .ry-content .ry-flex .ry-each {
    max-width: 800px;
    /* padding-right: 8%; */
}

.hp-frames-section .ry-content .ry-text {
    margin: 10px 0 30px;
    max-width: 600px;
}

.hp-frames-section .ry-content .ry-text p {
    letter-spacing: 0;
    color: #fff;
}

.hp-frames-section {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3ede5;
}

.hp-frames-section {
    z-index: 1;
}

.hp-frames-section .ry-content {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-53f7c59b-853c-4e63-b00e-c51ec2adb28f/ASSETS/glaases_frames_bg.png);
    background-size: cover;
    background-position: center;
    height: 850px;
    margin-top: -18%;
}

div.hp-frames-section .ry-heading h2 {
    color: var(--color-primary);
}


@media (max-width:1199px) {
	
	.hp-frames-section .ry-content .ry-flex {
		justify-content: center !important;
	}

	.hp-frames-section .ry-content .ry-flex .ry-heading h2 {
		text-align: center !important;
	}

	div#hp-frames-mobile-image img {
		border-radius: 0 !important;
		max-width: 500px !important;
		margin: auto !important;
	}

	.hp-frames-section .ry-content .ry-flex .ry-each {
		max-width: 100% !important;
	}

	.hp-frames-section .ry-content .ry-text {
		margin: 0 auto 2em !important;
	}

	div.testimonial-inner h3:before {
		top: -12% !important;
	}
}

/* END HOMEPAGE FRAMES SECTION*/




/* HOMEPAGE GALLERY */

.homepage-gallery button.slick-prev.slick-arrow,
.homepage-gallery button.slick-next.slick-arrow {
    display: none !important;
}

.homepage-gallery .slick-track {
    display: flex;
    gap: 0 2em;
}

.homepage-gallery .ry-heading h2 {
    color: var(--color-primary);
    max-width: fit-content;
    margin: 0 auto 1em;
    position: relative;
}

.homepage-gallery {
    padding: 8em 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-53f7c59b-853c-4e63-b00e-c51ec2adb28f/ASSETS/gallery_bg.jpg);
    background-size: cover;
    background-position: center;
}

.homepage-gallery .slick-list {
    overflow: visible;
}

.homepage-gallery ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0 10px;
    margin-top: 4em;
}

.homepage-gallery ul.slick-dots li {
    list-style: none;
}

.homepage-gallery ul.slick-dots button {
    color: transparent !important;
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    border-radius: 100%;
    opacity: 0.2;
}

.homepage-gallery ul.slick-dots li.slick-active button {
    opacity: 1;
}

.homepage-gallery .ry-heading h2:before, .homepage-gallery .ry-heading h2:after {
    background: url(https://www.royacdn.com/unsafe/smart/Site-53f7c59b-853c-4e63-b00e-c51ec2adb28f/ASSETS/shape_left.png);
    content: '';
    position: absolute;
    width: 400px;
    height: 2px;
    left: -90%;
    top: 48%;
}

.homepage-gallery .ry-heading h2:after {
    left: initial;
    right: -90%;
    transform: rotate(180deg);
}


@media (max-width:1660px) and (min-width:1200px) {
    .homepage-gallery .ry-heading h2 {
    	padding: 0 20px !important;
    }
}

@media (max-width:1199px) {
    div.homepage-gallery .ry-heading h2 {
        padding: 0 35px !important;
    }

    div.homepage-gallery .ry-heading h2:before,
    div.homepage-gallery .ry-heading h2:after {
        width: 300px;
    }

    div.homepage-gallery {
        padding: 4em 0 !important;
    }

    div.homepage-gallery .slick-slide {
        max-width: 200px;
    }
}


@media (max-width:500px) {

 div.homepage-gallery .ry-heading h2 {
        padding: 0px 5px !important;
    }

     div.homepage-gallery .ry-heading h2:before,
    div.homepage-gallery .ry-heading h2:after {
        width: 150px;
    }

}



/* END HOMEPAGE GALLERY */


/* MAP SECTION*/

div.map-section img {
    object-fit: cover;
    height: 900px;
    object-position: center;
}

div.map-section {
    margin-top: 0;
}


.locations-link-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.location-link a, .location-link {
    position: absolute;
    background: transparent;
    color: transparent !important;
    height: 80px;
    width: 170px;
    display: block;
    cursor: pointer;
    border-radius: 10px;
}

div.map-section div#loc2 {
    right: 54.5%;
    top: 63px;
}

div.map-section div#loc3 {
    left: initial;
    right: 15.5%;
    top: -72px;
}


div.map-section div#loc1 {
    left: 18.6%;
    top: -7px;
}


@media (max-width: 1199px) {
	
    div.map-section img {
        height: 500px !important;
    }
}



/* END MAP SECTION*/





/* RESPONSIVE*/

@media (max-width:1660px) and (min-width:1200px) {
	
    div.module-welcome.style-5 em {
        font-size: 65px !important;
    }
    
    div.module-welcome.style-5 .ry-heading h2 {
        font-size: 45px !important;
        letter-spacing: -2px !important;
    }
    
    div.module-welcome.style-5 {
        padding: 16em 0 13em !important;
        margin-bottom: -5em;
    }
    
    div.hp-frames-section .ry-content {
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    div.hp-frames-section .ry-content .ry-flex .ry-each {
        max-width: 650px;
    }
    
    div.module-team.style-1 {
        padding-top: 3em !important;
    }
}



@media (max-width:1199px) {
	  a#hp-team-btn {
		margin-top: 2em;
		}

	  .module-team.style-1 {
		padding: 5em 0;
		margin-bottom: 0;
	  }
	
		a#collections-btn {
			margin: auto;
		}

		div.hp-frames-section .ry-heading h2 {
			color: var(--color-secondary) !important;
			line-height:1.2 !important;
		}
	
	   div.hp-frames-section {
        margin-bottom: 0;
        background: #fff;
        height: auto;
        padding: 4em 0 4em;
        background-size: cover;
        background-position: left;
    }
	  .module-testimonials.option-1 {
		margin-bottom: 0;
		padding: 4em 0;
	  }
	  .module-44 {
		padding: 3em 1em 1em !important;
	  }

	  .module-44::before {
		background: var(--color-secondary);
	  }
	  .hp-ordercontact-section:before {
		content: '';
		position: absolute;
		/*! background: url(https://www.royacdn.com/unsafe/smart/Site-deeaa1fd-8a60-4cfe-ba06-52a5b55e8359/HomepageAssets/cl_img_bg.png); */
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: 36%;
		opacity: 0.2;
	  }
	  .hp-ordercontact-section .ry-content .ry-flex {
		justify-content: center;
	  }
	  div.hp-frames-section.ry-content .ry-flex .ry-each {
		padding: 0;
		max-width: 100%;
	  }
	  

	  div.hp-frames-section .ry-content .ry-text p {
		color: #666;
		text-align: center !important;
		font-size: calc(18px + 2 * ((100vw - 500px) / 940));
		line-height: 34px;
		letter-spacing: 0;
		}
}


@media (max-width:768px) {
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
		font-size: 23px !important;
	}

	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper svg {
		width: 15px !important;
		height: 15px !important;
	}

}

@media (max-width:767px) {
	a#hp-team-btn {
		margin-top:5em !important;
	}
}


@media (max-width:500px) {
	
	div.testimonial-inner h3:before {
		top: -7% !important;
	}
	
}


/* End - RESPONSIVE*/



:root {
    --color-primary: #bfa787;
    --color-secondary: #1a1919;
    --font-default: Roboto;
    --font-title: craw-modern-urw;
    
}