/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 10:16:40 */
body, html {
  font-family: "Open Sans", Arial, sans-serif;
}

h1.entry-title,
.site-title.show,
header#site-header {
    display: none;
}
.primary-heading h2.elementor-heading-title.elementor-size-default {
    color: #000;
    font-size: 20px;
    font-weight: 500;
	font-family: 'Open Sans', Arial, sans-serif;

}
.description :where(p, li) {
	color: #333;
    font-size: 15px;
    font-family: 'Open Sans';
	letter-spacing: 0.2px;
}
a{
	color: #00a7dd;
}
/** Prevent page jumping **/
.menu-item a[href="#"] {
    pointer-events: none;
    cursor: default;
}


/** Header **/
span.eael-simple-menu-toggle-text {
    display: none;
}

/** Contact Form **/
label {
	width: -webkit-fill-available;
	line-height: normal;
	font-size: 15px;
}
[type=button], [type=submit], button{
	background-color: #00a7dd;
	border: 1px solid #00a7dd;
	color: #FFF;
}

[type=button]:focus, [type=button]:hover, 
[type=submit]:focus, [type=submit]:hover, 
button:focus, button:hover{
	background-color: #FFF;
	border: 1px solid #00a7dd;
	color: #00a7dd;
}