/*!
THEME NAME: BuzzMachine
THEME URI: http://buzzmachine.com/
DESCRIPTION: Custom theme for BuzzMachine
VERSION: 2020.1
AUTHOR: Jake Jarvis
AUTHOR URI: https://jarv.is/
TAGS: 
*/

/* RESET
/*============================================================================= */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/********************/

figure {
  margin: 0;
  text-align: center;
}


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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* Gets rid of IE's blue borders */
a img {
  border: none;
} 

input,
textarea {
  border: 1px solid #888;
  outline: none;
}

img#wpstats {
  position: relative;
  float: left;
  left: 50%;
  bottom: 15px;
  margin-bottom: -15px;
  margin-left: -3px;
}

/* --------- */

body {
  font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  background: #f4f4f4;
  color: #000;
}

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

img {
  border: 0;
}

/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Links */

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

a:hover {
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

/* shadowy goodness */

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

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

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

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

div.hentry,
div#comments,
div#disqus_thread,
div#reply,
h2.page-title {
  background-color: #fdfdfd;
}

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

/* Content */

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

/* Header/Footer */

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

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

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

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

/* Sidebar */

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

div#primary {
  font-size: 14px;
  width: 208px;
  padding: 16px;
  text-align: center;
}

/* Widgets */

div.widget h4 {
  display: none;
}

div#primary ul#links {
  margin: 15px 0px;
  padding: 0;
}

div#primary ul#links li {
  list-style: none;
  margin: 0px 0px 5px 0px;
  font-size: 16px;
}

div#primary div#custom_html-2 {
  height: 175px;
}

div#primary div#custom_html-2 img#headshot {
  margin: 0px auto;
  border: 0px;
  width: 176px;
  height: 176px;
}

div#primary div#custom_html-3 {
  margin: 20px 0px;
  font-size: 18px;
  line-height: 18px;
}

div#primary div#custom_html-14 {
  margin: 15px 0px 10px 0px;
  line-height: 0px;
}

div#primary div#custom_html-14 img {
  margin: 0px 5px;
  width: 32px;
  height: 32px;
}

div#primary .widget_archive h4,
div#primary .widget_archive .screen-reader-text {
  display: none;
}

div#primary div#custom_html-7 img,
div#primary div#custom_html-8 img,
div#primary div#custom_html-9 img {
  margin: 20px 0px 0px 0px;
}

div#primary div#custom_html-7 p,
div#primary div#custom_html-8 p,
div#primary div#custom_html-9 p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0px 5px 0px;
}

div#primary div#custom_html-13 {
  margin: 25px 0px 10px 0px;
  text-align: left;
  display: block;
}

/* Sidebar google search */

div#primary div#custom_html-6 {
  width: 180px;
  margin: 20px 0px 15px 0px;
}

div#primary div#custom_html-6 form.gsc-search-box {
  font-size: 13px;
  width: 180px;
}

div#primary div#custom_html-6 table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  padding: 0px;
  margin: 0px;
  width: 180px;
}

div#primary div#custom_html-6 table.gsc-search-box td {
  vertical-align: middle;
  text-align: left;
}

div#primary div#custom_html-6 input.gsc-input {
  background-color: #fff;
  font-family: inherit;
  font-size: 13px;
  border: 1px solid #888;
  padding: 3px 6px;
  width: 105px;
  height: 30px;
  margin: 0px 4px 0px 0px;
}

div#primary div#custom_html-6 input.gsc-search-button {
  background-color: #eee;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2255aa;
  border: 1px solid #888;
  height: 30px;
  width: 58px;
  margin: 0px;
  cursor: pointer;
}

/* Sidebar archives dropdown */

div#primary div#archives-3 {
  margin: 10px 0px;
}

div#primary div#archives-3 select {
  font-family: inherit;
  font-size: 12px;
  width: 175px;
  padding: 5px;
}

/* PageNavi */

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

.wp-pagenavi {
  clear: both;
}

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

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

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

/* Archive titles */

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

/* Posts */

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

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

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

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

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

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

div.entry-meta .entry-tags {
  font-size: 13px;
  line-height: 18px;
}

/* Post Content */

div.entry-content {
  overflow: hidden;
}

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

div.entry-content blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 4px solid #ccc;
}

div.entry-content img {
  margin: 10px 0;
  max-width: 670px;
}

div.entry-content .alignright {
  float: right;
}

div.entry-content .alignleft {
  float: left;
}

div.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* lists */

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

div.entry-content li {
  margin: 7px 0 8px 10px;
}

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

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

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

/* Post Social */

div.share {
  margin: 8px 0px 0px 0px;
  width: 660px;
  height: 21px;
  text-align: center;
  display: inline-block;
}

div.share iframe {
  border: none;
  overflow: hidden;
  height: 21px;
  width: 120px;
  background-color: transparent;
}

div.share div.twitter,
div.share div.facebook
div.share div.comments {
  display: inline-block;
  text-align: left;
}

div.share div.twitter,
div.share div.facebook {
  width: 80px;
  float: left;
}

div.share div.comments {
  float: right;
  text-align: right;
  width: 200px;
  font-size: 16px;
  line-height: 18px;
}

div.share div.comments a:hover {
  text-decoration: none;
}

/* Comments */

div#disqus_thread {
  width: 700px;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}

div#disqus_thread h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}


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

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

  div#header,
  div#footer,
  div.sidebar,
  div.hentry,
  div#comments,
  div#disqus_thread,
  div#reply,
  div#navigation,
  h2.page-title {
    box-shadow: none;
    background-color: #fbfbfb;
    border: 0;
  }

  div#header,
  div#footer {
    width: 100%;
  }

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

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

  div#primary {
    width: 100%;
  }
  div#primary div#custom_html-6 {
    margin: 0 auto;
  }

  div#content,
  div.hentry {
    width: 100%;
  }

  div.hentry img {
    width: 100%;
    height: auto;
  }
  div.share,
  #navigation {
    width: 100%;
  }

  div#disqus_thread {
    width: 100%;
  }

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