@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Figtree:wght@300,400;500;600&display=swap?family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap');

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 0;
}

/* Body / general text */
body,
p, li, a, input, nav, footer,
.popArticles a span,
.category h3,
.article-count,
#fullArticle, #fullArticle p, 
#fullArticle ul, 
#fullArticle ol, 
#fullArticle li, 
#fullArticle div, 
#fullArticle blockquote, 
#fullArticle dd, 
#fullArticle table {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1A1A1A;
}

#searchBar button {
	    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
    background: #F946B1;
    border-radius: 0 5px 5px 0;
    border: 1px solid #F946B1;
    font-size: 15px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    top: 36px;
}

.navbar .brand {
	max-width: 350px;
}
.navbar .navbar-inner {
	border-bottom: 1px solid #1A1A1A;
	box-shadow: none;
}

.navbar .nav li a, 
.navbar .icon-private-w {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Red Hat Mono", monospace;
    text-transform: uppercase;
}

.most-pop-articles {
	max-width: 1000px;
}

.category h3 {
	font-weight: 600;
}

#sidebar h3,
.related h3 {
	font-family: 'Figtree', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#sidebar .nav-list a {
	font-size: 16px;
}

/* Hide the default font icon */
.popArticles .icon-article-doc,
.articleList .icon-article-doc {
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('https://readaloudrevival.com/docs/RAR_Icons 35.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 6px;
  top: -1px;
}

#docsSearch {
	height: 200px;
	background: url(https://readaloudrevival.com/wp-content/uploads/2019/05/HS-Banner-2.png) no-repeat center 100% / cover transparent;
	border-bottom: none;
	padding-top: 75px;
	position: relative;
}

.category-list {
    text-align: center;
}

#sidebar .nav-list .active a:focus, 
#sidebar .nav-list .active a:hover {
	color: #F946B1 !important;
}

.category-list .category {
	background: #F9F9F7;
	border: 1px solid #1A1A1A;
	border-radius: 15px;
	padding: 10px;
}

.category-list .category .article-count, 
.category-list .category:hover .article-count {
	background: #3855E5;
	color: #fff;
	border-radius: 100px;
	padding: 5px 15px;
}

.articleFoot time.lu {
    display:none;
}

.contentWrapper {
	background: #fff;
	border: 1px solid #1A1A1A;
	border-radius: 15px;
	padding: 30px;
}

.related {
    background: #fff;
	border: 1px solid #1A1A1A;
	border-radius: 15px;
	padding: 30px;
	margin-top: 30px;
}

#main-content {
	background: none;
}

footer p,
footer p a {
	font-size: 14px;
}
