/*
Theme Name:     Home Stage Tips
Theme URI:      https://bkrisa.com/
Description:    Child theme for DIVI theme
Author:         Kristof Budai
Author URI:     https://bkrisa.com/
Template:       Divi
Version:        1.0.0
Text Domain:    Divi
*/

@import url("../Divi/style.css");

#blog-container{
  width: 90%;
  padding-top: 32px !important;
}
#blog-container h1 {
  padding: 0;
  margin-bottom: 14px;
}
#blog-container h2 {
  padding: 0;
  margin: 30px 0 14px 0;
  font-size: 28px;
}
#blog-container h3 {
  padding: 0;
  margin: 14px 0;
  font-size: 22px;
}
#blog-container a {
  text-decoration: underline;
}
#blog-container a:hover {
  text-decoration: none;
}
#blog-container .wp-caption {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
  max-width: 100%;
  padding: 0;
}
#blog-container .wp-caption p.wp-caption-text {
  font-size: 14px;
}
#blog-container .wp-video {
  margin: 1rem 0 2rem 0;
}
#blog-container ul,
#blog-container ol {
  padding: 0 0 23px 30px;
  list-style-position: outside;
  line-height: 1.7em;
}
#blog-container li {
  margin-bottom: .5rem;
}
#blog-container li::marker {
  color: #e2133f;
}
#blog-container ul li::marker {
  font-size: 22px;
}

/* Breadcrumbs */
#breadcrumbs {
  padding-bottom: .5rem;
  font-size: 14px;
  color: #ccc;
}
#breadcrumbs span span {
  padding: 0 .5rem;
  color: #888;
}
#breadcrumbs span span:first-child {
  padding: 0 .5rem 0 0;
}
#breadcrumbs span span:last-child {
  padding: 0 0 0 .5rem;
}
#breadcrumbs a {
  color: #888;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/* Footer */
.home-footer #footer-widgets .footer-widget li {
  padding-left: 0;
}
.home-footer #footer-widgets .footer-widget li:before {
  content: none;
}
.home-footer #footer-widgets .footer-widget li a:hover {
  text-decoration: underline;
}

/* CTA */
.cta-container {
  border-radius: 16px;
  border: 2px solid #e2133f;
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.cta-subheading {
  margin-bottom: 30px;
  line-height: 1.5;
}
.cta-button {
  display: inline-block;
  background: #e2133f;
  color: #fff !important;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.cta-button:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  filter: brightness(0.8);
}
.cta-features {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  opacity: 0.9;
}
.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.checkmark {
  font-size: 18px;
}

/* Sidebar banner */
@media (min-width: 981px) {
  .et_right_sidebar #sidebar {
    padding-left: 10px !important;
  }
}
.sidebar-banner {
  border-radius: 12px;
  border: 2px solid #e2133f;
  padding: 1.5rem .8rem .5rem .8rem;
  width: 100%;
  max-width: 250px;
  text-align: center;
  position: fixed;
  overflow: hidden;
}
.banner-text {
  font-size: 14px;
  line-height: 1.5;
}
.sidebar-banner .cta-button {
  padding: 10px 20px !important;
  font-size: 16px;
}
.banner-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
}
.feature-icon {
  font-size: 16px;
  flex-shrink: 0;
}

/* WP-PageNavi */
.wp-pagenavi {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: break-all;
  line-height: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #e2e2e2;
  padding: 3px 10px;
  margin: 3px;
  border-radius: 5px;
}