
/*****  GLOBAL / THEME OVERRIDES  *****/
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body {
  background-color: #fdf6e3 !important;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
font-family: 'Bitter', serif;
}




/* Clear theme/container backgrounds so the page color shows through */
.wp-site-blocks,
.site,
.site-content,
#content,
.entry-content,
.page,
.post,
.main-container,
.content-section,
.section-background {
  background: transparent !important;
}

/* Base typography tweaks (keep your theme fonts, just spacing/legibility) */
.tcb-style-wrap h1,
.tcb-style-wrap h2,
.tcb-style-wrap h3,
.tcb-style-wrap h4 { 
  margin-top: 0; 
}

.tcb-style-wrap p { 
  margin-top: 0; 
}

/* Images: 20px rounded corners */
img {
  border-radius: 20px;
	padding-right:5px;
	padding-left:5px;
}

.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}




p {
  line-height: 1.5em;
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: 500;
  font-family: Bitter;
}

ul, li {
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: 400;
  font-family: Bitter;
}

h1 {
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: black;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
}

h2, h3, h4 {
  text-align: center;
  color: #CC0000;
  font-family: '"Fira Sans"', sans-serif;
  font-weight: 800;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.blackbar {
  background-color: #000000;
  box-shadow: inset 0 4px 0 #0000ff;
  padding: 0 0 1% 0;
}

.midbluebar {
        background-color: #0096FF;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 tan;
 width: 100%;
}


.darkbluebar {
        background-color: #000817;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #0096FF;
 width: 100%;
box-shadow: 10px 10px 10px #888888;
}


.darkbluebar1 {
        background-color: #010d00;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #0096FF;
 width: 100%;
box-shadow: 10px 10px 10px #888888;
}



.bluebar {
        background-color: #001861;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #ffbf00;
 width: 100%;
}


.lightbluebar {
        background-color: #89CFF0;
        padding-top: 5px;
        padding-bottom : 10px;
display:block;
  box-shadow: inset 0 4px 0 #FF9900;
 width: 100%;
}




.padding0 {
  padding: 0 !important;
}

.check:before {
  content: "\2714";
  color: green;
  margin-right: 6px;
  font-weight: bold;
  margin-left: 20px;
  font-size: 30px;
  text-indent: 50px;
}

.darkbar {
  color: white;
  font-size: 24px;
  background-color: #4D4D4D;
  padding: 9px;
  font-weight: bold;
border-radius:10px;
  border: 2px solid blue;
}

.outsideshadow {
  position: relative;
  box-shadow: 6px 0 4px -4px silver, -6px 0 4px -4px silver;
}

.myButton {
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: linear-gradient(to bottom, #FF6600 5%, #fc910f 100%);
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  padding: 21px 90px;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

a {
  color: blue;
}

.round {
  border: 1px solid white;
  border-radius: 20px;
}

.blue {
	color:blue;
	font-weight:bold;
}

.whitetext {
	color:white;
}

.bannerthingee {
}

.valuebar {
  font-size: 34px;
  background-color: blue;
  color: white;
  padding: 3px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
}


.center-text { text-align:center; }
.margin_top1{margin-top:1%;}
.margin_top4{ margin-top: 5%; }
.margin_top6{margin-top:6%;}
.margin_strip{margin-top:8%;}
.margin_top2{margin-top:2%;}
.margin_top-4{margin-top:-4%;}
.margin_top-5{margin-top:-5%;}
.margin_top-1{margin-top:-1%;}


hr {
  border-top: 5px double blue;
  margin: 10px 0;
}




.book-description {
font-family:arial;
}

.book-description h1 {
	color:white;
}

.book-description p {
	text-alignment:center;
  margin: 0;
  padding: 0;
	font-weight:bold;
  font-family:arial;
}

.book-description div {
  margin: 0;
  padding: 0 0 0 0; /* Simulate paragraph spacing */
  line-height: 1.5;     /* Adjust line spacing similar to <p> */
}

.book-description .row {
  margin-bottom: 0; /* Removes space between rows */
}


.book-description .col-25, .book-description .col-75 {
  padding-bottom: 6px; /* Keeps the spacing inside the row */
  padding-top : 6px; /* Keeps the spacing inside the row */
}

.book-description .col-100 {
  padding-bottom: 0px; /* Keeps the spacing inside the row */
  padding-top : 0px; /* Keeps the spacing inside the row */
}

.col-100 {
  width: 100%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 2px solid red;
}

.col-25 {
  width: 25%;
  padding: 2px 4px 2px 4px;
  box-sizing: border-box;
  border: 2px solid #004080;
}

.col-50 {
  width: 50%;
  padding: 2px 2px 2px 2px;
  box-sizing: border-box;
  border: 2px solid navy;
}

.col-75 {
  width: 75%;
  padding: 2px 4px 2px 4px;
  box-sizing: border-box;
  border: 2px solid #004080;
}

.col-33 {
  width: 33 %;
  padding: 2px 4px 2px 4px;
  box-sizing: border-box;
  border: 2px solid #004080;
}



.book-description .col-50 {
  background-color: #f4f4f4; /* Light tan background */
  padding: 10px;
}

.book-description .col-25 {
  background-color: #f4f4f4; /* Light tan background */
  padding: 10px;
}

.book-description .col-75 {
  background-color: #E5E4E2; /* Light blue background */
  padding: 10px;
}

.book-description .col-100 {
  background-color: #36454F; /* Light blue background */
	color:white;
  padding: 0px;
}

.chapter-list .column h2 {
  color: #2c3e50; /* Deep blue-gray for headers */
}

.chapter-list .column:hover {
  background-color: #e9ecef; /* Hover effect for that extra pizzazz */
}

@media (max-width: 768px) {
  .column {
    flex: 1 1 100%; /* Stack columns on smaller screens */
  }
}

.monetization-list {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #333;
  padding: 20px;
  border: 2px solid #004080;
  background-color: #f9f9ff;
  border-radius: 10px;
}

.monetization-list li {
  margin-bottom: 12px;
  padding: 10px;
  border-left: 4px solid #B2BEB5;
}

.monetization-list li strong {
  color: #004080; /* Color for numbers and keywords */
}


.footer {
display: inline-block;
  padding: 10px;
  max-width: fit-content;
  margin: auto;
	text-align:center;
}

.center {
text-align:center;
}

.footer a {
  text-decoration: none;
  color: blue;
}

.footer a:hover {
  text-decoration: underline;
}

hr {
    border-top: 5px double blue;
    color: blue;
    overflow: visible;
    text-align: center;
    height: 5px;
       margin: 10px 0 10px 0;
}

hr.moose {
	opacity:1;
    height: 6px;
        display:block;
    background-image: linear-gradient(90deg, blue, cyan, blue);
	text-align:center;
}
 
hr.beak {
	opacity:1;
    height: 6px;
        display:block;
	color:red;
	text-align:center;
}
 

hr.birdie {
    height: 6px;
        display:block;
    background-image: linear-gradient(90deg, #CC0000, red , #a20000);
	text-align:center;
}
 



.moose {
  position: relative;
  font-size: 1.5em;
  height: 1em;
  border: 0;
  -webkit-filter: drop-shadow(hsla(0, 0%, 0%, 0.75) 1px 3px 5px);
  width: 90%;
}


.moose:before {
  background-image: linear-gradient(315deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%), linear-gradient(45deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%); background-position: 50%; top: -0.5em;
}

.moose:after {
  background-image: linear-gradient(135deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%), linear-gradient(225deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%); background-position: -webkit-calc(50% - 0.5em); top: 0.5em;
}



.birdie {
  position: relative;
  font-size: 1.5em;
  height: 1em;
  border: 0;
  -webkit-filter: drop-shadow(hsla(0, 0%, 0%, 0.75) 1px 3px 5px);
  width: 90%;
}


.birdie:before {
  background-image: linear-gradient(315deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%), linear-gradient(45deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%); background-position: 50%; top: -0.5em;
}

.birdie:after {
  background-image: linear-gradient(135deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%), linear-gradient(225deg, hsla(0, 0%, 0%, 0.75) 25%, transparent 25%); background-position: -webkit-calc(50% - 0.5em); top: 0.5em;
}




  .strategies-container {
    width: 80%;
    margin: 20px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }

  .strategies-container h1 {
    background-color: #0056b3; /* Dark blue header */
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    margin: 0;
  }

  .strategy-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }

  .strategy-row:last-child {
    border-bottom: none;
  }

  .strategy-row div {
    padding: 15px;
  }

  .col-strategy {
    width: 30%;
    background-color: #f4f4f4;
    font-weight: bold;
    color: #333;
  }

  .col-description {
    width: 70%;
    background: linear-gradient(to bottom, #1E3A5F, #0B2447); /* Darker blue gradient */
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
  }

  .col-description span {
    color: #FFD700; /* Golden highlight for key phrases */
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .col-strategy,
    .col-description {
      width: 100%;
    }
  }

.gradient-text {
background: linear-gradient(180deg, #ffea00, #ff5a00); /* same as 'to bottom' */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold; /* Optional: make it bold */
}

.ggt {
  background: linear-gradient(to bottom, #00ff18, #00740b); /* Medium green to neon green */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold; /* Optional: keep that nice and bold */
}

.tornado-gradient {
background: linear-gradient(to right, #333333, #666666, #999999, #cccccc, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block; /* Make sure span wraps the emoji properly */
  font-size: 4rem; /* Make that tornado BIG, adjust as needed */
}


.focus-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.focus-list li {
  margin: 10px 0;
  padding: 10px;
  background: #f9f9f9;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #64ff00, #006400) 1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-size: 16px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.focus-list li b {
  color: #000;
}

.focus-list li:hover {
  background: #fde8c0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.gr {
	color:#ed1c24;
}

.bigx {
	font-weight:900;
	font-size:1.3em;
	color:#ed1c24;
	padding-left: 20px;
}
.bigq {
	font-weight:900;
	font-size:1.5em;
	color:#ed1c24;
	padding-left: 20px;
}
.emphasis {
	font-weight:bold;
	font-style:italic;
}



h1.gold {
    background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
	margin: 0;
	font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

h1.gold ::after {
    background: none;
    content: attr(data-heading) / "";
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.obb {
	font-size:1.2em;
	font-color:black;
	font-family:Archivo Black;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom: 5px solid red;
}
.obb::before {
  content: "\1F4A5  ";
}



.path1 {
	font-size:1.2em;
	font-color:black;
	font-family:Archivo Black;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom: 5px solid red;
}
.path1::before {
  content: "\1F534  ";
}



.path2 {
	font-size:1.2em;
	font-color:black;
	font-family:Archivo Black;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom: 5px solid green;
}
.path2::before {
  content: "\1F7E2  ";
}





hr.dotted-hr {
  border: none; /* Remove default line */
  text-align: center; /* Center pseudo-content */
  margin: 30px auto; /* Center it nicely */
}

hr.dotted-hr::before {
  content: "\2B24 \2B24 \2B24"; /* Big bold circles */
  font-size: 18px; /* Bigger dots */
  font-weight: bold; /* Make them thick */
  font-family: Arial, sans-serif; /* Clean, solid */
  background: linear-gradient(180deg, #00ff00, #006600); /* Strong greens */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 30px; /* Space them out */
  opacity: 1; /* Full strength */
}
  .category-section {
    border: 2px solid #ccc;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    background: #f9f9f9;
  }
  ul.category-list {
    list-style-type: none;
    padding-left: 0;
  }
  ul.category-list li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
  }
  ul.category-list li::before {
    content: '\2714 '; /* âœ… Checkmark */
    position: absolute;
    left: 0;
  }
  .cta-button {
    display: inline-block;
    background: #ff5722;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.3em;
    text-decoration: none;
    margin: 20px 0;
    font-weight: bold;
  }
  .cta-button:hover {
    background: #e64a19;
  }
  details {
    margin: 10px 0;
  }
  summary {
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background: #eee;
    border-radius: 8px;
  }
  summary::before {
    content: '\25B6 '; /* â–¶ï¸ Right Arrow */
    font-size: 1em;
  }
  details[open] summary::before {
    content: '\25BC '; /* ðŸ”½ Down Arrow */
    font-size: 1em;
  }
