/*
Theme Name: PopularFX Child 02
Theme URI: https://popularfx.com
Template: popularfx
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,entertainment,full-width-template,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,microformats,post-formats,theme-options,blog,rtl-language-support
Version: 1.2.7.1776824341
Updated: 2026-04-21 22:19:01

*/

/* Force color and spacing on the H2 post title */

.p-lei6533 h2 {
    color: #0000ee !important;
    line-height: 1.0em !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Para styles for post content */
/* Trocchi and Nunito are google fonts */

.pp-01 p {
  font-family: Trocchi, serif !important;
  font-weight: bold !important;
	line-height: 1.3 !important;
  text-align: center  !important;
  font-size: 22px !important;
}
.pp-02 p {
   font-family: Nunito, sans-serif !important;
	 line-height: 1.3 !important;
	 text-align: left  !important;
   font-size: 23px  !important;
}

.pp-02 ul > li {
	font-family: Nunito, sans-serif !important;
  font-weight: bold;
	font-size: 18px  !important;
 list-style-type: disc;
  padding-left: 1.rem;
}

/*link styles*/
.pagelayer-embed-container .pp-02 p a {
  color: #0000ee !important;   
  text-decoration: underline !important;
}

.pagelayer-embed-container .pp-01 p a {
  color: #0000ee !important;   
  text-decoration: underline !important;
}

/* Styles for the TOC */

.km-category-toc {
    max-width: 900px;
    margin: 0 auto;
}

.km-cat-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.4rem 0;
    border-bottom: 1px solid #ddd;
}

.km-cat-toggle-symbol {
    display: inline-block;
    width: 1.5rem;
    font-weight: bold;
    margin-right: 0.25rem;
}

.km-cat-title {
    font-weight: 600;
}

.km-cat-panel {
    padding: 0.25rem 0 0.75rem 1.75rem; /* indent under header */
}

.km-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.km-category-item {
    margin: 0.2rem 0;
}
/* Hidden H1 style for SEO purposes */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Controls the H1 title for each post*/
.pagelayer-post-title h1 {
    font-size:  3rem !important;
    font-weight: 600 !important ;
	  color: #0000ff !important;
    line-height: 1.1 !important ;
    letter-spacing: -0.02em !important ;
    margin-bottom: 0.1rem !important ;
	margin-top: 0.1rem !important ;
}

/* Formats the category links displayed on each post */
.post-categories a {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0000ff !important;
    text-decoration: none;
    font-weight: 600;
}

.post-categories a:hover {
    text-decoration: underline;
}

/* Format external and internal links */
a.ext-link {
  color: blue !important;
  text-decoration: underline !important;
	font-size: 18px  !important;
}

a.int-link {
  color: blue !important;
  text-decoration: underline !important;
}

/* Format ol and ul in posts */
ul.in-post li,
ol.in-post li {
  font: 20px sans-serif;
	margin-bottom: 0.35em;
}

/* Format H2 in posts */
h2.in-post {
    font-family: Arial, sans-serif !important;
    font-size: 20pt !important;
    color: blue !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}

