/**
 * Theme Name:        BuzzMachine
 * Theme URI:         https://buzzmachine.com/
 * Description:       Custom theme for BuzzMachine.com
 * Version:           2024.4
 * Author:            Jake Jarvis
 * Author URI:        https://jarv.is/
 * License:           MIT
 * License URI:       https://opensource.org/licenses/MIT
 */

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

hr {
	height: 0;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}


/* Begin Theme */

body {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6;
	background: #f4f4f4;
	color: #000;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
}

/* Links */

a {
	color: #2255aa;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
}

/* shadowy goodness */

#header,
#footer,
.sidebar,
.hentry,
.page-title,
#disqus_thread,
#comments,
#navigation {
	box-shadow: 0 0 4px 1px #ddd;
}

.sidebar,
.hentry,
.page-title,
#comments,
#navigation {
	border: 1px solid #ddd;
}

#header {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#footer {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.hentry,
.page-title,
#comments {
	background-color: #fdfdfd;
}

#footer,
.sidebar,
#navigation {
	background-color: #f9f9f9;
}

/* Content */

#content {
	width: 720px;
	float: left;
	clear: both;
}

/* Header/Footer */

#header,
#footer {
	text-align: center;
	width: 928px;
}

#header {
	height: 225px;
	background-color: #f9f9f9;
	margin-bottom: 18px;
	line-height: 1;
}

#header h1,
#header #blog-description {
	display: none;
}

#footer {
	clear: both;
	margin-top: 30px;
	font-size: 12px;
	padding: 15px 0;
}

/* Sidebar */

.sidebar {
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}

#sidebar-primary {
	width: 208px;
	padding: 16px;
}

/* Widgets */
/* moved to Additional CSS in theme editor */

/* PageNavi */

#navigation {
	width: 700px;
	margin: 15px 0 18px 0;
	text-align: center;
	padding: 20px;
}

#navigation .wp-pagenavi {
	clear: both;
}

#navigation .wp-pagenavi a,
#navigation .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

#navigation .wp-pagenavi a:hover,
#navigation .wp-pagenavi span.current {
	border-color: #000;
}

#navigation .wp-pagenavi span.current {
	font-weight: bold;
}

/* Archive titles */

.page-title {
	width: 700px;
	text-align: center;
	padding: 20px;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 18px;
}

/* Posts */

.hentry {
	margin-bottom: 18px;
	padding: 10px 20px;
	width: 700px;
}

.hentry .entry-title {
	font-size: 30px;
	line-height: 1;
	text-shadow: 0 2px 2px #ccc;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
}

.hentry .entry-title a:hover {
	text-decoration: none;
}

.hentry .entry-meta {
	clear: both;
	text-align: center;
	margin: 0 0 10px 0;
}

.hentry .entry-meta .entry-info {
	font-size: 15px;
}

.hentry .entry-meta .entry-info .published,
.hentry .entry-meta .entry-info .author {
	font-weight: 600;
}

.hentry .entry-meta .entry-tags {
	font-size: 13px;
	line-height: 1.4;
}

/* Post Content */

.hentry .entry-content {
	overflow: hidden;
}

.hentry .entry-content p {
	margin: 12px 0;
}

.hentry .entry-content blockquote {
	margin: 10px 0 10px 10px;
	padding-left: 15px;
	border-left: 4px solid #ccc;
}

.hentry .entry-content figure.size-full,
.hentry .entry-content figure.size-large {
	text-align: center;
	margin: 10px auto;
}

.hentry .entry-content > ul {
	margin-left: 0;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

.hentry .entry-content > ul li {
	margin: 7px 0 8px 10px;
}

.hentry .entry-content > ul li:before {
	content: "\00BB \0020";
}

.hentry .entry-content > ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.hentry .entry-content > ol li {
	margin: 0;
	padding: 0;
}

/* Comments */

#content #comments {
	width: 700px;
	padding: 20px;
	margin: 0;
	overflow: hidden;
}

#content #comments h3 {
	font-size: 22px;
	margin-top: 0;
}

#content #comments .commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content #comments .commentlist .comment {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#content #comments .commentlist .comment:last-of-type {
	margin-bottom: 0;
	border: 0;
}
#content #comments .commentlist .comment .comment-author {
	margin-bottom: 6px;
}
#content #comments .commentlist .comment .comment-author .avatar {
	width: 36px;
	height: 36px;
	vertical-align: -12px;
	margin-right: 4px;
}

#content #reply {
	margin: 20px 0;
}

/***** Responsiveness *****/

@media screen and (max-width:950px) {
	body {
		background-color: #fbfbfb;
	}

	#wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#header,
	#footer,
	.sidebar,
	.hentry,
	.page-title,
	#content,
	#comments,
	#navigation {
		width: 100%;
		background-color: #fbfbfb;
		border: 0;
		box-shadow: none;
	}

	#sidebar-primary {
		margin: 0 auto;
		float: none;
	}

	#header {
		height: auto;
	}
	#header img {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ccc;
	}

	#footer {
		padding: 10px 20px;
	}
}
