/*
Theme Name: bloggist child
Template: bloggist
*/
.featured-content {
  width: 100%;
  margin: 0;
}
.content-wrap {
  width: 1240px;
}
article .entry-content {
  font-size: 18px;
}
.page h1.entry-title {
  font-size: 40px;
  font-weight: 800;
}
.fbox {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fbox h2 {
  font-size: 33px;
  color: #000;
}
.fbox h3 {
  font-size: 26px;
  color: #000;
}
.mb-3 {
  margin-bottom: 25px;
}
.wp-block-table {
  margin-bottom: 0;
}
.wp-block-table td {
  font-size: 16px;
  text-align: center;
}
blockquote {
  background: #020417;
  border-left: 6px solid #fd4a36;
  color: #fff;
}
a {
  color: #b92424;
}
.top-nav-wrapper .content-wrap {
  display: flex;
  align-items: center;
}
.theme-card .wp-block-column {
  padding: 20px;
  background: #f9f9fb;
  border-top: 2px solid #020417;
}
.theme-block .wp-block-column {
  padding: 20px;
  border-top: 2px solid #fd4a36;
  background: #020417;
}
.theme-block .wp-block-column * {
  color: #fff;
}
.theme-list li {
  list-style-image: url(/wp-content/uploads/2023/05/mark.png);
}
.theme-list li:not(:last-child) {
  margin-bottom: 10px;
}
.mb-li li:not(:last-child) {
  margin-bottom: 10px;
}
.theme-group {
  padding: 20px;
  background: #f9f9fb;
  border-left: 6px solid #fd4a36;
  margin-bottom: 15px;
}
.demo-bonaza .bonaza-demo {
  width: 100%;
  height: 500px;
}
.bonaza-brand-section .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper {
  background: #f9f9fb;
  box-shadow: 0 0 10px;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper:hover {
  box-shadow: 0 0 10px #fd4a36;
  transition: 0.6s;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .parent-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  height: 80px;
  background: #020417;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .parent-img .bozana-logo {
  max-width: 120px;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .bonaza-body-wrapp {
  padding: 0 15px;
  margin-bottom: 15px;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .bonaza-body-wrapp .body-title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 800;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .bonaza-body-wrapp .body-desc {
  margin-bottom: 0;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .bonaza-button {
  padding-bottom: 15px;
  text-align: center;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .bonaza-button .wp-block-button__link {
  border-radius: 0;
  background: #fd4a36;
}
.bonaza-brand-section .wp-block-group__inner-container .bonaza-brand-wrapper .body-desc {
  font-size: 16px;
}
.schema-faq-section {
  margin-bottom: 10px;
  border-left: 6px solid #fd4a36;
  padding-left: 15px;
}
.schema-faq-section .schema-faq-question {
  font-size: 22px;
}
@media (max-width: 768px) {
  article .entry-content {
    font-size: 16px;
  }
  .page h1.entry-title {
    font-size: 32px;
  }
  .fbox h2 {
    font-size: 25px;
  }
  .fbox h3 {
    font-size: 21px;
  }
  .bonaza-brand-section .wp-block-group__inner-container {
    flex-direction: column;
  }
}
