
blockquote {
margin: 00px;
padding-left: 8%; padding-right: 2%;
margin-top: -30px !important;
margin-bottom: -20px !important;
text-align: left !important;
font-family: "Playfair Display";
font-size: 100% !important;
color: #000 !important;
line-height: 140%;
color: #757575;
border: none !important;
}

.wp-block-quote p,
.wp-block-quote cite{
font-style: italic !important;
}

blockquote::before {
content: "\201C" !important;
display: block !important;
font-size: 80px !important;
color: #c9c9c9 !important;
left: -280px !important;
top: 45px !important;
position: relative !important;
height: 0 !important;
}


.entry-content, .entry-more {
    font-family: "AGaramondPro", "Adobe Garamond Pro", Georgia, serif; 
		font-size: 20px;
	  font-weight: 400;
    color: #000; 
}

.single-post .entry-content { padding-left: 5px; width: 100%; max-width: 600px; padding-right: 0px; line-height: 140%;}

p {
padding-bottom: 8px;
}

ul {padding-left: 0px}

ul li {line-height: 120%; padding-bottom: 26px; }

ol {padding-left: 0px}

ol li {line-height: 120%; padding-bottom: 26px; }


#wpzoom-carousel-slider-3 {
  padding-top: 10px;  
	max-height: 300px;
}

/** Add rel="me" to social menu items. */
function social_menu_objects($items, $args) {
    if ( 'social' == $args->menu->name ) {
      foreach ( $items as $i ) {
          $i->xfn .= ' me';
      }
    }
    return $items;
}
add_filter('wp_nav_menu_objects', 'social_menu_objects', 10, 2);


// THESE ARE FOR MASTODON WIDGET

div.card a div.meta div.description {
	display: none;
}

a .meta .description {
	display: none;
}

div.account:has(> span.booster) { 
	display: none;
	padding: 0;
}

.include-mastodon-feed .status {
	  background:  #e9e1fc;
    margin: 5px 0 10px 0;
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #E4E4E4;
    border: 1px solid #E4E4E4;
}

.include-mastodon-feed .contentWrapper.boosted {
	padding: 0;
	background: #f5f5f5;
}

.include-mastodon-feed .account {
	padding: 0 0 11px 0;
	font-size: 11px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	color: #808080;
}

.include-mastodon-feed img.avatar {
	height: 1.25rem !important;
}

.include-mastodon-feed .boosted .account a:nth-child(2), .include-mastodon-feed .contentWarning a {
    border: none;
    padding: 0;
    background: none;
		color: #A25A1B;
		text-decoration: none;
}

.include-mastodon-feed .boosted .account > a:first-child, .include-mastodon-feed .contentWarning a, .include-mastodon-feed .boosted .account a:nth-child(2), .include-mastodon-feed .contentWarning a {
    border: none;
    padding: 0;
    background: none;
		color: #A25A1B;
		text-decoration: none;
}

.include-mastodon-feed .boosted .account > a:first-child:hover, .include-mastodon-feed .contentWarning a:hover, .include-mastodon-feed .boosted .account a:nth-child(2):hover, .include-mastodon-feed .contentWarning a:hover {
	color: #F90;
	border: none;
	padding: 0;
	background: none;
	text-decoration: underline;
}
