/*
Theme Name: responsive-child
Template: responsive
*/
body {
  background: #fff;
}
.site-content {
  padding: 10px 0;
}
.main-title {
  font-size: 37px;
  font-weight: 800;
  text-align: center;
  color: #3803ce;
}
.site-header {
  background: #3803ce;
}
.site-branding-wrapper {
  padding: 18px 0px 18px 0px;
}
.custom-logo {
  max-width: 200px;
}
.site-header-layout-horizontal .site-branding {
  min-width: 25%;
}
.icon-bars::before {
  color: #fff;
  font-size: 26px;
}
.icon-times::before {
  color: #fff;
  font-size: 26px;
}
.border {
  padding: 15px;
  border: 1px solid #d2d2e1;
  border-radius: 10px;
  margin-bottom: 20px;
}
.bg-card {
  padding: 15px;
  background: #f8f8fc;
  border-radius: 10px;
}
.bg-card .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-card .wp-block-image img {
  height: 100px;
  object-fit: cover;
}
.num-list {
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 60px;
}
.num-list li:not(:last-child) {
  margin-bottom: 20px;
}
.num-list li::before {
  border: 2px solid #3803ce;
  border-radius: 50%;
  background: #3803ce;
  color: #fff;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  font-weight: 800;
  margin-left: -50px;
  margin-top: -5px;
  padding: 3px 12px;
  position: absolute;
}
.pros {
  padding: 15px;
  background: #00800033;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pros li {
  list-style-image: url(/wp-content/uploads/2023/08/check.png);
}
.pros li:not(:last-child) {
  margin-bottom: 15px;
}
.cons {
  padding: 15px;
  background: #fef1f1;
  border-radius: 10px;
}
.cons li {
  list-style-image: url(/wp-content/uploads/2023/08/close.png);
}
.cons li:not(:last-child) {
  margin-bottom: 15px;
}
.num-block p {
  text-align: center;
}
.live-list {
  margin: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.page.sidebar-position-no:not(.woocommerce) .alignwide {
  margin-right: 0;
  margin-left: 0;
}
.footer-bar {
  background: #3803ce;
}
.footer-bar .copyright {
  width: 100%;
  text-align: center;
}
.play-link a {
  padding: 20px 50px;
  background: #07ad07;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}
.play-link a:hover {
  background: #045e04;
  transition: 0.6s;
}
.schema-faq .schema-faq-answer {
  margin-top: 0;
}
.schema-faq .schema-faq-question {
  margin-bottom: 15px;
}
.schema-faq-section {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .border .bg-card {
    flex-direction: column;
  }
  .border .bg-card .wp-block-image img {
    height: 90px;
  }
  .border .bg-card p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  .site-content-header {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .hentry, article.product {
    margin-top: 8px;
	}
  .main-navigation .menu > li > a {
    color: #000;
    text-align: center;
  }
  .border .wp-block-group__inner-container,
  .pros .wp-block-group__inner-container,
  .cons .wp-block-group__inner-container {
    padding: 0;
  }
  .num-block p {
    text-align: left;
    font-size: 14px;
  }
  #faq {
    text-align: center;
  }
}


.wp-block-quote {
	border-left: .35em solid #3803ce;
	padding: 16px 16px 16px 24px;
	font-size: 1.05em;
	letter-spacing: .5px;
}
.wp-block-quote cite {
	border-top: 1px solid #ccc;
	padding-top: 16px;
}
.flip-horizontal-img img { transform: scale(-1, 1); }

