/*
	Plugin Name: Thirstycatfountains Reviews Plugin
	Description: Displays custom post via shortcode.
	Author: Justin Abbott
	Version: 1.0
*/


/* ---------------------- Star Data ----------------------------- */

.fullstar {
	position: relative;
	display: inline;
	width:24px;
	background-size: inherit;
	background: url('images/star_full.png') no-repeat;
	background-position: center;
}
.emptystar {
	position: relative;
	display: inline;
	width:24px;
	background-size: inherit;
	background: url('images/star_empty.png') no-repeat !important;
	background-position: center;
}
.StarPadding {
	display: inline;
}

.review-body
{
	margin-top: 15px;
}

.review-photo 
{ 
	display: inline; 
	float: none; 
	width: 100%; 
	margin: 0 auto 15px; 
	text-align: center; 
}

.review-name
{ 
	font-size: 24px; 
	line-height: 1.25em; 
}
/* -------------------------------------------------------------- */

/* --------------------------------------------------------------

## Reviews

----------------------------------------------------------------- */

.fullstar {
        position: relative;
        display: inline;
        width:24px;
        background-size: inherit;
        background: url('images/star_full.png') no-repeat;
        background-position: center;
}


.emptystar {
        position: relative;
        display: inline;
        width:24px;
        background-size: inherit;
        background: url('images/star_empty.png') no-repeat  !important;
        background-position: center;
}
.StarPadding {
        display: inline;
}

.review-body
{
	margin-top: 15px;
	text-align:left;
	display: inline;
}

.review-content
{
	display: inline;
}

.review-photo 
{ 
        display: block;
        margin: 0 auto 15px; 
        text-align: center; 
	padding: 10px;
}

.review-name
{ 
        font-size: 24px; 
        line-height: 1.25em; 
}

.review-li
{
	padding: 30px;
	list-style: none;
}
/* -------------------------------------------------------------- */
