/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2020 | 20:48:30 */
/* --------------------------------------------------------------------- */
.entry-content .subhead1,
.entry-content .subhead2 {
  display: none;
}
/* --------------------------------------------------------------------- */


/* Single Post - Article overwrites ------------------------------------ */
.post {
  padding: 5px 0;
}

.jm-entry-title {
  margin: 20px 0 15px 0;
  font-size: 1.3em;
}

.jm-entry-post-meta {
  margin-top: 0.2em;
  margin-bottom: 1.1em;
  font-size: 1.1em;
  font-family: 'Abril Fatface';
  font-weight:bold;  
}

.jm-entry-share {
  margin-top: 0.3em;
  margin-bottom: 1.1em;
}

.jm-entry-content {
  border-top: 2px solid #CCCCCC;
}

.jm-banner-10-single-bottom {
	margin-top: 1em
	margin-bottom: 1.1em;
}

.jm-entry-suggested-reading {
	margin-top: 2.5em;
	margin-bottom: 0.5em;  
}

.jm-entry-suggested-reading .rltdpstsplgn-latest-title {
  display: none;
}


.jm-entry-suggested-reading .rltdpstsplgn-related-posts {
  width: 100%;
  display: table;
}

.jm-yarpp-block {
  width: 46%;
  float: left;
  display: inline-block;
  margin: 0.5em 2% 0.5em 2%;
}

.jm-yarpp-block a {
  color: #000000;
}

.jm-yarpp-title {
  font-size: 1.2em;
  padding: 1em 1.5em;
  display: block;
}

.jm-yarpp-meta {
  padding: 0.5em 1.5em;
  font-size: 1em;
  display: block;
}

.jm-yarpp-image {
  width: 100%;
  height: 240px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
  display: block;
}

.jm-yarpp-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.jm-entry-footer-single {
  display: block;
  float: left;
  width: 100%;
}

.article-inner a img {
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------------------------------------------- */



/* Single Post - App Notes overwrites ---------------------------------- */
.jm-single-app-notes {
  margin-bottom: 5px;
}

.jm-single-app-notes-top {
  width: 100%;
  display: table;
}

.jm-single-app-notes .jm-sidetitle {
  width: 30%;
  float: left;
  text-align: left;
  /*border-right: 1px solid #CCCCCC;*/
  padding: 5px;
}

.jm-single-app-notes .jm-sidetitle .jm-app-notes-byline-logo {
  width: 100%;
  max-height: 110px;
  display: block;
  margin-bottom: 1em;
}

.jm-single-app-notes .jm-sidetitle .jm-app-notes-byline-logo-inner {
  width: 100%;
  max-height: 110px;
  height: 110px;
  padding: 10px;
  display: block;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 8px;
}

.jm-single-app-notes .jm-sidetitle .jm-app-notes-byline-logo img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
}

.jm-single-app-notes .jm-entry-share {
  width: 100%;
}

.jm-single-app-notes .jm-entry-title {
  width: 62%;
  float: left;
  padding: 0 5px 10px 20px;
  margin: 0 0 0 2%;
}

.jm-single-app-notes .jm-entry-title .jm-entry-share {
  width: 100%;
  font-size: 0.8em;
}

@media screen and (max-width: 849px) {
  .jm-single-app-notes .jm-sidetitle {
    width: 100%;
    border-right: 0;
  } 
  
  .jm-single-app-notes .jm-entry-title {
    width: 100%;
    padding: 10px;
  }  
}

/* --------------------------------------------------------------------- */



/* Social Media Share Overwrites. -------------------------------------- */
.button.facebook {
    color: #3a589d !important;
  	margin-right: 0.8em;
}

.button.twitter {
    color: #2478ba !important;
  	margin-right: 0.8em;
}

.button.email {
    color: #111 !important;
  	margin-right: 0.8em;
}

.button.pinterest {
    color: #cb2320 !important;
  	margin-right: 0.8em;
}

.button.linkedin:not(.is-outline), 
.button.linkedin {
    color: #0072b7 !important;
  	margin-right: 0.8em;
}
/* --------------------------------------------------------------------- */