/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2024 | 20:30:21 */
#mainheader{ position: sticky; top: 0; z-index: 500;  }


/*** Ninja Forms
============================ ***/
.nf-form-title{ display: none; }

.nf-form-fields-required{ display: block; width: 100%;  text-align: center; }

.nf-field-label {
    text-align: center;
    display: block;
    width: 100%;
}

/* submit button */
.nf-form-cont .submit-wrap{ text-align: center; }

body .nf-form-content input[type="submit"] {
 border-radius: 8px; transition: all .35s; }

body .nf-form-content input[type="submit"]:hover {
  background: #E51063;
  color: #fff;
}


/* Elemntor Elemts */
.nomargin p{ margin: 0; }



@media screen and (max-width: 767px){
	/*** Photo Galleries 
	====================================== ***/
	/* Make galleries 2 col on mobile */
	body .gallery-item {
    display: inline-block !important;
    width: 50% !important;
}
	
}