/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* change site description color | SKO #19288267-hc */
.site-description {
	color: #1460e1;
}

/* change site description color and font size | SKO #19288267-hc */
.site-description {
	color: #1460e1;
	font-size: 1.3em;
}

.site-description {
	color: #1460e1;
	text-shadow: 1px 1px 1px #fff;
}

.site-title a:hover, .site-title a:focus {
	color: #000;
}

/*Social menu styles | 19369399-hc sb*/
.jetpack-social-navigation a:hover {
	color: black;
}

/* -- hide search icon from menu bar | DZ-19369399-hc -- */
a.search-toggle.search-icon.fright {
	display: none;
}

/*Social menu styles | 19369399-hc sb*/
.jetpack-social-navigation a:hover,
.jetpack-social-navigation a:focus {
	color: black;
}

/* -- hide Up link in the footer | DZ-19369399-hc -- */
p.credits-right.fright {
	display: none;
}

p {
	line-height: 32px;
/* within paragraph */
	margin-bottom: 30px;
/* between paragraphs */
}

/* Increase logo size - 2790528 zd */
.header .site-logo img, .header .custom-logo-link img {
	max-height: 240px;
}

/* Paragraph Line Height on Home and About | 2790528-zen (KK) */
.home .post-content p, .page-id-75 .post-content p {
	line-height: 150%;
}

/* Change footer tag cloud tags background color and font color | 19448989-hc | SV */
.footer .wp_widget_tag_cloud a {
	background: #13c4a5;
	color: #000;
}

.footer .wp_widget_tag_cloud a:hover {
	background: #333;
	color: #fff;
}

/* Adjust home page spacer block under title 2799790-zen */
.home .wp-block-spacer:first-of-type {
	height: 10px !important;
}

/* fout | 19541793-hc EH */
.wf-loading body {
	visibility: hidden;
}

/* Footer: hide credits, add copyright / 19630235-hc */
.credits-left::after {
	content: "© 2020 YESANOTHERBLOG";
}



/* Replacing "dean pasch" menu item with an image | wb-19838478-hc */
li#menu-item-681 a {
    display: block;
    overflow: hidden;
    color: transparent;
    top: 5px;
    background-image: url('https://yesanotherblog.com/wp-content/uploads/2020/03/deanpaschartist.de_menu.png');
    background-repeat: no-repeat;
    background-size: 100% 95%;
}