<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2023 | 12:46:22 */
/* LT mobile view adjustmenst */

/* MOBILE */
@media screen and (max-width: 768px) {
	.elementor-swiper-button-prev {
		margin-left: 0 !important;
	}
	.elementor-swiper-button-next {
		margin-right: 0 !important;
	}
	.raven-submenu {
		margin-left: 1em !important;
	}	  
  .swiper-slide {
    padding: 20px !important;
  }
  .ltIframe {
    width: 90%; 
  }
  .cc-message { font-size: 0.8em; }
  .cc-btn { font-size: 0.7em; }
}  
 
/* TABLET */
@media screen and (max-width: 1024px) {
  .jet-images-layout__content {
  	opacity: 1 !important;
   }
	.elementor-popup-modal .dialog-message { /* demo email popup */
		width: 100% !important;	}
}

/* DESKTOP ONLY */
@media screen and (min-width: 1025px) {  
  .jet-team-member__button-container {
     display: none; /* hides team contact button on desktop */
  }
  .sub-arrow {
  	display: inline-block !important;
	font-size: 0.5em;
	padding-left: 0.5em;
    color: #bbb;
  }
}
</pre></body></html>