/* CSS */
.hentry.has-post-thumbnail .entry-link {
    background: transparent !important;
}
.hentry.has-post-thumbnail:hover .attachment-boardwalk-featured-image {
    -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
    -moz-transform: translate(-50%, -50%) scale(1.1) !important;
    -ms-transform: translate(-50%, -50%) scale(1.1) !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
    -webkit-filter: brightness(1.1) !important;
    -moz-filter: brightness(100%) !important;
    -ms-filter: brightness(100%) !important;
    -o-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
}
.hentry.color-1 {
    background-color: #666 !important;
}
/*button, input[type="button"], input[type="reset"], */
input[type="submit"], .pace .pace-progress {
    background: #4b99da !important;
}
#sidebar a, #comments a, .nav-links a,
.site-title a:hover, .site-title a:focus, .site-title a:active,
#post-93 a, 
article .entry-content a,
.widget.widget_recent_entries a,
.jh-blue {
    color: #4b99da !important;
}
article .entry-content a {
  border-bottom-color: transparent;
}
article .entry-content a:hover {
  border-bottom-color: #d9d9d9;
}
.sidebar-toggle:hover, .sidebar-toggle:focus, .sidebar-toggle:active {
    color: inherit !important;
}
a[title="SumoMe"].sumome-share-client-share, 
.sumome-share-client-share-share,
.sumome-share-client-hide,
.sumome-icon,
.sumome-popup-link,
.sumome-popup-powered-variant {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}
#hey-a-menu,
.comment-form-email,
.comment-form-url,
#email-notes,
.entry-footer
{
  display: none;
}
@media only screen and (min-width: 900px) {
  #hey-a-menu {
    display: inline;
  }
}
.paging-navigation .nav-next a:before, .paging-navigation .nav-previous a:before {
    white-space: nowrap;
    content: "\f431 More!" !important;
}
.entry-content ins { background: transparent !important; padding: 0 !important; }
@media only screen and (max-width: 900px) {
  [alt="Lonely Planet Pathfinders badge image"] {
    display: none;
  }
}
.archive .hentry, .blog .hentry, .search-results .hentry {
  float: right !important;
}