/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/

/* You can add custom styles here */

.site-header
{
	background-color: #151515;
	border-color: #e7e7e7;
	border-width: 0 0 1px 0;
	padding-block-end: 7px !important;
	padding-block-start: 7px !important;
	margin-bottom: 1px;
}
#carousel-example-generic
{
	display: none;
}
nav.site-navigation ul#menu-main-menu > li > a
{
	color: #fff;
}
nav.site-navigation ul#menu-main-menu > li > a:hover
{
	color: #777;
}
.site-navigation ul.menu li.menu-item-has-children a:after
{
	color: #fff !important;
}
.site-navigation ul.menu li.menu-item-has-children a:hover:after
{
	color: #777 !important;
}
main.post-9 .page-header
{
	display: none;
}
h1.home-header
{
	padding-top: 0;
	text-align: right;
	color: #fff;
	font-size: 22px;
	line-height: 1.4em;
}
h1.home-header span
{
	color: #a9abff;
}
.features-wrapper {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Feature grid */
.feature-grid {
  clear: both;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
/*  text-align: center;*/
  vertical-align: text-top;
}

.feature i {
  font-size: 2.5rem;
  color: #0073aa;
  margin-bottom: 0.5rem;
}
.feature i:hover {
  color: #005177;
}
.feature h4 {
  margin: 0;
}
.feature h4 a
{
	color: #333;
	text-decoration: none;
}
.feature h4 a:hover
{
	color: #cd1041;
}
.feature p {
  font-size: 0.95rem;
}

/* Blog grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.blog-grid h2 a
{
  text-decoration: none;
}
.blog-preview img {
  width: 100%;
  max-width: 170px;
  float: left;
  margin: 0 1rem 1rem 0;
  object-fit: cover;
}
.blog-preview::after {
  content: "";
  display: table;
  clear: both;
}
.blog-preview h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.blog-preview p {
  font-size: 0.95rem;
}
div.feature i
{
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #e2e2e2;
    color: #cd1041;
    border: 3px solid #c2c2c2;
    -webkit-box-shadow: inset 0 0 0 5px #666666;
    box-shadow: inset 0 0 0 5px #666666;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}
div.feature i:hover
{
    color: #fff;
    background-color: #cd1041;
}
/* Responsive footer container */
#footer {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  gap: 20px;
  padding: 20px 0;
  justify-content: space-between;
  clear: both;
}

#footer > div {
  flex: 1 1 200px; /* Flex basis of 200px, grow/shrink as needed */
  min-width: 200px;
}

#btm_links {
  flex-basis: 100%;
  margin-top: 20px;
  text-align: center;
}

#footer h4 {
  margin-top: 0;
}

.lines {
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin-bottom: 15px;
}

/* Make bottom navbar responsive */
.navbar-static-bottom {
  background: #222;
  color: #fff;
  padding: 10px 0;
}

.navbar-text {
  font-size: 0.9em;
}
#footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

#btm_links {
  flex-basis: 100%;
  text-align: center;
  margin-top: 20px;
}

.footer-widget h4 {
  margin-top: 0;
}

.lines {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.navbar-static-bottom {
  background: #222;
  color: #fff;
  padding: 10px 0;
  font-size: 0.9em;
}

.navbar-text.pull-left,
.navbar-text.pull-right {
  display: inline-block;
}
#countdown {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
/*    padding-top: 5px;*/
    margin-top: 25px;
    margin-bottom: -25px;
    background-color: rgb(205, 16, 65);
}
#countdown a
{
    color: #fff;
    line-height: 32px;
}
.photos_right
{
	float: right;
	margin: 0 0 15px 15px;
}
.custom-footer-bar-wrapper {
  background-color: #151515;
  width: 100%;
  clear: both;
}

.custom-footer-bar {
  color: #9d9d9d;
  padding: 10px 0;
}

.custom-footer-content {
  max-width: 1140px; /* Match your existing theme's main width */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
}

.custom-footer-bar a {
  color: #fff;
  text-decoration: none;
}

.custom-footer-bar a:hover {
  text-decoration: underline;
}

.custom-footer-content .left,
.custom-footer-content .right {
  flex: 1 1 auto;
}
.custom-footer-bar-wrapper {
  background-color: #151515;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 10;
}

.custom-footer-bar {
  color: #9d9d9d;
  padding: 12px 0;
}

.custom-footer-content {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
}

.custom-footer-bar a {
  color: #fff;
  text-decoration: none;
}

.custom-footer-bar a:hover {
  text-decoration: underline;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Latest */
/* Shared container for consistent content width */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Countdown Bar Styling */
#countdown {
  background-color: #cd1041;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 25px;
  margin-bottom: 0;
}
#countdown a {
  color: #fff;
  text-decoration: none;
  line-height: 32px;
}

/* Footer main section */
#footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  clear: both;
}
.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}
#btm_links {
  text-align: center;
  margin-top: 20px;
}
#btm_links a {
  color: #fff;
  text-decoration: none;
}
#btm_links a:hover {
  text-decoration: underline;
}

/* Bottom copyright bar (already styled, just reinforces layout) */
.custom-footer-bar-wrapper {
  background-color: #151515;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 10;
}
.custom-footer-content.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.custom-jumbotron-wrapper {
  width: 100%;
  background-image: url('/wp-content/uploads/2025/07/bg_saginaw_city.jpg');
  background-size: cover;
  background-position: 0 -240px;
  position: relative;
}

.custom-jumbotron-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark overlay */
  width: 100%;
  height: 100%;
  padding: 3rem 0;
}

.custom-jumbotron-inner {
  max-width: 1140px; /* adjust to your site’s content width */
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-jumbotron-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  width: 100%;
}

.custom-jumbotron-content p {
  margin: 0;
}

.custom-jumbotron-content img#celebrating {
  height: auto;
  width: 150px;
}

.home-header {
  color: white;
  text-align: right;
  flex: 1;
  margin: 0;
}

.home-header span {
  color: #a9abff;
}



/* Media queries */

@media (min-width: 400px) {
    h1.home-header {
        font-size: 26px !important;
    }
}

@media (min-width: 440px) {
    h1.home-header {
        font-size: 28px !important;
    }
}

@media (min-width: 480px) {
    h1.home-header {
        font-size: 30px !important;
    }
}

@media (min-width: 520px) {
    h1.home-header {
        font-size: 32px !important;
    }
}

@media (min-width: 560px) {
    h1.home-header {
        font-size: 34px !important;
    }
}

@media (min-width: 600px) {
    h1.home-header {
        font-size: 38px !important;
    }
}

@media (min-width: 640px) {
    h1.home-header {
        font-size: 40px !important;
    }
}

@media (min-width: 680px) {
    h1.home-header {
        font-size: 42px !important;
    }
}

@media (min-width: 720px) {
    h1.home-header {
        font-size: 44px !important;
    }
}

@media (min-width: 760px) {
    h1.home-header {
        font-size: 46px !important;
    }
}

@media (min-width: 768px) {
    h1.home-header {
        font-size: 42px !important;
/*        max-width: 50%;*/
        float: right;
        line-height: 1.4em !important;
        padding-top: 40px !important;
    }

    .custom-jumbotron-wrapper
    {
        height: 400px !important;
    }
}

/* Force maximum of 3 items per row */
@media (min-width: 900px) {
	.feature-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {
    h1.home-header {
        padding-top: 60px !important;
    }
}

@media (min-width: 1200px) {
    h1.home-header {
        padding-top: 80px !important;
    }
}

@media (max-width: 768px) {
  /* Footer layout */
  .custom-footer-content {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .custom-footer-content .left,
  .custom-footer-content .right {
    width: 100%;
  }

  div.feature h4,
  div.feature p {
    margin-left: 138px;
  }

  /* Navbar layout */
  .navbar {
    flex-direction: column;
    text-align: center;
  }

  .navbar-text.pull-left,
  .navbar-text.pull-right {
    float: none !important;
    display: block;
    margin-bottom: 10px;
  }
}

