/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/

.rpwwt-post-title
{
margin-top: 15px;
color: #222;
font-size: 22px;
font-weight: bold;
text-align: center;
font-family: Montserrat, sans-serif;
text-transform: uppercase;
display:block;
}

.rpwwt-post-date
{
color: #444;
text-align: center;
font-family: Montserrat, sans-serif;
font-style: italic;
font-size: 14px;
}

.aligncenter
{
text-align: center;
}

.feature-posts-list li
{
line-height: 1.1;
margin: 2px 0 4px;
}

.feature-posts-list > li
{
margin: 2px 0 4px;
}

.feature-posts-list h3
{
line-height: 1.1;
margin: 2px 0 4px;
}

.view-post-link
{
	padding: 12px 0 50px;
	text-align: center;
}


