/* only small desktops */
/* tablets */
/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #hero .contents h1 {
    font-size: 28px;
  }
  .item-boxes h4 {
    font-size: 18px;
  }
  #cosm .show-box img {
    display: none;
  }
  .pricing-table .pricing-details ul li {
    font-size: 12px;
  }
  .counters .facts-item .fact-count h4 {
    font-size: 14px;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .meta-tags span {
    margin-right: 3px;
  }
  .meta-tags span i {
    margin-right: 0px;
  }
  #blog .blog-item-text h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Ensure CTA (.btn-common) scales on hover even if other styles or scripts
   set transform; this lives in the last stylesheet so it can override earlier
   rules. Uses !important only for the transform on hover as a last resort. */
.btn-common {
  /* match main.css timing and easing so overrides animate smoothly */
  -webkit-transition: -webkit-transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms ease, color 260ms ease !important;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms ease, color 260ms ease !important;
}
.btn-common:hover,
.btn-common:focus,
.btn-common:active {
  /* keep !important as a last-resort override, but align easing with main */
  -webkit-transform: translateZ(0) scale(1.15) !important;
  transform: translateZ(0) scale(1.15) !important;
}

/* mobile or only mobile */
@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 20px;
  }
  #hero .contents {
    padding: 100px 0 80px;
  }
  #hero .contents h1 {
    font-size: 18px;
    line-height: 30px;
  }
  #cosm .show-box img {
    display: none;
  }
  #cosm .box-item .text h4 {
    font-size: 14px;
  }
  .controls {
    margin: 0px;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 7px;
  }
  .video-promo .video-promo-content h2 {
    font-size: 22px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  .single-team {
    margin-bottom: 15px;
  }
  .contact-us {
    margin-bottom: 30px;
  }
  .contact-us h3 {
    font-size: 28px;
  }
  .footer-links li a {
    margin-right: 10px;
  }
  .copyright {
    float: left;
  }
}
