/*!
 * Hindenburg Research - Theme CSS
 */
 


body {
  font-family: "Spectral", Georgia, serif;
  font-size: 19px;
  color: #383838;
  position: relative;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
:focus {
  outline: none;
}
p {
  line-height: 1.5;
  margin: 30px 0;
  font-size: 19px;
}
p a {
  text-decoration: underline;
}
div.col-lg-8 ul li, div.col-lg-8 ol li {
	margin-bottom: 1em;
	font-size: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #170C10;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 500;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
a,
a:visited {
  color: #170C10;
}
a:hover,
a:focus,
a:active {
  color: #DE1F00;
}
a img:hover,
a img:focus {
  cursor: pointer;
}
blockquote {
  color: #383838;
  font-style: italic;
  font-size: 19px;
  border-left: 5px solid #383838;
}
li a {
  text-decoration: underline;
}
hr.small {
  max-width: 80px;
  margin: 10px 0 20px 0;
  border-width: 4px;
  border-color: #DE1F00;
}
.navbar-right {
  margin: 0 0 0 0 !important;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 600;
  font-family: Vollkorn, Georgia, 'Times New Roman', serif;
}
.navbar-custom .nav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.wp-block-image .aligncenter>figcaption {
	text-align: center;
}

.wp-block-table .wp-element-caption {
	text-align: center;
}

.wp-block-image .wp-element-caption {
	margin-bottom: -10px;
}

figure.wp-block-table .wp-element-caption {
	margin-top: -20px;
}

@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: #DE1F00;
  }
  .navbar-custom .nav li a {
    color: white;
    padding: 20px 10px;
    margin: 0 10px;
  }
  .navbar-custom .nav li a:after {
    content: '';
    margin-top: 5px;
    display: block;
    border-bottom: 3px solid #DE1F00;
    width: 0;
    position: absolute;
    right: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
  }
  .navbar-custom .nav li a:hover:after { 
    width: 100%;
  }  
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: #FFF;
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #170C10;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #DE1F00;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #170C10;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #170C10;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.navbar-custom .nav li.social a {
  padding: 20px 0;
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  margin-left: 0;
}
@media screen and (max-width:767px) {
  .nav>li.social {
    display: none !important;
  }
}
.navbar-custom .nav li.social a.twitter {
  background: url(../img/icon_x_white.png) no-repeat center center;
  background-size: 16px;
  margin-left: 10px;
}
.navbar-custom .nav li.social a.seekingalpha {
  background: url(../img/icon_seekingalpha.png) no-repeat center center;
  background-size: 20px;
}
.navbar-custom .nav li.social a.stocktwits {
  background: url(../img/icon_stocktwits.png) no-repeat center center;
  background-size: 20px;
}
.navbar-custom.is-fixed .nav li.social a.twitter {
  background: url(../img/icon_x_black.png) no-repeat center center;
  background-size: 16px;
  margin-left: 10px;
}
.navbar-custom.is-fixed .nav li.social a.seekingalpha {
  background: url(../img/icon_seekingalpha-dark.png) no-repeat center center;
  background-size: 20px;
}
.navbar-custom.is-fixed .nav li.social a.stocktwits {
  background: url(../img/icon_stocktwits-dark.png) no-repeat center center;
  background-size: 20px;
}
.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 125px 0 100px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading,
.intro-header .post-heading {
  text-align: left;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1,
.intro-header .post-heading h1 {
  color: #FFF;
  margin: 0;
  font-size: 64px;
}
.intro-header .site-heading h1 a,
.intro-header .site-heading h1 a:visited,
.intro-header .page-heading h1 a,
.intro-header .page-heading h1 a:visited,
.intro-header .post-heading h1 a,
.intro-header .post-heading h1 a:visited {
  color: #FFF;
}
.intro-header .site-heading h1 a:hover,
.intro-header .page-heading h1 a:hover,
.intro-header .post-heading h1 a:hover {
  color: #DE1F00;
  text-decoration: none;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading,
.intro-header .post-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1,
  .intro-header .post-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: Vollkorn, Georgia, 'Times New Roman', serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 64px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.intro-header a.button,
.intro-header a.button:visited {
  color: #FFF;
  padding: 10px 20px;
  border: 2px solid rgba(255,255,255,0.5);
  display: inline-block;
  margin-top: 48px;
}
.intro-header a.button:hover {
  background: #DE1F00;
  color: #FFF;
  padding: 10px 20px;
  border: 2px solid #DE1F00;
  text-decoration: none;
  display: inline-block;
  margin-top: 48px;
}
.post-preview > a {
  color: #170C10;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #DE1F00;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #170C10;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #DE1F00;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px){
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"] {
    max-width: 100%;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
nav.navigation.pagination {
  width: 100%;
}
.navigation.pagination .nav-links {
  background: transparent;
  color: #AAA;
  font-size: 16px;
  text-align: center;
}
.page-numbers {
  padding: 3px;
}
span.page-numbers.current {
  color: #404040;
  font-weight: 600;
}
a.page-numbers {
  color: gray;
}
.newsletter-wrap {
  padding: 24px 0;
  background: #eeeeee;
  margin-bottom: 50px;
}
.newsletter-wrap form {
  float: right;
}
td, th {
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .newsletter-wrap form {
    float: left;
  }
  
  p {
	  font-size: 17px;
  }
  
  blockquote {
	  font-size: 17px;
  }
  
  div.col-lg-8 ul li, div.col-lg-8 ol li {
	margin-bottom: 1em;
	font-size: 17px;
  }
  
  td, th {
	font-size: 16px;
  }
}
.newsletter-wrap h3 {
  line-height: 1.4;
  float: left;
  margin: 12px 0 6px 0;
  color: #777;
}
footer.website-footer {
  background: #0c101b url(../img/footer-bg.jpg) no-repeat bottom right;
  background-size: cover;
  color: #FFF;
  padding: 50px 0;
}
footer.website-footer a,
footer.website-footer a:visited {
  color: #DE1F00;
}

footer.website-footer a:hover,
footer.website-footer a:active,
footer.website-footer a:focus {
  color: #FFF;
}
footer.website-footer .list-inline {
  margin: 0;
  padding: 0;
}
footer.website-footer .copyright,
footer.website-footer .theme-author {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
}
footer.website-footer .copyright a,
footer.website-footer .copyright a:visited,
footer.website-footer .theme-author a,
footer.website-footer .theme-author a:visited {
  color: #FFF;
  text-decoration: none;
}
footer.website-footer .copyright a:hover,
footer.website-footer .theme-author a:hover {
  color: #DE1F00;
  text-decoration: none;
}
p.theme-author.muted {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-top: 0;
}
p.theme-author.muted a,
p.theme-author.muted a:visited {
  color: rgba(255,255,255,0.5);
}
p.theme-author.muted a:hover {
  color: #DE1F00;
}
hr.footer {
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #DE1F00;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #DE1F00;
  border: 1px solid #DE1F00;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: Vollkorn, Georgia, 'Times New Roman', serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #DE1F00;
  border: 1px solid #DE1F00;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  background-color: #170C10;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #DE1F00;
}
::selection {
  color: white;
  text-shadow: none;
  background: #DE1F00;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #DE1F00;
}

/** SiteBuilder specific CSS styles */

body.page-template-page-builder hr.footer {
    display: none;
}

body.siteorigin-panels .intro-header {
	margin-bottom: 0;
}

/** Comment name link */

b.fn a.url {
    text-decoration: none;
}

/** Comment reply link */

.comment-reply-link {
    background: #eee;
    font-size: 0.6em;
    padding: 5px 15px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
}

/** Comment Meta */

footer.comment-meta {
  background: transparent;
}

/** Gutenberg specific CSS Styles */

.alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
}

.alignfull {
    width: auto;
    max-width: 1000%;

    margin-right: calc(50.75% - 50vw);
    margin-left: calc(50.75% - 50vw);
}

.alignwide > *,
.alignfull > * {
    width: 100%;
}

.grecaptcha-badge {
	visibility: hidden;
}

.osano-cm-widget {
	display: none;
}