/*
Theme Name: PBCMS Black WP
Theme URI: https://example.com/
Author: Codex
Description: WordPress conversion of the PbootCMS/PBCMS black company website template.
Version: 1.0.9
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: pbcms-black
*/

img {
  max-width: 100%;
  height: auto;
}

body.page {
  display: block;
  padding-top: 0;
  padding-left: 0;
  margin: 0;
  text-align: left;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-logo h1 img {
  max-height: 62px;
  width: auto;
}

.header-nav ul,
.footer-nav ul,
.subnav ul,
.cases ul,
.service ul,
.news ul,
.solution-slide ul {
  list-style: none;
}

.header-nav .sub {
  display: none;
}

.header-nav li:hover > .sub {
  display: block;
}

.header-nav #nav > li.on > h3 > a {
  color: #fff !important;
  background: #00a0ea;
  border-bottom-color: #00a0ea !important;
}

.header-nav #nav > li.on > h3 > a:hover {
  color: #fff !important;
}

.footer-safe .footer-w3c-icon {
  display: inline-block;
  width: 32px;
  margin-right: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  vertical-align: middle;
}

.footer-safe a:hover .footer-w3c-icon {
  color: #00a0ea;
}

.main-title > p:empty {
  display: none;
}

.message ul li.code img {
  min-width: 92px;
  background: #f7fbfd;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  cursor: pointer;
}

.wp-caption,
.aligncenter {
  max-width: 100%;
}

.detail-desc img,
.about img,
.page-content img {
  height: auto;
}

.page-numbers.current {
  cursor: default;
}

.no-results {
  padding: 45px 0;
  text-align: center;
  color: #777;
}

.case-gallery-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background: #f5f5f5;
  color: #888;
}

.pbcms-contact-form input,
.pbcms-contact-form textarea {
  box-sizing: border-box;
  width: 100%;
}

.footer-copyright-txt span,
.footer-copyright-txt a {
  margin-right: 10px;
}

@media (max-width: 768px) {
  header,
  footer,
  .focus,
  .footer-safe,
  .honor,
  .banner,
  .main {
    min-width: 0;
  }

  .container {
    width: auto;
    min-width: 0;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-top .container,
  .header-bottom .container,
  .footer-nav .container {
    display: block;
  }

  .header-search {
    margin-top: 15px;
  }

  #nav > li {
    float: none;
  }

  .slide-text h1 {
    font-size: 26px;
  }
}
