/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#single-post-content {
  padding: 114px 0 117px; }
  @media screen and (max-width: 769px) {
    #single-post-content {
      padding: 50px 0 50px; } }

.entry-meta {
  font-size: 16px;
  margin-top: 0.5em; }

.entry-content ul li,
.entry-content ol li {
  font-size: 18px;
  margin: 15px 0;
  line-height: 30px; }

/* Social Share buttons */
.share-btns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .share-btns li {
    display: block;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: 0.2s all linear;
    margin-right: 15px; }
    .share-btns li:last-child {
      margin-right: 0; }
    .share-btns li:hover {
      top: -3px; }

.social-share-wrapper hr {
  border: 1px solid #494848; }

.social-share-wrapper .share-btns li {
  display: inline-block; }

.social-share-wrapper i {
  font-size: 45px; }

.social-share-wrapper .icon-facebook::before {
  color: #3B5998; }

.social-share-wrapper .icon-twitter::before {
  color: #1A1818; }

.social-share-wrapper .icon-linkedin::before {
  color: #0078B4; }

.social-share-wrapper .icon-envelope::before {
  color: #929292; }

.social-share-wrapper .icon-pinterest::before {
  color: #CA1F27; }

article .wp-caption {
  overflow: hidden; }
  article .wp-caption picture,
  article .wp-caption img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover; }

article .entry-content h3 {
  margin: 64px 0 25px;
  color: #494848; }
  article .entry-content h3::before {
    display: none; }

article .entry-content ul li {
  font-size: 18px;
  line-height: 39px; }
  article .entry-content ul li::marker {
    font-size: 10px; }
