.share-container {
  margin-left: 20px;
  margin-right: 20px;

  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .share-container {
    margin-left: 8px;
    margin-right: 8px;
  }
}

#lg-left {
  width: 33%;
  float: left;
  /*height: calc(100vh - 220px);*/
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#copied-msg {
  margin-top: 14px;
  padding: 10px;
  font-style: italic;
  background-color: #eeeeee;
  font-size: 1.0rem;
}

#share-bar {
  opacity: 1;
  padding: 20px;
  position: relative;
  max-width: 680px;
  margin: auto;
  background-color: #ffffff;
}

@media (min-height: 650px) {
  #share-bar {
    top: 20%;
  }
}
@media (max-height: 649px) {
  #share-bar {
    top: 0;
  }
}

#share-bar #cancel-overlay {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

#share-bar .instructions {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

#share-bar .instructions .highlight {
  color: #17a454;
}

#share-bar .share-button {
  cursor: pointer;
}

#share-overlay
{
  background-color:rgb(0,0,0); /* fallback for IE 8 and below */
  background-color:rgba(0,0,0,0.5);
  width:      100%;
  height:     100%;
  z-index:    9999999999;
  top:        0;
  left:       0;
  position:   fixed;
  padding-top: 120px;
}

.messages-sm {
  text-align: center;
  margin: auto;
}

@media (min-width: 992px) {
  .messages {
    padding-right: 20px;
  }
}

.messages div.instructions {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.messages .instructions svg {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

.messages .instructions-large {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.messages .instructions-large svg {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  vertical-align: middle;
}

.messages .message-box {
  text-align: left;
  font-size: 14px;
  line-height:1.2;
  width: 100%;
  cursor: pointer;
  position: relative;

  margin: 9px 0px 9px 0px;
  padding: 10px;
  border-color: #2082db;
  border-width: 2px;
  border-style: solid;
  background-color: #ffffff;
  color: #000000;
}

.message-box:hover {
  background-color: #F0F0F0;
}

.messages .message-container {
  padding-right: 10px;
}

.messages .more {
  color: #ffffff;
}

.messages .share-img {
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}

.body-head table {
  border: 0px;
  border-collapse: collapse !important;
  border-spacing: 0px;
}

.body-head h3 {
  margin-top: 0px;
}

.body-head td {
  border: 0px;
  padding: 2px;
}

.body-head tr {
  vertical-align: top;
}

.link-title {
  margin-top: 2px;
  margin-bottom: 0px;
}

.link-title .title {
  padding: 0 20;
  text-align: left;
}

.link-title table {
  border: 0px;
  border-collapse: collapse !important;
  border-spacing: 0px;
}

.link-title td {
  border: 0px;
}

.link-title p {
  margin: 0;
  font-size: .8rem;
}
@media (min-width: 32em) {
  .link-title p {
    font-size: 1rem;
  }
}

.link-title .author {
  color: #444444;
 }

.link-title .image {
  display: block;
}
.link-title  .thumbnail {
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: cover;

}

.link-title .link-controls {
  margin: 40 0;
  text-align: center;
}

.link-title  .btn {
  margin: 0 20;
}

.link-title .return-link {
  text-align: center;
  font-size: .8rem;
  margin-top: 20;
}

@media (min-width: 48em) {
  .link-title .return-link {
    display: inline-block;
    margin-left: 20;
  }
}

@media (min-width: 992px) {
  .article, #preview {
    margin: auto;
    padding: 0px 40px 0px 30px;
    /*height: calc(100vh - 220px);*/
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.article, #preview {
  text-align: left;
}

img.hero-image {
  display: block;
  margin: 0 auto;
  padding: 20;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

img.featured {
  max-width: 200px;
  max-height: 200px;
  /*float: left;*/
  margin: 0px 20px 0px 20px;
}

.article {
  font-size: 14px;
}

 .article hr, #preview hr {
    height: 1px;
    margin: 20px 0px 20px 0px;
  }

 .article .title {
    margin: auto;
    text-align: left;
    color: #000000;
 }

 .article .title p {
  margin-bottom: 4px;
  margin-top: 0px;
}

.article .title h3, .title h3 {
  max-width: 100%;
  font-size: 24px;
}

/*@media (min-width: 62em) {
  .article p, .article ul>li, #preview p, #preview ul>li{
    font-size: 12px;
  }
}*/

.article p, .article ul>li, #preview p, #preview ul>li {
  color: #000000;
  font-weight: 100;
}

.article small {
  color: #444444;
  font-weight: 300;
}
.article figure, .article figcaption {
  text-align: center;
  color: #444444;
  font-weight: 300;
}

.article-content {
  text-align: left;
}

/*@media (min-width: 62em) {
  .article-content {
    font-size: 1.7rem;
  }
}*/

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  clear: none !important;
}

.article-content  h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  color: #000000;
  margin-bottom: 20;
  font-weight: 700;
  font-size: 20px;
}

.article-content img {
  display: block;
  margin: 0 auto;
  padding: 20;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.article .wp-caption {
    max-width: 320px
}
.article .wp-caption p {
    margin: 4px 0;
    font-size: 14px;
    color: #aaa
}
.article .wp-caption strong {
    font-size: 14px;
}
.article .wp-caption.alignleft {
    float: left;
    margin: 0 16px 16px 0;
}
.article .wp-caption.alignright {
    float: right;
    margin: 0 0 16px 16px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .05s ease;
       -o-transition: height .05s ease;
          transition: height .05s ease;
}

.divider {
  margin-top: 60px;
  margin-bottom: 40px;
}

.divider hr, .hrdivider {
  margin: 0px;
  padding: 4px 0px 0px 0px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: inherit;
}


.share-buttons {
  display: flex;
  flex-direction: row;
  margin: 20 auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

a.share-button, a.share-button:hover {
  color: inherit;
}

.share-button {
  flex: 0 0 1 !important;
  margin: 10px !important;
  border-radius: 100%;
}

.share-icon {
  position: relative;
  top: 10;
  height: 40px;
  width: 40px;
  display: block;
  float: none;
  margin: auto;
}

@media (min-width: 992px) {
  .hidden-lg-up {
      display: none!important
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
      display: none!important
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
      display: none!important
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
      display: none!important
  }
}

