/*
Theme Name: Lasers Today
Author: Will Peavy
Author URI: https://www.willpeavy.com/
Version: 0.9.0

This theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/

@import url('https://fonts.googleapis.com/css?family=Lato:900');
@import url('https://fonts.googleapis.com/css?family=Roboto');

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

body {
  margin: 0 25px;
}

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

h2.entry-title{
  line-height: 1.2;
  padding: 3px 0 7px;
}

.single-post h1.entry-title {
  margin-bottom: 7px;
  line-height: 1.2;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  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;
}

img {
  border-style: none;
}

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

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

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

button,
input {
  overflow: visible;
}

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

button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  padding: 5px 25px;
  background: #eee;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a {
  text-decoration: none;
  color: #96250f;
}

a:hover,
a:focus,
a:active,
a:visited {
  color: #96250f;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.site-branding {
  margin: 0;
  max-width: 500px;
  position: relative;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}

.site-branding a {
  text-decoration: none;
  color: #96250f;
  text-transform: uppercase;
}

.site-title {
  position: relative;
  top: 22px;
  font-size: 60px;
  margin: 0;
  font-weight: 900 !important;
}

.site-title span {
  color: #222;
}

.site-description {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-bottom: 12px;
  color: transparent;
  visibility: hidden
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 5px solid black;
}

.menu-mainmenu-container {
  margin-left: -10px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: white;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation .menu-item {
  margin-right: 15px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.main-navigation a:hover {
  color: #96250f;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.content-area {
  display: flex;
  margin-top: 30px;
}

.site-main,
.single-contact article {
  border-right: dotted 1px #aaa;
  padding-right: 25px;
}

.single-contact .entry-title {
  margin-top: 0;
}

.home .site-main {
  border-left: dotted 1px #aaa;
  padding-left: 25px;
}

.site-main,
.single-contact article{
  width: 75%;
}

.home .site-main {
  width: 50%;
}

.sidebar-right {
  padding-left: 25px;
  width: 25%;
}

.sidebar-left {
  padding-right: 25px;
  width: 25%;
}

.sidebar-left section:nth-of-type(n+1) {
  border-top: dotted 1px #aaa;
  padding-top: 25px;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

@media screen and (max-width: 1000px) {

  .content-area {
    display: block;
  }

  .site-main,
  .home .site-main,
  .sidebar-right,
  .single-contact article {
    width: 100%;
  }

  .sidebar-left {
    display: none;
  }

  .sidebar-right {
    padding-left: 0;
  }

  .single-contact article {
    border: 0;
    padding: 0;
  }

  .site-main,
  .home .site-main {
    border: 0;
    padding: 5px 0 0;
  }

  .site-branding {
    max-width: 100%;
    zoom: .7;
  }

  #header-search,
  #header-action-buttons,
  #header-social {
    display: none;
  }

  #site-navigation {
    padding: 5px 0 15px;
  }

  .menu-toggle {
    background: black;
    font-weight: bold;
    color: white;
    padding: 10px 12px;
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  ul#category-list > li {
    width: calc(100% - 20px);
  }

  .menu-mainmenu-container {
    margin-top: 10px;
  }
}

@media screen and (max-device-width: 1000px) and (-webkit-device-pixel-ratio: 2)  {
  .site-branding {
    zoom: .65;
  }
}

@media screen and (max-device-width: 1000px) and (-webkit-device-pixel-ratio: 3)  {
  .site-branding {
    zoom: .65;
  }
}

@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {

  .site-title,
  .entry-title {
    letter-spacing: -2px;
  }
}

@media screen and (max-width: 1000px) {

  @supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {

    .site-branding {
      zoom: 1;
      padding-left: 80px;
    }

    .site-title {
      zoom: .7;
      letter-spacing: -3px;
    }

    .site-description {
      top: -2px;
    }
  }
}

.sidebar-left h2:first-of-type,
.sidebar-right h2:first-of-type {
  margin-top: -2px !important;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

#header-action-buttons {
  position: absolute;
  right: 25px;
  top: 25px;
}

.logged-in #header-action-buttons {
  top: 55px;
}

#header-donate,
a.donate-button {
  background: #96250f;
  padding: 12px 25px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

a.donate-button {
  margin: 15px 25% 3px;
  display: block;
  padding: 10px 18px 12px;
}

#header-donate:hover,
.donate-button:hover {
  background: #87210d;
  color: white;
  text-decoration: none;
}

#header-search {
  float: right;
  margin-top: -34px;
  position: relative;
  top: 25px;
}

#header-search input {
  border-color: black;
  padding: 10px;
  border-radius: 0;
}

#header-search button {
  background: black;
  color: white;
  border: 0;
  font-size: 16px;
  height: 46px;
  border-radius: 0;
  padding: 8px 16px;
}

#header-search button:hover {
  cursor: pointer;
}

#main article {
  margin-top: -10px;
}

#main article:first-of-type {
  margin-top: -27px;
}

.sidebar-right section:first-of-type .alignleft {
  margin: 7px 15px 0 0;
}

.sidebar-left section:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.sidebar-right .recent-post {
  font-size: .9em;
}

article.post a {
	overflow-wrap: break-word;
}

.widget-title {
  font-size: 20px;
  text-transform: uppercase;
}

.sidebar-right section .widget-title {
  margin: 5px 0 0;
}

a.contact-button {
  color: white;
  margin: 15px 25% 0;
  display: block;
  padding: 10px 18px 12px;
  text-align: center;
  background: #cd6a00;
}

a.contact-button:hover {
  background: #b85f00;
  text-decoration: none;
}

.author {
  font-weight: bold;
}

.entry-header a {
  color: black;
}

.entry-header a:hover {
  color: #96250f;
  text-decoration: none;
}

.entry-title {
  font-size: 29px;
  margin-bottom: 0;
}

.hfeed .entry-content em {
  font-style: normal;
}

.hfeed div.entry-content,
.single div.entry-content {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: dotted 1px #aaa;
}

.single div.entry-content {
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.single-contacts div.entry-content {
  margin-bottom: 0;
  border-bottom: 0;
}

.home .post-thumbnail {
  max-width: 35%;
  float: left;
  margin: 20px 20px 2px 0;
}

.single .post-thumbnail {
  display: none;
}

.featured-image-2-display {
  padding-top: 20px;
}

.featured-image-2-caption {
  font-style: italic;
  font-size: .9em;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.site-footer {
  background: black;
  color: white;
  padding: 25px;
  margin: 30px -25px 0;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 4px 0 0;
}

.wp-caption-text {
  text-align: left;
  font-style: italic;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

#footer-logos a {
  margin: 0 10px 15px;
  display: inline-block;
}

div#footer-logos img {
  max-height: 60px;
  max-width: 150px;
  width: auto;
  padding: 10px;
}

.footer {
  text-align: center;
}

.footer .widget-title {
  text-transform: uppercase;
}

.sidebar-right section {
  border-bottom: dotted 1px #aaa;
  padding-bottom: 5px;
}

.sidebar-right section:last-of-type {
  border-bottom: 0;
}

#recently-updated-company-list,
#most-popular-company-list {
  list-style: disc;
  padding-left: 20px;
  margin: -5px 0 0;
}

#recently-updated-company-list {
  margin-bottom: 20px;
}

#recently-updated-company-list li,
#most-popular-company-list li {
  overflow: inherit;
  padding: 3px 0 7px;
}

#category-list {
  list-style: none;
  margin: 5px -20px 0 0;
  padding-left: 0;
}

#category-list > li {
  display: inline-block;
  padding: 0;
  background: #ddd;
  margin: 0 20px 20px 0;
  width: calc(50% - 20px);
}

#category-list li span {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-type {
  display: block;
  margin: -25px 0 2px 5px;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
}

#category-list .company-list {
  display: none;
  margin: 7px 0 0;
  padding: 0;
  columns: 2;
}

span.arrow-contacts {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 12px 0 0;
  position: relative;
  top: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#category-list li.company-list-opened {
  width: calc(100% - 20px);
  position: relative;
  background: #ccc;
  padding: 15px;
}

.company-list-opened .contact-type {
  padding: 0 0 15px 0;
  border-bottom: dotted 1px #aaa;
  margin: -25px 0 15px 5px;
}

#category-list ul.company-list li {
  display: list-item;
  font-weight: normal;
  text-transform: capitalize;
  list-style: circle;
  background: inherit;
  padding: 0;
  margin: 0 0 5px 30px;
}

.company-list-opened span.arrow-contacts {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -3px;
}

.category-anchor {
  position: relative;
  top: -125px;
}

#category-list .company-list li {
  display: list-item;
  font-weight: normal;
  text-transform: capitalize;
  list-style: circle;
  background: inherit;
  padding: 0;
  margin: 0 0 5px 30px;
}

ul.ui-autocomplete.ui-widget {
  max-height: 250px;
  overflow-x: hidden;
}

#search-companies {
  white-space: nowrap;
}

#search-companies-input {
  border-color: black;
  padding: 10px;
  width: 70%;
  border-radius: 0;
}

#search-companies button {
  border: 0;
  padding: 11px;
  position: relative;
  background: black;
  color: white;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
}

.page .entry-content label {
  font-weight: bold;
}

.page .entry-content input {
  display: block;
}

.page .entry-content #name {
  margin-bottom: 15px;
}

.recent-forum-post a {
  color: black;
}

.widget .recent-post:first-of-type,
.widget .sidebar-item:first-of-type {
  margin-top: 15px;
}

.recent-forum-post h3,
.recent-post h3,
.sidebar-item h3 {
  margin-bottom: 3px;
  line-height: 1.3em;
}

.recent-forum-post a:hover,
.recent-post h3 a:hover,
.sidebar-item a:hover {
  text-decoration: none;
  color: #96250f;
}

.recent-post > a,
.sidebar-item > a {
  float: left;
  max-width: 50%;
}

.recent-post > a img,
.sidebar-item > a img {
  padding: 7px 20px 0 0;
}

.recent-post h3,
.sidebar-item h3 {
  display: inline;
}

.recent-post h3 a,
.sidebar-item h3 a {
  color: black;
}

.recent-post p,
.sidebar-item p {
  margin-top: 3px;
}

.widget_custom_html.post-extras,
.post-extras .widget-title {
  display: none;
}

.post-extras .textwidget > p {
  font-weight: bold;
  margin-top: 0;
}

#underwriter-display {
  background: #ddd;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
  border: dotted 1px #555;
}

#underwriter-display h4 {
  font-size: 18px;
  margin: 0;
  text-align: center;
}

#underwriter-display h4 a {
  font-family: Lato !important;
  color: black;
}

#underwriter-display h4 a:hover {
  color: #2275bb;
  text-decoration: none;
}

#underwriter-display p {
  font-size: 16px;
  font-family: Lato !important;
  font-style: italic;
}

#header-social {
  position: absolute;
  top: -35px;
  right: -5px;
}

#header-social a:hover,
#header-social a:active {
  opacity: .5;
  text-decoration: none;
}

.search .page-title,
.author .page-title,
.archive .page-title {
  margin: 0 0 45px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #aaa;
}

.page .entry-title {
  padding: 6px 0 15px;
  border-bottom: dotted 1px #aaa;
  font-size: 2em;
}

.author .page-title {
  margin-bottom: 20px;
}

.archive .entry-footer {
  display: none;
}

.search .page-title span {
  font-style: italic;
}

.archive .post-thumbnail img {
  margin-top: 15px;
}

.search .site-main article {
  border-bottom: dotted 1px #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.author p {
  font-weight: normal;
}

.author .entry-footer {
  display: none;
}

.archive .archive-description {
  display: none;
}

.author .archive-description {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: dotted 1px #aaa;
  font-size: 1.2em;
  display: block;
  min-height: 125px;
}

.home .posts-navigation .nav-previous {
  width: 100%;
  text-align: center;
}

.home.paged .posts-navigation .nav-previous {
  width: 49%;
  text-align: right;
  padding-right: 3px;
}

.home.paged .posts-navigation .nav-next {
  width: 49%;
  text-align: left;
  padding-left: 3px;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  padding: 10px 15px;
  color: white;
  background: black;
  display: inline-block;
  cursor: pointer;
}

.entry-footer {
  border-bottom: dotted 1px #aaa;
}

.entry-footer .cat-links {
  display: block;
  font-size: 14px;
  padding: 22px 0;
  text-transform: uppercase;
}

.entry-footer .edit-link {
  display: block;
  padding-bottom: 25px;
}

span.tags-links {
  display: none;
}

.wp-polls label {
  font-size: 16px;
  padding: 0 0 0 5px;
  position: relative;
  top: -1px;
}

.more-link-box {
  background: black;
  color: white;
  padding: 6px 10px;
  position: absolute;
  bottom: 23px;
  left: 0;
  font-size: .8em;
  white-space: nowrap;
}

.home .post .entry-content {
  position: relative;
  padding-bottom: 45px;
}

.hfeed .entry-footer {
  border-bottom: 0;
}

.jetpack-likes-widget-unloaded {
  display: none;
}

.home .story-category {
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 0 1px;
  font-size: 14px;
}

.home .entry-header .entry-title {
  margin-top: 0;
}

.home #main article:first-of-type {
  margin-top: -3px;
}

.category .more-link-box,
.author .more-link-box {
  display: none;
}

.archive-description .photo {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

.entry-footer .photo {
  float: left;
  margin: 5px 15px 15px 0;
}

#primary-menu {
  margin-left: -10px;
}

.search .entry-meta {
  margin-bottom: 15px;
}

.page .entry-content {
  margin-top: 0;
}

.page h2,
.page h3 {
  margin-bottom: 0;
}

.page blockquote {
  margin-top: 15px;
}

.categories {
  color: white;
}

.categories ul {
  color: black;
  margin-left: 0;
}

.categories ul a {
  color: #96250f;
}

#about-the-author {
  min-height: 100px;
}