/* Enter Your Custom CSS Here */

/* unvisited link */
.custom-page-content a:link {
  color: #ffffff;
  text-decoration: underline;
}

/* visited link */
custom-page-content a:visited {
  color: #ffffff;
  text-decoration: underline;
}

/* mouse over link */
custom-page-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* selected link */
custom-page-content a:active {
  color: #ffffff;
  text-decoration: underline;
}

h5 {color:#f1f1f1 !important;}
.footer-cta-disc {color:#f8f8ff !important;}

#footer-cta {display:none;}

.blog-post-img{display:none;}
.post-title{padding-bottom:20px;}

.upme-field-name a {color:#fff !important;}