/*
Theme Name: RSTheme
Author: Web Creation Team
Version: 1.0
*/

3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left !important;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.wpcf7-validation-errors{
	border: none !important;
}

div.wpcf7-validation-errors{
	padding:0 !important;
	margin: 0 !important;
}
.mrgb-20 ul li{color#fff;}
.img-left{
	float: left;
	margin-right: 20px;
	width: 180px;
}

.blog-img{
	float: left;
	margin: 20px;  
}

.sidebar h3{
	background-color: #517dd1;
	color: #fff;
	padding:10px 0 0 10px;
}

.blog-list li{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.875em;


}
.btn-info{
	background-color:#444 !important;
    border-color:#444 !important;
    height: 40px !important;
    color: #fff !important;
    border:none !important;
    outline: none !important;
}
.btn-info:hover{
	background-color:#517dd1 !important;
	border-color:#517dd1 !important;
}

.tag-widget li a {
    background: #f0ebe6;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    float: left;
    font-size: 0.875em;
    padding: 8px 11px;
    margin-right: 5px;
    margin-bottom: 5px;
}
