/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2024 | 12:59:31 */
.entry-content ul, .entry-content ol {
    padding-left: 20px;    /* Adds space to the left of the list */
    margin: 10px 0;        /* Adds margin above and below the list */
}
.entry-content li {
    font-size: 16px;       /* Sets the font size of the list items */
    color: #333;           /* Sets the text color of the list items */
    line-height: 1.5;      /* Sets the line height for better readability */
    margin-bottom: 5px;    /* Adds space between list items */
}



.site-branding img {
	transition: none;
	width: 180px;
	background-color: #f3f3f3;
	height: 33px;
	margin-top: 20px;
}

.sf-menu li.current-menu-item a .menu-text, .sf-menu li.current-menu-item a:hover .menu-text {
	background-color: #ff89a4;
}

.sf-menu li a:hover .menu-text {
	background-color: #ff89a4;
}
.header-search .search-submit {
	background-color: #ff89a4;
}
.header-search {
	border: 2px solid #ff89a4;
}

.site-title a, a:hover, .site-header .search-icon:hover span, .breadcrumbs .breadcrumbs-nav a:hover, .entry-title a:hover, article.hentry .edit-link a, .author-box a, .page-content a, .entry-content a, .comment-author a, .comment-content a, .comment-reply-title small a:hover, .sidebar .widget a, .sidebar .widget ul li a:hover, .sidebar .widget ol li a:hover, #post-nav a:hover h4 {
	color: #ff89a4;
}
.site-footer .widget ul > li a:hover {
	color: #ff89a4;
}
.content-loop .entry-meta .entry-category a, .single #primary .entry-header .entry-meta .entry-category a {
	color: #4d4d4d;
	background-color: #dbdbdb;
	padding: 5px 20px;
}