/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 20:28:36 */
/**** COMING SOON ****/ 

/**** TOP MENU ****/

.coming-soon .menu-primary-inner {
	display: none !important;
}

/*** LABEL ***/

.coming-soon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 496px;
    aspect-ratio: 496 / 159;
    background: url('/wp-content/uploads/2026/03/under-construction.png') no-repeat top right;
    background-size: contain;
    z-index: 999999;
    pointer-events: none;
}

/**** TABLET ****/
@media (max-width: 959px) {
	
/*** NAVIGATION ***/
	
.menu-container .mmb-container {
  display: none !important;
}
	
/*** LABEL ***/

.coming-soon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 81px;
    aspect-ratio: 496 / 159;
    background: url('/wp-content/uploads/2026/03/under-construction.png') no-repeat top right;
    background-size: contain;
    z-index: 999999;
    pointer-events: none;
}
	
/*** HERO ***/
	
.coming-soon .hero .uncont.col-custom-width {
  max-width: 75% !important;
}
	
.coming-soon .hero .cta-responsive .uncont {
    padding: 0 36px 36px 36px;
}
	
/*** CONTACT ***/
	
.coming-soon .contact .uncont.col-custom-width {
  max-width: 66% !important;
}
	
}

/**** MOBILE ****/
@media (max-width: 569px) {
	
/*** NAVIGATION ***/
	
.coming-soon .logo-container {
	max-height: 81px;
    background: linear-gradient(to bottom, #122B28, #214F4B);
}
	
/*** HERO ***/
	
.coming-soon .hero .uncont.col-custom-width {
  max-width: 95% !important;
}
	
/*** CONTACT ***/
	
.coming-soon .contact .uncont.col-custom-width {
  max-width: 90% !important;
}
	
}
