/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	padding-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	/*border: 1px solid #BFBFBF;*/
	padding: 3px 5px;
	margin: 2px;
	/*color: #5a5a5a;*/
	
	background-color: #46a4d5;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    /*margin: 0;
    padding: 11px 25px;*/
    position: relative;
    transition: all 0.4s linear 0s;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	/*border-color: #000;*/
	background:none repeat scroll 0 0 #515050;
	color:#fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote{border-bottom:1px solid #ededed;}
.testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote:hover{background:#F5F5F5;}
.testimonials-widget{margin-top:-4.5px;}
/*.paging {
	background: none repeat scroll 0 0 #dfdfdf;
    height: 50px;
    margin-left: -54px;
    margin-top: 30px;
    width: 108.5%;
}*/
.paging {
background: none repeat scroll 0 0 #dfdfdf;
    height: 50px;
    margin-left: -25px;
    margin-top: 140px;
    width: 105.3%;
	clear: both;
}
