.custom {
  border: 2px solid #b4dff8;
  border-radius: 3px;
}
.ghost-button {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.ghost-button:hover, .ghost-button:active {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.verticalcenter {
  display: table-cell;
  height: 400px;
  vertical-align: middle;
}
.verticalhorizontal {
  display: table-cell;
  height: 300px;
  text-align: center;
  width: 300px;
  vertical-align: middle;
}
.no-js {
  padding-top: 0;
}
/* Hide footer bar /  4896603-zen (BC)*/
#colophon {
  display: none;
}
/* Hide footer bar on Blog page /  4896603-zen */
.blog .site-footer {
  display: none;
}
/* Add horizontal scroll to tables in posts and pages | 5532030-zen 1dr0 */
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .page table, .single-post table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
/* align content in table cells middle vertically for all tables in content area ALL tables rs */
.entry-content td {
  vertical-align: middle;
}
/* align content in table cells middle vertically for specific post content area 92994 rs */
.single.postid-28507 .entry-content td {
  vertical-align: top;
}
/* align content in table cells middle vertically for specific post content area 92994 rs */
.single.postid-92994 .entry-content td {
  vertical-align: top;
}
/* hide like and share buttons from latest posts page ZD-5702219*/
.page-id-116284 .sharedaddy {
  display: none;
}
/*Change Background Image to Contain-#38205459-hc RN */
@media only screen and (max-width: 776px) {
  .bcg {
    background-size: contain;
  }
}
div#footer-nav-wrapper {
  display: none;
}
/* align content in table cells middle vertically for specific post content area 34949 rs */
.single.postid-34949 .entry-content td {
  vertical-align: top;
}
/*hide WordAds top ad on site pages #9957183*/
.wordads-ad-wrapper.wordads-ad-wrapper--top {
  display: none;
}
