/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 00:54:58 */
/*** Mobile Menu
============================================== ***/
.mobile-nav-menu nav{ width: 100% !important; }

.mobile-menu-open{ cursor: pointer; }

.mobile-menu-section{ position: fixed; top: 0;  width: 100%; background: #000; z-index: 10;   }

.menu2{ position: fixed; top: 0; left: 0; width: 100%;  z-index: 9; }

/*** Misc
======================================== ***/
/* to hide elements and for adding hidden extra characters */
.hide{ display: none; }

/*** Home Page
======================================== ***/
.home .mc-logo{ display: none; }



/*** Ninja Forms
=============================================== ***/
/* Remove form title */
.nf-form-cont .nf-form-title{ display: none; }

/* Required text */
.nf-form-fields-required{ color: #ccc; margin-bottom: 1em; font-style: italic; }

/* Change form labels */
.nf-form-cont .nf-field-label label{ color: #fff; font-size: 1.5em; font-family: "Bitter", arial; }

/* Change style of input text and textarea fields */
.nf-form-cont .nf-field-element input,
.nf-form-cont .nf-field-element textarea{	background: #1a1a1a;  border: 1px solid #ccc; color: #fff; }


/* Change style of input text and textarea fields hover state */
.nf-form-cont .nf-field-element input:hover,
.nf-form-cont .nf-field-element textarea:hover{	background: #333;  border: 1px solid #fff; }

/* Change style of submit button */
.nf-form-cont .nf-field-element input[type=submit]{ background: #fff; color: #111; border: none; box-shadow: none; transition: all 0.25s ease; font-family: 'Bitter';  }
.nf-form-cont .nf-field-element input[type=submit]:hover{ background: #fc0; color: #000; }

/* centers the form and labels */
.centered .nf-form-layout, .centered .nf-form-content input, .nf-form-content textarea{    text-align: center;   }
.centered .nf-field-label{ width: 100%; }
.centered .list-checkbox-wrap .nf-field-element li label{ display: inline-block; }



/*** Remove default margin from paragraph tags
================================================= ***/
.elementor-element p {
    margin: 0;
}

