/* header */
.ctr-header-logo-col .site-logo {
  max-width: 100%;
}

/* home */
.ctr-custom-cases-slider {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.ctr-custom-cases-slider .flickity-viewport {
  width: 100% !important;
}

.ctr-custom-cases-slider .case-card-item {
  display: flex !important;
  position: relative;
  padding: 20px;
  height: 20em;
  width: 24%;
  flex-basis: 24%;
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
  border-radius: 10px;
  align-items: flex-end;
  justify-content: center;
}

.case-card-item .case-name-badge {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}

.case-name-badge .case-name {
  font-size: 1.1em;
  line-height: 1.1;
}

.case-name-badge a {
  font-size: 1em !important;
  line-height: 1;
}

.ctr-custom-cases-slider .flickity-prev-next-button {
  background: transparent;
  color: #03034b;
  border: solid 2px;
  border-color: #03034b;
}

/* single post page */
.single-post-hero {
  padding-top: 310px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}

.single-post-hero::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 38, 153, 0.8);
  z-index: -1;
}

.single-post-hero .hero-main-wrap {
  text-align: center;
}

.single-post-hero .hero-main-wrap .single-post-title,
.single-post-hero .hero-main-wrap .post-breadcrumb-container {
  color: #fff !important;
  z-index: 2;
}

/* footer */
.ctr-footer-logo-col .site-logo {
  max-width: 100%;
}

/* mobile */
@media (max-width: 47em) {
  .ctr-header-logo-col {
    width: 60% !important;
  }

  .ctr-header-logo-col img {
    width: 5.5em !important;
  }

  .ctr-header-menu-icon-col {
    width: 40% !important;
  }

  .ctr-header-menu-icon-col .techza-main-menu-wrap {
    justify-content: flex-end !important;
    margin-right: 10px;
  }

  .ctr-mb-custom-menu #site-navigation {
    top: 75px;
  }

  .ctr-mb-custom-menu #navbar-nav .menu-item:nth-child(6) {
    display: block;
  }

  .ctr-custom-cases-slider .case-card-item {
    width: 100%;
    flex-basis: 100%;
    padding: 15px;
  }

  .single-post-hero {
    padding-top: 220px;
    padding-bottom: 80px;
  }
}