header {
  border-bottom: 1px solid #ededed;
}

@font-face {
  font-family: "MyriadPro-Regular";
  /* Name your font family */
  /* src: url("https://excellenceauditors.com/wpdev/wp-content/themes/excellenceauditing/assets/fonts/MyriadPro-Regular.otf") */
  src: url("https://www.excellenceauditing.com/wp-content/themes/excellenceauditing/assets/fonts/MyriadPro-Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

.blog-detail-sec {
  padding: 15px 0px;
}

.custom-blog-details h1 {
  font-size: 4rem;
  color: #212529;
}

.custom-blog-details .heading-wrapper {
  padding-left: 20px;
  padding-right: 72px;
}

.custom-blog-details p,
.custom-blog-details ul.main-list li {
  font-size: 1rem;
  line-height: 1.6;
}

.custom-blog-details h2,
.custom-blog-details h4,
.custom-blog-details p,
.custom-blog-details .main-list {
  font-family: "MyriadPro-Regular";
  color: #212529;
}

.custom-blog-details h2 {
  font-size: 1.25rem;
  color: #1a98d5;
  font-weight: 600;
}

.custom-blog-details h3 {
  font-size: 2rem;
  color: #212529;
}

.custom-blog-details h4 {
  font-size: 1.25rem;
  color: #1a98d5;
  font-weight: 600;
}

.custom-blog-details .blog-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
}
.custom-blog-details .blog-top i {
  font-size: 1rem;
}

.custom-blog-details .blog-header {
  border-left: 40px solid #1a98d5;
}

.custom-blog-details ul {
  padding: 0px;
  margin: 0px;
  margin-left: 1.1rem;
  margin-bottom: 1rem;
}

.custom-blog-details .read-time,
.custom-blog-details .post-date {
  color: #555;
}

.custom-blog-details .vertical-divider {
  color: #999;
}

.blog-section .blog-box {
  transition: all 0.45s;
  padding: 10px;
  border: 1px solid transparent;
  position: relative;
}

.blog-section .blog-box:hover {
  border: 1px solid #f1f1f1;
  background: rgba(247, 247, 247, 0.5);
}
.blog-section .blog-box:hover .blog-bottom .btn {
  background: #1a98d5;
  color: #fff;
}

.blog-section .blog-box .blog-bottom span.date,
.blog-section .blog-box .blog-bottom h3,
.blog-section .blog-box .blog-bottom p,
.blog-section .read-time,
.blog-section .post-date {
  font-family: "MyriadPro-Regular";
  color: #212529;
}

.blog-section .read-time,
.blog-section .post-date {
  color: #666;
}

.blog-section .vertical-divider {
  color: #999;
}

.blog-section .blog-box .blog-bottom h3 {
  font-size: 1.25rem;
  color: #000;
  margin-top: 0.7rem;
}

.blog-section .blog-box .blog-bottom p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-top: 0.7rem;
  text-align: left;
}

.blog-section .blog-box .blog-bottom .btn {
  padding: 5px 15px;
  font-family: "MyriadPro-Regular";
  font-size: 1rem;
  background: #f4f4f4;
  border: 0px;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.blog-section .blog-box .blog-bottom .btn i {
  font-size: 0.75rem;
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .custom-blog-details .blog-header {
    border-left: 10px solid #1a98d5;
  }

  .custom-blog-details h1 {
    font-size: 2rem;
  }
  .custom-blog-details h3 {
    font-size: 1.8rem;
  }

  .blog-section .blog-box .blog-bottom {
    height: auto;
  }

  .blog-section .blog-box .blog-bottom .btn {
    position: static;
  }
}
