@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Brutal Theme
Theme URI: https://justinjackson.ca
Version: 0.11
Description: Brutalist theme.
Author: Justin Jackson
Author URI: https://justinjackson.ca

License: GNU General Public License
License URI: /license.txt

Tags: one-column, fixed-width, light, right-sidebar, flexible-width, custom-menu, featured-images, theme-options
*/


body {
	font-family: 'Roboto Mono', monospace;
	font-size:16px;
	line-height:1.6em;
	max-width:46em;
        padding: 2em 2em;
        margin: 0 auto;
}
header, article, footer {
	max-width: 600px;
}
.home article, .page article {
	max-width: 600px;
}
.single article {
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.6em;
}
h3 {
	font-size:1em;
}
p {
	margin:1.75em 0;
}
p, article ul li, article ol li {
	font-size: 16px;
	line-height: 1.6em;
}
article {
	padding-bottom: 10px;
}
small, .wp-caption-text {
	display: block;
	padding-bottom: 23px;
	font-size: 14px;
	opacity: .5;
}
ul, ol {
}
li {
}
article ul, article ol {
	margin-left: 47px;
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	line-height: 1.34;
}
article ul li {
	padding-bottom: 14px;
	list-style: square;
}
article ol li {
	padding-bottom: 14px;
	list-style: decimal;
}
img {
	max-width: 100%;
}
blockquote {
	margin: 0 0 23px -23px;
	padding-left: 23px;
	color: #990000;
	border-left: 2px solid #990000;
}
article blockquote p {
	padding-bottom: 0;
}
cite {
}
hr {
	margin: 23px auto 46px auto;
	width: 25%;
	border-top: 4px solid rgba(77, 77, 77, .15);
}
a.button {
	padding: 10px;
	background-color: rgba(248, 89, 49, 1);
	color: #FFF;
	text-align:center;
	margin-top: 20px;
	border-radius: 10px;
}
/* = menu ----------------------- */

.menu {
	display: block;
	padding-bottom: 23px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.menu li {
	display: inline;
	padding: 5px 20px 5px 20px
}
.menu li:first-child {
	padding: 5px 20px 5px 0;
}
.menu-footer-container {
	border-top: 1px solid #ccc;
	padding-top: 8px;

/* = forms ----------------------- */

form {
}
input, textarea {
	background: rgba(77, 77, 77, .05);
	padding: 5px;
	border-radius: 5px;
}
input[type="submit"], button {
	background: rgba(77, 77, 77, 1);
	color: rgba(255, 255, 255, 1);
	padding: 5px 20px;
}
/* = common ----------------------- */

.alignleft {
	position: relative;
	float: left;
	margin: 0;
	text-align: left;
}
.alignright {
	position: relative;
	float: right;
	margin: 0;
	text-align: right;
}
.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	padding-bottom: 14px;
}
.wp-caption-text {
}
.wp-post-image {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/* - Hide social sharing buttons. */
.sharedaddy {
	display: none;
}


/* = media queries ----------------------- */

@media screen and (max-width: 800px) {
body {
    padding: 2em 0;
}
}
}
