
* {
    text-transform: unset !important;
}
*
.home.is-singular .entry-inner {
	padding: 0 0 0rem !important;
}
	* {
.is-singular .content-area article {
	padding-bottom: 0rem !important;
}
		
}
		
		@media (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Center WP buttons */
  .mobile-center .wp-block-button,
  .mobile-center .wp-block-button__link {
    display: block !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

/* Make CF7 input and textarea fields match block width */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea,
.wpcf7 form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px; /* adjust to match your site’s style */
    border-radius: 8px; /* optional: match your theme’s rounded corners */
    border: 1px solid #ccc; /* adjust to your site’s border style */
}

/* Make CF7 submit button match your site’s default buttons */
.wpcf7 form input.wpcf7-submit {
    background-color: #007acc; /* replace with your default button color */
    color: #fff; /* text color */
    padding: 12px 24px; /* adjust as needed */
    border: none;
    border-radius: 8px; /* match your other buttons */
    cursor: pointer;
    font-weight: 600; /* optional: match button font style */
    text-transform: uppercase; /* optional, make consistent with other buttons */
    width: 100%; /* aligns with form fields */
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

/* Optional hover effect to match other buttons */
.wpcf7 form input.wpcf7-submit:hover {
    background-color: #005fa3; /* darker shade on hover */
}


.site-description {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .site-description {
        display: none;
    }
}

/* Load Raleway font */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

/* Load Raleway font */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

/* Footer widget headers */
footer .widget-title {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;       /* smaller font size */
    line-height: 1.2 !important;      /* tighter line spacing */
    margin-top: 0 !important;         /* remove extra top margin */
    margin-bottom: 0.5em !important;  /* reduce bottom spacing */
    letter-spacing: 0.5px;            /* optional for style */
	
}

