/*
 Theme Name:   LSCC Child
 Theme URI:
 Description:
 Author:       Lifted Logic
 Author URI:
 Template:     lscc
 Version:      1.0.0
 License:
 License URI:
 Tags:
 Text Domain:  lscc-child
*/

/* Nav */
#topNav {
  z-index: 999999999;
}

  /* Sub menu */
  nav ul li ul li a {
    display: block;
  }

/* Home */
.bannerscollection_zoominout {
  z-index: 0;
}

.featured-message {
  margin-bottom: 0;
}

.message-home {
  float: left;
  width: 100%;
  background: #2193cc;
  margin-bottom: 30px;
}

.message-home h1 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 480px) {
  .message-home h1 {
    padding: 5px 15px;
  }
}

.homepage-full-width-widget {
  display: none;
}

/* Contact page */
.page-id-9 .wpcf7 textarea,
.page-id-9 .wpcf7 input[type="text"],
.page-id-9 .wpcf7 input[type="email"] {
  width: 100%;
}

.page-id-9 .wpcf7 h4 {
  margin-bottom: 5px;
}

/* Footer */
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6 {
  color: #fff;
}

.footer-container .wpcf7-form .hdg {
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}

.footer-container .widget_text p {
  font-size: 16px;
}