/* Sections */
section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

section img:not([caption]) {
  padding: 1rem;
}

/* Ordered Lists and LI Marker */
ol.num-list li {
    list-style-type: none;
}

ol img {
    padding-top: 10px;
}

li::marker {
    color: #009999;
    font-weight: 600;
    font-style: italic;
    font-size: 1.2em;
}

ul {
    list-style: square;
}

ul.long-list li {
    padding-bottom: 5px;
}

.nobullet li {
  list-style-type: none;
}

/* Added in Steps code */
ol.steps li {
    line-height: 2;
    list-style-type: none;
    margin: 0 0 0 -25px;
    padding: 0;
}

.steps li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.steps li::before {
    background-color: #009999;
    border-radius: 3px;
    color: #fff;
    content: counter(step-counter);
    font-family: monospace;
    font-size: 0.85rem;
    /*85%*/
    font-weight: 700;
    margin-right: 10px;
    padding: 3px 8px;
}

ol.steps ul li {
    list-style: square;
    counter-increment: none;
}

.steps ul li::before {
    background-color: initial;
    content: "";
    margin: 0 0 0 -15px;
}

ol.list-space,
ul.list-space {
    line-height: 1.9em;
}

/*Kadence TOC*/
.compact-toc {
    border: 2px solid #009999;
    display: inline-block;
}

.compact-toc li {
    list-style-type: square;
    color: #009999;
}

.kb-table-of-content-nav .kb-table-of-contents-title { /* Removed the ID */
  color: #009999 !important;  /* Use !important only if absolutely necessary */
} 

.kb-table-of-content-nav .kb-table-of-contents-title {
    padding-right: 10px;
}

.kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li {
    font-weight: 600;
}


/* Captions */
.wp-block-image figcaption {
    font-size: 1rem;
    font-style: italic;
    padding-left: 1em;    
    text-align: left;   
}

figcaption.gb-headline-text {
    font-size: 17px;
    font-style: italic;
}

/* Links */

div.entry-content a {
    text-decoration: underline;
}

/* Added for Gutenberg tables */

tbody tr:nth-child(even) {
    background-color: #fff;
}

td {
    padding: 6px 0 6px 6px;
}

thead tr:first-child,
thead tr:first-child th {
    text-align: left;
}

figure#outborder {
    border: 1px solid #4f4f4f;
}

/* Verbose */

pre.verbose {
    background-color: azure;
    font-size: .90rem;
}

/* Query Loop buttons images */

a.wp-block-post-excerpt__more-link {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-post-excerpt__excerpt {
    margin-right: 15px;
}

.wp-block-separator {
    color: #009999;
}

/* Site Info and Nav */

.site-info {
    background-color: #009999;
}

.nav-below-header .main-navigation .inside-navigation.grid-container,
.nav-above-header .main-navigation .inside-navigation.grid-container {
    border-bottom: 1px solid #009999;
    border-top: 1px solid #009999;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #009999;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 16px;
    text-wrap: balance;
}

h1.tight {
    font-size: 1.6em;
}

/* Keyboard codes */
kbd {
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 2px #fff inset;
    color: #000000;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0.1em;
    padding: 0.1em 0.6em;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}

/* Border for keyboard shortcuts */
p.shortcut {
    border: 2px solid #009999;
    display: inline-block;
    padding: 5px;
}


/* GP Last Updated */
.posted-on .updated {
    display: inline-block;
}

.posted-on .updated+.entry-date {
    display: none;
}

.posted-on .updated:before {
    content: "Last Updated ";
}


/*GP Icons */
.cat-links,
.tags-links {
    color: #009999;
}

/* Banner block */
.banner {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Category Pagination Numbers */
a.page-numbers {
    border: 1px solid #335da9;
}

span.page-numbers.current {
    background-color: #009999;
    color: #eee;
    border: 1px solid #335da9;
}

/* Hide breadcrumbs category pages*/
.category p#breadcrumbs {
    display: none;
}

span.breadcrumb_last {
    display: none;
}

/* Loop Query Button */
a.wp-block-post-excerpt__more-link {
    background-color: #009999;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none ! important;
}

a.wp-block-post-excerpt__more-link:hover {
    background-color: #335da9;
}

/* Tips font and image*/
.quotes_box_and_tips {
    border: 2px solid #009999;
    border-radius: 3px;
    height: auto !important;
    padding: 10px;
}

.quotes_box_and_tips h3 {
    color: #009999 !important;
}

.quotes_box_and_tips p {
    font-size: 17px;
}

.quotes_box_and_tips>div {
    padding-left: 20px;
}

img.dtips {
    display: block;
    padding-top: 5px;
}

/* Enlighter Formula plugin */
div.enlighter {
    background-color: #f0f8ff;
    display: inline-block;
    font-weight: 600;
    line-height: inherit;
    font-size: 1.5rem;
    font-family: inherit;
    max-width: 100%;
    word-break: break-word;
}


/* Homepage headers*/
h2.has-background {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* CSS Alert Boxes & Related */
p.notebox {
    background-repeat: no-repeat;
    border-radius: 6px;
    overflow: hidden;
    padding: 15px 60px;
}

p.info-note {
 /* background-image: url(../wp-content/uploads/message-info-24.png);*/
    background-position: 9px 10px;
    background-size: 25px 25px;
    border: solid 1px #009999;
}

p.alert-note {
/*  background-image: url(../wp-content/uploads/alert-message-24.png); */
    background-position: 9px 10px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    border: solid 2px #8b0000;
}

ul.related {
    background-color: #fffff2;
    border: 1px solid #009999;
    border-radius: 6px;
    display: inline-block;
    padding: 15px 60px;
    margin-left: 5px; 
}

/* RankMath Changes */
h3.rank-math-step-title {
    font-size: 20px;
}

.rank-math-howto-description p {
    text-decoration: underline;
}

/* Mediavine Mobile CSS */

@media only screen and (max-width: 359px) {

    .separate-containers .inside-article {
        padding-left: 6px;
        padding-right: 6px;
    }

    .mv-ad-box .remove_padding {
        max-width: 100%;
    }

    body.mediavine-video__has-sticky .generate-back-to-top {
        bottom: 300px !important;
    }

    body.adhesion:not(.mediavine-video__has-sticky) .generate-back-to-top {
        bottom: 120px !important;
    }
}