/* hide header, footer, menu on audio page */
.page-id-9589 header, .page-id-9589 footer
{
display: none !important;
}

/* content section 3 thumbnail size */

.block-three .post-thumbnail {
    width: 0px;
	height: auto;
}
.block-three .featured-image {
    width: 0px;
	height: auto;
}
.content-right-block { margin-left: 0px;}
.content-right-block .entry-title { display: none;}
/* link color pink */
.news .entry-content a {
	color: #e01b84;
}

.page .entry-content a {
	color: #e01b84;
}

nav#social-navigation a{
    color: #ffffff;
}

.navigation-main a{
	color: #55b3dd;
	font-family: "Courier New",Courier,monospace;
	font-weight: 700;
	text-transform: none;
	font-size: 1.1em;
}
.sub-menu a{
	background: #ffffff;
	color: #55b3dd;
	font-family: "Futura Light",Futura;
	font-weight: 400;
	text-transform: none;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.09);
}

.button {
	background: #55b3dd;
}

/*remove hyphenation*/
.entry-content, .entry-summary, .page-content, .comment-content {
    word-wrap: normal !important;
    -webkit-hyphens:none !important;
    -moz-hyphens:none !important;
    hyphens:none !important;
}

/* Hide patterns category  */
.category-5604 .page-header{
    display: none;
}

/* Hide blog category  */
.category-273 .page-header {
    display: none;
}
/* Hide date on patterns listing  */
.category-5604 .entry-date{
    display: none;
}

/* Hide date  */
.postid-292 .entry-header {
    display: none;
}


/* change font for site desc */
.site-description {
	opacity: 1;
	font-family: "Open Sans", sans-serif;
}

/* round logo = awesome */
.custom-logo {
	border-radius: 50%;
}

/* pink rounded button */
.news .entry-content a.button{
	background-color: #e01b84;
	text-align: center;
	border-radius: 50px;
	padding: 15px;
}
.entry-thumbnail {
	max-height: 200px;
}
.navigation-main li.color a {
    background: #e01b84;
}

.footer input.search-field {
	background: #ddd;
}

/* Replace the icon for the TikTok link on the social menu / #28877388-HC JB */

.social-navigation #menu-item-5785 a:before {
    content: '';
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://geekybobbin.com/wp-content/uploads/2021/05/tiktok-1-1.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}