/*
Theme Name: Code 34
Text Domain: code34
Version: 1.0.0
*/

.code34-post-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.code34-post-card-imgwrap {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
}

.custom-logo {
  width: 123px;
  height: auto;
}

.code34-breadcrumb-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.code34-breadcrumb-cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(22, 22, 37, 0) 0%,
    rgba(22, 22, 37, 0.85) 100%
  );
  pointer-events: none;
}

.code34-breadcrumb-cover .text-block {
  position: relative;
  z-index: 1;
}

.breadcrumb-area {
  padding: 350px 0px 90px 0px;
}

.blog-page {
  position: relative;
  z-index: 1000;
  margin-top: -345px;
  padding-bottom: 100px;
}

.code34-header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 16px;
}

.code34-header-email {
  color: inherit;
  opacity: 0.9;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .code34-header-cta {
    display: none;
  }
}

.service-section h4 {
  min-height: 64px;
}

footer .footer-row2 {
  padding: 50px 0 0px 0;
}

footer:after {
  height: 290px;
}
