/*
Theme Name: Born Geek 2019
Theme URI: https://borngeek.com/
Description: A brand new look for Born Geek.
Version: 2.0
Author: Jonah Bishop
Author URI: https://borngeek.com/
*/
body {
	font-family: 'Noto Sans', sans-serif;
}

blockquote {
	background-color: #F3F3F3;
	border-left: 3px solid #343A40;
	margin: 1.5rem 1.5rem 1.5rem 0;
	padding: 1rem 1rem 0.5rem;
}

code, pre {
	background: transparent;
	color: #C00;
	font-family: Inconsolata, monospace;
	font-size: 1rem;
}

dd {
	margin-left: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
}

div.article-content a {
	text-decoration: underline;
}

div.article-content a.btn {
	text-decoration: none;
}

div.article-content li {
	margin-bottom: 0.375rem;
}

div.comment-author {
	font-weight: bold;
}

div.comment-author img {
	border-radius: 8px;
}

div.comment-avatar {
	float: left;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}

div.comment-avatar img {
	display: block;
}

div.comment-content {
	clear: both;
}

div.comment-meta {
	text-align: right;
}

td.hljs-ln-numbers {
	border-right: 1px solid #CCC;
	padding-right: 0.5rem !important;
	text-align: right;
	vertical-align: top;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

td.hljs-ln-code {
	padding-left: 0.5rem !important;
}

.fa-xl {
	font-size: 1.75rem;
}

.font-sm {
	font-size: 0.875rem;
}

.twentytwenty-wrapper {
	margin-bottom: 1rem;
}

.video {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-caption-text {
	color: #6c757d;
	font-size: 90%;
}

#author-image {
	display: none;
	max-height: 100%;
	max-width: 100%;
}

#sidebar {
	min-height: auto;
	padding: 1rem;
	/*-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;*/
}

#sidebar a {
	color: #FFF;
}

#sidebar .text-secondary a {
	color: #CCC;
}

#sidebar-toggle {
	display: inline-block;
}

/*#content-pane {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}*/

#content {
	max-width: 960px;
}

#content article,
#content .box {
	border: 1px solid #EEE;
	position: relative;
}

#content article div.p-edit {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

#content article header div {
	font-size: 0.875rem;
}

#content article footer {
	border-top: 1px solid #DDD;
}

#bg-footer {
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	#author-image {
		display: inline;
	}

	#sidebar {
		min-height: 100vh;
		padding: 1.5rem 1.5rem 0;
		/*-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;*/
	}

	#sidebar-content {
		display: block;
	}

	#sidebar-toggle {
		display: none;
	}

	#content-pane {
		/*-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;*/
	}
}

