/*** Z-Post Header styles - just full width header styles added - such as blogposts, pages, etc.
Last Edited 11-25-2024 ***/

/*** Z-404 Page Custom Styles
Last Edited 11-25-2024 ***/

/*hide default thumbnails*/
#breadcrumbs #crumbs {
  display: none;
  height: 0;
}

#breadcrumbs.row {
  display: none;
  height: 0;
}

#breadcrumbs #crumbs li {
  display: none;
  height: 0;
}

#breadcrumbs #crumbs li a,
#breadcrumbs #crumbs li span {
  display: none;
  height: 0;
}

#breadcrumbs #crumbs li a {
  background: 0 0;
  display: none;
  height: 0;
}

/*.za-header-container .entry-content img,
.za-header-container img.wp-post-image {
  width: 100%;
  height: auto;
  position: unset;
  transform: translateY(-10px);
}*/

.za-header-container {
  width: 100%;
  height: 350px;
  background: #ccc;
  overflow: hidden;
  position: relative;
}

.za-header-container:hover {
  cursor: pointer;
  background: #ccc;
}

.za-header-container .z-gradient-overlay {
  background: linear-gradient(0deg, rgb(0 0 0 / 33%) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.za-header-container .z-page-title .z-page-title-content {
}

.za-header-container .z-page-title-content {
  width: 1500px;
  margin: 0 auto;
  background: none;
  display:block;
}

.za-header-container .z-page-title {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.za-header-container .z-page-title img {}

.za-header-container:hover h1,
.za-header-container:hover h2,
.za-header-container:hover p,
.za-header-container:hover img,
.za-header-container:hover .z-sub-ttl h5,
.za-header-container:hover .z-sub-ttl h4,
.za-header-container:hover .z-sub-ttl h3,
.za-header-container:hover .z-sub-ttl p {
  background: #015caa;
  background: #454545;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.za-header-container h1,
.za-header-container h2, .za-header-container p {
  /* background: #015caa; */
  /* background: #015caac4; */
  background: #454545;
  background: #454545e0;
  color: white;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight:600;
  font-size: 45px;
  font-size: xxx-large;
  font-size: -webkit-xxx-large;
  letter-spacing: 0.5px;
  padding: 15px 18px 16px;
  width: 100%;
  min-width: 260px;
  max-width: 720px;
  /* margin-top: 5em; */
  /* margin-top: 196px; */
  margin-left: 0;
}

.za-header-container .z-sub-ttl p, .za-header-container .z-sub-ttl h3, .za-header-container .z-sub-ttl h4, .za-header-container .z-sub-ttl h5 {
  background: #454545;
  background: #454545e0;
  font-weight: 600;
  color: #eeeeee;
  font-size: large;
  padding: 0px 18px 12px;
  /* width: 100%; */
  /* min-width: 260px; */
  max-width: 620px;
}

/* Page Bottom UI */
.z-page-bottom-ui {
  background: #eee;
  min-height: 88px;
  margin-top: 30px;
  /* border-top: solid #c0c0c0 1px; */
  border-bottom: solid #c0c0c0 1px;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #ffffff 24%,
      #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #ffffff 24%,
      #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #ffffff 24%,
      #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}

.za-ui-button-1 {
  /*background: #454545;*/
  text-decoration: none;
  display: block;
}

.za-ui-button-1 a {
  /*background: #454545;*/
  text-decoration: none;
}

.za-ui-button-1:hover {
  /*background: #015caa;*/
  text-decoration: none;
}

.z-page-bottom-ui a h4 {
  background: #454545;
  text-align: center;
  /* line-height: 1em; */
  display: block;
  padding: 18px 25px 20px 0px;
  color: #fff;
  color: rgb(238 238 238);
  margin: 15px;
}

.z-page-bottom-ui a h4:hover {
  background: #015caa;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.z-page-bottom-ui i {
  color: #fff;
  font-size: 15px;
  font-size: 1.5em;
  padding: 10px 5px 10px 5px;
  margin: 0px 5px 0px 0px;
}

.z-page-bottom-ui i a:hover {
  text-decoration: none;
  color: #fff;
}

/* Mods to Global CSS -- hide standard title, adjust page padding */

#the-title {
  display: none;
}

.z-page-wrap {
  padding: 46px 30px 50px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

/*** --- START--- Z-Responsive Mods / Media Queries
   ----------------------------------------------------------- ***/

  /* for 1080p and up screens */
@media only screen and (min-width: 2560px) {

  /* adjust header image postion */
  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    position: unset;
    transform: translateY(-650px);
  }
}		

/* for large screens */
@media only screen and (min-width: 1550px) {
  .z-hero-text h1 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-size: 5em;
    letter-spacing: 0.5px;
  }

    /* adjust header image postion */
  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    position: unset;
    transform: translateY(-450px);
  }
}

    /* for 1080p and up screens */
@media only screen and (min-width: 1920px) {
  /* adjust header image postion */
  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    position: unset;
    transform: translateY(-350px);
  }
}

@media only screen and (min-width: 1080px) {
  body {
    background: #eee;
  }

  .z-hero-text h1 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-size: 5em;
    letter-spacing: 0.5px;
  }

/* adjust header image postion */
  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    position: unset;
    transform: translateY(-150px);
  }

  .entry-header {
    display: none;
  }

  .z-page-wrap {
    padding: 30px 30px 50px;
    max-width: 1500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }

 .entry-content h2, .comment-content h2 {
    font-size: 25px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5px;
    border: none;
}

 .entry-content h2:active, .comment-content h2:active {
    border:none;
}
	
  .entry-content p,
  .entry-summary p,
  .comment-content p {
    margin: 0 0 21px;
    line-height: 1.714285714;
    font-size: medium;
  }
}

@media only screen and (max-width: 1079px) {
  .z-hero-text h1 {
    text-align: center;
    color: white;
    font-size: xxx-large;
    font-size: -web-kit-xxxlarge;
    letter-spacing: 0.5px;
  }

  .z-page-wrap {
    padding: 10px 30px 45px;
  }
}

@media only screen and (min-width: 801px) {
  body {
    background: #eee;
  }

  .z-page-wrap {
    padding: 30px 30px 40px;
    max-width: 1500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }

  .entry-header {
    display: none;
  }

}

@media only screen and (max-width: 800px) {
  body {
    background: #fff;
  }

  .za-header-container h1,
.za-header-container h2, .za-header-container p {
  background: #454545;
  background: #454545e0;
  max-width: none;
}


  .za-header-container h1,
.za-header-container h2, .za-header-container p {
  /*display: block;*/
  display:none;
  font-size: 30px;
  font-size: 2rem;
  bottom:0;
}

.za-header-container .z-page-title {
  bottom: 0px;
  left: 0;
}

  .za-header-container .z-sub-ttl h5,   .za-header-container .z-sub-ttl p {
    display: none;
  }

  .z-page-wrap {
    padding: 0px 15px 30px;
    max-width: 1500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
  }

  .za-header-container .z-page-title img {
    margin-top: 20px;
    padding: 30px;
  }

  .za-header-container .z-gradient-overlay {
    background: none;
  }

  .za-header-container {
    height: auto;
  }

}

@media only screen and (max-width: 767px) and (min-width: 480px) {

  .entry-header {
    margin-top: 21px;
    display: block;
  }

  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    /* margin-top: 30px; */
  }
}

@media only screen and (min-width: 300px) and (max-width: 479px) {

  .entry-header {
    margin-top: 25px;
  }
}

/*** --- END --- Z-Responsive Mods / Media Queries ***/