/* tempest website css */

@media (min-width: 480px) {
  .crm-profile-name-join_tempest .crm-container .crm-section .content { margin-left: 33%; }
  .crm-profile-name-join_tempest .crm-container .crm-section .label { width: 30%; }
}

.crm-profile-name-join_tempest .crm-container #editrow-custom_22 { display: none; }

.hide
  {
  display: none;
  }

.show
  {
  display: block;
  }

.single blockquote
  {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-left: var(--wp--preset--spacing--30);
  }

.single .book_info
  {
  width: var(--wp--style--global--content-size);
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(192, 204, 203, .3);
  border-left: solid 25px var(--wp--preset--color--custom-highlight-yellow);
  border-bottom: solid 2px var(--wp--preset--color--custom-highlight-yellow);
  }

.single .book_info::after
  {
  content: "";
  clear: both;
  display: block;
  }

.single .book_info .book_image img
  {
  width: 175px;
  }

.single .book_info .book_info_left
  {
  float: left;
  padding: 1rem;
  }

.single .book_info .book_info_right
  {
  color: var(--wp--preset--color--custom-text-light-gray);
  padding: 3rem 1rem 1rem 1rem;
  }

.single .book_info .book_subtitle
  {	
  font-size: var(--wp--preset--font-size--medium);
  }

.single .book_info .book_title
  {
  font-size: var(--wp--preset--font-size--large);
  }

.single .dropcap
  {
  float: left;
  font-family: var(--wp--preset--font-family--raleway);
  font-weight: 100;
  margin: .12em 0.1em 0 0;
  font-size: 5.5rem;
  line-height: 1.25;
  line-height: 0.75;
  }

.single .dropcap-speaker
  {
  float: left;
  font-family: var(--wp--preset--font-family--raleway);
  font-weight: 200;
  color: var(--wp--preset--color--custom-link-light-blue);
  margin: .2em 0.3em 0 0em;
  font-size: 3rem;
  line-height: 1.25;
  line-height: 0.75;
  }

.single embed,
.single iframe,
.single object
  {
  max-width: 50%;
  height: 400px;
  float: left;
  margin-top: 1rem;
  margin-right: 3rem;
  border-left: solid 20px var(--wp--preset--color--custom-highlight-yellow);
  }

.single hr.half
  {
  border: none;
  border-bottom: 3px solid var(--wp--preset--color--custom-highlight-yellow);
  margin: 5rem auto;
  }

.single hr.qtr
  {
  width: 25%;
  border: none;
  border-bottom: 3px solid var(--wp--preset--color--custom-highlight-yellow);
  margin: 5rem 0;
  }

.single img
  {
  height: auto;
  max-width: 100%;
  }

.single .introduction
  {
  font-family: var(--wp--preset--font-family--open-sans);
  font-weight: 200;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 2rem;
  width: 800px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  }

.single .pullquote
  {
  font-family: var(--wp--preset--font-family--raleway);
  font-style: italic;
  font-size: 1.5rem;
  border: none;
  border-top: 6px solid var(--wp--preset--color--custom-highlight-yellow);
  border-bottom: 2px solid var(--wp--preset--color--custom-highlight-yellow);
  padding: 3rem 3rem;
  position: relative;
  background: rgba(0,0,0,0.00);
  margin: 3rem 0;
  overflow: hidden;
  }
