/* Set color for all links on website */
.page a {
  color: #FBB44C;
}

.post a {
  color: #FBB44C;
}

.jetpack-social-navigation-svg .icon {
   color: #FFFFFF;
}

.widget_top-posts a {
  color: #FBB44C;
}


.site-title a {
	color: #ffffff;
	font-size: 48px;
	text-shadow: 2px 2px #000000;
	padding-top: 5px;
}

/* Remove title flash*/
.site-title {
	font-family: "Oswald", sans-serif;
	font-style: normal;
	font-weight: 80;
}

.site-description {
	color: #ffffff;
	font-size: 16px;
	text-shadow: 2px 2px #000000;
	padding-bottom: 0;
}

.header {
	padding: 5%;
}

/* Remove gray overlay on banner image */
.header .cover {
	display: none;
}

/* Remove border on images */
.post-content img {
    border: none;
}

/* Adjust image grid margins on the mental_models page */
.page-id-mental_models .wp-block-image img {
	padding: 20px;
}

/* Dark themed posts and exerpts */
.post-header .post-title, .post-header .post-title a, .single .format-quote .post-content blockquote > *, .comments-title, .comment-author .fn, .comment-author .fn a, .pingbacks-title, .comment-reply-title {
	color: #E9E9E9;
}

.posts .post-content p, .posts .post-content li, .posts .post-content dt, .posts .post-content dd, .posts .post-content address, .posts .post-content th, .posts .post-content td {
	color: #E9E9E9;
}

.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
	color: #E9E9E9;
}

.post-title {
	color: #E9E9E9;
}

.post-header {
	padding: 5% !important;
	color: #E9E9E9;
	background-color: #1F1E1D;
	border: 12px;
	border-top-color: #373A3D;
	border-color: #373A3D;
}

.page-header:before,
.post-header:before, 
.post .post-header:before,
.post .post-header:after,
.page .post-header:before,
.page .post-header:after,
.post-header:after,
.page-header:after {
	border: 12px;
	border-top-color: #373A3D;
	border-color: #373A3D;
}

.single {
	color: #E9E9E9;
	background-color: #1F1E1D;
}

.page {
	color: #E9E9E9;
	background-color: #1F1E1D;
}

.page .post-content {
	padding-top: 0;
	padding-left: 5%;
}

.post {
	color: #E9E9E9;
	background-color: #1F1E1D;
}

.posts .post-content {
	background-color: #1F1E1D;
	padding-top: 11px;
	padding-bottom: 0;
	padding-left: 5%;
}

.posts .post-meta {
	background-color: rgb(31, 30, 29);
	margin: 0;
	border: 0;
	padding-left: 5%;
}

/* Dark themed sidebar*/
.sidebar {
	color: #E9E9E9;
	background-color: #1F1E1D;
}

.sidebar .widget {
	border-top-color: #373A3D;
}

.widget-title {
	color: #E9E9E9;
}

.widget-content {
	color: #E9E9E9;
}

/* Dark themed post meta */
.single 
.post-meta {
	background-color: #1F1E1D;
	border-bottom-color: #373A3D;
}

/* Dark themed respond form*/
.comment-respond, 
.content div#respond {
	color: #E9E9E9;
	background: #1F1E1D;
}

#comment-form__verbum {
	color: #43474A;
}

#respond.comment-respond form#commentform 
#comment-form__verbum .verbum-footer 
.verbum-footer__user 
.user-settings-button {
	background-color: #43474A;
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button svg path {
	stroke: #ffffff;
}

#respond.comment-respond form#commentform 
#comment-form__verbum 
.verbum-footer
.verbum-footer__submit
#comment-submit:disabled {
	background-color: #43474A;
}

/* Adjust size of Social icons in sidebar */
.wp-block-social-links.has-small-icon-size {
	font-size: 20px;
}

/* Remove >> sign in sidebar */
.widget-content ul li::before {
	content: none;
}

/* Menu appearance */
.main-navigation li>a {
	padding-top: 15px;
	padding-bottom: 12px;
}

.main-navigation li:before {
	margin-top: -7px;
}

.nav-toggle {
	padding-top: 10px;
	padding-bottom: 7px;
}

.search-icon:before {
	line-height: 42px;
	font-size: 22px;
}

.search-icon {
	height: 25px;
}

/* Post excerpt text truncation */
.truncated_exercept {
	overflow: hidden;
	text-overflow: ellipsis;
}

.posts .post-excerpt {
	display: none;
}


function excerpt($num) {
}

/* Style emojis */
.theme-emoji {
    color: #FBC178 !important;
}