/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2025 | 08:42:10 */
.main-header-menu {
	border-radius: 40px !important;
}

#menu-primary {
	display: flex;
    flex-direction: column;
    gap: 15px;
}

#menu-primary-1 {
	display: flex;
    flex-direction: column;
    gap: 15px;
}

/** logo **/
#block-10 .wp-image-42 {
	max-width: 255px;
    padding-top: 25px;
    padding-bottom: 15px;
}

/** homepage buttons **/
#homepage-buttons .elementor-button {
	opacity: 0;
}

/** single blog post **/
.single.single-post header {
	background-color: #f0f7f7;
}

@media only screen and (max-width: 680px) {
	.single.single-post .entry-title {
		font-size: 22px;
	}
	.single.single-post article {
		padding: 0;
	}
}


@media only screen and (max-width: 600px) {
  .wp-block-image.size-full.is-resized {
	width: 150px;
  }
  #block-8 {
    justify-content: center;
    display: flex;
  }
}