/*remove author info from homepage*/
.hero-content-wrapper .entry-meta a,
.hero-content-wrapper .entry-meta>span,
.her-content-wrapper .cat-links
{
    display: none;
}
.home .featured-posts .entry-title::after {
  content: "813.222.2220";
  display: block;
  font-size: 46px;
}

.home-icons {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.home-icons .wp-caption {
	width: 33.33% !important;
	max-width: 33.33% !important;
}

.home-icons .wp-caption > a,
.home-icons .wp-caption > .wp-caption-text {
	max-width: 200px;
	margin: 20px auto 20px;
}
.grid-container {
  display: grid;
  grid: auto / auto auto;
  background-color: #15B6B8;
  padding: 15px;
}
.grid-container>div {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  padding:20px 20px;
/*  font-size: 30px; */
}
.site-branding {
    padding: 1em 0;
}



 .call-button {
            background-color: red;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            margin: 10px 2px;
            cursor: pointer;
        }
.red-call-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF0000; /* Red color */
  color: #fff; /* White text color */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold; /* Optional: Makes the text bold */
}

.red-call-button:hover {
  background-color: #CC0000; /* Darker red color on hover */
	
}
.cta-button {
display: inline-block;
padding: 10px 20px;
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #007bff; /* Blue color */
text-decoration: none;
border-radius: 5px;
margin: 0 10px;
}
.help-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073e6; /* Blue color code */
    color: #fff; /* Text color */
    text-decoration: none;
    border-radius: 5px;
}

.help-button:hover {
    background-color: #005bb5; /* Darker blue on hover */
}
