/* https://prophecyquestions.com */

/* add bottom border to H3s */
h3.elementor-heading-title.elementor-size-default {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 6px;
}

/* remove bullets from Top Posts sidebar widget */
/* .sidebar-inner-wrap section#top-posts-3 ul,
.single-content ul, 
.single-content ol */

.widget li,
.widget li a
{
    line-height:1.4!important;
	 /* list-style-type: none!important; */
    padding-left: 0!important;
}

/*  */
.home h1.entry-title {
    display: none!important;
}

/*  page tile */

element.style {
}

h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #2b6cb0!important;
}

p.endnotes-text {
    padding: 0 0 0 0;
    margin: 0 0 -24px 0;
}

/* push font awesome icons away from text */
.fa-brands, .fab {
    font-weight: 400;
    margin: 0 4px 0 0;
}

/* LINKS
 * ********************* */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

/* adjust site title away from left edge */
.site-title.vs-md-false {
    padding-left: 12px;
}

/* add spacing to menu items */
a.wp-block-navigation-item__content {
    margin-left: 24px;
}

/* add spacing between article excerpts */
footer.entry-footer {
    margin: -42px 0 0 76%;
}

/*  */
h2 {
    font-size: 20px;
}

/* center Categories block in the sidebar */
h2.kt-adv-heading_94e022-17.wp-block-kadence-advancedheading {
    text-align: center!important;
}

/* move categories list away from left edge */
.widget-area ul {
    padding-left: 4.5em;
}

/* add space after li */
.entry-content.single-content li {
    margin-bottom: 12px;
}

/* control UL list padding */
.widget-area ul {
    padding-left: 0.5em;
}

/*  */
.page-id-4358 .kadence-breadcrumb-container {display:none}

/* LEAVE THIS IN LAST POSITION
PUT MEDIA QUERIES ABOVE THIS */

/* set all text to black overriding css inline */
*, body, h1, h2, h3, h4, h5, h6, em, strong { color:#000000;}

/* set all links to the website's blue
 #2b6cb0 */
.content-area a:link,
.content-area a:visited,
.content-area a:hover,
.content-area a:active {
    color: #2b6cb0;
}


/* repair buttons */
span.kt-btn-inner-text,
a.wp-block-button__link.wp-element-button {
    color: #ffff;
}

.endnotes-list { color:#000!important;}