ul li {
    padding: 5px 0px;

}

.firstcharacter2{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #3aaa35;         
font-family: Georgia;    
position: relative;
left: -3px;
}

.firstcharacter10{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #3b3b3a;         
font-family: Computo-monospace;    
position: relative;
left: -3px;
}

.firstcharacter3{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #565656;         
font-family: Georgia;    
position: relative;
left: -3px;


}

.firstcharacter4{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #ff78cb;         
font-family: Georgia;    
position: relative;
left: -3px;
}

.firstcharacter5{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #dc6c47;         
font-family: Old-western;    
position: relative;
left: -3px;
}

.firstcharacter6{
font-size: 1000%;
float: left;   
line-height: 0.8em;
padding: 0 0.5px 0 0;       
color: #e8a9de;         
font-family: casino;    
position: relative;
left: -3px;
}

.firstcharacter7{
 font-size: 500%;
 float: left;
 line-height: 0.8em;
 padding: 0 2px 0 0;
 color: #dc6c47;
 font-family: Georgia;
 position: relative;
 left: -3px;

}

.firstcharacter8{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #cf3e5d;         
font-family: Georgia;    
position: relative;
left: -3px;
}

.firstcharacter9{
font-size: 500%;
float: left;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #00a5da;         
font-family: frosty;    
position: relative;
left: -3px;
}

.wp-caption-text {
	text-align: left;
}

/* current day */
.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #3AAA35 !important;
}


.tablepress .hilite {
	color: #3aaa35;
}

/**
 * The following CSS code will alter the "Renew" link of your
 * Paid Memberships Pro Account page and make it into a 
 * button. 
 *
 * If you do not have an expiration date set for
 * your membership level and thus no "Renew" link, the first
 * link will be affected by the CSS. In most cases, this
 * will then be the "Change" membership link.
 *
 * Add this CSS to your WordPress Customizer's Additional CSS section 
 * (WP Dashboard > Appearance > Customizer > Additional CSS)
 * Code Recipe written by Paul Barthmaier
 * https://gist.github.com/pbrocks
 */

#pmpro_account-membership > table > tbody > tr >
td.pmpro_account-membership-levelname > div > a:nth-child(1) {
	background: rgba( 250, 128, 114, 1 );
	border: none;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgba( 0, 0, 0, 0.3 );
	color: #FFF;
	font-weight: 700;
	margin-right: 1rem;
	padding: .3rem 1rem;
	text-decoration: none;
	transition: all .4s;
}
#pmpro_account-membership > table > tbody > tr >
td.pmpro_account-membership-levelname > div > a:nth-child(1):hover {
	background: rgba( 250, 128, 114, .3 );
	box-shadow: 0px 1px 3px rgba( 0, 0, 0, 0.5 );
	color: rgb( 250, 128, 114 );
}