.general-row .wpb_column.col-md-12{
	padding:0px;
}
.margin-right-8{
	margin-right:8px;
}

/*---------twitter---------*/
#twitter_update li:before{
	content: "";
	font-family: Flaticon;
    font-style: normal;
    margin-left: 0;
	background-color: hsl(0, 0%, 100%);
    color: hsl(6, 85%, 57%);
    font-size: 32px;
    left: 0;
    position: absolute;
    top: 10px;
	border-radius:50%;
}
#twitter_update li{
	font-size: 13px;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
body.blog{
	padding:0;
}
.page-title{
	color: hsl(319, 49%, 15%);
    font-family: "Bitter",serif;
    font-weight: bold;
	font-size: 30px;
    margin-bottom: 40px;
    text-align: left;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background: hsl(319, 49%, 15%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
}
#search-2{
	padding:0px;
	margin-bottom:0px;
}
.sidebar .widget ul li{
	margin-bottom:0px;
}
.widget ul li{
	border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
    margin-bottom: 0;
    padding: 16px 0;
}
.widget ul li a{
	display: block;
    font-size: 12px;
    margin: 0;
	color: hsl(319, 49%, 15%);
    font-family: "Bitter",serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.widget ul li a:hover{
	  color: hsl(6, 85%, 57%);
}
.widget.business-hours ul li,.widget ul.info li{
	border-bottom:none;
	margin-bottom:0px;
	padding:0px;
}
.psocial li:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 10px;
}
.psocial li {
    float: left;
    list-style-type: none;
}
.widget .posted-date{
	/*padding-top:10px;*/
}
.comment-area input[type="text"], .comment-area input[type="phone"], .comment-area textarea, .comment-area input[type="email"]{
	margin-top:0px;
	margin-bottom:0px;
}
a.comment-reply-link{
	background: hsl(319, 49%, 15%) none repeat scroll 0 0;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
    float: right;
    font-weight: 700;
    height: 30px;
    margin: 0 40px;
    padding: 4px 30px;
    text-transform: uppercase;
}
a.comment-reply-link:hover{
	background: hsl(6, 85%, 57%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
}
ul.popular-list li a{
	display:block !important;
}
rs-dotted.twoxtwo{
    background:none;
    background-color:rgba(0,0,0,0.2) !important;
}
/*--------------------------theme check----------------------------------*/

	#wp-calendar {

		width: 100%;

	}

	#wp-calendar caption {

		text-align: right; 

		color: #333; 

		font-size: 12px; 

		margin-top: 10px;

		margin-bottom: 15px;

	}

	#wp-calendar thead { 

		font-size: 10px;

	}

	#wp-calendar thead th { 

		padding-bottom: 10px;

	}

	#wp-calendar tbody { 

		color: #aaa; 

	}

	#wp-calendar tbody td { 

		background: #f5f5f5; 

		border: 1px solid #fff; 

		text-align: center; 

		padding:8px;

	}

	#wp-calendar tbody td:hover { 

		background: #fff; 

	}

	#wp-calendar tbody .pad { 

		background: none; 

	}

	#wp-calendar tfoot #next { 

		font-size: 10px; 

		text-transform: uppercase; 

		text-align: right;

	}

	#wp-calendar tfoot #prev { 

		font-size: 10px; 

		text-transform: uppercase; 

		padding-top: 10px; 

	}

	

	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}
	.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
/*----------------------Default widget styling--------------------------*/
.widget select {
	border:1px solid #dddddd;
	max-width:100%;
	width:100%;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget.widget_search{
	background:none !important;
	padding:0px !important;
}
.widget ul li:last-child{
	border-bottom:none !important;
}
.widget ul li a{
	display:inline-block;
}