@charset "UTF-8";
/*   
Theme Name: JonLaPoma
Description: Custom theme for Jon LaPoma.com
Author: Wolfestar Design
Author URI: http://wolfestar.net
Version: 2.1
*/
@import url(https://fonts.googleapis.com/css?family=Fenix|Open+Sans:400italic,700italic,400,700);
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Flexbox prefixes eg: @include flex-property('flex-direction', row); */
/* COLORS */
/* DROP SHADOWS */
/* BREAKPOINTS */
/* Checking for vertical space first, since we have fixed sidebars on big screens that need that headroom. */
/* DEVELOPMENT */
.screen_size {
  display: block;
  position: fixed;
  top: 12px;
  right: 0;
  width: 100px;
  height: auto;
  padding: 4px;
  background: #333;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.5;
  font-size: 10px;
  z-index: 2000;
}
.screen_size p {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2px;
  line-height: 1em;
}

body {
  background: #ffffff;
  font: 14px/1.4;
}

.page-wrap {
  width: 100%;
}

ul {
  list-style-type: square;
}

input[type=text], input[type=email], textarea {
  max-width: 96%;
  border: 1px solid #b2b2b2;
  background-color: #f8f8f8;
  padding: 5px;
}

input[type=submit], .submit-bttn, button[type=submit] {
  padding: 8px 14px;
  background-color: #dcd1cf;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: none;
  font-weight: bold;
}

input[type=submit]:hover, button[type=submit]:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.newsletter_signup {
  margin: 10px 0 15px 0;
  width: 100%;
  clear: both;
}
.newsletter_signup .mailerlite-form-inputs, .newsletter_signup .form-flex-row, .newsletter_signup .ml-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.newsletter_signup .mailerlite-form-inputs .mailerlite-form-field, .newsletter_signup .mailerlite-form-inputs .form-inputs, .newsletter_signup .mailerlite-form-inputs .ml-field-email, .newsletter_signup .form-flex-row .mailerlite-form-field, .newsletter_signup .form-flex-row .form-inputs, .newsletter_signup .form-flex-row .ml-field-email, .newsletter_signup .ml-flex-row .mailerlite-form-field, .newsletter_signup .ml-flex-row .form-inputs, .newsletter_signup .ml-flex-row .ml-field-email {
  width: 68%;
  margin: 0;
  display: block;
  height: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 705px) {
  .newsletter_signup .mailerlite-form-inputs .mailerlite-form-field, .newsletter_signup .mailerlite-form-inputs .form-inputs, .newsletter_signup .mailerlite-form-inputs .ml-field-email, .newsletter_signup .form-flex-row .mailerlite-form-field, .newsletter_signup .form-flex-row .form-inputs, .newsletter_signup .form-flex-row .ml-field-email, .newsletter_signup .ml-flex-row .mailerlite-form-field, .newsletter_signup .ml-flex-row .form-inputs, .newsletter_signup .ml-flex-row .ml-field-email {
    width: 62%;
  }
}
@media screen and (max-width: 620px) {
  .newsletter_signup .mailerlite-form-inputs .mailerlite-form-field, .newsletter_signup .mailerlite-form-inputs .form-inputs, .newsletter_signup .mailerlite-form-inputs .ml-field-email, .newsletter_signup .form-flex-row .mailerlite-form-field, .newsletter_signup .form-flex-row .form-inputs, .newsletter_signup .form-flex-row .ml-field-email, .newsletter_signup .ml-flex-row .mailerlite-form-field, .newsletter_signup .ml-flex-row .form-inputs, .newsletter_signup .ml-flex-row .ml-field-email {
    width: 67%;
  }
}
.newsletter_signup .mailerlite-form-inputs .mailerlite-form-field label, .newsletter_signup .mailerlite-form-inputs .form-inputs label, .newsletter_signup .mailerlite-form-inputs .ml-field-email label, .newsletter_signup .form-flex-row .mailerlite-form-field label, .newsletter_signup .form-flex-row .form-inputs label, .newsletter_signup .form-flex-row .ml-field-email label, .newsletter_signup .ml-flex-row .mailerlite-form-field label, .newsletter_signup .ml-flex-row .form-inputs label, .newsletter_signup .ml-flex-row .ml-field-email label {
  display: block;
  z-index: 10;
  height: 10px;
  font-size: 0.8em;
  top: -15px;
  position: absolute;
}
.newsletter_signup .mailerlite-form-inputs .mailerlite-form-field input[type=email], .newsletter_signup .mailerlite-form-inputs .form-inputs input[type=email], .newsletter_signup .mailerlite-form-inputs .ml-field-email input[type=email], .newsletter_signup .form-flex-row .mailerlite-form-field input[type=email], .newsletter_signup .form-flex-row .form-inputs input[type=email], .newsletter_signup .form-flex-row .ml-field-email input[type=email], .newsletter_signup .ml-flex-row .mailerlite-form-field input[type=email], .newsletter_signup .ml-flex-row .form-inputs input[type=email], .newsletter_signup .ml-flex-row .ml-field-email input[type=email] {
  padding: 3px;
  height: 30px;
  width: 100%;
  max-width: 100%;
}
.newsletter_signup .mailerlite-form-inputs, .newsletter_signup .form-flex-row, .newsletter_signup .ml-flex-row {
  /* Updated MailerLite form elements 1/31/24 */
}
.newsletter_signup .mailerlite-form-inputs .ml-form-formContent, .newsletter_signup .form-flex-row .ml-form-formContent, .newsletter_signup .ml-flex-row .ml-form-formContent {
  flex-grow: 1;
}
.newsletter_signup .mailerlite-form-inputs .ml-form-formContent .ml-field-email, .newsletter_signup .form-flex-row .ml-form-formContent .ml-field-email, .newsletter_signup .ml-flex-row .ml-form-formContent .ml-field-email {
  width: 94%;
}
.newsletter_signup .mailerlite-form-inputs .mailerlite-subscribe-button-container, .newsletter_signup .mailerlite-form-inputs .form-submit-wrapper, .newsletter_signup .form-flex-row .mailerlite-subscribe-button-container, .newsletter_signup .form-flex-row .form-submit-wrapper, .newsletter_signup .ml-flex-row .mailerlite-subscribe-button-container, .newsletter_signup .ml-flex-row .form-submit-wrapper {
  width: 30%;
  min-width: 80px;
  display: block;
  height: 30px;
}
@media screen and (max-width: 705px) {
  .newsletter_signup .mailerlite-form-inputs .mailerlite-subscribe-button-container, .newsletter_signup .mailerlite-form-inputs .form-submit-wrapper, .newsletter_signup .form-flex-row .mailerlite-subscribe-button-container, .newsletter_signup .form-flex-row .form-submit-wrapper, .newsletter_signup .ml-flex-row .mailerlite-subscribe-button-container, .newsletter_signup .ml-flex-row .form-submit-wrapper {
    min-width: 75px;
  }
}
@media screen and (max-width: 620px) {
  .newsletter_signup .mailerlite-form-inputs .mailerlite-subscribe-button-container, .newsletter_signup .mailerlite-form-inputs .form-submit-wrapper, .newsletter_signup .form-flex-row .mailerlite-subscribe-button-container, .newsletter_signup .form-flex-row .form-submit-wrapper, .newsletter_signup .ml-flex-row .mailerlite-subscribe-button-container, .newsletter_signup .ml-flex-row .form-submit-wrapper {
    min-width: 80px;
  }
}
.newsletter_signup .mailerlite-form-inputs .mailerlite-subscribe-button-container input[type=submit], .newsletter_signup .mailerlite-form-inputs .mailerlite-subscribe-button-container .submit-bttn, .newsletter_signup .mailerlite-form-inputs .mailerlite-subscribe-button-container button[type=submit], .newsletter_signup .mailerlite-form-inputs .form-submit-wrapper input[type=submit], .newsletter_signup .mailerlite-form-inputs .form-submit-wrapper .submit-bttn, .newsletter_signup .mailerlite-form-inputs .form-submit-wrapper button[type=submit], .newsletter_signup .form-flex-row .mailerlite-subscribe-button-container input[type=submit], .newsletter_signup .form-flex-row .mailerlite-subscribe-button-container .submit-bttn, .newsletter_signup .form-flex-row .mailerlite-subscribe-button-container button[type=submit], .newsletter_signup .form-flex-row .form-submit-wrapper input[type=submit], .newsletter_signup .form-flex-row .form-submit-wrapper .submit-bttn, .newsletter_signup .form-flex-row .form-submit-wrapper button[type=submit], .newsletter_signup .ml-flex-row .mailerlite-subscribe-button-container input[type=submit], .newsletter_signup .ml-flex-row .mailerlite-subscribe-button-container .submit-bttn, .newsletter_signup .ml-flex-row .mailerlite-subscribe-button-container button[type=submit], .newsletter_signup .ml-flex-row .form-submit-wrapper input[type=submit], .newsletter_signup .ml-flex-row .form-submit-wrapper .submit-bttn, .newsletter_signup .ml-flex-row .form-submit-wrapper button[type=submit] {
  width: 100%;
  line-height: 28px;
  padding: 1px 14px 0px 14px;
  font-weight: bold;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, .faux-h1, .faux-h2, .navigation, .read_more_bttn, .subheading, .subtitle {
  font-family: "Fenix", serif;
  font-weight: normal;
}

h1, .faux-h1 {
  font-size: 22px;
  font-size: 1.375rem;
}

h2, .faux-h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

#footer h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold;
}

.page_title {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: normal;
  padding: 0;
  margin: 0.9em 0 0.8em 2%;
  display: block;
}

.sub_title {
  font-weight: normal;
  padding: 0;
  margin: 0.9em 0 0.8em 2%;
  display: block;
}

.post h1 {
  padding-top: 0;
}

.post h1, .post h2, .post h3, .post h4 {
  padding-left: 0;
}

p {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 14px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #854343;
}

a:hover {
  text-decoration: underline;
  color: #b83032;
}

small {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

small {
  color: #5f5f5f;
  font-size: 14px;
  font-size: 0.875rem;
}

.dateline {
  position: relative;
  top: -12px;
  top: -0.75rem;
}

.caps {
  text-transform: uppercase;
}

.thumbCaption {
  color: #5f5f5f;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* Animation. Not currently in use */
.rotateUp {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform 550ms ease;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
}

.rotateDown {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: transform 550ms ease;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
}

ul, ol {
  margin: 0 0 10px 0;
}

.entry ul li, .entry ul ol {
  margin-bottom: 0.2em;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .entry ul li, .entry ul ol {
    margin-bottom: 0.9em;
  }
}

input[type=text], input[type=email], textarea {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3e3e3e;
}

input[type=submit], .submit-bttn, button[type=submit] {
  text-transform: uppercase;
  color: #3e3e3e;
  font-family: "Fenix", serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.wpcf7-form p {
  font-family: "Fenix", serif;
}

.smallprint {
  font-size: 11px;
  color: #999;
  display: block;
  width: 98%;
  margin: 0 auto;
}

/* Header elements */
header a:hover {
  text-decoration: none;
}

.site-title, .site-title a {
  margin: 0 0 2px 0;
  font-weight: normal;
  color: #000000;
  font-size: 40px;
  letter-spacing: normal;
  /* tiny mobile */
}
@media screen and (max-width: 385px) {
  .site-title, .site-title a {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

/* Navigation Menu */
.navigation {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.navigation li ul {
  letter-spacing: normal;
  text-transform: none;
}
.navigation .opened {
  color: #5f5f5f;
}

/* Pages */
/* Home */
.page-template-page-home .header h1 {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 914px) {
  .page-template-page-home .header h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 705px) {
  .page-template-page-home .header h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 570px) {
  .page-template-page-home .header h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.page-template-page-home .header h1 {
  /* tiny mobile */
}
@media screen and (max-width: 385px) {
  .page-template-page-home .header h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.page-template-page-home .header .site-description {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 570px) {
  .page-template-page-home .header .site-description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-home .header .site-description {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .header .site-description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-template-page-home .header .site-description {
  /* tiny mobile */
}
@media screen and (max-width: 385px) {
  .page-template-page-home .header .site-description {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.subheading {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin: 0 0 4px 0;
}

.page-template-page-home .post h2 {
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: none;
  margin: 25px 0 5px 0;
  padding: 0;
}
.page-template-page-home .post .description_content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.page-template-page-home .post .description_content blockquote {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 40px 20px 20px;
}
.page-template-page-home .post .description_content blockquote p {
  font-size: 16px;
  font-size: 1rem;
}

.subtitle {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: none;
  margin: 0 0 4px 0;
}

.page-template-page-single-work .subtitle {
  margin: 0 0 0 2%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #5f5f5f;
  position: relative;
  top: -0.8em;
}

.page-template-page-home .secondary .subheading {
  font-size: 16px;
  font-size: 1rem;
  color: #b2b2b2;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  text-transform: none;
}
.page-template-page-home .secondary h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 5px 0;
}
.page-template-page-home .secondary .description_content p {
  font-size: 14px;
  font-size: 0.875rem;
}

.goodreads_widget {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: bold;
  font-family: "Fenix", serif;
  padding: 4px 4px 0 4px;
}

.sign-up-band {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 818px) {
  .sign-up-band {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page-template-page-home .rsc-revealed {
  margin-top:0;
  border-bottom: 2px solid #b2b2b2;
}

/* Footer elements */
.form-title {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Fenix", serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.post {
  max-width: 960px;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.wp-caption.alignright, img.alignright {
  margin-left: 20px;
  margin-bottom: 16px;
}

.wp-caption.alignleft, img.alignleft {
  margin-right: 20px;
  margin-bottom: 16px;
}

.wp-caption {
  display: block;
}

.wp-caption, .entry img {
  max-width: 45%;
  height: auto;
  display: block;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .wp-caption, .entry img {
    margin: 0 auto 15px auto;
    float: none;
    max-width: 98%;
    height: auto;
  }
}

.wp-caption img {
  max-width: none;
  width: 100%;
  height: auto;
}

.post-edit-box {
  position: fixed;
  bottom: 4%;
  left: 0;
  display: block;
  width: 200px;
}

.post-edit-box a {
  padding: 20px;
  font-size: 16px;
  color: #fefefe;
  background: rgba(107, 165, 211, 0.5);
}

.post-edit-box a:hover {
  color: #fff;
  background: rgba(107, 165, 211, 0.9);
  text-decoration: none;
}

.hentry {
  max-width: 1000px;
  margin: 0 auto 30px auto;
}

/* OptimizePress pages we want to exclude from the nav menu */
.menu-item-1678 {
  display: none;
}

#menu ul ul li:hover ul, #menu ul li:hover ul li:hover ul {
  display: block;
  top: 0;
  left: 100%;
}

#menu {
  border-top: 2px solid #b2b2b2;
  background: rgba(255, 255, 255, 0.8);
  min-height: 45px;
  position: relative;
  z-index: 15;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu {
    height: auto;
  }
}

#menu:after {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu:after {
    content: "";
    clear: both;
    display: block;
  }
}

#menu ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 50;
}
#menu ul li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 100%;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu ul li {
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    border-top: none;
  }
}
#menu ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 0 25px;
  line-height: 43px;
}
@media screen and (max-width: 914px) {
  #menu ul li a {
    padding: 0 11px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 570px) {
  #menu ul li a {
    padding: 0 7px;
  }
}
@media screen and (max-width: 516px) {
  #menu ul li a {
    padding: 0 7px;
  }
}
#menu ul li a {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu ul li a {
    padding: 0 0 0 20px;
    width: 100%;
  }
}
#menu ul li:hover a {
  position: relative;
  background: #f8f8f8;
  color: #000000;
  z-index: 50;
}
#menu ul li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
}
#menu ul li:hover ul ul {
  position: absolute;
  display: none;
  z-index: 10;
}
#menu ul ul {
  position: absolute;
  display: none;
  background: #f5f5f5;
}
#menu ul ul li {
  border: none;
  background: #f5f5f5;
}
#menu ul ul li:hover > a {
  background: white !important;
  color: #000000 !important;
}
#menu ul ul li a {
  float: none;
  width: 180px;
  line-height: normal;
  font-variant: normal;
  color: #000000;
  text-transform: none;
  padding: 8px 12px;
  background: none !important;
}
#menu ul ul ul {
  background: #f5f5f5 !important;
  border: none;
  margin-left: -14px;
}
#menu ul ul ul li a {
  color: #000000;
}
#menu ul ul ul li:hover > a {
  background: white !important;
  color: #000000 !important;
}

/* Mobile concerns */
#menu ul ul.sub-menu li, #menu ul ul.sub-menu li ul, #menu ul ul.sub-menu li ul li {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu ul ul.sub-menu li, #menu ul ul.sub-menu li ul, #menu ul ul.sub-menu li ul li {
    display: none;
    left: 0 !important;
  }
}

.openBttn {
  display: none;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .openBttn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    /*background-color:$lightGray;*/
    color: #b2b2b2;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    z-index: 100;
    /*@include faint-box-shadow(2px);*/
    border-left: 2px solid #b2b2b2;
    cursor: pointer;
  }
}

#menu li.openDrawer {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu li.openDrawer {
    z-index: 2;
  }
  #menu li.openDrawer > a {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
  }
  #menu li.openDrawer > ul.sub-menu {
    display: block;
    position: relative;
    z-index: 2;
    left: 0 !important;
    margin: 0;
    -webkit-transition: height 1s;
    transition: height 1s;
  }
  #menu li.openDrawer > ul.sub-menu > li {
    display: block;
    border-bottom: 1px solid #b2b2b2;
    min-height: 43px;
  }
  #menu li.openDrawer > ul.sub-menu > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    min-height: 43px;
  }
}

#menu ul ul ul li {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  #menu ul ul ul li {
    background-color: #EDEDED;
  }
}

* html body {
  margin-top: 0;
}

input[type=text], input[type=email] {
  max-width: 96%;
}

textarea {
  width: 96%;
}

body {
  background-color: #f8f8f8;
  background-image: url(https://jonlapoma.com/wp-content/themes/jonathanlapoma/images/page_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.page-wrap {
  width: 100%;
  max-width: 914px;
  /*min-width:914px;  REMOVE THIS! */
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* HEADER */
header {
  background-image: url(https://jonlapoma.com/wp-content/themes/jonathanlapoma/images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: block;
  height: 120px;
  position: relative;
  z-index: 5;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  header {
    height: auto;
  }
}

.branding {
  display: block;
  height: 100%;
  padding: 32px 40px 0 40px;
  background-color: rgba(255, 255, 255, 0.4);
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .branding {
    padding: 16px 170px 20px 20px;
  }
}
.branding {
  /* tiny mobile */
}
@media screen and (max-width: 385px) {
  .branding {
    padding: 60px 20px 20px 20px;
  }
}
.branding .site-description {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .branding .site-description {
    margin-bottom: 0;
  }
}

.language_select_container {
  position: absolute;
  display: block;
  top: 20px;
  right: 0;
  margin-right: 20px;
  z-index: 200;
}

.main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 2.8%;
  position: relative;
  z-index: 3;
}
.main .post {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 2% 2% 70px 2%;
  z-index: 10;
  margin-bottom: 36px;
  position: relative;
}
.main .post .read_more_bttn {
  position: absolute;
  width: 224px;
  height: 50px;
  left: 50%;
  margin-left: -112px;
  bottom: -18px;
  display: block;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #fcfcfc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.main .post .read_more_bttn:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.main .post .read_more_bttn.smaller {
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin-left: -75px;
  bottom: -14px;
}
.main .share_container {
  margin-top: 30px;
  height: 24px;
}
.main .share_container .share-box {
  display: inline-block;
  height: 24px;
  vertical-align: text-top;
}
.main .works-listing.post h3.awards_list_title {
  margin-bottom: 0;
}
.main .works-listing.post .excerpt img {
  display: none;
}
.main .works-listing.post .excerpt p:first-of-type:after {
  content: "...";
  position: relative;
  left: -2px;
}
.main .works-listing.post .thumbWrapper {
  display: block;
  float: right;
  width: 18%;
  margin: 0 0 16px 30px;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .main .works-listing.post .thumbWrapper {
    width: 60%;
    float: none;
    margin: 0 auto 16px auto;
  }
}
.main .works-listing.post .thumbWrapper .coverImage img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.main .works-listing.post .thumbWrapper .coverImage:hover img {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}

/* Single writing page */
.post.works_page .entry {
  width: 70%;
  float: left;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .post.works_page .entry {
    float: none;
    width: 100%;
  }
}
.post.works_page .entry.no_sidebar {
  width: 100%;
  float: none;
}
.post.works_page .sidebar {
  display: block;
  position: relative;
  right: 2%;
  top: 2%;
  width: 23%;
  float: right;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .post.works_page .sidebar {
    width: 100%;
    float: none;
    top: 0;
    right: auto;
    margin: 8px auto 10px auto;
  }
}
.post.works_page .sidebar .featuredImage {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .post.works_page .sidebar .featuredImage {
    width: 46%;
    float: left;
    margin: 0 2% 0 2%;
  }
}
.post.works_page .sidebar .featuredImage img {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.post.works_page .sidebar .bttns-n-widgets {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .post.works_page .sidebar .bttns-n-widgets {
    width: 100%;
  }
  .post.works_page .sidebar .bttns-n-widgets ul {
    width: 45%;
    float: right;
    display: block;
    margin: 0 2% 0 2%;
  }
  .post.works_page .sidebar .bttns-n-widgets ul li {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }
  .post.works_page .sidebar .bttns-n-widgets .goodreads_widget:before {
    clear: both;
    display: block;
    content: "";
  }
}
.post.works_page .sidebar:after {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .post.works_page .sidebar:after {
    display: block;
    content: "";
    clear: both;
  }
}

.post:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}

.award_list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.award_list ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  height: 130px;
  height: auto;
  -ms-flex-flex-basis: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin: 5px 5px;
}
.award_list ul li img {
  width: 100%;
  height: auto;
}

.award_list ul:not(.image_list) {
  align-items: stretch;
  height: 136px;
  overflow: hidden;
}
.award_list ul:not(.image_list) li {
  background: #fcfcfc;
  padding: 1.5%;
  height: 130px;
  text-align: center;
  -ms-flex-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.award_list ul:not(.image_list) li em {
  font-style: normal;
}

.press-list-thumb {
  margin: 0 3% 0 0;
}

.single .post {
  padding-bottom: 80px;
}

.main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.adjacent_posts_links {
  position: relative;
  z-index: 15;
  top: -60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*min-height:64px;*/
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .adjacent_posts_links {
    display: block;
    width: 100%;
  }
}
.adjacent_posts_links a {
  width: 35%;
  margin: 0 12% 0 3%;
  padding: 10px 10px 10px 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fcfcfc;
  position: relative;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .adjacent_posts_links a {
    display: block;
    width: 90%;
    margin: 0 auto 12px auto;
  }
}
.adjacent_posts_links a:before {
  content: "◄";
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  margin-top: -0.8125rem;
  left: 7px;
}
.adjacent_posts_links a.older_links, .adjacent_posts_links a[rel=prev] {
  margin: 0 3% 0 12%;
  padding: 10px 34px 10px 10px;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .adjacent_posts_links a.older_links, .adjacent_posts_links a[rel=prev] {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.adjacent_posts_links a.older_links:before, .adjacent_posts_links a[rel=prev]:before {
  content: "";
  display: none;
}
.adjacent_posts_links a.older_links:after, .adjacent_posts_links a[rel=prev]:after {
  content: " ►";
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  margin-top: -0.8125rem;
  right: 7px;
}
.adjacent_posts_links a:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.adjacent_posts_links a:not([rel=next]):first-of-type:last-of-type {
  position: absolute;
  right: 0;
}
.adjacent_posts_links a.newer_links:first-of-type:last-of-type {
  position: relative;
  right: auto;
}

.scorpion_emblem {
  display: block;
  content: "";
  width: 63px;
  height: 41px;
  background-image: url(https://jonlapoma.com/wp-content/themes/jonathanlapoma/images/scorpion_emblem-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  margin: 50px auto 20px auto;
  z-index: 10;
  position: relative;
}

.single .scorpion_emblem {
  margin-top: 10px;
}

/* Special page templates */
.page-template-page-home .header {
  background-image: none;
  height: auto;
  border-bottom: 2px solid #b2b2b2;
}
.page-template-page-home .header .home_bg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
.page-template-page-home .header .home_scorpion {
  display: block;
  position: absolute;
  top: 120px;
  right: 130px;
  z-index: 10;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 914px) {
  .page-template-page-home .header .home_scorpion {
    top: 35%;
    right: 15%;
    height: 60%;
    width: auto;
  }
}
@media screen and (max-width: 705px) {
  .page-template-page-home .header .home_scorpion {
    height: 55%;
    top: 42%;
  }
}
@media screen and (max-width: 570px) {
  .page-template-page-home .header .home_scorpion {
    height: 50%;
    top: 48%;
  }
}
.page-template-page-home .header .home_scorpion {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .header .home_scorpion {
    height: 66%;
    top: 32%;
    right: 7%;
  }
}
.page-template-page-home .header .branding {
  position: absolute;
  z-index: 10;
  top: 160px;
  height: auto;
  background-color: transparent;
}
@media screen and (max-width: 914px) {
  .page-template-page-home .header .branding {
    width: 55%;
    height: auto;
    top: 35%;
  }
}
@media screen and (max-width: 705px) {
  .page-template-page-home .header .branding {
    width: 64%;
  }
}
.page-template-page-home .header .branding {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .header .branding {
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 14% 50% 0 5%;
  }
}
.page-template-page-home .header .branding {
  /* tiny mobile */
}
@media screen and (max-width: 385px) {
  .page-template-page-home .header .branding {
    padding-top: 15%;
    padding-right: 45%;
  }
}
.page-template-page-home .menu-wrapper {
  position: absolute;
  top: 50px;
  z-index: 20;
  width: 100%;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .menu-wrapper {
    position: relative;
    top: 0;
  }
}
.page-template-page-home .menu-wrapper #menu {
  border-top: none;
}

.page-template-page-home .main .post {
  display: block;
}
.page-template-page-home .main .title_box {
  display: block;
  float: left;
  width: 60%;
  margin: 20px 0 30px 0;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .title_box {
    float: none;
    width: 100%;
  }
}
.page-template-page-home .main .description_content {
  display: block;
  float: left;
  width: 60%;
  margin: 0 3% 0 0;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .description_content {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.page-template-page-home .main .thumbWrapper {
  display: block;
  float: right;
  width: 35%;
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .thumbWrapper {
    float: none;
    margin: 0 auto 15px auto;
    width: 75%;
  }
}
.page-template-page-home .main .thumbWrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.page-template-page-home .main .bttns-n-widgets {
  display: block;
  float: right;
  width: 35%;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .bttns-n-widgets {
    width: 100%;
    float: none;
  }
}
.page-template-page-home .main .award_list:before {
  content: "";
  clear: both;
  display: block;
  height: 1px;
}
.page-template-page-home .main .award_list ul:not(.image_list) {
  display: none;
}
.page-template-page-home .main .primary {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #f5f5f5;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .primary {
    padding-top: 40px;
  }
}
.page-template-page-home .main .primary.full_width { /* hides bttns-n-widgets */ }
.page-template-page-home .main .primary.full_width .title_box, .page-template-page-home .main .primary.full_width .description_content {
  width: 100%;
  float: none;
}
.page-template-page-home .main .primary.full_width .bttns-n-widgets {
  display: none;
}
.page-template-page-home .main .secondary {
  padding-top: 30px;
}
.page-template-page-home .main .secondary .title_box, .page-template-page-home .main .secondary .description_content {
  float: right;
  width: 64%;
  margin: 0 0 30px 3%;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .secondary .title_box, .page-template-page-home .main .secondary .description_content {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.page-template-page-home .main .secondary .description_content {
  padding-bottom: 25px;
}
.page-template-page-home .main .secondary .thumbWrapper, .page-template-page-home .main .secondary .bttns-n-widgets {
  float: left;
  width: 30%;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .secondary .thumbWrapper, .page-template-page-home .main .secondary .bttns-n-widgets {
    float: none;
    width: 100%;
  }
}
.page-template-page-home .main .secondary .thumbWrapper {
  margin-top: 0;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .page-template-page-home .main .secondary .thumbWrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-page-home .main .secondary.full_width { /* hides bttns-n-widgets */ }
.page-template-page-home .main .secondary.full_width .title_box, .page-template-page-home .main .secondary.full_width .description_content {
  width: 100%;
  float: none;
}
.page-template-page-home .main .secondary.full_width .bttns-n-widgets {
  display: none;
}

.sign-up-band {
  display: block;
  text-align: center;
  border-bottom: 2px solid #b2b2b2;
  background-color: #f5f5f5;
  padding: 7px 2.8%;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .sign-up-band {
    padding: 7px 3.4%;
  }
}
.sign-up-band .newsletter_signup {
  width: auto;
  display: inline-block;
}
.sign-up-band .newsletter_signup .form-title:first-of-type {
  display: none;
}
@media screen and (max-width: 705px) {
  .sign-up-band .newsletter_signup {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 570px) {
  .sign-up-band .newsletter_signup {
    max-width: 75%;
  }
}
.sign-up-band .newsletter_signup {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .sign-up-band .newsletter_signup {
    max-width: 96%;
  }
}
@media screen and (max-width: 705px) {
  .sign-up-band .newsletter_signup .form-flex-row {
    justify-content: space-around;
  }
}
.sign-up-band .newsletter_signup .form-flex-row .submit-bttn, .sign-up-band .newsletter_signup .form-flex-row button[type=submit] {
  white-space: nowrap;
  margin-left: 10px;
}
.sign-up-band .newsletter_signup .ml-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sign-up-band .mc_signup {
  display: inline-block;
  max-width: 272px;
}
@media screen and (max-width: 750px) {
  .sign-up-band .mc_signup {
    margin-top: 8px;
  }
}
.sign-up-band .mc_signup {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .sign-up-band .mc_signup {
    display: block;
    margin: 8px auto 0 auto;
  }
}
.sign-up-band .mc_signup input.email {
  margin-bottom: 0;
  margin-left: 2px;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .sign-up-band .mc_signup input.email {
    max-width: 48%;
  }
}
.sign-up-band .mc_signup input[type=submit] {
  padding: 5px 14px;
  margin-left: 8px;
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .sign-up-band .mc_signup input[type=submit] {
    max-width: 48%;
  }
}

.bttns-n-widgets ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
}
.bttns-n-widgets ul li {
  display: inline-block;
  padding: 0;
  margin: 0 2% 8px 2%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.bttns-n-widgets ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #fcfcfc;
  background-color: #854343;
}
.bttns-n-widgets ul li a:hover {
  background-color: #b83032;
  color: #fff;
  text-decoration: none;
}
.bttns-n-widgets ul li:hover {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}

.bttns-n-widgets ul:before {
  content: "Order now:";
  font-family: "Fenix", serif;
  font-weight: bold;
  text-align: left;
  padding: 0 4px 8px 4px;
  display: block;
}

.goodreads_widget iframe {
  max-width: 100%;
}

#footer {
  background-color: #edecea;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 4.6%;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 620px) {
  #footer {
    display: block;
  }
}
#footer .column {
  padding: 0;
  margin: 0 0 0 2%;
  width: 40%;
}
@media screen and (max-width: 620px) {
  #footer .column {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
  }
}
#footer .column:first-of-type {
  margin: 0 2% 0 0;
  width: 55%;
}
@media screen and (max-width: 620px) {
  #footer .column:first-of-type {
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
  }
}
#footer h3 {
  padding-top: 0;
  margin-top: 0;
}
#footer h3 a, #footer h3 a:hover {
  color: #000000;
  text-decoration: none;
}
#footer ul.recent_headlines {
  margin: 0;
  padding: 0 0 0 18px;
  line-height: 1.2em;
}
#footer ul.recent_headlines li {
  margin-bottom: 14px;
}
#footer .smallprint {
  text-align: center;
  width: 91%;
  display: block;
  position: absolute;
  bottom: -8px;
}

ul.social_follow_bttns {
  clear: both;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.social_follow_bttns li {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  text-align: justify;
  margin: 0 2%;
  padding: 0;
}
@media screen and (max-width: 914px) {
  ul.social_follow_bttns li {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 818px) {
  ul.social_follow_bttns li {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 620px) {
  ul.social_follow_bttns li {
    width: 40px;
    height: 40px;
    margin: 0 2%;
  }
}
ul.social_follow_bttns li a, ul.social_follow_bttns li a:hover {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
ul.social_follow_bttns li svg {
  width: 100%;
  height: 100%;
}
ul.social_follow_bttns li:hover {
  z-index: 10;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
ul.social_follow_bttns li:first-of-type {
  margin-left: 0;
}
ul.social_follow_bttns li:last-of-type {
  margin-right: 0;
}
ul.social_follow_bttns li.goodreads {
  background-color: #814f18;
}
ul.social_follow_bttns li.librarything {
  background-color: #674846;
}
ul.social_follow_bttns li.facebook {
  background-color: #3b5998;
}
ul.social_follow_bttns li.twitter {
  background-color: #55acee;
}
ul.social_follow_bttns li.linkedin {
  background-color: #007bb7;
}
ul.social_follow_bttns li.amazon_author {
  background-color: #fa990c;
}

@media screen and (max-width: 705px) {
  .goodreads_giveaway .goodreadsGiveawayWidget .image_box {
    float: none !important;
    margin-left: 0 !important;
  }
}
.goodreads_giveaway .goodreadsGiveawayWidget .image_box {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .goodreads_giveaway .goodreadsGiveawayWidget .image_box {
    float: left !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 705px) {
  .goodreads_giveaway .goodreadsGiveawayWidget .text_box {
    float: none !important;
    margin-left: 0 !important;
  }
}
.goodreads_giveaway .goodreadsGiveawayWidget .text_box {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .goodreads_giveaway .goodreadsGiveawayWidget .text_box {
    margin-left: 110px !important;
  }
}
.goodreads_giveaway .goodreadsGiveawayWidget .goodreadsGiveawayWidgetEnterLink {
  /* Mobile focus now */
}
@media screen and (max-width: 490px) {
  .goodreads_giveaway .goodreadsGiveawayWidget .goodreadsGiveawayWidgetEnterLink {
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
  }
}

.page-template-page-single-work .goodreads_giveaway .goodreadsGiveawayWidget .image_box {
  /* Mobile focus now */
}
@media screen and (min-width: 490px) {
  .page-template-page-single-work .goodreads_giveaway .goodreadsGiveawayWidget .image_box {
    float: none !important;
    margin-left: 0 !important;
  }
}
.page-template-page-single-work .goodreads_giveaway .goodreadsGiveawayWidget .text_box {
  /* Mobile focus now */
}
@media screen and (min-width: 490px) {
  .page-template-page-single-work .goodreads_giveaway .goodreadsGiveawayWidget .text_box {
    float: none !important;
    margin-left: 0 !important;
  }
}

h1.course_page {
  margin-left: 0;
  padding-left: 0;
}

.features-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media screen and (max-width: 516px) {
  .features-container {
    display: block;
  }
}
.features-container .feature-box {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 4% 2%;
  width: 32%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 516px) {
  .features-container .feature-box {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 516px) {
  .features-container .feature-box:last-of-type {
    margin-bottom: 45px;
  }
}

.two-column {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 570px) {
  .two-column {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.two-column .inner-wrapper {
  width: 50%;
}
@media screen and (max-width: 570px) {
  .two-column .inner-wrapper {
    width: 100%;
  }
}
.two-column .inner-wrapper:last-of-type {
  width: 40%;
}
@media screen and (max-width: 570px) {
  .two-column .inner-wrapper:last-of-type {
    width: 100%;
  }
}

.cta-box {
  display: block;
  margin: 10px auto;
  width: 70%;
}
.cta-box img {
  max-width: 100%;
  height: auto;
  margin: 0 0 4px 0;
}
.cta-box p {
  line-height: 1.2em;
  font-size: 1.2em;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.page-template-page-course-landing header {
  height: auto;
  background: none;
}
.page-template-page-course-landing header img {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  display: inline-block;
}
.page-template-page-course-landing .post {
  padding-bottom: 45px;
}

.faux-menu {
  border-top: 2px solid #b2b2b2;
  background: rgba(255, 255, 255, 0.8);
  min-height: 25px;
  position: relative;
  display: block;
  width: 100%;
  top: -5px;
  z-index: 15;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.faux-menu #menu {
  display: none;
}

.cta_bttn {
  padding: 10px 20px;
  display: block;
  color: #fcfcfc;
  background-color: #854343;
  width: 180px;
  margin: 10px auto 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.cta_bttn:hover {
  background-color: #b83032;
  color: #fff;
  text-decoration: none;
}

.first_pitch {
  margin: 20px auto;
}

.cta_bttn.final_pitch {
  position: relative;
  top: 20px;
}

.menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.menu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.menu ul li ul li {
  background: #555;
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.menu ul li ul li:hover {
  background: #666;
}
.menu ul li ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.menu ul li:hover {
  background: #555;
  color: #fff;
}

/*#menu-item-3019 {
	display:none;
}
.logged-in #menu-item-3019 {
	display:block;
}*/
#menu-item-28 {
  display: none;
}

@media print {
  .do-not-print {
    display: none;
  }
  #comments {
    page-break-before: always;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    font-size: 19pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 15pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
  }
  img {
    display: block;
    margin: 1em 0;
  }
  a img {
    border: none;
  }
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th, td {
    padding: 4px 10px 4px 0;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  a {
    text-decoration: none;
    color: black;
  }
} /* END print media *//*# sourceMappingURL=style.css.map */
.sdm_clear_float{clear:both}.sdm_pass_text{margin-bottom:10px}.sdm_download_item{display:block;border:1px solid #e7e9eb;box-shadow:0 1px 3px rgba(0,0,0,5%);margin-top:10px;margin-bottom:10px;padding:15px}.sdm_download_title{float:left;font-size:24px;font-weight:700;line-height:75px}.sdm_download_thumbnail{float:left}.sdm_download_thumbnail_image{width:75px!important;height:75px!important;float:left!important;margin-right:10px!important}.sdm_download_description{margin:15px 0;padding-bottom:10px;border-bottom:1px solid #eee}.sdm_download_item_count{margin-left:20px;border:1px solid #e7e9eb;padding:3px 10px;display:inline-block;float:right}.sdm_download_link{display:block}.sdm_download_link:after{content:"";display:table;clear:both}.sdm_download_button{display:inline-block}.sdm_download_button_box_default{margin:10px 0}.sdm-g-recaptcha{margin-bottom:10px}.sdm_yellow_box{background:#fff6d5;border:1px solid #d1b655;color:#3f2502;margin:10px 0;padding:5px 5px 5px 10px}.sdm_grey_box{background:#ececec;border:1px solid #cfcfcf;color:#363636;margin:10px 0 15px;padding:5px 5px 5px 10px}.sdm_blue_box{background:#d7e7f5;border:1px solid #aacee6;color:#1d263b;margin:10px 0 15px;padding:5px 5px 5px 10px}.sdm_post_item{width:90%}.sdm_post_item_top{display:block}.sdm_post_item_top_left{width:40%;float:left;margin-right:30px}.sdm_post_item_top_right{float:left;width:50%}.sdm_post_item_top_left img{width:100%;border:1px solid #e8e4e3;padding:5px}.sdm_post_title{font-size:26px;font-weight:700;margin-bottom:20px}.sdm_post_download_count{margin-bottom:20px;font-size:18px;font-weight:700;border:1px solid #e8e4e3;display:inline-block;padding:10px 15px}.sdm_post_download_file_size{font-weight:700}.sdm_post_download_version{font-weight:700}.sdm_post_download_published_date{font-weight:700}.sdm_post_download_section{margin:15px 0}.sdm_post_meta_section{border-top:4px double #e8e4e3;padding-top:15px}.sdm_download{display:inline-block;text-decoration:none;font:700 12px/12px HelveticaNeue,Arial;padding:8px 11px;color:#555;border:1px solid #dedede;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.sdm_download.green{background:#b7d770;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285',endColorstr='#9fcb57');background:-webkit-gradient(linear,left top,left bottom,from(#cae285),to(#9fcb57));background:-moz-linear-gradient(top,#cae285,#9fcb57);border-color:#adc671 #98b65b #87aa4a;color:#2f4014!important;text-shadow:0 1px 0 #cfe5a4;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #d7e9a4;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #d7e9a4;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #d7e9a4}.sdm_download.green:hover{background:#b9d972;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872',endColorstr='#b9d972');background:-webkit-gradient(linear,left top,left bottom,from(#b8d872),to(#b9d972));background:-moz-linear-gradient(top,#b8d872,#b9d972);border-color:#8bb14d #83a648 #7d9e45;text-shadow:0 1px 0 #d5e8aa;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #cae295;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #cae295;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #cae295}.sdm_download.blue{background:#92dbf6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8',endColorstr='#6fcef3');background:-webkit-gradient(linear,left top,left bottom,from(#abe4f8),to(#6fcef3));background:-moz-linear-gradient(top,#abe4f8,#6fcef3);border-color:#8dc5da #76b7cf #63abc7;color:#1e4657!important;text-shadow:0 1px 0 #b6e6f9;-webkit-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #c0ebfa;-moz-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #c0ebfa;box-shadow:0 1px 1px #d6d6d6,inset 0 1px #c0ebfa}.sdm_download.blue:hover{background:#92dbf6;border-color:#7caec0 #68a3ba #5a9cb5;text-shadow:0 1px 0 #bee9fa;-webkit-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #ade4f8;-moz-box-shadow:0 1px 1px #d6d6d6,inset 0 1px 0 #ade4f8;box-shadow:0 1px 1px #d6d6d6,inset 0 1px #ade4f8}.sdm_download.purple{background:#dfaeda;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4',endColorstr='#d494ce');background:-webkit-gradient(linear,left top,left bottom,from(#e8c4e4),to(#d494ce));background:-moz-linear-gradient(top,#e8c4e4,#d494ce);border-color:#bc9db9 #ad89aa #a1799d;color:#4d334a!important;text-shadow:0 1px 0 #eacae6;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #eed3eb;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #eed3eb;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #eed3eb}.sdm_download.purple:hover{background:#e0b1db;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9',endColorstr='#e0b1db');background:-webkit-gradient(linear,left top,left bottom,from(#deabd9),to(#e0b1db));background:-moz-linear-gradient(top,#deabd9,#e0b1db);border-color:#a482a0 #9b7897 #947090;text-shadow:0 1px 0 #ecd0e9;-webkit-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;-moz-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;box-shadow:0 1px 1px #cdcdcd,inset 0 1px #ccc}.sdm_download.teal{background:#9cedef;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4',endColorstr='#7ce7ea');background:-webkit-gradient(linear,left top,left bottom,from(#b7f2f4),to(#7ce7ea));background:-moz-linear-gradient(top,#b7f2f4,#7ce7ea);border-color:#90c6c8 #78bdc0 #65b6ba;color:#2b5052!important;text-shadow:0 1px 0 #bef3f5;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #c9f5f7;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #c9f5f7;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #c9f5f7}.sdm_download.teal:hover{background:#9fedf0;border-color:#7db9bb #6bb2b5 #5dacaf;text-shadow:0 1px 0 #c5f4f6;-webkit-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #b7f2f4;-moz-box-shadow:0 1px 1px #d5d5d5,inset 0 1px 0 #b7f2f4;box-shadow:0 1px 1px #d5d5d5,inset 0 1px #b7f2f4}.sdm_download.darkblue{background:#a5b8c6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6',endColorstr='#88a1b4');background:-webkit-gradient(linear,left top,left bottom,from(#becbd6),to(#88a1b4));background:-moz-linear-gradient(top,#becbd6,#88a1b4);border-color:#a2afb8 #8696a1 #6f818f;color:#26313b!important;text-shadow:0 1px 0 #c4d0d9;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #ced8e0;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #ced8e0;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #ced8e0}.sdm_download.darkblue:hover{background:#adbfcb;border-color:#8996a0 #798791 #6c7a85;text-shadow:0 1px 0 #ced9e0;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #c2cfd8;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #c2cfd8;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #c2cfd8}.sdm_download.black{background:#525252;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e',endColorstr='#434343');background:-webkit-gradient(linear,left top,left bottom,from(#5e5e5e),to(#434343));background:-moz-linear-gradient(top,#5e5e5e,#434343);border-color:#4c4c4c #313131 #1f1f1f;color:#fff!important;text-shadow:0 1px 0 #2e2e2e;-webkit-box-shadow:0 1px 1px #afafaf,inset 0 1px 0 #868686;-moz-box-shadow:0 1px 1px #afafaf,inset 0 1px 0 #868686;box-shadow:0 1px 1px #afafaf,inset 0 1px #868686}.sdm_download.black:hover{background:#5a5a5a;border-color:#2c2c2c #1c1c1c #101010;text-shadow:0 1px 0 #363636;-webkit-box-shadow:0 1px 1px #b1b1b1,inset 0 1px 0 #838383;-moz-box-shadow:0 1px 1px #b1b1b1,inset 0 1px 0 #838383;box-shadow:0 1px 1px #b1b1b1,inset 0 1px #838383}.sdm_download.grey{background:#bdbdbd;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca',endColorstr='#aeaeae');background:-webkit-gradient(linear,left top,left bottom,from(#cacaca),to(#aeaeae));background:-moz-linear-gradient(top,#cacaca,#aeaeae);border-color:#b5b5b5 #a1a1a1 #8f8f8f;color:#555!important;text-shadow:0 1px 0 #d4d4d4;-webkit-box-shadow:0 1px 1px #c9c9c9,inset 0 1px 0 #d7d7d7;-moz-box-shadow:0 1px 1px #c9c9c9,inset 0 1px 0 #d7d7d7;box-shadow:0 1px 1px #c9c9c9,inset 0 1px #d7d7d7}.sdm_download.grey:hover{background:#c2c2c2;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc',endColorstr='#c2c2c2');background:-webkit-gradient(linear,left top,left bottom,from(#bcbcbc),to(#c2c2c2));background:-moz-linear-gradient(top,#bcbcbc,#c2c2c2);border-color:#989898 #8e8e8e #878787;text-shadow:0 1px 0 #dadada;-webkit-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;-moz-box-shadow:0 1px 1px #cdcdcd,inset 0 1px 0 #ccc;box-shadow:0 1px 1px #cdcdcd,inset 0 1px #ccc}.sdm_download.pink{background:#f67689;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297',endColorstr='#f56778');background:-webkit-gradient(linear,left top,left bottom,from(#f78297),to(#f56778));background:-moz-linear-gradient(top,#f78297,#f56778);border-color:#df6f8b #da5f75 #d55061;color:#4f272c!important;text-shadow:0 1px 0 #f89ca9;-webkit-box-shadow:0 1px 1px #c1c1c1,inset 0 1px 0 #f9a1b1;-moz-box-shadow:0 1px 1px #c1c1c1,inset 0 1px 0 #f9a1b1;box-shadow:0 1px 1px #c1c1c1,inset 0 1px #f9a1b1}.sdm_download.pink:hover{background:#f67c90;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e',endColorstr='#f78297');background:-webkit-gradient(linear,left top,left bottom,from(#f56c7e),to(#f78297));background:-moz-linear-gradient(top,#f56c7e,#f78297);border-color:#c36079 #c25669 #c14e5c;text-shadow:0 1px 0 #f9a6b4;-webkit-box-shadow:0 1px 1px #c3c3c3,inset 0 1px 0 #f8909e;-moz-box-shadow:0 1px 1px #c3c3c3,inset 0 1px 0 #f8909e;box-shadow:0 1px 1px #c3c3c3,inset 0 1px #f8909e}.sdm_download.orange{background:#fecc5f;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71',endColorstr='#febb4a');background:-webkit-gradient(linear,left top,left bottom,from(#feda71),to(#febb4a));background:-moz-linear-gradient(top,#feda71,#febb4a);border-color:#f5b74e #e5a73e #d6982f;color:#4d3217!important;text-shadow:0 1px 0 #fedd9b;-webkit-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #fee395;-moz-box-shadow:0 1px 1px #d3d3d3,inset 0 1px 0 #fee395;box-shadow:0 1px 1px #d3d3d3,inset 0 1px #fee395}.sdm_download.orange:hover{background:#fecb5e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354',endColorstr='#fecd61');background:-webkit-gradient(linear,left top,left bottom,from(#fec354),to(#fecd61));background:-moz-linear-gradient(top,#fec354,#fecd61);border-color:#d29a3a #cc9436 #c89133;text-shadow:0 1px 0 #fee1a0;-webkit-box-shadow:0 1px 1px #d4d4d4,inset 0 1px 0 #fed17e;-moz-box-shadow:0 1px 1px #d4d4d4,inset 0 1px 0 #fed17e;box-shadow:0 1px 1px #d4d4d4,inset 0 1px #fed17e}.sdm_download.white{background:#f5f5f5;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f0f0f0');background:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f0f0f0));background:-moz-linear-gradient(top,#f9f9f9,#f0f0f0);border-color:#dedede #d8d8d8 #d3d3d3;color:#555!important;text-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;-moz-box-shadow:0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;box-shadow:0 1px 1px #eaeaea,inset 0 1px #fbfbfb}.sdm_download.white:hover{background:#f4f4f4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f8f8f8');background:-webkit-gradient(linear,left top,left bottom,from(#efefef),to(#f8f8f8));background:-moz-linear-gradient(top,#efefef,#f8f8f8);border-color:#c7c7c7 #c3c3c3 #bebebe;text-shadow:0 1px 0 #fdfdfd;-webkit-box-shadow:0 1px 1px #ebebeb,inset 0 1px 0 #f3f3f3;-moz-box-shadow:0 1px 1px #ebebeb,inset 0 1px 0 #f3f3f3;box-shadow:0 1px 1px #ebebeb,inset 0 1px #f3f3f3}.sdm_download.disabled{background:#dfdfdf;color:#9c9c9c;box-shadow:unset;cursor:not-allowed}.sdm_object_tree .sdm_post_title{margin-right:5px;display:block}.sdm_search_result_item{margin-top:20px;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid silver}.sdm_search_result_item:last-child{border-bottom:none}.sdm_general_error_msg{color:red}.sdm_disabled_button{opacity:.2}.sdm_fancy3_download_item{display:block;max-width:320px;border:1px solid #ccc;margin-bottom:5px}.sdm_fancy3_download_title{font-weight:700;float:left;padding:5px 10px;max-width:170px;overflow:hidden}.sdm_fancy3_view_details_link{float:right;padding:5px 10px}.sdm_dl_request_intermediate_page_content{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;text-align:center}.sdm_g_captcha_spinner{width:40px;height:40px;animation:sdm_g_captcha_spin 1s linear infinite}@keyframes sdm_g_captcha_spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#sdm_after_captcha_verification_content.hidden{display:none}
.sdm_fancy2_item{margin:5px 10px 5px 0;border:1px solid #bbbec9;float:left;width:220px}.sdm_fancy2_grid{width:30%}.sdm_fancy2_wrapper{margin:15px}.sdm_fancy2_download_thumbnail{width:100%;overflow:hidden;margin:0;padding:0}.sdm_fancy2_download_title{font-family:Bitter,Georgia,serif;margin:10px 0;text-align:center}.sdm_fancy2_download_title a{text-decoration:none!important;border:none;margin:0;padding:0}.sdm_fancy2_download_thumbnail img{max-width:100%}.sdm_fancy2_more_details_link_section{text-align:center;margin-bottom:10px}.sdm_fancy2_download_link{text-align:center}.sdm_fancy2_download_dl_link,.sdm_fancy2_more_details_link{border:3px solid #2d3140;color:#2d3140;padding:5px 10px;display:inline-block;text-decoration:none!important}.sdm_fancy2_download_dl_link:hover,.sdm_fancy2_more_details_link:hover{color:#fff;background-color:#2d3140}.sdm_fancy2_download_size{margin:5px 0;text-align:center}.sdm_fancy2_download_version{margin:5px 0;text-align:center}.sdm_fancy2_item .sdm-g-recaptcha{transform:scale(.6);transform-origin:0 0}@media only screen and (max-width:480px){.sdm_fancy2_item{margin:5px 10px 5px 0;border:1px solid #bbbec9;float:left;width:95%}}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.mailerlite-form .mailerlite-form-description{margin-bottom:10px}.mailerlite-form .mailerlite-form-field{margin-bottom:10px}.mailerlite-form .mailerlite-form-field label{display:block}.mailerlite-form .mailerlite-subscribe-button-container{text-align:center}.mailerlite-form input.error{color:red;border-color:red}.mailerlite-form label.error{color:red}.mailerlite-form-response{margin-top:20px;display:none;text-align:center;color:#00a154}.mailerlite-form-loader{display:none;text-align:center;font-weight:700;margin:0 20px}.mailerlite-form-error{display:block;color:red}.mailerlite-subscribe-submit{max-width:100%}