/* Add \\ characters before all h1

h1::before {
  content: "\\\\ ";
  color: #f9ca0d;
}
 */
 
/* Set Root Font Size */

html {
  font-size: 62.5%;
}

/* Set Heading Styles */

h1, h2, h3, h4, h5 {
  margin-top: 0rem;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 400;

}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

/* General reset for list elements */
ul, ol {
  margin-bottom: 1.6em; /* Add space after the whole list */
}

/* Increase spacing between list items */
ul li + li, ol li + li {
  margin-top: 0.6em; /* Adjust the value to fit your design */
}

/* Adjust line-height for better readability */
ul li, ol li {
  line-height: 1.5; /* Adjust the value to fit your design */
}

/* Adjust paragraph spacing */
.elementor-element-6feee7c p {
  margin-bottom: 30px;
}

/** breadcrumb **/
.rank-math-breadcrumb {
  font-size: 15px;
}

.rank-math-breadcrumb p {
  margin: 0;
}
/*
.rank-math-breadcrumb a, span {
  display: inline-block;
}
*/
.rank-math-breadcrumb .separator {
  margin: 0 5px;
}
/** END breadcrumb **/

/** post meta **/

.post-meta .meta {
  font-size: 14px;
  line-height: 22px;
}

.post-meta .meta__label {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #909090;
}

.post-meta .meta__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-meta .meta__text:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.post-meta .meta__text > a {
  display: flex;
  align-items: center;
  color: inherit;
}

.post-meta .meta__text span {
  display: block;
  font-weight: 800;
}

.post-meta .author__writter .meta__text:before,
.post-meta .author__reviewer .meta__text:before {
  display: none;
}

.post-meta .date .meta__text:before {
  background-image: url(//solarlove.org/wp-content/uploads/2023/05/calendar-check-353535.svg);
}

.post-meta--inline {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CCC6C6;
  border-bottom: 1px solid #CCC6C6;
  padding: 20px 0;
}

.post-meta--stack .meta {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .post-meta--inline .author {
    display: flex;
  }

  .post-meta--inline .author__reviewer {
    margin-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .post-meta--inline .author__reviewer {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .post-meta .meta {
    font-size: 12px;
    line-height: 20px;
  }
}
/** END post meta **/

/** extra **/
.main-content .elementor-menu-anchor {
  scroll-margin-top: 60px;
}

.elementor-toc__list-item-text-wrapper {
  position: relative;
  padding-left: 16px;
}

.elementor-toc__list-item-text-wrapper > svg {
  position: absolute;
  top: 8px;
  left: 0;
}

.elementor-widget-table-of-contents {
  display: none;
}
/** END extra **/

/** Sidebar modifications **/

#sidebar-featured-pages .jet-listing-grid__item:not(:last-child) {
    border-bottom: 1px solid #f8f8f8;
    margin-top: 0px;
    margin-bottom: 8px;
}

/* 
#sidebar h2 {
    border-bottom: 1px solid #1b1b1b;
}
*/

/** END Sidebar modifications **/

