/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2025 | 00:25:35 */
/* START HERO BLUR */
.blurred-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blurred-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/05/talking-cure-home-hero-2000x1330-1.jpg');
  background-size: cover;
  background-position: center;
	background-attachment: fixed;
  filter: blur(3px);
  z-index: 0;
}

.blurred-bg > * {
  position: relative;
  z-index: 1;
}
/* END HERO BLUR */ 
a, a:hover, .page-content a {
    text-decoration: none;
}
.post-tags {
    display: none !important;
}

.archive .page-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px; /* Adjust spacing */
}

.archive .post {
    border: none; /* Optional: adds a border */
    padding: 15px;
    background: #fff;
}
.archive .post p {
	font-weight: normal !important;
	font-size: 22px !important;
	line-height: 1.8rem;
}
ol ,ul {
	margin-bottom: 20px;
}