/*
 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.menu-item > a
{
	color: #fff !important;
	font-size: .9rem;
}
nav.site-navigation ul#menu-main-menu > li.menu-item > a:hover
{
	color: #777 !important;
}
nav.site-navigation ul.sub-menu > li.menu-item > a
{
	font-size: .9rem;
}
nav.site-navigation ul.sub-menu > li.menu-item:hover
{
	background-color: #f5f5f5;
}
.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;
}
nav.site-navigation ul#menu-main-menu li#menu-item-12231 a
{
	font-weight: bold !important;
}
nav.site-navigation ul#menu-main-menu li#menu-item-12231 a:hover
{
	color: #f5f5f5 !important;
}
main.post-9 .page-header, main.post-13064 .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 0 .25em 0;
}
.feature h4 a
{
	color: #333 !important;
	text-decoration: none;
	font-size: 1.1rem;
}
.feature h4 a:hover
{
	color: #cd1041 !important;
	text-decoration: underline;
}
.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-grid h2 a:hover
{
  text-decoration: underline;
}
.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%;
  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;
}

.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 !important;
    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: 0;
  font-size: .8rem;
}

.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 !important;
  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: 5px 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
{
  text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix div::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix iframe::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* 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;
}
#countdown a:hover
{
  text-decoration: underline;
}
/* 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;
}
#btm_links a {
  color: #fff !important;
  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;
  }
}
a#ip_addr:hover
{
	color: #eee;
	text-decoration: none;
}
.footer-col a:hover
{
	color: #eee;
}
.social-links {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.social-links li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 28px; /* space for the icon */
}

.social-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Facebook */
.social-links li.facebook::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFFFFF" d="M279.14 288l14.22-92.66h-88.91V127.93c0-25.35 12.42-50.06 52.24-50.06H295V6.26S277.43 0 256.23 0c-73.14 0-121.07 44.38-121.07 124.72v70.62H86.41V288h48.75v224h100.2V288z"/></svg>');
}

/* Twitter */
.social-links li.twitter::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFFFFF" d="M459.4 151.7c.3 4.5 .3 9.1 .3 13.6 0 138.7-105.6 298.7-298.7 298.7-59.5 0-114.9-17.2-161.6-47.1 8.4 1 16.8 1.5 25.6 1.5 49.3 0 94.6-16.8 130.5-45.6-46.1-1-84.8-31.2-98.1-72.9 6.5 1 13 1.6 19.8 1.6 9.4 0 18.8-1.3 27.6-3.6-48.1-9.7-84.1-52.1-84.1-103v-1.3c14.1 7.8 30.2 12.6 47.4 13.2-28.2-18.8-46.8-50.6-46.8-86.7 0-19.1 5.2-36.9 14.1-52.2 51.4 63.1 128.6 104.5 215.4 108.7-1.6-7.6-2.6-15.6-2.6-23.6 0-57.5 46.8-104.3 104.3-104.3 30 0 57.1 12.6 76.1 33.1 23.6-4.5 45.9-13.2 65.8-25.1-7.8 24.3-24.3 44.8-46.1 57.6 21-2.3 41.5-8.1 60.3-16.2-14.3 20.8-32.2 39.3-52.9 54.2z"/></svg>');
}

/* LinkedIn */
.social-links li.linkedin::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFFFFF" d="M100.28 448H7.4V148.9h92.88V448zm-46.44-340.7C24.1 107.3 0 83.2 0 53.6 0 24 24.1 0 53.6 0c29.6 0 53.6 24 53.6 53.6 0 29.6-24.1 53.6-53.6 53.6zM447.9 448h-92.4V304.1c0-34.3-12.3-57.7-43.1-57.7-23.5 0-37.6 15.8-43.8 31.1-2.2 5.4-2.8 12.9-2.8 20.4V448h-92.4s1.2-270.7 0-299.1h92.4v42.4c12.3-19 34.4-46.1 83.7-46.1 61.2 0 107.4 40 107.4 126.1V448z"/></svg>');
}

.dock, .dock:active {
	bottom: .5rem !important;
}

/* NSG Help page */
body.page-id-36 .site-main {
    max-width: 90% !important;
}

.footer-widget
{
	font-size: .75em;
}
#btm_links
{
	font-size: .75em;
}
#footer h4
{
	text-transform: uppercase;
	font-size: 1.1rem;
}
a
{
	color: #cd1041 !important;
}
.social-links a
{
	color: #fff !important;
}
.social-links a:hover
{
	color: #cd1041 !important;
}
.show {
    display: block !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: .9rem;
}
.text-center {
    text-align: center;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
.btn-danger:hover {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}
.search-form {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.search-field {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-form .elementor-button {
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  padding: 10px 16px;
  border: none;
}

.search-form .elementor-button:hover {
  background-color: #005f8c;
}

form.search-form button {
    background-color: #cd1041 !important;
    color: #fff !important;
}
.nsg-btn-wrapper {
    background-color: #cd1041 !important;
}
.nsg-btn-text {
    color: #fff !important;
}
