body {
    color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 19px;}

/*
changes to font for removal of google font*/
h1,h2,h3,h4,h5,h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 20px;}
p {
    margin: 14px 0 20px;
    padding: 0;
}

.entry-title a, .sidebar .widget-title a {
    color: #000eee;
    text-decoration: underline;
}

a:hover {
    color: #25C0C0;
    text-decoration: underline;
}

hr {border-top-color: #000}

.widget ul > li {
    list-style-type: disc;
}



p.comment-policy {
    border: 1px solid #000;
    background-color: #fbdeec;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    font-size: 15px;
    font-style: italic;
}

.bypostauthor:before { 
content:"Author";
float:right;
background-color:#FF2291;
padding:5px;
font-size:small;
font-weight:bold;
color:#FFFFFF;
}
.bypostauthor .avatar {
border:1px groove #929292;
}

/*
Make the letter of where to buy database big
*/
#cn-list div.cn-alphaindex {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    bottom: 0;
    right: 0;
}
/*
changes to wordpress spacing*/

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	  margin-top: 20px;
}




.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;}

.entry {
    margin-bottom: 20px;
}

/*
changes foobox */
.fg-default.fg-gutter-10 {
    padding-left: 10px;
    margin-bottom: 10px;
}
/*
changes genesis theme */
/*.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
	color: #000;
	
}*/
/*
genesis button on menu*/
.genesis-nav-menu>.menu-highlight>a {
    background-color: #FF2291;
    border-radius: 3px;
    font-weight: 600;
    margin-left: 15px;}

