.general-row .wpb_column.col-md-12{
	padding:0px;
}
.margin-right-8{
	margin-right:8px;
}
ul.psocial li{
	list-style-type:none !important;
}
ul.psocial{
	padding:0px !important;
	margin:0px !important;
	margin-top:40px !important;
}

/*---------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;
}
/*--------------------------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;
}
/*-------------------------theme unit test------------------------------------*/
.sticky .post{
	background-color:#cccccc !important;
}
.post h1,.comments h1,.blog_post_area h1{
	font-weight: 400;
	margin-bottom:20px;
	font-size:32px;
}
.post h1:hover,.comments h1:hover,.blog_post_area h1:hover{
	color:#f36e36;
}
.post h2,.comments h2,.blog_post_area h2{
	font-weight: 400;
	margin-bottom:20px;
	font-size:28px;
}
.post h2:hover,.comments h2:hover,.blog_post_area h2:hover{
	color:#f36e36;
}
.post h3,.comments h3,.blog_post_area h3{
	font-weight: 400;
	margin-bottom:20px;
	font-size:24px;
}
.post h3:hover,.comments h3:hover,.blog_post_area h3:hover{
	color:#f36e36;
}
.post h4,.comments h4,.blog_post_area h4{
	font-weight: 400;
	margin-bottom:20px;
}
.post h4:hover,.comments h4:hover,.blog_post_area h4:hover{
	color:#f36e36;
}
.post h5,.comments h5,.blog_post_area h5{
	font-weight: 400;
	margin-bottom:20px;
}
.post h5:hover,.comments h5:hover,.blog_post_area h5:hover{
	color:#f36e36;
}
.post h6,.comments h6,.blog_post_area h6{
	font-weight: 400;
	margin-bottom:20px;
}
.post h6:hover,.comments h6:hover,.blog_post_area h6:hover{
	color:#f36e36;
}
.post table thead tr th,.comments table thead tr th,.blog_post_area table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.post table tbody tr th,.comments table tbody tr th,.blog_post_area table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post table tbody tr td,.comments table tbody tr td,.blog_post_area table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post .post-content ul li,.comments ul li,.page .post-content ul li{ list-style-type:disc;} 
.post .post-content ol li,.comments ol li,.page .post-content ol li{ list-style:decimal;}
.post .post-content ul,.post .post-content ol,.comment-details ul,.comment-details ol,.page .post-content ul,.page .post-content ol{
	padding-left:40px;
}
.comment-details li{
	margin-bottom:0px; 
}
.paginate-links{
	margin-bottom:30px;
}
.paginate-links > span{
	background-color: hsl(6, 85%, 57%);
    border: medium none;
    border-radius: 4px;
    color: hsl(0, 0%, 100%);
    font-weight: 700;
    margin: 0 1px;
	padding: 6px 12px;
    position: relative;
    text-decoration: none;
	line-height: 1.42857;
	display:inline-block;
}
.paginate-links a{
	background-color: hsl(6, 85%, 57%);
    border: medium none;
    border-radius: 4px;
    color: hsl(0, 0%, 100%);
    font-weight: 700;
    margin: 0 1px;
	padding: 6px 12px;
    position: relative;
	display:inline-block;
    text-decoration: none;
	line-height: 1.42857;
}
.paginate-links > span:hover,.paginate-links a:hover,.paginate-links > span{
	background: hsl(319, 49%, 15%) none repeat scroll 0 0;
    border: medium none;
    color: hsl(0, 0%, 100%);
}
.post .post-content figure img,.page .post-content figure img{
	max-width:100%;
	display:inline-block;
	height:auto;
}
.post .post-content p img,.page .post-content p img {
    max-width: 100%;
	height:auto;
	display:block;
}
.post .post-content p{
	word-wrap:break-word !important;
}
.post .post-content figure,.page .post-content figure{
	max-width:96%;
	display:block;
}
