/*

* vers 1.0

* CSS TABLE OF CONTENTS

* 01 Start Custom Colors
* 02 Start Custom Primary Layout
* 03 Start Custom Modules
* 04 Start Custom Module Adjustments
* 05 Start Custom Settings
* 06 Start Custom Secondary Element & Misc Styling

*/


/*
=========================================
=========================================
=========================================
* 01 Start Custom Colors
=========================================
=========================================
=========================================
*/



/*Basic html*/
/*=========================================*/

body,
.content {
	color: #343434;
}

body {
	background-color: #000000;
}

.body {
	background-color: transparent;
}

.embed a,
.content a,
.sb-module a,
.nav a:not(.phone):hover,
.mobile-nav .primary-link.selected > a,
.mobile-nav .secondary-link.selected > a,
.mobile-nav-btn a .fa,
.mobile-nav-btn a i,
.phone a .fa,
.mobile-nav-btn a .fa,
.header .nav .primary-link > a:hover,
body.page-full-post .entry a
/*.carousel .item-content a*/  {
	color: #cc30cf;
	opacity: 1;
}

.carousel .item-content a {
	color: #ffffff;
	opacity: 1;
}


a:hover,
.content a:hover,
.content a:focus,
body.page-full-post .entry a:hover
/*.carousel .item-content a:hover*/ {
	color: #9da4b5;
	opacity: 1;
}
.social-module a,
.social-module a .fa {
	color: #ffffff;
	opacity: initial;
}

.social-module a:hover .fa {
	color: #6d6d6d;
}

.header .nav .primary-link > a,
.header .nav .primary-link.selected > a {
	color: #252525;
}

.header .nav .primary-link>a:hover,
.header .nav .primary-link.selected > a {
	background: transparent;
}

.text-color-1 {
	color: #806075;
}

.text-color-2 {
	color: #806075;
}

.border-color-1 {
	border-color: #da98d3!important;
}

.border-color-2 {
	border-color: #000000!important;
}

/* module border */
.border--bottom {
	border-bottom-color: #efefef;
}


/*Location List*/

.locations_list {
	color: #ffffff!important;
}

.header.logoshow .locations_list {
	color: #fff!important;
}

.location_name,
.location_text {
	color: #121212;
}

.locations_list a {
	color: #ffffff;
}


/*Social Media Icons Top Tab*/
/*=========================================*/

.tab {
	background-color: #25242300;
	border: transparent;
}

.tab,
.tab-sm a,
.tab-sm a .fa
 {
	color: #ffffff;
}

.tab-sm a:visited .fa {
	color: inherit;
}

.tab-sm a {
	background: rgba(255, 255, 255, 0.0);
	border-color: rgba(255, 255, 255, 0.0)!important;
	color: #000000!important;
}

@media screen and (min-width: 949px) {
.tab-sm a {
 }
}

.mobile-nav .tab-sm a {
	background: rgba(255, 255, 255, 0.0)!important;;
	border-color: rgba(255, 255, 255, 0.0)!important;;
}

.micro-cta [class*='col-'] .tab-sm a {
	background: rgb(255 255 255)!important;
	border-color: rgb(255 255 255)!important;
	color: #000000!important;
}

.micro-cta [class*='col-'] .tab-sm i {
	color: #000!important;
}


 .arrow-tabs > ul > li a {
	 color: #000000;
}

 .arrow-tabs > ul > li.ui-tabs-active a {
	 color: #ffffff;
}

.arrow-tabs > ul > li {
	background: #d2d2d2;
}

.arrow-tabs > ul > li.ui-tabs-active {
	background: #000000;
}


/*Socia Media Icons Footer*/
/*=========================================*/

.social-module a {
	background: #232323;
	border-color: rgb(0 0 0 / 0%);
}

.social-module a:hover {
	background: transparent;
	border-color: transparent;
}


/*H1 Headers*/
/*=========================================*/
.content h1,
.content h2,
.content h3,
.sb-module h2,
.sb-module .headline h2,
.post .title a,
.post h1.title,
.sb-services {
	color: #323232;
}

.sb-testimonials h2 {color: #ffffff;} 

.contact-form .headline h2 {
	color: #000000;
}

.content h3,
.embed h3 {
	color: #060606;
}

.content h1 span,
.content h2 span,
.content h1 strong,
.content h2 strong,
body:not(.page-app) .text--white h2 span {
	color: #222222!important;
}



/*header*/
/*=========================================*/

.header {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	border-bottom: 1px solid transparent;
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0);
}

.header.logoshow {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0);
}

@media (min-width: 949px) {
.header.logoshow {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0);
 }
}
	
/*==================================================================================*/
/* SET ON-SCROLL STYLING -- Header fill*/
/*==================================================================================*/


div.header__menu__fill {
	background: linear-gradient(90deg, #151f27 0%, #151f27 20%, #0f4544 100%);
	background: #fff;
	box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.00);
}

body.logoshow  div.header__menu__fill {
	background: linear-gradient(90deg, #151f27 0%, #151f27 20%, #0f4544 100%);
	background: #fff;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 0%);
}

@media screen and (min-width: 949px) {
div.header__menu__fill {
	/* background: linear-gradient(90deg, #0b1f2d 0%, #0b1f2d 20%, #422941 100%); */
	background: #ffffff;
	}
}

@media screen and (min-width:949px) {
body.logoshow  div.header__menu__fill {
	/* background: linear-gradient(90deg, #151f27 0%, #151f27 20%, #0f4544 100%); */
	background: rgb(255 255 255);
	}
}



/*header nav wrapper*/
/*=========================================*/

.header .nav-wrapper {
	background: transparent;
}

@media screen and (min-width:949px) {
.header .nav-wrapper {
	background: transparent;
	}
}

.header.logoshow .nav-wrapper {
	background: #fff;
}

@media screen and (min-width:949px) {
.header.logoshow .nav-wrapper {
	background: transparent;
	}
}

	
/*header logo*/
/*=========================================*/

header #sitelogo a {
  color: #fff;
  background: transparent;
}


body.logoshow img#logoimg,
body.logoshow img#logoimg:not(.logo-color) {
	filter: grayscale(0%) brightness(100%) invert(0%);
}

body footer img#logoimg {
	filter: grayscale(0%) brightness(100%) invert(0%)!important;
}

/*logo text*/
/*=========================================*/

.toolbar-links [class*='fcol-'] #logotext,
.footer #logotext {
	color: #3b3b3b;
}

.logoshow .toolbar-links [class*='fcol-'] #logotext {
	color: #545454;
}


/*Desktop nav*/
/*=========================================*/

.header.logoshow .nav .primary-link > a,
.header.logoshow .nav .primary-link.selected > a,
.header.logoshow .nav .primary-link > a i,
.header.logoshow .nav .primary-link.selected > a i {
	color: #0c0c0c !important;
}

.header .nav .dropdown-wrapper ul {
	background: rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 8%);
	border: 2px solid #fff;
}

.nav ul li.mega-dropdown .dropdown-wrapper li.secondary-link > a {
	color: #aa309a!important;
}



/* Extra Dropdown Top Arrrow   
------------------------------------------------*/

/*
.header .nav .dropdown-wrapper ul:after,
.header .nav .dropdown-wrapper ul:before {
	display: block;
}
*/


/*mobile nav*/
/*=========================================*/

.hamburger .menu-label {
	color: #801525;
}

.mobile-nav {
	background: #000000;
	box-shadow: -17px 0px 20px 0px rgba(0, 0, 0, 0.1), -1px 0 10px rgba(0, 0, 0, 0.3);
}

.mobile-nav a {
	color: #ffffff;
}

.mobile-nav a:not(a.btn):hover {
	opacity: .6;
}

.mobile-nav .selected a {
	color: #ffffff;
}

.mobile-nav ul > li.selected > div a {
	color: #ffffff!important;
}

.mobile-nav-overlay::before {
	background: rgb(255 255 255 / 80%);
}


.has-mobile-nav-desktop .mobile-nav-overlay::before {
	 background: rgb(24 24 24 / 80%)!important;
}

/*mobile nav dropdown*/
/*=========================================*/

.header .nav .dropdown-wrapper ul {
	background: #ffffff;
}

.header .nav .secondary-link a {
	color: #25313b;
}

.header.logoshow .nav .dropdown-wrapper ul {
	background: #ffffff;
}

.mobile-nav ul ul:not(.sub-dropdown-menu) {
	border-top: 1px rgb(255 255 255 / 0%) solid;
	border-bottom: 1px rgb(255 255 255 / 0%) solid;
}


/*mobile nav dropdown expander */
/*=========================================*/

@media screen and (max-width:949px) { 
span.Expander {
	color: #525252!important;
	}
}

span.Expander:before, 
span.Expander:after {
	background: #fff;
}


/*hamburger patties*/
/*=========================================*/
.hamburger {
	background-color: rgb(165 185 171 / 0%);
}

.hamburger:hover {
	background-color: rgb(0 0 0 / 0%);
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before,
.hamburger.logoshow.is-active .hamburger-inner,
.hamburger.logoshow.is-active .hamburger-inner:after,
.hamburger.logoshow.is-active .hamburger-inner:before {
	background-color: #4c4c4c;
}

.hamburger.logoshow.is-active .hamburger-inner:after,
.hamburger.logoshow.is-active .hamburger-inner:before {
	background-color: white;
}

.hamburger.logoshow .hamburger-inner,
.hamburger.logoshow .hamburger-inner:after,
.hamburger.logoshow .hamburger-inner:before {
	background-color: #000000;
}

.hamburger-inner:hover,
.hamburger-inner:after:hover,
.hamburger-inner:before:hover {
	background-color: #fff;
}

.hamburger.is-active {
	background: rgb(0, 22, 52);!important;
}

/*color change if nav slide*/
.mobile-nav-overlay .hamburger-inner,
.mobile-nav-overlay .hamburger-inner:after,
.mobile-nav-overlay .hamburger-inner:before {
	background-color: #fff;
}

@media screen and (max-width:440px) { 
.mobile-nav-overlay .hamburger-inner,
.mobile-nav-overlay .hamburger-inner:after,
.mobile-nav-overlay .hamburger-inner:before {
	background-color: #fff;
	}
}





/*Section BG Coloring*/
/*=========================================*/

.accent--lite {
	background-color: #171717;
	background-image: none;
}


.accent--lite1 {
	background-color: #171717;
	background-image: none;
}

.accent--lite2 {
	background-color: #f7f7f7;
	/*    background-image: url(https://optimasites.cloudfrontend.net/img/upload/lee_endo_custom_pattern2.png);*/
}

.accent--lite3 {
	background-color: rgba(0, 0, 0, 0);
}



/*Section Text Coloring*/
/*=========================================*/

.text--white,
.text--white p,
.text--white h2,
.text--white h3 {
	color: #fff!important;
}



/*Gallery section coloring*/
/*=========================================*/

.gallery-item-wrap {
	border-color: rgb(0 0 0 / 0%);
	background: #fff0;
	box-shadow: -2px 1px 5px 0px rgb(0 0 0 / 8%);
}

@media screen and (min-width:949px) {
.gallery-item-wrap {
	border-color: rgb(0 0 0 / 0%);
	background: rgb(255 255 255 / 0%);
	box-shadow: 0px 20px 20px 9px rgb(0 0 0 / 0%);
	}
}

.gallery-item-wrap:hover {
	border-color: rgb(42 105 117);
	background: rgb(0 0 0 / 0%);
	box-shadow: 0px 8px 9px 1px rgb(0 0 0 / 9%);
}

body#page-home span.gallery-item {
	background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 55%, rgb(255 255 255 / 0%) 90%);
}

body#page-home .gallery-item:before {
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 45%, rgb(0 0 0 / 0%) 100%);%); */%); */%); */
	opacity: 1;
}

body#page-home .gallery-item:hover:before {
	opacity: 1;
}

body#page-home .gallery-item img {
	filter: invert(0%) sepia(0) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.gallery-header:before {
	border-color: #ffffff!important;
}



/*Carousel*/
/*=========================================*/

.carousel .item-content {
	color: #ffffff!important;
}

@media screen and (min-width:768px) {
.carousel .item-content {
	color: #ffffff!important;
	}
}

.carousel .item-content h2 {
	background-image: linear-gradient(234.33deg, #101010 -3.63%, #1b1b1b 89.96%);
}

@media screen and (min-width:768px) {
.carousel .item-content h2 {
	background-image: linear-gradient(234.33deg, rgb(0 0 0 / 75%) -3.63%, #0e0e0e 89.96%);
	}
}

.carousel .item-content p {
	color: #fff;
}

@media screen and (min-width:768px) {
.carousel .item-content p {
	color: #fff;
	}
}

.carousel .item-content h3 {
	color: #ffffff;
}

@media screen and (min-width:949px) {
.carousel .item-content h3 {
	color: #ffffff;
	}
}

@media screen and (max-width: 767px) {
  #page-home:not(.body) > .container > .carousel-wrapper .carousel-inner .item:before,
  body:not(#page-home):not(.body) > .container > .carousel-wrapper:before {
	/* background: rgb(0 0 0 / 15%); */
	/* background: linear-gradient(344deg, rgb(255 255 255) 0%, rgb(255 255 255 / 68%) 60%, rgb(255 255 255 / 72%) 100%); */
	}
}

@media screen and (min-width: 767px) {
  #page-home:not(.body) > .container > .carousel-wrapper .carousel-inner .item:before,
  body:not(#page-home):not(.body) > .container > .carousel-wrapper:before {
	background: rgb(255 255 255 / 0%);
	/* background: linear-gradient(180deg, rgb(0 0 0 / 60%) -1%, rgb(0 0 0 / 10%) 40%), 
				linear-gradient(180deg, rgb(0 0 0 / 9%) 60%, rgb(0 0 0 / 88%) 110%); */
	}
}

@media screen and (max-width: 767px) {
  body:not(#page-home):not(.body) > .container > .carousel-wrapper .carousel-inner .item:before,
  body:not(#page-home):not(.body) > .container > .carousel-wrapper:before {
	background: rgb(0 0 0 / 0%);
	background: linear-gradient(0deg, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 20%) 40%, rgb(0 0 0 / 75%) 100%);
  }
}

@media screen and (min-width: 767px) {
  body:not(#page-home):not(.body) > .container > .carousel-wrapper .carousel-inner .item:before,
  body:not(#page-home):not(.body) > .container > .carousel-wrapper:before {
	background: rgb(0 0 0 / 0%);
	background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 40%, rgb(0 0 0 / 8%) 100%);
	}
}

body:not(#page-home) .carousel-wrapper:not(.bg--none) .carousel-inner .item h2 {
	color: #fff;
}

.carousel .item-content-inner {background-color: rgb(0 0 0 / 0%);}

.carousel .item-content h2 span {
	color: #272727;
}

.carousel .item-content h2 span:after {
	border-color: #a69a93;
}

.carousel-wrapper .item-content .item-content-inner:before {
	border-color: rgba(255, 255, 255, 0);
 }

@media screen and (min-width:768px) {
.carousel-wrapper .item-content .item-content-inner:before {
	border-color: rgba(255, 255, 255, 0);
	}
}

#page-home .carousel-wrapper {
	background-color: rgb(0 0 0 / 0%);
}

@media screen and (max-width: 1024px) {
#page-home.has-carousel-mobile-fit .carousel-wrapper .item-content .item-content-inner {
	background: rgb(0 0 0 / 0%);
	}
	
#page-home.has-carousel-mobile .carousel-inner {
	background: #1c1c1c;
	}
}



.has-carousel-mobile-fit-stack .carousel .item-content-inner {
	background-color: rgb(0 0 0 / 0%);
}

@media screen and (min-width:768px) {
.has-carousel-mobile-fit-stack .carousel .item-content-inner {
	background-color: rgb(0 0 0 / 0%);
}
}

/*Module Mini CTA*/
/*=========================================*/


.micro-cta .col-1 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-2 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-3 a {
	color: #000!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-4 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-5 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-6 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-7 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta .col-8 a {
	color: #fff!important;
	background: rgb(0 0 0 / 0%)!important;
	background-image: none!important;
	box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 0%);
}

.micro-cta p {
	color: #fff!important;
}

.micro-cta i {
	color: #ffffff!important;
}

.micro-cta .col-1 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-2 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-3 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-4 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-5 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-6 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-7 a:hover {
	color: #fff!important;
	background-image: none!important;
}

.micro-cta .col-8 a:hover {
	color: #fff!important;
	background-image: none!important;
}

/*change all hovers*/
/*
.micro-cta [class*='col-'] a:hover {
	background: white!important;
}
*/

.micro-cta [class*='col-'] a:hover,
.micro-cta [class*='col-'] a:hover .cta-content,
.micro-cta [class*='col-'] a:hover i {
	color: #575757!important;
}

.micro-cta [class*='col-'] .cta-content {
	color: #547673!important;
	background: rgb(0 0 0 / 0%);
}

.micro-cta [class*='col-'] a {
	position: relative;
	transform: scale(1);
	z-index: 0;
}

.micro-cta [class*='col-'] a:hover {
	position: relative;
	transform: scale(1.05);
	z-index: 1;
/*	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
}

.micro-cta [class*='col-'] span {
	color: #9c9c9c!important;
}





/*=========================================*/

.sb-cta-btn-widget [class^="col-"]:nth-child(1) a {
	background-color: #ee6806!important!;
}
.sb-cta-btn-widget [class^="col-"]:nth-child(2) a {
	background-color: #ee6806!important;
}


/*tool bar links*/
/*=========================================*/

@media (min-width:949px) {
.toolbar-links [class*='fcol-'] i {
	color: #fff;
	}
}

.toolbar-links [class*='fcol-'] a.btn.btn-cta:not(.btn-cta-mobile) i {
	color: #101010 !important;
}

body.logoshow .toolbar-links [class*='fcol-'] a.btn.btn-cta:not(.btn-cta-mobile) i {
	color: #ffffff!important;
}

.toolbar-links [class*='fcol-'] a.btn.btn-cta.btn-ph:not(.btn-cta-mobile) i {
	color: #ffffff!important;
}

body.logoshow .toolbar-links [class*='fcol-'] a.btn.btn-cta.btn-ph:not(.btn-cta-mobile) i {
	color: #ffffff!important;
}

.toolbar-links [class*='fcol-1'] {
	color: #ffffff;
}

@media (max-width:948px) {
.toolbar-links [class*='fcol-1'] {
	background: none;
	}
}

@media (min-width:949px) {
.toolbar-links [class*='fcol-'] > a,
.toolbar-links [class*='fcol-'] i {
	color: #aa309a!important;
	}
}

@media (min-width:949px) {
body.logohide .toolbar-links [class*='fcol-'] > a,
body.logohide .toolbar-links [class*='fcol-'] i {
	color: #000!important;
	}
}

@media (max-width:948px) {
.toolbar-links [class*='fcol-'] > a,
.toolbar-links [class*='fcol-'] i {
	color: #ffffff!important;
	}
}

.toolbar-links [class*='fcol-'] .tab-sm i {
	color: #ffffff!important;
}

.tool-links {
	color: #fff;
}

.tool-links a:not(.btn-cta) {
	color: rgb(131 131 131)!important;
	background: rgb(0 0 0 / 0%)!important;
	border-color: rgb(0 0 0 / 0%)!important;
	}

@media (min-width:949px) {
.tool-links a:not(.btn-cta) {
	color: #ffffff!important;
	background: rgb(0 0 0 / 0%)!important;
	border-color: rgb(0 0 0 / 0%)!important;
	}
}

.toolbar-links [class*='fcol-'] .tool-links {
	color: #4b4b4b;
	}

@media (min-width:949px) {
.toolbar-links [class*='fcol-'] .tool-links {
	color: #3f3f3f;
	}
}

.toolbar-links [class*='fcol-'] .tool-links a {
	color: #fff;
	}

@media (min-width:949px) {
.toolbar-links [class*='fcol-'] .tool-links a {
	color: #fff;
	}
}

.toolbar-links [class*='fcol-'] .box-nested > a {
	color: #fff;
	}

@media (min-width:949px) {
.toolbar-links [class*='fcol-'] .box-nested > a {
	color: #fff;
	}
}


/*scroll items*/
/*=========================================*/

@media (max-width:948px) {
.header.logoshow .toolbar-links [class*='fcol-'] i {
	background: transparent;
	border-color: #8a8a8a;
	box-shadow: -2px 1px 15px 1px rgba(6, 6, 6, 0.18);
 }
}	

@media (max-width:948px) {
.header.logoshow .toolbar-links [class*='fcol-'] a,
.header.logoshow .toolbar-links [class*='fcol-'] a.btn,
.header.logoshow .toolbar-links [class*='fcol-'] a {
	color: #ffffff!important;
	border-color: #525252!important;
	border-color: #525252!important;
	}
}




/*Footer*/
/*=========================================*/

#page-home .footer {
	color: inherit!important;
	background: #ffffff;
	/* 	background: linear-gradient(338deg, #0a3d61 0%, #0a3d61 20%, #702066 100%); */
	border-top: 1px solid rgb(0 0 0);
}	

body:not(#page-home) .footer {
	background: #ffffff;
/* 	background: linear-gradient(338deg, #0a3d61 0%, #0a3d61 20%, #702066 100%); */
	border-top: 1px solid rgb(0 0 0);
}	

.footer,
.footer .footer-box h3 {
	color: #505050;
}

.has-footer-alternate1 .footer .footer-user-content p,
.footer .footer-box a,
.footer .footer-user-content a {
	color: #1a1a1a;
}

.footer .footer-box a:hover {
	color: #000;
}

.footer .footer-box span {
	color: #ffffff;
}

.by-optima,
.by-optima a {
	color: rgb(61 61 61)!important;
}

/* footer -- atl 1 version */

.has-footer-alternate1 .footer h1 {
	background-image: linear-gradient(234.33deg, #e6d9c3 -3.63%, #e6d9c3 89.96%);
}
.has-footer-alternate1 .footer .footer-box .col-md-4:nth-child(3) h2 {
	color: #ffffff;
} 

.has-footer-alternate1 .footer .footerlogoname {
	 color: #ffffff;
}


/*Forms Coloring*/
/*=========================================*/

.module-form input:not([type=submit]):not([type=submit]),
.module-form textarea,
.module-form select {
	border-color: rgba(0, 0, 0, .15);
	background-color: rgb(255 255 255);
}

.module-form input:not([type=submit]):not([type=submit]),
.module-form textarea,
.module-form select {
	border-color: rgb(45 45 45 / 10%);
}

.module-form select {
	background-color: #eee;
}

#page-home .sb-contactform .headline h2 {
	color: #6d6d6d!important;
}

@media screen and (min-width:949px) {
#page-home .sb-contactform .headline h2 {
	color: #1c2732!important;
	}
}



/*Button elements*/
/*=========================================*/

a.btn,
.btn,
.sb-feature-services-row .sb-content .sb-col-wrap a,
body.page-feed-post .entry a 
/*.sb-gallery-row .tint span */ {
	color: #ffffff!important;
	background: rgb(0 0 0 / 0%)!important;
	border-color: #ffffff !important;
}

a.btn:hover:not(.btn-cta):not(.btn-link):not(.btn-reset),
a.btn:active:not(.btn-cta):not(.btn-reset),
a.btn:focus:not(.btn-cta):not(.btn-reset),
a.btn:active:focus:not(.btn-cta):not(.btn-reset),
a.btn:active:hover:not(.btn-cta):not(.btn-reset),
.sb-feature-services-row .sb-content .sb-col-wrap a:hover
/*.sb-gallery-row .tint:hover span*/
/*.carousel .item-content a:hover */ {
	color: #fff!important;
	background: #000000!important;
	border-color: #000000!important;
	/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
}


/* default btn */

.btn.btn-default,
.btn.btn-default {
	color: #000000 !important;
	background: #e6e6e6 !important;
	border: #000000 !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #fff!important;
	background: #000000!important;
	border-color: #000000!important;
	/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
}

/* inner content module btn */

.module-cta a.btn.btn-default,
.module-cta .btn-default{
	color: #ffffff!important;
	background: #346396!important;
	border-color: #346396!important;
}

.module-cta .btn:hover,
.module-cta .btn:hover,
.module-cta a.btn.btn-default:hover,
.module-cta a.btn.btn-default:active,
.module-cta .btn-default:hover,
.module-cta .btn-default:active,
.module-cta .btn-default:focus,
.module-cta .btn-default:active:focus,
.module-cta .btn-default:active:hover {
	color: #fff!important;
	background: #a99e9b!important;
	border-color: #a99e9b!important;
}

.sb-module a.btn-default(.btn-link):nth-of-type(2) {
	color: #ffffff!important;
	background: #094171!important;
	border-color: #094171!important;
}

.sb-module a.btn-default(.btn-link):nth-of-type(2):hover {
	color: #fff!important;
	background: #000000!important;
	border-color: #000000!important;
}

.sb-contactform-row input.btn,
.sb-formbuilder-row input.btn {
	color: #ffffff!important;
	background: #ee766a !important;
	border-color: #ed776a !important;
}

.sb-contactform-row input.btn:hover,
.sb-formbuilder-row input.btn:hover {
	color: #fff!important;
	background: #000000!important;
	border-color: #000000!important;
}

body:not(#page-home):not(.body).has-banner-thin .body {
	background: linear-gradient(0deg, #ffffff 0%, #ffffff 40%, #ffffff 100%);
}

body:not(#page-home):not(.body).has-banner-thin > .container > .carousel-wrapper .carousel-inner .item:before,
body:not(#page-home):not(.body).has-banner-thin > .container > .carousel-wrapper:before {
	/* background: rgb(95 45 45 / 77%); */
	background: linear-gradient(0deg, #ffffff 0%, #ffffff 40%, #dbdcdd 100%);
}
	


/* gallery btn */

body#page-home .gallery-header {
	color: #000000 !important;
	background: rgb(255 255 255 / 0%)!important;
	border-color: rgb(206 101 98 / 0%)!important;
	box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 0%);
}

body#page-home .gallery-header:hover {
	color: #ffffff!important;
	background: rgba(255, 255, 255, 0)!important;
	border-color: rgba(255, 255, 255, 0)!important;
	box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 0%);
}

.gallery-item-wrap .btn {
	color: #ffffff!important;
	background: rgb(35 35 35)!important;
	border-color: rgb(35 35 35)!important;
}

.gallery-item-wrap .btn:hover {
	color: #ffffff!important;
	background: #000000!important;
	border-color: #000000!important;
}

body#page-home .gallery.var1 h2 {
	color: #ffffff;
}



/* nav -- last btn link color */

body.has-nav-lastlink .header.logoshow .nav .primary-link:last-child > a,
body.has-nav-lastlink .nav .primary-link:last-child > a,
.has-footer-alternate1 .footer .nav .primary-link:last-child > a {
	color: #ffffff!important;
	background: #84bbe4!important;
	border-color: #84bbe4;
}


/* cta btn */

a.btn-cta {
	color: #ffffff !important;
	background: #1e1e1e !important;
	border-color: #1b1b1b !important;
}

a.btn-cta:hover {
	color: #fbfbfb!important;
	background: #33312a!important;
	border-color: #33312a!important;
}

body.logoshow a.btn-cta {
	background: transparent;
	border-color: transparent;
}

body.logoshow a.btn.btn-cta:not(.btn-cta-mobile) {
	color: #ffffff!important;
}

/* cta ph btn */

a.btn-ph {
	color: #ffffff!important;
	background: rgb(34 172 252 / 0%)!important;
	border-color: rgb(0 0 0 / 0%)!important;
}

a.btn-ph:hover {
	color: #151515!important;
	background: #33312a!important;
	border-color: #33312a!important;
}

body.logoshow a.btn.btn-ph:not(.btn-cta-mobile):not(:hover) {
	color: #ededed !important;
}



/* mobile nav btn*/

.mobile-nav a.btn,
.mobile-nav a.btn:hover {
	color: #ffffff!important;
	background: rgb(255 255 255 / 10%)!important;
	border-color: rgb(255 255 255 / 0%)!important;
}


/* toolbar-links btn*/

@media (max-width:948px) {
.toolbar-links a.btn {
	background: rgba(255, 255, 255, 0.0)!important;
	border-color: #525252!important;
	color: #484848!important;
	border: 0px solid!important;
 }
}

/* carousel btns */

.carousel .item-content p a:nth-child(1) {
	color: #ffffff!important;
	background: rgb(22 22 22) !important;
	border-color: rgb(22 22 22) !important;
}

.carousel .item-content p a:nth-child(1):hover {
	color: #fff!important;
	background: #232323!important;
	border-color: #232323!important;
}

.carousel .item-content p a:nth-child(2) {
	color: #ffffff!important;
	background: rgb(0 0 0 / 0%) !important;
	border-color: rgb(255 255 255) !important;
}

.carousel .item-content p a:nth-child(2):hover {
	color: #fff!important;
	background: #232323!important;
	border-color: #232323!important;
}

.carousel .item-content p a:nth-child(3):hover {
	color: #fff!important;
	background: #232323!important;
	border-color: #232323!important;
}

/* feature services btns */

body#page-home .sb-feature-services-row .sb-content a {
	color: #1e1e1e;
	border-color: #ffffff;
	background: rgb(255 255 255);
}

body#page-home .sb-feature-services-row .sb-content a:hover {
	color: #000;
	border-color: rgb(255 255 255);
	background: rgb(255 255 255);
}

/* feature services var 1 -- bg color */

body.has-feature-cta-col-var1 .sb-feature-cta-col-row .sb-module:not(.sb-image) {
	 background-color: #f9f9f9;
	}

/* Module font colors-------------------------------------------------*/



*/

.sb-testimonials-row figure h3 {
	color: #000!important;
}

.sb-testimonials-var1-row figure h3 {
	color: #000!important;
}




.sb-testimonials-row .fa-star {
	color: #ddccb0!important;
}
   
.testimonials figcaption.quotename {
	color: #959595;
}

.testimonials .quote-mark-lg {
	color: #fff;
}

/* .sb-feature-about-row h2,
.sb-feature-about-row .content {
	color: #909090!important;
} */

.sb-feature-cta1 h2 {
	color: #323232!important;
}

.sb-testimonials-row .testimonials:before {
	border-color:rgba(0, 0, 0, 0); 
}

/* heading -- has bg color -------------------------------------------------*/

body.has-heading-color .content h1 {
	background-image: linear-gradient(234.33deg, #2f2f2f -3.63%, #333333 89.96%);
}



/* Module BG Cover Images-------------------------------------------------*/

body {
	background-image: url('https://optimasites.cloudfrontend.net/img/upload/robotchips_cover1.png');
}

.body {
	/* background-color: #6765d4; */
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) -5%, rgb(255 255 255 / 0%) 6%);
}

.sb-content-intro-row {
	background-image: none;	
}

.sb-module-mini-cta {
	background-image: none;
	background: #005e96!important;
}

.sb-testimonials-row {
	background: rgb(255 255 255 / 0%)!important;
}

.sb-testimonials-var1-row {
	background: rgb(255 255 255 / 0%)!important;
}

.sb-testimonials-row:after {
	background-image: none;
}
  
.sb-content-intro-row {
	background-image: none;
}

.sb-feature-about-row {
	background-image: none;	
}

.sb-feature-about1-row {
	background-image: none;
}

.sb-feature-about2-row {
	background-image: none;	
}

.sb-feature-about3-row {
	background-image: none;	
}

.sb-feature-services2-row {
	background-image: none;
}

.sb-feature-cta1-row {
	background-color: #0c0c0c;
}

.sb-feature-cta2-row {
	background-color: #0c0c0c;
}
.sb-feature-cta3-row {
	background-image: none;
}

.sb-feature-message1-row {
	background-image: none;
}

#page-home .sb-feature-gallery-row,
#page-home .sb-gallery-row  {
	background-color: rgb(0 0 0 / 0%);
}
		 
#page-home .sb-contactform-row,
#page-home .sb-formbuilder-row {
	background: #231f20;
}

.sb-feature-services-row {
	background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjAxKSIgaGVpZ2h0PSIyNnB4IiB3aWR0aD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAyMDAgMjYiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMzLjc3LDBDMjUuMDksMy44MSwxNC41Nyw2LjUsMCw2LjVWMFpNMjAwLDYuNVYwSDE2Ni4yM0MxNzQuOTEsMy44MSwxODUuNDMsNi41LDIwMCw2LjVaTTEzMy43NywwSDEwMGMyNCwwLDM1Ljc5LDcuNjQsNDguMjMsMTUuNzNhMTI1LDEyNSwwLDAsMCwxOCwxMC4yN0gyMDBjLTI0LDAtMzUuNzktNy42NC00OC4yMy0xNS43M0ExMjUsMTI1LDAsMCwwLDEzMy43NywwWk0xMDAsMEg2Ni4yM2ExMjUsMTI1LDAsMCwwLTE4LDEwLjI3QzM1Ljc5LDE4LjM2LDI0LDI2LDAsMjZIMzMuNzdhMTI1LDEyNSwwLDAsMCwxOC0xMC4yN0M2NC4yMSw3LjY0LDc2LDAsMTAwLDBaTTY2LjIzLDI2aDY3LjU0Yy04LjY4LTMuODEtMTkuMi02LjUtMzMuNzctNi41Uzc0LjkxLDIyLjE5LDY2LjIzLDI2WiIvPjwvc3ZnPg==);
}

.sb-feature-services2-row {
	background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjAxKSIgaGVpZ2h0PSIyNnB4IiB3aWR0aD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAyMDAgMjYiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMzLjc3LDBDMjUuMDksMy44MSwxNC41Nyw2LjUsMCw2LjVWMFpNMjAwLDYuNVYwSDE2Ni4yM0MxNzQuOTEsMy44MSwxODUuNDMsNi41LDIwMCw2LjVaTTEzMy43NywwSDEwMGMyNCwwLDM1Ljc5LDcuNjQsNDguMjMsMTUuNzNhMTI1LDEyNSwwLDAsMCwxOCwxMC4yN0gyMDBjLTI0LDAtMzUuNzktNy42NC00OC4yMy0xNS43M0ExMjUsMTI1LDAsMCwwLDEzMy43NywwWk0xMDAsMEg2Ni4yM2ExMjUsMTI1LDAsMCwwLTE4LDEwLjI3QzM1Ljc5LDE4LjM2LDI0LDI2LDAsMjZIMzMuNzdhMTI1LDEyNSwwLDAsMCwxOC0xMC4yN0M2NC4yMSw3LjY0LDc2LDAsMTAwLDBaTTY2LjIzLDI2aDY3LjU0Yy04LjY4LTMuODEtMTkuMi02LjUtMzMuNzctNi41Uzc0LjkxLDIyLjE5LDY2LjIzLDI2WiIvPjwvc3ZnPg==);
}


.sb-feature-services-row .sb-col:nth-child(1) {
	background-image: none;
}

.sb-feature-services-row .sb-col:nth-child(2) {
	background-image: none;
}

.sb-feature-services-row .sb-col:nth-child(3) {
	background-image: none;
}

.sb-feature-services-row .sb-col-wrap:hover:before {
	background: rgb(0 56 96 / 75%);
}

.custom--style1 {
	background-image: none;	
}

.footer {
	background-image: none;		
}

.sb-bg-graphic1-row.sb-wrap:after {
	background-image: url('https://optimasites.cloudfrontend.net/img/upload/mapledentistry_bg_img1.jpg');
	/* background-color: #323747; */
}

.sb-bg-graphic2-row.sb-wrap:after {
	background-image: url('https://optimasites.cloudfrontend.net/img/upload/000_bg_wall2.jpg');
	background-color: #ffffff;
}


/*==================================================================================*/
/* CUSTOMIZE module overlay color */
/*==================================================================================*/

.sb-testimonials-var1-row.sb-wrap:before {
	background: rgb(255 255 255 / 0%);
	/* background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
}

@media (min-width: 949px) { 
.sb-testimonials-var1-row.sb-wrap:before {
	background: rgb(255 255 255 / 0%);
	/* background: linear-gradient(346deg, rgb(112 32 102) 8%, rgb(0 0 0 / 0%) 45%); */
	}
} 

.sb-content-intro-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}

@media (min-width: 949px) { 
.sb-content-intro-row.sb-wrap:before {
	background: rgb(255 255 255 / 0%);
	/* background: linear-gradient(357deg, rgb(255 255 255) 0%, rgb(0 0 0 / 0%) 50%); */
	}
} 

.sb-feature-services-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
}

@media (min-width:949px) { 
.sb-feature-services-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}
} 
	
.sb-feature-cta-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
}

@media (min-width:949px) { 
.sb-feature-cta-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}
} 

.sb-feature-cta1-row.sb-wrap:before {
	background: rgb(255 255 255 / 17%);
	/* background: linear-gradient(287deg, rgb(0 0 0 / 40%) 25%, rgb(23 23 23) 100%); */
}

@media (min-width:949px) { 
.sb-feature-cta1-row.sb-wrap:before {
	background: rgb(0 0 0 / 0%);
	/* background: linear-gradient(311deg, rgb(0 0 0 / 0%) 70%, rgb(0 0 0 / 0%) 100%); */
	}
} 

.sb-feature-cta2-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 0%); */
	background: linear-gradient(267deg, rgb(0 0 0 / 0%) 25%, rgb(23 23 23 / 0%) 100%);
	}

@media (min-width:949px) { 
.sb-feature-cta2-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 0%); */
	background: linear-gradient(287deg, rgb(0 0 0 / 40%) 25%, rgb(41 41 41) 100%);
	}
} 

.sb-testimonials-row.sb-wrap:before {
	background: rgb(255 255 255 / 92%);
	/* background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
}

@media (min-width: 949px) { 
.sb-testimonials-row.sb-wrap:before {
	background: rgb(255 255 255 / 0%);
	/* background: linear-gradient(346deg, rgb(112 32 102) 8%, rgb(0 0 0 / 0%) 45%); */
	}
} 

.sb-feature-about-row.sb-wrap:before {
	background: rgb(255 255 255 / 88%);
	/* background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
}

@media (min-width:949px) { 
.sb-feature-about-row.sb-wrap:before {
	background: rgb(255 255 255 / 0%);
	/* background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
	}
} 
.sb-feature-about2-row.sb-wrap:before {
	background: rgb(0 0 0 / 8%);
	/* background: linear-gradient(90deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
}

@media (min-width:949px) { 
.sb-feature-about2-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(90deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}
} 
.sb-feature-about3-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
}

@media (min-width:949px) { 
.sb-feature-about3-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}
} 

body#page-home .sb-gallery-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
}

@media (min-width:949px) { 
body#page-home .sb-gallery-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}
} 

body#page-home .sb-contactform-row.sb-wrap:before,
body#page-home .sb-formbuilder-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
}

@media (min-width:949px) { 
body#page-home .sb-contactform-row.sb-wrap:before,
body#page-home .sb-formbuilder-row.sb-wrap:before {
	/* background: rgb(0 0 0 / 15%); */
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%);
	}
} 

.container > .micro-cta:before {
	background: rgb(255 255 255 / 88%);
	/* background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
}

@media (min-width:949px) { 
.container > .micro-cta:before {
	background: rgb(255 255 255 / 88%);
	/* background: linear-gradient(270deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0 / 0%) 100%); */
	}
} 



/*==================================================================================*/
/* Feature Services Coloring */
/*==================================================================================*/

.sb-feature-services-row .sb-col-wrap:before {
	border-color: rgb(255 255 255 / 0%);
	background: rgb(255 255 255 / 0%);
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 0%) 80%);
	box-shadow: 0px 6px 15px 5px rgb(0 0 0 / 0%);
	}

.sb-feature-services-row .sb-col-wrap:hover:before {
	border-color: rgb(255 255 255 / 0%);
	background: rgb(255 255 255 / 0%);
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 0%) 80%);
	box-shadow: 0px 6px 15px 5px rgb(0 0 0 / 0%);
	}

@media (min-width:949px) { 
.sb-feature-services-row .sb-col-wrap:before {
	border-color: rgb(255 255 255 / 0%);
	background: rgb(255 255 255 / 0%);
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 0%) 80%);
	box-shadow: 0px 6px 15px 5px rgb(0 0 0 / 0%);
	}
}

@media (min-width:949px) { 
.sb-feature-services-row .sb-col-wrap:hover:before {
	border-color: rgb(0 0 0);
	background: rgb(255 255 255 / 0%);
	background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 0%) 80%);
	box-shadow: 0px 6px 15px 5px rgb(0 0 0 / 0%);
	}
}

.sb-feature-services-row .sb-col-wrap {
	background: rgb(255 255 255);
	box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 6%);
}


@media (min-width:949px) { 
.sb-feature-services-row .sb-col-wrap {
	background: rgb(255 255 255);
	}
}

.sb-feature-services-row .sb-col-wrap img {
	filter: brightness(0) invert(-1);
}

.sb-feature-services-row .sb-col-wrap h2 {
	color: #00596a;
}

.sb-feature-services-row .sb-col-wrap h3 {
	color: #ffffff;
}

.sb-feature-services-row .sb-col-wrap p {
	color: #a2a2a2;
}

body#page-home .sb-feature-services-row .sb-content a {
	color: #1f4c72;
	border-color: #ffffff;
	background: #ffffff;
}

body#page-home .sb-feature-services-row .sb-content a:hover {
	color: #000;
	border-color: rgb(255 255 255);
	background: rgb(255 255 255);
}

/* extra img style */

.sb-feature-services .sb-col.sb-image-row .box-inner:before {
	 background: rgb(255 255 255 / 0%);
	 border-color: rgba(255, 255, 255, 0);
}

.sb-feature-services-row img {
	/* filter: invert(0%) sepia(25%) saturate(3000%) hue-rotate(122deg) brightness(90%) contrast(70%); */
}

/*==================================================================================*/
/* feature cards 1 */
/*==================================================================================*/

.sb-feature-cards1-row[class*='col-row-'] .sb-col {
	background: linear-gradient(360deg, rgb(255 255 255) 25%, rgb(255 255 255) 100%);
}

.sb-feature-cards1-row[class*='col-row-'] .sb-col.sb-image-row {
	background: linear-gradient(360deg, rgb(255 255 255) 25%, rgb(255 255 255) 100%);
}


/*==================================================================================*/
/* Rows of img modules BG colors */
/*==================================================================================*/

.image-row-three-wrap {
	background-color: transparent''
}

.image-row-four-wrap {
	background-color: transparent''
}



/*==================================================================================*/
/* CONTACT MODULE FORM BG COLOR */
/*==================================================================================*/

#page-home .sb-contactform-row .box-inner,
#page-home .sb-formbuilder-row .box-inner {
	border: solid 0px #E4E9EC;
	background: rgb(241 238 230 / 0%);
}

@media screen and (min-width:949px) {
#page-home .sb-contactform-row .box-inner,
#page-home .sb-formbuilder-row .box-inner {

	}
}


/*==================================================================================*/
/* CONTACT MODULE SB COL BG COLORING */
/*==================================================================================*/


@media (min-width:1001px) { 
#page-home .sb-contactform-row .sb-col:nth-child(1),
#page-home .sb-formbuilder-row .sb-col:nth-child(1) {
	background-color: rgb(255 255 255 / 0%);
}
	}

@media (min-width:1001px) { 
#page-home .sb-contactform-row .sb-col:nth-child(2),
#page-home .sb-formbuilder-row .sb-col:nth-child(2) {
	background-color: rgb(255 255 255 / 0%);
}
	}


/*==================================================================================*/
/* OFFSETBOX -- BG COLORING */
/*==================================================================================*/

.sb-offsetbox-row .sb-col:not(.sb-image-row) .sb-module:not(.sb-contactform) .content:not(.empty),
.sb-offsetbox-row .sb-col:not(.sb-image-row) .sb-module:not(.sb-contactform) .embed,
.sb-offsetbox-row .sb-col:not(.sb-image-row) .sb-module.sb-contactform .box-inner {
  background: rgb(0 0 0 / 0%)!important;
  padding: 60px 65px;
  border: rgb(0 0 0 / 0%)!important;
}

.sb-offsetbox-row .sb-col:not(.sb-image-row) .sb-module:not(.sb-contactform) .content:not(.empty) ul,
.sb-offsetbox-row .sb-col:not(.sb-image-row) .sb-module:not(.sb-contactform) .embed ul,
.sb-offsetbox-row .sb-col:not(.sb-image-row) .sb-module.sb-contactform .box-inner ul {
  background: rgb(255 205 6)!important;
  border: rgb(255 205 6)!important;
}

.sb-offsetbox-row .sb-wrap-inner .sb-col ul a:after {
	 border-bottom-color: #ffcd06;
	}
 






 







/* ****************************************************************
 *  START SPECIFIC THEME ADDITIONS
 * ****************************************************************/

/*==================================================================================*/
/* SET FONT FAMILY */
/*==================================================================================*/

h1,h2,h3,h4,h5,h6,
.logo #logotext,
.content h1,
.content .playfair,
.c-module-services ul li,
.footer .footer-box h3,
.post h2.title,
.post h1.title,
/*.micro-cta a,*/
.testimonials figure,
.feature-address,
.cta-btn-widget .btn,
.locations_list,
.toolbar .toolbar-links:nth-child(1) #logotext,
.nav ul li.mega-dropdown .dropdown-wrapper li.secondary-link > a,
.feature-about div {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.header .nav .primary-link>a,
.header .nav .dropdown-wrapper >ul >li > a,
.header .nav .dropdown-wrapper,
.mobile-nav a,
body,
.btn,
.btn-cta,
.logo .header-address,
.services h3,
.carousel .item-content a,
.micro-cta a,
.micro-cta span,
.module-form input:not([type=submit]):not([type=submit]),
.module-form textarea,
.module-form input:not([type=submit]):not([type=submit]),
.module-form textarea,
.module-form select {
   font-family: 'lato', sans-serif;
}

.sb-full-post p,
.sb-full-post ul {
  font-family: inherit!important;
}

.gallery-header {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.carousel .item-content p,
.micro-cta a,
.micro-cta span {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.content h2,
.sb-module .headline h2,
.sb-module h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.carousel .item-content h3,
.stylized-text h2:before,
.feature-about h2 i {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.content h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.carousel .item-content h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.testimonials h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.testimonials h2,
.testimonials figcaption {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.testimonials h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.toolbar .toolbar-links:nth-child(1) #logotext,
.footer #logotext {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.micro-cta .cta-content {
  font-family: 'Montserrat', sans-serif!important;
}

.tba {
  font-family: Georgia, Merriweather, Arial;
}
  



/*==================================================================================*/
/* custom logo resize -- in header */
/*==================================================================================*/

@media (min-width: 949px) {
  img#logoimg:not(.footer img) {
	max-height: 115px!important;
	}
}

	
/*==================================================================================*/
/* custom gallery  */
/*==================================================================================*/

body#page-home .gallery.var1 .gallery-caption h2,
body#page-home .gallery.var1 .gallery-header,
body#page-home .gallery.var1 .gallery-caption {
	text-align: left!important;
	margin-top: 10px;
}
	
body#page-home .gallery.var1 span.gallery-item {
  justify-content: end;
  text-align: left;
  align-items: flex-start;
}
	
body#page-home .gallery.var1 .gallery-item-wrap {
  height: 370px;
}

@media screen and (max-width: 768px) {
body#page-home .gallery.var1 .gallery-item-wrap {
	height: 250px;
	}
}

body#page-home .gallery.var1 span.gallery-item {
	padding-bottom: 0px!important;
}

body#page-home .gallery.var1 .gallery-item a  {
	width: auto!important;
} 


	

/*==================================================================================*/
/* custom logo resize -- in header */
/*==================================================================================*/

@media (min-width: 949px) {
  img#logoimg:not(.footer img) {
	max-height: 65px!important;
	}
}

/*==================================================================================*/
/* custom logo resize -- in carousel */
/*==================================================================================*/

@media (min-width: 949px) {
body.logoshow .carousel img#logoimg:not(.footer img),
.carousel img#logoimg:not(.footer img) {
	max-height: 85px!important;
	}
}

/*==================================================================================*/
/* oneoff -- sb-gallery-maxwidth -- padding */
/*==================================================================================*/

@media (min-width: 949px) {
.sb-gallery-row {
	 margin-left: -50vw!important;
	 left: 50%;
	 width: 100vw;
	 /* margin: -100px; */
	 position: relative;
	 background-position-x: center;
	 background-position-y: center;
	 padding-left: 60px;
	 padding-right: 60px;
	}
}


/*==================================================================================*/
/* oneoff fix nav center  -- center btn */
/*==================================================================================*/	

@media (min-width:949px) {
.toolbar-links .fcol-2 {
	-webkit-justify-content: center;
	justify-content: center;
	}

header .nav-inner {
	display: flex;
	justify-content: space-between;
}
}


/*==================================================================================*/
/* oneoff -- custom heading -- h3   */
/*==================================================================================*/

@media (min-width:949px) {
#page-home .accent--lite.text--white .content h3 {
	color: rgb(207 164 48) !important;

}

 @media screen and (min-width: 949px) {
		 #page-home .sb-gallery-row  .gallery.var1 span.gallery-item .gallery-header h2 {
	font-size: .6em !important;
			 font-weight: 800!important;
	 }
			  #page-home .sb-gallery-row  .gallery.var1 span.galler y-item .gallery-header p {
	font-size: .4em !important;
				 letter-spacing: 0px;
			 font-weight: 600!important;
				 opacity: .7;
	 }
 }

.has-nav-modern-lg .header .nav .primary-link.selected > a,
 .has-nav-modern-lg .header .nav .primary-link > a {

	 padding: 5px 35px;
 }	


body#page-home .gallery.var1 .col-sm-4 {
									   padding: 0px 0px!important;
									   margin: 0px!important;
									   }	

	body#page-home .gallery.var1 .gallery-item-wrap {
									   /* padding: 5px 5px!important; */
									   margin: 0px!important;
									   }	
									   
		}							   

	body#page-home .gallery.var1 .col-sm-3 {

		padding: 10px;

}


body:before {
	background: rgb(255 255 255 / 95%);
	}

body:not(#page-home):before {
	background: rgb(255 255 255 / 100%);
	}


	body:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 0;
	margin: 0px;
}

/*==================================================================================*/
/* carousel -- has short fixed height */
/*==================================================================================*/


body#page-home .item.sb--bgcover {
	height: 30%;
	max-height: 200px;
}



@media (min-width: 1281px) {
body#page-home .item.sb--bgcover {
	height: 60vh;
	max-height: 460px;
}
} 

@media (min-width: 1281px) and (max-width: 3840px) {
	.content h1,
.carousel .item-content h2 {
	font-size: 55px !important;
	font-weight: 600;
	line-height: 65px !important;
	padding-bottom: 5px;
	padding-top: 20px;
}
}
.locations_footer,
.by-optima {
	display: none!important;
}


@media (min-width: 768px) {
	body:not(#page-home) .content h1 {
		font-size: 2.5em !important;
		line-height: 1.1em !important;
	}
}

@media (min-width: 768px) {
  body:not(#page-home) .columns-inner > .sb-wrap:first-of-type {
	  font-size: 2.2em !important;
	  line-height: 2.4em !important;
  }
}



.has-logo-icon-swap .header.logoshow .logo-icon img {
	margin-right: 20px;
	filter: grayscale(0%) brightness(100%) invert(0%)!important;
	max-height: 30px!important;
	}


@media (min-width: 768px) {
	 #page-home .sb-gallery-row  .gallery.var1 span.gallery-item .gallery-caption,
	 #page-home .sb-gallery-row  .gallery.var1 span.gallery-item:before {
		opacity: 0;
	 }
	
	 #page-home .sb-gallery-row  .gallery.var1 span.gallery-item:hover .gallery-caption,
	 #page-home .sb-gallery-row  .gallery.var1 span.gallery-item:hover:before {
		opacity: 1;
	 }
 }

body {
	background-attachment: fixed;
}


body:not(#page-home).has-img-dropshadow .sb-content img,
body.has-img-rounded .sb-image-row.image-row-three-wrap.col-row-three-wrap img,
body.has-img-rounded .gallery-item-wrap,
body.has-img-rounded .sb-feature-discount-row,
body.has-img-rounded .sb-wrap[class*='image-row-one-wrap'] img,
body.has-img-rounded .sb-wrap[class*='col-row-one-wrap'] img,
body.has-img-rounded.has-gallery-icons .gallery.var1 img,
body.has-img-rounded .sb-fillbox-row .sb-wrap-inner {
	border-radius: 15px;
}

/* Initial state */
.logo-icon img {
	transition: transform 0.8s ease;  /* Smooth transition for the initial state */
}

/* On hover, animate the logo */
.logo-icon:hover img {
	animation: spinAndReturn 1s ease-in-out; /* Apply keyframe animation */
}

/* Keyframes for subtle spin and return */
@keyframes spinAndReturn {
	0% {
		transform: rotate(0deg); /* Start at original position */
	}
	50% {
		transform: rotate(144deg); /* Rotate slightly, around 1.4 turns */
	}
	100% {
		transform: rotate(0deg); /* Return to original position */
	}
}


@media (min-width: 768px) and (max-width: 1280px) {
#page-home:not(.body) > .container > .carousel-wrapper .item-inner {
	max-width: 100%;
	}
}

@media (min-width: 1281px) and (max-width: 3840px) {
#page-home:not(.body) > .container > .carousel-wrapper .item-inner {
	max-width: 100%;
	padding-right: calc(0px + (40vw - (1281px / 2)));
	padding-left: calc(0px + (40vw - (1281px / 2)));
	margin: auto;
	}
}




.has-carousel-lg .carousel .item-content h2 {
		font-size: 25px !important;
		font-weight: 700;
		line-height: 30px !important;
		font-weight: 700;
	}



@media (min-width: 1281px) and (max-width: 3840px) {
.has-carousel-lg .carousel .item-content h2 {
	font-size: 101px !important;
	font-weight: 700;
	line-height: 83px !important;
	/* padding-bottom: 48px; */
	text-transform: uppercase;
	}
}

@media (min-width: 1281px) and (max-width: 3840px) {
.carousel-wrapper .item-content .item-content-inner {
	max-width: 60%;
	}
}


.word {
  display: inline-block;
  opacity: 0; /* Start as invisible */
  transform: translateY(20px); /* Start with a slight downward movement */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Smooth transition */
  padding-right: 15px;
}

[data-aos="fade-up"] {
  animation: fadeInUp 1s ease-in-out forwards;
}

/* Keyframes for fade-in and sliding up */
@keyframes fadeInUp {
  0% {
	transform: translateY(20px);
	opacity: 0;
  }
  100% {
	transform: translateY(0);
	opacity: 1;
  }
}

/* Override the text clipping effect */
.carousel .item-content h2 {
	-webkit-text-fill-color: unset;  /* Remove the text color fill */
	-webkit-background-clip: unset;  /* Remove the background clipping */
	background-clip: unset;          /* Remove the background clipping */
	-webkit-box-decoration-break: unset; /* Remove the box-decoration-break */
	box-decoration-break: unset;      /* Remove the box-decoration-break */
	background-image: none;         /* Remove the background image */
}

@media (min-width:949px) {
#page-home.has-carousel-center .carousel-wrapper .item-content .item-content-inner {
	padding-top: 0px!important;

	}
}



  @media (min-width: 768px) {
  body.has-heading-xxlg .sb-embed h1,
  body.has-heading-xxlg .content h1,
  body.has-heading-xxlg .text--white .content h1,
  body.has-heading-xxlg .text--white:not(.sb-feature-cta1) .content h1,
  body.has-heading-xxlg .text--white.sb-feature-cta1 .content h1 {
	  font-size: 5.2em!important;
	  line-height: .9em!important;
	  }
  }

  
  @media (min-width: 768px) {
.text-center.content-intro img{
	  top: -20px;
	  position: relative;
	 }
  }
  
  .footer {
	  width: 95% !important;
	  margin: auto;
  }

 body#page-home .gallery.var2 .gallery-item-wrap {
	height: 550px; /* Set the height of each box */
	overflow: hidden; /* Ensure that any part of the image that overflows is hidden */
	width: 100%;
	}
 
   @media (min-width: 768px) {
 body#page-home .gallery.var2 .gallery-item-wrap {
	height: 750px; /* Set the height of each box */
	overflow: hidden; /* Ensure that any part of the image that overflows is hidden */
	width: 100%;
	}
   }

 body#page-home .gallery.var2 .col-sm-3 {
	padding: 8px!important;
  }
  
   
   body#page-home .gallery.var2 .gallery-item-wrap img {
   display: block!important;
   width: 100%!important;
   max-width: 100%;
   max-height: 100%;
   height: auto;
   border-radius: 15px;
 }


body#page-home .gallery.var2 span.gallery-item {
	padding: 0 !important;

}

body#page-home .gallery.var2 .gallery-header {text-align: left!important;padding-top: 40px;padding-right: 90px!important;}

body#page-home .gallery.var2 .gallery-header h2 {
	font-weight: 400 !important;
	font-size: 1.9em !important;
	line-height: .8em !important;
	padding-bottom: 15px;
	text-align: left!important;
	font-family: "freightdispcmp-pro", serif;
	font-style: italic;
	letter-spacing: .01em !important;
}

body#page-home  h1 em {
	font-weight: 400 !important;
	font-size: 1.6em !important;
	font-family: "freightdispcmp-pro", serif;
	font-style: italic;

}

.hamburger-box {
	width: 60px;
}

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
	width: 33px;
	height: 1px;
}