/*
 Theme Name:   Rodney Brooks Special
 Description:  Twenty Fifteen Child Theme
 Author:       mvb
 Author URI:   http://mvbrooks.net
 Template:     twentyfifteen
 Version:      1.0.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/


@font-face {
    font-family: 'Bitstream Vera';
    src: url('fonts/Vera-webfont.eot');
    src: url('fonts/Vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vera-webfont.woff') format('woff'),
         url('fonts/Vera-webfont.ttf') format('truetype'),
         url('fonts/Vera-webfont.svg#bitstream_vera_sansroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans';
    src: url('fonts/SourceSansPro-Semibold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans LT';
    src: url('fonts/SourceSansPro-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.otf');
    font-weight: normal;
    font-style: normal;
}



body {
  background-color: #fff;
  font-family: 'Bitstream Vera';
}

body::before {
  display: none;
}

h1, h2, h3, .site-title, .widget-title {
	font-family: 'Source Sans';
	font-weight: normal;
}
p {
	margin-bottom: .75em;
}
a {
	border-bottom: 0;
}
a:focus {
	outline: none;
}
a:hover {
	border-bottom: 0;
}


.page-subtitle {
	font-weight: normal;
	font-size: .8em;
	margin: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content,
.widget {
	word-wrap: normal;
	hyphens: manual;
}

.entry-content ol,
.entry-content ul,
.entry-content blockquote{
  margin-left: 30px;
}


#home {
	width: 100%;
	background: url("./images/hero.jpg") no-repeat center 10px fixed;
	background-size: cover;
	height: 100vh;
	position: fixed;
	bottom: 0;
	z-index: -1;
	box-shadow: inset 0 -50px 50px -40px #333;
}

#topbar {
	width: 100%;
	background-color: #000;
	color: #fff;
}
#topbar-inner {
	max-width: 960px;
	margin: auto;
}
#topbar a {
	color: #ddd;
}
#topbar .title-block {
	display: inline-block;
}
#topbar .site-title {
	padding: 6px 20px 5px 4px;
	font-size: 2em;
	font-family: "Source Sans";
	display: inline-block;
	font-weight: normal;
}
#topbar .site-description {
	padding: 0 10px 0 0;
	font-size: 1em;
	vertical-align: top;
	margin-top: 16px;
	font-family: "Libre Baskerville";
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	opacity: 1;
	color: #ccc;
}
#topbar .home-navigation {
	float: right;
	margin-bottom: -6px;
}
#topbar .home-navigation ul {
	list-style: none;
	margin: 0;
	padding-right: 6px;
}
#topbar .home-navigation li {
	float: left;
	padding: 7px 0 7px 16px;
	margin: 0;
	font-size: 1.4em;
}
#topbar .home-navigation li a {
	font-family: "Source Sans LT";
	text-transform: uppercase;
}
#topbar .home-navigation li.current_page_parent a {
	font-family: "Source Sans";
	color: #b11a3a;
}




.site-title {
	text-transform: uppercase;
	font-weight: normal;
}

#primary {
	min-height: 1000px;
}

#content .site-title {
  margin: 20px;
  font-size: 2em;
  display: inline-block;
}
#content .site-title a {
  color: #000;
}
#content .site-branding {
  background: linear-gradient(to bottom, #bbb, #eee);
}

.entry-title {
	font-family: 'Libre Baskerville';
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0;
	display: inline-block;
}
.single-post .blog-post .entry-title {
	font-size: 1.45em;
}
.entry-title a {
	color: #333;
}
.entry-title a:hover {
	color: #777;
}

.site {
	max-width: 100%;
}
#page {
	width: 100%;
	background-color: #fff;
	position: relative;
}

#page-inner {
	max-width: 960px;
	position: relative;
	margin: auto;
}

#sidebar {
	width: 30%;
	background: transparent;
	position: relative !important;
	top: 0 !important;
}

#content {
	width: 70%;
	background-color: #eee;
}

.site-main {
	padding-top: 0;
}

.site-content {
	margin-left: 30%;
}

#home .site-footer {
	display: none;
}
.site-footer {
	width: 100%;
	margin: 0;
	background-color: #bbb;
	border-top: none;
	box-shadow: none;
	margin-top: 1px;
}
.site-footer .site-info {
	text-align: center;
	padding: 16px 0 0 0;
	color: #333;
}

.page-header {
  background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 20px;
	text-transform: uppercase;
}
.page-header h1 {
	margin: 0;
	font-family: "Source Sans LT";
}


.blog-post, .post {
	padding-bottom: 6em;
	border-bottom: 1px solid #aaa;
	border-top: 4px solid #02df05;
}
.blog-post.essays,
.post.essays {
	border-top: 4px solid #533af2;
}
.blog-post.whimsy,
.post.whimsy  {
	border-top: 4px solid #b11a3a;
}
.blog-post.quick-takes,
.post.quick-takes  {
	border-top: 4px solid #02df05;
}
.blog-post.reviews,
.post.reviews  {
	border-top: 4px solid #ffbb00;
}
.blog-post.dated-predictions,
.post.dated-predictions {
	border-top: 4px solid #9a4fd1;
}


.blog-post .entry-header a {
	font-size: 1.2em;
}
.blog-post .entry-header,
.blog-post .entry-content,
.blog-post .entry-footer  {
	padding: 0;
	margin: 10px 20px;
	font-size: .8em;
}

.more-link {
	border-bottom: 0 !important;
	font-weight: bold;
	text-transform: uppercase;
}
.more-link::after {
	display: none !important;
}


.post {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
	margin: 0 20px;
	padding: 0;
	font-size: .8em;
}
.post .entry-header a {
	font-size: 1.2em;
}
.post .entry-header,
.post .entry-summary {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.post .entry-footer {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0 0 4em 0;
}

.blog-post .entry-footer,
.post .entry-footer  {
	background: transparent;
	color: #333;
}
.blog-post .entry-footer a,
.post .entry-footer a {
	color: #555;
}
.blog-post .entry-footer a:hover,
.post .entry-footer a:hover {
	color: #999;
	border-bottom: 0;
}
.cat-block {
	float: left;
}
.cat-label {
  text-transform: uppercase;
}
.comments-block {
  float: right;
}

.comments-area {
	background: transparent;
	box-shadow: none;
	margin: 20px;
	padding: 0;
	font-size: .8em;
}
.comment-form {
	padding-top: 16px;
}
.comments-area a {
	border-bottom 0;
}
.comments-area h2,
.comments-area h3 {
	font-size: 1.2em;
	margin-bottom: 0;
}
.comments-area textarea{
	background-color: #fff;
	font-size: 1em;
}
.comments-area input {
	font-size: 1em;
}
.comments-area .comment {
	font-size: 1em;
}
.comments-area .comment-body {
}
.comment-list {
	margin-top: 16px;
}
.comments-area .comment-body a {
	border-bottom: 0;
}
.comment-list {
	margin-top: 16px;
}
.comment-list .comment-body .comment-reply-link {
	border: 1px solid #aaa;
	color: #555;
}

.comment #respond {
	margin-left: 20px;
}

.post-navigation {
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 30px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	border: 0 !important;
	text-align: right;
}
.nav-previous a,
.nav-next a {
	padding: 0;
}
.nav-previous .post-title,
.nav-next .post-title {
	font-size: 1em;
}

.post-link {
	font-size: .85em;
}
.post-link a {
	font-size: .85em;
	color: #555;
	font-style: italic;
}
.post-link a:hover {
	opacity: .8;
}

.postdate {
	text-transform: uppercase;
	color: #777;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}


.widget-area aside {
	padding: 12px 12px 12px 0;
	margin-bottom: 12px;
}

.widget-area h2 {
	margin-bottom: 0;
	padding-bottom: 6px;
}

.widget-area li {
	border: 0;
	margin: 0 0 0 4px;
	padding-bottom: 0;
}

.widget-area .cat-item-3 a {
	border-bottom: 2px solid #533af2;
}
.widget-area .cat-item-4 a {
	border-bottom: 2px solid #02df05;
}
.widget-area .cat-item-5 a {
	border-bottom: 2px solid #b11a3a;
}
.widget-area .cat-item-6 a {
	border-bottom: 2px solid #ffbb00;
}
.widget-area .cat-item-7 a {
	border-bottom: 2px solid #9a4fd1;
}

.s2_form_widget label,
.s2_form_widget br {
	display: none;
}
.s2_form_widget p {
	margin-bottom: 12px;
	margin-top: 8px;
}
#s2email,
.search-field {
	font-family: "Bitstream Vera";
}

.twitter-link {
	float: right;
}
.twitter-link img {
	max-width: 26px;
	margin: 20px 6px 0 12px;
}

.share-links {
	margin: -4px 0 0 12px;
	display: inline-block;
	vertical-align: top;
}
.share-links img {
	max-width: 24px;
	margin-left: 2px;
}

@media only screen and (max-width: 1240px) {
	.twitter-link img {
		max-width: 22px;
		margin-top: 18px;
	}
}

@media only screen and (min-width: 956px) and (max-width: 1098px) {
	#topbar .home-navigation li {
		font-size: 1.6em;
	}
}

@media only screen and (max-width: 980px) {
	#widget-area {
		padding-left: 12px;
	}
}

@media only screen and (max-width: 956px) {
	#sidebar .secondary {
		display: inline-block;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}

	#sidebar {
		width: 30%;
		float: left;
	}

	#content {
		width: 70%;
		margin-left: 0;
		display: inline-block;
	}

	.twitter-link img {
		margin-top: 21px;
	}
}

@media only screen and (max-width: 900px) {
	#topbar .site-description {
		display: none;
	}

	#topbar .site-title {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 880px) {
	.twitter-link img {
		margin-top: 18px;
	}
}

@media only screen and (max-width: 730px) {
	.twitter-link img {
		margin-top: 14px;
	}

	#sidebar .secondary {
		display: none;
	}

	#content {
		width: 100%;
	}
}

@media only screen and (max-width: 620px) {
	#topbar .home-navigation {
		display: block;
		width: 100%;
		background-color: #000;
		padding-left: 4px;
		margin-top: -10px;
	}
	.twitter-link {
		display: none;
	}

	#home {
		background: url("./images/hero.jpg") no-repeat 25% 50px fixed;
		background-size: cover;
	}
}