/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2025 | 10:50:57 */
#calc{
	text-align: center
}
#calc .jayama-form-input {
    text-align: left;
}

#calc .jayama-form-input input {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #aaa;
    text-transform: capitalize;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
	.mobile-hidden{
		display: none;
	}
  .site-logo img {
    max-width: unset;
	}
	.alignfull {
    width: 100vw;
    padding: 0 20px;
   }
	.wp-block-cover .wp-block-cover__image-background{
		transform: translateY(-272px);
	}
	.jayama-form-label {
		display: none;
	}
}

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

