/*Header padding removed */

#inner-content.wpbf-container.wpbf-container-center.wpbf-padding-medium {
  padding-top: 0px;
}

/* Blog Archive */ 

.wpbf-post-image {
    margin-top: 30px; /* Adjust this value to increase/decrease space */
}

.entry-title {
    margin-top: 20px; /* Space above the title */
    margin-bottom: 20px; /* Space below the title */
}

.article-meta, .entry-summary {
    margin-top: 10px; /* Adjust spacing */
    font-size: 14px; /* Adjust font size */
}

.wpbf-post-image {
    border-radius: 10px; /* Adjust this value for more or less rounding */
}

.wpbf-post-image {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
    border: 1px solid #8314DF; /* Light grey border */
}

/* Blog Post Title Text */

.single-post .entry-title {
    text-align: center; /* Centers the title text */
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 1024px; /* Adjust this as needed */
}

.single-post .wpbf-post-image {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}


/* Adjust the top margin of the main content area to create space below the nav bar */
#main.wpbf-main {
    padding-top: 0px; /* Increase or adjust this value to control the space */
}

/* Styling for the category title on the archive page */
.page-title {
    font-size: 30px; /* Larger font size for the title */
    color: #333; /* Dark grey color for the title */
    text-align: center; /* Center align the title */
    margin-bottom: 30px; /* Space below the title */
    font-weight: bold; /* Make the font bold */
    padding: 20px 0; /* Padding above and below the title */
    border-bottom: 2px solid #8314DF; /* Purple line under the title */
}

/* Extra styling to enhance readability and spacing of the blog list */
.wpbf-post-image-wrapper {
    margin-bottom: 30px; /* Increase space below the image */
}

.entry-title {
    margin-top: 30px; /* Increase space above title */
}


/* CF7 Styles */

div.wpcf7 {
  background-color: #DE9F42;
  border: 2px solid #DE9F42;
  padding: 20px;
  padding-bottom: 40px; /* Adjust this value to fill the space as needed */
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  background-color: #8314DF;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7-form textarea {
  width: 100% !important;
  height: 150px; /* Increase height to make the textarea larger */
}

.wpcf7-form p {
  color: #000000 !important;
}

input.wpcf7-form-control.wpcf7-submit {
  color: lightgray;
  margin-top: 20px; /* Add margin-top to align submit button if necessary */
}

/* Submit button Hover */

.wpcf7-submit:hover {
  background-color: #81d742 !important;
  color: #fff !important;
}