.single-post .entry-header .entry-cats {
	display: block;
	display: none;
}

.entry-cats {
	display: none;
}


/* Show JP social nav text */
.jetpack-social-navigation .screen-reader-text {
	border: unset;
    clip: unset;
    -webkit-clip-path: unset;
    clip-path: unset;
    height: unset;
    margin: unset;
    overflow: unset;
    padding: unset;
    position: unset;
    width: unset;
    word-wrap: unset;
}

/*
	CSS Migrated from Jetpack:
*/

.single-post .entry-header .entry-cats {
	display: block;
	display: none;
}

.entry-cats {
	display: none;
}

/* Blog Page Section 2 Social Link Text Fix | 2076266-zd */
.section-about-column-two .jetpack-social-navigation span.screen-reader-text {
	clip: unset;
	margin: unset;
	position: relative !important;
}

/*
	CSS Migrated from Jetpack:
*/

.single-post .entry-header .entry-cats {
	display: block;
	display: none;
}

.entry-cats {
	display: none;
}

/* Blog Page Section 2 Social Link Text Fix | 2076266-zd */
.section-about-column-two .jetpack-social-navigation span.screen-reader-text {
	clip: unset;
	margin: unset;
	position: relative !important;
}

@media screen and (max-width: 66.25em) {
/* Adjust background of main menu | 13426263-hc */
  ul#menu-main-1 {
    background: #444;
    color: #fff;
  }

/* Adjust background of sub-menu items in main menu | 13426263-hc */
  ul.sub-menu.toggled-on {
    background: #29c;
  }

/* Adjust link color of main menu | 13426263-hc */
  nav#overlay-nav a {
    color: #fff;
  }
}

/* Adjust top/bottom padding on sub-menu items and insert top border | 13426263-hc */
@media screen and (max-width: 66.25em) {
  #overlay-nav ul ul li {
    padding: 10px 0;
    border-top: 1px white solid
  }
}

/* Changes the Contact Us icon on the Social Menu - 13427944hc CP */
.menu-item-1891 a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    position: relative;
    top: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% 50%;
}

.menu-item-1891 a:before {
    visibility: hidden;
}

.menu-item-1891 a {
    background-image: url('https://thecredittraveler.com/wp-content/uploads/2019/06/mail_122991.png');
}

/* fix search and menu button color | #19505928-hc eD */
.overlay-btn,
.search-btn {
  color: #2b2b2b;
}